/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; DROP TABLE IF EXISTS `item_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `item_template` ( `entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `class` tinyint(3) unsigned NOT NULL DEFAULT '0', `subclass` tinyint(3) unsigned NOT NULL DEFAULT '0', `SoundOverrideSubclass` tinyint(3) NOT NULL DEFAULT '-1', `name` varchar(255) NOT NULL DEFAULT '', `displayid` mediumint(8) unsigned NOT NULL DEFAULT '0', `Quality` tinyint(3) unsigned NOT NULL DEFAULT '0', `Flags` int(10) unsigned NOT NULL DEFAULT '0', `FlagsExtra` int(10) unsigned NOT NULL DEFAULT '0', `BuyCount` tinyint(3) unsigned NOT NULL DEFAULT '1', `BuyPrice` bigint(20) NOT NULL DEFAULT '0', `SellPrice` int(10) unsigned NOT NULL DEFAULT '0', `InventoryType` tinyint(3) unsigned NOT NULL DEFAULT '0', `AllowableClass` int(11) NOT NULL DEFAULT '-1', `AllowableRace` int(11) NOT NULL DEFAULT '-1', `ItemLevel` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', `RequiredSkill` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSkillRank` smallint(5) unsigned NOT NULL DEFAULT '0', `requiredspell` mediumint(8) unsigned NOT NULL DEFAULT '0', `requiredhonorrank` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredCityRank` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredReputationFaction` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredReputationRank` smallint(5) unsigned NOT NULL DEFAULT '0', `maxcount` int(11) NOT NULL DEFAULT '0', `stackable` int(11) DEFAULT '1', `ContainerSlots` tinyint(3) unsigned NOT NULL DEFAULT '0', `StatsCount` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_type1` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value1` smallint(6) NOT NULL DEFAULT '0', `stat_type2` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value2` smallint(6) NOT NULL DEFAULT '0', `stat_type3` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value3` smallint(6) NOT NULL DEFAULT '0', `stat_type4` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value4` smallint(6) NOT NULL DEFAULT '0', `stat_type5` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value5` smallint(6) NOT NULL DEFAULT '0', `stat_type6` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value6` smallint(6) NOT NULL DEFAULT '0', `stat_type7` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value7` smallint(6) NOT NULL DEFAULT '0', `stat_type8` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value8` smallint(6) NOT NULL DEFAULT '0', `stat_type9` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value9` smallint(6) NOT NULL DEFAULT '0', `stat_type10` tinyint(3) unsigned NOT NULL DEFAULT '0', `stat_value10` smallint(6) NOT NULL DEFAULT '0', `ScalingStatDistribution` smallint(6) NOT NULL DEFAULT '0', `ScalingStatValue` int(10) unsigned NOT NULL DEFAULT '0', `dmg_min1` float NOT NULL DEFAULT '0', `dmg_max1` float NOT NULL DEFAULT '0', `dmg_type1` tinyint(3) unsigned NOT NULL DEFAULT '0', `dmg_min2` float NOT NULL DEFAULT '0', `dmg_max2` float NOT NULL DEFAULT '0', `dmg_type2` tinyint(3) unsigned NOT NULL DEFAULT '0', `armor` smallint(5) unsigned NOT NULL DEFAULT '0', `holy_res` tinyint(3) unsigned NOT NULL DEFAULT '0', `fire_res` tinyint(3) unsigned NOT NULL DEFAULT '0', `nature_res` tinyint(3) unsigned NOT NULL DEFAULT '0', `frost_res` tinyint(3) unsigned NOT NULL DEFAULT '0', `shadow_res` tinyint(3) unsigned NOT NULL DEFAULT '0', `arcane_res` tinyint(3) unsigned NOT NULL DEFAULT '0', `delay` smallint(5) unsigned NOT NULL DEFAULT '1000', `ammo_type` tinyint(3) unsigned NOT NULL DEFAULT '0', `RangedModRange` float NOT NULL DEFAULT '0', `spellid_1` mediumint(8) NOT NULL DEFAULT '0', `spelltrigger_1` tinyint(3) unsigned NOT NULL DEFAULT '0', `spellcharges_1` smallint(6) NOT NULL DEFAULT '0', `spellppmRate_1` float NOT NULL DEFAULT '0', `spellcooldown_1` int(11) NOT NULL DEFAULT '-1', `spellcategory_1` smallint(5) unsigned NOT NULL DEFAULT '0', `spellcategorycooldown_1` int(11) NOT NULL DEFAULT '-1', `spellid_2` mediumint(8) NOT NULL DEFAULT '0', `spelltrigger_2` tinyint(3) unsigned NOT NULL DEFAULT '0', `spellcharges_2` smallint(6) NOT NULL DEFAULT '0', `spellppmRate_2` float NOT NULL DEFAULT '0', `spellcooldown_2` int(11) NOT NULL DEFAULT '-1', `spellcategory_2` smallint(5) unsigned NOT NULL DEFAULT '0', `spellcategorycooldown_2` int(11) NOT NULL DEFAULT '-1', `spellid_3` mediumint(8) NOT NULL DEFAULT '0', `spelltrigger_3` tinyint(3) unsigned NOT NULL DEFAULT '0', `spellcharges_3` smallint(6) NOT NULL DEFAULT '0', `spellppmRate_3` float NOT NULL DEFAULT '0', `spellcooldown_3` int(11) NOT NULL DEFAULT '-1', `spellcategory_3` smallint(5) unsigned NOT NULL DEFAULT '0', `spellcategorycooldown_3` int(11) NOT NULL DEFAULT '-1', `spellid_4` mediumint(8) NOT NULL DEFAULT '0', `spelltrigger_4` tinyint(3) unsigned NOT NULL DEFAULT '0', `spellcharges_4` smallint(6) NOT NULL DEFAULT '0', `spellppmRate_4` float NOT NULL DEFAULT '0', `spellcooldown_4` int(11) NOT NULL DEFAULT '-1', `spellcategory_4` smallint(5) unsigned NOT NULL DEFAULT '0', `spellcategorycooldown_4` int(11) NOT NULL DEFAULT '-1', `spellid_5` mediumint(8) NOT NULL DEFAULT '0', `spelltrigger_5` tinyint(3) unsigned NOT NULL DEFAULT '0', `spellcharges_5` smallint(6) NOT NULL DEFAULT '0', `spellppmRate_5` float NOT NULL DEFAULT '0', `spellcooldown_5` int(11) NOT NULL DEFAULT '-1', `spellcategory_5` smallint(5) unsigned NOT NULL DEFAULT '0', `spellcategorycooldown_5` int(11) NOT NULL DEFAULT '-1', `bonding` tinyint(3) unsigned NOT NULL DEFAULT '0', `description` varchar(255) NOT NULL DEFAULT '', `PageText` mediumint(8) unsigned NOT NULL DEFAULT '0', `LanguageID` tinyint(3) unsigned NOT NULL DEFAULT '0', `PageMaterial` tinyint(3) unsigned NOT NULL DEFAULT '0', `startquest` mediumint(8) unsigned NOT NULL DEFAULT '0', `lockid` mediumint(8) unsigned NOT NULL DEFAULT '0', `Material` tinyint(4) NOT NULL DEFAULT '0', `sheath` tinyint(3) unsigned NOT NULL DEFAULT '0', `RandomProperty` mediumint(8) NOT NULL DEFAULT '0', `RandomSuffix` mediumint(8) unsigned NOT NULL DEFAULT '0', `block` mediumint(8) unsigned NOT NULL DEFAULT '0', `itemset` mediumint(8) unsigned NOT NULL DEFAULT '0', `MaxDurability` smallint(5) unsigned NOT NULL DEFAULT '0', `area` mediumint(8) unsigned NOT NULL DEFAULT '0', `Map` smallint(6) NOT NULL DEFAULT '0', `BagFamily` mediumint(8) NOT NULL DEFAULT '0', `TotemCategory` mediumint(8) NOT NULL DEFAULT '0', `socketColor_1` tinyint(4) NOT NULL DEFAULT '0', `socketContent_1` mediumint(8) NOT NULL DEFAULT '0', `socketColor_2` tinyint(4) NOT NULL DEFAULT '0', `socketContent_2` mediumint(8) NOT NULL DEFAULT '0', `socketColor_3` tinyint(4) NOT NULL DEFAULT '0', `socketContent_3` mediumint(8) NOT NULL DEFAULT '0', `socketBonus` mediumint(8) NOT NULL DEFAULT '0', `GemProperties` mediumint(8) NOT NULL DEFAULT '0', `RequiredDisenchantSkill` smallint(6) NOT NULL DEFAULT '-1', `ArmorDamageModifier` float NOT NULL DEFAULT '0', `duration` int(10) unsigned NOT NULL DEFAULT '0', `ItemLimitCategory` smallint(6) NOT NULL DEFAULT '0', `HolidayId` int(11) unsigned NOT NULL DEFAULT '0', `ScriptName` varchar(64) NOT NULL DEFAULT '', `DisenchantID` mediumint(8) unsigned NOT NULL DEFAULT '0', `FoodType` tinyint(3) unsigned NOT NULL DEFAULT '0', `minMoneyLoot` int(10) unsigned NOT NULL DEFAULT '0', `maxMoneyLoot` int(10) unsigned NOT NULL DEFAULT '0', `flagsCustom` int(10) unsigned NOT NULL DEFAULT '0', `VerifiedBuild` smallint(6) NOT NULL DEFAULT '1', PRIMARY KEY (`entry`), KEY `idx_name` (`name`), KEY `items_index` (`class`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System'; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `item_template` WRITE; /*!40000 ALTER TABLE `item_template` DISABLE KEYS */; INSERT INTO `item_template` VALUES (17,4,1,-1,'Martin Fury',7016,6,0,0,1,0,7,4,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,100,0,0,1141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25,2,7,-1,'Worn Shortsword',1542,1,0,0,1,36,7,21,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35,2,10,-1,'Bent Staff',472,1,0,0,1,48,9,17,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36,2,4,-1,'Worn Mace',5194,1,0,0,1,38,7,21,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37,2,0,-1,'Worn Axe',14029,1,0,0,1,39,7,21,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38,4,0,-1,'Recruit\'s Shirt',9891,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39,4,1,-1,'Recruit\'s Pants',9892,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40,4,0,-1,'Recruit\'s Boots',10141,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43,4,0,-1,'Squire\'s Boots',9938,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44,4,1,-1,'Squire\'s Pants',9937,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45,4,0,-1,'Squire\'s Shirt',3265,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47,4,0,-1,'Footpad\'s Shoes',9915,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48,4,1,-1,'Footpad\'s Pants',9913,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49,4,0,-1,'Footpad\'s Shirt',9906,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51,4,0,-1,'Neophyte\'s Boots',9946,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52,4,1,-1,'Neophyte\'s Pants',9945,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (53,4,0,-1,'Neophyte\'s Shirt',9944,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (55,4,0,-1,'Apprentice\'s Boots',9929,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (56,4,1,-1,'Apprentice\'s Robe',12647,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (57,4,1,-1,'Acolyte\'s Robe',12645,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (59,4,0,-1,'Acolyte\'s Shoes',3261,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (60,4,2,-1,'Layered Tunic',16891,1,0,0,1,60,12,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (61,4,2,-1,'Dwarven Leather Pants',16953,1,0,0,1,60,12,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (79,4,1,-1,'Dwarven Cloth Britches',16847,1,0,0,1,53,10,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (80,4,1,-1,'Soft Fur-lined Shoes',16854,1,0,0,1,36,7,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (85,4,2,-1,'Dirty Leather Vest',16883,1,0,0,1,63,12,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (88,4,1,-1,'Deprecated Old Pants',374,0,16,8192,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (91,4,1,-1,'OLDDwarven Initiate\'s Pants',368,0,16,8192,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (100,4,1,-1,'Deprecated Dwarven Squire\'s Pants',372,0,16,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (117,0,5,-1,'Tough Jerky',2473,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (118,0,1,-1,'Minor Healing Potion',15710,1,0,0,1,20,5,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (119,4,0,-1,'Deprecated Rogue\'s Vest',5702,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (120,4,1,-1,'Thug Pants',10006,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (121,4,0,-1,'Thug Boots',10008,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (127,4,0,-1,'Trapper\'s Shirt',9996,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (128,4,1,-1,'Deprecated Tauren Trapper\'s Pants',396,0,16,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (129,4,0,-1,'Rugged Trapper\'s Boots',9977,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (138,4,0,-1,'Deprecated War Harness',9346,1,0,8192,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (139,4,1,-1,'Brawler\'s Pants',9988,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (140,4,0,-1,'Brawler\'s Boots',9992,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (143,4,6,-1,'Monster - Shield, Stormwind Guard',2080,0,0,8192,1,7,1,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (147,4,1,-1,'Rugged Trapper\'s Pants',9975,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (148,4,0,-1,'Rugged Trapper\'s Shirt',9976,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (153,4,2,-1,'Primitive Kilt',10050,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (154,4,0,-1,'Primitive Mantle',10058,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (156,4,1,-1,'Deprecated Tauren Recruit\'s Pants',394,0,16,8192,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (159,0,5,-1,'Refreshing Spring Water',18084,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (182,12,0,-1,'Garrick\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (192,2,14,-1,'Martin\'s Broken Staff',5279,0,0,0,1,105266,21053,21,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,17,0,5,10,2,100,0,110,100,100,100,0,500,0,0,7,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (193,4,1,-1,'Tattered Cloth Vest',16579,1,0,0,1,49,9,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (194,4,1,-1,'Tattered Cloth Pants',16580,1,0,1,1,49,9,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (195,4,1,-1,'Tattered Cloth Boots',16582,1,0,0,1,37,7,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (200,4,1,-1,'Thick Cloth Vest',16777,1,0,0,1,2270,454,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (201,4,1,-1,'Thick Cloth Pants',16778,1,0,0,1,2278,455,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (202,4,1,-1,'Thick Cloth Shoes',16780,1,0,0,1,1715,343,8,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (203,4,1,-1,'Thick Cloth Gloves',16779,1,0,0,1,1147,229,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (209,4,2,-1,'Dirty Leather Pants',17140,1,0,0,1,61,12,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (210,4,2,-1,'Dirty Leather Boots',14444,1,0,0,1,45,9,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (236,4,2,-1,'Cured Leather Armor',14278,1,0,0,1,2795,559,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (237,4,2,-1,'Cured Leather Pants',14476,1,0,0,1,2806,561,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (238,4,2,-1,'Cured Leather Boots',14474,1,0,0,1,2112,422,8,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (239,4,2,-1,'Cured Leather Gloves',14475,1,0,0,1,1413,282,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (285,4,3,-1,'Scalemail Vest',16101,1,0,0,1,3555,711,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (286,4,3,-1,'Scalemail Pants',10400,1,0,0,1,3229,645,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (287,4,3,-1,'Scalemail Boots',12745,1,0,0,1,2442,488,8,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (414,0,5,-1,'Dalaran Sharp',21904,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (422,0,5,-1,'Dwarven Mild',6352,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (537,15,0,-1,'Dull Frenzy Scale',6629,0,0,0,1,350,87,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (555,15,0,-1,'Rough Vulture Feathers',11206,0,0,0,1,35,8,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (556,15,0,-1,'Buzzard Beak',6625,0,0,0,1,425,106,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (647,2,8,-1,'Destiny',20190,4,0,0,1,350121,70024,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,168,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,17152,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (710,4,1,-1,'Bracers of the People\'s Militia',16936,1,0,0,1,362,72,9,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (711,4,1,-1,'Tattered Cloth Gloves',16581,1,0,0,1,26,5,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (714,4,2,-1,'Dirty Leather Gloves',14445,1,0,0,1,32,6,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (718,4,3,-1,'Scalemail Gloves',6986,1,0,0,1,1614,322,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (719,4,1,-1,'Rabbit Handler Gloves',16970,1,0,0,1,24,4,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (720,4,2,-1,'Brawler Gloves',2368,3,0,0,1,5351,1070,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,4,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (723,7,8,-1,'Goretusk Liver',7369,1,0,0,1,60,15,0,-1,-1,12,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (724,0,5,-1,'Goretusk Liver Pie',6385,1,0,0,5,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (725,12,0,-1,'Gnoll Paw',6671,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (727,2,7,-1,'Notched Shortsword',26577,2,0,0,1,1225,245,13,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5168,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (728,9,5,-1,'Recipe: Westfall Stew',1102,1,64,0,1,200,50,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2543,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Westfall Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (729,7,8,-1,'Stringy Vulture Meat',7407,1,0,0,1,70,17,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (730,7,8,-1,'Murloc Eye',7394,1,0,0,1,65,16,0,-1,-1,11,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (731,7,8,-1,'Goretusk Snout',8802,1,0,0,1,110,27,0,-1,-1,12,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (732,12,0,-1,'Okra',7395,1,0,0,1,25,6,0,-1,-1,9,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (733,0,5,-1,'Westfall Stew',6428,1,0,0,1,400,100,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (734,12,0,-1,'Deprecated Malakai\'s Medallion',7093,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Upon this iron disk are stamped the words: \"Footman Malakai Stone\"',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (735,12,0,-1,'Rolf and Malakai\'s Medallions',7093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (737,12,0,-1,'Holy Spring Water',926,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3591,0,-1,0,300000,4,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (738,12,0,-1,'Sack of Barley',1297,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (739,12,0,-1,'Sack of Corn',11994,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (740,12,0,-1,'Sack of Rye',11998,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (742,12,0,-1,'A Sycamore Branch',928,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (743,12,0,-1,'Bundle of Charred Oak',929,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (744,4,0,-1,'Thunderbrew\'s Boot Flask',18059,2,0,0,1,40000,10000,12,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12257,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (745,12,0,-1,'Marshal McBride\'s Documents',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',209,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (748,12,0,-1,'Stormwind Armor Marker',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',78,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (750,12,0,-1,'Tough Wolf Meat',1116,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (752,12,0,-1,'Red Burlap Bandana',1272,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (753,2,7,-1,'Dragonmaw Shortsword',20094,2,0,0,1,19212,3842,13,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (754,2,7,-1,'Shortsword of Vengeance',20218,3,0,0,1,117784,23556,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,13519,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (755,15,0,-1,'Melted Candle',6677,0,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (756,2,1,-1,'Tunnel Pick',6264,2,0,0,1,24819,4963,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,7,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,74,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Also serves as a mining pick.',0,0,0,0,0,1,1,0,0,0,0,85,0,0,1024,165,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (763,4,2,-1,'Ice-covered Bracers',17007,1,0,0,1,294,58,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (765,7,9,-1,'Silverleaf',18088,1,536870912,0,1,40,10,0,-1,-1,5,0,773,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (766,2,4,-1,'Flanged Mace',19621,1,0,0,1,287,57,21,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (767,2,10,-1,'Long Bo Staff',20443,1,0,0,1,504,100,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (768,2,0,-1,'Lumberjack Axe',5012,1,0,0,1,567,113,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (769,7,8,-1,'Chunk of Boar Meat',6348,1,0,0,1,15,3,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (770,15,0,-1,'Pointy Crocolisk Tooth',6630,0,0,0,1,1265,316,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (771,15,0,-1,'Chipped Boar Tusk',1225,0,0,0,1,155,38,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (772,12,0,-1,'Large Candle',7066,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (773,12,0,-1,'Gold Dust',7137,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (774,3,7,-1,'Malachite',6663,2,0,0,1,60,15,0,-1,-1,7,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (776,2,15,-1,'Vendetta',6452,3,524288,0,1,28827,5765,13,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,33,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (777,15,0,-1,'Prowler Teeth',959,0,0,0,1,86,21,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (778,2,0,-1,'Kobold Excavation Pick',6259,1,0,0,1,278,55,21,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Also serves as a mining pick.',0,0,0,0,0,1,1,0,0,0,0,30,0,0,1024,165,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (779,15,0,-1,'Shiny Seashell',7714,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (780,12,0,-1,'Torn Murloc Fin',6628,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (781,2,4,-1,'Stone Gnoll Hammer',19644,1,0,0,1,552,110,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (782,12,0,-1,'Painted Gnoll Armband',1329,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (783,7,6,-1,'Light Hide',6687,1,0,0,1,200,50,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (785,7,9,-1,'Mageroyal',7341,1,536870912,0,1,80,20,0,-1,-1,10,0,773,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (787,0,5,-1,'Slitherskin Mackerel',24697,1,0,0,5,25,1,0,32767,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (789,2,4,-1,'Stout Battlehammer',19699,2,0,0,1,9847,1969,21,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,33,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5197,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (790,2,0,-1,'Forester\'s Axe',19401,2,0,0,1,10101,2020,21,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5196,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (791,2,10,-1,'Gnarled Ash Staff',20334,3,0,0,1,35348,7069,17,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,6,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,99,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (792,4,1,-1,'Knitted Sandals',16855,1,0,0,1,208,41,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (793,4,1,-1,'Knitted Gloves',14449,1,0,0,1,139,27,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (794,4,1,-1,'Knitted Pants',14450,1,0,0,1,280,56,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (795,4,1,-1,'Knitted Tunic',14154,1,0,0,1,281,56,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (796,4,2,-1,'Rough Leather Boots',22973,1,0,0,1,264,52,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (797,4,2,-1,'Rough Leather Gloves',17068,1,0,0,1,177,35,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (798,4,2,-1,'Rough Leather Pants',22972,1,0,0,1,355,71,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (799,4,2,-1,'Rough Leather Vest',2106,1,0,0,1,356,71,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (804,1,0,-1,'Large Blue Sack',2588,1,0,0,1,10000,2500,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (805,1,0,-1,'Small Red Pouch',2586,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (809,2,7,-1,'Bloodrazor',20033,4,0,0,1,195625,39125,13,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,130,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,17504,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (810,2,4,-1,'Hammer of the Northern Wind',19726,4,0,0,1,226335,45267,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,13439,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (811,2,0,-1,'Axe of the Deep Woods',19137,4,0,0,1,270619,54123,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,18104,2,0,1.35,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (812,2,10,-1,'Glowing Brightwood Staff',20257,4,0,0,1,285093,57018,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,5,29,7,15,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,191,0,0,0,0,0,0,0,15,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (813,15,0,-1,'Broken Cog',6618,0,0,8192,1,235,58,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (814,7,1,-1,'Flask of Oil',18084,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (816,2,15,-1,'Small Hand Blade',6472,2,0,0,1,1528,305,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (818,3,7,-1,'Tigerseye',6613,2,0,0,1,400,100,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (820,2,15,-1,'Slicer Blade',6470,2,0,0,1,4739,947,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (821,4,2,-1,'Riverpaw Leather Vest',17102,2,0,0,1,1248,249,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (826,2,0,-1,'Brutish Riverpaw Axe',19271,2,0,0,1,3662,732,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (827,2,4,-1,'Wicked Blackjack',3498,2,0,0,1,4859,971,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (828,1,0,-1,'Small Blue Pouch',2584,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (829,12,0,-1,'Red Leather Bandana',1272,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (832,4,3,-1,'Silver Defias Belt',6847,2,0,0,1,1015,203,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (833,4,0,-1,'Lifestone',22978,4,0,0,1,112000,28000,12,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,5707,1,0,0,-1,0,-1,17712,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (835,0,0,-1,'Large Rope Net',1007,1,0,0,1,95,23,0,-1,-1,12,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8312,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (837,4,1,-1,'Heavy Weave Armor',14466,1,0,0,1,1125,225,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (838,4,1,-1,'Heavy Weave Pants',14468,1,0,0,1,1129,225,7,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (839,4,1,-1,'Heavy Weave Gloves',14467,1,0,0,1,566,113,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (840,4,1,-1,'Heavy Weave Shoes',16821,1,0,0,1,853,170,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (841,12,0,-1,'Furlbrow\'s Pocket Watch',1270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (843,4,2,-1,'Tanned Leather Boots',14470,1,0,0,1,1077,215,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (844,4,2,-1,'Tanned Leather Gloves',2101,1,0,0,1,721,144,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (845,4,2,-1,'Tanned Leather Pants',9640,1,0,0,1,1447,289,7,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (846,4,2,-1,'Tanned Leather Jerkin',14472,1,0,0,1,1452,290,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (847,4,3,-1,'Chainmail Armor',1019,1,0,0,1,1749,349,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (848,4,3,-1,'Chainmail Pants',697,1,0,0,1,1755,351,7,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (849,4,3,-1,'Chainmail Boots',6869,1,0,0,1,1327,265,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (850,4,3,-1,'Chainmail Gloves',6871,1,0,0,1,883,176,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (851,2,7,-1,'Cutlass',22077,1,0,0,1,2023,404,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (852,2,4,-1,'Mace',8287,1,0,0,1,1739,347,13,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (853,2,0,-1,'Hatchet',22102,1,0,0,1,2409,481,13,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (854,2,10,-1,'Quarter Staff',22147,1,0,0,1,3023,604,17,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (856,1,0,-1,'Blue Leather Bag',1025,1,0,0,1,3500,875,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (857,1,0,-1,'Large Red Sack',4056,1,0,0,1,10000,2500,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (858,0,1,-1,'Lesser Healing Potion',15711,1,0,0,1,100,25,0,-1,-1,13,3,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,440,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (859,4,0,-1,'Fine Cloth Shirt',9880,1,0,0,1,350,87,4,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (860,4,1,-1,'Cavalier\'s Boots',3443,1,0,0,1,447,89,8,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (862,4,0,-1,'Runed Ring',18397,3,0,0,1,152890,38222,11,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,3253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (863,2,0,-1,'Gloom Reaper',19213,2,0,0,1,44820,8964,13,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,69,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5241,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (864,2,7,-1,'Knightly Longsword',26579,2,0,0,1,48581,9716,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5240,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (865,2,4,-1,'Leaden Mace',5212,2,0,0,1,25480,5096,13,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5224,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (866,2,10,-1,'Monk\'s Staff',20357,2,0,0,1,83204,16640,17,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,90,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5257,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (867,4,2,-1,'Gloves of Holy Might',17180,4,0,0,1,26720,5344,10,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,-1,9331,1,0,0,-1,0,-1,18074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (868,2,4,-1,'Ardent Custodian',19713,4,0,0,1,107665,21533,13,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,100,0,0,0,0,0,0,2100,0,0,7518,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (869,2,7,-1,'Dazzling Longsword',5163,4,0,0,1,92648,18529,13,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,70,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,13752,2,0,1.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (870,2,1,-1,'Fiery War Axe',33458,4,0,0,1,107640,21528,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,141,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18796,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',61,0,0,0,0,12340), (871,2,0,-1,'Flurry Axe',19235,4,0,0,1,148140,29628,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,69,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18797,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (872,2,1,-1,'Rockslicer',19242,3,0,0,1,12070,2414,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,73,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (873,2,10,-1,'Staff of Jordan',20298,4,0,0,1,108853,21770,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,180,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',61,0,0,0,0,12340), (876,4,6,-1,'Worn Wooden Buckler',1680,1,0,8192,1,11,2,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (878,7,11,-1,'Fist-sized Spinneret',9200,0,0,0,1,225,56,0,-1,-1,20,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (880,2,10,-1,'Staff of Horrors',20382,2,0,0,1,13460,2692,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,62,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,8552,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (884,12,0,-1,'Ghoul Rib',6368,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (885,2,0,-1,'Black Metal Axe',8494,2,0,0,1,11505,2301,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (886,2,7,-1,'Black Metal Shortsword',20093,2,0,0,1,14747,2949,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,4,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (887,15,0,-1,'Pound of Flesh',6680,0,0,0,1,330,82,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (888,4,2,-1,'Naga Battle Gloves',17182,3,0,0,1,4903,980,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,3,3,7,7,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (889,12,0,-1,'A Dusty Unsent Letter',3022,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This dusty letter from long ago was never sent.',16,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (890,2,10,-1,'Twisted Chanter\'s Staff',20386,3,0,0,1,17589,3517,17,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,5,10,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,84,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (892,4,1,-1,'Gnoll Casting Gloves',16950,2,0,0,1,1850,370,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (893,15,0,-1,'Dire Wolf Fang',959,0,0,0,1,550,137,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (895,12,0,-1,'Worgen Skull',7103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (896,12,0,-1,'Worgen Fang',959,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (897,4,2,-1,'Madwolf Bracers',17011,2,0,0,1,5113,1022,9,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,2,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (899,2,15,-1,'Venom Web Fang',6459,2,0,0,1,6242,1248,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18077,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (900,15,0,-1,'Deprecated Nightmare Summoning (Mount)',7014,1,16,8192,1,1,1,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (910,12,0,-1,'An Undelivered Letter',3024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Weathered and old, this letter was never delivered.',18,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (911,2,5,-1,'Ironwood Treebranch',28628,2,0,0,1,16622,3324,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,8,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (913,2,8,-1,'Huge Ogre Sword',20170,2,0,0,1,25188,5037,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,90,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (914,4,3,-1,'Large Ogre Chain Armor',2829,2,0,0,1,13348,2669,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,10,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (915,12,0,-1,'Red Silk Bandana',1272,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (916,12,0,-1,'A Torn Journal Page',7589,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Only the bottom half of this journal page remains.',20,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (918,1,0,-1,'Deviate Hide Pack',1283,1,0,0,1,5000,1250,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (920,2,4,-1,'Wicked Spiked Mace',19703,2,0,0,1,14107,2821,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (921,12,0,-1,'A Faded Journal Page',7588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although most of the text is long faded, some words can still be read.',21,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (922,2,8,-1,'Dacian Falx',22097,1,0,0,1,12039,2407,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,60,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (923,2,7,-1,'Longsword',22080,1,0,0,1,8744,1748,21,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,37,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (924,2,5,-1,'Maul',22131,1,0,0,1,10973,2194,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,56,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (925,2,4,-1,'Flail',4351,1,0,0,1,7797,1559,21,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (926,2,1,-1,'Battle Axe',22108,1,0,0,1,9785,1957,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,70,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (927,2,0,-1,'Double Axe',22106,1,0,0,1,6954,1390,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,36,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (928,2,10,-1,'Long Staff',22151,1,0,0,1,9860,1972,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,55,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (929,0,1,-1,'Healing Potion',15712,1,0,0,1,300,75,0,-1,-1,22,12,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (931,1,0,-1,'Deprecated Heavy Brown Sack',1183,1,16,8192,1,10000,2500,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (932,1,0,-1,'Fel Steed Saddlebags',6430,1,0,0,1,2550,637,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (933,1,0,-1,'Large Rucksack',1282,1,0,0,1,10000,2500,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (934,2,0,-1,'Stalvan\'s Reaper',19405,3,0,0,1,53412,10682,13,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,94,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,13524,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (935,2,7,-1,'Night Watch Shortsword',8274,3,0,0,1,8713,1742,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (936,2,4,-1,'Midnight Mace',5215,3,0,0,1,58104,11620,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,1,10,5,0,0,0,0,0,10,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (937,2,10,-1,'Black Duskwood Staff',20329,3,0,0,1,72886,14577,17,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,113,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,18138,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (938,12,0,-1,'Muddy Journal Pages',7601,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although the pages are covered in mud, some words can be read.',22,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (939,12,0,-1,'A Bloodstained Journal Page',7588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Through thick blood a few words still remain legible.',24,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (940,4,1,-1,'Robes of Insight',16676,4,0,0,1,62830,12566,20,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,5,25,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18820,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (942,4,0,-1,'Freezing Band',9835,4,0,0,1,18000,4500,11,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,9346,1,0,0,0,0,-1,18799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (943,2,10,-1,'Warden Staff',20256,4,0,0,1,214318,42863,17,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,260,0,0,0,0,0,0,2400,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (944,2,10,-1,'Elemental Mage Staff',20253,4,0,0,1,400765,80153,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,221,0,0,0,0,0,0,20,0,20,0,0,3200,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (954,0,4,-1,'Scroll of Strength',3331,1,0,0,1,200,50,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8118,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (955,0,4,-1,'Scroll of Intellect',2616,1,0,0,1,150,37,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8096,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (956,12,0,-1,'Deprecated Area Trigger Flag - Jasperlode mine',7084,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your official \"I went to the Jasperlode Mine and all I got was this lousy shirt\" T-shirt',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (957,12,0,-1,'William\'s Shipment',7286,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There is a note attached.',15,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (958,12,0,-1,'Deprecated Area Trigger Flag - Darkhollow Mine',7084,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your official \"I went to the Darkhollow Mine and all I got was this lousy shirt\" T-shirt',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (960,12,0,-1,'Deprecated Area Trigger Flag - Fargodeep',7084,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your official \"I went to the Fargodeep Mine and all I got was this lousy shirt\" T-shirt',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (961,0,5,-1,'Healing Herb',6387,1,0,0,1,10,2,0,-1,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (962,12,0,-1,'Pork Belly Pie',6385,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (964,4,0,-1,'Deprecated Red Linen Shirt',9744,1,16,0,1,50,12,4,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (981,12,0,-1,'Bernice\'s Necklace',1399,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (983,4,1,-1,'Red Linen Sash',4878,1,0,0,1,108,21,6,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (996,4,0,-1,'Ring of Righteous Flame (TEST)',3453,1,0,8192,1,40,10,11,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (997,2,7,-1,'Fire Sword of Crippling',859,1,16,0,1,17,3,21,2047,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,2000,0,0,89,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1006,12,0,-1,'Brass Collar',224,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Princess - First Prize',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1008,2,7,-1,'Well-used Sword',1550,1,0,0,1,721,144,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1009,2,4,-1,'Compact Hammer',8583,2,0,0,1,2451,490,21,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,2,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1010,2,10,-1,'Gnarled Short Staff',20440,1,0,0,1,499,99,17,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,15,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,2,2,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1011,2,0,-1,'Sharp Axe',19273,1,0,0,1,400,80,21,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,11,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1013,12,0,-1,'Iron Rivet',1236,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1014,12,0,-1,'Large Moneybag (old)',1183,1,16,8192,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2898,0,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1015,7,8,-1,'Lean Wolf Flank',6348,1,0,0,1,96,24,0,-1,-1,19,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (1017,0,5,-1,'Seasoned Wolf Kabob',1116,1,0,0,1,400,100,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (1019,12,0,-1,'Red Linen Bandana',1272,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1020,4,2,-1,'Leather Helmet D (Test)',13552,1,16,8192,1,6,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1021,4,2,-1,'Leather Helmet A (test)',13551,1,16,8192,1,6,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1024,4,2,-1,'Plate Helmet D2 (test)',15304,1,16,8192,1,6,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1025,4,2,-1,'Plate Helmet D1 (Test)',15302,1,16,8192,1,6,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1027,4,2,-1,'Mail Helmet A (Test)',15294,1,16,8192,1,6,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1028,4,3,-1,'Deprecated Dented Skullcap',13275,0,16,8192,1,1273,254,1,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1029,9,0,-1,'Tablet of Serpent Totem',5563,1,80,0,1,0,20,0,31296,511,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1041,15,0,-1,'Horn of the Black Wolf',16208,1,64,0,1,1000000,0,0,-1,-1,40,40,149,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1057,9,0,-1,'Tablet of Restoration III',5563,1,64,0,1,0,450,0,31296,511,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1074,15,0,-1,'Hard Spider Leg Tip',6619,0,0,0,1,1965,491,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1075,12,0,-1,'Shadowhide Pendant',7236,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1076,4,0,-1,'Defias Renegade Ring',6012,2,0,0,1,2600,650,11,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1077,4,0,-1,'Defias Mage Ring',9836,2,524288,0,1,100,25,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,5,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (1080,7,8,-1,'Tough Condor Meat',25475,1,0,0,1,315,78,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1081,7,8,-1,'Crisp Spider Meat',7345,1,0,0,1,200,50,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (1082,0,5,-1,'Redridge Goulash',6406,1,0,0,1,600,150,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1083,12,0,-1,'Glyph of Azora',7133,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1113,0,5,-1,'Conjured Bread',6413,1,2097154,0,1,0,0,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (1114,0,5,-1,'Conjured Rye',6343,1,2097154,0,1,0,0,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (1116,4,0,-1,'Ring of Pure Silver',6011,2,0,0,1,5000,1250,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (1121,4,2,-1,'Feet of the Lynx',703,3,0,0,1,5375,1075,8,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,3,8,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1127,0,0,-1,'Flash Bundle',1816,1,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2120,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1129,12,0,-1,'Ghoul Fang',7129,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1130,12,0,-1,'Vial of Spider Venom',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1131,4,0,-1,'Totem of Infliction',9557,2,64,0,1,4545,1136,23,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,7617,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1132,15,5,-1,'Horn of the Timber Wolf',16208,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,580,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1133,15,0,-1,'Horn of the Winter Wolf',16207,1,64,0,1,1000000,0,0,-1,223,40,40,149,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1134,15,0,-1,'Horn of the Gray Wolf',16207,1,64,0,1,1000000,0,0,-1,223,40,40,149,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1146,9,0,-1,'Libram: Resurrection',1155,1,96,0,1,0,0,0,31234,-1,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1154,4,3,-1,'Belt of the People\'s Militia',6833,1,0,0,1,513,102,6,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1155,2,10,-1,'Rod of the Sleepwalker',20327,3,0,0,1,29771,5954,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,80,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1156,4,0,-1,'Lavishly Jeweled Ring',9839,3,524288,0,1,3250,812,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,5,6,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1158,2,4,-1,'Solid Metal Club',19643,1,0,0,1,732,146,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1159,2,10,-1,'Militia Quarterstaff',4994,1,0,0,1,160,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,9,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1161,2,7,-1,'Militia Shortsword',1544,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1162,4,1,-1,'Pirates Patch (Test)',13219,1,0,0,1,222,44,1,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1166,4,6,-1,'Dented Buckler',2208,1,16,8192,1,84,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1167,4,6,-1,'Small Targe',18506,1,16,8192,1,484,96,14,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1168,4,6,-1,'Skullflame Shield',30993,4,0,0,1,211484,42296,14,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2593,0,10,0,0,10,0,0,0,0,18815,1,0,0,-1,0,-1,18816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,53,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (1169,4,6,-1,'Blackskull Shield',18816,4,0,0,1,94076,18815,14,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2163,0,0,0,0,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,36,0,120,0,0,0,0,0,0,0,0,0,0,0,0,150,100,0,0,0,'',62,0,0,0,0,12340), (1171,4,1,-1,'Well-stitched Robe',12707,1,0,0,1,277,55,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1172,4,0,-1,'Grayson\'s Torch',12313,2,0,0,1,3875,968,23,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1173,4,2,-1,'Weather-worn Boots',6777,1,0,0,1,262,52,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1175,15,0,-1,'A Gold Tooth',6659,0,0,0,1,115,28,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1177,0,8,-1,'Oil of Olaf',6400,1,0,0,1,12,3,0,-1,-1,8,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54497,0,-1,-1,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1178,0,8,-1,'Explosive Rocket',6336,1,0,0,1,30,7,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1940,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1179,0,5,-1,'Ice Cold Milk',18090,1,0,0,5,125,6,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1180,0,4,-1,'Scroll of Stamina',1093,1,0,0,1,150,37,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8099,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1181,0,4,-1,'Scroll of Spirit',2616,1,0,0,1,100,25,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8112,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1182,4,3,-1,'Brass-studded Bracers',6852,1,0,0,1,222,44,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1183,4,1,-1,'Elastic Wristguards',16927,1,0,0,1,149,29,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1187,0,0,-1,'Spiked Collar',6415,2,0,0,1,4325,1081,0,-1,-1,30,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8176,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1189,4,0,-1,'Overseer\'s Ring',963,2,524288,0,1,2500,625,11,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1190,4,1,-1,'Overseer\'s Cloak',15120,2,0,0,1,2091,418,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1191,0,0,-1,'Bag of Marbles',1816,1,0,0,1,330,82,0,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5917,0,-10,-10,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1192,4,3,-1,'Deprecated Overseer\'s Helm',13277,0,16,8192,1,1264,252,1,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1193,4,6,-1,'Banded Buckler',27782,1,16,0,1,1779,355,14,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,5,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1194,2,8,-1,'Bastard Sword',22093,1,0,0,1,104,20,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1195,2,5,-1,'Kobold Mining Shovel',7495,1,0,0,1,236,47,17,-1,-1,6,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1196,2,1,-1,'Tabar',22114,1,0,0,1,2214,442,17,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1197,2,5,-1,'Giant Mace',5226,1,0,0,1,2667,533,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1198,2,8,-1,'Claymore',22095,1,0,0,1,2677,535,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1200,4,6,-1,'Large Wooden Shield',18663,1,0,0,1,82,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1201,4,6,-1,'Dull Heater Shield',2161,1,0,2,1,473,94,14,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1202,4,6,-1,'Wall Shield',2329,1,0,0,1,1839,367,14,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,5,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1203,4,6,-1,'Aegis of Stormwind',2594,3,0,0,1,117526,23505,14,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,15,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,33,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (1204,4,6,-1,'The Green Tower',1644,4,0,0,1,62886,12577,14,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,6,7,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,0,0,0,0,18097,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,30,0,120,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (1205,0,5,-1,'Melon Juice',18078,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1206,3,7,-1,'Moss Agate',7393,2,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1207,2,4,-1,'Murphstar',5223,2,0,0,1,49460,9892,13,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5242,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (1208,12,0,-1,'Maybell\'s Love Letter',2616,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',25,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1210,3,7,-1,'Shadowgem',7401,2,0,0,1,1000,250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1211,4,2,-1,'Gnoll War Harness',14260,2,0,0,1,1739,347,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (1212,15,0,-1,'Gnoll Spittle',2637,0,0,0,1,85,21,0,-1,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1213,4,2,-1,'Gnoll Kindred Bracers',3613,1,0,0,1,438,87,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1214,2,4,-1,'Gnoll Punisher',19625,2,0,0,1,4652,930,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1215,4,2,-1,'Support Girdle',16942,2,0,0,1,2347,469,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1217,12,0,-1,'Unknown Reward',7280,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It is not known what the reward will be...',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1218,2,5,-1,'Heavy Gnoll War Club',5527,2,0,0,1,10321,2064,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,10,3,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,61,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1219,2,7,-1,'Redridge Machete',20122,2,0,0,1,4119,823,13,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1220,2,1,-1,'Lupine Axe',19232,2,0,0,1,9039,1807,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1221,12,0,-1,'Underbelly Whelp Scale',568,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1222,15,0,-1,'Broken Tooth',6002,0,0,8192,1,58,14,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1251,0,7,-1,'Linen Bandage',11907,1,2097216,0,1,34,8,0,-1,-1,1,0,129,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1252,12,0,-1,'Gramma Stonefield\'s Note',2616,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',26,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1254,4,0,-1,'Lesser Firestone (DEPRECATED)',24380,1,2097154,0,1,0,0,28,-1,-1,28,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,1,0,0,0,0,0,23480,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1255,15,0,-1,'Brackwater Bracers',1262,1,0,0,1,354,70,0,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1256,12,0,-1,'Crystal Kelp Frond',7078,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1257,12,0,-1,'Invisibility Liquor',1656,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1259,2,0,-1,'JYoo test item',30392,0,0,8192,1,12,2,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1260,12,0,-1,'Tharil\'zun\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1261,12,0,-1,'Midnight Orb',6009,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1262,0,0,-1,'Keg of Thunderbrew Lager',7923,1,0,0,1,445,111,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5257,0,-5,-5,-1,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1263,2,1,-1,'Brain Hacker',22215,4,0,0,1,395324,79064,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,143,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,17148,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (1264,2,5,-1,'Headbasher',5530,2,0,0,1,18357,3671,17,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,49,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (1265,2,7,-1,'Scorpion Sting',20156,3,0,0,1,58875,11775,13,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18208,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (1270,4,1,-1,'Finely Woven Cloak',23113,2,0,0,1,1067,213,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (1273,4,3,-1,'Forest Chain',12723,2,0,0,1,8283,1656,5,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1274,12,0,-1,'Hops',6661,1,0,0,1,35,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1275,4,3,-1,'Deputy Chain Coat',1019,2,0,0,1,8343,1668,5,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1276,4,6,-1,'Fire Hardened Buckler',2210,2,0,0,1,11101,2220,14,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (1280,4,2,-1,'Cloaked Hood',15298,2,0,0,1,18482,3696,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (1282,4,3,-1,'Sparkmetal Coif',15324,2,0,0,1,14125,2825,1,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,4,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (1283,12,0,-1,'Verner\'s Note',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',28,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1284,12,0,-1,'Crate of Horseshoes',7914,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s a note attached to this crate.',29,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1287,2,15,-1,'Giant Tarantula Fang',6447,2,0,0,1,3518,703,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1288,7,11,-1,'Large Venom Sac',4826,1,0,0,1,740,185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1292,2,0,-1,'Butcher\'s Cleaver',8466,3,0,0,1,16504,3300,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,32,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1293,12,0,-1,'The State of Lakeshire',3034,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written by Magistrate Solomon, this report details the events unfolding in Redridge.',30,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1294,12,0,-1,'The General\'s Response',3035,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'General Marcus Jonathan\'s response to Magistrate Solomon\'s plea for help.',36,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1296,2,4,-1,'Blackrock Mace',5195,2,0,0,1,8409,1681,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1297,4,1,-1,'Robes of the Shadowcaster',19035,2,0,0,1,10194,2038,20,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,5,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (1298,4,1,-1,'Deprecated Night Mage Wristguards',6305,0,16,0,1,445,89,9,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1299,4,1,-1,'Lesser Belt of the Spire',16717,2,0,0,1,1954,390,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,7,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1300,2,10,-1,'Lesser Staff of the Spire',20391,2,0,0,1,9271,1854,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,54,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1302,4,2,-1,'Black Whelp Gloves',17174,2,0,0,1,1312,262,10,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,4,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1303,4,3,-1,'Bridgeworker\'s Gloves',6871,2,0,0,1,2091,418,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1304,4,1,-1,'Riding Gloves',16818,2,0,0,1,1399,279,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1306,4,2,-1,'Wolfmane Wristguards',11387,2,0,0,1,1762,352,9,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1307,12,0,-1,'Gold Pickup Schedule',811,1,2048,2,1,0,0,0,-1,-1,7,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,123,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1309,12,0,-1,'Oslow\'s Toolbox',12334,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1310,4,2,-1,'Smith\'s Trousers',16971,2,0,0,1,3577,715,7,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1314,4,2,-1,'Ghoul Fingers',17179,2,0,0,1,1814,362,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1315,4,0,-1,'Lei of Lilies',6524,4,64,0,1,52000,13000,2,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,10,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18831,0,0,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (1317,2,10,-1,'Hardened Root Staff',20377,2,0,0,1,17501,3500,17,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,4,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,67,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1318,2,1,-1,'Night Reaver',19290,3,0,0,1,15332,3066,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,78,0,1,5,5,0,0,0,0,0,0,0,3300,0,0,13480,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1319,4,0,-1,'Ring of Iron Will',14437,2,0,0,1,1850,462,11,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1322,0,0,-1,'Fishliver Oil',6373,1,0,0,1,275,68,0,-1,-1,21,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7396,0,-1,-1,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1324,12,0,-1,'Deprecated Parker\'s Lunch',7196,1,16,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1325,12,0,-1,'Daffodil Bouquet',6524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1326,0,5,-1,'Sauteed Sunfish',2661,1,0,0,1,40,10,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (1327,12,0,-1,'Wiley\'s Note',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A hastily written note written by Wiley the Black for Gryan Stoutmantle.',38,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1349,12,0,-1,'Abercrombie\'s Crate',7918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This large crate is sealed tight, but it reeks of dead things.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1351,4,1,-1,'Fingerbone Bracers',16897,2,0,0,1,3844,768,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (1352,12,0,-1,'Cracked Skull Mortar',7013,1,1088,8192,1,800,200,0,-1,-1,22,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4960,0,0,0,30000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1353,12,0,-1,'Shaw\'s Report',3031,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Shaw\'s report on the Stonemason Guild for Gryan Stoutmantle.',41,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1355,4,1,-1,'Buckskin Cape',23014,2,0,0,1,1008,201,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (1356,12,0,-1,'Commendation - Elwynn Forest',924,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',44,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1357,12,0,-1,'Captain Sanders\' Treasure Map',1322,1,2304,0,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The waterlogged parchment is about to disintegrate.',0,0,0,136,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1358,12,0,-1,'A Clue to Sanders\' Treasure',7593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This torn piece of parchment contains scribbled writing.',45,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1359,4,2,-1,'Lion-stamped Gloves',6751,1,0,0,1,96,19,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1360,4,3,-1,'Stormwind Chain Gloves',7000,1,0,0,1,210,42,10,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1361,12,0,-1,'Another Clue to Sanders\' Treasure',7594,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This torn piece of parchment contains scribbled writing.',46,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1362,12,0,-1,'Final Clue to Sanders\' Treasure',7595,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This torn piece of parchment contains scribbled writing.',47,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1363,4,1,-1,'Deprecated Captain Sanders\' Eyepatch',13223,0,16,8192,1,415,83,1,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1364,4,2,-1,'Ragged Leather Vest',14339,0,0,0,1,41,8,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1366,4,2,-1,'Ragged Leather Pants',14338,0,0,0,1,12,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1367,4,2,-1,'Ragged Leather Boots',14354,0,0,0,1,14,2,8,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1368,4,2,-1,'Ragged Leather Gloves',17184,0,0,0,1,14,2,10,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1369,4,2,-1,'Ragged Leather Belt',14335,0,0,0,1,21,4,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1370,4,2,-1,'Ragged Leather Bracers',14336,0,0,0,1,14,2,9,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1372,4,1,-1,'Ragged Cloak',23054,0,0,0,1,11,2,16,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1374,4,1,-1,'Frayed Shoes',16659,0,0,0,1,17,3,8,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1376,4,1,-1,'Frayed Cloak',23090,0,0,0,1,24,4,16,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1377,4,1,-1,'Frayed Gloves',16657,0,0,0,1,7,1,10,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1378,4,1,-1,'Frayed Pants',16656,0,0,0,1,9,1,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1380,4,1,-1,'Frayed Robe',12426,0,0,0,1,21,4,20,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1381,12,0,-1,'A Mysterious Message',3023,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This soot-covered note contains some cryptic text.',48,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1382,2,4,-1,'Rock Mace',19636,1,0,0,1,123,24,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1383,2,0,-1,'Stone Tomahawk',8495,1,0,0,1,127,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1384,2,7,-1,'Dull Blade',1546,1,0,0,1,56,11,21,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1386,2,1,-1,'Thistlewood Axe',19247,1,0,8192,1,160,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1387,2,8,-1,'Ghoulfang',20087,2,0,0,1,7892,1578,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,54,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,16409,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1388,2,10,-1,'Crooked Staff',20450,1,0,0,1,72,14,17,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1389,2,4,-1,'Kobold Mining Mallet',8575,1,0,0,1,292,58,21,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1391,2,10,-1,'Riverpaw Mystic Staff',20410,2,0,0,1,6961,1392,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,2,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1394,2,4,-1,'Driftwood Club',5203,2,0,0,1,3700,740,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1395,4,1,-1,'Apprentice\'s Pants',9924,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1396,4,1,-1,'Acolyte\'s Pants',3260,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1399,0,8,-1,'Magic Candle',6395,1,0,0,1,50,12,0,-1,-1,8,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49512,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1401,0,5,-1,'Green Tea Leaf',18088,1,0,0,1,56,14,0,-1,-1,14,4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1404,4,0,-1,'Tidal Charm',6499,2,0,0,1,41225,10306,12,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (1405,2,10,-1,'Foamspittle Staff',5540,2,0,0,1,5924,1184,17,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1406,2,6,-1,'Pearl-encrusted Spear',5638,2,0,0,1,10399,2079,17,-1,-1,21,20,0,0,0,0,0,0,0,0,1,0,2,7,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,53,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1407,12,0,-1,'Solomon\'s Plea to Westfall',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',49,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1408,12,0,-1,'Stoutmantle\'s Response to Solomon',3033,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',50,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1409,12,0,-1,'Solomon\'s Plea to Darkshire',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',51,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1410,12,0,-1,'Ebonlocke\'s Response to Solomon',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',52,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1411,2,10,-1,'Withered Staff',20442,0,0,0,1,343,68,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1412,2,8,-1,'Crude Bastard Sword',20074,0,0,0,1,246,49,17,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1413,2,7,-1,'Feeble Sword',1547,0,0,0,1,277,55,21,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1414,2,5,-1,'Cracked Sledge',19525,0,0,0,1,486,97,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,15,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1415,2,4,-1,'Carpenter\'s Mallet',19613,0,0,0,1,363,72,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1416,2,0,-1,'Rusty Hatchet',8495,0,0,0,1,364,72,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1417,2,1,-1,'Beaten Battle Axe',8501,0,0,0,1,326,65,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1418,4,2,-1,'Worn Leather Belt',14344,0,0,0,1,46,9,6,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1419,4,2,-1,'Worn Leather Boots',14353,0,0,0,1,98,19,8,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1420,4,2,-1,'Worn Leather Bracers',4471,0,0,0,1,92,18,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1421,4,1,-1,'Worn Hide Cloak',23083,0,0,0,1,144,28,16,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1422,4,2,-1,'Worn Leather Gloves',14345,0,0,0,1,31,6,10,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1423,4,2,-1,'Worn Leather Pants',14346,0,0,0,1,95,19,7,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1425,4,2,-1,'Worn Leather Vest',14190,0,0,0,1,188,37,5,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1427,4,1,-1,'Patchwork Shoes',16798,0,0,0,1,148,29,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1429,4,1,-1,'Patchwork Cloak',23130,0,0,0,1,39,7,16,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1430,4,1,-1,'Patchwork Gloves',16797,0,0,0,1,39,7,10,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1431,4,1,-1,'Patchwork Pants',16796,0,0,0,1,102,20,7,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1433,4,1,-1,'Patchwork Armor',16795,0,0,0,1,73,14,5,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1434,0,0,-1,'Glowing Wax Stick',6383,1,0,0,1,175,43,0,-1,-1,7,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,13424,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1436,4,2,-1,'Frontier Britches',17144,2,0,0,1,2291,458,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,4,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1438,4,6,-1,'Warrior\'s Shield',25943,1,0,0,1,352,70,14,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1440,2,4,-1,'Gnoll Skull Basher',8570,2,0,0,1,6152,1230,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1443,4,0,-1,'Jeweled Amulet of Cainwyn',6522,4,0,0,1,84500,21125,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,18,6,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (1445,4,3,-1,'Blackrock Pauldrons',10167,1,0,0,1,2920,584,3,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1446,4,3,-1,'Blackrock Boots',6841,2,0,0,1,2842,568,8,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1447,4,0,-1,'Ring of Saviors',14438,4,524288,0,1,91100,22775,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,14,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18826,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (1448,4,3,-1,'Blackrock Gauntlets',6842,2,0,0,1,2028,405,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1449,4,0,-1,'Minor Channeling Ring',9823,2,0,0,1,7500,1875,11,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,5,2,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1450,0,1,-1,'Potion of Fervor',1026,1,0,8192,1,40,10,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,806,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1451,12,0,-1,'Bottle of Zombie Juice',1249,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1453,12,0,-1,'Spectral Comb',9825,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1454,2,0,-1,'Axe of the Enforcer',8457,3,0,0,1,19689,3937,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1455,2,1,-1,'Blackrock Champion\'s Axe',22214,2,0,0,1,14657,2931,17,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,62,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1457,2,4,-1,'Shadowhide Mace',19683,2,0,0,1,9251,1850,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1458,2,5,-1,'Shadowhide Maul',8601,2,0,0,1,13117,2623,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,55,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1459,2,0,-1,'Shadowhide Scalper',19136,2,0,0,1,11902,2380,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1460,2,8,-1,'Shadowhide Two-handed Sword',20109,2,0,0,1,8842,1768,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,46,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1461,2,1,-1,'Slayer\'s Battle Axe',19375,2,0,0,1,16936,3387,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,6,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,59,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1462,4,0,-1,'Ring of the Shadow',9846,2,524288,0,1,5225,1306,11,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1464,15,0,-1,'Buzzard Talon',6627,0,0,0,1,285,71,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1465,2,15,-1,'Tigerbane',20594,2,0,0,1,49125,9825,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,19691,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (1467,12,0,-1,'Spotted Sunfish',1361,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1468,7,8,-1,'Murloc Fin',6697,1,0,0,1,115,28,0,-1,-1,16,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1469,2,7,-1,'Scimitar of Atun',20154,2,0,0,1,5900,1180,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,33,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1470,1,0,-1,'Murloc Skin Bag',1025,1,0,0,1,3500,875,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1473,2,10,-1,'Riverside Staff',20402,2,0,0,1,7489,1497,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1475,7,11,-1,'Small Venom Sac',6693,1,0,0,1,330,82,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1476,15,0,-1,'Snapped Spider Limb',6619,0,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1477,0,4,-1,'Scroll of Agility II',3331,1,0,0,1,350,87,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8116,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1478,0,4,-1,'Scroll of Protection II',1093,1,0,0,1,250,62,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8094,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1479,4,1,-1,'Salma\'s Oven Mitts',16710,1,0,0,1,239,47,10,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1480,2,4,-1,'Fist of the People\'s Militia',9381,2,0,0,1,4774,954,13,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1481,2,0,-1,'Grimclaw',25595,3,0,0,1,16689,3337,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,13440,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1482,2,7,-1,'Shadowfang',20089,3,0,0,1,14822,2964,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,55,0,4,8,5,0,0,0,0,0,0,0,2700,0,0,13440,2,0,1.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1483,2,4,-1,'Face Smasher',9117,3,0,0,1,10129,2025,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1484,2,10,-1,'Witching Stave',9122,3,0,0,1,14613,2922,17,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,83,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1485,2,6,-1,'Pitchfork',7464,0,0,0,1,7053,1410,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,45,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1486,4,1,-1,'Tree Bark Jacket',9889,3,0,0,1,6013,1202,5,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1487,0,5,-1,'Conjured Pumpernickel',6344,1,2097154,0,1,0,0,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (1488,4,3,-1,'Avenger\'s Armor',12960,3,0,0,1,16899,3379,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (1489,4,2,-1,'Gloomshroud Armor',8676,3,0,0,1,7768,1553,5,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1490,4,0,-1,'Guardian Talisman',6502,2,0,0,1,35640,8910,12,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4070,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (1491,4,0,-1,'Ring of Precision',9836,3,524288,0,1,8830,2207,11,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,3,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1493,2,7,-1,'Heavy Marauder Scimitar',5165,3,0,0,1,19610,3922,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,54,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1495,4,1,-1,'Calico Shoes',16553,0,0,0,1,295,59,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1497,4,1,-1,'Calico Cloak',23094,0,0,0,1,357,71,16,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1498,4,1,-1,'Calico Gloves',14348,0,0,0,1,286,57,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1499,4,1,-1,'Calico Pants',16552,0,0,0,1,255,51,7,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1501,4,1,-1,'Calico Tunic',16551,0,0,0,1,402,80,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1502,4,2,-1,'Warped Leather Belt',16947,0,0,0,1,302,60,6,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1503,4,2,-1,'Warped Leather Boots',14846,0,0,0,1,547,109,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1504,4,2,-1,'Warped Leather Bracers',17024,0,0,0,1,162,32,9,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1505,4,1,-1,'Warped Cloak',23076,0,0,0,1,244,48,16,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1506,4,2,-1,'Warped Leather Gloves',17077,0,0,0,1,256,51,10,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1507,4,2,-1,'Warped Leather Pants',17156,0,0,0,1,616,123,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1509,4,2,-1,'Warped Leather Vest',18466,0,0,0,1,299,59,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1510,2,4,-1,'Heavy Hammer',19775,0,0,0,1,752,150,21,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1511,2,7,-1,'Commoner\'s Sword',20173,0,0,0,1,970,194,21,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1512,2,1,-1,'Crude Battle Axe',19226,0,0,0,1,973,194,17,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1513,2,8,-1,'Old Greatsword',20092,0,0,0,1,1466,293,17,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1514,2,5,-1,'Rusty Warhammer',19533,0,0,0,1,1471,294,17,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1515,2,10,-1,'Rough Wooden Staff',20421,0,0,0,1,984,196,17,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1516,2,0,-1,'Worn Hatchet',8498,0,0,0,1,1185,237,21,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1518,12,0,-1,'Ghost Hair Comb',9825,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1519,12,0,-1,'Bloodscalp Ear',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1520,15,0,-1,'Troll Sweat',1656,0,0,0,1,285,71,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1521,2,1,-1,'Lumbering Ogre Axe',19306,2,0,0,1,96028,19205,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,4,15,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,158,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1522,2,6,-1,'Headhunting Spear',22239,2,0,0,1,51121,10224,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,3,11,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,95,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (1523,2,5,-1,'Huge Stone Club',5534,2,0,0,1,51305,10261,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,107,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (1524,12,0,-1,'Skullsplitter Tusk',959,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1528,12,0,-1,'Handful of Oats',1443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1529,3,7,-1,'Jade',1262,2,0,0,1,2800,700,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1532,12,0,-1,'Shrunken Head',7104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1537,1,0,-1,'Old Blanchy\'s Feed Pouch',1183,1,0,0,1,250,62,18,-1,-1,1,0,0,0,0,0,0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1539,2,10,-1,'Gnarled Hermit\'s Staff',20395,2,0,0,1,7861,1572,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1547,4,6,-1,'Shield of the Faith',21551,2,0,0,1,13978,2795,14,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,11,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (1557,4,6,-1,'Buckler of the Seas',18456,2,0,0,1,4595,919,14,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1560,4,1,-1,'Bluegill Sandals',16856,2,0,0,1,2569,513,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,6,4,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (1561,4,1,-1,'Harvester\'s Robe',12671,2,0,0,1,1344,268,20,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (1566,2,8,-1,'Edge of the People\'s Militia',20078,2,0,0,1,5663,1132,17,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,39,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1596,12,0,-1,'Ghost Hair Thread',18096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1598,12,0,-1,'Rot Blossom',1464,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1602,2,0,-1,'Sickle Axe',8489,3,0,0,1,58427,11685,13,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,3,5,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (1604,2,8,-1,'Chromatic Sword',63370,2,0,0,1,97320,19464,17,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,150,0,0,0,0,0,0,7,7,7,7,7,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1607,2,10,-1,'Soulkeeper',20272,3,0,0,1,217103,43420,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,26,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,213,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (1608,2,4,-1,'Skullcrusher Mace',19743,2,0,0,1,94704,18940,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5269,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (1613,2,10,-1,'Spiritchaser Staff',28470,2,0,0,1,95699,19139,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,113,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5266,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1623,1,0,-1,'Raptor Skin Pouch',3568,1,0,0,1,20000,5000,18,-1,-1,35,0,0,0,0,0,0,0,0,1,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1624,4,3,-1,'Skullsplitter Helm',15340,2,0,0,1,30862,6172,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (1625,2,8,-1,'Exquisite Flamberge',26586,2,0,0,1,73773,14754,17,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,109,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5254,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1630,15,0,-1,'Broken Electro-lantern',6552,0,0,0,1,265,66,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1637,12,0,-1,'Letter to Ello',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',53,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1639,2,1,-1,'Grinning Axe',5128,2,0,0,1,142301,28460,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,128,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5282,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (1640,2,1,-1,'Monstrous War Axe',8526,2,0,0,1,78188,15637,17,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,139,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5255,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1645,0,5,-1,'Moonberry Juice',18060,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1652,1,0,-1,'Sturdy Lunchbox',12642,1,0,0,1,20000,5000,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1656,12,0,-1,'Translated Letter',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',54,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1659,4,1,-1,'Engineering Gloves',1795,2,0,0,1,10683,2136,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (1664,2,10,-1,'Spellforce Rod',18289,2,0,0,1,73476,14695,17,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,116,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1672,12,0,-1,'Deprecated Ogre Head',7095,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1677,4,3,-1,'Drake-scale Vest',8678,2,0,0,1,50466,10093,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,4,15,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (1678,4,3,-1,'Black Ogre Kickers',11269,3,0,0,1,22907,4581,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,4,6,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (1679,2,5,-1,'Korg Bat',5137,2,0,0,1,48177,9635,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,4,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,92,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (1680,2,1,-1,'Headchopper',19304,2,0,0,1,91170,18234,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,117,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1685,1,0,-1,'Troll-hide Bag',1285,1,0,0,1,25000,6250,18,-1,-1,45,0,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1686,15,0,-1,'Bristly Whisker',18096,0,0,0,1,2935,733,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1687,15,0,-1,'Retractable Claw',1496,0,0,0,1,975,243,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1688,15,0,-1,'Long Soft Tail',18092,0,0,0,1,3225,806,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1696,15,0,-1,'Curved Raptor Talon',1498,0,0,0,1,2425,606,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1697,15,0,-1,'Keen Raptor Tooth',6630,0,0,0,1,1780,445,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1700,0,0,-1,'Admin Warlord\'s Claymore',7264,3,32768,0,1,0,0,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,32,28,35,19,4,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,748,1548,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Made by TBRC',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1701,15,0,-1,'Curved Basilisk Claw',1498,0,0,0,1,1505,376,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1702,15,0,-1,'Intact Basilisk Spine',6349,0,0,0,1,1280,320,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1703,0,8,-1,'Crystal Basilisk Spine',6349,1,0,0,1,325,81,0,-1,-1,35,25,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1138,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1705,3,7,-1,'Lesser Moonstone',7380,2,0,0,1,2400,600,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1706,15,0,-1,'Azuredeep Shards',6614,0,0,0,1,344,86,0,-1,-1,36,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1707,0,5,-1,'Stormwind Brie',21905,1,0,0,5,1000,62,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (1708,0,5,-1,'Sweet Nectar',18114,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1710,0,1,-1,'Greater Healing Potion',15713,1,0,0,1,500,125,0,-1,-1,31,21,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2024,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1711,0,4,-1,'Scroll of Stamina II',1093,1,0,0,1,300,75,0,-1,-1,20,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8100,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1712,0,4,-1,'Scroll of Spirit II',2616,1,0,0,1,250,62,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8113,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1713,4,0,-1,'Ankh of Life',23949,3,0,0,1,21400,5350,12,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14053,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (1714,4,0,-1,'Necklace of Calisea',9858,3,64,0,1,10140,2535,2,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,3,5,7,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (1715,4,3,-1,'Polished Jazeraint Armor',8683,3,0,0,1,51509,10301,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,3,17,7,10,38,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (1716,4,1,-1,'Robe of the Magi',16667,3,0,0,1,25336,5067,20,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (1717,4,3,-1,'Double Link Tunic',12960,3,0,0,1,15541,3108,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,18369,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,50,60,0,0,0,'',42,0,0,0,0,12340), (1718,4,2,-1,'Basilisk Hide Pants',17137,3,0,0,1,40203,8040,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,3,3,21,31,3,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (1720,2,10,-1,'Tanglewood Staff',21460,3,0,0,1,131048,26209,17,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,165,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (1721,2,4,-1,'Viking Warhammer',8581,3,0,0,1,179079,35815,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,11,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,112,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (1722,2,5,-1,'Thornstone Sledgehammer',15467,3,0,0,1,97038,19407,17,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,143,0,0,0,0,0,0,0,10,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (1725,1,0,-1,'Large Knapsack',2592,1,0,0,1,20000,5000,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1726,2,6,-1,'Poison-tipped Bone Spear',20749,3,0,0,1,60916,12183,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,87,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,16401,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (1727,2,7,-1,'Sword of Decay',5166,3,0,0,1,22814,4562,13,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,13528,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1728,2,7,-1,'Teebu\'s Blazing Longsword',19997,4,0,0,1,364684,72936,13,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,178,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18086,2,0,1.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (1729,1,0,-1,'Gunnysack of the Night Watch',2588,1,0,0,1,2000,500,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1730,4,3,-1,'Worn Mail Belt',6902,0,0,0,1,244,48,6,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1731,4,3,-1,'Worn Mail Boots',6903,0,0,0,1,461,92,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1732,4,3,-1,'Worn Mail Bracers',6904,0,0,0,1,368,73,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1733,4,1,-1,'Worn Cloak',15272,0,0,0,1,444,88,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1734,4,3,-1,'Worn Mail Gloves',6905,0,0,0,1,198,39,10,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1735,4,3,-1,'Worn Mail Pants',687,0,0,0,1,449,89,7,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1737,4,3,-1,'Worn Mail Vest',977,0,0,0,1,698,139,5,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1738,4,3,-1,'Laced Mail Belt',6902,0,0,0,1,735,147,6,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1739,4,3,-1,'Laced Mail Boots',6903,0,0,0,1,1279,255,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1740,4,3,-1,'Laced Mail Bracers',6904,0,0,0,1,487,97,9,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1741,4,1,-1,'Laced Cloak',15065,0,0,0,1,562,112,16,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1742,4,3,-1,'Laced Mail Gloves',6905,0,0,0,1,649,129,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1743,4,3,-1,'Laced Mail Pants',687,0,0,0,1,1498,299,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1744,4,3,-1,'Laced Mail Shoulderpads',6914,0,0,0,1,1303,260,3,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1745,4,3,-1,'Laced Mail Vest',977,0,0,0,1,992,198,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1746,4,3,-1,'Linked Chain Belt',6902,0,0,0,1,1662,332,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1747,4,3,-1,'Linked Chain Boots',6903,0,0,0,1,1514,302,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1748,4,3,-1,'Linked Chain Bracers',6904,0,0,0,1,1160,232,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1749,4,1,-1,'Linked Chain Cloak',15074,0,0,0,1,1316,263,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1750,4,3,-1,'Linked Chain Gloves',6905,0,0,0,1,1492,298,10,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1751,4,3,-1,'Linked Chain Pants',687,0,0,0,1,3384,676,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1752,4,3,-1,'Linked Chain Shoulderpads',6914,0,0,0,1,1433,286,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1753,4,3,-1,'Linked Chain Vest',977,0,0,0,1,2196,439,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1754,4,3,-1,'Reinforced Chain Belt',6902,0,0,0,1,1797,359,6,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1755,4,3,-1,'Reinforced Chain Boots',6903,0,0,0,1,2989,597,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1756,4,3,-1,'Reinforced Chain Bracers',6904,0,0,0,1,2191,438,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1757,4,1,-1,'Reinforced Chain Cloak',15181,0,0,0,1,2418,483,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1758,4,3,-1,'Reinforced Chain Gloves',6905,0,0,0,1,2670,534,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1759,4,3,-1,'Reinforced Chain Pants',687,0,0,0,1,3662,732,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1760,4,3,-1,'Reinforced Chain Shoulderpads',6914,0,0,0,1,3045,609,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1761,4,3,-1,'Reinforced Chain Vest',977,0,0,0,1,4463,892,5,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1764,4,1,-1,'Canvas Shoes',7578,0,0,0,1,568,113,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1766,4,1,-1,'Canvas Cloak',23095,0,0,0,1,658,131,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1767,4,1,-1,'Canvas Gloves',14065,0,0,0,1,506,101,10,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1768,4,1,-1,'Canvas Pants',14064,0,0,0,1,1086,217,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1769,4,1,-1,'Canvas Shoulderpads',16786,0,0,0,1,817,163,3,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1770,4,1,-1,'Canvas Vest',14378,0,0,0,1,719,143,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1772,4,1,-1,'Brocade Shoes',3757,0,0,0,1,1236,247,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1774,4,1,-1,'Brocade Cloak',23093,0,0,0,1,1407,281,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1775,4,1,-1,'Brocade Gloves',14370,0,0,0,1,1064,212,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1776,4,1,-1,'Brocade Pants',12930,0,0,0,1,1287,257,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1777,4,1,-1,'Brocade Shoulderpads',14371,0,0,0,1,1114,222,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1778,4,1,-1,'Brocade Vest',14377,0,0,0,1,1685,337,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1780,4,1,-1,'Cross-stitched Sandals',16820,0,0,0,1,2445,489,8,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1782,4,1,-1,'Cross-stitched Cloak',23102,0,0,0,1,2710,542,16,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1783,4,1,-1,'Cross-stitched Gloves',14373,0,0,0,1,1238,247,10,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1784,4,1,-1,'Cross-stitched Pants',14374,0,0,0,1,2734,546,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1785,4,1,-1,'Cross-stitched Shoulderpads',14121,0,0,0,1,2323,464,3,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1786,4,1,-1,'Cross-stitched Vest',14376,0,0,0,1,3419,683,5,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1787,4,2,-1,'Patched Leather Belt',14360,0,0,0,1,511,102,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1788,4,2,-1,'Patched Leather Boots',16990,0,0,0,1,885,177,8,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1789,4,2,-1,'Patched Leather Bracers',3653,0,0,0,1,681,136,9,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1790,4,1,-1,'Patched Cloak',23050,0,0,0,1,469,93,16,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1791,4,2,-1,'Patched Leather Gloves',972,0,0,0,1,451,90,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1792,4,2,-1,'Patched Leather Pants',6731,0,0,0,1,1042,208,7,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1793,4,2,-1,'Patched Leather Shoulderpads',14361,0,0,0,1,1037,207,3,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1794,4,2,-1,'Patched Leather Jerkin',14272,0,0,0,1,1388,277,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1795,4,2,-1,'Rawhide Belt',16935,0,0,0,1,1176,235,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1796,4,2,-1,'Rawhide Boots',16992,0,0,0,1,2002,400,8,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1797,4,2,-1,'Rawhide Bracers',17015,0,0,0,1,807,161,9,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1798,4,1,-1,'Rawhide Cloak',23058,0,0,0,1,1118,223,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1799,4,2,-1,'Rawhide Gloves',17066,0,0,0,1,1057,211,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1800,4,2,-1,'Rawhide Pants',16967,0,0,0,1,2398,479,7,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1801,4,2,-1,'Rawhide Shoulderpads',15002,0,0,0,1,2093,418,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1802,4,2,-1,'Rawhide Tunic',16895,0,0,0,1,1688,337,5,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1803,4,2,-1,'Tough Leather Belt',16945,0,0,0,1,2325,465,6,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1804,4,2,-1,'Tough Leather Boots',16998,0,0,0,1,2391,478,8,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1805,4,2,-1,'Tough Leather Bracers',17022,0,0,0,1,1759,351,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1806,4,1,-1,'Tough Cloak',23072,0,0,0,1,2331,466,16,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1807,4,2,-1,'Tough Leather Gloves',17072,0,0,0,1,1940,388,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1808,4,2,-1,'Tough Leather Pants',16977,0,0,0,1,4284,856,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1809,4,2,-1,'Tough Leather Shoulderpads',14205,0,0,0,1,2203,440,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1810,4,2,-1,'Tough Leather Armor',14418,0,0,0,1,3243,648,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1811,2,8,-1,'Blunt Claymore',20037,0,0,0,1,2256,451,17,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1812,2,1,-1,'Short-handled Battle Axe',19245,0,0,0,1,2265,453,17,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1813,2,10,-1,'Chipped Quarterstaff',20413,0,0,0,1,2615,523,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1814,2,5,-1,'Battered Mallet',19534,0,0,0,1,3018,603,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,26,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1815,2,4,-1,'Ornamental Mace',5217,0,0,0,1,1832,366,21,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1816,2,0,-1,'Unbalanced Axe',8495,0,0,0,1,2433,486,21,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1817,2,7,-1,'Stock Shortsword',20164,0,0,0,1,2507,501,21,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1818,2,8,-1,'Standard Claymore',20183,0,0,0,1,6109,1221,17,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1819,2,0,-1,'Gouging Pick',14039,0,0,0,1,3841,768,21,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Also serves as a mining pick.',0,0,0,0,0,1,3,0,0,0,0,60,0,0,1024,165,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1820,2,5,-1,'Wooden Maul',19535,0,0,0,1,4819,963,17,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1821,2,7,-1,'Warped Blade',5151,0,0,0,1,4940,988,21,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1822,2,10,-1,'Cedar Walking Stick',20385,0,0,0,1,5484,1096,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1823,2,4,-1,'Bludgeoning Cudgel',6794,0,0,0,1,3896,779,21,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1824,2,1,-1,'Shiny War Axe',19292,0,0,0,1,5523,1104,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,26,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1825,2,4,-1,'Bulky Bludgeon',19784,0,0,0,1,7742,1548,21,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1826,2,5,-1,'Rock Maul',8587,0,0,0,1,8829,1765,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1827,2,0,-1,'Meat Cleaver',8482,0,0,0,1,6412,1282,21,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1828,2,1,-1,'Stone War Axe',19369,0,0,0,1,8047,1609,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1829,2,7,-1,'Short Cutlass',15591,0,0,0,1,7818,1563,21,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1830,2,8,-1,'Long Bastard Sword',4129,0,0,0,1,8919,1783,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1831,2,10,-1,'Oaken War Staff',20361,0,0,0,1,8953,1790,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,51,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1832,4,1,-1,'Lucky Trousers',16845,2,0,0,1,1812,362,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1835,4,2,-1,'Dirty Leather Belt',14443,1,0,0,1,31,6,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1836,4,2,-1,'Dirty Leather Bracers',14249,1,0,0,1,31,6,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1839,4,2,-1,'Rough Leather Belt',17126,1,0,0,1,185,37,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1840,4,2,-1,'Rough Leather Bracers',17170,1,0,0,1,185,37,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1843,4,2,-1,'Tanned Leather Belt',14469,1,0,0,1,726,145,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1844,4,2,-1,'Tanned Leather Bracers',14471,1,0,0,1,728,145,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1845,4,3,-1,'Chainmail Belt',6864,1,0,0,1,877,175,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1846,4,3,-1,'Chainmail Bracers',13617,1,0,0,1,881,176,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1849,4,2,-1,'Cured Leather Belt',16914,1,0,0,1,1388,277,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1850,4,2,-1,'Cured Leather Bracers',14282,1,0,0,1,1393,278,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1852,4,3,-1,'Scalemail Bracers',6985,1,0,0,1,1684,336,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1853,4,3,-1,'Scalemail Belt',10410,1,0,0,1,1690,338,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1875,12,0,-1,'Thistlenettle\'s Badge',8604,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Foreman Thistlenettle - Member of the Explorers\' League',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1893,2,1,-1,'Miner\'s Revenge',19234,2,0,0,1,8876,1775,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,55,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Also serves as a mining pick.',0,0,0,0,0,1,1,0,0,0,0,65,0,0,1024,165,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1894,12,0,-1,'Miners\' Union Card',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1902,2,4,-1,'Monster - Mace, Basic Wooden Hammer',7441,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1911,2,4,-1,'Monster - Tool, Wrench Small',7494,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (1913,2,4,-1,'Studded Blackjack',5009,1,0,0,1,743,148,21,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1914,4,0,-1,'Deprecated Miniature Silver Hammer',6505,0,16,0,1,850,212,12,-1,-1,40,35,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1917,2,15,-1,'Jeweled Dagger',20435,2,0,0,1,1256,251,13,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,11,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1922,12,0,-1,'Supplies for Sven',1283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bundle of miscellaneous supplies for Sven.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1923,12,0,-1,'Ambassador\'s Satchel',1625,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1925,2,7,-1,'Defias Rapier',20114,2,0,0,1,3939,787,13,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1926,2,4,-1,'Weighted Sap',5218,2,0,0,1,3438,687,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,22,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1927,2,0,-1,'Deadmines Cleaver',19276,2,0,0,1,3451,690,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1928,2,10,-1,'Defias Mage Staff',20415,2,0,0,1,4980,996,17,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1929,4,1,-1,'Silk-threaded Trousers',16848,2,0,0,1,2172,434,7,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1930,4,1,-1,'Stonemason Cloak',23067,2,0,0,1,1635,327,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1931,12,0,-1,'Huge Gnoll Claw',1645,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1933,2,10,-1,'Staff of Conjuring',20418,2,0,0,1,4529,905,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,8736,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (1934,4,2,-1,'Stonemason Trousers',6774,2,0,0,1,3656,731,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,3,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1935,2,15,-1,'Assassin\'s Blade',20471,3,0,0,1,14874,2974,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,3,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,39,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1936,2,15,-1,'Goblin Screwdriver',20399,2,0,0,1,5570,1114,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,17,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1937,2,7,-1,'Buzz Saw',5040,3,0,0,1,10202,2040,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,3,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1938,2,4,-1,'Block Mallet',8565,2,0,0,1,9810,1962,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (1939,12,0,-1,'Skin of Sweet Rum',18084,1,0,0,1,675,168,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1941,12,0,-1,'Cask of Merlot',8383,1,0,0,1,815,203,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1942,12,0,-1,'Bottle of Moonshine',18080,1,0,0,1,1265,316,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1943,4,3,-1,'Goblin Mail Leggings',697,2,0,0,1,3567,713,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1944,4,2,-1,'Metalworking Gloves',17062,2,0,0,1,1297,259,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,3,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1945,4,2,-1,'Woodworking Gloves',17189,2,0,0,1,1338,267,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (1946,12,0,-1,'Mary\'s Looking Glass',20919,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1951,2,7,-1,'Blackwater Cutlass',8279,2,0,0,1,6291,1258,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1955,4,3,-1,'Dragonmaw Chain Boots',6907,2,0,0,1,7868,1573,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (1956,12,0,-1,'Faded Shadowhide Pendant',7236,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The spell on this pendant has faded.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1958,2,4,-1,'Petrified Shinbone',1759,2,0,0,1,4877,975,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1959,2,1,-1,'Cold Iron Pick',14038,2,0,0,1,6118,1223,17,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,7,2,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,41,0,1,5,4,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Also serves as a mining pick.',0,0,0,0,0,1,1,0,0,0,0,60,0,0,1024,165,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (1962,12,0,-1,'Glowing Shadowhide Pendant',6565,1,2048,2,1,0,0,0,-1,-1,15,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This pendant glows with magic.',0,0,0,178,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1965,4,2,-1,'White Wolf Gloves',3846,1,0,0,1,180,36,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1968,12,0,-1,'Ogre\'s Monocle',1695,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1970,0,0,-1,'Restoring Balm',1805,1,0,0,1,480,120,0,-1,-1,24,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8070,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1971,12,0,-1,'Furlbrow\'s Deed',7128,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',55,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1972,12,0,-1,'Westfall Deed',924,1,2048,2,1,0,0,0,-1,-1,8,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,184,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1973,4,0,-1,'Orb of Deception',6506,3,0,0,1,18475,4618,12,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16739,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (1974,4,1,-1,'Mindthrust Bracers',16901,3,0,0,1,2320,464,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,5,9,7,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (1975,2,8,-1,'Pysan\'s Old Greatsword',20179,3,0,0,1,28721,5744,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,6,13,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,91,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1976,2,5,-1,'Slaghammer',8590,3,0,0,1,31703,6340,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,10,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,80,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1977,1,0,-1,'20-slot Bag',1244,1,0,0,1,0,0,18,-1,-1,1,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (1978,4,2,-1,'Wolfclaw Gloves',12813,3,0,0,1,4905,981,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,3,3,6,4,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (1979,4,6,-1,'Wall of the Dead',18793,4,0,0,1,116370,23274,14,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,4,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,0,0,0,0,0,0,0,0,0,19409,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,41,0,120,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (1980,4,0,-1,'Underworld Band',9840,4,0,0,1,24800,6200,11,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (1981,4,3,-1,'Icemail Jerkin',8668,4,0,0,1,70566,14113,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,6,24,7,15,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,10,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (1982,2,8,-1,'Nightblade',20191,4,0,0,1,147568,29513,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,146,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,18211,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (1986,2,8,-1,'Gutrender',20638,2,0,0,1,74309,14861,17,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,18090,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (1987,12,0,-1,'Krazek\'s Fixed Pot',7155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An improved pot, with extra whistles and choppers.',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (1988,4,3,-1,'Chief Brigadier Gauntlets',25892,2,0,0,1,14261,2852,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,4,6,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (1990,2,5,-1,'Ballast Maul',5533,2,0,0,1,50385,10077,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,101,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5238,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (1991,2,5,-1,'Goblin Power Shovel',18269,2,0,0,1,41788,8357,17,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,6,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,91,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (1992,4,0,-1,'Swampchill Fetish',21612,3,0,0,1,27340,5468,23,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,9415,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (1993,4,0,-1,'Ogremind Ring',14436,2,0,0,1,8400,2100,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,5,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (1994,2,0,-1,'Ebonclaw Reaver',19129,2,0,0,1,83480,16696,13,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,64,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5268,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (1996,4,0,-1,'Voodoo Band',9840,2,0,0,1,6880,1720,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,5,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (1997,4,1,-1,'Pressed Felt Robe',16670,2,0,0,1,12695,2539,20,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,5,3,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (1998,2,10,-1,'Bloodscalp Channeling Staff',20356,2,0,0,1,36199,7239,17,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,75,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (2000,2,8,-1,'Archeus',20251,2,0,0,1,44136,8827,17,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,95,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,18091,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Morgan Ladimore\'s sword.',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (2004,12,0,-1,'Grelin Whitebeard\'s Journal',7138,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',74,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2005,12,0,-1,'The First Troll Legend',7270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Moon over the Vale',58,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2006,12,0,-1,'The Second Troll Legend',7270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gri\'lek the Wanderer',285,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2007,12,0,-1,'The Third Troll Legend',7270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fall of Gurubashi',324,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2008,12,0,-1,'The Fourth Troll Legend',7270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The Emperor\'s Tomb',62,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2011,2,7,-1,'Twisted Sabre',20120,3,0,0,1,19201,3840,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,6,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2013,2,10,-1,'Cryptbone Staff',20373,2,0,0,1,18223,3644,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,4,4,5,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,61,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2014,2,8,-1,'Black Metal Greatsword',5176,2,0,0,1,24347,4869,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,78,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2015,2,1,-1,'Black Metal War Axe',19255,2,0,0,1,22219,4443,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,66,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2016,4,3,-1,'Dusty Chain Armor',1727,2,0,0,1,8847,1769,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,4,8,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2017,4,2,-1,'Glowing Leather Bracers',6738,2,0,0,1,4477,895,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2018,2,7,-1,'Skeletal Longsword',20088,2,0,0,1,16345,3269,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2020,2,15,-1,'Hollowfang Blade',20492,2,0,0,1,5250,1050,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,17,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2021,4,6,-1,'Green Carapace Shield',18650,2,0,0,1,5129,1025,14,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,4,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2024,2,8,-1,'Espadon',22096,1,0,0,1,6079,1215,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2025,2,1,-1,'Bearded Axe',22115,1,0,0,1,5305,1061,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2026,2,5,-1,'Rock Hammer',8593,1,0,0,1,6286,1257,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,56,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2027,2,7,-1,'Scimitar',22079,1,0,0,1,3816,763,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2028,2,4,-1,'Hammer',22119,1,0,0,1,5065,1013,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2029,2,0,-1,'Cleaver',19281,1,0,0,1,4420,884,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2030,2,10,-1,'Gnarled Staff',22146,1,0,0,1,5545,1109,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,42,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2032,4,1,-1,'Gallan Cuffs',16887,2,0,0,1,8328,1665,9,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (2033,4,2,-1,'Ambassador\'s Boots',10711,2,0,0,1,4837,967,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2034,4,1,-1,'Scholarly Robes',12699,2,0,0,1,5179,1035,20,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,5,2,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2035,2,7,-1,'Sword of the Night Sky',5161,2,0,0,1,11503,2300,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,3,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2036,4,2,-1,'Dusty Mining Gloves',17054,2,0,0,1,1292,258,10,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,4,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2037,4,3,-1,'Tunneler\'s Boots',11447,2,0,0,1,2346,469,8,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,7,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2039,4,0,-1,'Plains Ring',6012,3,524288,0,1,3000,750,11,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,8,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2040,4,6,-1,'Troll Protector',18399,3,0,0,1,76482,15296,14,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1676,0,0,0,0,0,0,0,0,0,13675,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,27,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (2041,4,2,-1,'Tunic of Westfall',8703,3,0,0,1,7060,1412,5,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,7,5,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2042,2,10,-1,'Staff of Westfall',20379,3,0,0,1,18196,3639,17,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,6,11,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,74,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2043,4,0,-1,'Ring of Forlorn Spirits',6011,3,0,0,1,6000,1500,11,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2044,2,0,-1,'Crescent of Forlorn Spirits',19220,3,0,0,1,44146,8829,13,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,1,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2046,2,7,-1,'Bluegill Kukri',22226,2,0,0,1,12307,2461,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2047,2,0,-1,'Anvilmar Hand Axe',8473,1,0,0,1,130,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2048,2,4,-1,'Anvilmar Hammer',19770,1,0,0,1,130,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2054,2,0,-1,'Trogg Hand Axe',19299,1,0,0,1,80,16,21,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2055,2,4,-1,'Small Wooden Hammer',8579,1,0,0,1,80,16,21,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2057,2,7,-1,'Pitted Defias Shortsword',20175,1,0,0,1,81,16,21,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2058,2,5,-1,'Kazon\'s Maul',19611,2,0,0,1,20986,4197,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,8,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,75,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2059,4,1,-1,'Sentry Cloak',22991,3,0,0,1,4318,863,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2064,2,4,-1,'Trogg Club',19650,1,0,0,1,959,191,21,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2065,2,7,-1,'Rockjaw Blade',20212,1,0,0,1,569,113,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2066,2,0,-1,'Skull Hatchet',19203,1,0,0,1,408,81,21,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2067,2,10,-1,'Frostbit Staff',20431,1,0,0,1,932,186,17,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2069,4,2,-1,'Black Bear Hide Vest',16868,1,0,0,1,610,122,5,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2070,0,5,-1,'Darnassian Bleu',6353,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (2072,2,10,-1,'Dwarven Magestaff',20363,2,0,0,1,22070,4414,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,62,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5212,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2073,2,0,-1,'Dwarven Hatchet',19134,2,0,0,1,3714,742,21,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5169,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2074,2,7,-1,'Solid Shortblade',20168,2,0,0,1,5272,1054,13,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2075,2,4,-1,'Priest\'s Mace',5218,2,0,0,1,1933,386,21,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5170,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2077,2,10,-1,'Magician Staff',28578,2,0,0,1,25296,5059,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,71,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5221,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2078,2,7,-1,'Northern Shortsword',20157,2,0,0,1,5351,1070,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5177,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2079,2,4,-1,'Sergeant\'s Warhammer',19637,2,0,0,1,4670,934,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5179,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2080,2,0,-1,'Hillborne Axe',19400,2,0,0,1,32954,6590,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5232,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (2081,4,0,-1,'Monster - Torch, Offhand',6537,0,0,8192,1,0,0,23,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2082,1,0,-1,'Wizbang\'s Gunnysack',2588,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2084,2,8,-1,'Darksteel Bastard Sword',20152,2,0,0,1,28548,5709,17,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,79,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2085,15,0,-1,'Chunk of Flesh',1116,0,0,0,1,60,15,0,-1,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2087,4,2,-1,'Hard Crawler Carapace',17095,2,0,0,1,1262,252,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,4,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2088,2,15,-1,'Long Crawler Limb',6455,2,0,0,1,3648,729,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2089,2,15,-1,'Scrimshaw Dagger',20407,2,0,0,1,5568,1113,13,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2091,0,8,-1,'Magic Dust',6396,1,0,0,1,855,213,0,-1,-1,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2092,2,15,-1,'Worn Dagger',6442,1,0,0,1,36,7,13,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2098,2,3,-1,'Double-barreled Shotgun',28718,3,0,0,1,15105,3021,26,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,52,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2099,2,3,-1,'Dwarven Hand Cannon',28636,4,0,0,1,225203,45040,26,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,29625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (2100,2,3,-1,'Precisely Calibrated Boomstick',8258,4,0,0,1,122700,24540,26,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,56,0,0,0,0,0,0,0,0,0,0,0,1500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (2101,11,2,-1,'Light Quiver',21328,1,0,0,1,4,1,18,-1,-1,1,1,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2102,11,3,-1,'Small Ammo Pouch',1816,1,0,0,1,4,1,18,-1,-1,1,1,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2105,4,0,-1,'Thug Shirt',10005,1,0,0,1,5,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2108,4,2,-1,'Frostmane Leather Vest',8662,1,0,0,1,40,8,5,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2109,4,3,-1,'Frostmane Chain Vest',977,1,0,0,1,73,14,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2110,4,1,-1,'Light Magesmith Robe',12674,1,0,0,1,32,6,20,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2112,4,2,-1,'Lumberjack Jerkin',14279,1,0,0,1,271,54,5,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2113,12,0,-1,'Calor\'s Note',924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',63,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2114,4,1,-1,'Snowy Robe',16654,1,0,0,1,156,31,20,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2117,4,1,-1,'Thin Cloth Shoes',16576,1,0,0,1,37,7,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2119,4,1,-1,'Thin Cloth Gloves',16969,1,0,0,1,25,5,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2120,4,1,-1,'Thin Cloth Pants',8969,1,0,2,1,50,10,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2121,4,1,-1,'Thin Cloth Armor',16575,1,0,0,1,50,10,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2122,4,2,-1,'Cracked Leather Belt',14425,1,0,0,1,32,6,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2123,4,2,-1,'Cracked Leather Boots',14426,1,0,0,1,49,9,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2124,4,2,-1,'Cracked Leather Bracers',14427,1,0,0,1,33,6,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2125,4,2,-1,'Cracked Leather Gloves',17176,1,0,0,1,33,6,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2126,4,2,-1,'Cracked Leather Pants',14429,1,0,0,1,60,12,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2127,4,2,-1,'Cracked Leather Vest',14430,1,0,0,1,60,12,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2128,2,8,-1,'Scratched Claymore',2380,1,0,0,1,100,20,17,-1,2047,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2129,4,6,-1,'Large Round Shield',18662,1,0,0,1,77,15,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2130,2,4,-1,'Club',22118,1,0,0,1,54,10,13,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2131,2,7,-1,'Shortsword',22075,1,0,0,1,54,10,13,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2132,2,10,-1,'Short Staff',22149,1,0,0,1,102,20,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2133,4,6,-1,'Small Shield',18480,1,16,0,1,79,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2134,2,0,-1,'Hand Axe',22101,1,0,0,1,82,16,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2136,0,5,-1,'Conjured Purified Water',18085,1,2097154,0,1,0,0,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2137,2,15,-1,'Whittling Knife',6437,1,0,0,1,125,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2138,2,15,-1,'Sharpened Letter Opener',6460,0,0,0,1,193,38,13,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2139,2,15,-1,'Dirk',22135,1,0,0,1,57,11,13,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2140,2,15,-1,'Carving Knife',6440,2,0,0,1,1616,323,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5171,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2141,4,2,-1,'Cuirboulli Vest',8655,1,0,0,1,5224,1044,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2142,4,2,-1,'Cuirboulli Belt',17117,1,0,0,1,2621,524,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2143,4,2,-1,'Cuirboulli Boots',2355,1,0,0,1,3945,789,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2144,4,2,-1,'Cuirboulli Bracers',3602,1,0,0,1,2639,527,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2145,4,2,-1,'Cuirboulli Gloves',14480,1,0,0,1,2649,529,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2146,4,2,-1,'Cuirboulli Pants',14481,1,0,0,1,4809,961,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2148,4,3,-1,'Polished Scale Belt',6926,1,0,0,1,2908,581,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2149,4,3,-1,'Polished Scale Boots',6972,1,0,0,1,4398,879,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2150,4,3,-1,'Polished Scale Bracers',6973,1,0,0,1,2930,586,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2151,4,3,-1,'Polished Scale Gloves',6975,1,0,0,1,2941,588,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2152,4,3,-1,'Polished Scale Leggings',2989,1,0,0,1,5906,1181,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2153,4,3,-1,'Polished Scale Vest',8683,1,0,0,1,5928,1185,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2154,15,0,-1,'The Story of Morgan Ladimore',1143,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',64,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2156,4,1,-1,'Padded Boots',16858,1,0,0,1,3078,615,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2158,4,1,-1,'Padded Gloves',14478,1,0,0,1,2066,413,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2159,4,1,-1,'Padded Pants',14479,1,0,0,1,4148,829,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2160,4,1,-1,'Padded Armor',14477,1,0,0,1,4163,832,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2161,12,0,-1,'Book from Sven\'s Farm',1143,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',73,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2162,12,0,-1,'Sarah\'s Ring',963,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sarah Ladimore\'s ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2163,2,15,-1,'Shadowblade',20291,4,524288,0,1,233550,46710,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,71,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,18138,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (2164,2,15,-1,'Gut Ripper',20312,4,0,0,1,135160,27032,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,80,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18107,2,0,1.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (2165,4,1,-1,'Old Blanchy\'s Blanket',23054,1,0,0,1,227,45,16,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2166,4,3,-1,'Foreman\'s Leggings',685,2,0,0,1,4055,811,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,3,7,3,3,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2167,4,2,-1,'Foreman\'s Gloves',17178,2,0,0,1,1696,339,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2168,4,1,-1,'Foreman\'s Boots',16713,2,0,0,1,2349,469,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,4,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2169,2,15,-1,'Buzzer Blade',20347,3,0,0,1,9435,1887,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2172,4,3,-1,'Rustic Belt',9895,1,0,0,1,37,7,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2173,4,2,-1,'Old Leather Belt',28227,1,0,0,1,31,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2175,2,1,-1,'Shadowhide Battle Axe',8534,2,0,0,1,13416,2683,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,59,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2184,2,15,-1,'Monster - Dagger Basic',7434,0,0,8192,1,13,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2186,4,2,-1,'Outfitter Belt',4545,1,0,0,1,30,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2187,12,0,-1,'A Stack of Letters',3019,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2188,12,0,-1,'A Letter to Grelin Whitebeard',3020,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',80,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2194,2,4,-1,'Diamond Hammer',8567,3,524288,0,1,16384,3276,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,3,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2195,2,15,-1,'Anvilmar Knife',6432,1,0,0,1,127,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2203,2,1,-1,'Brashclaw\'s Chopper',8506,2,0,0,1,7464,1492,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,51,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2204,2,8,-1,'Brashclaw\'s Skewer',20038,2,0,0,1,5665,1133,17,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2205,2,8,-1,'Duskbringer',20153,3,0,0,1,19806,3961,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,86,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,18217,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2207,2,15,-1,'Jambiya',22137,1,0,0,1,2391,478,13,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2208,2,15,-1,'Poniard',22142,1,0,0,1,3651,730,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2209,2,15,-1,'Kris',22139,1,0,0,1,7116,1423,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2210,4,6,-1,'Battered Buckler',2552,0,0,0,1,15,3,14,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2211,4,6,-1,'Bent Large Shield',18656,0,0,0,1,35,7,14,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2212,4,6,-1,'Cracked Buckler',2553,0,0,0,1,80,16,14,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2213,4,6,-1,'Worn Large Shield',18673,0,0,0,1,121,24,14,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2214,4,6,-1,'Wooden Buckler',17884,0,0,0,1,910,182,14,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2215,4,6,-1,'Wooden Shield',18670,0,0,0,1,406,81,14,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,2,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2216,4,6,-1,'Simple Buckler',18486,0,0,0,1,1054,210,14,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2217,4,6,-1,'Rectangular Shield',18665,0,0,0,1,1217,243,14,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,4,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2218,2,15,-1,'Craftsman\'s Dagger',20451,2,0,0,1,2506,501,13,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2219,4,6,-1,'Small Round Shield',18485,0,0,0,1,2289,457,14,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,5,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2220,4,6,-1,'Box Shield',18729,0,0,0,1,2596,519,14,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,6,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2221,4,6,-1,'Targe Shield',18484,0,0,0,1,4551,910,14,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,7,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2222,4,6,-1,'Tower Shield',2559,0,0,0,1,5025,1005,14,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,8,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2223,12,0,-1,'The Collector\'s Schedule',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',79,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2224,2,15,-1,'Militia Dagger',6432,1,0,0,1,122,24,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2225,2,15,-1,'Sharp Kitchen Knife',20470,1,0,0,1,917,183,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2226,2,10,-1,'Ogremage Staff',20372,2,0,0,1,20590,4118,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,-5,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,75,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2227,2,1,-1,'Heavy Ogre War Axe',22219,2,0,0,1,20668,4133,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,7,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,84,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2230,4,3,-1,'Gloves of Brawn',6930,2,0,0,1,3571,714,10,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2231,4,1,-1,'Inferno Robe',16671,2,0,0,1,21933,4386,20,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (2232,4,1,-1,'Dark Runner Boots',4272,2,0,0,1,4065,813,8,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,5,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2233,4,2,-1,'Shadow Weaver Leggings',18489,2,0,0,1,8452,1690,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2234,4,1,-1,'Nightwalker Armor',8677,2,0,0,1,9033,1806,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2235,2,15,-1,'Brackclaw',20598,2,0,0,1,6407,1281,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,4,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2236,2,15,-1,'Blackfang',20345,3,524288,0,1,16931,3386,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,5,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2237,4,2,-1,'Patched Pants',2628,1,0,0,1,378,75,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2238,4,1,-1,'Urchin\'s Pants',16842,1,0,0,1,303,60,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2239,12,0,-1,'The Collector\'s Ring',2854,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Engraved with the words \'For years of service: -EVC.\'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2240,4,1,-1,'Rugged Cape',23061,1,0,0,1,607,121,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2241,4,1,-1,'Desperado Cape',15248,2,0,0,1,2043,408,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2243,2,4,-1,'Hand of Edward the Odd',19729,4,0,0,1,328917,65783,13,-1,-1,62,57,0,0,0,0,0,0,0,1,1,0,2,6,10,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,94,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,18803,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (2244,2,7,-1,'Krol Blade',8090,4,0,0,1,259290,51858,13,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,4,7,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (2245,4,3,-1,'Helm of Narv',15506,4,0,0,1,138183,27636,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,3,13,6,18,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (2246,4,0,-1,'Myrmidon\'s Signet',9841,4,524288,0,1,120000,30000,11,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,7,17,4,10,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (2249,4,6,-1,'Militia Buckler',2632,1,0,0,1,458,91,14,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2250,12,0,-1,'Dusky Crab Cakes',7113,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2251,7,8,-1,'Gooey Spider Leg',7368,1,0,0,1,48,12,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2252,12,0,-1,'Miscellaneous Goblin Supplies',7167,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate of miscellaneous supplies addressed to Private Thorsen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2254,2,5,-1,'Icepane Warhammer',19612,2,0,0,1,2534,506,17,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2256,2,4,-1,'Skeletal Club',5221,3,0,0,1,14982,2996,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,13440,2,0,0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2257,2,10,-1,'Frostmane Staff',20429,1,0,0,1,945,189,17,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,21,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2258,2,7,-1,'Frostmane Shortsword',4260,1,0,0,1,417,83,21,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2259,2,4,-1,'Frostmane Club',19623,1,0,0,1,378,75,21,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2260,2,0,-1,'Frostmane Hand Axe',8470,1,0,0,1,532,106,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2262,4,0,-1,'Mark of Kern',9840,3,524288,0,1,34985,8746,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (2263,2,7,-1,'Phytoblade',5170,2,0,0,1,13098,2619,13,-1,-1,25,0,182,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14119,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,32,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2264,4,2,-1,'Mantle of Thieves',12830,3,0,0,1,9789,1957,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,3,3,10,31,3,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2265,2,0,-1,'Stonesplinter Axe',19297,2,0,0,1,2388,477,13,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2266,2,15,-1,'Stonesplinter Dagger',20427,2,0,0,1,2396,479,13,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2267,2,4,-1,'Stonesplinter Mace',5208,2,0,0,1,3558,711,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2268,2,7,-1,'Stonesplinter Blade',20213,1,0,0,1,732,146,21,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2271,2,10,-1,'Staff of the Blessed Seer',20346,3,0,0,1,16278,3255,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,6,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,71,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2273,4,3,-1,'Guerrilla Armor',16114,2,0,8192,1,2181,436,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2274,4,3,-1,'Sapper\'s Gloves',6883,2,0,0,1,1447,289,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,4,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2275,4,3,-1,'Deprecated Sentinel Coif',13279,3,16,8192,1,3977,795,1,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2276,4,2,-1,'Swampwalker Boots',16996,3,0,0,1,20466,4093,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,3,13,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (2277,4,1,-1,'Necromancer Leggings',3173,3,0,0,1,18104,3620,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2278,4,2,-1,'Forest Tracker Epaulets',17190,3,0,0,1,11634,2326,3,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,3,11,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2280,2,10,-1,'Kam\'s Walking Stick',20370,3,0,0,1,24141,4828,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,75,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2281,2,0,-1,'Rodentia Flint Axe',19297,2,0,0,1,1504,300,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2282,2,7,-1,'Rodentia Shortsword',20211,1,0,0,1,697,139,21,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2283,4,1,-1,'Rat Cloth Belt',16831,2,0,0,1,701,140,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,7,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2284,4,1,-1,'Rat Cloth Cloak',23132,2,0,0,1,1055,211,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2287,0,5,-1,'Haunch of Meat',2474,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2288,0,5,-1,'Conjured Fresh Water',18084,1,2097154,0,1,0,0,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2289,0,4,-1,'Scroll of Strength II',3331,1,0,0,1,350,87,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8119,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2290,0,4,-1,'Scroll of Intellect II',2616,1,0,0,1,300,75,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8097,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2291,2,1,-1,'Kang the Decapitator',19305,4,0,0,1,222900,44580,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,205,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,17153,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (2292,4,1,-1,'Necrology Robes',19037,3,0,0,1,6674,1334,20,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,5,12,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2295,15,0,-1,'Large Boar Tusk',1225,0,0,0,1,280,70,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2296,7,8,-1,'Great Goretusk Snout',10377,1,0,0,1,200,50,0,-1,-1,16,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2299,2,1,-1,'Burning War Axe',19389,3,0,0,1,43785,8757,17,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,110,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,18199,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2300,4,2,-1,'Embossed Leather Vest',9502,2,0,0,1,962,192,5,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2302,4,2,-1,'Handstitched Leather Boots',4713,1,0,0,1,147,29,8,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2303,4,2,-1,'Handstitched Leather Pants',9500,1,0,0,1,359,71,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2304,0,6,-1,'Light Armor Kit',7450,1,64,0,1,60,15,0,-1,-1,5,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2831,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2305,4,1,-1,'Deprecated Light Winter Cloak',18127,0,0,0,1,0,7,16,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2306,4,2,-1,'Deprecated Light Winter Boots',3709,0,0,0,1,0,9,8,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2307,4,2,-1,'Fine Leather Boots',17163,2,0,0,1,2028,405,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,38,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2308,4,1,-1,'Fine Leather Cloak',23028,2,0,0,1,1071,214,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2309,4,2,-1,'Embossed Leather Boots',13864,2,0,0,1,1343,268,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,7,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2310,4,1,-1,'Embossed Leather Cloak',23025,2,0,0,1,749,149,16,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2311,4,2,-1,'White Leather Jerkin',17233,2,0,0,1,1253,250,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2312,4,2,-1,'Fine Leather Gloves',5406,2,0,0,1,905,181,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,5,2,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2313,0,6,-1,'Medium Armor Kit',7451,1,64,0,1,800,200,0,-1,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2832,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2314,4,2,-1,'Toughened Leather Armor',9531,3,0,0,1,7435,1487,5,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2315,4,2,-1,'Dark Leather Boots',9530,2,0,0,1,2565,513,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2316,4,1,-1,'Dark Leather Cloak',23021,2,0,0,1,2724,544,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,3,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2317,4,2,-1,'Dark Leather Tunic',17214,2,0,0,1,3446,689,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2318,7,6,-1,'Light Leather',7382,1,0,0,1,0,15,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2319,7,6,-1,'Medium Leather',7388,1,0,0,1,200,50,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2320,7,5,-1,'Coarse Thread',4752,1,0,0,1,10,2,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2321,7,5,-1,'Fine Thread',7363,1,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2324,7,11,-1,'Bleach',18114,1,0,0,1,25,6,0,-1,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2325,7,11,-1,'Black Dye',15732,1,0,0,1,1000,250,0,-1,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2326,4,1,-1,'Ivy-weave Bracers',16905,1,0,0,1,145,29,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2327,4,2,-1,'Sturdy Leather Bracers',17172,1,0,0,1,182,36,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2361,2,5,-1,'Battleworn Hammer',8690,1,0,0,1,46,9,17,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2362,4,6,-1,'Worn Wooden Shield',18730,0,0,0,1,7,1,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2364,4,1,-1,'Woven Vest',14459,1,0,0,1,296,59,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2366,4,1,-1,'Woven Pants',14458,1,0,0,1,298,59,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2367,4,1,-1,'Woven Boots',14162,1,0,0,1,224,44,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2369,4,1,-1,'Woven Gloves',14457,1,0,0,1,150,30,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2370,4,2,-1,'Battered Leather Harness',16871,1,0,0,1,378,75,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2371,4,2,-1,'Battered Leather Belt',17114,1,0,0,1,189,37,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2372,4,2,-1,'Battered Leather Pants',18478,1,0,0,1,344,68,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2373,4,2,-1,'Battered Leather Boots',17158,1,0,0,1,259,51,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2374,4,2,-1,'Battered Leather Bracers',17002,1,0,0,1,173,34,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2375,4,2,-1,'Battered Leather Gloves',17051,1,0,0,1,174,34,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2376,4,6,-1,'Worn Heater Shield',18672,1,0,1,1,448,89,14,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2377,4,6,-1,'Round Buckler',18509,1,16,0,1,449,89,14,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2378,12,0,-1,'Skeleton Finger',7251,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2379,4,3,-1,'Tarnished Chain Vest',2215,1,0,0,1,76,15,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2380,4,3,-1,'Tarnished Chain Belt',6902,1,0,0,1,38,7,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2381,4,3,-1,'Tarnished Chain Leggings',2217,1,0,2,1,76,15,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2382,12,0,-1,'The Embalmer\'s Heart',7269,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2383,4,3,-1,'Tarnished Chain Boots',6903,1,0,0,1,58,11,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2384,4,3,-1,'Tarnished Chain Bracers',6904,1,0,0,1,38,7,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2385,4,3,-1,'Tarnished Chain Gloves',6905,1,0,0,1,38,7,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2386,4,3,-1,'Rusted Chain Vest',2222,1,0,0,1,78,15,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2387,4,3,-1,'Rusted Chain Belt',6902,1,0,0,1,39,7,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2388,4,3,-1,'Rusted Chain Leggings',2228,1,0,1,1,78,15,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2389,4,3,-1,'Rusted Chain Boots',6952,1,0,0,1,59,11,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2390,4,3,-1,'Rusted Chain Bracers',6953,1,0,0,1,39,7,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2391,4,3,-1,'Rusted Chain Gloves',6954,1,0,0,1,39,7,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2392,4,3,-1,'Light Mail Armor',2265,1,0,0,1,413,82,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2393,4,3,-1,'Light Mail Belt',6902,1,0,0,1,207,41,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2394,4,3,-1,'Light Mail Leggings',2217,1,0,0,1,416,83,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2395,4,3,-1,'Light Mail Boots',6903,1,0,0,1,323,64,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2396,4,3,-1,'Light Mail Bracers',6904,1,0,0,1,215,43,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2397,4,3,-1,'Light Mail Gloves',6955,1,0,0,1,216,43,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2398,4,3,-1,'Light Chain Armor',2269,1,0,0,1,434,86,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2399,4,3,-1,'Light Chain Belt',6902,1,0,0,1,218,43,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2400,4,3,-1,'Light Chain Leggings',2270,1,0,0,1,437,87,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2401,4,3,-1,'Light Chain Boots',6952,1,0,0,1,331,66,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2402,4,3,-1,'Light Chain Bracers',6953,1,0,0,1,220,44,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2403,4,3,-1,'Light Chain Gloves',6954,1,0,0,1,221,44,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2406,9,1,-1,'Pattern: Fine Leather Boots',15274,2,64,0,1,100,25,0,-1,-1,15,0,165,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2158,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Fine Leather Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2407,9,1,-1,'Pattern: White Leather Jerkin',1102,2,64,0,1,650,162,0,-1,-1,13,0,165,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2163,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a White Leather Jerkin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2408,9,1,-1,'Pattern: Fine Leather Gloves',15274,2,64,0,1,500,125,0,-1,-1,15,0,165,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2164,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Fine Leather Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2409,9,1,-1,'Pattern: Dark Leather Tunic',15274,2,64,0,1,1400,350,0,-1,-1,20,0,165,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2169,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Dark Leather Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2410,4,0,-1,'Smoky Torch',12312,1,0,0,1,6,1,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2411,15,5,-1,'Black Stallion Bridle',13108,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,470,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2413,15,0,-1,'Palomino',13108,1,80,0,1,800000,125000,0,-1,415,40,40,148,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2414,15,5,-1,'Pinto Bridle',13108,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,472,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2415,15,0,-1,'White Stallion',13108,1,80,0,1,800000,125000,0,-1,415,40,40,148,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2417,4,3,-1,'Augmented Chain Vest',8634,1,0,0,1,15673,3134,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2418,4,3,-1,'Augmented Chain Leggings',2969,1,0,0,1,15732,3146,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2419,4,3,-1,'Augmented Chain Belt',6819,1,0,0,1,7895,1579,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2420,4,3,-1,'Augmented Chain Boots',6820,1,0,0,1,11938,2387,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2421,4,3,-1,'Augmented Chain Bracers',6821,1,0,0,1,7952,1590,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2422,4,3,-1,'Augmented Chain Gloves',6822,1,0,0,1,7981,1596,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2423,4,3,-1,'Brigandine Vest',8642,1,0,0,1,42770,8554,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2424,4,3,-1,'Brigandine Belt',6853,1,0,0,1,21461,4292,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2425,4,3,-1,'Brigandine Leggings',2976,1,0,0,1,43077,8615,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2426,4,3,-1,'Brigandine Boots',6854,1,0,0,1,32569,6513,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2427,4,3,-1,'Brigandine Bracers',6855,1,0,0,1,20146,4029,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2428,4,3,-1,'Brigandine Gloves',6856,1,0,0,1,20222,4044,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2429,4,1,-1,'Russet Vest',14484,1,0,0,1,10139,2027,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2431,4,1,-1,'Russet Pants',14483,1,0,0,1,10215,2043,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2432,4,1,-1,'Russet Boots',1861,1,0,0,1,7691,1538,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2434,4,1,-1,'Russet Gloves',14482,1,0,0,1,5166,1033,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2435,4,1,-1,'Embroidered Armor',16769,1,0,0,1,27683,5536,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2437,4,1,-1,'Embroidered Pants',16770,1,0,0,1,27891,5578,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2438,4,1,-1,'Embroidered Boots',16772,1,0,0,1,20996,4199,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2440,4,1,-1,'Embroidered Gloves',16771,1,0,0,1,14099,2819,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2441,4,6,-1,'Ringed Buckler',18468,1,16,0,1,3646,729,14,2047,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,7,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2442,4,6,-1,'Reinforced Targe',2324,1,16,0,1,1312,6564,14,-1,-1,27,22,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2443,4,6,-1,'Metal Buckler',18477,1,16,0,1,17085,3417,14,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2444,4,6,-1,'Ornate Buckler',18516,1,0,0,1,46967,9393,14,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2445,4,6,-1,'Large Metal Shield',18749,1,0,0,1,3433,686,14,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,7,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2446,4,6,-1,'Kite Shield',18733,1,0,0,1,6182,1236,14,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,9,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2447,7,9,-1,'Peacebloom',7396,1,536870912,0,1,40,10,0,-1,-1,5,0,773,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2448,4,6,-1,'Heavy Pavise',18732,1,0,0,1,16159,3231,14,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2449,7,9,-1,'Earthroot',1464,1,536870912,0,1,80,20,0,-1,-1,10,0,773,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2450,7,9,-1,'Briarthorn',7406,1,536870912,0,1,100,25,0,-1,-1,15,0,773,25,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2451,4,6,-1,'Crested Heater Shield',18772,1,0,0,1,43629,8725,14,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2452,7,9,-1,'Swiftthistle',7241,1,536870912,0,1,60,15,0,-1,-1,15,0,773,25,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2453,7,9,-1,'Bruiseweed',7337,1,536870912,0,1,100,25,0,-1,-1,20,0,773,25,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2454,0,2,-1,'Elixir of Lion\'s Strength',15733,1,0,0,1,80,20,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2367,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2455,0,1,-1,'Minor Mana Potion',15715,1,0,0,1,40,10,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2456,0,1,-1,'Minor Rejuvenation Potion',2345,1,0,0,1,60,15,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2370,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2457,0,2,-1,'Elixir of Minor Agility',15738,1,0,0,1,60,15,0,-1,-1,12,2,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2374,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2458,0,2,-1,'Elixir of Minor Fortitude',15792,1,0,0,1,60,15,0,-1,-1,12,2,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2378,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2459,0,1,-1,'Swiftness Potion',15742,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2379,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2460,0,2,-1,'Elixir of Tongues (NYI)',6373,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'This potion has no effect until we put languages in.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2463,4,2,-1,'Studded Doublet',16900,1,0,0,1,13695,2739,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2464,4,2,-1,'Studded Belt',11558,1,0,0,1,6872,1374,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2465,4,2,-1,'Studded Pants',17031,1,0,0,1,12477,2495,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2466,12,0,-1,'Skullsplitter Fetish',6368,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2467,4,2,-1,'Studded Boots',17165,1,0,0,1,9430,1886,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2468,4,2,-1,'Studded Bracers',17020,1,0,0,1,6311,1262,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2469,4,2,-1,'Studded Gloves',17027,1,0,0,1,6335,1267,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2470,4,2,-1,'Reinforced Leather Vest',14496,1,0,0,1,33952,6790,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2471,4,2,-1,'Reinforced Leather Belt',14492,1,0,0,1,17041,3408,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2472,4,2,-1,'Reinforced Leather Pants',14495,1,0,0,1,34212,6842,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2473,4,2,-1,'Reinforced Leather Boots',14295,1,0,0,1,25753,5150,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2474,4,2,-1,'Reinforced Leather Bracers',14493,1,0,0,1,17233,3446,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2475,4,2,-1,'Reinforced Leather Gloves',2686,1,0,0,1,17298,3459,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2476,12,0,-1,'Chilled Basilisk Haunch',2376,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2477,12,0,-1,'Ravager\'s Skull',23527,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2479,2,1,-1,'Broad Axe',8512,1,0,0,1,108,21,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2480,2,5,-1,'Large Club',19601,1,0,0,1,72,14,17,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2481,2,7,-1,'Peon Sword',16155,1,16,8192,1,87,17,21,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2482,2,0,-1,'Inferior Tomahawk',8488,1,16,0,1,58,11,13,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2483,2,1,-1,'Rough Broad Axe',19243,1,0,0,1,73,14,17,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2484,2,15,-1,'Small Knife',6442,1,16,0,1,87,17,13,-1,2047,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2485,2,4,-1,'Splintered Board',5219,1,0,0,1,53,10,21,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2486,2,5,-1,'Large Stone Mace',19627,1,0,0,1,66,13,17,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2487,2,10,-1,'Acolyte Staff',20448,1,16,8192,1,100,20,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2488,2,7,-1,'Gladius',22078,1,0,0,1,536,107,13,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2489,2,8,-1,'Two-handed Sword',22094,1,0,0,1,343,68,17,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2490,2,0,-1,'Tomahawk',8488,1,0,0,1,540,108,13,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2491,2,1,-1,'Large Axe',22112,1,0,0,1,484,96,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,15,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2492,2,4,-1,'Cudgel',12992,1,0,0,1,285,57,13,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2493,2,5,-1,'Wooden Mallet',22121,1,0,0,1,701,140,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,16,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2494,2,15,-1,'Stiletto',22136,1,0,0,1,402,80,13,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2495,2,10,-1,'Walking Stick',7310,1,0,0,1,505,101,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2496,2,7,-1,'Raider Shortsword',2398,1,16,8192,1,405,81,21,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2497,2,8,-1,'Rusted Claymore',2399,1,16,0,1,711,142,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,16,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2498,2,0,-1,'Small Tomahawk',19299,1,16,0,1,407,81,13,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2499,2,1,-1,'Double-bladed Axe',8511,1,16,0,1,717,143,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2500,2,4,-1,'Light Hammer',19626,1,16,0,1,293,58,21,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2501,2,5,-1,'Wooden Warhammer',19614,1,16,0,1,721,144,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2502,2,15,-1,'Scuffed Dagger',6444,1,16,0,1,295,59,13,-1,2047,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2503,2,10,-1,'Adept Short Staff',20436,1,16,0,1,519,103,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,2,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2504,2,2,-1,'Worn Shortbow',8106,1,0,0,1,29,5,15,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2505,2,2,-1,'Polished Shortbow',20723,1,0,0,1,60,12,15,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2506,2,2,-1,'Hornwood Recurve Bow',20722,1,0,0,1,285,57,15,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2507,2,2,-1,'Laminated Recurve Bow',20714,1,0,0,1,1752,350,15,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2508,2,3,-1,'Old Blunderbuss',6606,1,0,0,1,27,5,26,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2509,2,3,-1,'Ornate Blunderbuss',6607,1,0,0,1,414,82,26,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2510,2,3,-1,'Solid Blunderbuss',6594,1,0,0,1,41,8,26,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2511,2,3,-1,'Hunter\'s Boomstick',20728,1,0,0,1,1324,264,26,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2100,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2512,6,2,-1,'Rough Arrow',5996,1,0,0,200,10,0,24,-1,-1,5,1,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2515,6,2,-1,'Sharp Arrow',5996,1,0,0,200,50,0,24,-1,-1,15,10,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2516,6,3,-1,'Light Shot',5998,1,0,0,200,10,0,24,-1,-1,5,1,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2519,6,3,-1,'Heavy Shot',5998,1,0,0,200,50,0,24,-1,-1,15,10,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2520,2,7,-1,'Broadsword',22085,1,0,0,1,24629,4925,21,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2521,2,8,-1,'Flamberge',22084,1,0,0,1,30896,6179,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,89,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2522,2,0,-1,'Crescent Axe',8485,1,0,0,1,22548,4509,21,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2523,2,1,-1,'Bullova',22216,1,0,0,1,28286,5657,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,102,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2524,2,4,-1,'Truncheon',8803,1,0,0,1,19192,3838,21,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,54,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2525,2,5,-1,'War Hammer',22133,1,0,0,1,26490,5298,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2526,2,15,-1,'Main Gauche',22141,1,0,0,1,19336,3867,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2527,2,10,-1,'Battle Staff',22150,1,0,0,1,29356,5871,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2528,2,7,-1,'Falchion',22081,1,0,0,1,51836,10367,21,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2529,2,8,-1,'Zweihander',22098,1,0,0,1,65032,13006,17,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,113,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2530,2,0,-1,'Francisca',22105,1,0,0,1,52220,10444,21,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2531,2,1,-1,'Great Axe',22111,1,0,0,1,56170,11234,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,135,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2532,2,4,-1,'Morning Star',22120,1,0,0,1,52608,10521,21,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,64,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2533,2,5,-1,'War Maul',22134,1,0,0,1,61108,12221,17,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2534,2,15,-1,'Rondel',22140,1,0,0,1,45431,9086,13,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,50,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2535,2,10,-1,'War Staff',20389,1,0,0,1,61557,12311,17,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2536,12,0,-1,'Trogg Stone Tooth',6630,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2545,4,3,-1,'Malleable Chain Leggings',3043,2,0,0,1,8985,1797,7,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,3,4,7,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2546,4,3,-1,'Royal Frostmane Girdle',6981,1,0,0,1,277,55,6,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2547,4,3,-1,'Boar Handler Gloves',6905,1,0,0,1,37,7,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2548,12,0,-1,'Barrel of Barleybrew Scalder',7922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2549,2,10,-1,'Staff of the Shade',20330,3,0,0,1,25082,5016,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,70,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2550,2,2,-1,'Monster - Bow, Short',8106,0,0,8192,1,9,1,15,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2553,9,6,-1,'Recipe: Elixir of Minor Agility',15274,2,64,0,1,100,25,0,-1,-1,12,0,171,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3230,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Minor Agility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2555,9,6,-1,'Recipe: Swiftness Potion',15274,2,64,0,1,160,40,0,-1,-1,15,0,171,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2335,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Swiftness Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2556,9,0,-1,'Recipe: Elixir of Tongues',1301,1,64,0,1,0,40,0,-1,511,15,0,171,70,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2560,12,0,-1,'Jitters\' Completed Journal',1143,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',85,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2561,12,0,-1,'Chok\'sul\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2562,4,0,-1,'Bouquet of Scarlet Begonias',6488,1,0,0,1,2300,575,23,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2563,12,0,-1,'Strange Smelling Powder',6396,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2564,4,2,-1,'Elven Spirit Claws',4485,3,0,0,1,34085,6817,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,6,9,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (2565,4,0,-1,'Rod of Molten Fire',6555,3,0,0,1,12453,3113,23,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2566,4,1,-1,'Sacrificial Robes',16666,2,0,0,1,6613,1322,20,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,3,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2567,2,15,-1,'Evocator\'s Blade',20590,3,524288,0,1,12546,2509,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,5,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2568,4,1,-1,'Brown Linen Vest',17125,1,0,0,1,157,31,5,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2569,4,1,-1,'Linen Boots',17120,2,0,0,1,730,146,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,5,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2570,4,1,-1,'Linen Cloak',23122,1,0,0,1,56,11,16,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2571,4,1,-1,'Viny Wrappings',2486,1,0,0,1,85,17,8,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2572,4,1,-1,'Red Linen Robe',12687,2,0,0,1,497,99,20,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2575,4,0,-1,'Red Linen Shirt',10840,1,0,0,1,100,25,4,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2576,4,0,-1,'White Linen Shirt',10834,1,0,0,1,300,75,4,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2577,4,0,-1,'Blue Linen Shirt',10845,1,0,0,1,300,75,4,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2578,4,1,-1,'Barbaric Linen Vest',10891,2,0,0,1,1120,224,5,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,2,7,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2579,4,0,-1,'Green Linen Shirt',12864,1,0,0,1,150,37,4,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2580,4,1,-1,'Reinforced Linen Cape',23133,2,0,0,1,564,112,16,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2581,0,7,-1,'Heavy Linen Bandage',11908,1,2097216,0,1,80,20,0,-1,-1,1,0,129,20,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1159,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2582,4,1,-1,'Green Woolen Vest',12394,2,0,0,1,1805,361,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,7,4,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2583,4,1,-1,'Woolen Boots',13524,2,0,0,1,1797,359,8,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2584,4,1,-1,'Woolen Cape',23144,1,0,0,1,711,142,16,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2585,4,1,-1,'Gray Woolen Robe',12669,2,0,0,1,3194,638,20,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2586,4,1,-1,'Gamemaster\'s Robe',22033,1,0,0,1,7,1,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2587,4,0,-1,'Gray Woolen Shirt',10892,1,0,0,1,800,200,4,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2588,4,2,-1,'Deprecated Red Leather Mask',13253,1,16,8192,1,1622,324,1,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2589,7,5,-1,'Linen Cloth',7383,1,0,0,1,55,13,0,32767,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2590,15,0,-1,'Forest Spider Webbing',18597,0,0,0,1,20,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2591,15,0,-1,'Dirty Trogg Cloth',1329,0,0,0,1,20,5,0,-1,-1,9,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2592,7,5,-1,'Wool Cloth',7418,1,0,0,1,135,33,0,32767,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2593,0,5,-1,'Flask of Port',6373,1,0,0,1,150,37,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2594,0,5,-1,'Flagon of Mead',18115,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2595,0,5,-1,'Jug of Bourbon',7921,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2596,0,5,-1,'Skin of Dwarven Stout',18085,1,0,0,1,120,30,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2598,9,2,-1,'Pattern: Red Linen Robe',15274,2,64,0,1,120,30,0,-1,-1,10,0,197,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2389,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Linen Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2599,9,1,-1,'Deprecated Pattern: Forest Silk Gloves',1102,1,80,8192,1,120,30,0,-1,-1,9,0,165,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2601,9,2,-1,'Pattern: Gray Woolen Robe',15274,2,64,0,1,400,100,0,-1,-1,21,0,197,105,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Gray Woolen Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2604,7,11,-1,'Red Dye',7349,1,0,0,1,50,12,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2605,7,11,-1,'Green Dye',6373,1,0,0,1,100,25,0,-1,-1,15,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2606,12,0,-1,'Lurker Venom',2515,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2607,12,0,-1,'Mo\'grosh Crystal',2516,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2608,15,0,-1,'Threshadon Ambergris',6703,0,0,0,1,255,63,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2609,12,0,-1,'Disarming Colloid',2637,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2610,12,0,-1,'Disarming Mixture',6396,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2611,12,0,-1,'Crude Flint',18107,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2612,4,1,-1,'Plain Robe',12704,1,0,0,1,163,32,20,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2613,4,1,-1,'Double-stitched Robes',12661,1,0,0,1,608,121,20,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2614,4,1,-1,'Robe of Apprenticeship',16614,1,0,0,1,1162,232,20,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2615,4,1,-1,'Chromatic Robe',12655,1,0,0,1,5092,1018,20,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2616,4,1,-1,'Shimmering Silk Robes',12701,1,0,0,1,2660,532,20,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2617,4,1,-1,'Burning Robes',12654,1,0,0,1,10992,2198,20,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2618,4,1,-1,'Silver Dress Robes',12702,1,0,0,1,26640,5328,20,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2619,12,0,-1,'Grelin\'s Report',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',86,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2620,4,1,-1,'Augural Shroud',15284,2,0,0,1,15067,3013,1,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,5,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (2621,4,1,-1,'Cowl of Necromancy',15295,2,0,0,1,11788,2357,1,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,5,15,7,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (2622,4,1,-1,'Nimar\'s Tribal Headdress',13244,2,0,0,1,13015,2603,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,7,6,5,7,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (2623,4,1,-1,'Holy Diadem',15336,2,0,0,1,17773,3554,1,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (2624,4,1,-1,'Thinking Cap',15547,2,0,0,1,19264,3852,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (2625,12,0,-1,'Menethil Statuette',12931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2628,12,0,-1,'Senir\'s Report',3048,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',88,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2629,13,0,-1,'Intrepid Strongbox Key',6710,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2632,2,15,-1,'Curved Dagger',20473,2,0,0,1,3029,605,13,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5171,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2633,0,1,-1,'Jungle Remedy',2533,1,0,0,1,100,25,0,-1,-1,32,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3592,0,-1,-1,0,4,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2634,12,0,-1,'Venom Fern Extract',7283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2635,4,3,-1,'Loose Chain Belt',6902,0,0,0,1,82,16,6,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2636,12,0,-1,'Carved Stone Idol',2551,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2637,12,0,-1,'Ironband\'s Progress Report',924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',182,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2638,12,0,-1,'Deprecated Ironband\'s Powder Approval',924,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2639,12,0,-1,'Merrin\'s Letter',2571,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',92,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2640,12,0,-1,'Miners\' Gear',7166,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2642,4,3,-1,'Loose Chain Boots',6903,0,0,0,1,166,33,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2643,4,3,-1,'Loose Chain Bracers',6904,0,0,0,1,144,28,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2644,4,1,-1,'Loose Chain Cloak',15082,0,0,0,1,37,7,16,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2645,4,3,-1,'Loose Chain Gloves',6905,0,0,0,1,57,11,10,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2646,4,3,-1,'Loose Chain Pants',2217,0,0,0,1,160,32,7,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2648,4,3,-1,'Loose Chain Vest',2215,0,0,0,1,294,58,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2649,4,3,-1,'Flimsy Chain Belt',6902,0,0,0,1,7,1,6,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2650,4,3,-1,'Flimsy Chain Boots',6903,0,0,0,1,17,3,8,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2651,4,3,-1,'Flimsy Chain Bracers',6904,0,0,0,1,17,3,9,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2652,4,1,-1,'Flimsy Chain Cloak',15164,0,0,0,1,24,4,16,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2653,4,3,-1,'Flimsy Chain Gloves',6905,0,0,0,1,16,3,10,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2654,4,3,-1,'Flimsy Chain Pants',2217,0,0,0,1,14,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2656,4,3,-1,'Flimsy Chain Vest',2215,0,0,0,1,49,9,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2657,1,0,-1,'Red Leather Bag',981,1,0,0,1,3500,875,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2658,12,0,-1,'Ados Fragment',18103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2659,12,0,-1,'Modr Fragment',18105,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2660,12,0,-1,'Golm Fragment',18104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2661,12,0,-1,'Neru Fragment',18106,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2662,11,2,-1,'Ribbly\'s Quiver',21712,2,0,0,1,35000,8750,18,-1,-1,55,50,0,0,0,0,0,0,0,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2663,11,3,-1,'Ribbly\'s Bandolier',1816,2,0,0,1,35000,8750,18,-1,-1,55,50,0,0,0,0,0,0,0,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2664,2,15,-1,'Spinner Fang',20441,2,0,8192,1,5370,1074,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2665,7,8,-1,'Stormwind Seasoning Herbs',6396,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2666,12,0,-1,'Barrel of Thunder Ale',7923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2667,12,0,-1,'MacGrann\'s Dried Meats',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2668,12,0,-1,'Threshadon Tooth',6630,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2671,12,0,-1,'Wendigo Mane',6655,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2672,7,8,-1,'Stringy Wolf Meat',6680,1,0,0,1,16,4,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2673,7,8,-1,'Coyote Meat',25467,1,0,0,1,40,10,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2674,7,8,-1,'Crawler Meat',22193,1,0,0,1,48,12,0,-1,-1,13,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2675,7,8,-1,'Crawler Claw',8743,1,0,0,1,44,11,0,-1,-1,13,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (2676,12,0,-1,'Shimmerweed',7241,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2677,7,8,-1,'Boar Ribs',2473,1,0,0,5,60,15,0,-1,-1,14,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2678,7,11,-1,'Mild Spices',1443,1,0,0,5,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to enhance the flavor in cooking recipes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2679,0,5,-1,'Charred Wolf Meat',2474,1,0,0,1,20,5,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2680,0,5,-1,'Spiced Wolf Meat',25468,1,0,0,1,40,10,0,-1,-1,7,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2681,0,5,-1,'Roasted Boar Meat',2474,1,0,0,1,24,6,0,-1,-1,7,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2682,0,5,-1,'Cooked Crab Claw',2627,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2639,0,-1,-1,0,11,1000,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (2683,0,5,-1,'Crab Cake',6345,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (2684,0,5,-1,'Coyote Steak',25468,1,0,0,1,80,20,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2685,0,5,-1,'Succulent Pork Ribs',2473,1,0,0,1,300,75,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2686,0,5,-1,'Thunder Ale',18117,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2687,0,5,-1,'Dry Pork Ribs',21327,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2690,4,3,-1,'Latched Belt',28201,1,0,0,1,39,7,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2691,4,3,-1,'Outfitter Boots',6903,1,0,0,1,54,10,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2692,7,11,-1,'Hot Spices',1443,0,0,0,1,40,10,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2693,7,11,-1,'Stormwind Seasoning Salts',1443,1,0,0,1,80,20,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2694,4,3,-1,'Settler\'s Leggings',28250,2,0,0,1,2698,539,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,3,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2696,12,0,-1,'Cask of Evershine',7922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2697,9,5,-1,'Recipe: Goretusk Liver Pie',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2542,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Goretusk Liver Pie.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2698,9,5,-1,'Recipe: Cooked Crab Claw',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,85,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2545,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Crab Claw.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2699,9,5,-1,'Recipe: Redridge Goulash',1102,1,64,0,1,800,200,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2547,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a delicious Redridge Goulash.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2700,9,5,-1,'Recipe: Succulent Pork Ribs',1102,1,64,0,1,400,100,0,-1,-1,20,0,185,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2548,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Succulent Pork Ribs.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2701,9,5,-1,'Recipe: Seasoned Wolf Kabob',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Seasoned Wolf Kabob.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2702,12,0,-1,'Lightforge Ingot',7158,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2705,2,14,-1,'Monster - Item, Tankard Metal',24595,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2712,12,0,-1,'Crate of Lightforge Ingots',7916,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2713,12,0,-1,'Ol\' Sooty\'s Head',28952,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2715,2,14,-1,'Monster - Item, Lantern - Round',7460,0,0,0,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2719,13,0,-1,'Small Brass Key',6710,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2720,12,0,-1,'Muddy Note',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',311,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2721,4,1,-1,'Holy Shroud',16826,3,0,0,1,9914,1982,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2722,12,0,-1,'Wine Ticket',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2723,0,5,-1,'Bottle of Pinot Noir',18079,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2724,12,0,-1,'Cloth Request',1323,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',336,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2725,12,0,-1,'Green Hills of Stranglethorn - Page 1',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',95,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2728,12,0,-1,'Green Hills of Stranglethorn - Page 4',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',98,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2730,12,0,-1,'Green Hills of Stranglethorn - Page 6',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',100,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2732,12,0,-1,'Green Hills of Stranglethorn - Page 8',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',102,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2734,12,0,-1,'Green Hills of Stranglethorn - Page 10',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',104,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2735,12,0,-1,'Green Hills of Stranglethorn - Page 11',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',105,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2738,12,0,-1,'Green Hills of Stranglethorn - Page 14',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',108,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2740,12,0,-1,'Green Hills of Stranglethorn - Page 16',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',110,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2742,12,0,-1,'Green Hills of Stranglethorn - Page 18',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',112,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2744,12,0,-1,'Green Hills of Stranglethorn - Page 20',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',114,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2745,12,0,-1,'Green Hills of Stranglethorn - Page 21',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',115,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2748,12,0,-1,'Green Hills of Stranglethorn - Page 24',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',118,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2749,12,0,-1,'Green Hills of Stranglethorn - Page 25',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',119,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2750,12,0,-1,'Green Hills of Stranglethorn - Page 26',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',120,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2751,12,0,-1,'Green Hills of Stranglethorn - Page 27',7629,1,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',121,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2754,2,8,-1,'Tarnished Bastard Sword',20117,1,0,0,1,69,13,17,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2755,12,0,-1,'Green Hills of Stranglethorn',2757,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'By Hemet Nesingwary',124,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2756,12,0,-1,'Green Hills of Stranglethorn - Chapter I',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',153,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2757,12,0,-1,'Green Hills of Stranglethorn - Chapter II',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',161,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2758,12,0,-1,'Green Hills of Stranglethorn - Chapter III',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',169,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2759,12,0,-1,'Green Hills of Stranglethorn - Chapter IV',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',177,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2760,12,0,-1,'Thurman\'s Sewing Kit',6430,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2763,2,15,-1,'Fisherman Knife',6437,0,0,0,1,1203,240,13,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2764,2,15,-1,'Small Dagger',6444,0,0,0,1,2203,440,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2765,2,15,-1,'Hunting Knife',20383,0,0,0,1,4058,811,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2766,2,15,-1,'Deft Stiletto',6445,0,0,0,1,7823,1564,13,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,17,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2770,7,7,-1,'Copper Ore',4681,1,262144,0,1,20,5,0,-1,-1,10,0,755,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2771,7,7,-1,'Tin Ore',4690,1,262144,0,1,100,25,0,-1,-1,20,0,755,50,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2772,7,7,-1,'Iron Ore',4689,1,262144,0,1,600,150,0,-1,-1,30,0,755,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2773,2,2,-1,'Cracked Shortbow',2786,0,0,0,1,196,39,15,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2774,2,3,-1,'Rust-covered Blunderbuss',20654,0,0,0,1,140,28,26,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2400,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2775,7,7,-1,'Silver Ore',18107,2,0,0,1,300,75,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2776,7,7,-1,'Gold Ore',41755,2,0,0,1,2000,500,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2777,2,2,-1,'Feeble Shortbow',2787,0,0,0,1,735,147,15,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2778,2,3,-1,'Cheap Blunderbuss',20654,0,0,0,1,738,147,26,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2779,12,0,-1,'Tear of Tilloa',2788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2780,2,2,-1,'Light Hunting Bow',20712,0,0,0,1,1873,374,15,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2781,2,3,-1,'Dirty Blunderbuss',20979,0,0,0,1,1677,335,26,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2782,2,2,-1,'Mishandled Recurve Bow',20671,0,0,0,1,3759,751,15,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2783,2,3,-1,'Shoddy Blunderbuss',20717,0,0,0,1,2954,590,26,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2100,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2784,12,0,-1,'Musquash Root',2793,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2785,2,2,-1,'Stiff Recurve Bow',20668,0,0,0,1,5312,1062,15,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2786,2,3,-1,'Oiled Blunderbuss',20718,0,0,0,1,5866,1173,26,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2787,2,15,-1,'Trogg Dagger',20534,1,0,0,1,54,10,13,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2788,12,0,-1,'Black Claw Stout',18115,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2794,12,0,-1,'An Old History Book',1143,1,0,2,1,0,0,0,-1,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,337,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2795,12,0,-1,'Book: Stresses of Iron',1143,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2797,12,0,-1,'Heart of Mokk',3422,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2798,12,0,-1,'Rethban Ore',4689,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2799,12,0,-1,'Gorilla Fang',7129,1,0,0,1,270,67,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2800,4,1,-1,'Black Velvet Robes',21114,3,0,0,1,7625,1525,20,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,5,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2801,2,8,-1,'Blade of Hanna',5193,4,0,0,1,454890,90978,17,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,5,3,11,5,11,6,11,7,11,4,11,0,0,0,0,0,0,0,0,0,0,0,0,101,152,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (2802,4,0,-1,'Blazing Emblem',6484,3,0,0,1,6500,1625,12,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,13744,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (2805,4,1,-1,'Yeti Fur Cloak',23084,2,0,0,1,9410,1882,16,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,2,3,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (2806,12,0,-1,'Package for Stormpike',1244,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2807,2,0,-1,'Guillotine Axe',9118,3,0,0,1,12264,2452,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,3,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2808,2,14,-1,'Torch of Holy Flame',3947,1,0,0,1,11820,2364,13,-1,-1,29,19,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,40,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2810,2,4,-1,'Monster - Mace, Standard Serpent',7479,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2815,2,0,-1,'Curve-bladed Ripper',8465,3,0,0,1,98891,19778,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,7,5,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (2816,2,4,-1,'Death Speaker Scepter',19669,3,0,0,1,36621,7324,21,-1,-1,33,27,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9415,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2817,4,2,-1,'Soft Leather Tunic',17103,2,0,0,1,1006,201,5,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2818,4,2,-1,'Stretched Leather Trousers',1963,2,0,0,1,1818,363,7,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,4,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2819,2,15,-1,'Cross Dagger',6443,2,0,0,1,19153,3830,13,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5216,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (2820,4,0,-1,'Nifty Stopwatch',6540,2,0,0,1,18650,4662,12,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14530,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (2821,2,4,-1,'Mo\'grosh Masher',19633,2,0,0,1,5590,1118,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2822,2,8,-1,'Mo\'grosh Toothpick',20091,2,0,0,1,7013,1402,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,40,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2823,2,1,-1,'Mo\'grosh Can Opener',19236,2,0,0,1,8092,1618,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,48,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2824,2,2,-1,'Hurricane',20554,4,0,0,1,160160,32032,15,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,79,0,0,0,0,0,0,0,0,0,0,0,1600,2,100,29501,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (2825,2,2,-1,'Bow of Searing Arrows',20552,4,0,0,1,73610,14722,15,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,29624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (2828,12,0,-1,'Nissa\'s Remains',7105,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2829,12,0,-1,'Gregor\'s Remains',2853,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2830,12,0,-1,'Thurman\'s Remains',2853,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2831,12,0,-1,'Devlin\'s Remains',2853,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2832,12,0,-1,'Verna\'s Westfall Stew Recipe',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',213,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2833,12,0,-1,'The Lich\'s Spellbook',7139,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2834,12,0,-1,'Embalming Ichor',3152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2835,7,7,-1,'Rough Stone',4714,1,0,0,1,8,2,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2836,7,7,-1,'Coarse Stone',4715,1,0,0,1,60,15,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2837,12,0,-1,'Thurman\'s Letter',924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',214,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2838,7,7,-1,'Heavy Stone',4716,1,0,0,1,240,60,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2839,12,0,-1,'A Letter to Yvette',924,1,2048,1,1,0,0,0,-1,-1,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,361,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2840,7,7,-1,'Copper Bar',7391,1,0,0,1,40,10,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2841,7,7,-1,'Bronze Bar',7390,1,0,0,1,200,50,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2842,7,7,-1,'Silver Bar',7355,2,0,0,1,400,100,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2843,12,0,-1,'Dirty Knucklebones',18074,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2844,2,4,-1,'Copper Mace',2861,1,0,0,1,530,106,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,11,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2845,2,0,-1,'Copper Axe',14035,1,0,0,1,547,109,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2846,12,0,-1,'Tirisfal Pumpkin',3225,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2847,2,7,-1,'Copper Shortsword',4805,1,0,0,1,551,110,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2848,2,4,-1,'Bronze Mace',5198,2,0,0,1,9326,1865,21,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,31,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2849,2,0,-1,'Bronze Axe',19929,2,0,0,1,10576,2115,21,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2850,2,7,-1,'Bronze Shortsword',3855,2,0,0,1,11996,2399,21,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2851,4,3,-1,'Copper Chain Belt',23529,1,0,0,1,283,56,6,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2852,4,3,-1,'Copper Chain Pants',13095,1,0,0,1,336,67,7,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2853,4,3,-1,'Copper Bracers',6966,1,0,0,1,86,17,9,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2854,4,3,-1,'Runed Copper Bracers',25851,2,0,0,1,1880,376,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2855,12,0,-1,'Putrid Claw',7207,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2856,12,0,-1,'Iron Pike',2868,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2857,4,3,-1,'Runed Copper Belt',25852,2,0,0,1,1652,330,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2858,12,0,-1,'Darkhound Blood',2873,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2859,12,0,-1,'Vile Fin Scale',2874,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2862,0,8,-1,'Rough Sharpening Stone',24673,1,64,0,1,12,3,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2828,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2863,0,8,-1,'Coarse Sharpening Stone',24674,1,64,0,1,40,10,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2829,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2864,4,3,-1,'Runed Copper Breastplate',25848,2,0,0,1,3151,630,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2865,4,3,-1,'Rough Bronze Leggings',4333,2,0,0,1,4810,962,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,5,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2866,4,3,-1,'Rough Bronze Cuirass',23530,2,0,0,1,6275,1255,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,8,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2867,4,3,-1,'Rough Bronze Bracers',23532,2,0,0,1,3149,629,9,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2868,4,3,-1,'Patterned Bronze Bracers',23533,2,0,0,1,4036,807,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2869,4,3,-1,'Silvered Bronze Breastplate',9403,2,0,0,1,9155,1831,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,4,5,7,5,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2870,4,3,-1,'Shining Silver Breastplate',23540,3,0,0,1,14678,2935,5,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2871,0,8,-1,'Heavy Sharpening Stone',24675,1,64,0,1,160,40,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2830,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2872,12,0,-1,'Vicious Night Web Spider Venom',2885,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2874,12,0,-1,'An Unsent Letter',3020,1,2048,2,1,0,0,0,-1,-1,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A letter found on Edwin VanCleef\'s person.',0,0,0,373,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2875,12,0,-1,'Scarlet Insignia Ring',11990,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2876,12,0,-1,'Duskbat Pelt',6660,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2877,2,8,-1,'Combatant Claymore',20151,3,0,0,1,42623,8524,17,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,6,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2878,2,0,-1,'Bearded Boneaxe',8469,3,0,0,1,25718,5143,13,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2879,4,0,-1,'Antipodean Rod',13109,3,0,0,1,15605,3121,23,-1,-1,22,17,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9395,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2880,7,11,-1,'Weak Flux',7417,1,0,0,1,100,25,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by Blacksmiths to remove impurities.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2881,9,4,-1,'Plans: Runed Copper Breastplate',15274,2,64,0,1,600,150,0,-1,-1,18,0,164,80,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2667,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Copper Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2882,9,4,-1,'Plans: Silvered Bronze Shoulders',15274,2,64,0,1,1200,300,0,-1,-1,25,0,164,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3330,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Silvered Bronze Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2883,9,4,-1,'Plans: Deadly Bronze Poniard',15274,2,64,0,1,1500,375,0,-1,-1,25,0,164,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Deadly Bronze Poniard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2885,12,0,-1,'Scarlet Crusade Documents',3048,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',223,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2886,7,8,-1,'Crag Boar Rib',2904,1,0,0,1,20,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2888,0,5,-1,'Beer Basted Boar Ribs',21327,1,0,0,1,40,10,0,-1,-1,8,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2889,9,5,-1,'Recipe: Beer Basted Boar Ribs',811,1,64,0,1,240,60,0,-1,-1,8,0,185,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2795,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Beer Basted Boar Ribs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2891,12,0,-1,'Letter to Baros',3021,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2892,0,8,-1,'Deadly Poison',13707,1,2097216,0,1,100,25,0,8,-1,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2823,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2893,0,8,-1,'Deadly Poison II',13707,1,2097216,0,1,150,37,0,8,-1,38,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2824,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2894,0,5,-1,'Rhapsody Malt',18117,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2898,4,3,-1,'Mountaineer Chestpiece',2967,1,0,0,1,162,32,5,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2899,4,2,-1,'Wendigo Collar',16949,2,0,0,1,846,169,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2900,4,6,-1,'Stone Buckler',18528,1,0,0,1,446,89,14,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2901,2,14,-1,'Mining Pick',6568,1,0,0,1,81,16,21,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Miners need a mining pick for digging.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,165,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2902,4,1,-1,'Cloak of the Faith',23099,2,0,0,1,6527,1305,16,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2903,2,2,-1,'Daryl\'s Hunting Bow',8107,2,0,0,1,2579,515,15,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (2904,2,3,-1,'Daryl\'s Hunting Rifle',20732,2,0,0,1,2977,595,26,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2905,4,1,-1,'Goat Fur Cloak',23032,1,0,0,1,213,42,16,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2906,4,3,-1,'Darkshire Mail Leggings',2922,2,0,0,1,9051,1810,7,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,2,4,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2907,2,1,-1,'Dwarven Tree Chopper',19227,2,0,0,1,8778,1755,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,52,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2908,2,15,-1,'Thornblade',20605,2,0,0,1,7049,1409,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (2909,12,0,-1,'Red Wool Bandana',2925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2910,4,3,-1,'Gold Militia Boots',6931,2,0,0,1,6287,1257,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2911,4,1,-1,'Keller\'s Girdle',9898,3,0,0,1,2623,524,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,5,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (2912,2,15,-1,'Claw of the Shadowmancer',20320,3,524288,0,1,33657,6731,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,16409,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2913,4,1,-1,'Silk Mantle of Gamn',16828,2,0,0,1,5767,1153,3,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (2915,2,5,-1,'Taran Icebreaker',19664,4,0,0,1,276447,55289,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,137,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,16415,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (2916,4,6,-1,'Gold Lion Shield',2934,2,0,0,1,22029,4405,14,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,3,4,2,7,5,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (2917,4,0,-1,'Tranquil Ring',9850,2,0,0,1,2660,665,11,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (2918,4,3,-1,'Deprecated Coif of Inner Strength',13274,0,16,8192,1,2634,526,1,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2920,4,0,-1,'Sacred Relic',6556,1,0,0,1,200,50,12,16,-1,10,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2921,4,0,-1,'Blessed Relic',6485,1,0,0,1,500,125,12,16,-1,15,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2922,4,0,-1,'Spirit Relic',6564,1,0,0,1,1000,250,12,16,-1,20,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2924,7,8,-1,'Crocolisk Meat',6350,1,0,0,1,65,16,0,-1,-1,14,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (2925,12,0,-1,'Crocolisk Skin',3124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2926,12,0,-1,'Head of Bazil Thredd',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2927,15,1,-1,'Creeping Torment',2947,1,64,8192,1,200,50,0,8,-1,40,0,40,190,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2928,15,0,-1,'Dust of Decay',6371,0,0,0,1,20,5,0,8,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2929,7,11,-1,'Tomb Rot',7414,1,0,0,1,10,2,0,8,-1,12,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2930,15,0,-1,'Essence of Pain',6400,0,0,0,1,50,12,0,8,-1,22,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2931,15,0,-1,'Maiden\'s Anguish',7385,0,0,0,1,1000,250,0,8,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2932,7,11,-1,'Torment Vine',7415,1,0,0,1,200,50,0,8,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (2933,4,0,-1,'Seal of Wrynn',9845,3,0,0,1,15000,3750,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,5,7,4,6,3,3,3,4,3,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (2934,7,6,-1,'Ruined Leather Scraps',7400,1,0,0,1,30,7,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2939,12,0,-1,'Crocolisk Tear',3004,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2940,15,0,-1,'Bloody Bear Paw',1769,0,0,0,1,175,43,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2941,2,15,-1,'Prison Shank',20359,3,0,0,1,17761,3552,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,3,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2942,2,13,-1,'Iron Knuckles',3007,3,0,0,1,18317,3663,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,37,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,13491,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (2943,4,0,-1,'Eye of Paleth',21600,2,0,0,1,2150,537,23,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (2944,4,0,-1,'Cursed Eye of Paleth',21598,2,0,0,1,0,0,23,-1,-1,31,26,0,0,0,0,0,0,0,1,1,0,1,7,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2946,15,0,-1,'Broken Balanced Throwing Dagger',16752,1,0,0,200,30,0,0,-1,-1,8,3,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2947,15,0,-1,'Broken Small Throwing Knife',16754,1,0,0,200,15,0,0,-1,-1,3,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2949,4,2,-1,'Mariner Boots',16989,2,0,0,1,5196,1039,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2950,2,10,-1,'Icicle Rod',20378,2,0,0,1,17384,3476,17,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,77,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (2951,4,0,-1,'Ring of the Underwood',9851,3,524288,0,1,2625,656,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,3,10,4,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (2953,4,1,-1,'Watch Master\'s Cloak',23077,2,0,0,1,9286,1857,16,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (2954,4,1,-1,'Night Watch Pantaloons',14615,2,0,0,1,12425,2485,7,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (2955,4,1,-1,'First Mate Hat',16545,2,0,0,1,17247,3449,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,7,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (2956,12,0,-1,'Report on the Defias Brotherhood',3031,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',219,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2957,4,1,-1,'Journeyman\'s Vest',14499,2,0,0,1,597,119,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2958,4,1,-1,'Journeyman\'s Pants',14498,2,0,0,1,474,94,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2959,4,1,-1,'Journeyman\'s Boots',14525,1,0,0,1,164,32,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2960,4,1,-1,'Journeyman\'s Gloves',14497,1,0,0,1,110,22,10,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2961,4,2,-1,'Burnt Leather Vest',17093,2,0,0,1,779,155,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2962,4,2,-1,'Burnt Leather Breeches',17160,2,0,0,1,601,120,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2963,4,2,-1,'Burnt Leather Boots',16980,1,0,0,1,208,41,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2964,4,2,-1,'Burnt Leather Gloves',17175,1,0,0,1,181,36,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2965,4,3,-1,'Warrior\'s Tunic',22677,2,0,0,1,948,189,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2966,4,3,-1,'Warrior\'s Pants',7193,2,0,0,1,732,146,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2967,4,3,-1,'Warrior\'s Boots',22673,1,0,0,1,332,66,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2968,4,3,-1,'Warrior\'s Gloves',22676,1,0,0,1,170,34,10,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2969,4,1,-1,'Spellbinder Vest',14524,2,0,0,1,1909,381,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2970,4,1,-1,'Spellbinder Pants',14529,2,0,0,1,1666,333,7,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,2,5,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2971,4,1,-1,'Spellbinder Boots',14531,1,0,0,1,545,109,8,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2972,4,1,-1,'Spellbinder Gloves',14528,1,0,0,1,364,72,10,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2973,4,2,-1,'Hunting Tunic',14539,2,0,0,1,2421,484,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,7,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2974,4,2,-1,'Hunting Pants',14537,2,0,0,1,1963,392,7,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,2,3,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2975,4,2,-1,'Hunting Boots',14534,1,0,0,1,642,128,8,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2976,4,2,-1,'Hunting Gloves',14536,2,0,0,1,860,172,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,7,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2977,4,3,-1,'Veteran Armor',22689,2,0,0,1,2382,476,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,2,4,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2978,4,3,-1,'Veteran Leggings',22693,2,0,0,1,2079,415,7,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,4,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2979,4,3,-1,'Veteran Boots',22690,1,0,0,1,786,157,8,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2980,4,3,-1,'Veteran Gloves',12450,2,0,0,1,1047,209,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (2981,4,1,-1,'Seer\'s Robe',14549,2,0,0,1,3243,648,20,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,5,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2982,4,1,-1,'Seer\'s Pants',14554,2,0,0,1,2830,566,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,6,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2983,4,1,-1,'Seer\'s Boots',14552,2,0,0,1,1401,280,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,5,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2984,4,1,-1,'Seer\'s Gloves',16789,2,0,0,1,1078,215,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2985,4,2,-1,'Inscribed Leather Breastplate',9739,2,0,0,1,4114,822,5,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,5,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2986,4,2,-1,'Inscribed Leather Pants',11369,2,0,0,1,3590,718,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2987,4,2,-1,'Inscribed Leather Boots',11373,2,0,0,1,2043,408,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2988,4,2,-1,'Inscribed Leather Gloves',14411,2,0,0,1,1572,314,10,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,6,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2989,4,3,-1,'Burnished Tunic',25769,2,0,0,1,5009,1001,5,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2990,4,3,-1,'Burnished Leggings',25768,2,0,0,1,4666,933,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2991,4,3,-1,'Burnished Boots',25765,2,0,0,1,3528,705,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,2,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (2992,4,3,-1,'Burnished Gloves',16731,2,0,0,1,2044,408,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (2995,4,3,-1,'Deprecated Burnished Chain Coif',13273,0,16,8192,1,1854,370,1,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (2996,7,5,-1,'Bolt of Linen Cloth',7331,1,0,0,1,160,40,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2997,7,5,-1,'Bolt of Woolen Cloth',10044,1,0,0,1,400,100,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2998,12,0,-1,'A Simple Compass',6562,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Baros Alexston\'s first compass.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (2999,12,0,-1,'Steelgrill\'s Tools',7259,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3000,4,2,-1,'Brood Mother Carapace',16888,2,0,0,1,596,119,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3003,4,0,-1,'Relic of the Eye',6492,1,0,0,1,200,50,12,16,-1,10,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3004,4,0,-1,'Relic of the Dead',6551,1,0,0,1,500,125,12,-1,-1,15,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3005,4,0,-1,'Relic of Truth',6553,1,0,0,1,1000,250,12,16,-1,20,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3008,4,1,-1,'Wendigo Fur Cloak',23080,1,0,0,1,174,34,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3010,15,0,-1,'Fine Sand',6371,0,0,0,1,405,101,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3011,4,2,-1,'Feathered Headdress',13259,2,0,0,1,14235,2847,1,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3012,0,4,-1,'Scroll of Agility',3331,1,0,0,1,200,50,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8115,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3013,0,4,-1,'Scroll of Protection',1093,1,0,0,1,100,25,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8091,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3014,12,0,-1,'Battleworn Axe',7040,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3016,12,0,-1,'Gunther\'s Spellbook',7139,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3017,12,0,-1,'Sevren\'s Orders',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',244,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3018,4,1,-1,'Hide of Lupos',23027,2,0,0,1,3125,625,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3019,4,1,-1,'Noble\'s Robe',12682,2,0,0,1,2116,423,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,3,6,3,7,3,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3020,4,2,-1,'Enduring Cap',21294,3,0,0,1,13279,2655,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,45,8,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (3021,2,2,-1,'Ranger Bow',20673,3,0,0,1,12106,2421,15,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (3022,4,2,-1,'Bluegill Breeches',16534,2,0,0,1,5427,1085,7,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3023,2,3,-1,'Large Bore Blunderbuss',20727,1,0,0,1,3772,754,26,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3024,2,3,-1,'BKP 2700 \"Enforcer\"',20726,1,0,0,1,7098,1419,26,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3025,2,3,-1,'BKP 42 \"Ultra\"',20725,1,0,0,1,18479,3695,26,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,2100,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3026,2,2,-1,'Reinforced Bow',20675,1,0,0,1,3812,762,15,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,31,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3027,2,2,-1,'Heavy Recurve Bow',20670,1,0,0,1,6349,1269,15,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3030,6,2,-1,'Razor Arrow',26497,1,0,0,200,300,0,24,-1,-1,30,25,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3031,6,2,-1,'Depricated Razor Arrow',5996,1,16,8192,200,450,0,24,-1,-1,35,30,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3033,6,3,-1,'Solid Shot',5998,1,0,0,200,300,0,24,-1,-1,30,25,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3034,6,3,-1,'Glyphed Breastplate',5998,2,0,0,1,30283,6056,24,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,4,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',27,0,0,0,0,1), (3035,12,0,-1,'Laced Pumpkin',3225,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3036,2,2,-1,'Heavy Shortbow',5392,2,0,0,1,2579,515,15,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3037,2,2,-1,'Whipwood Recurve Bow',20653,2,0,0,1,24072,4814,15,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3039,2,2,-1,'Short Ash Bow',20672,2,0,0,1,8052,1610,15,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,31,0,0,0,0,0,0,0,0,0,0,0,1900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3040,2,3,-1,'Hunter\'s Muzzle Loader',20740,2,0,0,1,4702,940,26,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3041,2,3,-1,'\"Mage-Eye\" Blunderbuss',20729,2,0,0,1,18847,3769,26,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3042,2,3,-1,'BKP \"Sparrow\" Smallbore',20734,2,0,0,1,22888,4577,26,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,1700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3045,4,3,-1,'Lambent Scale Boots',25778,2,0,0,1,7870,1574,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3046,4,3,-1,'Deprecated Glinting Scale Crown',13276,0,16,8192,1,2859,571,1,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3047,4,3,-1,'Lambent Scale Gloves',25782,2,0,0,1,5261,1052,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3048,4,3,-1,'Lambent Scale Legguards',11525,2,0,0,1,9599,1919,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,4,7,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3049,4,3,-1,'Lambent Scale Breastplate',25780,2,0,0,1,10596,2119,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,8,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3052,4,3,-1,'Deprecated Winter Mail Coif',13283,0,16,8192,1,2644,528,1,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3053,4,3,-1,'Humbert\'s Chestpiece',3293,2,0,0,1,10704,2140,5,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3055,4,2,-1,'Forest Leather Chestpiece',8665,2,0,0,1,7632,1526,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,6,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3056,4,2,-1,'Forest Leather Pants',16954,2,0,0,1,7660,1532,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3057,4,2,-1,'Forest Leather Boots',16984,2,0,0,1,4515,903,8,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,4,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3058,4,2,-1,'Forest Leather Gloves',17055,2,0,0,1,3414,682,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3062,4,2,-1,'Deprecated Deepwood Gloves',3206,0,16,8192,1,1385,277,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3063,4,2,-1,'Deprecated Deepwood Helm',13250,0,16,8192,1,2593,518,1,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3065,4,1,-1,'Bright Boots',27547,2,0,0,1,3290,658,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,5,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3066,4,1,-1,'Bright Gloves',27550,2,0,0,1,2487,497,10,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,6,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3067,4,1,-1,'Bright Pants',3217,2,0,0,1,6376,1275,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3068,4,1,-1,'Deprecated Silver-thread Cowl',16824,2,16,0,1,8501,1700,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,5,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5,0,0,0,0,1), (3069,4,1,-1,'Bright Robe',27554,2,0,0,1,7063,1412,20,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,6,8,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3070,4,1,-1,'Ensign Cloak',15149,1,0,0,1,37,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3071,2,0,-1,'Striking Hatchet',19209,1,0,0,1,1155,231,21,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3072,4,1,-1,'Smoldering Robe',16694,2,0,0,1,6037,1207,20,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3073,4,1,-1,'Smoldering Pants',16846,2,0,0,1,6059,1211,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3074,4,1,-1,'Smoldering Gloves',12420,2,0,0,1,2381,476,10,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,3,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3075,4,1,-1,'Eye of Flame',15322,4,0,0,1,75369,15073,1,-1,-1,55,49,0,0,0,0,0,0,0,0,1,0,2,5,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,15,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (3076,4,1,-1,'Smoldering Boots',4873,2,0,0,1,3184,636,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3078,2,2,-1,'Naga Heartpiercer',20669,3,0,0,1,13888,2777,15,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3079,2,3,-1,'Skorn\'s Rifle',20738,2,0,0,1,1487,297,26,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3080,12,0,-1,'Candle of Beckoning',7066,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3081,12,0,-1,'Nether Gem',7185,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3082,12,0,-1,'Dargol\'s Skull',2853,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3083,12,0,-1,'Restabilization Cog',7215,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3084,12,0,-1,'Gyromechanic Gear',7072,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3085,12,0,-1,'Barrel of Shimmer Stout',7922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3086,12,0,-1,'Cask of Shimmer Stout',7922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3087,0,1,-1,'Mug of Shimmer Stout',18115,1,0,0,1,45,11,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29236,0,-1,0,-1,4,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3103,2,5,-1,'Coldridge Hammer',8588,2,0,0,1,2334,466,17,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,4,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,27,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3107,15,0,-1,'Broken Keen Throwing Knife',20779,1,0,0,200,75,0,0,-1,-1,16,11,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3108,15,0,-1,'Broken Heavy Throwing Dagger',20773,1,0,0,200,200,0,0,-1,-1,27,22,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3110,12,0,-1,'Tunnel Rat Ear',7723,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3111,15,0,-1,'Broken Crude Throwing Axe',20777,1,0,0,200,15,0,0,-1,-1,3,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3117,12,0,-1,'Hildelve\'s Journal',7138,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',229,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3122,9,0,-1,'Codex of Holy Word: Shield III',1143,1,80,8192,1,2200,550,0,31248,-1,18,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,600,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Holy Word: Shield (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3131,15,0,-1,'Broken Weighted Throwing Axe',16760,1,0,0,200,30,0,0,-1,-1,8,3,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3135,15,0,-1,'Broken Sharp Throwing Axe',20782,1,0,0,200,75,0,0,-1,-1,16,11,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3137,15,0,-1,'Broken Deadly Throwing Axe',20783,1,0,0,200,200,0,0,-1,-1,27,22,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3144,9,0,-1,'Grimoire of Burning Spirit II',1246,1,64,0,1,0,450,0,31488,511,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3148,4,0,-1,'Work Shirt',7849,0,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3151,4,3,-1,'Siege Brigade Vest',3293,1,0,0,1,438,87,5,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3152,4,2,-1,'Driving Gloves',17177,1,0,0,1,140,28,10,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3153,4,1,-1,'Oil-stained Cloak',23128,1,0,0,1,169,33,16,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3154,2,0,-1,'Thelsamar Axe',18340,2,0,0,1,5471,1094,13,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3155,12,0,-1,'Remedy of Arugal',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This aging scroll is written in the indecipherable language of the Kirin Tor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3156,12,0,-1,'Glutton Shackle',7132,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3157,12,0,-1,'Darksoul Shackle',7083,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3158,4,2,-1,'Burnt Hide Bracers',10412,1,0,0,1,304,60,9,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3160,4,6,-1,'Ironplate Buckler',3304,2,0,0,1,2352,470,14,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,5,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3161,4,1,-1,'Robe of the Keeper',16696,2,0,0,1,1475,295,20,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3162,12,0,-1,'Notched Rib',3233,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3163,12,0,-1,'Blackened Skull',2853,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3164,7,11,-1,'Discolored Worg Heart',7357,1,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3165,12,0,-1,'Quinn\'s Potion',983,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3166,4,3,-1,'Ironheart Chain',12965,2,0,0,1,2039,407,5,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3167,15,0,-1,'Thick Spider Hair',6699,0,0,0,1,275,68,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3168,15,0,-1,'Chipped Scale',6629,0,0,8192,1,22,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3169,15,0,-1,'Chipped Bear Tooth',6002,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3170,15,0,-1,'Large Bear Tooth',6666,0,0,0,1,190,47,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3171,15,0,-1,'Broken Boar Tusk',3429,0,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3172,7,8,-1,'Boar Intestines',7330,1,0,0,1,75,18,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3173,7,8,-1,'Bear Meat',25466,1,0,0,1,60,15,0,-1,-1,11,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3174,7,8,-1,'Spider Ichor',6690,1,0,0,1,65,16,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3175,15,0,-1,'Ruined Dragonhide',11164,0,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3176,15,0,-1,'Small Claw',3307,0,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3177,15,0,-1,'Tiny Fang',6651,0,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3179,15,0,-1,'Cracked Dragon Molting',28257,0,0,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3180,15,0,-1,'Flecked Raptor Scale',6658,0,0,0,1,675,168,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3181,15,0,-1,'Partially Digested Meat',6678,0,0,0,1,95,23,0,-1,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3182,7,5,-1,'Spider\'s Silk',18597,1,0,0,1,1550,387,0,-1,-1,20,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3183,12,0,-1,'Mangy Claw',6669,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3184,2,15,-1,'Hook Dagger',20396,2,0,0,1,6973,1394,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5189,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3185,2,10,-1,'Acrobatic Staff',20362,2,0,0,1,40440,8088,17,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,61,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5239,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3186,2,7,-1,'Viking Sword',26576,2,0,0,1,22180,4436,21,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,55,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5213,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3187,2,15,-1,'Sacrificial Kris',20573,2,0,0,1,74354,14870,13,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5261,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (3188,2,8,-1,'Coral Claymore',20072,2,0,0,1,4398,879,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3189,2,1,-1,'Wood Chopper',8525,1,0,0,1,497,99,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,17,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3190,2,5,-1,'Beatstick',6799,1,0,0,1,499,99,17,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,14,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3191,2,1,-1,'Arced War Axe',11165,3,0,0,1,23147,4629,17,-1,-1,26,20,0,0,0,0,0,0,0,0,1,0,2,4,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,86,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3192,2,8,-1,'Short Bastard Sword',26590,2,0,0,1,2479,495,17,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5173,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3193,2,5,-1,'Oak Mallet',19545,2,0,0,1,10362,2072,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,58,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5193,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3194,2,5,-1,'Black Malice',19622,3,0,0,1,12480,2496,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,73,0,1,6,5,0,0,0,0,0,0,0,3300,0,0,18205,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (3195,2,1,-1,'Barbaric Battle Axe',8499,2,0,0,1,6863,1372,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,52,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5183,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3196,2,8,-1,'Edged Bastard Sword',26585,2,0,0,1,6887,1377,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5182,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3197,2,8,-1,'Stonecutter Claymore',20184,2,0,0,1,46478,9295,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,89,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5236,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3198,2,5,-1,'Battering Hammer',8585,2,0,0,1,13710,2742,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,57,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5202,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3199,2,1,-1,'Battle Slayer',19372,2,0,0,1,11310,2262,17,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,58,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5201,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3200,4,2,-1,'Burnt Leather Bracers',17004,1,0,0,1,96,19,9,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3201,2,1,-1,'Barbarian War Axe',19283,2,0,0,1,22484,4496,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,71,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5219,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3202,4,2,-1,'Forest Leather Bracers',10216,2,0,0,1,2921,584,9,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3203,2,5,-1,'Dense Triangle Mace',5228,3,0,0,1,27184,5436,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,4,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,66,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3204,4,2,-1,'Deepwood Bracers',3606,2,0,0,1,3758,751,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,5,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3205,4,2,-1,'Inscribed Leather Bracers',14410,2,0,0,1,1150,230,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3206,2,8,-1,'Cavalier Two-hander',20186,2,0,0,1,22911,4582,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,66,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5218,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3207,4,2,-1,'Hunting Bracers',14535,1,0,0,1,438,87,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3208,2,5,-1,'Conk Hammer',5232,2,0,0,1,126894,25378,17,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,157,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5274,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (3209,2,8,-1,'Ancient War Sword',20250,2,0,0,1,33918,6783,17,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,4,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,86,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3210,2,1,-1,'Brutal War Axe',19275,2,0,0,1,28135,5627,17,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,88,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5219,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3211,4,3,-1,'Burnished Bracers',25766,2,0,0,1,1866,373,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3212,4,3,-1,'Lambent Scale Bracers',25779,2,0,0,1,4645,929,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,4,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3213,4,3,-1,'Veteran Bracers',6953,1,0,0,1,447,89,9,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3214,4,3,-1,'Warrior\'s Bracers',22674,1,0,0,1,170,34,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3216,4,1,-1,'Warm Winter Robe',18121,1,0,0,1,275,55,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3217,4,1,-1,'Foreman Belt',16787,2,0,0,1,675,135,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3218,12,0,-1,'Pyrewood Shackle',7208,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3220,0,5,-1,'Blood Sausage',25469,1,0,0,1,160,40,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3222,2,15,-1,'Wicked Dagger',20607,2,0,0,1,6015,1203,13,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',22,0,0,0,0,1), (3223,2,4,-1,'Frostmane Scepter',19624,2,0,0,1,1534,306,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3224,4,1,-1,'Silver-lined Bracers',16926,1,0,0,1,142,28,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3225,2,15,-1,'Bloodstained Knife',6437,1,0,0,1,548,109,13,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3227,2,10,-1,'Nightbane Staff',20381,2,0,0,1,13169,2633,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,49,0,0,0,0,0,0,0,0,0,7,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3228,4,3,-1,'Jimmied Handcuffs',10402,3,0,0,1,5493,1098,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,4,3,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3229,4,1,-1,'Tarantula Silk Sash',9917,2,0,0,1,2122,424,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3230,4,2,-1,'Black Wolf Bracers',17166,3,0,0,1,4611,922,9,-1,-1,26,20,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3231,4,3,-1,'Cutthroat Pauldrons',10166,2,0,0,1,6333,1266,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3233,1,0,-1,'Gnoll Hide Sack',3410,1,0,0,1,850,212,18,-1,-1,15,0,0,0,0,0,0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3234,12,0,-1,'Deliah\'s Ring',963,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3235,4,0,-1,'Ring of Scorn',9840,2,0,0,1,1650,412,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,6,-3,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For Deliah',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3236,12,0,-1,'Rot Hide Ichor',3152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3237,12,0,-1,'Sample Ichor',3152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3238,12,0,-1,'Johaan\'s Findings',3411,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sealed findings of Apothecary Johaan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3239,0,8,-1,'Rough Weightstone',24683,1,64,0,1,12,3,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3112,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3240,0,8,-1,'Coarse Weightstone',24684,1,64,0,1,40,10,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3113,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3241,0,8,-1,'Heavy Weightstone',24685,1,64,0,1,160,40,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3114,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3245,4,4,-1,'OLDMonster - Hands, Plate Silver',7018,0,16,8192,1,0,0,10,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3248,12,0,-1,'Translated Letter from The Embalmer',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',235,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3250,12,0,-1,'Bethor\'s Scroll',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3251,12,0,-1,'Bethor\'s Potion',8452,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7669,0,-10,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3252,12,0,-1,'Deathstalker Report',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',380,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3253,12,0,-1,'Grizzled Bear Heart',3422,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3254,12,0,-1,'Skittering Blood',2885,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3255,12,0,-1,'Berard\'s Journal',3426,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',236,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3256,12,0,-1,'Lake Skulker Moss',3427,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3257,12,0,-1,'Lake Creeper Moss',3427,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3258,12,0,-1,'Hardened Tumor',5283,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3260,4,1,-1,'Scarlet Initiate Robes',16612,1,0,0,1,32,6,20,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3261,4,1,-1,'Webbed Cloak',23143,1,0,0,1,36,7,16,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3262,2,4,-1,'Putrid Wooden Hammer',21052,1,0,0,1,54,10,21,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3263,4,1,-1,'Webbed Pants',3432,1,0,0,1,22,4,7,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3264,12,0,-1,'Duskbat Wing',11489,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3265,12,0,-1,'Scavenger Paw',6669,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3266,12,0,-1,'Scarlet Armband',3433,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3267,2,7,-1,'Forsaken Shortsword',20176,1,0,0,1,128,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3268,2,15,-1,'Forsaken Dagger',6432,1,0,0,1,129,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3269,2,4,-1,'Forsaken Maul',19772,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3270,4,1,-1,'Flax Vest',16585,1,0,0,1,52,10,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3272,4,2,-1,'Zombie Skin Leggings',3442,1,0,0,1,65,13,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3273,4,3,-1,'Rugged Mail Vest',2967,1,0,0,1,78,15,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3274,4,1,-1,'Flax Boots',16587,1,0,0,1,39,7,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3275,4,1,-1,'Flax Gloves',16586,1,0,0,1,26,5,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3276,4,6,-1,'Deathguard Buckler',18490,1,0,0,1,76,15,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3277,2,10,-1,'Executor Staff',20444,1,0,0,1,150,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,9,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3279,4,3,-1,'Battle Chain Boots',26927,1,0,0,1,526,105,8,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3280,4,3,-1,'Battle Chain Bracers',26928,1,0,0,1,165,33,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3281,4,3,-1,'Battle Chain Gloves',27175,1,0,0,1,281,56,10,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3282,4,3,-1,'Battle Chain Pants',26932,2,0,0,1,1177,235,7,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,2,7,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3283,4,3,-1,'Battle Chain Tunic',26933,2,0,0,1,1477,295,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,4,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3284,4,2,-1,'Tribal Boots',27993,1,0,0,1,444,88,8,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3285,4,2,-1,'Tribal Bracers',27994,1,0,0,1,183,36,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3286,4,2,-1,'Tribal Gloves',27995,1,0,0,1,298,59,10,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3287,4,2,-1,'Tribal Pants',28591,2,0,0,1,999,199,7,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,2,4,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3288,4,2,-1,'Tribal Vest',27996,2,0,0,1,1253,250,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,3,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3289,4,1,-1,'Ancestral Boots',14514,1,0,0,1,289,57,8,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3290,4,1,-1,'Ancestral Gloves',14509,1,0,0,1,242,48,10,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3291,4,1,-1,'Ancestral Woollies',14511,2,0,0,1,1013,202,7,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3292,4,1,-1,'Ancestral Tunic',14513,2,0,0,1,1017,203,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3293,2,0,-1,'Deadman Cleaver',19281,1,0,0,1,58,11,21,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3294,2,4,-1,'Deadman Club',5203,1,0,0,1,58,11,21,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3295,2,7,-1,'Deadman Blade',3434,1,0,0,1,54,10,21,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3296,2,15,-1,'Deadman Dagger',6442,1,0,0,1,54,10,13,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3297,12,0,-1,'Fel Moss',3427,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3299,15,0,-1,'Fractured Canine',6002,0,0,0,1,195,48,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3300,15,0,-1,'Rabbit\'s Foot',6682,0,0,0,1,38,9,0,-1,-1,5,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3301,15,0,-1,'Sharp Canine',6002,0,0,0,1,410,102,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3302,4,3,-1,'Brackwater Boots',26944,2,0,0,1,1596,319,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3303,4,3,-1,'Brackwater Bracers',26945,1,0,0,1,354,70,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3304,4,3,-1,'Brackwater Gauntlets',28997,1,0,0,1,533,106,10,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3305,4,3,-1,'Brackwater Leggings',26948,2,0,0,1,2463,492,7,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,2,7,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3306,4,3,-1,'Brackwater Vest',26949,2,0,0,1,3270,654,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3307,4,1,-1,'Barbaric Cloth Boots',11060,2,0,0,1,1079,215,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3308,4,1,-1,'Barbaric Cloth Gloves',16592,2,0,0,1,722,144,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,6,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,9392,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3309,4,1,-1,'Barbaric Loincloth',16591,2,0,0,1,1666,333,7,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3310,4,1,-1,'Barbaric Cloth Vest',16590,2,0,0,1,2211,442,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,2,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3311,4,2,-1,'Ceremonial Leather Ankleguards',14544,1,0,0,1,762,152,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3312,4,2,-1,'Ceremonial Leather Bracers',14545,1,0,0,1,354,70,9,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3313,4,2,-1,'Ceremonial Leather Harness',28047,2,0,0,1,2596,519,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,3,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3314,4,2,-1,'Ceremonial Leather Gloves',14546,2,0,0,1,856,171,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,3,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3315,4,2,-1,'Ceremonial Leather Loincloth',14547,2,0,0,1,2275,455,7,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,4,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3316,12,0,-1,'Alaric\'s Head',3486,1,2048,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3317,12,0,-1,'A Talking Head',3486,1,2048,1,1,0,0,0,-1,-1,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Its lips are moving!',0,0,0,460,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3318,12,0,-1,'Alaric\'s Remains',3487,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3319,2,7,-1,'Short Sabre',5007,1,0,0,1,551,110,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3320,4,1,-1,'Bonecaster Sash',4506,1,0,8192,1,110,22,6,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3321,4,2,-1,'Gray Fur Booties',4016,1,0,0,1,208,41,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3322,4,1,-1,'Wispy Cloak',23015,1,0,0,1,56,11,16,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3323,4,1,-1,'Ghostly Bracers',16906,1,0,0,1,79,15,9,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3324,4,1,-1,'Ghostly Mantle',21457,2,0,0,1,5600,1120,3,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3325,2,1,-1,'Vile Fin Battle Axe',19252,1,0,0,1,704,140,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3327,2,10,-1,'Vile Fin Oracle Staff',20434,1,0,0,1,709,141,17,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,18,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3328,4,1,-1,'Spider Web Robe',16655,1,0,0,1,233,46,20,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3329,2,4,-1,'Spiked Wooden Plank',5204,1,0,0,1,896,179,21,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3330,4,3,-1,'Dargol\'s Hauberk',12971,2,0,0,1,1406,281,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,4,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3331,4,1,-1,'Melrache\'s Cape',15196,1,0,0,1,338,67,16,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3332,4,3,-1,'Perrine\'s Boots',6987,1,0,0,1,242,48,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3334,2,5,-1,'Farmer\'s Shovel',7495,1,0,0,1,344,68,17,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,17,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3335,2,10,-1,'Farmer\'s Broom',3509,1,0,0,1,230,46,17,-1,-1,6,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,14,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3336,2,15,-1,'Flesh Piercer',20341,2,0,0,1,19933,3986,13,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,18078,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3337,12,0,-1,'Dragonmaw War Banner',7111,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3339,12,0,-1,'Dwarven Tinder',6371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3340,12,0,-1,'Incendicite Ore',7148,1,0,0,1,125,31,0,-1,-1,22,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3341,4,3,-1,'Gauntlets of Ogre Strength',6920,2,0,0,1,8109,1621,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3342,4,0,-1,'Captain Sanders\' Shirt',7843,1,0,0,1,550,137,4,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3343,1,0,-1,'Captain Sanders\' Booty Bag',1183,1,0,0,1,1800,450,18,-1,-1,15,0,0,0,0,0,0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3344,4,1,-1,'Captain Sanders\' Sash',4511,2,0,0,1,730,146,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,6,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3345,4,1,-1,'Silk Wizard Hat',15912,2,0,0,1,13601,2720,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3347,12,0,-1,'Bundle of Crocolisk Skins',568,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3348,12,0,-1,'Giant Crocolisk Skin',6646,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3349,12,0,-1,'Sida\'s Bag',3565,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s dripping.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3352,1,0,-1,'Ooze-covered Bag',3568,1,0,0,1,5000,1250,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3353,12,0,-1,'Rune-inscribed Pendant',6502,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3354,12,0,-1,'Dalaran Pendant',6502,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3355,7,9,-1,'Wild Steelbloom',6524,1,536870912,0,1,200,50,0,-1,-1,22,0,773,75,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3356,7,9,-1,'Kingsblood',7346,1,536870912,0,1,120,30,0,-1,-1,24,0,773,75,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3357,7,9,-1,'Liferoot',7381,1,536870912,0,1,300,75,0,-1,-1,30,0,773,75,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3358,7,9,-1,'Khadgar\'s Whisker',6661,1,536870912,0,1,700,175,0,-1,-1,37,0,773,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3360,4,0,-1,'Stitches\' Femur',3573,1,0,0,1,2500,625,23,-1,-1,30,25,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3363,4,1,-1,'Frayed Belt',16663,0,0,0,1,7,1,6,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3365,4,1,-1,'Frayed Bracers',16664,0,0,0,1,17,3,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3368,2,14,-1,'Monster - Item, Harpoon',7459,0,0,8192,1,13,2,13,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3369,7,9,-1,'Grave Moss',6396,1,536870912,0,1,100,25,0,-1,-1,22,0,773,75,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3370,4,1,-1,'Patchwork Belt',7881,0,0,0,1,50,10,6,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3371,7,11,-1,'Empty Vial',18077,1,0,0,5,20,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3372,7,11,-1,'Leaded Vial',51755,1,0,0,5,200,10,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3373,4,1,-1,'Patchwork Bracers',16804,0,0,0,1,71,14,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3374,4,1,-1,'Calico Belt',16554,0,0,0,1,228,45,6,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3375,4,1,-1,'Calico Bracers',16555,0,0,0,1,152,30,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3376,4,1,-1,'Canvas Belt',16819,0,0,0,1,431,86,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3377,4,1,-1,'Canvas Bracers',14111,0,0,0,1,497,99,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3378,4,1,-1,'Brocade Belt',16807,0,0,0,1,660,132,6,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3379,4,1,-1,'Brocade Bracers',16806,0,0,0,1,762,152,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3380,4,1,-1,'Cross-stitched Belt',16784,0,0,0,1,1827,365,6,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3381,4,1,-1,'Cross-stitched Bracers',16913,0,0,0,1,1515,303,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3382,0,2,-1,'Weak Troll\'s Blood Elixir',15734,1,0,0,1,40,10,0,-1,-1,8,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3219,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3383,0,2,-1,'Elixir of Wisdom',15745,1,0,0,1,400,100,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3166,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3384,0,1,-1,'Minor Magic Resistance Potion',292,1,0,0,1,80,20,0,-1,-1,22,12,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2380,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3385,0,1,-1,'Lesser Mana Potion',15716,1,0,0,1,120,30,0,-1,-1,24,14,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3386,0,1,-1,'Potion of Curing',15750,1,0,0,1,140,35,0,-1,-1,55,14,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26677,0,-1,-1,0,79,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3387,0,1,-1,'Limited Invulnerability Potion',24213,1,0,0,1,120,30,0,-1,-1,50,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3169,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3388,0,2,-1,'Strong Troll\'s Blood Elixir',15770,1,0,0,1,160,40,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3389,0,2,-1,'Elixir of Defense',15773,1,0,0,1,160,40,0,-1,-1,26,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3220,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3390,0,2,-1,'Elixir of Lesser Agility',15787,1,0,0,1,140,35,0,-1,-1,28,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3160,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3391,0,2,-1,'Elixir of Ogre\'s Strength',15789,1,0,0,1,160,40,0,-1,-1,30,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3164,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3392,4,2,-1,'Ringed Helm',21310,2,0,0,1,8318,1663,1,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,7,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3393,9,6,-1,'Recipe: Minor Magic Resistance Potion',1301,1,64,0,1,1000,250,0,-1,-1,22,0,171,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3172,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Minor Magic Resistance Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3394,9,6,-1,'Recipe: Potion of Curing',1301,1,64,0,1,1000,250,0,-1,-1,24,0,171,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,79,0,3174,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Potion of Curing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3395,9,6,-1,'Recipe: Limited Invulnerability Potion',1301,2,64,0,1,1000,250,0,-1,-1,50,0,171,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3175,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Limited Invulnerability Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3396,9,6,-1,'Recipe: Elixir of Lesser Agility',1301,2,64,0,1,1000,250,0,-1,-1,28,0,171,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,2333,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Lesser Agility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3397,12,0,-1,'Young Crocolisk Skin',6629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3399,15,0,-1,'Vulture Talon',6627,0,0,0,1,325,81,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3400,2,7,-1,'Lucine Longsword',20110,2,0,0,1,13807,2761,13,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3401,15,0,-1,'Rough Crocolisk Scale',6628,0,0,0,1,325,81,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3402,15,0,-1,'Soft Patch of Fur',6691,0,0,0,1,2410,602,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3403,15,0,-1,'Ivory Boar Tusk',1225,0,0,0,1,1285,321,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3404,7,8,-1,'Buzzard Wing',7338,1,0,0,1,725,181,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3405,12,0,-1,'Raven Claw Talisman',7210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3406,12,0,-1,'Black Feather Quill',19567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3407,12,0,-1,'Sapphire of Sky',1659,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3408,12,0,-1,'Rune of Nesting',7217,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3409,12,0,-1,'Nightsaber Fang',7186,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3411,12,0,-1,'Strigid Owl Feather',19528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3412,12,0,-1,'Webwood Spider Silk',18597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3413,2,15,-1,'Doomspike',20589,3,0,0,1,16148,3229,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (3414,2,4,-1,'Crested Scepter',5198,3,0,0,1,20145,4029,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,5,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3415,2,10,-1,'Staff of the Friar',20339,3,0,0,1,17994,3598,17,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,3,6,11,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (3416,4,3,-1,'Martyr\'s Chain',12971,3,0,0,1,11069,2213,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,14,5,7,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3417,2,8,-1,'Onyx Claymore',20174,3,0,0,1,23147,4629,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,6,6,7,5,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,73,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3418,12,0,-1,'Fel Cone',7287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3419,4,0,-1,'Red Rose',6549,1,0,0,1,500,125,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3420,4,0,-1,'Black Rose',6483,1,0,0,1,5000,1250,23,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3421,4,0,-1,'Simple Wildflowers',6560,1,0,0,1,200,50,23,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3422,4,0,-1,'Beautiful Wildflowers',6479,1,0,0,1,2000,500,23,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3423,4,0,-1,'Bouquet of White Roses',6489,1,0,0,1,20000,5000,23,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3424,4,0,-1,'Bouquet of Black Roses',6487,1,0,0,1,500000,125000,23,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3425,12,0,-1,'Woven Wand',7292,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3426,4,0,-1,'Bold Yellow Shirt',16610,1,0,0,1,4000,1000,4,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3427,4,0,-1,'Stylish Black Shirt',7905,1,0,0,1,6000,1500,4,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3428,4,0,-1,'Common Gray Shirt',10892,1,0,0,1,400,100,4,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3429,4,2,-1,'Guardsman Belt',4532,2,0,0,1,2932,586,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3430,2,3,-1,'Sniper Rifle',6612,2,0,0,1,55135,11027,26,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,85,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,5852,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (3431,4,2,-1,'Bone-studded Leather',17092,2,0,0,1,6677,1335,5,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,3,4,6,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3434,0,0,-1,'Slumber Sand',6371,1,0,0,1,15,3,0,-1,-1,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,-1,0,-1,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3435,4,2,-1,'Zombie Skin Bracers',3708,1,0,0,1,99,19,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3437,4,3,-1,'Clasped Belt',6875,1,0,0,1,120,24,6,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3439,4,2,-1,'Zombie Skin Boots',3709,1,0,0,1,151,30,8,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3440,2,5,-1,'Bonecracker',6806,2,0,0,1,3203,640,17,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3442,4,1,-1,'Apprentice Sash',4500,1,0,0,1,224,44,6,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3443,2,0,-1,'Ceremonial Tomahawk',8495,1,0,0,1,692,138,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3444,4,2,-1,'Tiller\'s Vest',8698,1,0,0,1,451,90,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3445,2,15,-1,'Ceremonial Knife',20599,1,0,0,1,1133,226,13,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3446,2,10,-1,'Darkwood Staff',20419,2,0,0,1,2963,592,17,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3447,4,3,-1,'Cryptwalker Boots',6880,1,0,0,1,174,34,8,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3448,0,5,-1,'Senggin Root',1464,1,0,0,1,25,6,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2639,0,-1,-1,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (3449,4,1,-1,'Mystic Shawl',23127,2,0,0,1,1035,207,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3450,4,6,-1,'Faerleia\'s Shield',18659,2,0,0,1,2218,443,14,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,5,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3451,4,0,-1,'Nightglow Concoction',6541,2,0,0,1,2430,607,23,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3452,2,10,-1,'Ceranium Rod',5120,2,0,0,1,11610,2322,17,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3453,4,1,-1,'Quilted Bracers',16907,1,0,0,1,233,46,9,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3454,4,1,-1,'Reconnaissance Boots',3755,1,0,0,1,527,105,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3455,2,7,-1,'Deathstalker Shortsword',20015,1,0,0,1,941,188,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3456,0,0,-1,'Dog Whistle',15798,3,0,0,1,25500,6375,0,-1,-1,30,25,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9515,0,-3,-3,600000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3457,4,1,-1,'Stamped Trousers',16850,2,0,0,1,2220,444,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3458,4,3,-1,'Rugged Mail Gloves',6982,2,0,0,1,1671,334,10,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3460,12,0,-1,'Johaan\'s Special Drink',18115,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3461,4,1,-1,'High Robe of the Adjudicator',12672,2,0,0,1,5030,1006,20,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,5,2,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3462,2,7,-1,'Talonstrike',28607,2,0,0,1,11418,2283,13,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,26,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3463,15,0,-1,'Broken Silver Star',20772,2,0,0,1,37,9,0,-1,-1,37,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3464,6,2,-1,'Feathered Arrow',26497,2,0,0,200,35,8,24,-1,-1,35,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,10,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3465,6,3,-1,'Exploding Shot',5998,2,0,0,200,36,9,24,-1,-1,36,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,10,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3466,7,11,-1,'Strong Flux',7408,1,0,0,1,2000,500,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by blacksmiths to remove impurities.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3467,13,0,-1,'Dull Iron Key',6714,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3468,12,0,-1,'Renferrel\'s Findings',3411,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sealed findings of Apothecary Renferrel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3469,4,3,-1,'Copper Chain Boots',23528,1,0,0,1,246,49,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3470,7,7,-1,'Rough Grinding Stone',24678,1,0,0,1,20,5,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3471,4,3,-1,'Copper Chain Vest',13090,2,0,0,1,713,142,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3472,4,3,-1,'Runed Copper Gauntlets',25850,2,0,0,1,597,119,10,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3473,4,3,-1,'Runed Copper Pants',25849,2,0,0,1,1499,299,7,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3474,4,3,-1,'Gemmed Copper Gauntlets',9390,2,0,0,1,1083,216,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3475,4,1,-1,'Cloak of Flames',23421,4,0,0,1,109053,21810,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,15,0,0,0,0,0,0,0,21142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (3476,12,0,-1,'Gray Bear Tongue',20898,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3477,12,0,-1,'Creeper Ichor',2885,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3478,7,7,-1,'Coarse Grinding Stone',24679,1,0,0,1,40,10,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3480,4,3,-1,'Rough Bronze Shoulders',23531,2,0,0,1,4435,887,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3481,4,3,-1,'Silvered Bronze Shoulders',9407,2,0,0,1,6423,1284,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,3,4,3,7,3,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3482,4,3,-1,'Silvered Bronze Boots',9404,2,0,0,1,6588,1317,8,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,4,4,7,4,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3483,4,3,-1,'Silvered Bronze Gauntlets',9406,2,0,0,1,4829,965,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,3,4,4,7,4,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3484,4,3,-1,'Green Iron Boots',9412,2,0,0,1,8838,1767,8,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,7,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3485,4,3,-1,'Green Iron Gauntlets',9414,2,0,0,1,6477,1295,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,7,6,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3486,7,7,-1,'Heavy Grinding Stone',24680,1,0,0,1,400,100,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3487,2,8,-1,'Heavy Copper Broadsword',20196,2,0,0,1,7490,1498,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,41,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3488,2,1,-1,'Copper Battle Axe',8516,2,0,0,1,3066,613,17,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3489,2,0,-1,'Thick War Axe',8496,2,0,0,1,4689,937,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,7,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,28,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3490,2,15,-1,'Deadly Bronze Poniard',6445,2,0,0,1,13659,2731,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3491,2,4,-1,'Heavy Bronze Mace',5211,2,0,0,1,13709,2741,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3492,2,4,-1,'Mighty Iron Hammer',3780,2,0,0,1,22764,4552,13,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3493,2,2,-1,'Raptor\'s End',20664,2,0,0,1,17133,3426,15,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3495,12,0,-1,'Elixir of Suffering',3788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3496,12,0,-1,'Mountain Lion Blood',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3497,12,0,-1,'Elixir of Pain',3788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3498,12,0,-1,'Taretha\'s Necklace',9657,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crescent moon dangling from a silver chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3499,13,0,-1,'Burnished Gold Key',6710,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3502,12,0,-1,'Mudsnout Blossoms',17459,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3505,12,0,-1,'Alterac Signet Ring',6012,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3506,12,0,-1,'Mudsnout Composite',7171,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3508,12,0,-1,'Mudsnout Mixture',7175,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3509,12,0,-1,'Daggerspine Scale',7043,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3510,12,0,-1,'Torn Fin Eye',7110,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3511,4,1,-1,'Cloak of the People\'s Militia',23020,2,0,0,1,1071,214,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3513,12,0,-1,'Deprecated Contract for the Magistrate',7085,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3514,12,0,-1,'Mor\'Ladim\'s Skull',2853,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3515,12,0,-1,'Ataeric\'s Staff',7030,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3516,12,0,-1,'Lescovar\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3517,12,0,-1,'Keg of Shindigger Stout',7921,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3518,12,0,-1,'Decrypted Letter',1096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',248,7,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3520,12,0,-1,'Tainted Keg',7921,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3521,12,0,-1,'Cleverly Encrypted Letter',1323,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This letter is encrypted and indecipherable.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3530,0,7,-1,'Wool Bandage',11909,1,2097216,0,1,100,25,0,-1,-1,1,0,129,50,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3267,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3531,0,7,-1,'Heavy Wool Bandage',11910,1,2097216,0,1,230,57,0,-1,-1,1,0,129,75,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3268,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3536,4,3,-1,'Demon Hunter Blindfold',13564,1,16,0,1,7,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3550,12,0,-1,'Targ\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3551,12,0,-1,'Muckrake\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3552,12,0,-1,'Glommus\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3553,12,0,-1,'Mug\'thol\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3554,12,0,-1,'Crown of Will',7077,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3555,4,1,-1,'Robe of Solomon',16615,2,0,0,1,5161,1032,20,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3556,4,1,-1,'Dread Mage Hat',16544,2,0,0,1,6429,1285,1,31488,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,5,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3558,4,1,-1,'Fen Keeper Robe',16528,2,0,0,1,5221,1044,20,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3559,4,3,-1,'Night Watch Gauntlets',11626,2,0,0,1,2369,473,10,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,4,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3560,4,1,-1,'Mantle of Honor',20715,2,0,0,1,10514,2102,3,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,5,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3561,4,1,-1,'Resilient Poncho',23135,2,0,0,1,4475,895,16,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3562,4,2,-1,'Belt of Vindication',16910,2,0,0,1,4118,823,6,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,7,2,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3563,4,1,-1,'Seafarer\'s Pantaloons',3179,2,0,0,1,2788,557,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3564,12,0,-1,'Shipment of Iron',7924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3565,4,1,-1,'Beerstained Gloves',14127,2,0,0,1,1404,280,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3566,4,2,-1,'Raptorbane Armor',17101,2,0,0,1,10116,2023,5,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,14565,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3567,2,3,-1,'Dwarven Fishing Pole',6601,2,0,0,1,4614,922,26,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dwarves aren\'t known for their subtlety.',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3569,4,1,-1,'Vicar\'s Robe',18122,2,0,0,1,6310,1262,20,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,4,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3570,2,4,-1,'Bonegrinding Pestle',8100,2,0,0,1,4198,839,13,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,26,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3571,2,5,-1,'Trogg Beater',19546,2,0,0,1,10593,2118,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,60,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3572,2,7,-1,'Daryl\'s Shortsword',5151,2,0,0,1,4862,972,13,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3573,11,2,-1,'Hunting Quiver',21321,1,0,0,1,850,212,18,-1,-1,15,0,0,0,0,0,0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3574,11,3,-1,'Hunting Ammo Sack',1816,1,0,0,1,850,212,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3575,7,7,-1,'Iron Bar',7376,1,0,0,1,800,200,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3576,7,7,-1,'Tin Bar',18086,1,0,0,1,140,35,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3577,7,7,-1,'Gold Bar',7352,2,0,0,1,2400,600,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3578,4,2,-1,'Harvester\'s Pants',9380,2,0,0,1,1700,340,7,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,6,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (3581,2,15,-1,'Serrated Knife',20414,2,0,0,1,5231,1046,13,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3582,4,1,-1,'Acidproof Cloak',23085,2,0,0,1,1575,315,16,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3583,4,2,-1,'Weathered Belt',16948,1,0,0,1,288,57,6,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3584,12,0,-1,'Deprecated Perenolde\'s Head',7038,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3585,4,2,-1,'Camouflaged Tunic',16876,2,0,0,1,4768,953,5,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3586,2,1,-1,'Logsplitter',19231,2,0,0,1,5172,1034,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3587,4,1,-1,'Embroidered Belt',16773,1,0,0,1,14314,2862,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3588,4,1,-1,'Embroidered Bracers',16774,1,0,0,1,14366,2873,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3589,4,1,-1,'Heavy Weave Belt',16788,1,0,0,1,577,115,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3590,4,1,-1,'Heavy Weave Bracers',16816,1,0,0,1,579,115,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3591,4,1,-1,'Padded Belt',16834,1,0,0,1,2097,419,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3592,4,1,-1,'Padded Bracers',3645,1,0,0,1,2104,420,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3593,4,1,-1,'Russet Belt',16835,1,0,0,1,5478,1095,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3594,4,1,-1,'Russet Bracers',3740,1,0,0,1,5497,1099,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3595,4,1,-1,'Tattered Cloth Belt',16583,1,0,0,1,24,4,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3596,4,1,-1,'Tattered Cloth Bracers',16584,1,0,0,1,24,4,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3597,4,1,-1,'Thick Cloth Belt',16782,1,0,0,1,1081,216,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3598,4,1,-1,'Thick Cloth Bracers',3895,1,0,0,1,1085,217,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3599,4,1,-1,'Thin Cloth Belt',16832,1,0,0,1,24,4,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3600,4,1,-1,'Thin Cloth Bracers',16929,1,0,0,1,24,4,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3601,12,0,-1,'Syndicate Missive',7263,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',249,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3602,4,1,-1,'Knitted Belt',16577,1,0,0,1,145,29,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3603,4,1,-1,'Knitted Bracers',16930,1,0,0,1,146,29,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3604,11,3,-1,'Bandolier of the Night Watch',2584,2,0,0,1,2000,500,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3605,11,2,-1,'Quiver of the Night Watch',21332,2,0,0,1,2000,500,18,-1,-1,25,0,0,0,0,0,0,0,0,1,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3606,4,1,-1,'Woven Belt',14456,1,0,0,1,147,29,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3607,4,1,-1,'Woven Bracers',14161,1,0,0,1,148,29,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3608,9,4,-1,'Plans: Mighty Iron Hammer',15274,2,64,0,1,2000,500,0,-1,-1,29,0,164,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3297,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mighty Iron Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3609,9,4,-1,'Plans: Copper Chain Vest',15274,2,64,0,1,100,25,0,-1,-1,10,0,164,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3321,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Copper Chain Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3610,9,4,-1,'Plans: Gemmed Copper Gauntlets',15274,2,64,0,1,200,50,0,-1,-1,15,0,164,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3325,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Gemmed Copper Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3611,9,4,-1,'Plans: Green Iron Boots',15274,2,64,0,1,2000,500,0,-1,-1,29,0,164,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3334,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Green Iron Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3612,9,4,-1,'Plans: Green Iron Gauntlets',15274,2,64,0,1,2000,500,0,-1,-1,30,0,164,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3336,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Green Iron Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3613,12,0,-1,'Valdred\'s Hands',7282,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3614,12,0,-1,'Yowler\'s Paw',6669,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3615,12,0,-1,'Kurzen\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3616,12,0,-1,'Mind\'s Eye',6521,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3617,12,0,-1,'Pendant of Shadow',7197,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3618,12,0,-1,'Gobbler\'s Head',7135,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3619,12,0,-1,'Snellig\'s Snuffbox',9515,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3621,12,0,-1,'Ivar\'s Head',7150,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3622,12,0,-1,'Essence of Nightlash',6371,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3623,12,0,-1,'Thule\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3625,12,0,-1,'Nek\'rosh\'s Head',7141,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3626,12,0,-1,'Head of Baron Vardus',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3627,12,0,-1,'Fang of Vagash',3671,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3628,12,0,-1,'Hand of Dextren Ward',3913,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3629,12,0,-1,'Mistmantle Family Ring',6538,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3630,12,0,-1,'Head of Targorr',3914,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3631,12,0,-1,'Bellygrub\'s Tusk',7042,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3632,12,0,-1,'Fangore\'s Paw',3916,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3633,12,0,-1,'Head of Gath\'Ilzogg',3914,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3634,12,0,-1,'Head of Grimson',3917,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3635,12,0,-1,'Maggot Eye\'s Paw',3916,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3636,12,0,-1,'Scale of Old Murk-Eye',7043,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3637,12,0,-1,'Head of VanCleef',3918,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3638,12,0,-1,'Sarltooth\'s Talon',7089,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3639,12,0,-1,'Ear of Balgaras',7612,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3640,12,0,-1,'Head of Deepfury',3920,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3641,4,1,-1,'Journeyman\'s Bracers',14423,1,0,0,1,79,15,9,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3642,4,1,-1,'Ancestral Bracers',14510,1,0,0,1,111,22,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3643,4,1,-1,'Spellbinder Bracers',14342,1,0,0,1,355,71,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3644,4,1,-1,'Barbaric Cloth Bracers',16595,1,0,0,1,238,47,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3645,4,1,-1,'Seer\'s Cuffs',16915,2,0,0,1,947,189,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,6,2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (3647,4,1,-1,'Bright Bracers',14566,2,0,0,1,2170,434,9,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3648,4,6,-1,'Warrior\'s Buckler',18492,1,0,0,1,617,123,14,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3649,4,6,-1,'Tribal Buckler',18512,1,0,0,1,576,115,14,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3650,4,6,-1,'Battle Shield',18655,1,0,0,1,342,68,14,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3651,4,6,-1,'Veteran Shield',2052,2,0,0,1,2176,435,14,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,5,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3652,4,6,-1,'Hunting Buckler',18488,2,0,0,1,1821,364,14,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,2,7,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,5,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3653,4,6,-1,'Ceremonial Buckler',1673,2,0,0,1,2193,438,14,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,5,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3654,4,6,-1,'Brackwater Shield',18657,2,0,0,1,1835,367,14,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,5,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (3655,4,6,-1,'Burnished Shield',18696,2,0,0,1,5112,1022,14,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3656,4,6,-1,'Lambent Scale Shield',18702,2,0,0,1,10584,2116,14,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3657,12,0,-1,'Hillsbrad Town Registry',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',261,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3658,12,0,-1,'Recovered Tome',1317,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3659,12,0,-1,'Worn Leather Book',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Arm of Gri\'lek',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3660,12,0,-1,'Tomes of Alterac',8731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3661,2,10,-1,'Handcrafted Staff',18530,1,0,0,1,46,9,17,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3662,0,5,-1,'Crocolisk Steak',22194,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3663,0,5,-1,'Murloc Fin Soup',6347,1,0,0,1,500,125,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3664,0,5,-1,'Crocolisk Gumbo',6347,1,0,0,1,400,100,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3665,0,5,-1,'Curiously Tasty Omelet',18053,1,0,0,1,600,150,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (3666,0,5,-1,'Gooey Spider Cake',6342,1,0,0,1,400,100,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (3667,7,8,-1,'Tender Crocolisk Meat',6350,1,0,0,1,100,25,0,-1,-1,23,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3668,12,0,-1,'Assassin\'s Contract',1323,1,2048,2,1,0,0,0,-1,-1,30,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,522,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3669,15,0,-1,'Gelatinous Goo',2637,0,0,0,1,780,195,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3670,15,0,-1,'Large Slimy Bone',6668,0,0,0,1,280,70,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3671,15,0,-1,'Lifeless Skull',7102,0,0,0,1,805,201,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3672,12,0,-1,'Head of Nagaz',7141,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3673,15,0,-1,'Broken Arrow',6616,0,0,0,1,180,45,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3674,15,0,-1,'Decomposed Boot',6638,0,0,0,1,380,95,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3675,15,0,-1,'Extinguished Torch',12994,0,0,0,1,225,56,23,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3676,15,0,-1,'Slimy Ichor',6690,0,0,0,1,425,106,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3678,9,5,-1,'Recipe: Crocolisk Steak',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,80,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3370,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Crocolisk Steak.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3679,9,5,-1,'Recipe: Blood Sausage',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3371,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Blood Sausage.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3680,9,5,-1,'Recipe: Murloc Fin Soup',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3372,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Murloc Fin Soup.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3681,9,5,-1,'Recipe: Crocolisk Gumbo',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3373,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Crocolisk Gumbo.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3682,9,5,-1,'Recipe: Curiously Tasty Omelet',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,130,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3376,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Curiously Tasty Omelet. Don\'t ask, you don\'t want to know.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3683,9,5,-1,'Recipe: Gooey Spider Cake',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3377,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Gooey Spider Cake.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3684,12,0,-1,'Perenolde Tiara',7198,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3685,7,8,-1,'Raptor Egg',18050,1,0,0,1,285,71,0,-1,-1,22,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3686,12,0,-1,'Deprecated Jkaplan TEST',7092,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',265,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3688,12,0,-1,'Bloodstone Oval',7051,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3689,12,0,-1,'Bloodstone Marble',7050,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3690,12,0,-1,'Bloodstone Shard',7052,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3691,12,0,-1,'Bloodstone Wedge',7053,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3692,12,0,-1,'Hillsbrad Human Skull',7100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3693,12,0,-1,'Humbert\'s Sword',7147,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3701,12,0,-1,'Darthalia\'s Sealed Commendation',6639,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'To be opened by Bragor Bloodfist.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3702,15,0,-1,'Bear Gall Bladder',4045,0,0,0,1,1995,498,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3703,0,5,-1,'Southshore Stout',18102,1,2048,0,1,145,36,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3704,13,0,-1,'Rusted Iron Key',6713,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3706,12,0,-1,'Ensorcelled Parchment',7015,1,0,2,1,0,0,0,-1,-1,30,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Its letters are enshrouded in magic.',0,0,0,551,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3707,12,0,-1,'Nagaz Parchment',7015,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3708,12,0,-1,'Helcular\'s Rod',10275,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3710,12,0,-1,'Rod of Helcular',10275,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1538,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3711,15,0,-1,'Belamoore\'s Research Journal',4049,0,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',266,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3712,7,8,-1,'Turtle Meat',25472,1,0,0,1,350,87,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3713,7,11,-1,'Soothing Spices',1443,0,0,0,1,160,40,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3714,12,0,-1,'Worn Stone Token',7291,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Its magic has faded.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3715,12,0,-1,'Bracers of Earth Binding',7059,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3716,12,0,-1,'Murloc Head',9585,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3717,12,0,-1,'Sack of Murloc Heads',7219,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3718,12,0,-1,'Foreboding Plans',1323,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',371,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3719,4,1,-1,'Hillman\'s Cloak',23040,2,0,0,1,6853,1370,16,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3720,12,0,-1,'Yeti Fur',7294,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3721,12,0,-1,'Farren\'s Report',3031,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3722,15,0,-1,'Familiar Hide',6655,0,0,0,1,855,213,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3723,15,0,-1,'Familiar Fang',6630,0,0,0,1,275,68,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3724,15,0,-1,'Familiar Claw',6651,0,0,0,1,325,81,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3725,15,0,-1,'Familiar Horn',6656,0,0,0,1,666,166,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3726,0,5,-1,'Big Bear Steak',22194,1,0,0,1,500,125,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3727,0,5,-1,'Hot Lion Chops',6327,1,0,0,1,500,125,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3728,0,5,-1,'Tasty Lion Steak',6419,1,0,0,1,1200,300,0,-1,-1,30,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3729,0,5,-1,'Soothing Turtle Bisque',6414,1,0,0,1,1200,300,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3730,7,8,-1,'Big Bear Meat',6350,1,0,0,1,180,45,0,-1,-1,21,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3731,7,8,-1,'Lion Meat',25466,1,0,0,1,220,55,0,-1,-1,23,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3732,4,1,-1,'Hooded Cowl',15339,1,0,0,1,4007,801,1,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3733,4,3,-1,'Orcish War Chain',4085,2,0,0,1,6347,1269,5,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3734,9,5,-1,'Recipe: Big Bear Steak',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3397,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Big Bear Steak.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3735,9,5,-1,'Recipe: Hot Lion Chops',1102,1,64,0,1,1800,450,0,-1,-1,25,0,185,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3398,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook up some Hot Lion Chops.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3736,9,5,-1,'Recipe: Tasty Lion Steak',1102,1,64,0,1,2000,500,0,-1,-1,30,0,185,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3399,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Tasty Lion Steak.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3737,9,5,-1,'Recipe: Soothing Turtle Bisque',1102,1,64,0,1,2200,550,0,-1,-1,30,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3400,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Soothing Turtle Bisque.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3738,2,10,-1,'Brewing Rod',20374,2,0,8192,1,17196,3439,17,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3739,4,0,-1,'Skull Ring',16132,2,0,0,1,5000,1250,11,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3740,2,7,-1,'Decapitating Sword',22226,2,0,0,1,12263,2452,21,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5195,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (3741,4,2,-1,'Stomping Boots',17164,2,0,0,1,4615,923,8,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,4,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3742,2,2,-1,'Bow of Plunder',20667,2,0,0,1,14311,2862,15,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,52,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3743,4,6,-1,'Sentry Buckler',6275,2,0,0,1,12256,2451,14,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (3744,12,0,-1,'Bloodstone Pendant',1399,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'NYI - THIS ITEM WILL SPAWN A QUEST',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3745,12,0,-1,'Rune of Opening',7218,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3407,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3747,4,2,-1,'Meditative Sash',11167,2,0,0,1,5462,1092,6,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3748,4,1,-1,'Feline Mantle',10169,3,0,0,1,5393,1078,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,5,9,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (3749,4,1,-1,'High Apothecary Cloak',23118,2,0,0,1,6604,1320,16,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3750,4,2,-1,'Ribbed Breastplate',8732,2,0,0,1,11048,2209,5,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,3,4,5,7,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3751,4,3,-1,'Mercenary Leggings',3083,2,0,0,1,13308,2661,7,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,4,7,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (3752,4,1,-1,'Grunt Vest',8666,2,0,0,1,3730,746,5,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (3753,4,2,-1,'Shepherd\'s Girdle',17129,2,0,0,1,8178,1635,6,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3754,4,2,-1,'Shepherd\'s Gloves',17186,2,0,0,1,7462,1492,10,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,4,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3755,2,0,-1,'Fish Gutter',19228,2,0,0,1,27237,5447,13,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3758,4,3,-1,'Crusader Belt',6902,2,0,0,1,9087,1817,6,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3759,4,1,-1,'Insulated Sage Gloves',16944,2,0,0,1,6080,1216,10,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3760,4,0,-1,'Band of the Undercity',963,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,7,3,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3761,4,6,-1,'Deadskull Shield',18769,2,0,0,1,16534,3306,14,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3762,1,0,-1,'Librarian\'s Satchel',1244,1,16,0,1,4000,1000,18,-1,-1,35,0,0,0,0,0,0,0,0,1,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (3763,4,6,-1,'Lunar Buckler',6272,2,0,0,1,33806,6761,14,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,3,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (3764,4,1,-1,'Mantis Boots',3750,2,0,0,1,15906,3181,8,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,6,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3765,4,3,-1,'Brigand\'s Pauldrons',6971,2,0,0,1,24057,4811,3,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3766,15,0,-1,'Gryphon Feather Quill',19569,0,0,0,1,120,30,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3767,15,0,-1,'Fine Parchment',4110,0,0,0,1,95,23,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3769,15,0,-1,'Broken Wand',6620,0,0,0,1,55,13,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3770,0,5,-1,'Mutton Chop',6350,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3771,0,5,-1,'Wild Hog Shank',4113,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (3772,0,5,-1,'Conjured Spring Water',18079,1,2097154,0,1,0,0,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3774,2,4,-1,'Monster - Dynamite, Unlit',26366,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3775,0,8,-1,'Crippling Poison',13708,1,2097216,0,1,70,17,0,8,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3408,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3776,15,0,-1,'Crippling Poison II',13708,0,2097216,0,1,700,175,0,8,-1,50,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11202,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3777,15,0,-1,'Lethargy Root',6371,0,0,0,1,40,10,0,8,-1,28,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3778,2,2,-1,'Taut Compound Bow',20660,0,0,0,1,7705,1541,15,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,39,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3779,2,1,-1,'Hefty War Axe',19287,0,0,0,1,14176,2835,17,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3780,2,3,-1,'Long-barreled Musket',20717,0,0,0,1,9389,1877,26,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3781,2,8,-1,'Broad Claymore',20150,0,0,0,1,15628,3125,17,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,55,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3782,2,5,-1,'Large War Club',19532,0,0,0,1,17258,3451,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,53,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3783,2,7,-1,'Light Scimitar',20216,0,0,0,1,15244,3048,21,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,28,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3784,2,10,-1,'Metal Stave',20350,0,0,0,1,21042,4208,17,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,57,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3785,2,0,-1,'Keen Axe',8480,0,0,0,1,18250,3650,21,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,35,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3786,2,15,-1,'Shiny Dirk',6468,0,0,0,1,19786,3957,13,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3787,2,4,-1,'Stone Club',19694,0,0,0,1,21448,4289,21,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3792,4,1,-1,'Interlaced Belt',12424,0,0,0,1,2606,521,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3793,4,1,-1,'Interlaced Boots',6190,0,0,0,1,3243,648,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3794,4,1,-1,'Interlaced Bracers',16571,0,0,0,1,3875,775,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3795,4,1,-1,'Interlaced Cloak',23120,0,0,0,1,4910,982,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3796,4,1,-1,'Interlaced Gloves',16569,0,0,0,1,2468,493,10,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3797,4,1,-1,'Interlaced Pants',14711,0,0,0,1,8461,1692,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3798,4,1,-1,'Interlaced Shoulderpads',14091,0,0,0,1,4511,902,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3799,4,1,-1,'Interlaced Vest',16568,0,0,0,1,7305,1461,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3800,4,2,-1,'Hardened Leather Belt',19042,0,0,0,1,5344,1068,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3801,4,2,-1,'Hardened Leather Boots',19043,0,0,0,1,5156,1031,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3802,4,2,-1,'Hardened Leather Bracers',14803,0,0,0,1,3137,627,9,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3803,4,1,-1,'Hardened Cloak',23036,0,0,0,1,5432,1086,16,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3804,4,2,-1,'Hardened Leather Gloves',19044,0,0,0,1,3825,765,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3805,4,2,-1,'Hardened Leather Pants',19041,0,0,0,1,5245,1049,7,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3806,4,2,-1,'Hardened Leather Shoulderpads',11270,0,0,0,1,6360,1272,3,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3807,4,2,-1,'Hardened Leather Tunic',19040,0,0,0,1,5814,1162,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3808,4,3,-1,'Double Mail Belt',6902,0,0,0,1,3851,770,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3809,4,3,-1,'Double Mail Boots',6903,0,0,0,1,4814,962,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3810,4,3,-1,'Double Mail Bracers',6904,0,0,0,1,5728,1145,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3811,4,1,-1,'Double-stitched Cloak',15121,0,0,0,1,5323,1064,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3812,4,3,-1,'Double Mail Gloves',6905,0,0,0,1,4857,971,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3813,4,3,-1,'Double Mail Pants',687,0,0,0,1,8863,1772,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3814,4,3,-1,'Double Mail Shoulderpads',6914,0,0,0,1,9457,1891,3,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3815,4,3,-1,'Double Mail Vest',977,0,0,0,1,7378,1475,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3816,4,6,-1,'Reflective Heater',4130,0,0,0,1,10512,2102,14,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,11,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3817,4,6,-1,'Reinforced Buckler',18481,0,0,0,1,7925,1585,14,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,9,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3818,7,9,-1,'Fadeleaf',18169,1,536870912,0,1,500,125,0,-1,-1,32,0,773,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3819,7,9,-1,'Wintersbite',7364,1,536870912,0,1,400,100,0,-1,-1,39,0,773,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3820,7,9,-1,'Stranglekelp',18089,1,536870912,0,1,400,100,0,-1,-1,20,0,773,25,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3821,7,9,-1,'Goldthorn',19497,1,536870912,0,1,600,150,0,-1,-1,34,0,773,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3822,2,8,-1,'Runic Darkblade',20180,2,0,0,1,32406,6481,17,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,86,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,16409,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3823,0,1,-1,'Lesser Invisibility Potion',2354,1,0,0,1,400,100,0,-1,-1,33,23,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3680,0,-1,-1,0,4,600000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3824,0,8,-1,'Shadow Oil',17469,1,64,0,1,600,150,0,-1,-1,34,24,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3594,0,-1,-1,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3825,0,2,-1,'Elixir of Fortitude',15790,1,0,0,1,440,110,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3593,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3826,0,2,-1,'Major Troll\'s Blood Elixir',15793,1,0,0,1,420,105,0,-1,-1,36,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3223,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3827,0,1,-1,'Mana Potion',15717,1,0,0,1,480,120,0,-1,-1,32,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2023,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3828,0,2,-1,'Elixir of Detect Lesser Invisibility',4137,1,0,0,1,600,150,0,-1,-1,39,29,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6512,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3829,0,8,-1,'Frost Oil',15794,1,64,0,1,600,150,0,-1,-1,40,30,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3595,0,-1,-1,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3830,9,6,-1,'Recipe: Elixir of Fortitude',1301,1,64,0,1,2000,500,0,-1,-1,35,0,171,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3450,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Fortitude.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3831,9,6,-1,'Recipe: Major Troll\'s Blood Elixir',1301,2,64,0,1,2200,550,0,-1,-1,36,0,171,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Major Troll\'s Blood Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3832,9,6,-1,'Recipe: Elixir of Detect Lesser Invisibility',15274,2,64,0,1,2200,550,0,-1,-1,39,0,171,195,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Detect Lesser Invisibility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3833,4,1,-1,'Adept\'s Cloak',23089,1,0,0,1,122,24,16,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3834,4,1,-1,'Sturdy Cloth Trousers',16839,1,0,0,1,163,32,7,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3835,4,3,-1,'Green Iron Bracers',9417,2,0,0,1,9221,1844,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,40,0,0,0,'',5,0,0,0,0,12340), (3836,4,3,-1,'Green Iron Helm',25658,2,0,0,1,15268,3053,1,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,7,11,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3837,4,3,-1,'Golden Scale Coif',15333,2,0,0,1,22027,4405,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,4,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3838,12,0,-1,'Shadowmaw Claw',7089,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3839,12,0,-1,'Pristine Tigress Fang',7186,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3840,4,3,-1,'Green Iron Shoulders',9422,2,0,0,1,12855,2571,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,7,7,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3841,4,3,-1,'Golden Scale Shoulders',9424,2,0,0,1,15534,3106,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3842,4,3,-1,'Green Iron Leggings',9415,2,0,0,1,14532,2906,7,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3843,4,3,-1,'Golden Scale Leggings',9242,2,0,0,1,19413,3882,7,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (3844,4,3,-1,'Green Iron Hauberk',13088,3,0,0,1,28294,5658,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,7,11,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,100,120,0,0,0,'',44,0,0,0,0,12340), (3845,4,3,-1,'Golden Scale Cuirass',9425,2,0,0,1,32794,6558,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3846,4,3,-1,'Polished Steel Boots',23537,2,0,0,1,19685,3937,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3847,4,3,-1,'Golden Scale Boots',9426,2,0,0,1,24887,4977,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,4,6,7,6,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (3848,2,15,-1,'Big Bronze Knife',6434,2,0,0,1,7130,1426,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3849,2,7,-1,'Hardened Iron Shortsword',5153,2,0,0,1,27340,5468,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,38,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3850,2,7,-1,'Jade Serpentblade',20215,2,0,0,1,36524,7304,13,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3851,2,5,-1,'Solid Iron Maul',19647,2,0,0,1,31294,6258,17,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,89,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3852,2,5,-1,'Golden Iron Destroyer',15468,2,0,0,1,41805,8361,17,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,11,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,78,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (3853,2,8,-1,'Moonsteel Broadsword',7324,2,0,0,1,50768,10153,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,31,10,32,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,83,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (3854,2,8,-1,'Frost Tiger Blade',20252,2,0,0,1,70604,14120,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,118,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,7597,1,0,0,-1,0,-1,13439,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (3855,2,1,-1,'Massive Iron Axe',8528,2,0,0,1,56244,11248,17,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,4,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,108,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (3856,2,1,-1,'Shadow Crescent Axe',8533,2,0,0,1,71107,14221,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,87,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (3857,7,7,-1,'Coal',7340,1,0,0,1,500,125,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3858,7,7,-1,'Mithril Ore',20661,1,262144,0,1,1000,250,0,-1,-1,40,0,755,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3859,7,7,-1,'Steel Bar',7392,1,0,0,1,240,60,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3860,7,7,-1,'Mithril Bar',20659,1,0,0,1,1600,400,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3862,12,0,-1,'Aged Gorilla Sinew',20951,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3863,12,0,-1,'Jungle Stalker Feather',11205,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3864,3,7,-1,'Citrine',7339,2,0,0,1,3200,800,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3866,9,4,-1,'Plans: Jade Serpentblade',15274,2,64,0,1,4000,1000,0,-1,-1,35,0,164,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3493,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Jade Serpentblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3867,9,4,-1,'Plans: Golden Iron Destroyer',15274,2,64,0,1,3800,950,0,-1,-1,34,0,164,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3495,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Golden Iron Destroyer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3868,9,4,-1,'Plans: Frost Tiger Blade',15274,2,64,0,1,5000,1250,0,-1,-1,40,0,164,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3497,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Frost Tiger Blade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3869,9,4,-1,'Plans: Shadow Crescent Axe',15274,2,64,0,1,5000,1250,0,-1,-1,40,0,164,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Shadow Crescent Axe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3870,9,4,-1,'Plans: Green Iron Shoulders',15274,2,64,0,1,3000,750,0,-1,-1,32,0,164,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3504,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Green Iron Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3871,9,4,-1,'Plans: Golden Scale Shoulders',1102,3,64,0,1,3400,850,0,-1,-1,35,0,164,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3505,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Golden Scale Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3872,9,4,-1,'Plans: Golden Scale Leggings',15274,2,64,0,1,3200,800,0,-1,-1,34,0,164,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3507,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Golden Scale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3873,9,4,-1,'Plans: Golden Scale Cuirass',15274,2,64,0,1,4400,1100,0,-1,-1,39,0,164,195,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3511,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Golden Scale Cuirass.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3874,9,4,-1,'Plans: Polished Steel Boots',15274,2,64,0,1,4400,1100,0,-1,-1,37,0,164,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Polished Steel Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3875,9,4,-1,'Plans: Golden Scale Boots',1102,3,64,0,1,5000,1250,0,-1,-1,40,0,164,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3515,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Golden Scale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3876,12,0,-1,'Fang of Bhag\'thera',1151,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3877,12,0,-1,'Talon of Tethis',7266,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3879,12,0,-1,'Paw of Sin\'Dall',7230,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3880,12,0,-1,'Head of Bangalash',5689,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3882,15,0,-1,'Buzzard Feather',19531,0,0,0,1,55,13,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3884,4,2,-1,'Deprecated Cured Leather Cap',13249,1,16,8192,1,2090,418,1,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3889,4,1,-1,'Russet Hat',15908,1,0,0,1,7923,1584,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3890,4,2,-1,'Studded Hat',17204,1,0,0,1,10201,2040,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3891,4,3,-1,'Augmented Chain Helm',15318,1,0,0,1,12285,2457,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3892,4,1,-1,'Embroidered Hat',16775,1,0,0,1,21940,4388,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3893,4,2,-1,'Reinforced Leather Cap',21308,1,0,0,1,27523,5504,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3894,4,3,-1,'Brigandine Helm',15320,1,0,0,1,29986,5997,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3895,2,0,-1,'TEST Legendary',6262,5,0,8192,1,51437,10287,21,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3897,12,0,-1,'Dizzy\'s Eye',7110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3898,12,0,-1,'Library Scrip',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3899,15,0,-1,'Legends of the Gurubashi, Volume 3',6672,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Stone of the Tides',286,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3900,12,0,-1,'Pupellyverbos Port',18078,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3901,12,0,-1,'Bloodscalp Tusk',7048,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3902,2,10,-1,'Staff of Nobles',20412,2,0,0,1,6589,1317,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,2,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,46,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (3904,12,0,-1,'Gan\'zulah\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3905,12,0,-1,'Nezzliok\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3906,12,0,-1,'Balia\'mah Trophy',7036,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3907,12,0,-1,'Ziata\'jai Trophy',7100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3908,12,0,-1,'Zul\'Mamwe Trophy',7100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3909,12,0,-1,'Broken Armor of Ana\'thek',7063,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3910,12,0,-1,'Snuff',7171,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3911,12,0,-1,'Pulsing Blue Shard',7205,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3912,12,0,-1,'Soul Gem',7257,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3607,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3913,12,0,-1,'Filled Soul Gem',6554,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A glowing gem filled with the soul of Yenniku.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3914,1,0,-1,'Journeyman\'s Backpack',1283,1,0,0,1,25000,6250,18,-1,-1,45,0,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3915,12,0,-1,'Bloody Bone Necklace',7054,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3916,12,0,-1,'Split Bone Necklace',18075,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3917,12,0,-1,'Singing Blue Crystal',6546,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3918,12,0,-1,'Singing Crystal Shard',6614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3919,12,0,-1,'Mistvale Giblets',7168,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3920,12,0,-1,'Bloodsail Charts',7047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3921,12,0,-1,'Bloodsail Orders',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',303,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3922,12,0,-1,'Shaky\'s Payment',4280,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3923,12,0,-1,'Water Elemental Bracers',7284,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3924,12,0,-1,'Maury\'s Clubbed Foot',7161,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It jingles when shaken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3925,12,0,-1,'Jon-Jon\'s Golden Spyglass',7151,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3926,12,0,-1,'Chucky\'s Huge Ring',4284,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3927,0,5,-1,'Fine Aged Cheddar',6425,1,0,0,5,2000,150,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (3928,0,1,-1,'Superior Healing Potion',15714,1,0,0,1,1000,250,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4042,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3930,13,0,-1,'Maury\'s Key',4287,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3670,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3931,15,0,-1,'Poisoned Spider Fang',959,0,0,0,1,740,185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3932,12,0,-1,'Smotts\' Chest',12333,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3934,2,8,-1,'Deprecated Warden Blade',4291,3,16,8192,1,13699,2739,21,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3935,2,7,-1,'Smotts\' Cutlass',7311,1,2048,0,1,0,0,13,-1,-1,25,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3936,4,1,-1,'Crochet Belt',16722,0,0,0,1,4926,985,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3937,4,1,-1,'Crochet Boots',16721,0,0,0,1,10093,2018,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3938,4,1,-1,'Crochet Bracers',16724,0,0,0,1,5949,1189,9,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3939,4,1,-1,'Crochet Cloak',23101,0,0,0,1,11284,2256,16,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3940,4,1,-1,'Crochet Gloves',16720,0,0,0,1,8154,1630,10,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3941,4,1,-1,'Crochet Pants',16719,0,0,0,1,12993,2598,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3942,4,1,-1,'Crochet Shoulderpads',14396,0,0,0,1,13184,2636,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3943,4,1,-1,'Crochet Vest',16718,0,0,0,1,11222,2244,5,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3944,4,1,-1,'Twill Belt',16704,0,0,0,1,11389,2277,6,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3945,4,1,-1,'Twill Boots',16703,0,0,0,1,19264,3852,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3946,4,1,-1,'Twill Bracers',9894,0,0,0,1,12160,2432,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3947,4,1,-1,'Twill Cloak',16707,0,0,0,1,16292,3258,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3948,4,1,-1,'Twill Gloves',16702,0,0,0,1,15463,3092,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3949,4,1,-1,'Twill Pants',16701,0,0,0,1,32586,6517,7,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3950,4,1,-1,'Twill Shoulderpads',16706,0,0,0,1,20789,4157,3,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3951,4,1,-1,'Twill Vest',16700,0,0,0,1,29488,5897,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3952,4,1,-1,'Mesh Belt',14414,0,0,8192,1,19225,3845,6,-1,-1,68,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3953,4,1,-1,'Mesh Boots',16712,0,0,8192,1,27482,5496,8,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3954,4,1,-1,'Mesh Bracers',16714,0,0,8192,1,17324,3464,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3955,4,1,-1,'Mesh Cloak',23124,0,0,8192,1,25062,5012,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3956,4,1,-1,'Mesh Gloves',16711,0,0,8192,1,16997,3399,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3957,4,1,-1,'Mesh Pants',16709,0,0,8192,1,35954,7190,7,-1,-1,67,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3958,4,1,-1,'Mesh Mantle',16715,0,0,8192,1,27755,5551,3,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3959,4,1,-1,'Mesh Armor',16708,0,0,8192,1,35762,7152,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3960,12,0,-1,'Bag of Water Elemental Bracers',6430,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3961,4,2,-1,'Thick Leather Belt',16943,0,0,0,1,7518,1503,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3962,4,2,-1,'Thick Leather Boots',18419,0,0,0,1,15400,3080,8,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3963,4,2,-1,'Thick Leather Bracers',17021,0,0,0,1,7013,1402,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3964,4,1,-1,'Thick Cloak',23070,0,0,0,1,10639,2127,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3965,4,2,-1,'Thick Leather Gloves',17188,0,0,0,1,11105,2221,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3966,4,2,-1,'Thick Leather Pants',17155,0,0,0,1,13128,2625,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3967,4,2,-1,'Thick Leather Shoulderpads',17196,0,0,0,1,14520,2904,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3968,4,2,-1,'Thick Leather Tunic',17105,0,0,0,1,16656,3331,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3969,4,2,-1,'Smooth Leather Belt',14408,0,0,0,1,16284,3256,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3970,4,2,-1,'Smooth Leather Boots',16994,0,0,0,1,21482,4296,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3971,4,2,-1,'Smooth Leather Bracers',17171,0,0,0,1,19057,3811,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3972,4,1,-1,'Smooth Cloak',23065,0,0,0,1,19456,3891,16,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3973,4,2,-1,'Smooth Leather Gloves',17069,0,0,0,1,18287,3657,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3974,4,2,-1,'Smooth Leather Pants',16972,0,0,0,1,27435,5487,7,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3975,4,2,-1,'Smooth Leather Shoulderpads',4486,0,0,0,1,19483,3896,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3976,4,2,-1,'Smooth Leather Armor',11138,0,0,0,1,34895,6979,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3977,4,2,-1,'Strapped Belt',16941,0,0,8192,1,21324,4264,6,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3978,4,2,-1,'Strapped Boots',16995,0,0,8192,1,34691,6938,8,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3979,4,2,-1,'Strapped Bracers',17019,0,0,8192,1,22635,4527,9,-1,-1,67,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3980,4,1,-1,'Strapped Cloak',23068,0,0,8192,1,25527,5105,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3981,4,2,-1,'Strapped Gloves',17070,0,0,8192,1,23093,4618,10,-1,-1,68,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3982,4,2,-1,'Strapped Pants',16975,0,0,8192,1,45192,9038,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3983,4,2,-1,'Strapped Shoulderpads',14421,0,0,8192,1,33577,6715,3,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3984,4,2,-1,'Strapped Armor',9925,0,0,8192,1,44346,8869,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3985,4,1,-1,'Monogrammed Sash',16829,2,2048,0,1,0,0,6,-1,-1,40,35,0,0,0,0,0,0,0,1,1,0,2,7,5,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8552,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3986,4,6,-1,'Protective Pavise',18814,0,0,0,1,26664,5332,14,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3987,4,6,-1,'Deflecting Tower',18774,0,0,0,1,34185,6837,14,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1442,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,21,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3988,4,6,-1,'Plate Wall Shield',18813,0,0,8192,1,54171,10834,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3989,4,6,-1,'Blocking Targe',18472,0,0,0,1,15772,3154,14,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3990,4,6,-1,'Crested Buckler',17885,0,0,0,1,41186,8237,14,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1517,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3991,4,6,-1,'Plated Buckler',18474,0,0,8192,1,56943,11388,14,-1,-1,68,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (3992,4,3,-1,'Laminated Scale Belt',6946,0,0,0,1,15410,3082,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3993,4,3,-1,'Laminated Scale Boots',6947,0,0,0,1,24704,4940,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3994,4,3,-1,'Laminated Scale Bracers',6948,0,0,0,1,22024,4404,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3995,4,1,-1,'Laminated Scale Cloak',15068,0,0,0,1,20856,4171,16,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3996,4,3,-1,'Laminated Scale Gloves',6949,0,0,0,1,23300,4660,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3997,4,3,-1,'Laminated Scale Pants',4339,0,0,0,1,39648,7929,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3998,4,3,-1,'Laminated Scale Shoulderpads',10170,0,0,0,1,28280,5656,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (3999,4,3,-1,'Laminated Scale Armor',8672,0,0,0,1,35547,7109,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4000,4,3,-1,'Overlinked Chain Belt',6964,0,0,0,1,8987,1797,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4001,4,3,-1,'Overlinked Chain Boots',6965,0,0,0,1,15852,3170,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4002,4,3,-1,'Overlinked Chain Bracers',6966,0,0,0,1,12316,2463,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4003,4,1,-1,'Overlinked Chain Cloak',15106,0,0,0,1,13574,2714,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4004,4,3,-1,'Overlinked Chain Gloves',6967,0,0,0,1,11788,2357,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4005,4,3,-1,'Overlinked Chain Pants',4333,0,0,0,1,17390,3478,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4006,4,3,-1,'Overlinked Chain Shoulderpads',28392,0,0,0,1,12173,2434,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4007,4,3,-1,'Overlinked Chain Armor',11565,0,0,0,1,18481,3696,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4008,4,3,-1,'Sterling Chain Belt',6958,0,0,8192,1,24726,4945,6,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4009,4,3,-1,'Sterling Chain Boots',6997,0,0,8192,1,38398,7679,8,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4010,4,3,-1,'Sterling Chain Bracers',6998,0,0,8192,1,25918,5183,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4011,4,1,-1,'Sterling Chain Cloak',15239,0,0,8192,1,26689,5337,16,-1,-1,68,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4012,4,3,-1,'Sterling Chain Gloves',6999,0,0,8192,1,26454,5290,10,-1,-1,67,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4013,4,3,-1,'Sterling Chain Pants',4346,0,0,8192,1,51078,10215,7,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4014,4,3,-1,'Sterling Chain Shoulderpads',9038,0,0,8192,1,41181,8236,3,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4015,4,3,-1,'Sterling Chain Armor',12966,0,0,8192,1,50104,10020,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4016,12,0,-1,'Zanzil\'s Mixture',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4017,2,7,-1,'Sharp Shortsword',20225,0,0,0,1,34550,6910,21,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,39,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4018,2,8,-1,'Whetted Claymore',20195,0,0,0,1,31863,6372,17,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,70,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4019,2,0,-1,'Heavy Flint Axe',8478,0,0,0,1,41683,8336,21,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,52,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4020,2,1,-1,'Splintering Battle Axe',19374,0,0,0,1,55948,11189,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,91,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4021,2,4,-1,'Blunting Mace',19716,0,0,0,1,35992,7198,21,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4022,2,5,-1,'Crushing Maul',19526,0,0,0,1,60297,12059,17,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,92,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4023,2,15,-1,'Fine Pointed Dagger',4119,0,0,0,1,31080,6216,13,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,28,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4024,2,10,-1,'Heavy War Staff',20309,0,0,0,1,49110,9822,17,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,90,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4025,2,2,-1,'Balanced Long Bow',20550,0,0,0,1,25352,5070,15,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4026,2,3,-1,'Sentinel Musket',20721,0,0,0,1,21812,4362,26,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,64,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4027,12,0,-1,'Catelyn\'s Blade',7069,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3678,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4028,12,0,-1,'Bundle of Akiris Reeds',7065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'To: Privateer Groy',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4029,12,0,-1,'Akiris Reed',3427,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4034,12,0,-1,'Stone of the Tides',7261,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4035,4,1,-1,'Silver-thread Robe',16643,2,0,0,1,9945,1989,20,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4036,4,1,-1,'Silver-thread Cuffs',4607,2,0,0,1,3408,681,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4037,4,1,-1,'Silver-thread Pants',14989,2,0,0,1,9106,1821,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,3,5,8,6,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4038,4,1,-1,'Nightsky Robe',27557,2,0,0,1,17811,3562,20,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,7,8,5,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4039,4,1,-1,'Nightsky Cowl',15298,2,0,0,1,11078,2215,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4040,4,1,-1,'Nightsky Gloves',14623,2,0,0,1,6738,1347,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4041,4,1,-1,'Aurora Cowl',15287,2,0,0,1,15749,3149,1,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4042,4,1,-1,'Aurora Gloves',14661,2,0,0,1,10537,2107,10,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4043,4,1,-1,'Aurora Bracers',14652,2,0,0,1,9790,1958,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,5,8,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4044,4,1,-1,'Aurora Pants',14659,2,0,0,1,22921,4584,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4045,4,1,-1,'Mistscape Bracers',14680,2,0,0,1,13415,2683,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,7,3,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4046,4,1,-1,'Mistscape Pants',14685,2,0,0,1,33919,6783,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,7,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4047,4,1,-1,'Mistscape Boots',14679,2,0,0,1,19799,3959,8,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,3,7,11,6,4,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4048,4,2,-1,'Emblazoned Hat',17199,2,0,0,1,8838,1767,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,3,7,7,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4049,4,2,-1,'Emblazoned Bracers',14601,2,0,0,1,4443,888,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,5,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4050,4,2,-1,'Emblazoned Leggings',17141,2,0,0,1,11875,2375,7,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4051,4,2,-1,'Emblazoned Boots',17161,2,0,0,1,8350,1670,8,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,7,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4052,4,2,-1,'Insignia Cap',21304,2,0,0,1,13498,2699,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,7,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4053,12,0,-1,'Large River Crocolisk Skin',6629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4054,4,2,-1,'Insignia Leggings',17149,2,0,0,1,18130,3626,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,3,9,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4055,4,2,-1,'Insignia Boots',3036,2,0,0,1,12407,2481,8,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,3,8,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4056,12,0,-1,'Cortello\'s Riddle',811,1,0,0,1,0,0,0,-1,-1,35,35,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,624,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4057,4,2,-1,'Insignia Chestguard',16890,2,0,0,1,20164,4032,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,6,3,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4058,4,2,-1,'Glyphed Breastplate',14674,2,0,0,1,30283,6056,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,4,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4059,4,2,-1,'Glyphed Bracers',14673,2,0,0,1,11170,2234,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,7,4,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4060,4,2,-1,'Glyphed Leggings',14675,2,0,0,1,28244,5648,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,7,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4061,4,2,-1,'Imperial Leather Bracers',17008,2,0,0,1,16531,3306,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,7,4,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4062,4,2,-1,'Imperial Leather Pants',17147,2,0,0,1,41796,8359,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,7,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4063,4,2,-1,'Imperial Leather Gloves',17181,2,0,0,1,17980,3596,10,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,4,9,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4064,4,6,-1,'Emblazoned Buckler',18487,2,0,0,1,14938,2987,14,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,6,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,11,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4065,4,6,-1,'Combat Shield',18699,2,0,0,1,26558,5311,14,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,4,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4066,4,6,-1,'Insignia Buckler',4403,2,0,0,1,24227,4845,14,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,6,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,661,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (4067,4,6,-1,'Glyphed Buckler',6272,2,0,0,1,31909,6381,14,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,6,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,16,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4068,4,6,-1,'Chief Brigadier Shield',26325,2,0,0,1,34593,6918,14,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4069,4,6,-1,'Blackforge Buckler',26085,2,0,0,1,59504,11900,14,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,6,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,22,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (4070,4,6,-1,'Jouster\'s Crest',18771,2,0,0,1,37638,7527,14,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,50,0,0,0,'',27,0,0,0,0,12340), (4071,4,3,-1,'Glimmering Mail Breastplate',25801,2,0,0,1,14695,2939,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,11,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4072,4,3,-1,'Glimmering Mail Gauntlets',25802,2,0,0,1,6704,1340,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4073,4,3,-1,'Glimmering Mail Greaves',25804,2,0,0,1,11152,2230,8,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4074,4,3,-1,'Mail Combat Armor',25809,2,0,0,1,23929,4785,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,4,13,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4075,4,3,-1,'Mail Combat Gauntlets',25811,2,0,0,1,9924,1984,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,8,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4076,4,3,-1,'Mail Combat Boots',25810,2,0,0,1,16509,3301,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,3,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4077,4,3,-1,'Mail Combat Headguard',25825,2,0,0,1,16494,3298,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,9,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4078,4,3,-1,'Chief Brigadier Coif',25904,2,0,0,1,23364,4672,1,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4079,4,3,-1,'Chief Brigadier Leggings',25896,2,0,0,1,33767,6753,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4080,4,3,-1,'Blackforge Cowl',15290,2,0,0,1,37346,7469,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,7,12,5,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4082,4,3,-1,'Blackforge Breastplate',26074,2,0,0,1,58495,11699,5,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,3,14,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4083,4,3,-1,'Blackforge Gauntlets',26075,2,0,0,1,21644,4328,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,12,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4084,4,3,-1,'Blackforge Leggings',3409,2,0,0,1,50681,10136,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4085,12,0,-1,'Krazek\'s Crock Pot',7155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cooking pot covered with gauges and dials.',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4086,2,3,-1,'Flash Rifle',20736,2,0,0,1,31934,6386,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4087,2,2,-1,'Trueshot Bow',4426,2,0,0,1,43612,8722,15,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,1900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5851,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4088,2,15,-1,'Dreadblade',28520,2,0,0,1,92616,18523,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,55,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5270,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (4089,2,3,-1,'Ricochet Blunderbuss',6592,2,0,0,1,75302,15060,26,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,5853,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (4090,2,4,-1,'Mug O\' Hurt',18496,3,0,0,1,103684,20736,13,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,69,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,13496,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (4091,2,15,-1,'Widowmaker',20380,3,524288,0,1,112398,22479,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,3,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (4092,15,0,-1,'Prismatic Basilisk Scale',4433,0,0,0,1,5185,1296,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4093,15,0,-1,'Large Basilisk Tail',6665,0,0,0,1,2855,713,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4094,12,0,-1,'Tablet Shard',7264,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4096,15,0,-1,'Coarse Gorilla Hair',18096,1,0,0,1,2435,608,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4097,15,0,-1,'Chipped Gorilla Tooth',6630,0,0,0,1,1220,305,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4098,12,0,-1,'Carefully Folded Note',4435,1,0,0,1,0,0,0,-1,-1,42,42,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,594,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4099,15,0,-1,'Tuft of Gorilla Hair',29087,0,0,0,1,4525,1131,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4100,15,0,-1,'Crumpled Note',3093,0,0,0,1,95,23,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',308,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4101,15,0,-1,'Ripped Note',3093,0,0,0,1,105,26,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',309,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4102,15,0,-1,'Torn Note',3093,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',310,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4103,13,0,-1,'Shackle Key',6708,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4104,12,0,-1,'Snapjaw Crocolisk Skin',6646,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4105,12,0,-1,'Elder Crocolisk Skin',6658,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4106,12,0,-1,'Tumbled Crystal',7279,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4107,4,2,-1,'Tiger Hunter Gloves',4438,2,0,0,1,10683,2136,10,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4108,4,2,-1,'Panther Hunter Leggings',4439,2,0,0,1,27017,5403,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4109,4,2,-1,'Excelsior Boots',16983,2,0,0,1,21966,4393,8,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,4,7,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4110,2,2,-1,'Master Hunter\'s Bow',20555,2,16,0,1,59995,11999,15,2047,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,65,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,1), (4111,2,3,-1,'Master Hunter\'s Rifle',8095,2,16,0,1,60214,12042,26,2047,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,70,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,1), (4112,4,0,-1,'Choker of the High Shaman',9852,2,0,0,1,16730,4182,2,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4113,4,1,-1,'Medicine Blanket',23123,2,0,0,1,24265,4853,16,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4114,4,1,-1,'Darktide Cape',15246,2,0,0,1,19334,3866,16,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,7,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4115,4,6,-1,'Grom\'gol Buckler',17888,2,0,0,1,28915,5783,14,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,3,4,2,7,3,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4116,2,7,-1,'Olmann Sewar',20223,2,0,0,1,61686,12337,13,2047,-1,41,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',27,0,0,0,0,1), (4117,4,1,-1,'Scorching Sash',16830,2,0,0,1,15597,3119,6,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4118,4,3,-1,'Poobah\'s Nose Ring',6976,2,0,0,1,36567,7313,9,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4119,4,2,-1,'Raptor Hunter Tunic',17100,2,0,0,1,36357,7271,5,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,3,4,4,7,16,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4120,4,1,-1,'Robe of Crystal Waters',16695,3,0,0,1,25156,5031,20,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,3,7,12,32,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (4121,4,1,-1,'Gemmed Gloves',14323,2,0,0,1,6903,1380,10,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,6,5,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4122,2,4,-1,'Bookmaker\'s Scepter',3498,2,0,0,1,41923,8384,13,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4123,4,3,-1,'Frost Metal Pauldrons',6919,2,0,0,1,19022,3804,3,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4124,4,2,-1,'Cap of Harmony',21293,2,0,0,1,19957,3991,1,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,6,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4125,4,0,-1,'Tranquil Orb',21605,2,0,0,1,12570,3142,23,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4126,2,0,-1,'Guerrilla Cleaver',19217,2,0,0,1,31980,6396,13,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,2,7,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (4127,2,3,-1,'Shrapnel Blaster',20662,2,0,0,1,40369,8073,26,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4128,2,5,-1,'Silver Spade',18269,2,0,0,1,72940,14588,17,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4129,4,6,-1,'Collection Plate',4458,2,0,0,1,47222,9444,14,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4130,4,0,-1,'Smotts\' Compass',6562,2,0,0,1,8685,2171,12,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4131,4,2,-1,'Belt of Corruption',17115,2,0,0,1,19079,3815,6,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,7,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4132,4,3,-1,'Darkspear Armsplints',6884,2,0,0,1,13408,2681,9,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4133,4,1,-1,'Darkspear Cuffs',4462,2,0,0,1,8970,1794,9,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4134,2,10,-1,'Nimboya\'s Mystical Staff',20294,3,0,0,1,134972,26994,17,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,112,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (4135,4,0,-1,'Bloodbone Band',6486,2,0,0,1,4520,1130,11,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,7,7,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4136,4,3,-1,'Darkspear Boots',6885,2,0,0,1,30110,6022,8,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,4,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4137,4,1,-1,'Darkspear Shoes',4835,2,0,0,1,20054,4010,8,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,3,7,7,6,3,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4138,4,3,-1,'Blackwater Tunic',8638,2,0,0,1,50704,10140,5,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,4,7,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4139,4,1,-1,'Junglewalker Sandals',16822,2,0,0,1,13745,2749,8,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,3,7,8,6,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4140,4,1,-1,'Palm Frond Mantle',4869,2,0,0,1,9376,1875,3,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,2,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4143,9,0,-1,'Tome of Conjure Food II',1103,1,64,0,1,0,125,0,31360,511,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4191,4,2,-1,'Feathered Leggings',4497,1,0,0,1,5148,1029,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4193,4,2,-1,'Deprecated Feathered Helm',13550,1,16,0,1,3888,777,1,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4196,4,2,-1,'Feathered Mantle',4483,3,16,0,1,9720,1944,3,-1,-1,30,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',42,0,0,0,0,1), (4197,4,1,-1,'Berylline Pads',12980,3,0,0,1,13829,2765,3,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,3,6,6,7,5,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (4200,9,0,-1,'Grimoire of Immolate III',1246,1,80,8192,1,4200,1050,0,31488,-1,22,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,1094,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Immolate (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4213,9,0,-1,'Grimoire of Doom',1246,2,64,0,1,10000,2500,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18540,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches Ritual of Doom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4231,7,6,-1,'Cured Light Hide',5086,1,0,0,1,440,110,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4232,7,6,-1,'Medium Hide',21463,1,0,0,1,500,125,0,-1,-1,20,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4233,7,6,-1,'Cured Medium Hide',7112,1,0,0,1,800,200,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4234,7,6,-1,'Heavy Leather',7410,1,0,0,1,600,150,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4235,7,6,-1,'Heavy Hide',11164,1,0,0,1,800,200,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4236,7,6,-1,'Cured Heavy Hide',3164,1,0,0,1,900,225,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4237,4,2,-1,'Handstitched Leather Belt',9501,1,0,0,1,175,35,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4238,1,0,-1,'Linen Bag',3410,1,0,0,1,800,200,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4239,4,2,-1,'Embossed Leather Gloves',9503,2,0,0,1,597,119,10,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4240,1,0,-1,'Woolen Bag',4584,1,0,0,1,1200,300,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4241,1,0,-1,'Green Woolen Bag',8442,1,0,0,1,1800,450,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4242,4,2,-1,'Embossed Leather Pants',9505,2,0,0,1,1739,347,7,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,7,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4243,4,2,-1,'Fine Leather Tunic',9511,2,0,0,1,2309,461,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,3,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4244,4,2,-1,'Hillman\'s Leather Vest',18458,2,0,0,1,3619,723,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,4,45,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4245,1,0,-1,'Small Silk Pack',3337,1,0,0,1,8000,2000,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4246,4,2,-1,'Fine Leather Belt',9513,2,0,0,1,1042,208,6,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4247,4,2,-1,'Hillman\'s Leather Gloves',2362,2,0,0,1,5249,1049,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,6,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4248,4,2,-1,'Dark Leather Gloves',9526,2,0,0,1,3958,791,10,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,9133,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4249,4,2,-1,'Dark Leather Belt',12464,2,0,0,1,3515,703,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,3,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4250,4,2,-1,'Hillman\'s Belt',17237,2,0,0,1,3527,705,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,4,45,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4251,4,2,-1,'Hillman\'s Shoulders',11274,2,0,0,1,6000,1200,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4252,4,2,-1,'Dark Leather Shoulders',12403,2,0,0,1,7286,1457,3,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4253,4,2,-1,'Toughened Leather Gloves',27881,3,0,0,1,4811,962,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,3,3,6,7,6,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (4254,4,2,-1,'Barbaric Gloves',9543,2,0,0,1,5356,1071,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,7,6,38,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4255,4,2,-1,'Green Leather Armor',9532,2,0,0,1,11831,2366,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,3,8,13,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4256,4,2,-1,'Guardian Armor',9545,2,0,0,1,17388,3477,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,10,45,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4257,4,2,-1,'Green Leather Belt',17224,2,0,0,1,6557,1311,6,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,3,6,13,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4258,4,2,-1,'Guardian Belt',9538,2,0,0,1,7963,1592,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,5,7,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4259,4,2,-1,'Green Leather Bracers',9546,2,0,0,1,9673,1934,9,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,3,6,13,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4260,4,2,-1,'Guardian Leather Bracers',9550,2,0,0,1,12796,2559,9,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,45,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4261,4,1,-1,'Solliden\'s Trousers',16794,1,0,0,1,160,32,7,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4262,4,2,-1,'Gem-studded Leather Belt',17218,3,0,0,1,13261,2652,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9163,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (4263,4,6,-1,'Standard Issue Shield',18668,1,0,0,1,470,94,14,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4264,4,2,-1,'Barbaric Belt',17111,2,0,0,1,14022,2804,6,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,38,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,9174,0,0,0,1200000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4265,0,6,-1,'Heavy Armor Kit',7452,1,64,0,1,2600,650,0,-1,-1,30,20,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2833,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4273,9,0,-1,'Codex of Heal',1143,1,64,0,1,0,450,0,31248,511,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4278,12,0,-1,'Lesser Bloodstone Ore',7148,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4289,7,6,-1,'Salt',6396,1,0,0,1,50,12,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4290,4,6,-1,'Dust Bowl',4400,2,0,0,1,3577,715,14,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4291,7,5,-1,'Silken Thread',12105,1,0,0,1,500,125,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4292,9,2,-1,'Pattern: Green Woolen Bag',1102,2,64,0,1,800,200,0,-1,-1,19,0,197,95,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Green Woolen Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4293,9,1,-1,'Pattern: Hillman\'s Leather Vest',1102,2,64,0,1,650,162,0,-1,-1,20,0,165,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3762,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Hillman\'s Leather Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4294,9,1,-1,'Pattern: Hillman\'s Belt',1102,2,64,0,1,1600,400,0,-1,-1,24,0,165,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3767,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Hillman\'s Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4296,9,1,-1,'Pattern: Dark Leather Shoulders',15274,2,64,0,1,2100,525,0,-1,-1,28,0,165,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3769,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Dark Leather Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4297,9,1,-1,'Pattern: Barbaric Gloves',15274,2,64,0,1,2000,500,0,-1,-1,30,0,165,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3771,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Barbaric Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4298,9,1,-1,'Pattern: Guardian Belt',1102,3,64,0,1,650,162,0,-1,-1,34,0,165,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3775,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Guardian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4299,9,1,-1,'Pattern: Guardian Armor',1102,2,64,0,1,2000,500,0,-1,-1,35,0,165,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3773,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Guardian Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4300,9,1,-1,'Pattern: Guardian Leather Bracers',1102,2,64,0,1,2800,700,0,-1,-1,39,0,165,195,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Guardian Leather Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4301,9,1,-1,'Pattern: Barbaric Belt',1102,3,64,0,1,3500,875,0,-1,-1,40,0,165,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Barbaric Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4302,2,15,-1,'Small Green Dagger',3006,1,0,0,1,732,146,13,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4303,2,4,-1,'Cranial Thumper',19615,2,0,0,1,1991,398,13,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4304,7,6,-1,'Thick Leather',8711,1,0,0,1,1200,300,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4305,7,5,-1,'Bolt of Silk Cloth',7333,1,0,0,1,2400,600,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4306,7,5,-1,'Silk Cloth',7717,1,0,0,1,600,150,0,32767,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4307,4,1,-1,'Heavy Linen Gloves',6295,2,0,0,1,248,49,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4308,4,1,-1,'Green Linen Bracers',8089,2,0,0,1,376,75,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4309,4,1,-1,'Handstitched Linen Britches',12395,2,0,0,1,1134,226,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,2,6,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4310,4,1,-1,'Heavy Woolen Gloves',12865,2,0,0,1,903,180,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4311,4,1,-1,'Heavy Woolen Cloak',23117,2,0,0,1,2378,475,16,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4312,4,1,-1,'Soft-soled Linen Boots',14403,2,0,0,1,1187,237,8,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,2,7,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4313,4,1,-1,'Red Woolen Boots',4615,2,0,0,1,2084,416,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4314,4,1,-1,'Double-stitched Woolen Shoulders',9997,2,0,0,1,2766,553,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4315,4,1,-1,'Reinforced Woolen Shoulders',17135,2,0,0,1,3545,709,3,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,4,45,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4316,4,1,-1,'Heavy Woolen Pants',6297,2,0,0,1,3716,743,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,6,6,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4317,4,1,-1,'Phoenix Pants',12399,2,0,0,1,5382,1076,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4318,4,1,-1,'Gloves of Meditation',6291,2,0,0,1,3052,610,10,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4319,4,1,-1,'Azure Silk Gloves',17130,2,0,0,1,4077,815,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4320,4,1,-1,'Spidersilk Boots',4301,3,0,0,1,4334,866,8,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,3,45,8,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (4321,4,1,-1,'Spider Silk Slippers',17138,2,0,0,1,5601,1120,8,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4322,4,1,-1,'Enchanter\'s Cowl',15314,2,0,0,1,9053,1810,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,5,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4323,4,1,-1,'Shadow Hood',15319,2,0,0,1,9995,1999,1,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4324,4,1,-1,'Azure Silk Vest',17128,2,0,0,1,9374,1874,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4325,4,1,-1,'Boots of the Enchanter',4631,2,0,0,1,11362,2272,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,6,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4326,4,1,-1,'Long Silken Cloak',15076,2,0,0,1,12482,2496,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,6,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4327,4,1,-1,'Icy Cloak',15273,3,0,0,1,18942,3788,16,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,45,13,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (4328,4,1,-1,'Spider Belt',17136,2,0,0,1,7623,1524,6,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9774,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4329,4,1,-1,'Star Belt',6315,2,0,0,1,10604,2120,6,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4330,4,0,-1,'Stylish Red Shirt',7906,1,0,0,1,1000,250,4,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4331,4,1,-1,'Phoenix Gloves',13195,2,0,0,1,2631,526,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4332,4,0,-1,'Bright Yellow Shirt',7902,1,0,0,1,2000,500,4,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4333,4,0,-1,'Dark Silk Shirt',15858,1,0,0,1,4800,1200,4,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4334,4,0,-1,'Formal White Shirt',7903,1,0,0,1,2200,550,4,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4335,4,0,-1,'Rich Purple Silk Shirt',7904,1,0,0,1,6000,1500,4,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4336,4,0,-1,'Black Swashbuckler\'s Shirt',13055,1,0,0,1,6000,1500,4,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4337,7,5,-1,'Thick Spider\'s Silk',18597,1,0,0,1,3000,750,0,-1,-1,35,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4338,7,5,-1,'Mageweave Cloth',7384,1,0,0,1,1000,250,0,32767,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4339,7,5,-1,'Bolt of Mageweave',7332,1,0,0,1,5000,1250,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4340,7,11,-1,'Gray Dye',18079,1,0,0,1,350,87,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4341,7,11,-1,'Yellow Dye',6373,1,0,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4342,7,11,-1,'Purple Dye',6389,1,0,0,1,2500,625,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4343,4,1,-1,'Brown Linen Pants',12388,2,0,0,1,502,100,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4344,4,0,-1,'Brown Linen Shirt',12802,1,0,0,1,58,11,4,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4345,9,2,-1,'Pattern: Red Woolen Boots',15274,2,64,0,1,400,100,0,-1,-1,19,0,197,95,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3847,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Red Woolen Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4346,9,2,-1,'Pattern: Heavy Woolen Cloak',15274,2,64,0,1,400,100,0,-1,-1,20,0,197,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3844,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Heavy Woolen Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4347,9,2,-1,'Pattern: Reinforced Woolen Shoulders',15274,2,64,0,1,600,150,0,-1,-1,24,0,197,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3849,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Reinforced Woolen Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4348,9,2,-1,'Pattern: Phoenix Gloves',15274,2,64,0,1,700,175,0,-1,-1,25,0,197,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Phoenix Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4349,9,2,-1,'Pattern: Phoenix Pants',15274,2,64,0,1,700,175,0,-1,-1,25,0,197,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3851,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Phoenix Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4350,9,2,-1,'Pattern: Spider Silk Slippers',15274,2,64,0,1,800,200,0,-1,-1,28,0,197,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3856,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Spider Silk Slippers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4351,9,2,-1,'Pattern: Shadow Hood',15274,2,64,0,1,900,225,0,-1,-1,34,0,197,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3858,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Shadow Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4352,9,2,-1,'Pattern: Boots of the Enchanter',15274,2,64,0,1,1100,275,0,-1,-1,35,0,197,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3860,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Boots of the Enchanter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4353,9,2,-1,'Pattern: Spider Belt',15274,2,64,0,1,1200,300,0,-1,-1,36,0,197,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3863,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Spider Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4354,9,2,-1,'Pattern: Rich Purple Silk Shirt',6270,3,64,0,1,1400,350,0,-1,-1,37,0,197,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3872,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Rich Purple Silk Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4355,9,2,-1,'Pattern: Icy Cloak',1102,1,64,0,1,1500,375,0,-1,-1,40,0,197,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3862,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Icy Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4356,9,2,-1,'Pattern: Star Belt',15274,2,64,0,1,1500,375,0,-1,-1,40,0,197,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3864,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Star Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4357,7,1,-1,'Rough Blasting Powder',7137,1,0,0,1,16,4,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4358,7,2,-1,'Rough Dynamite',18062,1,64,0,1,120,30,0,-1,-1,10,0,202,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4054,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4359,7,1,-1,'Handful of Copper Bolts',10700,1,0,0,1,50,12,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4360,7,2,-1,'Rough Copper Bomb',25483,1,64,0,1,240,60,0,-1,-1,14,0,202,30,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4064,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4361,7,1,-1,'Copper Tube',18174,1,0,0,1,480,120,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4362,2,3,-1,'Rough Boomstick',6600,2,0,0,1,939,187,26,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4363,7,1,-1,'Copper Modulator',7839,1,0,0,1,200,50,0,-1,-1,13,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4364,7,1,-1,'Coarse Blasting Powder',6396,1,0,0,1,48,12,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4365,7,2,-1,'Coarse Dynamite',18062,1,64,0,1,300,75,0,-1,-1,20,0,202,75,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4061,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4366,7,3,-1,'Target Dummy',7918,1,0,0,1,300,75,0,-1,-1,17,0,202,85,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4071,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4367,7,2,-1,'Small Seaforium Charge',6393,1,64,0,1,600,150,0,-1,-1,20,0,202,100,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4056,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4368,4,1,-1,'Flying Tiger Goggles',13236,2,0,0,1,2044,408,1,-1,-1,20,0,202,100,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4369,2,3,-1,'Deadly Blunderbuss',20743,2,0,0,1,5899,1179,26,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4370,7,2,-1,'Large Copper Bomb',7624,1,64,0,1,700,175,0,-1,-1,26,0,202,105,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4065,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4371,7,1,-1,'Bronze Tube',19482,1,0,0,1,800,200,0,-1,-1,21,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4372,2,3,-1,'Lovingly Crafted Boomstick',6594,2,0,0,1,9000,1800,26,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,31,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4373,4,1,-1,'Shadow Goggles',26619,2,0,0,1,3613,722,1,-1,-1,24,0,202,120,0,0,0,0,0,0,1,0,2,6,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,128,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4374,7,2,-1,'Small Bronze Bomb',25483,1,64,0,1,800,200,0,-1,-1,29,0,202,120,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4066,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4375,7,1,-1,'Whirring Bronze Gizmo',7840,1,0,0,1,460,115,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4376,7,3,-1,'Flame Deflector',7841,1,0,0,1,800,200,0,-1,-1,25,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4057,0,-5,-5,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4377,7,1,-1,'Heavy Blasting Powder',31325,1,0,0,1,600,150,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4378,7,2,-1,'Heavy Dynamite',18062,1,64,0,1,1400,350,0,-1,-1,30,0,202,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4379,2,3,-1,'Silver-plated Shotgun',15835,2,0,0,1,11788,2357,26,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,50,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4380,7,2,-1,'Big Bronze Bomb',7626,1,64,0,1,2000,500,0,-1,-1,33,0,202,140,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4067,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4381,4,0,-1,'Minor Recombobulator',22293,2,0,0,1,2400,600,12,-1,-1,28,0,202,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18805,0,-10,-10,300000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4382,7,1,-1,'Bronze Framework',20624,1,0,0,1,2400,600,0,-1,-1,29,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4383,2,3,-1,'Moonsight Rifle',8257,2,0,0,1,15916,3183,26,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,35,0,0,0,0,0,0,0,0,0,0,0,1700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4384,7,2,-1,'Explosive Sheep',7361,1,0,0,1,4000,1000,0,-1,-1,30,0,202,150,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4074,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4385,4,1,-1,'Green Tinted Goggles',22422,2,0,0,1,7053,1410,1,-1,-1,30,0,202,150,0,0,0,0,0,0,1,0,2,7,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4386,7,3,-1,'Ice Deflector',7841,1,0,0,1,700,175,0,-1,-1,31,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4077,0,-5,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4387,7,1,-1,'Iron Strut',7377,1,0,0,1,1600,400,0,-1,-1,32,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4388,7,3,-1,'Discombobulator Ray',7358,1,0,0,1,4000,1000,0,-1,-1,32,0,0,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4060,0,-5,-5,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4389,7,1,-1,'Gyrochronatom',7371,1,0,0,1,3000,750,0,-1,-1,34,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4390,7,2,-1,'Iron Grenade',25482,1,64,0,1,2000,500,0,-1,-1,35,0,202,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4068,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4391,7,3,-1,'Compact Harvest Reaper Kit',21652,1,0,0,1,16000,4000,0,-1,-1,35,30,202,175,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4078,0,-1,-1,600000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4392,7,3,-1,'Advanced Target Dummy',9151,1,0,0,1,10000,2500,0,-1,-1,37,0,202,185,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4072,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4393,4,1,-1,'Craftsman\'s Monocle',13215,2,0,0,1,13162,2632,1,-1,-1,37,0,202,185,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4394,7,2,-1,'Big Iron Bomb',7624,1,64,0,1,3000,750,0,-1,-1,43,0,202,190,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4069,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4395,7,2,-1,'Goblin Land Mine',7367,1,0,0,1,6400,1600,0,-1,-1,39,0,202,195,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4100,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4396,4,0,-1,'Mechanical Dragonling',21632,2,67633216,0,1,24000,6000,12,-1,-1,40,30,202,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4073,0,0,0,300000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4397,4,0,-1,'Gnomish Cloaking Device',7841,2,0,0,1,20000,5000,12,-1,-1,40,0,202,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4079,0,0,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4398,7,2,-1,'Large Seaforium Charge',6393,1,64,0,1,3600,900,0,-1,-1,40,0,202,200,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4075,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4399,7,1,-1,'Wooden Stock',7375,1,0,0,1,200,50,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4400,7,1,-1,'Heavy Stock',7375,1,0,0,1,2000,500,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4401,15,2,-1,'Mechanical Squirrel Box',16536,1,64,0,1,400,100,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,0,4055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4402,7,11,-1,'Small Flame Sac',1438,1,0,0,1,1000,250,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4403,7,3,-1,'Portable Bronze Mortar',7397,1,0,0,1,8000,2000,0,-1,-1,33,0,202,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4067,0,-8,-8,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4404,7,1,-1,'Silver Contact',7404,1,0,0,1,100,25,0,-1,-1,18,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4405,7,3,-1,'Crude Scope',7326,1,64,0,1,500,125,0,-1,-1,12,5,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3974,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4406,7,3,-1,'Standard Scope',7326,1,64,0,1,2400,600,0,-1,-1,22,10,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3975,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4407,7,3,-1,'Accurate Scope',7326,2,32832,0,1,4800,1200,0,-1,-1,36,20,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3976,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4408,9,3,-1,'Schematic: Mechanical Squirrel Box',15274,2,64,0,1,650,162,0,-1,-1,15,0,202,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3928,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mechanical Squirrel Box.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4409,9,3,-1,'Schematic: Small Seaforium Charge',15274,2,64,0,1,800,200,0,-1,-1,20,0,202,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Small Seaforium Charge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4410,9,3,-1,'Schematic: Shadow Goggles',15274,2,64,0,1,1000,250,0,-1,-1,24,0,202,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3940,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Shadow Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4411,9,3,-1,'Schematic: Flame Deflector',1102,2,64,0,1,1100,275,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3944,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flame Deflector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4412,9,3,-1,'Schematic: Moonsight Rifle',15274,2,64,0,1,1500,375,0,-1,-1,29,0,202,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Moonsight Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4413,9,3,-1,'Schematic: Discombobulator Ray',15274,2,64,0,1,1800,450,0,-1,-1,32,0,202,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3959,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Discombobulator Ray.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4414,9,3,-1,'Schematic: Portable Bronze Mortar',15274,2,64,0,1,1850,462,0,-1,-1,33,0,202,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Portable Bronze Mortar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4415,9,3,-1,'Schematic: Craftsman\'s Monocle',1102,3,64,0,1,2200,550,0,-1,-1,37,0,202,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3966,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Craftman\'s Monocle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4416,9,3,-1,'Schematic: Goblin Land Mine',15274,2,64,0,1,2400,600,0,-1,-1,39,0,202,195,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3968,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Goblin Land Mine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4417,9,3,-1,'Schematic: Large Seaforium Charge',15274,2,64,0,1,2700,675,0,-1,-1,40,0,202,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3972,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Large Seaforium Charge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4419,0,4,-1,'Scroll of Intellect III',2616,1,0,0,1,450,112,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8098,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4421,0,4,-1,'Scroll of Protection III',1093,1,0,0,1,400,100,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8095,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4422,0,4,-1,'Scroll of Stamina III',1093,1,0,0,1,450,112,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8101,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4424,0,4,-1,'Scroll of Spirit III',2616,1,0,0,1,400,100,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8114,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4425,0,4,-1,'Scroll of Agility III',3331,1,0,0,1,500,125,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8117,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4426,0,4,-1,'Scroll of Strength III',3331,1,0,0,1,500,125,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8120,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4428,15,0,-1,'Spider Palp',6699,0,0,0,1,1325,331,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4429,12,0,-1,'Deepfury\'s Orders',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',316,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4430,4,0,-1,'Ethereal Talisman',9853,2,0,0,1,17230,4307,2,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,3,4,5,7,6,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4432,12,0,-1,'Sully Balloo\'s Letter',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'My dear Sara...',317,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4433,12,0,-1,'Waterlogged Envelope',4435,1,0,2,1,0,0,0,-1,-1,25,25,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,637,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4434,4,1,-1,'Scarecrow Trousers',4365,2,0,0,1,2862,572,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4435,12,0,-1,'Mote of Myzrael',6614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4436,4,1,-1,'Jewel-encrusted Sash',9912,2,0,0,1,1657,331,6,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,2,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4437,2,10,-1,'Channeler\'s Staff',20390,2,0,0,1,9279,1855,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,54,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4438,4,3,-1,'Pugilist Bracers',6977,3,0,0,1,8466,1693,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (4439,2,4,-1,'Bruiser Club',6795,2,0,0,1,8944,1788,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4440,12,0,-1,'Sigil of Strom',7246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4441,12,0,-1,'MacKreel\'s Moonshine',18078,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4443,4,3,-1,'Grim Pauldrons',11327,2,0,0,1,17361,3472,3,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,4,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4444,4,6,-1,'Black Husk Shield',18694,2,0,0,1,7450,1490,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,6,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,14253,0,5,5,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4445,2,0,-1,'Flesh Carver',19398,2,0,0,1,10341,2068,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4446,2,15,-1,'Blackvenom Blade',20369,3,0,0,1,17973,3594,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,1,7,5,0,0,0,0,0,0,0,1800,0,0,13518,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (4447,4,1,-1,'Cloak of Night',23019,2,0,0,1,4510,902,16,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4448,4,3,-1,'Husk of Naraxis',4723,2,0,0,1,9960,1992,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,5,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4449,2,15,-1,'Naraxis\' Fang',20439,2,0,0,1,16662,3332,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,16400,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4450,12,0,-1,'Sigil Fragment',7184,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4453,12,0,-1,'Sigil of Thoradin',7248,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4454,2,15,-1,'Talon of Vultros',20592,3,524288,0,1,19002,3800,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,3,5,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (4455,4,2,-1,'Raptor Hide Harness',14261,2,0,0,1,15484,3096,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,10,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4456,4,2,-1,'Raptor Hide Belt',17231,2,0,0,1,7769,1553,6,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,38,12,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4457,0,5,-1,'Barbecued Buzzard Wing',6327,1,0,0,1,1200,300,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (4458,12,0,-1,'Sigil of Arathor',7245,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4459,15,0,-1,'Brittle Dragon Bone',18072,0,0,0,1,600,150,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4460,15,0,-1,'Ripped Wing Webbing',568,0,0,0,1,700,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4461,7,6,-1,'Raptor Hide',7399,1,0,0,1,835,208,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4462,4,1,-1,'Cloak of Rot',23098,2,0,0,1,7126,1425,16,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,-5,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4463,4,1,-1,'Beaded Raptor Collar',9916,2,0,0,1,4769,953,6,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4464,4,3,-1,'Trouncing Boots',7002,2,0,0,1,11902,2380,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,4,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4465,4,3,-1,'Felstrom\'s Gauntlets',6844,2,0,0,1,7929,1585,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4466,12,0,-1,'Sigil of Trollbane',7249,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4467,12,0,-1,'Sigil of Ignaeus',7244,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4468,12,0,-1,'Sheathed Trol\'kalar',7239,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The legendary blade of Ignaeus Trollbane.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4469,12,0,-1,'Rod of Order',7216,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4470,7,11,-1,'Simple Wood',21102,1,0,0,1,38,9,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4471,7,11,-1,'Flint and Tinder',4720,0,0,0,1,135,33,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4472,12,0,-1,'Scroll of Myzrael',2616,1,64,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4141,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4473,12,0,-1,'Eldritch Shackles',7118,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4474,2,2,-1,'Ravenwood Bow',12883,2,0,0,1,21037,4207,15,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,0,0,0,0,0,0,0,0,0,0,0,1900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (4476,4,1,-1,'Beastwalker Robe',12650,2,0,0,1,13672,2734,20,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4477,4,6,-1,'Nefarious Buckler',17887,2,0,0,1,21953,4390,14,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,7,6,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (4478,4,3,-1,'Iridescent Scale Leggings',4744,2,0,0,1,50884,10176,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,13,0,13,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4479,0,8,-1,'Burning Charm',6337,1,0,0,1,715,178,0,-1,-1,35,25,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4132,0,-1,-1,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4480,0,8,-1,'Thundering Charm',6424,1,0,0,1,740,185,0,-1,-1,35,25,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4131,0,-1,-1,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4481,0,8,-1,'Cresting Charm',6346,1,0,0,1,705,176,0,-1,-1,35,25,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4130,0,-1,-1,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4482,12,0,-1,'Sealed Folder',7234,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4483,13,0,-1,'Burning Key',6709,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4484,13,0,-1,'Cresting Key',6712,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4485,13,0,-1,'Thundering Key',6711,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4487,12,0,-1,'Maiden\'s Folly Charts',7047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4488,12,0,-1,'Spirit of Silverpine Charts',7047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4489,12,0,-1,'Maiden\'s Folly Log',7152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4490,12,0,-1,'Spirit of Silverpine Log',3426,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4491,12,0,-1,'Goggles of Gem Hunting',12289,1,0,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4152,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4492,12,0,-1,'Elven Gem',7119,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4493,12,0,-1,'Elven Gems',7120,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4494,12,0,-1,'Seahorn\'s Sealed Letter',7233,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4495,12,0,-1,'Bloodstone Amulet',9658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4496,1,0,-1,'Small Brown Pouch',8271,1,0,0,1,500,125,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4497,1,0,-1,'Heavy Brown Bag',1183,1,0,0,1,20000,5000,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4498,1,0,-1,'Brown Leather Satchel',2585,1,0,0,1,2500,625,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4499,1,0,-1,'Huge Brown Sack',1183,1,0,0,1,100000,25000,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4500,1,0,-1,'Traveler\'s Backpack',6430,2,0,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4502,12,0,-1,'Sample Elven Gem',7221,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4503,12,0,-1,'Witherbark Tusk',3429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4504,4,1,-1,'Dwarven Guard Cloak',15183,2,0,0,1,7375,1475,16,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4505,4,1,-1,'Swampland Trousers',16791,2,0,0,1,9871,1974,7,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,11,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4506,12,0,-1,'Stromgarde Badge',6510,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4507,4,6,-1,'Pit Fighter\'s Shield',18653,3,0,0,1,49693,9938,14,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,22,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (4508,4,3,-1,'Blood-tinged Armor',8639,3,0,0,1,46759,9351,5,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (4509,4,2,-1,'Seawolf Gloves',17185,2,0,0,1,13970,2794,10,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4510,12,0,-1,'Befouled Bloodstone Orb',7041,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4511,2,4,-1,'Black Water Hammer',19783,2,0,0,1,56284,11256,13,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4512,12,0,-1,'Highland Raptor Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4513,12,0,-1,'Raptor Heart',6693,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4514,12,0,-1,'Sara Balloo\'s Plea',4771,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'To My Honorable King',333,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4515,12,0,-1,'Marez\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4516,12,0,-1,'Otto\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4517,12,0,-1,'Falconcrest\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4518,12,0,-1,'Torn Scroll Fragment',2616,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4519,12,0,-1,'Crumpled Scroll Fragment',2616,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4520,12,0,-1,'Singed Scroll Fragment',2616,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4521,12,0,-1,'Alterac Granite',7024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4522,12,0,-1,'Witherbark Medicine Pouch',7289,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4524,12,0,-1,'Balloo\'s Memorial',7037,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4525,12,0,-1,'Trelane\'s Wand of Invocation',7278,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4526,12,0,-1,'Raptor Talon Amulet',7202,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4527,12,0,-1,'Azure Agate',1659,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4528,12,0,-1,'Tor\'gan\'s Orb',7261,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4529,12,0,-1,'Enchanted Agate',4775,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4530,12,0,-1,'Trelane\'s Phylactery',7277,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4531,12,0,-1,'Trelane\'s Orb',6564,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4532,12,0,-1,'Trelane\'s Ember Agate',4777,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4533,12,0,-1,'Sealed Letter to Archmage Malin',4435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4534,4,3,-1,'Steel-clasped Bracers',6996,2,0,0,1,5869,1173,9,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4535,4,0,-1,'Ironforge Memorial Ring',9838,2,0,0,1,3530,882,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,5,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4536,0,5,-1,'Shiny Red Apple',6410,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (4537,0,5,-1,'Tel\'Abim Banana',6420,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (4538,0,5,-1,'Snapvine Watermelon',4781,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (4539,0,5,-1,'Goldenbark Apple',7856,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (4540,0,5,-1,'Tough Hunk of Bread',6399,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (4541,0,5,-1,'Freshly Baked Bread',6343,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (4542,0,5,-1,'Moist Cornbread',6344,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (4543,4,2,-1,'White Drakeskin Cap',21313,2,0,0,5,20494,4098,1,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4544,0,5,-1,'Mulgore Spice Bread',6399,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (4545,4,1,-1,'Radiant Silver Bracers',16892,2,0,0,1,11011,2202,9,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4546,0,0,-1,'Call of the Raptor',6338,1,0,0,1,2135,533,0,-1,-1,37,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4318,0,-3,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4547,2,19,-1,'Gnomish Zapper',21016,2,0,0,1,41597,8319,26,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,56,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4548,2,5,-1,'Servomechanic Sledgehammer',3151,2,0,0,1,75143,15028,17,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,1,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,80,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4549,4,0,-1,'Seafire Band',9834,2,0,0,1,8370,2092,11,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,3,4,2,7,10,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4550,4,0,-1,'Coldwater Ring',9832,2,0,0,1,8370,2092,11,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4551,12,0,-1,'Or\'Kalar\'s Head',3918,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4552,15,0,-1,'Smooth Stone Chip',4719,0,0,0,1,2120,530,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4553,15,0,-1,'Jagged Piece of Stone',4722,0,0,0,1,1645,411,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4554,15,0,-1,'Shiny Polished Stone',4721,0,0,0,1,2835,708,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4555,15,0,-1,'Thick Scaly Tail',20915,0,0,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4556,15,0,-1,'Speckled Shell Fragment',20914,0,0,0,1,3615,903,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4557,15,0,-1,'Fiery Gland',28258,0,0,0,1,900,225,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4558,15,0,-1,'Empty Barrel',8381,0,0,0,1,6260,1565,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4560,2,7,-1,'Fine Scimitar',4788,1,0,0,1,186,37,13,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4561,2,0,-1,'Scalping Tomahawk',19299,2,0,0,1,1546,309,21,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5169,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4562,2,1,-1,'Severing Axe',8531,2,0,0,1,1492,298,17,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,27,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5174,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4563,2,4,-1,'Billy Club',4609,1,0,0,1,553,110,21,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,11,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4564,2,5,-1,'Spiked Club',6813,2,0,0,1,3054,610,17,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5175,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4565,2,15,-1,'Simple Dagger',6433,1,0,0,1,194,38,13,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4566,2,10,-1,'Sturdy Quarterstaff',20420,2,0,0,1,3158,631,17,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5176,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4567,2,8,-1,'Merc Sword',20111,2,0,0,1,5248,1049,17,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5182,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4568,2,0,-1,'Grunt Axe',22478,2,0,0,1,8475,1695,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5187,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4569,2,4,-1,'Staunch Hammer',19778,2,0,0,1,3064,612,21,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5170,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4570,2,5,-1,'Birchwood Maul',8586,2,0,0,1,4612,922,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,40,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5175,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4571,2,15,-1,'War Knife',20430,2,0,0,1,4897,979,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5180,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4575,2,10,-1,'Medicine Staff',20401,2,0,0,1,7435,1487,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5194,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4576,2,2,-1,'Light Bow',20674,2,0,0,1,5922,1184,15,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,26,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4577,2,3,-1,'Compact Shotgun',6592,2,0,0,1,1785,357,26,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4580,15,0,-1,'Sabertooth Fang',959,0,0,0,1,3150,787,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4581,15,0,-1,'Patch of Fine Fur',6679,0,0,0,1,3450,862,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4582,12,0,-1,'Soft Bushy Tail',18095,1,0,0,1,2980,745,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4583,15,0,-1,'Thick Furry Mane',6698,0,0,0,1,3250,812,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4584,15,0,-1,'Large Trophy Paw',6669,0,0,0,1,3750,937,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4585,15,0,-1,'Dripping Spider Mandible',6619,0,0,0,1,2335,583,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4586,15,0,-1,'Smooth Raptor Skin',6628,0,0,0,1,2855,713,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4587,15,0,-1,'Tribal Raptor Feathers',11208,0,0,0,1,3230,807,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4588,15,0,-1,'Pristine Raptor Skull',4807,0,0,0,1,3600,900,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4589,7,11,-1,'Long Elegant Feather',11207,1,0,0,1,2120,530,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4590,15,0,-1,'Curved Yellow Bill',6636,0,0,0,1,2620,655,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4591,15,0,-1,'Eagle Eye',6492,0,0,0,1,1655,413,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4592,0,5,-1,'Longjaw Mud Snapper',24702,1,0,0,5,20,1,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (4593,0,5,-1,'Bristle Whisker Catfish',24710,1,0,0,5,500,4,0,32767,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (4594,0,5,-1,'Rockscale Cod',4823,1,0,0,5,1000,6,0,32767,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (4595,0,5,-1,'Junglevine Wine',18078,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4596,0,1,-1,'Discolored Healing Potion',15736,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,440,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4597,9,6,-1,'Recipe: Discolored Healing Potion',15274,2,64,0,1,1000,250,0,-1,-1,10,0,171,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,4508,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Discolored Healing Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4598,0,0,-1,'Goblin Fishing Pole',18063,1,64,0,1,850,212,0,-1,-1,35,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4599,0,5,-1,'Cured Ham Steak',6350,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (4600,0,5,-1,'Cherry Grog',18119,1,0,0,1,340,85,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4601,0,5,-1,'Soft Banana Bread',6413,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (4602,0,5,-1,'Moon Harvest Pumpkin',6402,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (4603,7,8,-1,'Raw Spotted Yellowtail',4811,1,0,0,5,80,4,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (4604,0,5,-1,'Forest Mushroom Cap',15852,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (4605,0,5,-1,'Red-speckled Mushroom',15853,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (4606,0,5,-1,'Spongy Morel',15854,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (4607,0,5,-1,'Delicious Cave Mold',6355,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (4608,0,5,-1,'Raw Black Truffle',15855,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (4609,9,5,-1,'Recipe: Barbecued Buzzard Wing',1301,1,64,0,1,1000,250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,4094,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Barbecued Buzzard Wing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4610,12,0,-1,'Carved Stone Urn',6393,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4611,7,11,-1,'Blue Pearl',13103,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4612,12,0,-1,'Black Drake\'s Heart',4826,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4613,12,0,-1,'Corroded Black Box',20913,1,0,0,1,0,0,0,-1,-1,30,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,708,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4614,4,0,-1,'Pendant of Myzrael',9859,2,32768,0,1,0,0,2,-1,-1,35,30,0,0,0,0,0,0,0,1,1,0,2,7,4,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,635,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4615,12,0,-1,'Blacklash\'s Bindings',4829,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4616,2,14,-1,'Ryedol\'s Lucky Pick',6589,1,2048,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4621,12,0,-1,'Ambassador Infernus\' Bracer',7025,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4622,12,0,-1,'Sealed Note to Advisor Belgrum',4435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4623,0,1,-1,'Lesser Stoneshield Potion',24215,1,0,0,1,1500,375,0,-1,-1,43,33,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4941,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4624,9,6,-1,'Recipe: Lesser Stoneshield Potion',1301,1,64,0,1,2200,550,0,-1,-1,43,0,171,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,4942,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lesser Stoneshield Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4625,7,9,-1,'Firebloom',19495,1,536870912,0,1,1000,250,0,-1,-1,41,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4626,12,0,-1,'Small Stone Shard',4717,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4627,12,0,-1,'Large Stone Slab',7157,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4628,12,0,-1,'Bracers of Rock Binding',7060,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4629,12,0,-1,'Supply Crate',7925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4630,12,0,-1,'Scrap Metal',7064,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4631,12,0,-1,'Tablet of Ryun\'eh',7264,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4632,15,0,-1,'Ornate Bronze Lockbox',9632,2,4,0,1,200,50,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4633,15,0,-1,'Heavy Bronze Lockbox',9632,2,4,0,1,280,70,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4634,15,0,-1,'Iron Lockbox',9632,2,4,0,1,350,87,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4635,12,0,-1,'Hammertoe\'s Amulet',4841,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4636,15,0,-1,'Strong Iron Lockbox',9632,2,4,0,1,440,110,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,60,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4637,15,0,-1,'Steel Lockbox',9632,2,4,0,1,600,150,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,61,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4638,15,0,-1,'Reinforced Steel Lockbox',9632,2,4,0,1,800,200,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,62,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4639,12,0,-1,'Enchanted Sea Kelp',7078,1,64,0,1,650,162,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4945,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4640,12,0,-1,'Sign of the Earth',4681,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4982,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4641,12,0,-1,'Hand of Dagun',3146,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4643,4,1,-1,'Grimsteel Cape',15079,2,0,0,1,9121,1824,16,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4644,12,0,-1,'The Legacy Heart',7269,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4645,12,0,-1,'Chains of Hematus',4829,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4646,12,0,-1,'Star of Xil\'yeh',2516,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4647,12,0,-1,'Yagyin\'s Digest',7293,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4648,12,0,-1,'Sigil of the Hammer',7247,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4649,12,0,-1,'Bonegrip\'s Note',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',372,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4650,12,0,-1,'Bel\'dugur\'s Note',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',376,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4652,4,6,-1,'Salbac Shield',18789,2,0,0,1,50631,10126,14,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,4,9,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4653,4,3,-1,'Ironheel Boots',6944,2,0,0,1,35890,7178,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,4,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4654,12,0,-1,'Mysterious Fossil',7177,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4655,7,8,-1,'Giant Clam Meat',22193,1,0,0,1,285,71,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (4656,0,5,-1,'Small Pumpkin',6402,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (4658,4,1,-1,'Warrior\'s Cloak',25945,1,0,0,1,119,23,16,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4659,4,3,-1,'Warrior\'s Girdle',11131,1,0,0,1,119,23,6,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4660,4,1,-1,'Walking Boots',6322,2,0,0,1,1623,324,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,3,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4661,4,1,-1,'Bright Mantle',27551,2,0,0,1,4646,929,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,5,5,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4662,4,1,-1,'Journeyman\'s Cloak',15061,1,0,0,1,124,24,16,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4663,4,1,-1,'Journeyman\'s Belt',9907,1,0,0,1,116,23,6,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4665,4,1,-1,'Burnt Cloak',23015,1,0,0,1,113,22,16,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4666,4,2,-1,'Burnt Leather Belt',16911,1,0,0,1,133,26,6,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4668,4,1,-1,'Battle Chain Cloak',26979,1,0,0,1,161,32,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4669,4,3,-1,'Battle Chain Girdle',26930,1,0,0,1,210,42,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4671,4,1,-1,'Ancestral Cloak',25657,1,0,0,1,162,32,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4672,4,1,-1,'Ancestral Belt',14515,1,0,0,1,141,28,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4674,4,1,-1,'Tribal Cloak',27997,1,0,0,1,164,32,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4675,4,2,-1,'Tribal Belt',16911,1,0,0,1,179,35,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4676,4,3,-1,'Skeletal Gauntlets',6991,2,0,0,1,1390,278,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4677,4,1,-1,'Veteran Cloak',25950,1,0,0,1,351,70,16,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4678,4,3,-1,'Veteran Girdle',22692,1,0,0,1,543,108,6,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4680,4,1,-1,'Brackwater Cloak',26981,1,0,0,1,456,91,16,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4681,4,3,-1,'Brackwater Girdle',26947,1,0,0,1,549,109,6,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4683,4,1,-1,'Spellbinder Cloak',23113,1,0,0,1,461,92,16,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4684,4,1,-1,'Spellbinder Belt',14530,1,0,0,1,308,61,6,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4686,4,1,-1,'Barbaric Cloth Cloak',23137,1,0,0,1,337,67,16,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4687,4,1,-1,'Barbaric Cloth Belt',16594,1,0,0,1,338,67,6,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4688,4,2,-1,'Deprecated Hunting Spaulders',2563,0,16,8192,1,510,102,3,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4689,4,1,-1,'Hunting Cloak',23041,1,0,0,1,426,85,16,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4690,4,2,-1,'Hunting Belt',14533,1,0,0,1,357,71,6,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4692,4,1,-1,'Ceremonial Cloak',28049,1,0,0,1,345,69,16,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4693,4,2,-1,'Ceremonial Leather Belt',29632,1,0,0,1,433,86,6,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4694,4,3,-1,'Burnished Pauldrons',25770,1,0,0,1,2577,515,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4695,4,1,-1,'Burnished Cloak',26048,2,0,0,1,1636,327,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4696,4,0,-1,'Lapidis Tankard of Tidesippe',18495,3,0,0,1,22150,5537,23,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,3,-15,6,16,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,600000,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (4697,4,3,-1,'Burnished Girdle',25767,2,0,0,1,2179,435,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,2,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4698,4,1,-1,'Seer\'s Mantle',14550,1,0,0,1,1509,301,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4699,4,1,-1,'Seer\'s Belt',14555,2,0,0,1,1106,221,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4700,4,2,-1,'Inscribed Leather Spaulders',14232,1,0,0,1,1899,379,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4701,4,1,-1,'Inscribed Cloak',23044,2,0,0,1,1264,252,16,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4702,12,0,-1,'Prospector\'s Pick',7096,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4954,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4703,12,0,-1,'Broken Tools',7064,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4704,2,14,-1,'OLDCeremonial Club',6567,1,80,8192,1,19,3,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,4954,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4705,4,3,-1,'Lambent Scale Pauldrons',25783,2,0,0,1,7249,1449,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4706,4,1,-1,'Lambent Scale Cloak',25979,2,0,0,1,3438,687,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,4,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4707,4,3,-1,'Lambent Scale Girdle',25781,2,0,0,1,4407,881,6,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,4,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4708,4,1,-1,'Bright Belt',27545,2,0,0,1,2310,462,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4709,4,2,-1,'Forest Leather Mantle',8098,2,0,0,1,4913,982,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4710,4,1,-1,'Forest Cloak',23029,2,0,0,1,2809,561,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,7,3,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4711,4,1,-1,'Glimmering Cloak',26047,2,0,0,1,5562,1112,16,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,2,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4712,4,3,-1,'Glimmering Mail Girdle',25803,2,0,0,1,6141,1228,6,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4713,4,1,-1,'Silver-thread Cloak',23140,2,0,0,1,4630,926,16,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,5,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4714,4,1,-1,'Silver-thread Sash',4557,2,0,0,1,3408,681,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4715,4,1,-1,'Emblazoned Cloak',23024,2,0,0,1,5131,1026,16,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,5,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4716,4,1,-1,'Combat Cloak',26016,2,0,0,1,8294,1658,16,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,7,6,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4717,4,3,-1,'Mail Combat Belt',25813,2,0,0,1,10071,2014,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4718,4,1,-1,'Nightsky Mantle',16652,2,0,0,1,11119,2223,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4719,4,1,-1,'Nightsky Cloak',18131,2,0,0,1,8384,1676,16,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,7,2,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4720,4,1,-1,'Nightsky Sash',14624,2,0,0,1,6170,1234,6,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,3,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4721,4,2,-1,'Insignia Mantle',17193,2,0,0,1,14048,2809,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,3,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4722,4,1,-1,'Insignia Cloak',23045,2,0,0,1,8473,1694,16,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,7,2,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (4723,4,1,-1,'Humbert\'s Pants',14332,2,0,0,1,8518,1703,7,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4724,4,2,-1,'Humbert\'s Helm',21302,2,0,0,1,8816,1763,1,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4725,4,3,-1,'Chief Brigadier Pauldrons',25897,2,0,0,1,23681,4736,3,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4726,4,1,-1,'Chief Brigadier Cloak',25900,2,0,0,1,11703,2340,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,7,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4727,4,3,-1,'Chief Brigadier Girdle',25895,2,0,0,1,13956,2791,6,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,4,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4729,4,1,-1,'Aurora Mantle',14649,2,0,0,1,15184,3036,3,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4731,4,2,-1,'Glyphed Epaulets',14677,2,0,0,1,19122,3824,3,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,4,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4732,4,1,-1,'Glyphed Cloak',23031,2,0,0,1,13162,2632,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,7,2,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4733,4,3,-1,'Blackforge Pauldrons',26078,2,0,0,1,39789,7957,3,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (4734,4,1,-1,'Mistscape Mantle',11638,2,0,0,1,21041,4208,3,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,5,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4735,4,1,-1,'Mistscape Cloak',23125,2,0,0,1,18105,3621,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,3,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4736,4,1,-1,'Mistscape Sash',14686,2,0,0,1,13082,2616,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,7,4,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4737,4,2,-1,'Imperial Leather Spaulders',17192,2,0,0,1,28715,5743,3,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,4,9,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4738,4,2,-1,'Imperial Leather Belt',16921,2,0,0,1,16472,3294,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,4,11,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4739,12,0,-1,'Plainstrider Meat',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (4740,12,0,-1,'Plainstrider Feather',19572,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4741,4,3,-1,'Stromgarde Cavalry Leggings',4912,2,0,0,1,27194,5438,7,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,3,4,8,7,6,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4742,12,0,-1,'Mountain Cougar Pelt',7169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4743,4,0,-1,'Pulsating Crystalline Shard',6546,3,0,0,1,21720,5430,2,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,7,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (4744,4,1,-1,'Arcane Runed Bracers',16925,2,0,0,1,9934,1986,9,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4745,4,3,-1,'War Rider Bracers',7005,2,0,0,1,16154,3230,9,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4746,4,1,-1,'Doomsayer\'s Robe',12718,2,0,0,1,21620,4324,20,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,6,20,7,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4749,12,0,-1,'Wildmane Well Water',6414,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4751,12,0,-1,'Windfury Talon',7266,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4752,12,0,-1,'Azure Feather',19528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4753,12,0,-1,'Bronze Feather',19529,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4755,12,0,-1,'Water Pitcher',18102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4757,15,0,-1,'Cracked Egg Shells',18053,0,0,0,1,19,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4758,12,0,-1,'Prairie Wolf Paw',6669,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4759,12,0,-1,'Plainstrider Talon',7202,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4761,4,3,-1,'Deprecated Pearled Chain Pants',4339,0,16,8192,1,279,55,7,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4763,2,2,-1,'Blackwood Recurve Bow',3186,2,16,8192,1,676,135,15,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4765,2,7,-1,'Enamelled Broadsword',7313,2,0,0,1,2878,575,13,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4766,2,7,-1,'Feral Blade',5154,2,0,0,1,2407,481,13,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4767,4,1,-1,'Coppercloth Gloves',3528,2,0,0,1,695,139,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4768,4,1,-1,'Adept\'s Gloves',16946,2,0,0,1,698,139,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4769,12,0,-1,'Trophy Swoop Quill',11207,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4770,12,0,-1,'Bristleback Belt',7061,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4771,4,1,-1,'Harvest Cloak',23012,2,0,0,1,1059,211,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4772,4,1,-1,'Warm Cloak',23075,1,0,0,1,283,56,16,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4773,4,3,-1,'Deprecated Blessed Bracers',6843,0,16,8192,1,237,47,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4774,4,3,-1,'Deprecated Heavy Bracers',6934,0,16,8192,1,439,87,9,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4775,15,0,-1,'Cracked Bill',6633,0,0,0,1,115,28,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4776,15,0,-1,'Ruffled Feather',19567,0,0,0,1,165,41,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4777,2,5,-1,'Ironwood Maul',19538,2,0,0,1,7040,1408,17,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,40,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4778,2,5,-1,'Heavy Spiked Mace',6808,2,0,0,1,7351,1470,17,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,51,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (4779,15,0,-1,'Dull Kodo Tooth',6652,0,0,0,1,55,13,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4780,15,0,-1,'Kodo Horn Fragment',6664,0,0,0,1,225,56,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4781,4,1,-1,'Whispering Vest',8702,2,0,0,1,2736,547,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4782,4,1,-1,'Solstice Robe',16812,2,0,0,1,2077,415,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,3,7,1,5,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4783,12,0,-1,'Totem of Hawkwind',7276,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4784,15,0,-1,'Lifeless Stone',4719,0,0,0,1,1440,360,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4785,4,1,-1,'Brimstone Belt',6277,2,0,0,1,2345,469,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,3,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4786,4,1,-1,'Wise Man\'s Belt',16833,2,0,0,1,1394,278,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4787,15,0,-1,'Burning Pitch',22927,0,0,0,1,2310,577,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4788,4,2,-1,'Agile Boots',4024,2,0,0,1,2634,526,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4789,4,2,-1,'Stable Boots',6777,2,0,0,1,1999,399,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (4790,4,1,-1,'Inferno Cloak',15165,2,0,0,1,4159,831,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,5,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4791,0,5,-1,'Enchanted Water',6374,1,0,0,1,535,133,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4792,4,1,-1,'Spirit Cloak',23131,2,0,0,1,3280,656,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4793,4,1,-1,'Sylvan Cloak',15247,2,0,0,1,3720,744,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,2,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4794,4,2,-1,'Wolf Bracers',6787,2,0,0,1,3515,703,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,2,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4795,4,2,-1,'Bear Bracers',6756,2,0,0,1,3528,705,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4796,4,2,-1,'Owl Bracers',6758,2,0,0,1,3540,708,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4797,4,1,-1,'Fiery Cloak',15161,2,0,0,1,4263,852,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,5,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4798,4,1,-1,'Heavy Runed Cloak',15206,2,0,0,1,3871,774,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4799,4,1,-1,'Antiquated Cloak',23087,2,0,0,1,3043,608,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4800,4,3,-1,'Mighty Chain Pants',697,2,0,0,1,6110,1222,7,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4801,12,0,-1,'Stalker Claws',1496,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4802,12,0,-1,'Cougar Claws',6671,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4803,12,0,-1,'Prairie Alpha Tooth',6630,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4804,12,0,-1,'Prairie Wolf Heart',7142,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4805,12,0,-1,'Flatland Cougar Femur',7126,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4806,12,0,-1,'Plainstrider Scale',6646,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4807,12,0,-1,'Swoop Gizzard',6427,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4808,12,0,-1,'Well Stone',8039,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4809,12,0,-1,'Ambercorn',7287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4810,4,2,-1,'Boulder Pads',19911,2,0,0,1,16760,3352,3,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,4,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4813,15,0,-1,'Small Leather Collar',15593,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4814,15,0,-1,'Discolored Fang',7048,0,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4816,4,3,-1,'Legionnaire\'s Leggings',4978,2,0,0,1,7519,1503,7,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,4,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4817,2,8,-1,'Blessed Claymore',7319,2,0,0,1,12311,2462,17,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4818,2,8,-1,'Executioner\'s Sword',20155,2,0,0,1,14273,2854,17,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,65,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4819,12,0,-1,'Fizsprocket\'s Clipboard',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4820,4,6,-1,'Guardian Buckler',18511,2,0,0,1,8321,1664,14,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4821,4,6,-1,'Bear Buckler',3445,2,0,0,1,6541,1308,14,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,8,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4822,4,6,-1,'Owl\'s Disk',4983,2,0,0,1,6746,1349,14,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,8,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4823,12,0,-1,'Water of the Seers',4984,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4981,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4824,2,0,-1,'Blurred Axe',8459,2,0,0,1,16856,3371,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,31,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4825,2,0,-1,'Callous Axe',8461,2,0,0,1,20472,4094,13,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,55,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4826,2,0,-1,'Marauder Axe',19224,2,0,0,1,15436,3087,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4827,4,1,-1,'Wizard\'s Belt',16865,2,0,0,1,3749,749,6,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4828,4,1,-1,'Nightwind Belt',16792,2,0,0,1,3420,684,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,7,3,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4829,4,1,-1,'Dreamer\'s Belt',9912,2,0,0,1,4154,830,6,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,5,7,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4830,4,2,-1,'Saber Leggings',17153,2,0,0,1,9475,1895,7,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,3,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4831,4,2,-1,'Stalking Pants',17154,2,0,0,1,7859,1571,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4832,4,2,-1,'Mystic Sarong',22428,2,0,0,1,10498,2099,7,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4833,4,3,-1,'Glorious Shoulders',6929,2,0,0,1,8658,1731,3,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4834,12,0,-1,'Venture Co. Documents',7234,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',352,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4835,4,3,-1,'Elite Shoulders',6912,2,0,0,1,10551,2110,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (4836,4,0,-1,'Fireproof Orb',21601,2,0,0,1,8002,2000,23,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4837,4,0,-1,'Strength of Will',21611,2,0,0,1,8002,2000,23,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4838,4,0,-1,'Orb of Power',21606,2,0,0,1,8002,2000,23,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,2,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (4840,2,15,-1,'Long Bayonet',13908,1,0,0,1,714,142,13,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4841,12,0,-1,'Horn of Arra\'chea',7145,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4843,12,0,-1,'Amethyst Runestone',7026,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4844,12,0,-1,'Opal Runestone',7189,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4845,12,0,-1,'Diamond Runestone',7106,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4846,12,0,-1,'Cog #5',7072,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4847,12,0,-1,'Lotwil\'s Shackles of Elemental Binding',7159,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4848,12,0,-1,'Battleboar Snout',8802,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4849,12,0,-1,'Battleboar Flank',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4850,12,0,-1,'Bristleback Attack Plans',7047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4851,12,0,-1,'Dirt-stained Map',7047,1,16,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4852,7,2,-1,'Flash Bomb',6378,1,64,0,1,1200,300,0,-1,-1,37,27,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5134,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4854,4,1,-1,'Demon Scarred Cloak',23103,1,2048,1,1,0,0,16,-1,-1,11,6,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,770,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4858,4,1,-1,'Unused Cloth Shoulder B02 Black',5116,0,16,8192,1,4239,847,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4859,12,0,-1,'Burning Blade Medallion',6484,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4860,15,0,-1,'Glistening Frenzy Scale',4433,0,0,0,1,2965,741,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4861,4,2,-1,'Sleek Feathered Tunic',5243,2,0,0,1,597,119,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4862,12,0,-1,'Scorpid Worker Tail',7229,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4863,12,0,-1,'Gnomish Tools',7602,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4864,12,0,-1,'Minshina\'s Skull',7102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4865,15,0,-1,'Ruined Pelt',7086,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4866,12,0,-1,'Zalazane\'s Head',9090,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4867,15,0,-1,'Broken Scorpid Leg',6619,0,0,0,1,35,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4868,12,0,-1,'Deprecated Scorched Heart',6427,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4869,12,0,-1,'Fizzle\'s Claw',3146,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4870,12,0,-1,'Canvas Scraps',7067,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4871,12,0,-1,'Searing Collar',12643,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4872,15,0,-1,'Dry Scorpid Eye',1504,0,0,0,1,380,95,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4873,15,0,-1,'Dry Hardened Barnacle',4714,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4874,15,0,-1,'Clean Fishbones',6631,0,0,0,1,185,46,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4875,15,0,-1,'Slimy Bone',6668,0,0,0,1,55,13,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4876,15,0,-1,'Bloody Leather Boot',6615,0,0,0,1,315,78,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4877,15,0,-1,'Stone Arrowhead',6701,0,0,0,1,40,10,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4878,15,0,-1,'Broken Bloodstained Bow',6617,0,0,0,1,225,56,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4879,15,0,-1,'Squashed Rabbit Carcass',6700,0,0,0,1,30,7,0,-1,-1,5,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4880,15,0,-1,'Broken Spear',2868,0,0,0,1,345,86,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4881,12,0,-1,'Aged Envelope',3093,1,0,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,830,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4882,13,0,-1,'Benedict\'s Key',8903,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6529,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4883,12,0,-1,'Admiral Proudmoore\'s Orders',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',337,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4886,12,0,-1,'Venomtail Poison Sac',6694,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4887,12,0,-1,'Intact Makrura Eye',7110,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4888,12,0,-1,'Crawler Mucus',3788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4890,12,0,-1,'Taillasher Egg',18047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4891,12,0,-1,'Kron\'s Amulet',4841,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4892,12,0,-1,'Durotar Tiger Fur',7112,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4893,12,0,-1,'Savannah Lion Tusk',3672,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4894,12,0,-1,'Plainstrider Kidney',3759,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4895,12,0,-1,'Thunder Lizard Horn',7089,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4896,12,0,-1,'Kodo Liver',5287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4897,12,0,-1,'Thunderhawk Saliva Gland',6694,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4898,12,0,-1,'Lightning Gland',5283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4903,12,0,-1,'Eye of Burning Shadow',7122,1,2048,1,1,0,0,0,-1,-1,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,832,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4904,12,0,-1,'Venomtail Antidote',2533,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4905,12,0,-1,'Sarkoth\'s Mangled Claw',3146,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4906,4,2,-1,'Rainwalker Boots',8308,1,0,0,1,110,22,8,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4907,4,2,-1,'Woodland Tunic',8701,1,0,0,1,65,13,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4908,4,2,-1,'Nomadic Bracers',17169,1,0,0,1,32,6,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4909,4,2,-1,'Kodo Hunter\'s Leggings',7560,2,0,0,1,1845,369,7,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (4910,4,3,-1,'Painted Chain Gloves',6969,1,0,0,1,39,7,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4911,4,6,-1,'Thick Bark Buckler',18522,1,0,0,1,76,15,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4912,2,19,-1,'Test Wand JChow',6109,0,0,8192,1,3886,777,26,-1,-1,25,20,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1200,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4913,4,3,-1,'Painted Chain Belt',9920,1,0,0,1,36,7,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4914,4,2,-1,'Battleworn Leather Gloves',17075,1,0,0,1,30,6,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4915,4,1,-1,'Soft Wool Boots',16802,1,0,0,1,36,7,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4916,4,1,-1,'Soft Wool Vest',16800,1,0,0,1,49,9,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4917,4,3,-1,'Battleworn Chain Leggings',5337,1,0,0,1,73,14,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4918,12,0,-1,'Sack of Supplies',1183,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4919,4,1,-1,'Soft Wool Belt',16799,1,0,0,1,25,5,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4920,4,1,-1,'Battleworn Cape',23007,1,0,0,1,38,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4921,4,2,-1,'Dust-covered Leggings',9671,1,0,0,1,64,12,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4922,4,3,-1,'Jagged Chain Vest',2967,1,0,0,1,77,15,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4923,2,0,-1,'Primitive Hatchet',8498,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4924,2,4,-1,'Primitive Club',19634,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4925,2,15,-1,'Primitive Hand Blade',6457,1,0,0,1,130,26,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4926,12,0,-1,'Chen\'s Empty Keg',18116,1,0,1,1,0,0,0,-1,-1,11,11,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,819,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4928,4,2,-1,'Sandrunner Wristguards',17017,1,0,0,1,103,20,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4929,4,2,-1,'Light Scorpid Armor',17097,1,0,0,1,291,58,5,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (4930,1,0,-1,'Handmade Leather Bag',1168,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4931,2,2,-1,'Hickory Shortbow',7603,1,0,0,1,672,134,15,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4932,2,7,-1,'Harpy Wing Clipper',20013,1,0,0,1,899,179,21,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4933,4,1,-1,'Seasoned Fighter\'s Cloak',15211,1,0,0,1,160,32,16,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4935,4,3,-1,'Wide Metal Girdle',7007,1,0,0,1,118,23,6,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4936,4,1,-1,'Dirt-trodden Boots',16880,1,0,0,1,119,23,8,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4937,4,6,-1,'Charging Buckler',18510,1,0,0,1,356,71,14,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4938,2,10,-1,'Blemished Wooden Staff',20423,1,0,0,1,1182,236,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4939,2,8,-1,'Steady Bastard Sword',20112,2,0,0,1,1977,395,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4940,4,2,-1,'Veiled Grips',17074,1,0,0,1,183,36,10,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4941,0,0,-1,'Really Sticky Glue',1805,1,0,0,1,45,11,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8312,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4942,4,2,-1,'Tiger Hide Boots',16997,1,0,0,1,449,89,8,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4944,4,1,-1,'Handsewn Cloak',23116,1,0,0,1,362,72,16,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4945,0,0,-1,'Faintly Glowing Skull',7099,1,0,0,1,150,37,0,-1,-1,9,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16375,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4946,4,3,-1,'Lightweight Boots',6876,1,0,0,1,338,67,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4947,2,15,-1,'Jagged Dagger',20603,2,0,0,1,1628,325,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4948,2,4,-1,'Stinging Mace',5009,2,0,0,1,1633,326,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4949,2,0,-1,'Orcish Cleaver',19214,2,0,0,1,8533,1706,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (4951,4,2,-1,'Squealer\'s Belt',16938,1,0,0,1,69,13,6,-1,-1,7,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4952,0,0,-1,'Stormstout',18099,1,0,0,1,255,63,0,-1,-1,15,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5020,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4953,0,0,-1,'Trogg Ale',18117,1,0,0,1,355,88,0,-1,-1,17,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5021,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4954,4,2,-1,'Nomadic Belt',16932,1,0,0,1,31,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4957,1,0,-1,'Old Moneybag',1168,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4958,4,1,-1,'Sun-beaten Cloak',15244,1,0,0,1,119,23,16,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4959,15,0,-1,'Throwing Tomahawk',16760,1,16,0,1,1,1,0,-1,-1,7,4,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,4,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4960,6,3,-1,'Flash Pellet',5998,1,0,0,200,50,12,24,-1,-1,7,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4961,2,10,-1,'Dreamwatcher Staff',20426,1,0,0,1,919,183,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,22,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4962,4,2,-1,'Double-layered Gloves',5418,1,0,0,1,101,20,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4963,4,1,-1,'Thunderhorn Cloak',23071,1,0,0,1,122,24,16,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4964,2,5,-1,'Goblin Smasher',19544,2,0,0,1,2516,503,17,-1,288,12,0,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4965,2,0,-1,'Bloodhoof Hand Axe',8490,1,16,8192,1,746,149,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (4967,4,6,-1,'Tribal Warrior\'s Shield',5422,1,0,0,1,580,116,14,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4968,4,2,-1,'Bound Harness',9925,1,0,0,1,455,91,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4969,4,3,-1,'Fortified Bindings',6915,1,0,0,1,210,42,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4970,4,2,-1,'Rough-hewn Kodo Leggings',16968,1,0,0,1,271,54,7,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4971,2,4,-1,'Skorn\'s Hammer',8572,2,0,0,1,1919,383,13,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4972,4,3,-1,'Cliff Runner Boots',6876,1,0,0,1,321,64,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4973,4,2,-1,'Plains Hunter Wristguards',17014,1,0,0,1,178,35,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4974,2,15,-1,'Compact Fighting Knife',3006,2,0,0,1,1940,388,13,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (4975,4,6,-1,'Vigilant Buckler',18491,3,0,0,1,38868,7773,14,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,13674,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,20,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (4976,4,2,-1,'Mistspray Kilt',28287,2,0,0,1,27431,5486,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4977,2,7,-1,'Sword of Hammerfall',20009,2,0,0,1,59465,11893,13,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,69,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4978,2,4,-1,'Ryedol\'s Hammer',19741,2,0,0,1,39882,7976,13,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (4979,4,1,-1,'Enchanted Stonecloth Bracers',5434,2,0,0,1,12939,2587,9,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (4980,4,2,-1,'Prospector Gloves',5435,2,0,0,1,11048,2209,10,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (4981,1,0,-1,'Agmond\'s Belt Pouch',1281,1,16,0,1,20000,5000,18,-1,-1,35,0,0,0,0,0,0,0,0,1,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (4982,4,2,-1,'Ripped Prospector Belt',10411,0,0,0,1,4807,961,6,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4983,2,5,-1,'Rock Pulverizer',19596,2,0,0,1,84185,16837,17,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,139,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4984,4,0,-1,'Skull of Impending Doom',21609,2,0,0,1,22520,5630,23,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5024,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4986,12,0,-1,'Flawed Power Stone',6521,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5099,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (4987,2,7,-1,'Dwarf Captain\'s Sword',20083,2,0,0,1,77921,15584,13,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (4988,4,0,-1,'Burning Obsidian Band',9834,2,0,0,1,14630,3657,11,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8,0,0,0,0,1), (4989,4,1,-1,'Mage Dragon Robe',16673,2,0,0,1,45292,9058,20,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,6,25,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8,0,0,0,0,1), (4990,4,1,-1,'Scorched Bands',16934,2,0,0,1,22732,4546,9,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8,0,0,0,0,1), (4992,12,0,-1,'Recruitment Letter',5567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unsigned recruitment letter.',340,1,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4995,12,0,-1,'Signed Recruitment Letter',5567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',341,1,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (4998,4,0,-1,'Blood Ring',9834,2,0,0,1,3350,837,11,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (4999,4,0,-1,'Azora\'s Will',14433,2,0,0,1,4210,1052,11,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5000,4,0,-1,'Coral Band',9835,2,16,0,1,3850,962,11,-1,2047,26,21,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (5001,4,0,-1,'Heart Ring',9834,2,0,0,1,4155,1038,11,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5002,4,0,-1,'Glowing Green Talisman',6539,2,0,0,1,6140,1535,2,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,7,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5003,4,0,-1,'Crystal Starfire Medallion',9854,2,0,0,1,6855,1713,2,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,3,7,4,5,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5004,4,0,-1,'Mark of the Kirin Tor',9857,2,0,0,1,7225,1806,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,7,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5,0,0,0,0,1), (5005,4,0,-1,'Emberspark Pendant',9658,2,0,0,1,7360,1840,2,2047,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,2,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,1), (5006,12,0,-1,'Khazgorm\'s Journal',7152,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',342,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5007,4,0,-1,'Band of Thorns',6478,2,0,0,1,6530,1632,11,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5008,4,0,-1,'Quicksilver Ring',9843,2,16,0,1,6185,1546,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,3,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6,0,0,0,0,1), (5009,4,0,-1,'Mindbender Loop',9840,2,0,0,1,6785,1696,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,5,7,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5010,4,0,-1,'Inscribed Gold Ring',3453,2,0,0,1,7215,1803,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,2,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6,0,0,0,0,1), (5011,4,0,-1,'Welken Ring',9851,2,0,0,1,7650,1912,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,5,5,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5012,12,0,-1,'Fungal Spores',7127,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5013,0,8,-1,'Fertile Bulb',6376,1,0,0,1,152,38,0,-1,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,-1,0,-1,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5016,4,1,-1,'Artisan\'s Trousers',16849,2,0,0,1,14776,2955,7,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5017,12,0,-1,'Nitroglycerin',1150,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5018,12,0,-1,'Wood Pulp',7290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5019,12,0,-1,'Sodium Nitrate',7256,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5020,13,0,-1,'Kolkar Booty Key',4287,1,64,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5107,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5021,12,0,-1,'Explosive Stick of Gann',18062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5140,0,-1,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5022,12,0,-1,'Barak\'s Head',12904,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5023,12,0,-1,'Verog\'s Head',12904,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5024,15,1,-1,'Frost Vial',6340,1,0,0,1,40,2,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5025,12,0,-1,'Hezrul\'s Head',12904,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5026,12,0,-1,'Fire Tar',9518,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5027,12,0,-1,'Rendered Spores',1282,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,2700,0,0,'',0,0,0,0,0,12340), (5028,4,0,-1,'Lord Sakrasis\' Scepter',24742,2,0,0,1,22150,5537,23,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,5,6,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (5029,4,0,-1,'Talisman of the Naga Lord',9860,2,0,0,1,21130,5282,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,4,2,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (5030,12,0,-1,'Centaur Bracers',7070,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5038,12,0,-1,'Tear of the Moons',7267,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5040,2,15,-1,'Shadow Hunter Knife',20321,1,0,0,1,0,0,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5042,0,8,-1,'Red Ribboned Wrapping Paper',6405,1,512,0,1,50,12,0,-1,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5043,0,8,-1,'Red Ribboned Gift',6404,1,512,0,1,0,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5044,0,8,-1,'Blue Ribboned Gift',6329,1,512,0,1,0,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5048,0,8,-1,'Blue Ribboned Wrapping Paper',6330,1,512,0,1,50,12,0,-1,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5050,13,0,-1,'Ignition Key',8902,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5051,12,0,-1,'Dig Rat',7107,1,0,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5052,12,0,-1,'Unconscious Dig Rat',6705,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5161,0,-1,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5054,12,0,-1,'Samophlange',9167,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5055,12,0,-1,'Intact Raptor Horn',7048,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5056,12,0,-1,'Root Sample',1464,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5057,0,5,-1,'Ripe Watermelon',6390,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (5058,12,0,-1,'Silithid Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5059,12,0,-1,'Digging Claw',7108,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5166,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5060,15,1,-1,'Thieves\' Tools',7411,1,0,0,1,1500,0,0,-1,-1,15,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5061,12,0,-1,'Stolen Silver',7260,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5062,12,0,-1,'Raptor Head',9826,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5063,12,0,-1,'Kreenig Snarlsnout\'s Tusk',7154,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5064,12,0,-1,'Witchwing Talon',7288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5065,12,0,-1,'Harpy Lieutenant Ring',6013,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5066,0,5,-1,'Fissure Plant',6377,1,0,0,1,85,21,0,-1,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5067,12,0,-1,'Serena\'s Head',7235,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5068,12,0,-1,'Dried Seeds',6371,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,5206,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5069,2,19,-1,'Fire Wand',6097,2,0,0,1,1466,293,26,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,2,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5071,2,19,-1,'Shadow Wand',18356,2,0,0,1,2216,443,26,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5072,12,0,-1,'Lok\'s Skull',7101,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5073,12,0,-1,'Nak\'s Skull',7101,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5074,12,0,-1,'Kuz\'s Skull',7101,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5075,12,0,-1,'Blood Shard',7045,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5076,12,0,-1,'Shipment of Boots',7242,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5077,12,0,-1,'Telescopic Lens',7268,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5078,12,0,-1,'Theramore Medal',7271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5079,4,0,-1,'Cold Basilisk Eye',6492,2,0,0,1,18570,4642,12,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1139,0,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5080,12,0,-1,'Gazlowe\'s Ledger',1134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5081,1,0,-1,'Kodo Hide Bag',4584,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5082,7,6,-1,'Thin Kodo Leather',7412,1,0,0,1,100,25,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'\'Thin\' is a relative term....',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5083,9,1,-1,'Pattern: Kodo Hide Bag',1102,2,64,0,1,200,50,0,-1,-1,11,0,165,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,5244,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Kodo Hide Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5084,12,0,-1,'Baron Longshore\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5085,12,0,-1,'Bristleback Quilboar Tusk',7209,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5086,12,0,-1,'Zhevra Hooves',7295,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5087,12,0,-1,'Plainstrider Beak',6633,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5088,12,0,-1,'Control Console Operating Manual',7073,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Venture Co. Document 534x9',350,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5089,13,0,-1,'Console Key',9660,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5092,2,19,-1,'Charred Razormane Wand',6101,1,0,0,1,1203,240,26,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,31,2,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5093,2,15,-1,'Razormane Backstabber',20392,1,0,0,1,1239,247,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5094,4,6,-1,'Razormane War Shield',5808,1,0,0,1,1168,233,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,8,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5095,0,5,-1,'Rainbow Fin Albacore',24704,1,0,0,10,125,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5096,12,0,-1,'Prowler Claws',7204,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5097,12,0,-1,'Cats Eye Emerald',6851,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5098,12,0,-1,'Altered Snapjaw Shell',17460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5099,12,0,-1,'Hoof of Lakota\'mani',7144,1,2048,1,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,883,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5100,12,0,-1,'Echeyakee\'s Hide',7086,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5101,12,0,-1,'Ishamuhale\'s Fang',6666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5102,12,0,-1,'Owatanka\'s Tailspike',8007,1,2048,1,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,884,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5103,12,0,-1,'Washte Pawne\'s Feather',11207,1,2048,1,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,885,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5104,12,0,-1,'Heart of Isha Awak',7142,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5105,15,0,-1,'Explosive Shell',7300,1,0,0,1,100,5,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5106,4,1,-1,'Red Defias Mask',15308,0,0,0,1,417,83,1,31240,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5107,4,0,-1,'Deckhand\'s Shirt',16557,1,0,0,1,698,139,4,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5108,4,2,-1,'Dark Iron Leather',16882,1,16,0,1,8081,1616,5,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5109,4,1,-1,'Stonesplinter Rags',16589,1,0,0,1,1116,223,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5110,4,1,-1,'Dalaran Wizard\'s Robe',12656,1,0,0,1,1289,257,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5111,4,1,-1,'Rathorian\'s Cape',18133,2,0,0,1,1063,212,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5112,2,15,-1,'Ritual Blade',20491,2,0,0,1,3651,730,13,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5113,15,0,-1,'Mark of the Syndicate',6565,0,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5114,15,0,-1,'Severed Talon',6627,0,0,0,1,385,96,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5115,15,0,-1,'Broken Wishbone',18072,0,0,0,1,405,101,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5116,7,6,-1,'Long Tail Feather',19571,0,0,0,1,1215,303,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5117,12,0,-1,'Vibrant Plume',19570,1,0,0,1,3300,825,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5118,15,0,-1,'Large Flat Tooth',6657,0,0,0,1,285,71,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5119,15,0,-1,'Fine Loose Hair',18095,0,0,0,1,475,118,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5120,15,0,-1,'Long Tail Hair',18096,0,0,0,1,775,193,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5121,15,0,-1,'Dirty Kodo Scale',6646,0,0,0,1,650,162,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5122,15,0,-1,'Thick Kodo Hair',6702,0,0,0,1,1150,287,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5123,15,0,-1,'Steel Arrowhead',6701,0,0,0,1,470,117,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5124,15,0,-1,'Small Raptor Tooth',6002,0,0,0,1,470,117,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5125,15,0,-1,'Charged Scale',6628,0,0,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5128,15,0,-1,'Shed Lizard Skin',568,0,0,0,1,810,202,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5133,15,0,-1,'Seeping Gizzard',1438,0,0,0,1,1200,300,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5134,12,0,-1,'Small Furry Paw',7231,1,0,0,1,370,92,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5135,15,0,-1,'Thin Black Claw',6651,0,0,0,1,570,142,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5136,15,0,-1,'Torn Furry Ear',6704,0,0,0,1,710,177,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5137,15,0,-1,'Bright Eyeball',1504,0,0,0,1,870,217,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5138,12,0,-1,'Harvester\'s Head',15525,1,2048,1,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,897,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5140,15,1,-1,'Flash Powder',32819,0,16,0,1,25,6,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5143,12,0,-1,'Thunder Lizard Blood',7262,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5150,9,0,-1,'Book of Healing Touch III',1317,1,80,0,1,0,225,0,32256,511,14,14,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5164,12,0,-1,'Thunderhawk Wings',8284,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5165,12,0,-1,'Sunscale Feather',19799,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5316,0,-1,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5166,12,0,-1,'Webwood Venom Sac',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5167,12,0,-1,'Webwood Egg',18047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5168,12,0,-1,'Timberling Seed',7273,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5169,12,0,-1,'Timberling Sprout',7274,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5170,12,0,-1,'Mossy Tumor',5283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5173,15,0,-1,'Deathweed',7328,0,0,0,1,100,25,0,8,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It must be carried very, very carefully.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5175,15,1,-1,'Earth Totem',7299,1,32,0,1,0,0,0,-1,-1,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5176,15,1,-1,'Fire Totem',7299,1,32,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5177,15,1,-1,'Water Totem',7299,1,32,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5178,15,1,-1,'Air Totem',7299,1,32,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5179,12,0,-1,'Moss-twined Heart',5283,1,2048,2,1,0,0,0,-1,-1,5,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,927,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5180,4,0,-1,'Necklace of Harmony',6494,2,0,0,1,11110,2777,2,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5181,4,1,-1,'Vibrant Silk Cape',23142,2,0,0,1,8891,1778,16,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,5,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5182,2,8,-1,'Shiver Blade',8000,2,0,0,1,8849,1769,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,46,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18092,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5183,4,0,-1,'Pulsating Hydra Heart',21607,3,0,0,1,6300,1575,23,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5184,12,0,-1,'Filled Crystal Phial',7124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5185,12,0,-1,'Crystal Phial',8545,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4976,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5186,12,0,-1,'Partially Filled Vessel',7125,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5187,2,5,-1,'Rhahk\'Zor\'s Hammer',8600,3,0,0,1,10815,2163,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,68,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5188,12,0,-1,'Filled Vessel',7125,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5189,12,0,-1,'Glowing Fruit',7130,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5190,12,0,-1,'Shimmering Frond',7240,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5191,2,7,-1,'Cruel Barb',7311,3,0,0,1,14822,2964,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5192,2,7,-1,'Thief\'s Blade',5144,3,524288,0,1,10818,2163,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5193,4,1,-1,'Cape of the Brotherhood',22998,3,0,0,1,4701,940,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,3,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5194,2,1,-1,'Taskmaster Axe',19296,3,0,0,1,15399,3079,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5195,4,1,-1,'Gold-flecked Gloves',16966,3,0,0,1,2188,437,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5196,2,0,-1,'Smite\'s Reaver',13913,3,0,0,1,10984,2196,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,3,4,2,31,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,36,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5197,2,4,-1,'Cookie\'s Tenderizer',20953,3,0,0,1,9588,1917,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5198,2,19,-1,'Cookie\'s Stirring Rod',21011,3,0,0,1,8301,1660,26,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5199,4,2,-1,'Smelting Pants',1978,3,0,0,1,4830,966,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,8,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5200,2,6,-1,'Impaling Harpoon',5949,3,0,0,1,13938,2787,17,-1,-1,22,20,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,55,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5201,2,10,-1,'Emberstone Staff',20340,3,0,0,1,15809,3161,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,3,6,5,7,5,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,71,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5202,4,1,-1,'Corsair\'s Overshirt',12803,3,0,0,1,5738,1147,5,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,6,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5203,12,0,-1,'Flatland Prowler Claw',6669,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5204,12,0,-1,'Bloodfeather Belt',7046,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5205,0,8,-1,'Sprouted Frond',6416,1,0,0,1,125,31,0,-1,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5206,0,8,-1,'Bogling Root',6331,1,0,0,1,150,37,0,-1,-1,12,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5665,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5207,2,19,-1,'Opaque Wand',20903,2,0,0,1,5406,1081,26,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5208,2,19,-1,'Smoldering Wand',20829,1,0,0,1,3340,668,26,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,28,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5209,2,19,-1,'Gloom Wand',6099,1,0,0,1,3855,771,26,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5210,2,19,-1,'Burning Wand',20787,1,0,0,1,5808,1161,26,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5211,2,19,-1,'Dusk Wand',20852,1,0,0,1,5830,1166,26,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5212,2,19,-1,'Blazing Wand',6081,2,0,0,1,3361,672,26,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,2,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5213,2,19,-1,'Scorching Wand',20907,2,0,0,1,26093,5218,26,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5214,2,19,-1,'Wand of Eventide',21020,2,0,0,1,19678,3935,26,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5215,2,19,-1,'Ember Wand',20815,2,0,0,1,43281,8656,26,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,2,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5253,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (5216,2,19,-1,'Umbral Wand',20790,2,0,0,1,59109,11821,26,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,70,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5262,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (5217,12,0,-1,'Tainted Heart',3422,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5218,12,0,-1,'Cleansed Timberling Heart',3422,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5666,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5219,12,0,-1,'Inscribed Bark',7149,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5220,12,0,-1,'Gnarlpine Fang',7134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5221,12,0,-1,'Melenas\' Head',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5229,0,8,-1,'Handstitched Leather Bracers',6007,1,0,0,1,143,28,0,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5232,0,0,-1,'Minor Soulstone',6009,1,66,0,1,0,0,0,-1,-1,18,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20707,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5233,12,0,-1,'Stone of Relu',6017,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5234,12,0,-1,'Flagongut\'s Fossil',6016,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5235,2,19,-1,'Alchemist\'s Wand',6081,1,272,0,1,206,41,26,-1,-1,7,1,8,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,2,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5236,2,19,-1,'Combustible Wand',20916,1,0,0,1,14394,2878,26,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,54,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5237,0,8,-1,'Mind-numbing Poison',13709,1,2097216,0,1,40,10,0,8,-1,24,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5761,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5238,2,19,-1,'Pitchwood Wand',20787,1,0,0,1,35727,7145,26,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5239,2,19,-1,'Blackbone Wand',20776,1,0,0,1,38731,7746,26,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,5,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5240,2,19,-1,'Torchlight Wand',6101,2,0,0,1,6221,1244,26,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (5241,2,19,-1,'Dwarven Flamestick',6097,2,0,0,1,4105,821,26,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5242,2,19,-1,'Cinder Wand',6093,2,0,0,1,3115,623,26,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,22,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5243,2,19,-1,'Firebelcher',12601,3,0,0,1,6562,1312,26,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5244,2,19,-1,'Consecrated Wand',21024,2,0,0,1,17325,3465,26,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,3,0,0,0,0,0,0,0,0,0,0,1200,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5245,2,19,-1,'Summoner\'s Wand',21019,2,0,0,1,25458,5091,26,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5246,2,19,-1,'Excavation Rod',6093,2,0,0,1,17450,3490,26,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,60,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5247,2,19,-1,'Rod of Sorrow',20828,2,0,0,1,39806,7961,26,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,79,5,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (5248,2,19,-1,'Flash Wand',21023,2,0,0,1,34245,6849,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,52,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (5249,2,19,-1,'Burning Sliver',20793,2,0,0,1,43292,8658,26,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,56,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (5250,2,19,-1,'Charred Wand',6140,2,0,0,1,13233,2646,26,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,52,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5251,12,0,-1,'Phial of Scrying',8752,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5809,0,-5,-5,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5252,2,19,-1,'Wand of Decay',20825,2,0,0,1,5877,1175,26,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,31,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (5253,2,19,-1,'Goblin Igniter',20801,2,0,0,1,39761,7952,26,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,85,2,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (5254,4,2,-1,'Rugged Spaulders',10179,3,0,0,1,3090,618,3,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5255,2,0,-1,'Quilboar Tomahawk',8472,2,0,8192,1,3427,685,21,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5256,2,4,-1,'Kovork\'s Rattle',19673,2,0,0,1,36137,7227,13,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,2,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5257,4,1,-1,'Dark Hooded Cape',23000,3,0,0,1,15799,3159,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,3,10,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (5259,2,2,-1,'Flaming Arrows',6232,0,0,8192,1,9,1,15,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5263,15,0,-1,'Pocket Lint',6238,0,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5266,4,0,-1,'Eye of Adaegus',9837,3,524288,0,1,44630,11157,11,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,6,12,7,5,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (5267,2,15,-1,'Scarlet Kris',3363,3,524288,0,1,269347,53869,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (5268,15,0,-1,'Cracked Silithid Shell',16363,0,0,0,1,875,218,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5269,15,0,-1,'Silithid Ichor',2885,0,0,0,1,380,95,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5270,12,0,-1,'Death Cap',15857,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5271,12,0,-1,'Scaber Stalk',19488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5272,12,0,-1,'Insane Scribbles',6927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5273,12,0,-1,'Mathystra Relic',13988,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5274,4,1,-1,'Rose Mantle',17135,2,0,0,1,5019,1003,3,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5275,4,2,-1,'Binding Girdle',7545,2,0,0,1,880,176,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5279,2,15,-1,'Harpy Skinner',20411,2,0,0,1,7185,1437,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5283,2,15,-1,'Monster - Dagger, Ornate Spikey Base',6448,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5299,4,2,-1,'Gloves of the Moon',17223,2,0,0,1,1796,359,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5302,4,6,-1,'Cobalt Buckler',18451,2,0,0,1,4648,929,14,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5306,2,10,-1,'Wind Rider Staff',7524,2,0,0,1,8554,1710,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5309,2,3,-1,'Privateer Musket',7531,2,0,0,1,5191,1038,26,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,33,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5310,4,1,-1,'Sea Dog Britches',7533,2,0,0,1,2779,555,7,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5311,4,2,-1,'Buckled Boots',17159,2,0,0,1,3007,601,8,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,3,7,4,5,2,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5312,4,3,-1,'Riveted Gauntlets',7540,2,0,0,1,2100,420,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5313,4,0,-1,'Totemic Clan Ring',7544,2,0,0,1,2600,650,11,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5314,4,1,-1,'Boar Hunter\'s Cape',23012,2,0,0,1,2115,423,16,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5315,4,1,-1,'Timberland Armguards',28200,2,0,0,1,1070,214,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,6,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5316,4,2,-1,'Barkshell Tunic',16870,2,0,0,1,6778,1355,5,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5317,4,2,-1,'Dry Moss Tunic',8658,2,0,0,1,6803,1360,5,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,8,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5318,2,1,-1,'Zhovur Axe',22225,2,0,0,1,8946,1789,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,49,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5319,4,2,-1,'Bashing Pauldrons',7553,1,0,0,1,1616,323,3,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5320,4,3,-1,'Padded Lamellar Boots',7554,2,0,0,1,1863,372,8,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5321,2,7,-1,'Elegant Shortsword',20014,2,0,0,1,7424,1484,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,26,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5322,2,5,-1,'Demolition Hammer',19611,2,0,0,1,20081,4016,17,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,1,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,49,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5323,4,0,-1,'Everglow Lantern',7557,2,0,0,1,6530,1632,23,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,14053,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (5324,2,4,-1,'Engineer\'s Hammer',8576,2,0,0,1,3882,776,13,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,26,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5325,4,6,-1,'Welding Shield',7559,2,0,0,1,2494,498,14,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,6,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5326,2,19,-1,'Flaring Baton',6097,2,0,0,1,3880,776,26,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5327,4,2,-1,'Greasy Tinker\'s Pants',16958,2,0,0,1,2596,519,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,4,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5328,4,3,-1,'Cinched Belt',7563,2,0,0,1,1028,205,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5329,15,0,-1,'Cat Figurine',8289,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5330,12,0,-1,'Elven Cup Relic',18061,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5332,15,0,-1,'Glowing Cat Figurine',8289,1,0,0,1,60,15,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6084,0,-1,0,600000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5333,12,0,-1,'Mathystra Relic',13990,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5334,12,0,-1,'99-Year-Old Port',18079,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5335,15,0,-1,'A Sack of Coins',1183,1,4,0,1,0,0,0,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,750,2250,0,12340), (5336,12,0,-1,'Grell Earring',9849,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5337,4,1,-1,'Wayfaring Gloves',19899,2,0,0,1,836,167,10,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5338,12,0,-1,'Ancient Moonstone Seal',7572,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6234,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5339,12,0,-1,'Serpentbloom',7573,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5340,2,10,-1,'Cauldron Stirrer',20417,2,0,0,1,4597,919,17,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5341,4,2,-1,'Spore-covered Tunic',8717,2,0,0,1,1845,369,5,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5342,0,5,-1,'Raptor Punch',18099,1,0,0,1,355,88,0,-1,-1,18,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6114,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5343,4,1,-1,'Barkeeper\'s Cloak',23088,2,0,0,1,1534,306,16,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5344,2,0,-1,'Pointed Axe',8485,2,0,0,1,2812,562,13,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5345,2,5,-1,'Stonewood Hammer',8602,2,0,0,1,3529,705,17,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,37,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5346,2,2,-1,'Orcish Battle Bow',20719,2,0,0,1,2125,425,15,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,1900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5347,2,19,-1,'Pestilent Wand',21022,1,0,0,1,15713,3142,26,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,3,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5348,12,0,-1,'Worn Parchment',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5349,0,5,-1,'Conjured Muffin',6342,1,2097154,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (5350,0,5,-1,'Conjured Water',18081,1,2097154,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5351,4,0,-1,'Bounty Hunter\'s Ring',6011,2,0,0,1,1615,403,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5352,12,0,-1,'Book: The Powers Below',7637,1,2048,2,1,0,0,0,-1,-1,20,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,968,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5353,12,0,-1,'Message for Elissa Starbreeze',7630,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',360,2,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5354,12,0,-1,'Letter to Delgren',8919,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',361,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5355,4,2,-1,'Beastmaster\'s Girdle',7662,2,0,0,1,4739,947,6,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,7,5,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5356,2,19,-1,'Branding Rod',20834,2,0,0,1,12971,2594,26,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5357,4,6,-1,'Ward of the Vale',1685,2,0,0,1,11108,2221,14,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5359,12,0,-1,'Lorgalis Manuscript',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',794,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5360,12,0,-1,'Highborne Relic',7697,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5361,15,0,-1,'Fishbone Toothpick',6651,0,0,0,1,65,16,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5362,15,0,-1,'Chew Toy',1504,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5363,15,0,-1,'Folded Handkerchief',7717,0,0,0,1,80,20,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5364,15,0,-1,'Dry Salt Lick',4718,0,0,0,1,110,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5366,12,0,-1,'Glowing Soul Gem',6554,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5367,15,0,-1,'Primitive Rock Tool',4717,0,0,0,1,90,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5368,15,0,-1,'Empty Wallet',7718,0,0,0,1,195,48,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5369,15,0,-1,'Gnawed Bone',7251,0,0,0,1,130,32,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5370,15,0,-1,'Bent Spoon',7716,0,0,0,1,150,37,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5371,15,0,-1,'Piece of Coral',6652,0,0,0,1,192,48,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5373,15,0,-1,'Lucky Charm',15026,1,0,0,1,290,72,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5374,15,0,-1,'Small Pocket Watch',7719,0,0,0,1,350,87,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5375,15,0,-1,'Scratching Stick',8119,0,0,0,1,380,95,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5376,15,0,-1,'Broken Mirror',7268,0,0,0,1,265,66,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5377,15,0,-1,'Scallop Shell',7714,0,0,0,1,230,57,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5379,15,0,-1,'Broken Boot Knife',20781,0,0,0,1,0,0,0,-1,-1,8,3,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5382,12,0,-1,'Anaya\'s Pendant',7735,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5383,12,0,-1,'Athrikus Narassin\'s Head',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,8,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5385,12,0,-1,'Crawler Leg',8007,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5386,12,0,-1,'Fine Moonstalker Pelt',7740,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5387,4,1,-1,'Enchanted Moonstalker Cloak',23108,2,32832,0,1,0,0,16,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,6298,0,1,1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5388,12,0,-1,'Ran Bloodtooth\'s Skull',7741,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5389,12,0,-1,'Corrupted Furbolg Totem',7742,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5390,12,0,-1,'Fandral\'s Message',7744,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5391,12,0,-1,'Rare Earth',7791,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5392,2,15,-1,'Thistlewood Dagger',6432,1,0,0,1,127,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5393,2,10,-1,'Thistlewood Staff',5108,1,0,0,1,160,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5394,4,2,-1,'Archery Training Gloves',7823,1,0,0,1,32,6,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5395,4,6,-1,'Woodland Shield',18671,1,0,0,1,82,16,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5396,13,0,-1,'Key to Searing Gorge',13824,1,64,2,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6249,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5397,13,0,-1,'Defias Gunpowder',7828,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6250,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5398,4,2,-1,'Canopy Leggings',16951,1,0,0,1,65,13,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5399,4,3,-1,'Tracking Boots',7835,1,0,0,1,59,11,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5400,12,0,-1,'Blood of Cobrahn',1150,1,16,8192,1,70,17,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5404,4,2,-1,'Serpent\'s Shoulders',6729,3,0,0,1,4690,938,3,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5405,4,1,-1,'Draped Cloak',23105,1,0,0,1,37,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5410,2,14,-1,'OLDCeremonial Club',7867,1,1104,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,4954,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5411,4,0,-1,'Winterhoof Cleansing Totem',7866,1,64,0,1,0,0,0,-1,32,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4975,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5412,12,0,-1,'Thresher Eye',6492,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5413,12,0,-1,'Moonstalker Fang',7886,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5414,12,0,-1,'Grizzled Scalp',6683,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5415,12,0,-1,'Thunderhorn Cleansing Totem',7866,1,64,0,1,0,0,0,-1,32,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4977,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5416,12,0,-1,'Wildmane Cleansing Totem',7866,1,64,0,1,0,0,0,-1,32,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4978,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5417,15,0,-1,'Weapon of Massive Destruction (test)',7888,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5418,15,0,-1,'Weapon of Mass Destruction (test)',7889,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5419,4,2,-1,'Feral Bracers',17002,1,0,0,1,68,13,9,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5420,4,1,-1,'Banshee Armor',8635,2,0,0,1,1138,227,5,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5421,0,0,-1,'Fiery Blaze Enchantment',7899,1,64,0,1,2600,650,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6296,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5422,4,2,-1,'Brambleweed Leggings',16974,2,0,0,1,3460,692,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,3,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5423,2,1,-1,'Boahn\'s Fang',19221,3,0,0,1,10422,2084,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,9,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,53,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5424,12,0,-1,'Ancient Statuette',7928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5425,4,3,-1,'Runescale Girdle',7932,3,0,0,1,2520,504,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5426,2,0,-1,'Serpent\'s Kiss',19396,3,0,0,1,8431,1686,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,18197,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5427,15,0,-1,'Crude Pocket Watch',8118,0,0,0,1,590,147,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5428,15,0,-1,'An Exotic Cookbook',8117,0,0,0,1,1290,322,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'How To Serve Man',410,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5429,15,0,-1,'A Pretty Rock',8121,0,0,0,1,550,137,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5430,15,0,-1,'Intricate Bauble',8120,0,0,0,1,1110,277,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5431,15,0,-1,'Empty Hip Flask',18058,0,0,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5432,15,0,-1,'Hickory Pipe',8114,0,0,0,1,1320,330,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5433,15,0,-1,'Rag Doll',6358,0,0,0,1,555,138,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5435,15,0,-1,'Shiny Dinglehopper',8115,0,0,0,1,1090,272,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5437,12,0,-1,'Bathran\'s Hair',1442,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5439,11,2,-1,'Small Quiver',21318,1,0,0,1,100,25,18,-1,-1,5,1,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5440,12,0,-1,'Bottle of Disease',3788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5441,11,3,-1,'Small Shot Pouch',1816,1,0,0,1,1000,250,18,-1,-1,5,1,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5442,12,0,-1,'Head of Arugal',7951,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5443,4,6,-1,'Gold-plated Buckler',18523,3,0,0,1,5335,1067,14,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5444,4,1,-1,'Miner\'s Cape',15089,3,0,0,1,2182,436,16,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5445,12,0,-1,'Ring of Zoram',9865,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5446,15,0,-1,'Broken Elemental Bracer',7954,0,0,0,1,55,13,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5447,15,0,-1,'Damaged Elemental Bracer',7954,0,0,0,1,80,20,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5448,15,0,-1,'Fractured Elemental Bracer',7954,0,0,0,1,70,17,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5451,15,0,-1,'Crushed Elemental Bracer',7954,0,0,0,1,90,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5455,12,0,-1,'Divined Scroll',7957,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This paper is covered in glowing runes.',394,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5456,12,0,-1,'Divining Scroll',7956,1,1024,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6310,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The paper is blank save for a few runes. You\'ll need bracers from the elementals to use it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5457,0,0,-1,'Severed Voodoo Claw',1496,1,0,0,1,95,23,0,-1,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8277,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5458,4,1,-1,'Dirtwood Belt',9908,1,0,0,1,139,27,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5459,2,0,-1,'Defender Axe',5014,2,0,0,1,2362,472,13,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,10,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5460,12,0,-1,'Orendil\'s Cure',7976,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5461,12,0,-1,'Branch of Cenarius',9659,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5462,12,0,-1,'Dartol\'s Rod of Transformation',7982,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6405,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5463,12,0,-1,'Glowing Gem',7984,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5464,12,0,-1,'Iron Shaft',8033,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5465,7,8,-1,'Small Spider Leg',7345,1,0,0,1,12,3,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5466,7,8,-1,'Scorpid Stinger',7987,1,0,0,1,32,8,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5467,7,8,-1,'Kodo Meat',6680,1,0,0,1,30,7,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5468,7,8,-1,'Soft Frenzy Flesh',7988,1,0,0,1,48,12,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5469,7,8,-1,'Strider Meat',1116,1,0,0,1,36,9,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5470,7,8,-1,'Thunder Lizard Tail',7989,1,0,0,1,115,28,0,-1,-1,22,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5471,7,8,-1,'Stag Meat',7990,1,0,0,1,120,30,0,-1,-1,23,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5472,0,5,-1,'Kaldorei Spider Kabob',25473,1,0,0,1,40,10,0,-1,-1,7,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5473,0,5,-1,'Scorpid Surprise',7994,1,0,0,1,40,10,0,-1,-1,8,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6410,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5474,0,5,-1,'Roasted Kodo Meat',25481,1,0,0,1,36,9,0,-1,-1,10,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5475,13,0,-1,'Wooden Key',8951,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6527,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5476,0,5,-1,'Fillet of Frenzy',7996,1,0,0,1,12,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5477,0,5,-1,'Strider Stew',6406,1,0,0,1,74,18,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5478,0,5,-1,'Dig Rat Stew',557,1,0,0,1,280,70,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5479,0,5,-1,'Crispy Lizard Tail',8088,1,0,0,1,500,125,0,-1,-1,22,12,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5480,0,5,-1,'Lean Venison',25475,1,0,0,1,380,95,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (5481,12,0,-1,'Satyr Horns',7999,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5482,9,5,-1,'Recipe: Kaldorei Spider Kabob',811,1,64,0,1,40,10,0,-1,-1,5,0,185,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6412,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Kaldorei Spider Kabob.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5483,9,5,-1,'Recipe: Scorpid Surprise',811,1,64,0,1,140,35,0,-1,-1,8,0,185,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6413,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Scorpid Surprise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5484,9,5,-1,'Recipe: Roasted Kodo Meat',811,1,64,0,1,240,60,0,-1,-1,10,0,185,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6414,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Roasted Kodo Meat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5485,9,5,-1,'Recipe: Fillet of Frenzy',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6415,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Fillet of Frenzy.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5486,9,5,-1,'Recipe: Strider Stew',1102,1,64,0,1,440,110,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6416,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Strider Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5487,9,5,-1,'Recipe: Dig Rat Stew',1102,1,64,0,1,800,200,0,-1,-1,20,0,185,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a disgusting Dig Rat Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5488,9,5,-1,'Recipe: Crispy Lizard Tail',1102,1,64,0,1,400,100,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook up a Crispy Lizard Tail.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5489,9,5,-1,'Recipe: Lean Venison',1102,1,64,0,1,1200,300,0,-1,-1,25,0,185,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6419,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Lean Venison.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5490,12,0,-1,'Wrathtail Head',8009,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5493,12,0,-1,'Elune\'s Tear',13120,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5494,12,0,-1,'Handful of Stardust',8014,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5495,2,4,-1,'Black Supe',8011,1,0,0,1,0,12,13,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5498,3,7,-1,'Small Lustrous Pearl',12309,2,0,0,1,800,200,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5500,3,7,-1,'Iridescent Pearl',12310,2,0,0,1,3000,750,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5503,7,8,-1,'Clam Meat',22193,1,0,0,1,65,16,0,-1,-1,14,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5504,7,8,-1,'Tangy Clam Meat',22193,1,0,0,1,90,22,0,-1,-1,23,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5505,12,0,-1,'Teronis\' Journal',7152,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The journal is waterlogged, but in otherwise good condition.',403,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5506,15,0,-1,'Beady Eye Stalk',1504,0,0,0,1,285,71,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5507,7,3,-1,'Ornate Spyglass',7365,1,64,0,1,2400,600,0,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12883,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5508,12,0,-1,'Fallen Moonstone',8025,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5509,0,8,-1,'Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,34,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5720,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (5510,0,8,-1,'Greater Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,46,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5723,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (5511,0,8,-1,'Lesser Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,22,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6263,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (5512,0,8,-1,'Minor Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,10,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6262,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (5513,0,0,-1,'Mana Jade',7393,1,2097152,0,1,0,0,0,-1,-1,38,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10052,0,-1,-1,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340), (5514,4,0,-1,'Mana Agate',6851,1,2097152,0,1,0,0,0,-1,-1,28,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5405,0,-1,-1,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340), (5515,12,0,-1,'Deprecated Iron Pummel',7985,1,16,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5516,2,15,-1,'Threshadon Fang',8028,0,0,0,1,1589,317,13,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5517,15,1,-1,'Tiny Bronze Key',16454,1,0,0,1,200,50,0,128,-1,18,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A reagent for mage spells.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5518,15,1,-1,'Tiny Iron Key',8902,1,0,0,1,600,150,0,128,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A reagent for mage spells.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5519,12,0,-1,'Iron Pommel',8032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5520,12,0,-1,'Velinde\'s Journal',8040,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',396,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5521,12,0,-1,'Velinde\'s Key',8042,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5522,4,0,-1,'Spellstone (DEPRECATED)',21610,1,2097154,0,1,0,0,28,-1,-1,36,36,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,1148,180000,32793,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5523,7,11,-1,'Small Barnacled Clam',7177,1,64,0,1,60,15,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58172,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5524,7,11,-1,'Thick-shelled Clam',16212,1,64,0,1,85,21,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58168,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5525,0,5,-1,'Boiled Clams',8048,1,0,0,1,80,20,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5526,0,5,-1,'Clam Chowder',8049,1,0,0,1,300,75,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5527,0,5,-1,'Goblin Deviled Clams',7177,1,0,0,1,380,95,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (5528,9,5,-1,'Recipe: Clam Chowder',1102,1,64,0,1,800,200,0,-1,-1,20,0,185,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a delicious Clam Chowder.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5529,15,0,-1,'Tomb Dust',6371,0,0,0,1,500,125,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5530,15,0,-1,'Worthless Blinding Powder',44344,0,0,0,1,500,125,0,-1,-1,34,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Once favored by rogues as a blinding agent, it was abandoned for more readily available resources... like dirt.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5531,12,0,-1,'Deprecated Brakgul Deathbringer\'s Head',7141,1,2064,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5533,12,0,-1,'Ilkrud Magthrull\'s Tome',9129,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5534,12,0,-1,'Parker\'s Lunch',7416,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5535,12,0,-1,'Compendium of the Fallen',8093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',572,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5536,12,0,-1,'Mythology of the Titans',8094,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',575,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5537,12,0,-1,'Sarilus Foulborne\'s Head',3486,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5538,12,0,-1,'Vorrel\'s Wedding Ring',8096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5539,12,0,-1,'Letter of Commendation',8097,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed by Brother Anton of the Scarlet Crusade',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5540,2,15,-1,'Pearl-handled Dagger',6439,2,0,0,1,10539,2107,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,26,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (5541,2,4,-1,'Iridescent Hammer',19801,2,0,0,1,18470,3694,13,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,32,3,38,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5542,4,1,-1,'Pearl-clasped Cloak',23131,2,0,0,1,1853,370,16,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5543,9,4,-1,'Plans: Iridescent Hammer',15274,2,64,0,1,1800,450,0,-1,-1,28,0,164,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6518,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Iridescent Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5544,12,0,-1,'Dal Bloodclaw\'s Skull',7741,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5547,12,0,-1,'Reconstructed Rod',8122,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5549,2,15,-1,'Fast Test Dagger',6432,0,0,8192,1,78816,15763,13,-1,-1,60,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5550,2,3,-1,'Fast Test Gun',6592,0,0,8192,1,67635,13527,26,-1,-1,70,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5555,2,7,-1,'Fast Test 1H Sword',47449,0,0,8192,1,80648,16129,21,-1,-1,60,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5560,2,19,-1,'Fast Test Wand',6097,0,0,8192,1,8888,1777,26,-1,-1,33,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5562,15,0,-1,'The Lay of Ameth\'Aran',8132,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',953,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5563,15,0,-1,'The Fall of Ameth\'Aran',8132,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',954,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5565,15,1,-1,'Infernal Stone',6504,1,0,0,1,5000,1250,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5566,15,0,-1,'Broken Antler',7999,0,0,0,1,420,105,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5567,15,0,-1,'Silver Hook',8233,0,0,0,1,785,196,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5568,6,3,-1,'Smooth Pebble',5998,1,0,0,200,16,4,24,-1,-1,18,13,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5569,15,0,-1,'Seaweed',7415,0,0,0,1,815,203,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5570,12,0,-1,'Deepmoss Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5571,1,0,-1,'Small Black Pouch',1281,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5572,1,0,-1,'Small Green Pouch',1277,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5573,1,0,-1,'Green Leather Bag',3565,1,0,0,1,3500,875,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5574,1,0,-1,'White Leather Bag',8269,1,0,0,1,3500,875,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5575,1,0,-1,'Large Green Sack',3568,1,0,0,1,10000,2500,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5576,1,0,-1,'Large Brown Sack',1183,1,0,0,1,10000,2500,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5578,9,4,-1,'Plans: Silvered Bronze Breastplate',15274,2,64,0,1,1200,300,0,-1,-1,26,0,164,130,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,2673,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Silvered Bronze Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5579,2,5,-1,'Militia Warhammer',19544,1,0,0,1,160,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,9,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5580,2,4,-1,'Militia Hammer',19777,1,0,0,1,128,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5581,2,10,-1,'Smooth Walking Staff',20446,1,0,0,1,161,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5582,12,0,-1,'Stonetalon Sap',8283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5583,12,0,-1,'Fey Dragon Scale',8284,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5584,12,0,-1,'Twilight Whisker',18096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5585,12,0,-1,'Courser Eye',6492,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5586,2,7,-1,'Thistlewood Blade',1547,1,0,0,1,131,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5587,2,4,-1,'Thornroot Club',19648,2,0,0,1,2562,512,13,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5588,12,0,-1,'Lydon\'s Toxin',7976,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5589,4,3,-1,'Moss-covered Gauntlets',8292,1,0,0,1,206,41,10,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5590,4,1,-1,'Cord Bracers',16918,1,0,0,1,180,36,9,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5591,4,1,-1,'Rain-spotted Cape',23055,1,0,0,1,271,54,16,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5592,4,3,-1,'Shackled Girdle',8295,1,0,0,1,272,54,6,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5593,4,6,-1,'Crag Buckler',8296,1,0,0,1,582,116,14,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5594,12,0,-1,'Letter to Jin\'Zil',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',415,3,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5595,2,5,-1,'Thicket Hammer',8298,1,0,0,1,1177,235,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,24,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5596,2,2,-1,'Ashwood Bow',20720,1,0,0,1,709,141,15,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5600,2,13,-1,'Monster - Claw - Bear',8379,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5601,15,0,-1,'Hatched Egg Sac',18053,0,0,0,1,90,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5602,15,0,-1,'Sticky Spider Webbing',18597,0,0,0,1,255,63,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5603,1,0,-1,'Wizbang\'s Gunnysack',8384,1,16,0,1,1200,300,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5604,2,19,-1,'Elven Wand',28159,2,0,0,1,1901,380,26,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5605,2,15,-1,'Pruning Knife',3550,1,0,0,1,751,150,13,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5606,4,1,-1,'Gardening Gloves',16817,1,0,0,1,116,23,10,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5608,4,1,-1,'Living Cowl',15278,2,0,0,1,17315,3463,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,7,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5609,4,2,-1,'Steadfast Cinch',6755,2,0,0,1,2235,447,6,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5610,4,1,-1,'Gustweald Cloak',23115,2,0,0,1,1040,208,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5611,4,0,-1,'Tear of Grief',8436,2,0,0,1,1810,452,23,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5612,4,2,-1,'Ivy Cuffs',17010,1,0,0,1,364,72,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5613,2,10,-1,'Staff of the Purifier',20384,2,0,0,1,13177,2635,17,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,68,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,14134,0,3,3,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (5614,2,8,-1,'Seraph\'s Strike',20182,2,0,0,1,30735,6147,17,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,4,3,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,81,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5615,2,8,-1,'Woodsman Sword',20121,2,0,0,1,8883,1776,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,52,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5616,2,15,-1,'Gutwrencher',20376,3,524288,0,1,113691,22738,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,16406,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (5617,4,2,-1,'Vagabond Leggings',6718,2,0,0,1,1235,247,7,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,4,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5618,4,1,-1,'Scout\'s Cloak',15032,1,0,0,1,285,57,16,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5619,12,0,-1,'Jade Phial',8518,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6609,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5620,12,0,-1,'Vial of Innocent Blood',7206,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5621,12,0,-1,'Tourmaline Phial',8543,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6610,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5622,4,0,-1,'Clergy Ring',14432,2,0,0,1,2225,556,11,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5623,12,0,-1,'Amethyst Phial',8547,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6611,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5624,4,1,-1,'Circlet of the Order',15905,2,0,0,1,14635,2927,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,7,7,5,3,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5625,4,2,-1,'Deprecated Band of the Order',13247,0,16,8192,1,1651,330,1,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5626,2,1,-1,'Skullchipper',19246,2,0,0,1,8588,1717,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,55,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5627,2,15,-1,'Relic Blade',20354,2,0,0,1,6896,1379,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5628,12,0,-1,'Zamah\'s Note',6639,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',448,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5629,4,2,-1,'Hammerfist Gloves',8450,2,0,0,1,1737,347,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5630,4,2,-1,'Windfelt Gloves',8449,2,0,0,1,1743,348,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5631,0,1,-1,'Rage Potion',15741,1,0,0,1,120,30,0,1025,32767,14,4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6612,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5632,0,1,-1,'Cowardly Flight Potion',4133,1,0,0,1,200,85,0,-1,-1,25,15,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6614,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5633,0,1,-1,'Great Rage Potion',15791,1,0,0,1,600,150,0,1025,32767,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6613,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5634,0,1,-1,'Free Action Potion',8453,1,0,0,1,300,75,0,-1,-1,30,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6615,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5635,7,11,-1,'Sharp Claw',1496,1,0,0,1,180,45,0,-1,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5636,15,0,-1,'Delicate Feather',19568,0,0,0,1,300,75,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5637,7,11,-1,'Large Fang',2460,1,0,0,1,300,75,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5638,12,0,-1,'Toxic Fogger',8471,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6620,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5639,12,0,-1,'Filled Jade Phial',8523,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5640,9,6,-1,'Recipe: Rage Potion',1301,1,64,0,1,100,25,0,-1,-1,14,0,171,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Rage Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5642,9,6,-1,'Recipe: Free Action Potion',1301,1,64,0,1,1800,450,0,-1,-1,30,0,171,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6624,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Free Action Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5643,9,6,-1,'Recipe: Great Rage Potion',1301,1,64,0,1,2000,500,0,-1,-1,35,0,171,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6618,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Great Rage Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5645,12,0,-1,'Filled Tourmaline Phial',8544,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5646,12,0,-1,'Vial of Blessed Water',21672,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5654,15,1,-1,'Instant Toxin',2947,1,64,8192,1,400,100,0,8,-1,24,24,40,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6650,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5655,15,5,-1,'Chestnut Mare Bridle',13108,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,6648,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5656,15,5,-1,'Brown Horse Bridle',13108,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5657,9,0,-1,'Recipe: Instant Toxin',6270,1,64,0,1,0,250,0,-1,511,24,0,40,120,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5659,12,0,-1,'Smoldering Embers',8560,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5660,9,0,-1,'Libram: Seal of Righteousness',1155,1,64,0,1,0,325,0,31234,511,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5663,15,0,-1,'Horn of the Red Wolf',16208,1,64,0,1,800000,0,0,-1,223,40,40,149,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,579,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5664,12,0,-1,'Corroded Shrapnel',8562,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5665,15,5,-1,'Horn of the Dire Wolf',16207,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,6653,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5668,15,5,-1,'Horn of the Brown Wolf',16208,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,6654,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5669,12,0,-1,'Dust Devil Debris',2480,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5675,12,0,-1,'Crystalized Scales',8564,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5681,12,0,-1,'Corrosive Sap',8283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5686,12,0,-1,'Ordanus\' Head',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5687,12,0,-1,'Gatekeeper\'s Key',6554,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6658,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5689,12,0,-1,'Sleepers\' Key',8737,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5690,12,0,-1,'Claw Key',7737,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5691,12,0,-1,'Barrow Key',8735,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5692,12,0,-1,'Remote Detonator (Red)',8622,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6627,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5693,12,0,-1,'Remote Detonator (Blue)',8622,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6656,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5694,12,0,-1,'NG-5 Explosives (Red)',8625,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6630,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5695,12,0,-1,'NG-5 Explosives (Blue)',8625,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6626,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5717,12,0,-1,'Venture Co. Letters',8623,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5718,12,0,-1,'Venture Co. Engineering Plans',8624,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5731,12,0,-1,'Scroll of Messaging',8626,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5732,12,0,-1,'NG-5',8627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5733,12,0,-1,'Unidentified Ore',7340,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5734,12,0,-1,'Super Reaper 6000 Blueprints',8628,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5735,12,0,-1,'Sealed Envelope',3411,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5736,12,0,-1,'Gerenzo\'s Mechanical Arm',8629,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5737,12,0,-1,'Covert Ops Plans: Alpha & Beta',8630,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',417,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5738,15,0,-1,'Covert Ops Pack',8631,1,4,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5739,4,2,-1,'Barbaric Harness',12368,2,0,0,1,22825,4565,5,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,32,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5740,0,8,-1,'Red Fireworks Rocket',8733,1,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47004,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5741,15,0,-1,'Rock Chip',4719,0,0,0,1,445,111,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5742,2,15,-1,'Gemstone Dagger',20569,2,0,0,1,53853,10770,13,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,5,0,5,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (5743,4,0,-1,'Prismstone Ring',9842,2,0,0,1,7215,1803,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5744,2,7,-1,'Pale Skinner',8279,2,0,0,1,1933,386,13,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,-1,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (5748,2,2,-1,'Centaur Longbow',20713,2,0,8192,1,3047,609,15,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5749,2,1,-1,'Scythe Axe',19291,2,0,0,1,13322,2664,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,66,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (5750,4,3,-1,'Warchief\'s Girdle',8749,2,0,0,1,3209,641,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5751,4,1,-1,'Webwing Cloak',23078,2,0,0,1,4112,822,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5752,2,15,-1,'Wyvern Tailspike',20596,2,0,0,1,15548,3109,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,16400,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5753,4,2,-1,'Ruffled Chaplet',8753,2,0,0,1,9423,1884,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5754,4,0,-1,'Wolfpack Medallion',7093,2,0,0,1,10155,2538,2,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5755,4,3,-1,'Onyx Shredder Plate',8719,2,0,0,1,20638,4127,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,8,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5756,2,15,-1,'Sliverblade',20591,3,0,0,1,50134,10026,13,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,18398,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (5757,2,4,-1,'Hardwood Cudgel',8803,2,0,0,1,6817,1363,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (5758,15,0,-1,'Mithril Lockbox',9632,2,4,0,1,1000,250,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,62,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5759,15,0,-1,'Thorium Lockbox',9632,2,4,0,1,1500,375,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,62,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5760,15,0,-1,'Eternium Lockbox',9632,2,4,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,62,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5761,2,5,-1,'Anvilmar Sledge',19544,1,0,0,1,153,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5762,1,0,-1,'Red Linen Bag',12998,1,0,0,1,1000,250,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5763,1,0,-1,'Red Woolen Bag',8859,1,0,0,1,2800,700,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5764,1,0,-1,'Green Silk Pack',8860,1,0,0,1,12000,3000,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5765,1,0,-1,'Black Silk Pack',8861,1,0,0,1,16000,4000,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5766,4,1,-1,'Lesser Wizard\'s Robe',12397,2,0,0,1,6691,1338,20,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5767,4,1,-1,'Violet Robes',16611,1,0,0,1,222,44,20,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5768,12,0,-1,'Gnome Voucher',16037,1,0,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5769,12,0,-1,'Goblin Voucher',1097,1,0,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5770,4,1,-1,'Robes of Arcana',12695,2,0,0,1,9038,1807,20,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5771,9,2,-1,'Pattern: Red Linen Bag',1102,1,64,0,1,200,50,0,-1,-1,14,0,197,70,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6686,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Linen Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5772,9,2,-1,'Pattern: Red Woolen Bag',1102,1,64,0,1,500,125,0,-1,-1,23,0,197,115,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Woolen Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5773,9,2,-1,'Pattern: Robes of Arcana',15274,2,64,0,1,1000,250,0,-1,-1,30,0,197,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6692,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Robes of Arcana.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5774,9,2,-1,'Pattern: Green Silk Pack',15274,2,64,0,1,1100,275,0,-1,-1,35,0,197,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6693,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Green Silk Pack.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5775,9,2,-1,'Pattern: Black Silk Pack',15274,2,64,0,1,1400,350,0,-1,-1,37,0,197,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Black Silk Pack.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5776,2,10,-1,'Elder\'s Cane',20449,1,0,0,1,150,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5777,2,1,-1,'Brave\'s Axe',8899,1,0,0,1,151,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5778,2,10,-1,'Primitive Walking Stick',5404,1,0,0,1,152,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5779,2,8,-1,'Forsaken Bastard Sword',20084,1,0,0,1,152,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5780,4,2,-1,'Murloc Scale Belt',8905,2,0,0,1,1303,260,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,3,3,38,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5781,4,2,-1,'Murloc Scale Breastplate',8908,2,0,0,1,3009,601,5,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,38,10,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5782,4,2,-1,'Thick Murloc Armor',22393,2,0,0,1,16056,3211,5,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,38,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5783,4,2,-1,'Murloc Scale Bracers',8912,2,0,0,1,11582,2316,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,6,38,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5784,7,6,-1,'Slimy Murloc Scale',8913,1,0,0,1,300,75,0,-1,-1,15,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5785,7,6,-1,'Thick Murloc Scale',8914,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5786,9,1,-1,'Pattern: Murloc Scale Belt',1102,1,64,0,1,550,137,0,-1,-1,18,0,165,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6702,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Murloc Scale Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5787,9,1,-1,'Pattern: Murloc Scale Breastplate',1102,1,64,0,1,600,150,0,-1,-1,19,0,165,95,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Murloc Scale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5788,9,1,-1,'Pattern: Thick Murloc Armor',1102,2,64,0,1,650,162,0,-1,-1,34,0,165,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Thick Murloc Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5789,9,1,-1,'Pattern: Murloc Scale Bracers',1102,2,64,0,1,2800,700,0,-1,-1,38,0,165,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,6705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Murloc Scale Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5790,12,0,-1,'Lonebrow\'s Journal',8040,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',424,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5791,12,0,-1,'Henrig Lonebrow\'s Journal',8040,1,0,2,1,0,0,0,-1,-1,23,23,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,1100,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5792,12,0,-1,'Razorflank\'s Medallion',8918,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5793,12,0,-1,'Razorflank\'s Heart',8917,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5794,12,0,-1,'Salty Scorpid Venom',8922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5795,12,0,-1,'Hardened Tortoise Shell',8923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5796,12,0,-1,'Encrusted Tail Fin',10043,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5797,12,0,-1,'Indurium Flake',9110,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5798,12,0,-1,'Rocket Car Parts',8926,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5799,12,0,-1,'Kravel\'s Parts Order',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',436,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5800,12,0,-1,'Kravel\'s Parts',8928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5801,12,0,-1,'Kraul Guano',13715,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5802,12,0,-1,'Delicate Car Parts',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5803,12,0,-1,'Speck of Dream Dust',8932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5804,12,0,-1,'Goblin Rumors',4435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',438,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5805,12,0,-1,'Heart of Zeal',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5806,12,0,-1,'Fool\'s Stout',8935,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (5807,12,0,-1,'Fool\'s Stout Report',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',440,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5808,12,0,-1,'Pridewing Venom Sac',8940,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5809,12,0,-1,'Highperch Venom Sac',8940,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5810,12,0,-1,'Fresh Carcass',8942,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6717,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (5811,12,0,-1,'Frostmaw\'s Mane',8952,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5812,4,1,-1,'Robes of Antiquity',12694,2,0,0,1,5645,1129,20,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,5,2,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5813,2,8,-1,'Emil\'s Brand',9055,2,0,0,1,35440,7088,17,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,81,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5814,4,2,-1,'Snapbrook Armor',16899,2,0,0,1,11757,2351,5,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,4,4,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5815,2,5,-1,'Glacial Stone',9057,2,0,0,1,29355,5871,17,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,91,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,20869,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (5816,0,1,-1,'Light of Elune',9058,1,0,0,1,1620,405,0,-1,-1,25,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6724,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5817,2,2,-1,'Lunaris Bow',9060,2,0,0,1,16134,3226,15,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5818,2,19,-1,'Moonbeam Wand',21026,2,0,0,1,16197,3239,26,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (5819,4,3,-1,'Sunblaze Coif',15810,3,0,0,1,16009,3201,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,32,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (5820,4,1,-1,'Faerie Mantle',9077,2,0,0,1,8115,1623,3,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5821,4,2,-1,'Darkstalker Boots',16982,2,0,8192,1,4500,900,8,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,0,7,2,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5822,4,3,-1,'Hedgeseed Gauntlets',9082,2,0,8192,1,3614,722,10,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,0,4,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5823,0,8,-1,'Poisonous Mushroom',15856,1,0,0,1,20,5,0,-1,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,6727,0,0,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5824,12,0,-1,'Tablet of Will',9106,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5825,12,0,-1,'Treshala\'s Pendant',9305,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5826,12,0,-1,'Kravel\'s Scheme',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',439,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5827,12,0,-1,'Fizzle Brassbolts\' Letter',4435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',441,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5828,4,0,-1,'Ring of Uber Resists (TEST)',6012,6,0,8192,1,3350,837,11,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,51,315,52,315,54,315,56,315,55,315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5829,15,0,-1,'Razor-sharp Beak',6633,0,0,0,1,3216,804,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5830,12,0,-1,'Kenata\'s Head',15706,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5831,12,0,-1,'Fardel\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5832,12,0,-1,'Marcel\'s Head',7038,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5833,12,0,-1,'Indurium Ore',9116,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5834,12,0,-1,'Mok\'Morokk\'s Snuff',9124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5835,12,0,-1,'Mok\'Morokk\'s Grog',18078,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5836,12,0,-1,'Mok\'Morokk\'s Strongbox',12644,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5837,12,0,-1,'Steelsnap\'s Rib',9134,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5838,12,0,-1,'Kodo Skin Scroll',9144,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',442,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5839,15,0,-1,'Journal Page',9135,0,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',443,2,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5840,12,0,-1,'Searing Tongue',20952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5841,12,0,-1,'Searing Heart',3422,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5842,12,0,-1,'Unrefined Ore Sample',18107,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5843,12,0,-1,'Grenka\'s Claw',3596,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5844,12,0,-1,'Fragments of Rok\'Alim',9147,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5845,0,0,-1,'Flank of Meat',6350,1,0,0,1,0,0,0,-1,-1,25,15,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5846,12,0,-1,'Korran\'s Sealed Note',9148,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5847,12,0,-1,'Mirefin Head',9150,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5848,12,0,-1,'Hollow Vulture Bone',7126,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5849,12,0,-1,'Crate of Crash Helmets',9151,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5850,12,0,-1,'Belgrom\'s Sealed Note',9152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5851,13,0,-1,'Cozzle\'s Key',9154,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6802,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5852,12,0,-1,'Fuel Regulator Blueprints',9155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5853,12,0,-1,'Intact Silithid Carapace',9158,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5854,12,0,-1,'Silithid Talon',9157,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5855,12,0,-1,'Silithid Heart',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5858,12,0,-1,'Goblin Prize Box',9161,1,4,0,1,150,37,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5859,0,8,-1,'Party Grenade',9163,1,64,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6758,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5860,12,0,-1,'Legacy of the Aspects',9164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',447,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5861,12,0,-1,'Beginnings of the Undead Threat',9165,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',669,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5862,12,0,-1,'Seaforium Booster',9166,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5863,15,0,-1,'Guild Charter',16161,1,8192,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5864,15,5,-1,'Gray Ram',17343,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,6777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5865,12,0,-1,'Modified Seaforium Booster',9166,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5866,12,0,-1,'Sample of Indurium Ore',9116,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5867,12,0,-1,'Etched Phial',9208,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6803,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5868,12,0,-1,'Filled Etched Phial',9207,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6805,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5869,12,0,-1,'Cloven Hoof',9209,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5871,15,0,-1,'Large Hoof',7296,0,0,0,1,1275,318,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5872,15,5,-1,'Brown Ram',17343,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,6899,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5873,15,5,-1,'White Ram',17343,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,6898,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5874,15,0,-1,'Harness: Black Ram',17343,1,64,0,1,800000,0,0,-1,-1,40,40,152,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6896,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5875,15,0,-1,'Harness: Blue Ram',17343,1,64,0,1,800000,0,0,-1,-1,40,40,152,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6897,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5876,12,0,-1,'Blueleaf Tuber',6624,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5877,12,0,-1,'Cracked Silithid Carapace',9284,1,0,1,1,0,0,0,-1,-1,28,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1148,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5878,0,8,-1,'Super Snuff',8932,1,0,0,1,370,92,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6902,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (5879,12,0,-1,'Twilight Pendant',9285,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5880,0,0,-1,'Crate With Holes',9288,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6918,0,-5,-5,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5881,12,0,-1,'Head of Kelris',9289,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5882,12,0,-1,'Captain\'s Documents',9467,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',527,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5883,12,0,-1,'Forked Mudrock Tongue',9291,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5884,12,0,-1,'Unpopped Darkmist Eye',9292,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5897,12,0,-1,'Snufflenose Owner\'s Manual',9319,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',467,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5917,12,0,-1,'Spy\'s Report',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',507,1,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5918,12,0,-1,'Defiant Orc Head',3914,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5919,12,0,-1,'Blackened Iron Shield',9354,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5936,4,2,-1,'Animal Skin Belt',9365,1,0,0,1,100,20,6,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5938,12,0,-1,'Pristine Crawler Leg',7345,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5939,4,2,-1,'Sewing Gloves',9374,1,0,0,1,101,20,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5940,4,6,-1,'Bone Buckler',2916,1,0,0,1,770,154,14,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5941,4,3,-1,'Brass Scale Pants',4339,1,0,0,1,579,115,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5942,12,0,-1,'Jeweled Pendant',9377,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5943,4,3,-1,'Rift Bracers',9378,3,0,0,1,5044,1008,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5944,4,3,-1,'Greaves of the People\'s Militia',7554,2,0,0,1,1656,331,8,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (5945,12,0,-1,'Deadmire\'s Tooth',9396,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5946,12,0,-1,'Sealed Note to Elling',9148,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5947,12,0,-1,'Defias Docket',9397,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',580,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5948,12,0,-1,'Letter to Jorgen',9148,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',528,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5950,12,0,-1,'Reethe\'s Badge',9429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5951,0,0,-1,'Moist Towelette',9430,1,64,0,1,165,41,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7108,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5952,12,0,-1,'Corrupted Brain Stem',13531,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5956,2,14,-1,'Blacksmith Hammer',8568,1,0,0,1,18,3,21,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1152,162,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5957,4,2,-1,'Handstitched Leather Vest',9499,1,0,0,1,201,40,5,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5958,4,2,-1,'Fine Leather Pants',9514,2,0,0,1,4146,829,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,5,5,45,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5959,12,0,-1,'Acidic Venom Sac',2885,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5960,12,0,-1,'Sealed Note to Watcher Backus',9152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5961,4,2,-1,'Dark Leather Pants',12402,2,0,0,1,5446,1089,7,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5962,4,2,-1,'Guardian Pants',9535,2,0,0,1,13973,2794,7,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,5,8,45,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5963,4,2,-1,'Barbaric Leggings',17212,2,0,0,1,15756,3151,7,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,3,7,10,32,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5964,4,2,-1,'Barbaric Shoulders',9544,2,0,0,1,13049,2609,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,8,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (5965,4,1,-1,'Guardian Cloak',23033,2,0,0,1,12680,2536,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,6,6,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5966,4,2,-1,'Guardian Gloves',9549,2,0,0,1,11456,2291,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,5,8,45,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (5967,4,1,-1,'Girdle of Nobility',9552,2,0,0,1,1046,209,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (5968,4,2,-1,'Rugged Boots',6777,2,0,8192,1,1295,259,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (5969,4,1,-1,'Regent\'s Cloak',23059,2,0,0,1,3127,625,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5970,4,1,-1,'Serpent Gloves',19128,3,0,0,1,2511,502,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (5971,4,1,-1,'Feathered Cape',23026,2,0,0,1,4545,909,16,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (5972,9,1,-1,'Pattern: Fine Leather Pants',15274,2,64,0,1,1500,375,0,-1,-1,21,0,165,105,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Fine Leather Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5973,9,1,-1,'Pattern: Barbaric Leggings',1102,1,64,0,1,650,162,0,-1,-1,34,0,165,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7149,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Barbaric Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5974,9,1,-1,'Pattern: Guardian Cloak',15274,2,64,0,1,1400,350,0,-1,-1,37,0,165,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7153,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Guardian Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5975,4,2,-1,'Ruffian Belt',9584,2,0,0,1,2664,532,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (5976,4,0,-1,'Guild Tabard',20621,1,0,0,1,10000,2500,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5996,0,2,-1,'Elixir of Water Breathing',4836,1,0,0,1,380,95,0,-1,-1,18,8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7178,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5997,0,2,-1,'Elixir of Minor Defense',15732,1,0,0,1,20,5,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,673,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (5998,12,0,-1,'Stormpike\'s Request',4435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',607,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6016,12,0,-1,'Wolf Heart Sample',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6037,7,7,-1,'Truesilver Bar',20656,2,0,0,1,5000,1250,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6038,0,5,-1,'Giant Clam Scorcho',9633,1,0,0,1,1250,312,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6039,9,5,-1,'Recipe: Giant Clam Scorcho',1301,1,64,0,1,5000,1250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7213,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a delicious Giant Clam Scorcho.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6040,4,3,-1,'Golden Scale Bracers',9634,2,0,0,1,13746,2749,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,4,4,7,4,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6041,0,6,-1,'Steel Weapon Chain',9635,1,64,0,1,6000,1500,0,-1,-1,38,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7220,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6042,0,6,-1,'Iron Shield Spike',9637,1,64,0,1,1000,250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7216,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6043,0,6,-1,'Iron Counterweight',7261,1,64,0,1,2000,500,0,-1,-1,33,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7218,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6044,9,4,-1,'Plans: Iron Shield Spike',15274,2,64,0,1,1800,450,0,-1,-1,30,0,164,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7221,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Iron Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6045,9,4,-1,'Plans: Iron Counterweight',15274,2,64,0,1,2600,650,0,-1,-1,33,0,164,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7222,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Iron Counterweight to help balance a two-handed weapon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6046,9,4,-1,'Plans: Steel Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,38,0,164,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7224,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Steel Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6047,9,4,-1,'Plans: Golden Scale Coif',1102,1,64,0,1,4400,1100,0,-1,-1,38,0,164,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Golden Scale Coif.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6048,0,1,-1,'Shadow Protection Potion',15774,1,0,0,1,400,100,0,-1,-1,27,17,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7242,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6049,0,1,-1,'Fire Protection Potion',9639,1,0,0,1,680,170,0,-1,-1,33,23,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7233,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6050,0,1,-1,'Frost Protection Potion',9058,1,0,0,1,1200,300,0,-1,-1,38,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7239,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6051,0,1,-1,'Holy Protection Potion',15747,1,0,0,1,250,62,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7245,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6052,0,1,-1,'Nature Protection Potion',4135,1,0,0,1,1200,300,0,-1,-1,38,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7254,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6053,9,6,-1,'Recipe: Holy Protection Potion',1301,1,64,0,1,800,200,0,-1,-1,20,0,171,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7255,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Holy Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6054,9,6,-1,'Recipe: Shadow Protection Potion',1301,1,64,0,1,900,225,0,-1,-1,27,0,171,135,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,7256,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Shadow Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6055,9,6,-1,'Recipe: Fire Protection Potion',1301,1,64,0,1,1500,375,0,-1,-1,33,0,171,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7257,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fire Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6056,9,6,-1,'Recipe: Frost Protection Potion',1301,1,64,0,1,2000,500,0,-1,-1,38,0,171,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7258,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Frost Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6057,9,6,-1,'Recipe: Nature Protection Potion',1301,1,64,0,1,2000,500,0,-1,-1,38,0,171,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7259,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Nature Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6058,4,2,-1,'Blackened Leather Belt',8419,1,0,0,1,32,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6059,4,2,-1,'Nomadic Vest',9930,1,0,0,1,66,13,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6060,4,1,-1,'Flax Bracers',16588,1,0,0,1,24,4,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6061,4,3,-1,'Graystone Bracers',9644,1,0,0,1,116,23,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6062,4,1,-1,'Heavy Cord Bracers',16805,1,0,0,1,142,28,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6063,4,3,-1,'Cold Steel Gauntlets',6954,1,0,0,1,117,23,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6064,12,0,-1,'Miniature Platinum Discs',16265,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6065,12,0,-1,'Khadgar\'s Essays on Dimensional Convergence',9663,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These documents are sealed by a magical force.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6066,12,0,-1,'Khan Dez\'hepah\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6067,12,0,-1,'Centaur Ear',9668,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6068,9,6,-1,'Recipe: Shadow Oil',1301,1,64,0,1,1500,375,0,-1,-1,33,0,171,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3449,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Shadow Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6069,12,0,-1,'Crudely Dried Meat',7407,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6070,4,2,-1,'Wolfskin Bracers',17173,1,0,0,1,31,6,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6071,12,0,-1,'Draenethyst Crystal',6563,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6072,12,0,-1,'Khan Jehn\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6073,12,0,-1,'Khan Shaka\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6074,0,0,-1,'War Horn Mouthpiece',9711,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7285,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6075,12,0,-1,'Vimes\'s Report',9725,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6076,4,1,-1,'Tapered Pants',16843,1,0,0,1,48,9,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6077,12,0,-1,'Maraudine Key Fragment',9728,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6078,4,6,-1,'Pikeman Shield',18664,1,0,0,1,78,15,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6079,12,0,-1,'Crude Charm',9730,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6080,12,0,-1,'Shadow Panther Heart',8917,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6081,12,0,-1,'Mire Lord Fungus',9733,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6082,12,0,-1,'Green Whelp Blood',47459,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6083,12,0,-1,'Broken Tears',9737,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6084,4,3,-1,'Stormwind Guard Leggings',9738,2,0,0,1,1455,291,7,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6085,4,2,-1,'Footman Tunic',11368,2,0,0,1,1217,243,5,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6086,12,0,-1,'Faustin\'s Truth Serum',9741,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6087,4,3,-1,'Chausses of Westfall',9742,3,0,0,1,8640,1728,7,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,7,5,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6089,12,0,-1,'Zraedus\'s Brew',18117,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6091,12,0,-1,'Crate of Power Stones',9822,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (6092,4,2,-1,'Black Whelp Boots',49990,2,0,0,1,2105,421,8,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6093,2,5,-1,'Orc Crusher',19646,2,0,0,1,22091,4418,17,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,79,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6094,2,1,-1,'Piercing Axe',19390,2,0,0,1,6394,1278,17,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6095,4,1,-1,'Wandering Boots',11548,2,0,0,1,3440,688,8,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6096,4,0,-1,'Apprentice\'s Shirt',2163,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6097,4,0,-1,'Acolyte\'s Shirt',2470,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6098,4,1,-1,'Neophyte\'s Robe',12679,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6116,4,1,-1,'Apprentice\'s Robe',12648,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6117,4,0,-1,'Squire\'s Shirt',9972,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6118,4,1,-1,'Squire\'s Pants',9974,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6119,4,1,-1,'Neophyte\'s Robe',12681,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6120,4,0,-1,'Recruit\'s Shirt',9983,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6121,4,1,-1,'Recruit\'s Pants',9984,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6122,4,0,-1,'Recruit\'s Boots',9985,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6123,4,1,-1,'Novice\'s Robe',12683,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6124,4,1,-1,'Novice\'s Pants',9987,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6125,4,0,-1,'Brawler\'s Harness',9995,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6126,4,1,-1,'Trapper\'s Pants',10002,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6127,4,0,-1,'Trapper\'s Boots',10003,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6129,4,1,-1,'Acolyte\'s Robe',12646,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6130,4,0,-1,'Trapper\'s Shirt',17462,1,16,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6131,4,1,-1,'Trapper\'s Pants',10244,0,16,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6134,4,0,-1,'Primitive Mantle',10108,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6135,4,2,-1,'Primitive Kilt',10109,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6136,4,0,-1,'Thug Shirt',10112,1,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6137,4,1,-1,'Thug Pants',10114,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6138,4,0,-1,'Thug Boots',10115,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6139,4,1,-1,'Novice\'s Robe',12684,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6140,4,1,-1,'Apprentice\'s Robe',12649,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6144,4,1,-1,'Neophyte\'s Robe',12680,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6145,12,0,-1,'Clarice\'s Pendant',7570,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8001,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Place upon Yuriv\'s grave.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6146,12,0,-1,'Sundried Driftwood',10190,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6147,4,2,-1,'Ratty Old Belt',9508,1,0,0,1,185,37,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6148,4,1,-1,'Web-covered Boots',16853,1,0,0,1,223,44,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6149,0,1,-1,'Greater Mana Potion',15718,1,0,0,1,1200,300,0,-1,-1,41,31,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11903,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6150,15,0,-1,'A Frayed Knot',10301,0,0,0,1,90,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6166,12,0,-1,'Coyote Jawbone',10345,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6167,12,0,-1,'Neeka\'s Report',6423,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',711,1,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6168,12,0,-1,'Sawtooth Snapper Claw',9157,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6169,12,0,-1,'Unprepared Sawtooth Flank',6678,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6170,12,0,-1,'Wizards\' Reagents',10353,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6171,4,2,-1,'Wolf Handler Gloves',9374,1,0,0,1,32,6,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6172,12,0,-1,'Lost Supplies',12927,1,0,2,1,0,0,0,-1,-1,30,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1423,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6173,4,1,-1,'Snow Boots',16809,1,0,0,1,36,7,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6174,2,14,-1,'Twain Random Sword',13583,0,0,8192,1,3474,694,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (6175,12,0,-1,'Atal\'ai Artifact',10365,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6176,4,6,-1,'Dwarven Kite Shield',3725,1,0,0,1,79,15,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6177,4,3,-1,'Ironwrought Bracers',6934,1,0,0,1,349,69,9,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6178,12,0,-1,'Shipment to Nethergarde',8928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6179,4,1,-1,'Privateer\'s Cape',15166,2,0,0,1,1847,369,16,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,7,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6180,4,3,-1,'Slarkskin',11563,2,0,0,1,2119,423,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,7,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6181,12,0,-1,'Fetish of Hakkar',4262,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6182,4,0,-1,'Dim Torch',12312,1,0,0,1,0,0,23,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,7363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6183,0,8,-1,'Unlit Poor Torch',12311,1,64,0,1,10,2,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7364,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6184,12,0,-1,'Monstrous Crawler Leg',10399,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6185,4,1,-1,'Bear Shawl',23008,1,0,0,1,38,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6186,2,8,-1,'Trogg Slicer',20119,2,0,0,1,6865,1373,17,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,49,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6187,4,6,-1,'Dwarven Defender',18658,2,0,0,1,3067,613,14,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6188,4,3,-1,'Mud Stompers',10434,2,0,0,1,1526,305,8,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6189,4,3,-1,'Durable Chain Shoulders',10448,1,0,0,1,3122,624,3,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6190,12,0,-1,'Draenethyst Shard',10449,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6191,4,1,-1,'Kimbra Boots',10454,2,0,0,1,3080,616,8,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6193,12,0,-1,'Bundle of Atal\'ai Artifacts',10481,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6194,2,0,-1,'Barreling Reaper',19404,2,0,0,1,26544,5308,13,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,41,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (6195,4,3,-1,'Wax-polished Armor',12944,2,0,0,1,2080,416,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,4,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6196,2,4,-1,'Noboru\'s Cudgel',6794,0,2048,0,1,0,0,13,-1,-1,34,29,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1392,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6197,4,2,-1,'Loch Croc Hide Vest',2644,2,0,0,1,4646,929,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6198,4,2,-1,'Jurassic Wristguards',10529,2,0,0,1,5566,1113,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,2,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6199,4,0,-1,'Black Widow Band',10530,2,524288,0,1,2600,650,11,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,-5,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6200,4,3,-1,'Garneg\'s War Belt',10532,2,0,0,1,6118,1223,6,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6201,4,2,-1,'Lithe Boots',9510,1,0,0,1,272,54,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6202,4,1,-1,'Fingerless Gloves',10535,1,0,0,1,189,37,10,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6203,4,6,-1,'Thuggish Shield',18669,1,0,0,1,609,121,14,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6204,4,2,-1,'Tribal Worg Helm',13266,2,0,0,1,10328,2065,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,3,7,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6205,2,5,-1,'Burrowing Shovel',7495,2,0,0,1,4614,922,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6206,2,1,-1,'Rock Chipper',14040,1,0,0,1,2778,555,17,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6211,9,6,-1,'Recipe: Elixir of Ogre\'s Strength',1301,1,64,0,1,1800,450,0,-1,-1,30,0,171,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3188,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Ogre\'s Strength.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6212,12,0,-1,'Head of Jammal\'an',10546,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6214,2,5,-1,'Heavy Copper Maul',10642,2,0,0,1,4965,993,17,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,3,4,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6215,2,10,-1,'Balanced Fighting Stick',10654,2,0,0,1,3010,602,17,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,21,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6216,7,12,-1,'Mystical Powder',7414,1,0,0,1,25,1,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by Enchanters to enchant items.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6217,7,12,-1,'Copper Rod',21205,1,0,0,1,124,24,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by an Enchanter to make a runed copper rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6218,7,12,-1,'Runed Copper Rod',21207,1,0,0,1,124,24,0,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,6,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6219,2,14,-1,'Arclight Spanner',7494,1,0,0,1,721,144,21,-1,-1,10,0,202,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,128,14,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6220,2,15,-1,'Meteor Shard',20536,3,524288,0,1,24468,4893,13,-1,-1,29,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,13442,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6223,4,6,-1,'Crest of Darkshire',10721,2,0,0,1,23987,4797,14,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,661,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (6225,2,14,-1,'Monster - Item, Fish - Blue',10814,0,0,8192,1,13,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (6226,4,1,-1,'Bloody Apron',12652,3,0,0,1,5344,1068,20,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6227,2,14,-1,'Monster - Item, Fish - Green',10815,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (6232,2,14,-1,'Monster - Item, Flowers - Bouquet Roses',10820,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (6238,4,1,-1,'Brown Linen Robe',12389,2,0,0,1,492,98,20,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6239,4,1,-1,'Red Linen Vest',12400,2,0,0,1,802,160,5,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6240,4,1,-1,'Blue Linen Vest',12387,2,0,0,1,805,161,5,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6241,4,1,-1,'White Linen Robe',17123,2,0,0,1,497,99,20,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6242,4,1,-1,'Blue Linen Robe',12386,2,0,0,1,1217,243,20,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6243,4,1,-1,'Green Woolen Robe',12393,2,0,0,1,2229,445,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,3,5,3,6,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6245,12,0,-1,'Karnitol\'s Satchel',7289,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6246,12,0,-1,'Hatefury Claw',10920,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6247,12,0,-1,'Hatefury Horn',10921,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6248,12,0,-1,'Scorpashi Venom',6400,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6249,12,0,-1,'Aged Kodo Hide',10922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6250,12,0,-1,'Felhound Brain',10923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6251,12,0,-1,'Nether Wing',3124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6252,12,0,-1,'Doomwarder Blood',6400,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6253,12,0,-1,'Leftwitch\'s Package',10924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6256,2,20,-1,'Fishing Pole',20730,1,0,0,1,23,4,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6257,12,0,-1,'Roc Gizzard',11012,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6258,12,0,-1,'Ironfur Liver',6427,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6259,12,0,-1,'Groddoc Liver',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6260,7,11,-1,'Blue Dye',1656,1,0,0,1,50,12,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6261,7,11,-1,'Orange Dye',15736,1,0,0,1,1000,250,0,-1,-1,35,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6263,4,1,-1,'Blue Overalls',11182,2,0,0,1,2948,589,20,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6264,4,1,-1,'Greater Adept\'s Robe',12716,2,0,0,1,4421,884,20,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,3,7,1,5,2,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6265,15,1,-1,'Soul Shard',6689,1,0,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6266,4,1,-1,'Disciple\'s Vest',16560,2,0,0,1,1028,205,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,455,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6267,4,1,-1,'Disciple\'s Pants',16561,2,0,0,1,747,149,7,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,538,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6268,4,2,-1,'Pioneer Tunic',17098,2,0,0,1,1171,234,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,476,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6269,4,2,-1,'Pioneer Trousers',17152,2,0,0,1,967,193,7,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,559,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6270,9,2,-1,'Pattern: Blue Linen Vest',1102,1,64,0,1,200,50,0,-1,-1,12,0,197,55,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7630,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Blue Linen Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6271,9,2,-1,'Pattern: Red Linen Vest',15274,2,64,0,1,200,50,0,-1,-1,12,0,197,55,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7629,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Linen Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6272,9,2,-1,'Pattern: Blue Linen Robe',1102,1,64,0,1,300,75,0,-1,-1,14,0,197,70,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7633,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Blue Linen Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6274,9,2,-1,'Pattern: Blue Overalls',1102,1,64,0,1,400,100,0,-1,-1,20,0,197,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Blue Overalls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6275,9,2,-1,'Pattern: Greater Adept\'s Robe',1102,1,64,0,1,800,200,0,-1,-1,23,0,197,115,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Greater Adept\'s Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6276,12,0,-1,'Musty Note',6639,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6277,12,0,-1,'Musty Parchment',11160,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6278,12,0,-1,'Musty Scroll',11161,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6279,12,0,-1,'Musty Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6280,12,0,-1,'Musty Missive',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',695,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6281,12,0,-1,'Rattlecage Skull',4262,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6282,4,1,-1,'Sacred Burial Trousers',11166,2,0,0,1,11220,2244,7,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,6,9,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6283,12,0,-1,'The Book of Ur',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',698,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6284,12,0,-1,'Runes of Summoning',11180,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9221,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6285,12,0,-1,'Egalin\'s Grimoire',11181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6286,12,0,-1,'Pure Hearts',6694,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9223,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6287,12,0,-1,'Atal\'ai Tablet Fragment',11183,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6288,12,0,-1,'Atal\'ai Tablet',11185,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6289,7,8,-1,'Raw Longjaw Mud Snapper',24702,1,0,0,1,20,1,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6290,0,5,-1,'Brilliant Smallfish',18536,1,0,0,1,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6291,7,8,-1,'Raw Brilliant Smallfish',18535,1,0,0,1,20,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6292,15,0,-1,'10 Pound Mud Snapper',24701,1,0,0,1,34,8,23,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6293,15,0,-1,'Dried Bat Blood',11199,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6294,15,0,-1,'12 Pound Mud Snapper',24701,1,0,0,1,40,10,23,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6295,15,0,-1,'15 Pound Mud Snapper',24701,1,0,0,1,48,12,23,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6296,15,0,-1,'Patch of Bat Hair',6691,0,0,0,1,115,28,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6297,15,0,-1,'Old Skull',7741,0,0,0,1,30,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6298,15,0,-1,'Bloody Bat Fang',6666,0,0,0,1,520,130,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6299,0,5,-1,'Sickly Looking Fish',24696,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6300,15,0,-1,'Husk Fragment',6628,0,0,0,1,1775,443,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6301,15,0,-1,'Old Teamster\'s Skull',6375,0,0,0,1,80,20,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like someone didn\'t like this guy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6302,15,0,-1,'Delicate Insect Wing',4433,0,0,0,1,2515,628,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6303,7,8,-1,'Raw Slitherskin Mackerel',24697,1,0,0,1,20,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6304,15,0,-1,'Damp Diary Page (Day 4)',7629,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',696,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6305,15,0,-1,'Damp Diary Page (Day 87)',7629,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',1251,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6306,15,0,-1,'Damp Diary Page (Day 512)',7629,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',697,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6307,15,0,-1,'Message in a Bottle',18113,1,4,0,1,4,1,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6308,7,8,-1,'Raw Bristle Whisker Catfish',24710,1,0,0,5,40,2,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6309,15,0,-1,'17 Pound Catfish',24712,1,0,0,1,400,100,23,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6310,15,0,-1,'19 Pound Catfish',24712,1,0,0,1,600,150,23,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6311,15,0,-1,'22 Pound Catfish',24712,1,0,0,1,750,187,23,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6312,12,0,-1,'Dalin\'s Heart',3422,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6313,12,0,-1,'Comar\'s Heart',3422,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6314,4,1,-1,'Wolfmaster Cape',23082,3,0,0,1,6089,1217,16,-1,-1,27,20,0,0,0,0,0,0,0,0,1,0,2,13,6,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6315,2,18,-1,'Steelarrow Crossbow',11247,2,0,0,1,12733,2546,26,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,61,0,0,0,0,0,0,0,0,0,0,0,3400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6316,0,5,-1,'Loch Frenzy Delight',11268,1,0,0,5,60,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6317,7,8,-1,'Raw Loch Frenzy',4813,1,0,0,5,40,2,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6318,2,10,-1,'Odo\'s Ley Staff',20335,3,0,0,1,24015,4803,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,6,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,76,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6319,4,2,-1,'Girdle of the Blindwatcher',11253,3,0,0,1,4820,964,6,-1,-1,26,19,0,0,0,0,0,0,0,0,1,0,2,7,7,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6320,4,6,-1,'Commander\'s Crest',18700,3,0,0,1,13556,2711,14,-1,-1,28,20,0,0,0,0,0,0,0,0,1,0,3,13,3,7,3,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,13,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6321,4,0,-1,'Silverlaine\'s Family Seal',14433,3,524288,0,1,6600,1650,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,4,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6323,2,4,-1,'Baron\'s Scepter',21051,3,0,0,1,15670,3134,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6324,4,1,-1,'Robes of Arugal',12696,3,0,0,1,9464,1892,20,-1,-1,29,20,0,0,0,0,0,0,0,0,1,0,3,6,3,5,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6325,9,5,-1,'Recipe: Brilliant Smallfish',811,1,64,0,1,40,10,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7751,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Brilliant Smallfish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6326,9,5,-1,'Recipe: Slitherskin Mackerel',811,1,64,0,1,40,10,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7752,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Slitherskin Mackerel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6327,2,5,-1,'The Pacifier',11271,3,0,0,1,64119,12823,17,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,4,18,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,156,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6328,9,5,-1,'Recipe: Longjaw Mud Snapper',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7753,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Longjaw Mud Snapper.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6329,9,5,-1,'Recipe: Loch Frenzy Delight',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7754,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Loch Frenzy Delight.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6330,9,5,-1,'Recipe: Bristle Whisker Catfish',1102,1,64,0,1,1200,300,0,-1,-1,25,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7755,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Bristle Whisker Catfish.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6331,2,15,-1,'Howling Blade',20333,3,524288,0,1,47334,9466,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,13490,2,0,1.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6332,4,0,-1,'Black Pearl Ring',9837,3,524288,0,1,4615,1153,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,3,6,6,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6333,2,15,-1,'Spikelash Dagger',20604,2,0,0,1,9645,1929,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (6335,4,2,-1,'Grizzled Boots',11330,2,0,0,1,7906,1581,8,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6336,4,3,-1,'Infantry Tunic',3057,2,0,0,1,1527,305,5,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,497,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6337,4,3,-1,'Infantry Leggings',3058,2,0,0,1,1225,245,7,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,580,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6338,7,12,-1,'Silver Rod',21208,1,0,0,1,500,125,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6339,7,12,-1,'Runed Silver Rod',21208,1,0,0,1,124,24,0,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,7,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6340,4,1,-1,'Fenrus\' Hide',23027,3,0,0,1,6300,1260,16,-1,-1,26,20,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6341,4,0,-1,'Eerie Stable Lantern',11410,3,0,0,1,2665,666,23,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6342,9,8,-1,'Formula: Enchant Chest - Minor Mana',11431,2,64,0,1,300,75,0,-1,-1,12,0,333,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase mana by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6343,9,8,-1,'Formula: Imbue Chest - Spirit',11431,2,80,0,1,350,87,0,-1,-1,14,0,333,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6344,9,8,-1,'Formula: Enchant Bracer - Minor Spirit',11431,2,64,0,1,400,100,0,-1,-1,17,0,333,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7766,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Spirit by 1.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6345,9,8,-1,'Formula: Imbue Cloak - Protection',11431,2,80,0,1,400,100,0,-1,-1,18,0,333,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to give 10 additional armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6346,9,8,-1,'Formula: Enchant Chest - Lesser Mana',11431,2,64,0,1,400,100,0,-1,-1,19,0,333,80,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7776,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase mana by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6347,9,8,-1,'Formula: Enchant Bracer - Minor Strength',11431,2,64,0,1,400,100,0,-1,-1,19,0,333,80,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7782,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Strength by 1.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6348,9,8,-1,'Formula: Enchant Weapon - Minor Beastslayer',11431,2,64,0,1,500,125,0,-1,-1,20,0,333,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7786,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase its damage to beasts by 2.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6349,9,8,-1,'Formula: Enchant 2H Weapon - Lesser Intellect',11431,1,64,0,1,500,125,0,-1,-1,20,0,333,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7793,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a two-handed melee weapon to increase Intellect by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6350,4,3,-1,'Rough Bronze Boots',6885,2,0,0,1,2465,493,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6351,15,4,-1,'Dented Crate',9151,1,4,0,1,4,1,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Venture Company Supplies',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6352,15,4,-1,'Waterlogged Crate',9822,1,4,0,1,4,1,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Venture Company Supplies',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6353,15,0,-1,'Small Chest',12331,1,4,0,1,4,1,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6354,15,0,-1,'Small Locked Chest',12332,1,4,0,1,4,1,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6355,15,0,-1,'Sturdy Locked Chest',12331,1,4,0,1,4,1,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,24,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6356,15,0,-1,'Battered Chest',12331,1,4,0,1,4,1,0,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6357,15,4,-1,'Sealed Crate',8928,1,4,0,1,4,1,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Venture Company Supplies',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6358,7,11,-1,'Oily Blackmouth',9150,1,0,0,1,16,4,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6359,7,11,-1,'Firefin Snapper',11451,1,0,0,1,20,5,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6360,2,4,-1,'Steelscale Crushfish',11453,2,0,0,1,12905,2581,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (6361,7,8,-1,'Raw Rainbow Fin Albacore',24709,1,0,0,5,40,2,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6362,7,8,-1,'Raw Rockscale Cod',4823,1,0,0,1,80,4,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6363,15,0,-1,'26 Pound Catfish',24712,1,0,0,1,1000,250,23,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6364,15,0,-1,'32 Pound Catfish',24712,1,0,0,1,1500,375,23,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6365,2,20,-1,'Strong Fishing Pole',20618,1,0,0,1,902,180,17,-1,-1,10,5,356,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,7823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6366,2,20,-1,'Darkwood Fishing Pole',20731,1,0,0,1,5331,1066,17,-1,-1,20,15,356,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,7825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6367,2,20,-1,'Big Iron Fishing Pole',20619,1,0,0,1,16892,3378,17,-1,-1,30,25,356,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,7826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6368,9,5,-1,'Recipe: Rainbow Fin Albacore',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7827,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Rainbow Fin Albacore.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6369,9,5,-1,'Recipe: Rockscale Cod',1102,1,64,0,1,2200,550,0,-1,-1,30,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7828,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Rockscale Cod.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6370,7,11,-1,'Blackmouth Oil',18114,1,0,0,1,40,10,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6371,7,11,-1,'Fire Oil',15771,1,0,0,1,48,12,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6372,0,1,-1,'Swim Speed Potion',15748,1,0,0,1,140,35,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7840,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6373,0,2,-1,'Elixir of Firepower',15788,1,0,0,1,140,35,0,-1,-1,28,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7844,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6374,7,12,-1,'Enchanted Powder',6371,1,0,0,1,500,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by Enchanters to enchant items.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6375,9,8,-1,'Formula: Enchant Bracer - Lesser Spirit',11431,2,64,0,1,1000,250,0,-1,-1,24,0,333,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7859,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Spirit by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6376,9,8,-1,'Formula: Enchant Boots - Minor Stamina',11431,2,80,0,1,1000,250,0,-1,-1,25,0,333,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a pair of boots to grant +1 Stamina.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6377,9,8,-1,'Formula: Enchant Boots - Minor Agility',11431,2,64,0,1,1000,250,0,-1,-1,25,0,333,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to increase Agility by 1.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6378,4,1,-1,'Seer\'s Cape',23139,2,0,0,1,1464,292,16,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,6,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6379,4,2,-1,'Inscribed Leather Belt',16922,2,0,0,1,1224,244,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,7,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6380,4,6,-1,'Inscribed Buckler',1673,2,0,0,1,3272,654,14,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6381,4,1,-1,'Bright Cloak',27549,2,0,0,1,3127,625,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,2,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6382,4,2,-1,'Forest Leather Belt',16916,2,0,0,1,2616,523,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6383,4,6,-1,'Forest Buckler',18483,2,0,0,1,7596,1519,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,5,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (6384,4,0,-1,'Stylish Blue Shirt',11518,1,0,0,1,1000,250,4,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6385,4,0,-1,'Stylish Green Shirt',11519,1,0,0,1,1000,250,4,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6386,4,3,-1,'Glimmering Mail Legguards',25805,2,0,0,1,13463,2692,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6387,4,3,-1,'Glimmering Mail Bracers',25800,2,0,0,1,6142,1228,9,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6388,4,3,-1,'Glimmering Mail Pauldrons',25806,2,0,0,1,10217,2043,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6389,4,3,-1,'Glimmering Mail Coif',15517,2,0,0,1,11229,2245,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,3,7,7,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6390,9,2,-1,'Pattern: Stylish Blue Shirt',15274,2,64,0,1,600,150,0,-1,-1,24,0,197,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7892,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Stylish Blue Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6391,9,2,-1,'Pattern: Stylish Green Shirt',15274,2,64,0,1,600,150,0,-1,-1,24,0,197,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7893,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Stylish Green Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6392,4,1,-1,'Belt of Arugal',11533,3,0,0,1,5004,1000,6,-1,-1,29,20,0,0,0,0,0,0,0,0,1,0,2,5,10,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6393,4,1,-1,'Silver-thread Gloves',16642,2,0,0,1,3804,760,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,6,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6394,4,1,-1,'Silver-thread Boots',11571,2,0,0,1,5206,1041,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6395,4,1,-1,'Silver-thread Amice',13677,2,0,0,1,6322,1264,3,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,5,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6396,4,2,-1,'Emblazoned Chestpiece',14602,2,0,0,1,14074,2814,5,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,3,7,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6397,4,2,-1,'Emblazoned Gloves',14603,2,0,0,1,4930,986,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,6,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6398,4,2,-1,'Emblazoned Belt',17118,2,0,0,1,4949,989,6,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6399,4,2,-1,'Emblazoned Shoulders',14599,2,0,0,1,8197,1639,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,5,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6400,4,6,-1,'Glimmering Shield',11559,2,0,0,1,15445,3089,14,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (6401,9,2,-1,'Pattern: Dark Silk Shirt',1102,1,64,0,1,1100,275,0,-1,-1,31,0,197,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3870,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Dark Silk Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6402,4,3,-1,'Mail Combat Leggings',25812,2,0,0,1,23497,4699,7,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,4,9,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6403,4,3,-1,'Mail Combat Armguards',25808,2,0,0,1,8860,1772,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,6,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6404,4,3,-1,'Mail Combat Spaulders',25815,2,0,0,1,16211,3242,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6405,4,1,-1,'Nightsky Trousers',14625,2,0,0,1,15840,3168,7,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,7,5,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6406,4,1,-1,'Nightsky Boots',14617,2,0,0,1,9854,1970,8,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,5,4,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6407,4,1,-1,'Nightsky Wristbands',14618,2,0,0,1,5994,1198,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,5,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6408,4,2,-1,'Insignia Gloves',17061,2,0,0,1,8272,1654,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6409,4,2,-1,'Insignia Belt',17121,2,0,0,1,8302,1660,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6410,4,2,-1,'Insignia Bracers',17009,2,0,0,1,7575,1515,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,3,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6411,4,3,-1,'Chief Brigadier Armor',25882,2,0,0,1,36343,7268,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,6,4,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6412,4,3,-1,'Chief Brigadier Boots',25883,2,0,0,1,23558,4711,8,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6413,4,3,-1,'Chief Brigadier Bracers',25886,2,0,0,1,12487,2497,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,7,7,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6414,4,0,-1,'Seal of Sylvanas',9846,3,0,0,1,8220,2055,11,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,7,8,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6415,4,1,-1,'Aurora Robe',12653,2,0,0,1,22826,4565,20,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,4,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6416,4,1,-1,'Aurora Boots',14651,2,0,0,1,13642,2728,8,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,6,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6417,4,1,-1,'Aurora Cloak',23091,2,0,0,1,12680,2536,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,6,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6418,4,1,-1,'Aurora Sash',14656,2,0,0,1,8486,1697,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,5,10,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6419,4,2,-1,'Glyphed Mitts',14676,2,0,0,1,11498,2299,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,4,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6420,4,2,-1,'Glyphed Boots',14672,2,0,0,1,18699,3739,8,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,3,10,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6421,4,2,-1,'Glyphed Belt',14671,2,0,0,1,11586,2317,6,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,3,6,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6422,4,2,-1,'Glyphed Helm',21297,2,0,0,1,18840,3768,1,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,3,6,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6423,4,3,-1,'Blackforge Greaves',26077,2,0,0,1,36168,7233,8,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,3,10,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6424,4,1,-1,'Blackforge Cape',26082,2,0,0,1,19127,3825,16,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,6,4,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6425,4,3,-1,'Blackforge Girdle',26076,2,0,0,1,22394,4478,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,3,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6426,4,3,-1,'Blackforge Bracers',26073,2,0,0,1,20812,4162,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,8,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6427,4,1,-1,'Mistscape Robe',12676,2,0,0,1,35082,7016,20,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,3,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (6428,4,1,-1,'Mistscape Gloves',14684,2,0,0,1,13976,2795,10,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,4,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6429,4,1,-1,'Mistscape Wizard Hat',15910,2,0,0,1,22724,4544,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,7,4,5,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6430,4,2,-1,'Imperial Leather Breastplate',18471,2,0,0,1,45494,9098,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,7,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (6431,4,2,-1,'Imperial Leather Boots',16986,2,0,0,1,27182,5436,8,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,4,5,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6432,4,1,-1,'Imperial Cloak',23039,2,0,0,1,18709,3741,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,3,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6433,4,2,-1,'Imperial Leather Helm',21291,2,0,0,1,24767,4953,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6435,12,0,-1,'Infused Burning Gem',11766,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6436,12,0,-1,'Burning Gem',6521,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7914,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6438,15,0,-1,'Dull Elemental Bracer',11791,0,0,0,1,1450,362,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6439,15,0,-1,'Broken Binding Bracer',11791,0,0,0,1,950,237,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6440,4,0,-1,'Brainlash',12643,3,524288,0,1,63250,15812,11,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,5,15,6,5,7,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (6441,12,0,-1,'Shadowstalker Scalp',11825,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6442,12,0,-1,'Oracle Crystal',15027,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6443,12,0,-1,'Deviate Hide',11164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6444,15,0,-1,'Forked Tongue',11889,0,0,0,1,915,228,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6445,15,0,-1,'Brittle Molting',6629,0,0,0,1,352,88,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6446,1,0,-1,'Snakeskin Bag',2593,3,524288,0,1,2130,532,18,-1,-1,25,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6447,4,6,-1,'Worn Turtle Shell Shield',22805,3,0,0,1,5621,1124,14,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,42,0,0,0,'',41,0,0,0,0,12340), (6448,2,15,-1,'Tail Spike',20349,3,0,0,1,11657,2331,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,3,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6449,4,1,-1,'Glowing Lizardscale Cloak',23001,3,0,0,1,3509,701,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,3,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6450,0,7,-1,'Silk Bandage',8603,1,2097216,0,1,680,170,0,-1,-1,1,0,129,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7926,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6451,0,7,-1,'Heavy Silk Bandage',11926,1,2097216,0,1,1600,400,0,-1,-1,1,0,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7927,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6452,0,8,-1,'Anti-Venom',2885,1,64,0,1,115,28,0,-1,-1,16,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7932,0,-1,-1,60000,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6453,0,8,-1,'Strong Anti-Venom',2885,1,64,0,1,250,62,0,-1,-1,26,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7933,0,-1,-1,60000,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6454,9,7,-1,'Manual: Strong Anti-Venom',8117,2,64,0,1,900,225,0,-1,-1,26,0,129,130,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7935,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Strong Anti-Venom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6455,15,0,-1,'Old Wagonwheel',18706,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6456,15,0,-1,'Acidic Slime',2885,0,0,0,1,12,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6457,15,0,-1,'Rusted Engineering Parts',3257,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6458,0,8,-1,'Oil Covered Fish',11932,1,0,0,1,4,1,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6459,4,3,-1,'Savage Trodders',11935,3,0,0,1,5610,1122,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6460,4,3,-1,'Cobrahn\'s Grasp',11945,3,0,0,1,4223,844,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,4,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6461,4,1,-1,'Slime-encrusted Pads',11946,3,0,0,1,5954,1190,3,-1,-1,27,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6462,12,0,-1,'Secure Crate',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6463,4,0,-1,'Deep Fathom Ring',9846,3,524288,0,1,6110,1527,11,-1,-1,26,20,0,0,0,0,0,0,0,0,1,0,3,6,6,7,3,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6464,0,0,-1,'Wailing Essence',12926,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6465,4,1,-1,'Robe of the Moccasin',12693,3,0,0,1,4612,922,20,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6466,4,1,-1,'Deviate Scale Cloak',23010,2,0,0,1,1654,330,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6467,4,2,-1,'Deviate Scale Gloves',11952,2,0,0,1,2104,420,10,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6468,4,2,-1,'Deviate Scale Belt',11960,3,0,0,1,3292,658,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,3,7,6,3,5,31,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6469,2,2,-1,'Venomstrike',20652,3,0,0,1,11202,2240,15,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,50,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,29636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6470,7,6,-1,'Deviate Scale',8913,1,0,0,1,80,20,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6471,7,6,-1,'Perfect Deviate Scale',3668,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6472,2,4,-1,'Stinging Viper',24741,3,0,0,1,15094,3018,13,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,18197,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6473,4,2,-1,'Armor of the Fang',17091,3,0,0,1,6064,1212,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,162,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6474,9,1,-1,'Pattern: Deviate Scale Cloak',1102,1,64,0,1,550,137,0,-1,-1,18,0,165,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,7953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Deviate Scale Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6475,9,1,-1,'Pattern: Deviate Scale Gloves',1102,1,64,0,1,1500,375,0,-1,-1,21,0,165,105,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,7954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Deviate Scale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6476,9,1,-1,'Pattern: Deviate Scale Belt',15274,2,64,0,1,2000,500,0,-1,-1,23,0,165,115,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7955,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Deviate Scale Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6477,4,1,-1,'Grassland Sash',11997,2,0,0,1,1373,274,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6478,4,1,-1,'Rat Stompers',11999,2,0,0,1,3174,634,8,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,2,4,3,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',3,0,0,0,0,1), (6479,12,0,-1,'Malem Pendant',12018,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6480,4,2,-1,'Slick Deviate Leggings',9541,2,0,0,1,3567,713,7,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6481,4,3,-1,'Dagmire Gauntlets',12068,2,0,0,1,3210,642,10,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,2,4,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6482,4,1,-1,'Firewalker Boots',12070,2,0,0,1,3641,728,8,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6486,0,0,-1,'Singed Scale',10043,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6487,12,0,-1,'Vile Familiar Head',20931,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6488,12,0,-1,'Simple Tablet',12221,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',752,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6490,12,0,-1,'Dark Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6491,12,0,-1,'Heavy Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6492,12,0,-1,'Sooty Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6495,12,0,-1,'Weatherbeaten Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6496,12,0,-1,'Detailed Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6497,12,0,-1,'Simple Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,1,1,2383,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6498,12,0,-1,'Inscribed Kodo Leather',12222,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6500,12,0,-1,'Inscribed Kodo Leather',12222,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,3,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6501,12,0,-1,'Inscribed Kodo Leather',12222,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,3,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6502,4,3,-1,'Violet Scale Armor',12282,2,0,0,1,5701,1140,5,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6503,4,1,-1,'Harlequin Robes',12670,2,0,0,1,3815,763,20,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,2,5,2,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6504,2,7,-1,'Wingblade',20116,3,0,0,1,14668,2933,13,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,3,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6505,2,10,-1,'Crescent Staff',12286,3,0,0,1,18401,3680,17,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,3,5,7,6,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,71,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6506,4,3,-1,'Infantry Boots',22680,1,0,0,1,436,87,8,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6507,4,3,-1,'Infantry Bracers',22679,1,0,0,1,223,44,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6508,4,1,-1,'Infantry Cloak',25948,1,0,0,1,172,34,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6509,4,3,-1,'Infantry Belt',22678,1,0,0,1,225,45,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6510,4,3,-1,'Infantry Gauntlets',22682,1,0,0,1,273,54,10,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6511,4,1,-1,'Journeyman\'s Robe',16698,2,0,0,1,609,121,20,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6512,4,1,-1,'Disciple\'s Robe',16813,2,0,0,1,956,191,20,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,455,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6513,4,1,-1,'Disciple\'s Sash',16565,1,0,0,1,141,28,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6514,4,1,-1,'Disciple\'s Cloak',23104,1,0,0,1,213,42,16,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6515,4,1,-1,'Disciple\'s Gloves',16562,1,0,0,1,185,37,10,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6516,12,0,-1,'Imp Summoning Scroll',12328,1,96,0,1,0,0,0,256,511,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6517,4,2,-1,'Pioneer Belt',17124,1,0,0,1,179,35,6,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6518,4,2,-1,'Pioneer Boots',16991,1,0,0,1,352,70,8,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6519,4,2,-1,'Pioneer Bracers',8437,1,0,0,1,181,36,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6520,4,1,-1,'Pioneer Cloak',23052,1,0,0,1,167,33,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6521,4,2,-1,'Pioneer Gloves',6717,1,0,0,1,237,47,10,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6522,0,5,-1,'Deviate Fish',11451,1,0,0,1,16,4,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8063,0,-1,-1,10000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6523,4,2,-1,'Buckled Harness',14259,1,0,0,1,1422,284,5,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6524,4,2,-1,'Studded Leather Harness',12370,1,0,0,1,2871,574,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6525,4,2,-1,'Grunt\'s Harness',12371,1,0,0,1,5168,1033,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6526,4,2,-1,'Battle Harness',12372,1,0,0,1,12487,2497,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6527,4,1,-1,'Ancestral Robe',12422,2,0,0,1,938,187,20,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,2,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6528,4,1,-1,'Spellbinder Robe',16567,2,0,0,1,1793,358,20,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,6,4,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6529,0,8,-1,'Shiny Bauble',12410,1,64,0,1,50,12,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8087,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6530,0,8,-1,'Nightcrawlers',18098,1,64,0,1,100,25,0,-1,-1,20,0,356,50,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8088,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6531,4,1,-1,'Barbaric Cloth Robe',19110,2,0,0,1,2086,417,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,2,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6532,0,8,-1,'Bright Baubles',12423,1,64,0,1,250,62,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8090,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6533,7,3,-1,'Aquadynamic Fish Attractor',12425,1,64,0,1,250,62,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8089,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6534,12,0,-1,'Forged Steel Bars',12434,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6535,12,0,-1,'Tablet of Verga',12435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6536,4,1,-1,'Willow Vest',14739,2,0,0,1,2444,488,5,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,457,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6537,4,1,-1,'Willow Boots',12439,2,0,0,1,1052,210,8,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,791,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6538,4,1,-1,'Willow Robe',16522,2,0,0,1,2462,492,20,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,457,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6539,4,1,-1,'Willow Belt',14735,2,0,0,1,812,162,6,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,876,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6540,4,1,-1,'Willow Pants',14738,2,0,0,1,2157,431,7,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,540,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6541,4,1,-1,'Willow Gloves',14737,2,0,0,1,818,163,10,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,708,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6542,4,1,-1,'Willow Cape',15267,2,0,0,1,1099,219,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6543,4,1,-1,'Willow Bracers',14736,2,0,0,1,735,147,9,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1043,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6544,12,0,-1,'Voidwalker Summoning Scroll',12328,1,96,0,1,0,0,0,-1,511,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6545,4,3,-1,'Soldier\'s Armor',25755,2,0,0,1,3380,676,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,498,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6546,4,3,-1,'Soldier\'s Leggings',25759,2,0,0,1,2668,533,7,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,582,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6547,4,3,-1,'Soldier\'s Gauntlets',25756,2,0,0,1,1339,267,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,750,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6548,4,3,-1,'Soldier\'s Girdle',25757,2,0,0,1,1169,233,6,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,918,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6549,4,1,-1,'Soldier\'s Cloak',25953,1,0,0,1,510,102,16,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6550,4,3,-1,'Soldier\'s Wristguards',25758,2,0,0,1,1024,204,9,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1085,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6551,4,3,-1,'Soldier\'s Boots',6931,2,0,0,1,2049,409,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,834,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6552,4,2,-1,'Bard\'s Tunic',14731,2,0,0,1,3009,601,5,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,478,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6553,4,2,-1,'Bard\'s Trousers',14730,2,0,0,1,2626,525,7,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,561,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6554,4,2,-1,'Bard\'s Gloves',14729,2,0,0,1,1146,229,10,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,729,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6555,4,1,-1,'Bard\'s Cloak',23006,1,0,0,1,522,104,16,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6556,4,2,-1,'Bard\'s Bracers',14728,2,0,0,1,873,174,9,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1064,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6557,4,2,-1,'Bard\'s Boots',19184,2,0,0,1,1512,302,8,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,813,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6558,4,2,-1,'Bard\'s Belt',17113,2,0,0,1,903,180,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,896,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (6559,4,6,-1,'Bard\'s Buckler',2210,2,0,0,1,2668,533,14,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,1998,0,6,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6560,4,6,-1,'Soldier\'s Shield',25955,2,0,0,1,3080,616,14,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,1998,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6561,4,1,-1,'Seer\'s Padded Armor',14551,2,0,0,1,3379,675,5,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,6,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6562,4,1,-1,'Shimmering Boots',16881,2,0,0,1,2543,508,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,793,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6563,4,1,-1,'Shimmering Bracers',14750,2,0,0,1,1479,295,9,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1045,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6564,4,1,-1,'Shimmering Cloak',23109,2,0,0,1,2561,512,16,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6565,4,1,-1,'Shimmering Gloves',16793,2,0,0,1,1970,394,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,710,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6566,4,1,-1,'Shimmering Amice',16470,1,0,0,1,2055,411,3,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6567,4,1,-1,'Shimmering Armor',14748,2,0,0,1,5182,1036,5,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,459,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6568,4,1,-1,'Shimmering Trousers',14746,2,0,0,1,4604,920,7,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,542,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6569,4,1,-1,'Shimmering Robe',18120,2,0,0,1,5223,1044,20,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,459,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6570,4,1,-1,'Shimmering Sash',14752,2,0,0,1,1816,363,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,878,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6571,4,6,-1,'Scouting Buckler',18493,2,0,0,1,5835,1167,14,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2010,0,8,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (6572,4,6,-1,'Defender Shield',18701,2,0,0,1,6619,1323,14,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2010,0,8,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (6573,4,3,-1,'Defender Boots',25760,2,0,0,1,4692,938,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,836,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6574,4,3,-1,'Defender Bracers',12456,2,0,0,1,2841,568,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1088,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6575,4,1,-1,'Defender Cloak',25967,2,0,0,1,2156,431,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6576,4,3,-1,'Defender Girdle',25762,2,0,0,1,2862,572,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,920,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6577,4,3,-1,'Defender Gauntlets',25761,2,0,0,1,3245,649,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,752,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6578,4,3,-1,'Defender Leggings',12453,2,0,0,1,6515,1303,7,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,584,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6579,4,3,-1,'Defender Spaulders',25764,1,0,0,1,3339,667,3,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6580,4,3,-1,'Defender Tunic',25763,2,0,0,1,6562,1312,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,500,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6581,4,2,-1,'Scouting Belt',17127,2,0,0,1,2111,422,6,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,898,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6582,4,2,-1,'Scouting Boots',14759,2,0,0,1,3655,731,8,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,815,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6583,4,2,-1,'Scouting Bracers',3657,2,0,0,1,2126,425,9,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1066,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6584,4,2,-1,'Scouting Tunic',14758,2,0,0,1,7082,1416,5,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,480,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6585,4,1,-1,'Scouting Cloak',23053,2,0,0,1,2234,446,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6586,4,2,-1,'Scouting Gloves',14755,2,0,0,1,2526,505,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,731,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6587,4,2,-1,'Scouting Trousers',14757,2,0,0,1,5732,1146,7,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,563,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6588,4,2,-1,'Scouting Spaulders',17195,1,0,0,1,2291,458,3,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6589,4,0,-1,'Viridian Band',9833,2,16,0,1,4225,1056,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6590,4,3,-1,'Battleforge Boots',25793,2,0,0,1,9153,1830,8,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,838,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6591,4,3,-1,'Battleforge Wristguards',25797,2,0,0,1,5039,1007,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1089,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6592,4,3,-1,'Battleforge Armor',25798,2,0,0,1,12240,2448,5,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,502,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6593,4,1,-1,'Battleforge Cloak',25993,2,0,0,1,4615,923,16,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6594,4,3,-1,'Battleforge Girdle',25795,2,0,0,1,5605,1121,6,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,922,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6595,4,3,-1,'Battleforge Gauntlets',25794,2,0,0,1,5625,1125,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,754,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6596,4,3,-1,'Battleforge Legguards',25796,2,0,0,1,11291,2258,7,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,586,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6597,4,3,-1,'Battleforge Shoulderguards',25799,2,0,0,1,8537,1707,3,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1174,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6598,4,6,-1,'Dervish Buckler',18449,2,0,0,1,12132,2426,14,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2022,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6599,4,6,-1,'Battleforge Shield',26014,2,0,0,1,13393,2678,14,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2022,0,11,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6600,4,2,-1,'Dervish Belt',14774,2,0,0,1,4339,867,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,900,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6601,4,2,-1,'Dervish Boots',14769,2,0,0,1,7185,1437,8,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,817,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6602,4,2,-1,'Dervish Bracers',17167,2,0,0,1,4370,874,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1068,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6603,4,2,-1,'Dervish Tunic',14773,2,0,0,1,11675,2335,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,481,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6604,4,1,-1,'Dervish Cape',23022,2,0,0,1,4801,960,16,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6605,4,2,-1,'Dervish Gloves',14775,2,0,0,1,4858,971,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,733,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6607,4,2,-1,'Dervish Leggings',14776,2,0,0,1,11012,2202,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,565,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6608,4,1,-1,'Bright Armor',27542,2,0,0,1,6644,1328,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6609,4,1,-1,'Sage\'s Cloth',16862,2,0,0,1,10740,2148,5,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,461,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6610,4,1,-1,'Sage\'s Robe',16878,2,0,0,1,10780,2156,20,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,461,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6611,4,1,-1,'Sage\'s Sash',16866,2,0,0,1,4064,812,6,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,880,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6612,4,1,-1,'Sage\'s Boots',19921,2,0,0,1,5563,1112,8,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,796,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6613,4,1,-1,'Sage\'s Bracers',16869,2,0,0,1,3722,744,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1048,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6614,4,1,-1,'Sage\'s Cloak',23138,2,0,0,1,5604,1120,16,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6615,4,1,-1,'Sage\'s Gloves',16864,2,0,0,1,4124,824,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,712,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6616,4,1,-1,'Sage\'s Pants',16863,2,0,0,1,11020,2204,7,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,545,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6617,4,1,-1,'Sage\'s Mantle',4904,2,0,0,1,6855,1371,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1132,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6619,9,0,-1,'Manual: The Path of Defense',12547,1,112,0,1,0,0,0,31233,-1,10,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8121,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6622,2,7,-1,'Sword of Zeal',21554,3,0,0,1,249316,49863,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,8191,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (6623,12,0,-1,'Succubus Summoning Scroll',12328,1,96,0,1,0,0,0,-1,511,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6624,12,0,-1,'Ken\'zigla\'s Draught',12565,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6625,12,0,-1,'Dirt-caked Pendant',12567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6626,12,0,-1,'Dogran\'s Pendant',12567,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9224,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6627,4,3,-1,'Mutant Scale Breastplate',12595,3,0,0,1,13104,2620,5,-1,-1,28,20,0,0,0,0,0,0,0,0,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6628,4,1,-1,'Raven\'s Claws',16952,2,0,0,1,1852,370,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6629,4,1,-1,'Sporid Cape',23141,3,0,0,1,3781,756,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,5,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6630,4,6,-1,'Seedcloud Buckler',6274,3,0,0,1,10337,2067,14,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,6,3,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,566,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,11,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6631,2,10,-1,'Living Root',20336,3,0,0,1,20266,4053,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,6,12,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,74,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6632,4,1,-1,'Feyscale Cloak',15156,3,0,0,1,2558,511,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6633,2,7,-1,'Butcher\'s Slicer',12610,3,0,0,1,12791,2558,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6634,12,0,-1,'Ritual Salve',6381,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6635,0,0,-1,'Earth Sapta',6400,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8202,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6636,0,0,-1,'Fire Sapta',12621,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8898,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6637,0,0,-1,'Water Sapta',6340,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8899,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6640,12,0,-1,'Felstalker Hoof',12625,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6641,2,8,-1,'Haunting Blade',20167,3,0,0,1,22052,4410,17,-1,-1,26,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,99,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6642,4,3,-1,'Phantom Armor',12632,3,0,0,1,9403,1880,5,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,3,32,5,7,11,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6643,15,4,-1,'Bloated Smallfish',18535,1,4,0,1,25,6,0,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6645,15,4,-1,'Bloated Mud Snapper',24694,1,4,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6647,15,4,-1,'Bloated Catfish',24711,1,4,0,1,160,40,0,-1,-1,25,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6648,12,0,-1,'Stoneskin Totem Scroll',12328,1,96,0,1,0,0,0,-1,-1,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6649,12,0,-1,'Searing Totem Scroll',12328,1,96,0,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6650,12,0,-1,'Healing Stream Totem Scroll',12328,1,96,8192,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,5394,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Teaches Healing Stream Totem (Rank 1).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (6651,2,4,-1,'Broken Wine Bottle',18652,1,0,0,1,1173,234,13,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Alterac Old-and-Yellow',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6652,12,0,-1,'Reagent Pouch',12735,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6653,12,0,-1,'Torch of the Dormant Flame',12992,1,0,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6654,12,0,-1,'Torch of the Eternal Flame',12738,1,0,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6655,12,0,-1,'Glowing Ember',12736,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6656,12,0,-1,'Rough Quartz',12746,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6657,0,5,-1,'Savory Deviate Delight',12780,1,0,0,1,20,5,0,-1,-1,18,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8213,0,-1,-1,1000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6658,12,0,-1,'Example Collar',12643,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6659,4,1,-1,'Scarab Trousers',12777,2,0,0,1,2706,541,7,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6660,2,15,-1,'Julie\'s Dagger',13001,3,0,0,1,180789,36157,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,8348,2,0,2.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (6661,9,5,-1,'Recipe: Savory Deviate Delight',1102,2,64,0,1,460,115,0,-1,-1,18,0,185,85,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8238,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Savory Deviate Delight.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6662,0,2,-1,'Elixir of Giant Growth',11462,1,0,0,1,380,95,0,-1,-1,18,8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8212,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6663,9,6,-1,'Recipe: Elixir of Giant Growth',15274,2,64,0,1,600,150,0,-1,-1,18,0,171,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8240,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Giant Growth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6664,4,1,-1,'Voodoo Mantle',12782,2,0,0,1,4460,892,3,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6665,4,3,-1,'Hexed Bracers',12783,2,0,0,1,4477,895,9,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,2,7,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6666,4,3,-1,'Dredge Boots',12784,2,0,0,1,4153,830,8,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,2,7,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6667,4,1,-1,'Engineer\'s Cloak',23110,2,0,0,1,4962,992,16,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,7,5,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6668,4,2,-1,'Draftsman Boots',12788,2,0,0,1,6226,1245,8,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6669,4,0,-1,'Sacred Band',9833,2,0,0,1,5515,1378,11,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,5,2,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6670,4,2,-1,'Panther Armor',12794,2,0,0,1,8364,1672,5,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,3,9,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6671,4,3,-1,'Juggernaut Leggings',12795,2,0,0,1,10341,2068,7,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6672,9,3,-1,'Schematic: Flash Bomb',15274,2,64,0,1,2000,500,0,-1,-1,37,0,202,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8243,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flash Bomb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6675,4,3,-1,'Tempered Bracers',12804,2,0,0,1,5245,1049,9,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,7,5,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6676,4,6,-1,'Constable Buckler',12805,2,0,0,1,11230,2246,14,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6677,2,19,-1,'Spellcrafter Wand',21018,2,0,0,1,12006,2401,26,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6678,4,0,-1,'Band of Elven Grace',14434,2,0,0,1,2710,677,11,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,7,3,31,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6679,2,6,-1,'Armor Piercer',22241,3,0,0,1,29118,5823,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,74,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6681,2,15,-1,'Thornspike',20593,3,0,0,1,31247,6249,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6682,4,1,-1,'Death Speaker Robes',12858,3,0,0,1,11406,2281,20,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,4,7,3,5,8,6,6,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6684,12,0,-1,'Snufflenose Command Stick',12866,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8283,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6685,4,1,-1,'Death Speaker Mantle',11473,3,0,0,1,7866,1573,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,5,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6686,4,3,-1,'Tusken Helm',15492,3,0,0,1,15762,3152,1,-1,-1,33,27,0,0,0,0,0,0,0,0,1,0,2,4,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6687,2,1,-1,'Corpsemaker',22217,3,0,0,1,49653,9930,17,-1,-1,34,27,0,0,0,0,0,0,0,0,1,0,2,4,15,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,132,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6688,4,2,-1,'Whisperwind Headdress',17277,3,0,0,1,12356,2471,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,7,3,5,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6689,2,10,-1,'Wind Spirit Staff',20325,3,0,0,1,41337,8267,17,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,5,5,6,15,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,106,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6690,4,2,-1,'Ferine Leggings',17142,3,0,0,1,20078,4015,7,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,12,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6691,2,15,-1,'Swinetusk Shank',12880,3,524288,0,1,44333,8866,13,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6692,2,0,-1,'Pronged Reaver',25597,3,524288,0,1,48943,9788,13,-1,-1,36,30,0,0,0,0,0,0,0,0,1,0,2,6,5,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6693,4,0,-1,'Agamaggan\'s Clutch',6486,3,524288,0,1,7265,1816,11,-1,-1,36,27,0,0,0,0,0,0,0,0,1,0,2,6,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6694,4,6,-1,'Heart of Agamaggan',18454,3,0,0,1,31546,6309,14,-1,-1,36,27,0,0,0,0,0,0,0,0,1,0,2,6,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,17,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6695,4,0,-1,'Stygian Bone Amulet',9852,3,64,0,1,12010,3002,2,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,6,8,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6696,2,2,-1,'Nightstalker Bow',20650,3,0,0,1,25431,5086,15,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6697,4,1,-1,'Batwing Mantle',5116,3,0,0,1,10208,2041,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,6,5,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6709,4,2,-1,'Moonglow Vest',12924,2,0,0,1,2726,545,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,45,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6710,9,1,-1,'Pattern: Moonglow Vest',1102,2,64,0,1,550,137,0,-1,-1,18,0,165,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8322,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Moonglow Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6712,15,0,-1,'Practice Lock',12925,1,0,0,1,50,12,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,5,1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6713,4,1,-1,'Ripped Pants',12928,1,0,0,1,52,10,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6714,7,2,-1,'Ez-Thro Dynamite',18062,1,64,0,1,300,75,0,-1,-1,25,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8331,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6715,7,3,-1,'Ruined Jumper Cables',7064,1,4,0,1,85,21,0,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6716,9,3,-1,'Schematic: EZ-Thro Dynamite',15274,2,64,0,1,800,200,0,-1,-1,20,0,202,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8339,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make EZ-Thro Dynamite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6717,12,0,-1,'Gaffer Jack',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6718,12,0,-1,'Electropeller',7411,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6719,4,2,-1,'Windborne Belt',17134,2,0,0,1,5486,1097,6,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6720,4,2,-1,'Spirit Hunter Headdress',28984,2,0,0,1,16095,3219,1,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6721,4,3,-1,'Chestplate of Kor',12934,2,0,0,1,7095,1419,5,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,3,4,4,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6722,4,3,-1,'Beastial Manacles',12935,2,0,0,1,6657,1331,9,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6723,4,0,-1,'Medal of Courage',4841,3,0,0,1,32620,8155,2,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (6725,4,6,-1,'Marbled Buckler',18469,3,0,0,1,30529,6105,14,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,4,3,5,4,5,6,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,17,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,-1,0,0,0,'',44,0,0,0,0,12340), (6726,4,1,-1,'Razzeric\'s Customized Seatbelt',16716,2,0,0,1,11941,2388,6,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6727,4,2,-1,'Razzeric\'s Racing Grips',17067,2,0,0,1,14982,2996,10,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6729,2,19,-1,'Fizzle\'s Zippy Lighter',20821,2,0,0,1,35939,7187,26,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,2,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (6730,4,3,-1,'Ironforge Chain',12944,2,0,0,1,2483,496,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (6731,4,3,-1,'Ironforge Breastplate',12945,2,0,0,1,4358,871,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,30,0,0,0,'',2,0,0,0,0,12340), (6732,4,2,-1,'Gnomish Mechanic\'s Gloves',12943,2,0,0,1,12109,2421,10,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,4,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6733,4,3,-1,'Ironforge Gauntlets',12948,2,0,0,1,5727,1145,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,50,0,0,0,'',4,0,0,0,0,12340), (6735,9,4,-1,'Plans: Ironforge Breastplate',15274,2,64,0,1,600,150,0,-1,-1,20,0,164,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8367,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ironforge Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6737,4,1,-1,'Dryleaf Pants',16852,2,0,0,1,14028,2805,7,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,7,9,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6738,2,0,-1,'Bleeding Crescent',19126,2,0,0,1,35204,7040,13,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,16403,2,0,0.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (6739,2,2,-1,'Cliffrunner\'s Aim',20666,2,0,0,1,14959,2991,15,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (6740,4,2,-1,'Azure Sash',12977,2,0,0,1,5005,1001,6,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6741,2,8,-1,'Orcish War Sword',20177,1,0,0,1,15072,3014,17,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,68,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6742,4,3,-1,'Stonefist Girdle',12981,3,0,0,1,14151,2830,6,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,100,0,0,0,'',44,0,0,0,0,12340), (6743,4,0,-1,'Sustaining Ring',12984,2,0,0,1,5850,1462,11,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6744,4,1,-1,'Gloves of Kapelan',16956,2,0,0,1,5950,1190,10,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6745,4,1,-1,'Swiftrunner Cape',23069,2,0,0,1,8958,1791,16,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,7,2,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6746,4,6,-1,'Basalt Buckler',18507,2,0,0,1,35380,7076,14,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,2,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (6747,4,3,-1,'Enforcer Pauldrons',12986,2,0,0,1,25076,5015,3,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6748,4,0,-1,'Monkey Ring',9836,2,0,0,1,3590,897,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6749,4,0,-1,'Tiger Band',9823,2,0,0,1,3590,897,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6750,4,0,-1,'Snake Hoop',12987,2,0,0,1,3590,897,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6751,4,1,-1,'Mourning Shawl',23126,2,0,0,1,7057,1411,16,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,6,-3,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6752,4,2,-1,'Lancer Boots',16988,2,0,0,1,8010,1602,8,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,5,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6753,12,0,-1,'Feather Charm',12989,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6754,1,0,-1,'Large Moneybag',1183,1,16,0,1,2000,500,18,-1,-1,15,0,0,0,0,0,0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6755,15,0,-1,'A Small Container of Gems',12991,1,4,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6756,1,0,-1,'Jewelry Box',12991,1,0,0,1,5500,1375,18,-1,-1,5,0,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6757,4,0,-1,'Jaina\'s Signet Ring',9837,2,0,0,1,18520,4630,11,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6766,12,0,-1,'Flayed Demon Skin (old2)',13002,1,2048,0,1,0,0,0,-1,-1,25,25,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1480,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6767,12,0,-1,'Tyranis\' Pendant',12863,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6773,4,3,-1,'Gelkis Marauder Chain',13011,2,0,0,1,36832,7366,5,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,4,14,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6774,4,0,-1,'Uthek\'s Finger',13012,2,0,0,1,11540,2885,23,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,3,7,5,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (6775,12,0,-1,'Tome of Divinity',13005,1,0,0,1,0,0,0,-1,-1,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1642,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6776,12,0,-1,'Tome of Valor',13005,1,0,0,1,0,0,0,-1,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1649,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6780,4,1,-1,'Lilac Sash',13023,2,0,0,1,7800,1560,6,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6781,0,0,-1,'Bartleby\'s Mug',18100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6782,0,0,-1,'Marshal Haggard\'s Badge',13024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6783,12,0,-1,'Dead-tooth\'s Key',13025,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8517,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6784,4,2,-1,'Braced Handguards',13026,2,0,0,1,10160,2032,10,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,7,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6785,12,0,-1,'Powers of the Void',7637,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'By the hand of Khadgar',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6786,4,0,-1,'Simple Dress',13043,1,0,0,1,298,59,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63751,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6787,4,0,-1,'White Woolen Dress',13046,1,0,0,1,7,1,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Like driven snow, but much warmer.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-34,0,0,0,'',0,0,0,0,0,12340), (6788,4,2,-1,'Magram Hunter\'s Belt',17122,2,0,0,1,16658,3331,6,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,7,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6789,4,1,-1,'Ceremonial Centaur Blanket',23096,2,0,0,1,20061,4012,16,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,5,2,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6790,4,0,-1,'Ring of Calm',6012,2,0,0,1,6160,1540,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6791,4,1,-1,'Hellion Boots',17227,2,0,0,1,17322,3464,8,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6792,4,3,-1,'Sanguine Pauldrons',13052,2,0,0,1,23693,4738,3,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6793,4,3,-1,'Auric Bracers',13053,2,0,0,1,15787,3157,9,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6794,4,2,-1,'Stormfire Gauntlets',17187,2,0,0,1,13206,2641,10,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,10,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6795,4,0,-1,'White Swashbuckler\'s Shirt',13056,1,0,0,1,2000,500,4,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6796,4,0,-1,'Red Swashbuckler\'s Shirt',13057,1,0,0,1,3000,750,4,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6797,2,19,-1,'Eyepoker',21014,2,0,0,1,31813,6362,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (6798,2,3,-1,'Blasting Hackbut',13060,2,0,0,1,31934,6386,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (6799,12,0,-1,'Vejrek\'s Head',13061,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6800,12,0,-1,'Umbral Ore',13063,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6801,4,1,-1,'Baroque Apron',13077,2,0,0,1,22282,4456,20,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,6,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (6802,2,7,-1,'Sword of Omen',20010,3,0,0,1,91277,18255,13,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,3,4,9,7,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (6803,4,0,-1,'Prophetic Cane',15430,3,0,0,1,19540,4885,23,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (6804,2,4,-1,'Windstorm Hammer',19707,3,0,0,1,40302,8060,13,-1,-1,34,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,65,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,1.9,0,0,0,'',43,0,0,0,0,12340), (6805,12,0,-1,'Horn of Vorlus',13082,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6806,2,19,-1,'Dancing Flame',13084,3,0,0,1,51048,10209,26,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6807,0,5,-1,'Frog Leg Stew',557,1,0,0,5,1250,62,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6808,12,0,-1,'Elunite Ore',13063,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6809,12,0,-1,'Elura\'s Medallion',7425,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6810,12,0,-1,'Surena\'s Choker',13085,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6811,0,8,-1,'Aquadynamic Fish Lens',13086,1,64,0,1,100,25,0,-1,-1,20,0,356,50,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8532,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6812,0,0,-1,'Case of Elunite',13100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6826,15,0,-1,'Brilliant Scale',6658,0,0,0,1,2195,548,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6827,15,0,-1,'Box of Supplies',13110,1,4,0,1,600,150,0,-1,-1,40,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6828,4,6,-1,'Visionary Buckler',18476,2,0,0,1,31340,6268,14,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (6829,2,7,-1,'Sword of Serenity',20075,3,0,0,1,93573,18714,13,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,7,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,86,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (6830,2,1,-1,'Bonebiter',18607,3,0,0,1,117382,23476,17,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,4,20,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,159,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (6831,2,15,-1,'Black Menace',20292,3,0,0,1,87614,17522,13,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,13440,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (6832,4,1,-1,'Cloak of Blight',23097,2,0,0,1,18850,3770,16,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (6833,4,0,-1,'White Tuxedo Shirt',13115,1,0,0,1,0,0,4,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6834,4,1,-1,'Black Tuxedo',13116,1,0,0,1,6,1,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6835,4,1,-1,'Black Tuxedo Pants',13117,1,0,0,1,0,0,7,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,812,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6836,4,1,-1,'Dress Shoes',16368,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6838,12,0,-1,'Scorched Spider Fang',9396,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6839,12,0,-1,'Charred Horn',13121,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6840,12,0,-1,'Galvanized Horn',13122,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6841,0,0,-1,'Vial of Phlogiston',4984,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6842,0,0,-1,'Furen\'s Instructions',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',831,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6843,12,0,-1,'Cask of Scalder',7922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6844,12,0,-1,'Burning Blood',18060,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6845,12,0,-1,'Burning Rock',13124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6846,12,0,-1,'Defias Script',13125,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',811,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6847,12,0,-1,'Dark Iron Script',13125,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',812,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6848,12,0,-1,'Searing Coral',13918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6849,12,0,-1,'Sunscorched Shell',18054,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6851,0,0,-1,'Essence of the Exile',19800,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6866,12,0,-1,'Symbol of Life',13144,1,64,0,1,0,0,0,-1,-1,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8593,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6887,0,5,-1,'Spotted Yellowtail',4811,1,0,0,1,2000,5,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (6888,0,5,-1,'Herb Baked Egg',18052,1,0,0,1,40,10,0,-1,-1,7,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6889,7,8,-1,'Small Egg',18046,1,0,0,1,16,4,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6890,0,5,-1,'Smoked Bear Meat',4113,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (6891,9,5,-1,'Recipe: Herb Baked Egg',811,1,64,0,1,25,6,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Herb Baked Egg.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6892,9,5,-1,'Recipe: Smoked Bear Meat',1102,1,64,0,1,250,62,0,-1,-1,13,0,185,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8607,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Smoked Bear Meat.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6893,13,0,-1,'Workshop Key',13290,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6894,12,0,-1,'Whirlwind Heart',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6895,12,0,-1,'Jordan\'s Smithing Hammer',13292,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6898,4,0,-1,'Orb of Soran\'ruk',21597,2,0,0,1,16530,4132,23,31488,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9394,1,0,0,-1,0,0,0,1,0,0,-1,0,-1,18956,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (6900,4,1,-1,'Enchanted Gold Bloodrobe',13337,3,0,0,1,23427,4685,20,256,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6901,4,1,-1,'Glowing Thresher Cape',23002,3,0,0,1,7616,1523,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,6,8,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6902,4,2,-1,'Bands of Serra\'kis',17001,3,0,0,1,5264,1052,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,3,4,4,7,2,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6903,4,1,-1,'Gaze Dreamer Pants',13357,3,0,0,1,9297,1859,7,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6904,2,15,-1,'Bite of Serra\'kis',20575,3,0,0,1,23326,4665,13,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,8313,2,0,2.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6905,2,1,-1,'Reef Axe',22222,3,0,0,1,24065,4813,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,89,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6906,4,3,-1,'Algae Fists',13361,3,0,0,1,6377,1275,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,4,10,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6907,4,3,-1,'Tortoise Armor',16903,3,0,0,1,9365,1873,5,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,25,110,0,0,0,'',41,0,0,0,0,12340), (6908,4,1,-1,'Ghamoo-ra\'s Bind',16723,3,0,0,1,3133,626,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (6909,2,8,-1,'Strike of the Hydra',20185,3,0,0,1,35778,7155,17,-1,-1,31,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,102,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,13526,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6910,4,1,-1,'Leech Pants',13365,3,0,0,1,11493,2298,7,-1,-1,31,24,0,0,0,0,0,0,0,0,1,0,3,5,5,6,15,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6911,4,2,-1,'Moss Cinch',16931,3,0,0,1,7210,1442,6,-1,-1,31,24,0,0,0,0,0,0,0,0,1,0,2,5,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6912,12,0,-1,'Heartswood',13370,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6913,12,0,-1,'Heartswood Core',13458,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8674,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6914,12,0,-1,'Soran\'ruk Fragment',1695,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6915,12,0,-1,'Large Soran\'ruk Fragment',6564,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6916,12,0,-1,'Tome of Divinity',13005,1,0,0,1,0,0,0,-1,-1,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1646,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6926,0,0,-1,'Furen\'s Notes',13430,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This letter is sealed',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6927,0,0,-1,'Big Will\'s Ear',13433,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6928,12,0,-1,'Bloodstone Choker',13085,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7728,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6929,0,0,-1,'Bath\'rah\'s Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',855,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6930,12,0,-1,'Rod of Channeling',13435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6931,12,0,-1,'Moldy Tome',2757,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8712,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Faint letters on the cover of the locked book read, \'Tome of the Cabal.\'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6947,0,8,-1,'Instant Poison',13710,1,2097216,0,1,25,6,0,8,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8679,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6948,15,0,-1,'Hearthstone',6418,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8690,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6949,0,8,-1,'Instant Poison II',13710,1,2097216,0,1,50,12,0,8,-1,28,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8686,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6950,0,8,-1,'Instant Poison III',13710,1,2097216,0,1,150,37,0,8,-1,36,36,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8688,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6951,15,0,-1,'Mind-numbing Poison II',13709,0,2097216,0,1,300,75,0,8,-1,38,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6952,12,0,-1,'Thick Bear Fur',7169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6953,2,5,-1,'Verigan\'s Fist',13466,3,0,0,1,37297,7459,17,2,-1,31,0,0,0,0,0,0,0,0,0,1,0,3,7,7,6,12,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,99,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (6966,2,0,-1,'Elunite Axe',19135,2,0,0,1,3468,693,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6967,2,7,-1,'Elunite Sword',20162,2,0,0,1,3481,696,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6968,2,4,-1,'Elunite Hammer',19771,2,0,0,1,3494,698,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6969,2,15,-1,'Elunite Dagger',20400,2,0,0,1,3507,701,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6970,4,6,-1,'Furen\'s Favor',21475,2,0,0,1,4531,906,14,1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (6971,4,3,-1,'Fire Hardened Coif',15327,2,0,0,1,11106,2221,1,1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6972,4,3,-1,'Fire Hardened Hauberk',22480,3,0,0,1,16214,3242,5,1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,14,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,70537,0,0,0,3600000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (6973,4,3,-1,'Fire Hardened Leggings',22481,2,0,0,1,12327,2465,7,1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (6974,4,3,-1,'Fire Hardened Gauntlets',22482,2,0,0,1,7485,1497,10,1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (6975,2,1,-1,'Whirlwind Axe',22734,3,0,0,1,83831,16766,17,1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,154,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6976,2,5,-1,'Whirlwind Warhammer',25079,3,0,0,1,86321,17264,17,1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,14,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,146,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6977,2,8,-1,'Whirlwind Sword',22731,3,0,0,1,86627,17325,17,1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,14,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,124,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (6978,2,0,-1,'Umbral Axe',19133,2,0,0,1,3363,672,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6979,2,0,-1,'Haggard\'s Axe',19274,2,0,0,1,3376,675,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6980,2,15,-1,'Haggard\'s Dagger',20601,2,0,0,1,3389,677,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6981,2,15,-1,'Umbral Dagger',20606,2,0,0,1,3402,680,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6982,2,4,-1,'Umbral Mace',19652,2,0,0,1,3415,683,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6983,2,4,-1,'Haggard\'s Hammer',19773,2,0,0,1,3428,685,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6984,2,7,-1,'Umbral Sword',20159,2,0,0,1,3441,688,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6985,2,7,-1,'Haggard\'s Sword',20163,2,0,0,1,3454,690,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (6986,15,0,-1,'Crimson Lotus',19495,0,0,0,1,200,50,0,1535,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6987,8,0,-1,'Fish Scale',6628,1,0,0,1,55,13,0,2047,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6988,12,0,-1,'Felhunter Summoning Scroll',12328,1,96,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (6989,12,0,-1,'Vial of Hatefury Blood',1150,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6990,12,0,-1,'Lesser Infernal Stone',13490,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6991,12,0,-1,'Smoldering Coal',9116,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6992,12,0,-1,'Jordan\'s Ore Shipment',13493,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6993,12,0,-1,'Jordan\'s Refined Ore Shipment',13494,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6994,12,0,-1,'Whitestone Oak Lumber',13495,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6995,12,0,-1,'Corrupted Kor Gem',13703,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6996,12,0,-1,'Jordan\'s Weapon Notes',13497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',871,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6997,12,0,-1,'Tattered Manuscript',7798,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8712,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A large number of papers from the \'Tome of the Cabal.\'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (6998,4,1,-1,'Nimbus Boots',13500,2,0,0,1,3872,774,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (6999,12,0,-1,'Tome of the Cabal',2757,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8712,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7000,4,2,-1,'Heartwood Girdle',16919,2,0,0,1,3252,650,6,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (7001,2,19,-1,'Gravestone Scepter',20824,3,0,0,1,17677,3535,26,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,5,0,0,0,0,0,0,0,0,5,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (7002,4,6,-1,'Arctic Buckler',4743,3,0,0,1,15142,3028,14,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,6,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,13,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (7003,4,3,-1,'Beetle Clasps',13508,2,0,0,1,4906,981,9,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7004,4,1,-1,'Prelacy Cape',15042,2,0,0,1,4925,985,16,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7005,2,14,-1,'Skinning Knife',6440,1,0,0,1,82,16,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,8,166,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7006,12,0,-1,'Reconstructed Tome',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7026,4,1,-1,'Linen Belt',17119,1,0,0,1,112,22,6,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7027,4,1,-1,'Boots of Darkness',17148,2,0,0,1,5626,1125,8,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7046,4,1,-1,'Azure Silk Pants',13649,2,0,0,1,7473,1494,7,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7047,4,1,-1,'Hands of Darkness',17146,2,0,0,1,4125,825,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7048,4,1,-1,'Azure Silk Hood',15283,2,0,0,1,6210,1242,1,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7049,4,1,-1,'Truefaith Gloves',17143,2,0,0,1,4570,914,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7050,4,1,-1,'Silk Headband',15863,2,0,0,1,8326,1665,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,6,8,32,4,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7051,4,1,-1,'Earthen Vest',8721,2,0,0,1,13481,2696,5,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,6,10,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7052,4,1,-1,'Azure Silk Belt',13664,2,0,0,1,7440,1488,6,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,8747,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7053,4,1,-1,'Azure Silk Cloak',23092,2,0,0,1,11201,2240,16,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7054,4,1,-1,'Robe of Power',17133,3,0,0,1,23505,4701,20,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,5,10,31,9,45,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7055,4,1,-1,'Crimson Silk Belt',17112,2,0,0,1,7520,1504,6,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7056,4,1,-1,'Crimson Silk Cloak',15243,2,0,0,1,11574,2314,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,7,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7057,4,1,-1,'Green Silken Shoulders',28729,2,0,0,1,11618,2323,3,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7058,4,1,-1,'Crimson Silk Vest',13671,2,0,0,1,14136,2827,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,31,10,45,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7059,4,1,-1,'Crimson Silk Shoulders',13672,2,0,0,1,13906,2781,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7060,4,1,-1,'Azure Shoulders',17132,2,0,0,1,13958,2791,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7061,4,1,-1,'Earthen Silk Belt',13678,2,0,0,1,10088,2017,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7062,4,1,-1,'Crimson Silk Pantaloons',13679,2,0,0,1,20251,4050,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,5,14,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7063,4,1,-1,'Crimson Silk Robe',12675,2,0,0,1,23707,4741,20,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7064,4,1,-1,'Crimson Silk Gloves',13681,2,0,0,1,12849,2569,10,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7065,4,1,-1,'Green Silk Armor',13684,2,0,0,1,11990,2398,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7067,7,10,-1,'Elemental Earth',13686,1,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7068,7,10,-1,'Elemental Fire',20874,1,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7069,7,10,-1,'Elemental Air',23755,1,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7070,7,10,-1,'Elemental Water',4136,1,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7071,7,1,-1,'Iron Buckle',13692,1,0,0,1,400,100,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7072,7,11,-1,'Naga Scale',3668,1,0,0,1,600,150,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7073,15,0,-1,'Broken Fang',6002,0,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7074,15,0,-1,'Chipped Claw',7048,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7075,7,10,-1,'Core of Earth',8560,1,0,0,1,1600,400,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7076,7,10,-1,'Essence of Earth',23754,2,0,0,1,1600,400,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7077,7,10,-1,'Heart of Fire',21583,1,0,0,1,1600,400,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7078,7,10,-1,'Essence of Fire',23287,2,0,0,1,1600,400,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7079,7,10,-1,'Globe of Water',8025,1,0,0,1,1600,400,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7080,7,10,-1,'Essence of Water',13689,2,0,0,1,1600,400,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7081,7,10,-1,'Breath of Wind',13687,1,0,0,1,1600,400,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7082,7,10,-1,'Essence of Air',23284,2,0,0,1,1600,400,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7083,12,0,-1,'Purified Kor Gem',7279,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7084,9,2,-1,'Pattern: Crimson Silk Shoulders',15274,2,64,0,1,1400,350,0,-1,-1,38,0,197,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8793,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Crimson Silk Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7085,9,2,-1,'Pattern: Azure Shoulders',15274,2,64,0,1,1400,350,0,-1,-1,38,0,197,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8795,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Azure Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7086,9,2,-1,'Pattern: Earthen Silk Belt',15274,2,64,0,1,1500,375,0,-1,-1,39,0,197,195,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8797,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Earthen Silk Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7087,9,2,-1,'Pattern: Crimson Silk Cloak',1102,1,64,0,1,1200,300,0,-1,-1,36,0,197,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8789,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Crimson Silk Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7088,9,2,-1,'Pattern: Crimson Silk Robe',1102,1,64,0,1,5000,1250,0,-1,-1,41,0,197,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8802,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Crimson Silk Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7089,9,2,-1,'Pattern: Azure Silk Cloak',1102,1,64,0,1,1500,375,0,-1,-1,35,0,197,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,8786,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Azure Silk Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7090,9,2,-1,'Pattern: Green Silk Armor',15274,2,64,0,1,1000,250,0,-1,-1,33,0,197,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8784,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Green Silk Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7091,9,2,-1,'Pattern: Truefaith Gloves',15274,2,64,0,1,1000,250,0,-1,-1,30,0,197,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8782,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Truefaith Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7092,9,2,-1,'Pattern: Hands of Darkness',15274,2,64,0,1,1000,250,0,-1,-1,29,0,197,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,8780,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Hands of Darkness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7094,2,10,-1,'Driftwood Branch',13711,1,0,0,1,872,174,17,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7095,4,1,-1,'Bog Boots',16810,1,0,0,1,161,32,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7096,15,0,-1,'Plucked Feather',19573,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7097,0,5,-1,'Leg Meat',2474,1,0,0,6,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (7098,15,0,-1,'Splintered Tusk',3429,0,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7099,15,0,-1,'Severed Pincer',13713,0,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7100,15,0,-1,'Sticky Ichor',13715,0,0,0,1,30,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7101,15,0,-1,'Bug Eye',13714,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7106,4,1,-1,'Zodiac Gloves',16959,2,0,0,1,6174,1234,10,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,5,4,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7107,4,3,-1,'Belt of the Stars',13758,2,0,0,1,9294,1858,6,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7108,4,6,-1,'Infantry Shield',18661,2,0,0,1,1046,209,14,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,6278,0,4,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7109,4,6,-1,'Pioneer Buckler',18508,1,0,0,1,372,74,14,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,-1,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7110,4,1,-1,'Silver-thread Armor',8720,2,0,0,1,10350,2070,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,6,11,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7111,4,1,-1,'Nightsky Armor',14986,2,0,0,1,16648,3329,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,7,8,5,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7112,4,1,-1,'Aurora Armor',14657,2,0,0,1,22735,4547,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,7,4,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7113,4,1,-1,'Mistscape Armor',14678,2,0,0,1,33535,6707,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,3,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7114,9,2,-1,'Pattern: Azure Silk Gloves',1102,1,64,0,1,1000,250,0,-1,-1,29,0,197,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3854,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Azure Silk Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7115,2,0,-1,'Heirloom Axe',19204,2,0,0,1,3415,683,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7116,2,15,-1,'Heirloom Dagger',20602,2,0,0,1,3428,685,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7117,2,4,-1,'Heirloom Hammer',19776,2,0,0,1,3441,688,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7118,2,7,-1,'Heirloom Sword',20161,2,0,0,1,3454,690,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7119,12,0,-1,'Twitching Antenna',15507,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This antenna won\'t twitch forever',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (7120,4,6,-1,'Ruga\'s Bulwark',22730,2,0,0,1,4480,896,14,1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (7126,12,0,-1,'Smoky Iron Ingot',13783,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7127,0,0,-1,'Powdered Azurite',7171,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7128,12,0,-1,'Uncloven Satyr Hoof',13785,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7129,4,3,-1,'Brutal Gauntlets',13484,2,0,0,1,7734,1546,10,1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7130,4,3,-1,'Brutal Helm',15288,2,0,0,1,11643,2328,1,1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7131,12,0,-1,'Dragonmaw Shinbone',13799,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8856,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7132,4,3,-1,'Brutal Legguards',3541,2,0,0,1,11692,2338,7,1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7133,4,3,-1,'Brutal Hauberk',13011,3,0,0,1,15494,3098,5,1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,14,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,70537,0,0,0,3600000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (7134,12,0,-1,'Sturdy Dragonmaw Shinbone',13799,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7135,12,0,-1,'Broken Dragonmaw Shinbone',13806,0,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7146,13,0,-1,'The Scarlet Key',8735,2,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7148,7,3,-1,'Goblin Jumper Cables',31201,1,64,0,1,85,21,0,-1,-1,33,0,202,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8342,0,0,0,1800000,1051,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7166,2,15,-1,'Copper Dagger',13848,1,0,0,1,973,194,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7170,2,14,-1,'Twain Random Sword FOO',13853,0,0,8192,1,3462,692,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (7187,4,2,-1,'VanCleef\'s Boots',16999,3,0,8192,1,3080,616,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (7188,4,6,-1,'Stormwind Guard Shield',13863,2,0,0,1,7426,1485,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',23,0,0,0,0,1), (7189,4,1,-1,'Goblin Rocket Boots',20622,2,64,0,1,23563,4712,8,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,8892,0,0,0,300000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7190,15,0,-1,'Scorched Rocket Boots',20623,0,4,0,1,0,0,0,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7191,7,1,-1,'Fused Wiring',16367,1,0,0,1,0,0,0,-1,-1,26,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7192,9,3,-1,'Plans: Goblin Rocket Boots',1102,2,64,0,1,1200,300,0,-1,-1,26,0,202,130,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Goblin Rocket Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7206,12,0,-1,'Mirror Lake Water Sample',18059,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7207,12,0,-1,'Jennea\'s Flask',18057,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8919,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7208,12,0,-1,'Tazan\'s Key',13885,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8917,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7209,15,0,-1,'Tazan\'s Satchel',13884,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,319,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7226,12,0,-1,'Mage-tastic Gizmonitor',13903,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7227,0,0,-1,'Balnir Snapdragons',13905,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7228,0,5,-1,'Tigule and Foror\'s Strawberry Ice Cream',13906,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7229,4,3,-1,'Explorer\'s Vest',11563,2,0,0,1,1428,285,5,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,7,2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (7230,2,5,-1,'Smite\'s Mighty Hammer',19610,3,0,0,1,15516,3103,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,11,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,83,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (7231,12,0,-1,'Astor\'s Letter of Introduction',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7247,15,0,-1,'Chest of Containment Coffers',11449,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9082,0,10,0,8000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7249,12,0,-1,'Charged Rift Gem',7162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7266,0,0,-1,'Ur\'s Treatise on Shadow Magic',11181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',891,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7267,12,0,-1,'Pristine Spider Silk',18597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7268,12,0,-1,'Xavian Water Sample',18059,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7269,12,0,-1,'Deino\'s Flask',18057,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9052,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7270,12,0,-1,'Laughing Sister\'s Hair',13992,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7271,12,0,-1,'Flawless Ivory Tusk',13998,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7272,12,0,-1,'Bolt Charged Bramble',7143,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7273,12,0,-1,'Witherbark Totem Stick',14000,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9055,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7274,12,0,-1,'Rituals of Power',11181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'By Magus Tirth',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7276,4,1,-1,'Handstitched Leather Cloak',23035,1,0,0,1,170,34,16,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7277,4,2,-1,'Handstitched Leather Bracers',14001,1,0,0,1,143,28,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7278,11,2,-1,'Light Leather Quiver',21330,1,0,0,1,100,25,18,-1,-1,5,1,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7279,11,3,-1,'Small Leather Ammo Pouch',1816,1,0,0,1,100,25,18,-1,-1,5,1,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7280,4,2,-1,'Rugged Leather Pants',17232,2,0,0,1,814,162,7,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (7281,4,2,-1,'Light Leather Bracers',14002,2,0,0,1,711,142,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (7282,4,2,-1,'Light Leather Pants',3248,2,0,0,1,2999,599,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,3,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (7283,4,1,-1,'Black Whelp Cloak',23010,2,0,0,1,2077,415,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (7284,4,2,-1,'Red Whelp Gloves',3992,2,64,0,1,2934,586,10,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (7285,4,2,-1,'Nimble Leather Gloves',14004,2,0,0,1,2945,589,10,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,3,4,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (7286,7,6,-1,'Black Whelp Scale',6646,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7287,15,0,-1,'Red Whelp Scale',6629,1,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7288,9,1,-1,'Pattern: Rugged Leather Pants',1102,2,64,0,1,500,125,0,-1,-1,11,0,165,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9064,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Rugged Leather Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7289,9,1,-1,'Pattern: Black Whelp Cloak',1102,1,64,0,1,650,162,0,-1,-1,20,0,165,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9070,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Black Whelp Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7290,9,1,-1,'Pattern: Red Whelp Gloves',1102,1,64,0,1,1600,400,0,-1,-1,24,0,165,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Red Whelp Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7291,12,0,-1,'Infernal Orb',1695,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7292,12,0,-1,'Filled Containment Coffer',14006,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7293,12,0,-1,'Dalaran Mana Gem',14007,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7294,12,0,-1,'Andron\'s Ledger',14008,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7295,12,0,-1,'Tazan\'s Logbook',6645,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7296,15,0,-1,'Extinguished Torch',14019,0,0,0,1,225,56,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7297,4,0,-1,'Morbent\'s Bane',21604,1,0,0,1,0,0,23,-1,-1,33,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8913,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7298,2,15,-1,'Blade of Cunning',20425,2,0,0,1,2345,469,13,8,-1,13,0,0,0,0,0,0,0,0,1,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7306,12,0,-1,'Fenwick\'s Head',14023,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7307,0,8,-1,'Flesh Eating Worm',18098,1,64,0,1,250,62,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9092,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7308,12,0,-1,'Cantation of Manifestation',12328,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9095,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Use near a mana rift disturbance',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7309,12,0,-1,'Dalaran Status Report',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7326,2,0,-1,'Thun\'grim\'s Axe',19132,2,0,0,1,3480,696,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7327,2,15,-1,'Thun\'grim\'s Dagger',20398,2,0,0,1,3493,698,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7328,2,4,-1,'Thun\'grim\'s Mace',19649,2,0,0,1,3506,701,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7329,2,7,-1,'Thun\'grim\'s Sword',20160,2,0,0,1,3519,703,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7330,4,6,-1,'Infiltrator Buckler',2632,2,0,0,1,19615,3923,14,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2028,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (7331,4,6,-1,'Phalanx Shield',26046,2,0,0,1,21654,4330,14,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2034,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (7332,4,1,-1,'Regal Armor',15003,2,0,0,1,33462,6692,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,465,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7333,12,0,-1,'Overseer\'s Whistle',7276,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7334,4,1,-1,'Efflorescent Robe',16523,2,0,0,1,7721,1544,20,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,5,2,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7335,4,2,-1,'Grizzly Tunic',12482,2,0,0,1,9686,1937,5,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7336,4,3,-1,'Wildwood Chain',14069,2,0,0,1,7549,1509,5,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,4,8,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (7337,4,0,-1,'The Rock',24646,1,0,0,1,1000000,250000,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'s huge!',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7338,4,0,-1,'Mood Ring',9833,1,0,0,1,10000,2500,11,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'s blue, wait, it\'s green!',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7339,4,0,-1,'Miniscule Diamond Ring',9835,1,0,0,1,250000,62500,11,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hey, it\'s still a diamond.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7340,4,0,-1,'Flawless Diamond Solitaire',9832,1,0,0,1,500000,125000,11,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Will you marry me?',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7341,4,0,-1,'Cubic Zirconia Ring',9837,1,0,0,1,50000,12500,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Trust me, she\'ll know.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7342,4,0,-1,'Silver Piffeny Band',14432,1,0,0,1,100000,25000,11,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Nothing says sorry like Piffeny.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7343,12,0,-1,'Bingles\' Wrench',7602,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7344,4,0,-1,'Torch of Holy Flame',21604,2,0,0,1,20000,5000,23,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (7345,12,0,-1,'Bingles\' Screwdriver',14305,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7346,12,0,-1,'Bingles\' Hammer',14306,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7348,4,2,-1,'Fletcher\'s Gloves',6735,3,0,0,1,4145,829,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,20,14,7,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,-59,0,0,0,'',41,0,0,0,0,12340), (7349,4,2,-1,'Herbalist\'s Gloves',17230,2,0,0,1,4309,861,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9134,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7350,4,1,-1,'Disciple\'s Bracers',16566,1,0,0,1,148,29,9,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7351,4,1,-1,'Disciple\'s Boots',16563,1,0,0,1,291,58,8,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7352,4,2,-1,'Earthen Leather Shoulders',14316,2,0,0,1,6533,1306,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7353,4,1,-1,'Elder\'s Padded Armor',16599,2,0,0,1,14991,2998,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,462,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7354,4,1,-1,'Elder\'s Boots',16605,2,0,0,1,9325,1865,8,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,797,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7355,4,1,-1,'Elder\'s Bracers',16604,2,0,0,1,5156,1031,9,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1049,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7356,4,1,-1,'Elder\'s Cloak',23100,2,0,0,1,7056,1411,16,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7357,4,1,-1,'Elder\'s Hat',15906,2,0,0,1,9379,1875,1,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,630,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7358,4,2,-1,'Pilferer\'s Gloves',2057,2,0,0,1,4429,885,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7359,4,2,-1,'Heavy Earthen Gloves',17225,2,0,0,1,4890,978,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7360,9,1,-1,'Pattern: Dark Leather Gloves',15274,2,64,0,1,1600,400,0,-1,-1,25,0,165,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Dark Leather Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7361,9,1,-1,'Pattern: Herbalist\'s Gloves',1102,2,64,0,1,1800,450,0,-1,-1,26,0,165,135,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9146,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Herbalist\'s Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7362,9,1,-1,'Pattern: Earthen Leather Shoulders',1102,1,64,0,1,2000,500,0,-1,-1,27,0,165,135,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9147,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Earthen Leather Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7363,9,1,-1,'Pattern: Pilferer\'s Gloves',1102,2,64,0,1,2100,525,0,-1,-1,28,0,165,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9148,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Pilferer\'s Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7364,9,1,-1,'Pattern: Heavy Earthen Gloves',1102,2,64,0,1,2200,550,0,-1,-1,29,0,165,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9149,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Earthen Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7365,12,0,-1,'Gnoam Sprecklesprocket',14326,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7366,4,1,-1,'Elder\'s Gloves',16601,2,0,0,1,5491,1098,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,713,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7367,4,1,-1,'Elder\'s Mantle',16606,2,0,0,1,9094,1818,3,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1133,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7368,4,1,-1,'Elder\'s Pants',16600,2,0,0,1,13385,2677,7,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,546,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7369,4,1,-1,'Elder\'s Robe',16607,2,0,0,1,14777,2955,20,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,462,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7370,4,1,-1,'Elder\'s Sash',16603,2,0,0,1,5064,1012,6,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,881,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7371,11,2,-1,'Heavy Quiver',21322,2,0,0,1,2000,500,18,-1,-1,35,30,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7372,11,3,-1,'Heavy Leather Ammo Pouch',2585,2,0,0,1,2000,500,18,-1,-1,35,30,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7373,4,2,-1,'Dusky Leather Leggings',14777,2,0,0,1,15485,3097,7,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7374,4,2,-1,'Dusky Leather Armor',14781,2,0,0,1,18804,3760,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7375,4,2,-1,'Green Whelp Armor',25674,2,0,0,1,18870,3774,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,9160,1,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7376,12,0,-1,'Bingles\' Blastencapper',18062,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7377,4,1,-1,'Frost Leather Cloak',23030,2,0,0,1,11347,2269,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7378,4,2,-1,'Dusky Bracers',14803,2,0,0,1,10732,2146,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7386,4,2,-1,'Green Whelp Bracers',14831,2,0,0,1,11938,2387,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,7,4,32,4,31,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7387,4,2,-1,'Dusky Belt',14832,2,0,0,1,12939,2587,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,3,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7389,12,0,-1,'Venture Co. Ledger',3426,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7390,4,2,-1,'Dusky Boots',17215,2,0,0,1,21189,4237,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,3,11,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7391,4,2,-1,'Swift Boots',28734,2,0,0,1,21266,4253,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,9175,0,0,0,1200000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7392,7,6,-1,'Green Whelp Scale',6646,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7406,4,2,-1,'Infiltrator Cord',6755,2,0,0,1,6862,1372,6,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,902,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7407,4,2,-1,'Infiltrator Armor',21900,2,0,0,1,18334,3666,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,483,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7408,4,2,-1,'Infiltrator Shoulders',11270,2,0,0,1,11405,2281,3,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1154,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7409,4,2,-1,'Infiltrator Boots',19043,2,0,0,1,11446,2289,8,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,818,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7410,4,2,-1,'Infiltrator Bracers',14803,2,0,0,1,5874,1174,9,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1070,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7411,4,1,-1,'Infiltrator Cloak',23043,2,0,0,1,7077,1415,16,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7412,4,2,-1,'Infiltrator Gloves',21902,2,0,0,1,6512,1302,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,734,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7413,4,2,-1,'Infiltrator Cap',21298,2,0,0,1,10786,2157,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,650,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7414,4,2,-1,'Infiltrator Pants',21901,2,0,0,1,15880,3176,7,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,567,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7415,4,2,-1,'Dervish Spaulders',14950,2,0,0,1,7423,1484,3,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1153,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7416,4,3,-1,'Phalanx Bracers',26032,2,0,0,1,7213,1442,9,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1091,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7417,4,3,-1,'Phalanx Boots',26030,2,0,0,1,14519,2903,8,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,840,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7418,4,3,-1,'Phalanx Breastplate',26034,2,0,0,1,21281,4256,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,504,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7419,4,1,-1,'Phalanx Cloak',26043,2,0,0,1,6631,1326,16,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7420,4,3,-1,'Phalanx Headguard',30091,2,0,0,1,13290,2658,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,671,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7421,4,3,-1,'Phalanx Gauntlets',26036,2,0,0,1,8892,1778,10,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,755,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7422,4,3,-1,'Phalanx Girdle',26037,2,0,0,1,8114,1622,6,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,923,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7423,4,3,-1,'Phalanx Leggings',26039,2,0,0,1,19709,3941,7,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,588,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7424,4,3,-1,'Phalanx Spaulders',26040,2,0,0,1,13546,2709,3,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1175,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7426,4,0,-1,'Cerulean Ring',9832,2,16,0,1,4975,1243,11,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,3476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (7427,4,0,-1,'Cerulean Talisman',9853,2,16,0,1,15155,3788,2,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5,0,0,0,0,1), (7428,15,0,-1,'Shadowcat Hide',26371,0,0,0,1,7500,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7429,4,1,-1,'Twilight Armor',14646,2,0,0,1,23100,4620,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,464,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7430,4,1,-1,'Twilight Robe',14990,2,0,0,1,20974,4194,20,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,464,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7431,4,1,-1,'Twilight Pants',14644,2,0,0,1,19496,3899,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,547,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7432,4,1,-1,'Twilight Cowl',16825,2,0,0,1,13590,2718,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,631,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7433,4,1,-1,'Twilight Gloves',16651,2,0,0,1,8421,1684,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,715,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7434,4,1,-1,'Twilight Boots',14645,2,0,0,1,12680,2536,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,799,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7435,4,1,-1,'Twilight Mantle',14589,2,0,0,1,13747,2749,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1135,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7436,4,1,-1,'Twilight Cape',15175,2,0,0,1,10559,2111,16,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7437,4,1,-1,'Twilight Cuffs',14647,2,0,0,1,7772,1554,9,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1050,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7438,4,1,-1,'Twilight Belt',14648,2,0,0,1,7802,1560,6,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,882,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7439,4,2,-1,'Sentinel Breastplate',14995,2,0,0,1,27127,5425,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,485,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7440,4,2,-1,'Sentinel Trousers',15001,2,0,0,1,25212,5042,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,568,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7441,4,2,-1,'Sentinel Cap',21311,2,0,0,1,17574,3514,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,652,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7442,12,0,-1,'Gyromast\'s Key',14993,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7443,4,2,-1,'Sentinel Gloves',15000,2,0,0,1,11218,2243,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,736,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7444,4,2,-1,'Sentinel Boots',14996,2,0,0,1,16888,3377,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,820,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7445,4,2,-1,'Sentinel Shoulders',5414,2,0,0,1,18304,3660,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1156,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7446,4,1,-1,'Sentinel Cloak',23062,2,0,0,1,12370,2474,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7447,4,2,-1,'Sentinel Bracers',14997,2,0,0,1,10344,2068,9,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1071,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7448,4,2,-1,'Sentinel Girdle',14999,2,0,0,1,10381,2076,6,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,903,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7449,9,1,-1,'Pattern: Dusky Leather Leggings',15274,2,64,0,1,2500,625,0,-1,-1,33,0,165,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9195,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Dusky Leather Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7450,9,1,-1,'Pattern: Green Whelp Armor',1102,2,64,0,1,2000,500,0,-1,-1,35,0,165,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Green Whelp Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7451,9,1,-1,'Pattern: Green Whelp Bracers',1102,2,64,0,1,2800,700,0,-1,-1,38,0,165,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9202,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Green Whelp Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7452,9,1,-1,'Pattern: Dusky Boots',1102,3,64,0,1,3500,875,0,-1,-1,40,0,165,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9207,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Dusky Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7453,9,1,-1,'Pattern: Swift Boots',1102,2,64,0,1,3500,875,0,-1,-1,40,0,165,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9208,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Swift Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7454,4,3,-1,'Knight\'s Breastplate',25862,2,0,0,1,29575,5915,5,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,505,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7455,4,3,-1,'Knight\'s Legguards',25868,2,0,0,1,29688,5937,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,589,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7456,4,3,-1,'Knight\'s Headguard',30092,2,0,0,1,20695,4139,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,673,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7457,4,3,-1,'Knight\'s Gauntlets',25865,2,0,0,1,12823,2564,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,757,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7458,4,3,-1,'Knight\'s Boots',25860,2,0,0,1,19916,3983,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,841,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7459,4,3,-1,'Knight\'s Pauldrons',25872,2,0,0,1,21589,4317,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1177,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7460,4,1,-1,'Knight\'s Cloak',26064,2,0,0,1,10004,2000,16,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7461,4,3,-1,'Knight\'s Bracers',25861,2,0,0,1,12149,2429,9,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1092,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7462,4,3,-1,'Knight\'s Girdle',25866,2,0,0,1,13412,2682,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,925,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7463,4,6,-1,'Sentinel Buckler',4403,2,0,0,1,31013,6202,14,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2040,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (7464,12,0,-1,'Glyphs of Summoning',11180,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9222,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7465,4,6,-1,'Knight\'s Crest',26065,2,0,0,1,33736,6747,14,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2040,0,16,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (7466,4,0,-1,'Vermilion Band',9832,2,16,0,1,7685,1921,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7467,4,0,-1,'Vermilion Necklace',9853,2,16,0,1,22635,5658,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7468,4,1,-1,'Regal Robe',15005,2,0,0,1,33816,6763,20,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,465,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7469,4,1,-1,'Regal Leggings',15015,2,0,0,1,31422,6284,7,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,549,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7470,4,1,-1,'Regal Wizard Hat',15911,2,0,0,1,18342,3668,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,632,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7471,4,1,-1,'Regal Gloves',15008,2,0,0,1,12276,2455,10,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,716,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7472,4,1,-1,'Regal Boots',13051,2,0,0,1,17116,3423,8,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,800,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7473,4,1,-1,'Regal Mantle',15014,2,0,0,1,18554,3710,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1136,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7474,4,1,-1,'Regal Cloak',15178,2,0,0,1,16407,3281,16,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7475,4,1,-1,'Regal Cuffs',15410,2,0,0,1,11857,2371,9,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1052,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7476,4,1,-1,'Regal Sash',15012,2,0,0,1,11019,2203,6,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,884,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7477,4,2,-1,'Ranger Tunic',17099,2,0,0,1,40625,8125,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,486,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7478,4,2,-1,'Ranger Leggings',15020,2,0,0,1,34958,6991,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,570,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7479,4,2,-1,'Ranger Helm',15307,2,0,0,1,24365,4873,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,653,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7480,4,2,-1,'Ranger Gloves',15018,2,0,0,1,15095,3019,10,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,737,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7481,4,2,-1,'Ranger Boots',15017,2,0,0,1,24541,4908,8,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,821,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7482,4,2,-1,'Ranger Shoulders',17194,2,0,0,1,24631,4926,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1157,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7483,4,1,-1,'Ranger Cloak',23057,2,0,0,1,16954,3390,16,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7484,4,2,-1,'Ranger Wristguards',15023,2,0,0,1,15314,3062,9,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1073,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7485,4,2,-1,'Ranger Cord',15016,2,0,0,1,15368,3073,6,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,905,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7486,4,3,-1,'Captain\'s Breastplate',22559,2,0,0,1,46629,9325,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,507,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7487,4,3,-1,'Captain\'s Leggings',25820,2,0,0,1,43329,8665,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,591,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7488,4,3,-1,'Captain\'s Circlet',25824,2,0,0,1,30193,6038,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,674,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7489,4,3,-1,'Captain\'s Gauntlets',25819,2,0,0,1,18704,3740,10,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,758,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7490,4,3,-1,'Captain\'s Boots',25817,2,0,0,1,28403,5680,8,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,842,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7491,4,3,-1,'Captain\'s Shoulderguards',25822,2,0,0,1,30792,6158,3,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1179,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7492,4,1,-1,'Captain\'s Cloak',26018,2,0,0,1,15077,3015,16,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7493,4,3,-1,'Captain\'s Bracers',25818,2,0,0,1,16344,3268,9,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1094,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7494,4,3,-1,'Captain\'s Waistguard',25821,2,0,0,1,17718,3543,6,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,926,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7495,4,6,-1,'Captain\'s Buckler',18451,2,0,0,1,47793,9558,14,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2052,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7496,4,6,-1,'Field Plate Shield',18697,2,0,0,1,44413,8882,14,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2052,0,19,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7497,4,0,-1,'Ivory Band',9850,2,16,0,1,7935,1983,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7498,12,0,-1,'Top of Gelkak\'s Key',13025,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7499,12,0,-1,'Middle of Gelkak\'s Key',15123,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7500,12,0,-1,'Bottom of Gelkak\'s Key',8031,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7506,4,0,-1,'Gnomish Universal Remote',15150,2,64,0,1,2000,500,12,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8344,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (7507,4,0,-1,'Arcane Orb',22923,2,0,0,1,1600,400,23,128,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9252,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7508,4,0,-1,'Ley Orb',22923,2,0,0,1,1600,400,23,128,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9252,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (7509,4,1,-1,'Manaweave Robe',22958,2,0,0,1,2769,553,20,128,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (7510,4,1,-1,'Lesser Spellfire Robes',15201,2,0,0,1,2780,556,20,128,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (7511,4,1,-1,'Astral Knot Robe',15223,2,0,0,1,9691,1938,20,128,-1,31,0,0,0,0,0,0,0,0,0,1,0,3,5,6,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7512,4,1,-1,'Nether-lace Robe',15232,2,0,0,1,9727,1945,20,128,-1,31,0,0,0,0,0,0,0,0,0,1,0,3,5,6,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7513,2,19,-1,'Ragefire Wand',25078,3,0,0,1,49028,9805,26,128,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7514,2,19,-1,'Icefury Wand',25076,3,0,0,1,49212,9842,26,128,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7515,4,0,-1,'Celestial Orb',25072,3,0,0,1,21530,5382,23,31360,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9342,1,0,0,0,0,0,9253,0,0,0,1800000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7516,0,0,-1,'Tabetha\'s Instructions',15274,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',911,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7517,4,1,-1,'Gossamer Tunic',15398,2,0,0,1,46864,9372,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,467,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7518,4,1,-1,'Gossamer Robe',15400,2,0,0,1,47032,9406,20,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,467,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7519,4,1,-1,'Gossamer Pants',15401,2,0,0,1,38176,7635,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,550,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7520,4,1,-1,'Gossamer Headpiece',15909,2,0,0,1,28737,5747,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,634,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7521,4,1,-1,'Gossamer Gloves',15405,2,0,0,1,17803,3560,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,718,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7522,4,1,-1,'Gossamer Boots',15409,2,0,0,1,24815,4963,8,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,801,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7523,4,1,-1,'Gossamer Shoulderpads',15402,2,0,0,1,24965,4993,3,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1138,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7524,4,1,-1,'Gossamer Cape',15406,2,0,0,1,21487,4297,16,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7525,4,1,-1,'Gossamer Bracers',15407,2,0,0,1,15530,3106,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1053,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7526,4,1,-1,'Gossamer Belt',16838,2,0,0,1,16836,3367,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,886,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7527,4,2,-1,'Cabalist Chestpiece',17094,2,0,0,1,56424,11284,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,488,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7528,4,2,-1,'Cabalist Leggings',15416,2,0,0,1,49471,9894,7,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,571,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7529,4,2,-1,'Cabalist Helm',21292,2,0,0,1,34486,6897,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,655,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7530,4,2,-1,'Cabalist Gloves',15415,2,0,0,1,21366,4273,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,739,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7531,4,2,-1,'Cabalist Boots',15412,2,0,0,1,32171,6434,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,823,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7532,4,2,-1,'Cabalist Spaulders',15417,2,0,0,1,34876,6975,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1159,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7533,4,1,-1,'Cabalist Cloak',23016,2,0,0,1,22232,4446,16,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7534,4,2,-1,'Cabalist Bracers',15413,2,0,0,1,20081,4016,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1074,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7535,4,2,-1,'Cabalist Belt',15411,2,0,0,1,21769,4353,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,907,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7536,4,6,-1,'Champion\'s Wall Shield',26099,2,0,0,1,65244,13048,14,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2058,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7537,4,6,-1,'Gothic Shield',18775,2,0,0,1,70063,14012,14,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1521,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2064,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7538,4,3,-1,'Champion\'s Armor',26087,2,0,0,1,61613,12322,5,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,508,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7539,4,3,-1,'Champion\'s Leggings',3193,2,0,0,1,63462,12692,7,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,592,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7540,4,3,-1,'Champion\'s Helmet',26098,2,0,0,1,44228,8845,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,676,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7541,4,3,-1,'Champion\'s Gauntlets',26089,2,0,0,1,27396,5479,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,760,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7542,4,3,-1,'Champion\'s Greaves',26090,2,0,0,1,41423,8284,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,844,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7543,4,3,-1,'Champion\'s Pauldrons',26091,2,0,0,1,40619,8123,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1180,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7544,4,1,-1,'Champion\'s Cape',26097,2,0,0,1,21484,4296,16,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7545,4,3,-1,'Champion\'s Bracers',26088,2,0,0,1,23291,4658,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1095,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7546,4,3,-1,'Champion\'s Girdle',6926,2,0,0,1,25251,5050,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,928,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7547,4,0,-1,'Onyx Ring',9846,2,16,0,1,12370,3092,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,3482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8,0,0,0,0,1), (7548,4,0,-1,'Onyx Choker',15420,2,16,0,1,26030,6507,2,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7549,4,0,-1,'Fairy\'s Embrace',14437,2,0,0,1,25680,6420,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,7,2,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7550,4,0,-1,'Warrior\'s Honor',9854,2,0,0,1,30580,7645,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,4,3,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',8,0,0,0,0,1), (7551,4,0,-1,'Entwined Opaline Talisman',15421,2,0,0,1,28580,7145,2,2047,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,10,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,1), (7552,4,0,-1,'Falcon\'s Hook',9832,2,0,0,1,10170,2542,11,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,4,3,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7553,4,0,-1,'Band of the Unicorn',15422,2,0,0,1,10170,2542,11,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7554,4,0,-1,'Willow Branch',15424,2,0,0,1,4158,1039,23,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (7555,4,0,-1,'Regal Star',6098,2,0,0,1,28493,7123,23,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7556,4,0,-1,'Twilight Orb',21598,2,0,0,1,21548,5387,23,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (7557,4,0,-1,'Gossamer Rod',15427,2,0,0,1,30385,7596,23,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,2062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7558,4,0,-1,'Shimmering Stave',15428,2,0,0,1,6438,1609,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (7559,4,0,-1,'Runic Cane',11919,2,0,0,1,2665,666,23,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (7560,9,3,-1,'Schematic: Gnomish Universal Remote',1102,1,64,0,1,1200,300,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9269,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Gnomish Universal Remote.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7561,9,3,-1,'Schematic: Goblin Jumper Cables',1102,1,64,0,1,2000,500,0,-1,-1,33,0,202,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9273,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Goblin Jumper Cables.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7566,12,0,-1,'Agamand Family Sword',16204,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7567,12,0,-1,'Agamand Family Axe',15471,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7568,12,0,-1,'Agamand Family Dagger',7098,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7569,12,0,-1,'Agamand Family Mace',16203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7586,12,0,-1,'Tharnariun\'s Hope',7245,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9437,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7587,12,0,-1,'Thun\'grim\'s Instructions',15510,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',931,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7606,4,3,-1,'Polar Gauntlets',15721,2,0,0,1,2789,557,10,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (7607,2,19,-1,'Sable Wand',20920,2,0,0,1,6998,1399,26,-1,-1,22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (7608,4,0,-1,'Seer\'s Fine Stein',18494,2,0,0,1,4425,1106,23,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,5,3,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (7609,4,0,-1,'Elder\'s Amber Stave',15564,2,0,0,1,16843,4210,23,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (7610,4,0,-1,'Aurora Sphere',21596,2,0,0,1,23245,5811,23,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,5,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7611,4,0,-1,'Mistscape Stave',15561,2,0,0,1,29458,7364,23,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,3,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7613,9,1,-1,'Pattern: Green Leather Armor',1102,1,64,0,1,2000,500,0,-1,-1,31,0,165,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,3772,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Green Leather Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7626,12,0,-1,'Bundle of Furs',15583,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7627,0,0,-1,'Dolanaar Delivery',15590,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7628,12,0,-1,'Nondescript Letter',13125,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sealed letter',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7629,0,0,-1,'Ukor\'s Burden',362,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7646,12,0,-1,'Crate of Inn Supplies',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7666,12,0,-1,'Shattered Necklace',15685,2,2048,0,1,0,0,0,-1,-1,37,37,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,2198,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7667,12,0,-1,'Talvash\'s Phial of Scrying',8752,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9489,0,-5,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7668,15,0,-1,'Bloodstained Journal',4049,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',951,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7669,12,0,-1,'Shattered Necklace Ruby',7045,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7670,12,0,-1,'Shattered Necklace Sapphire',1659,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7671,12,0,-1,'Shattered Necklace Topaz',18707,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7672,12,0,-1,'Shattered Necklace Power Source',6014,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7673,4,0,-1,'Talvash\'s Enhancing Necklace',9854,3,0,0,1,35961,8990,2,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,3,5,1,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (7674,12,0,-1,'Delivery to Mathias',15692,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7675,12,0,-1,'Defias Shipping Schedule',9717,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7676,0,5,-1,'Thistle Tea',18091,1,0,0,1,120,30,0,8,32767,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9512,0,-1,-1,300000,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7678,9,5,-1,'Recipe: Thistle Tea',1102,1,80,0,1,200,50,0,-1,-1,15,0,185,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to brew a Thistle Tea.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7679,12,0,-1,'Shrike Bat Fang',7886,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7680,12,0,-1,'Jadespine Basilisk Scale',3563,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7681,12,0,-1,'Obsidian Golem Shard',18519,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7682,2,15,-1,'Torturing Poker',6555,3,0,0,1,38392,7678,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,0,5,7,2,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7683,2,13,-1,'Bloody Brass Knuckles',15720,3,0,0,1,39584,7916,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7684,4,1,-1,'Bloodmage Mantle',15800,3,0,0,1,13109,2621,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,5,8,6,4,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7685,4,0,-1,'Orb of the Forgotten Seer',15725,3,0,0,1,27340,5468,23,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7686,4,0,-1,'Ironspine\'s Eye',9834,3,524288,0,1,17235,4308,11,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,3,9,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7687,2,4,-1,'Ironspine\'s Fist',15726,3,0,0,1,44181,8836,13,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7688,4,3,-1,'Ironspine\'s Ribcage',15731,3,0,0,1,26602,5320,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,7,17,4,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7689,2,8,-1,'Morbid Dawn',20172,3,0,0,1,55622,11124,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,15,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,105,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7690,4,2,-1,'Ebon Vise',15753,3,0,0,1,11164,2232,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,4,4,3,6,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7691,4,1,-1,'Embalmed Shroud',16823,3,0,0,1,13445,2689,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7708,2,19,-1,'Necrotic Wand',20825,3,0,0,1,33249,6649,26,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7709,4,1,-1,'Blighted Leggings',15824,3,0,0,1,17797,3559,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7710,2,10,-1,'Loksey\'s Training Stick',20360,3,0,0,1,61399,12279,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,117,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7711,4,1,-1,'Robe of Doan',12673,3,0,0,1,7027,1405,20,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,4,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7712,4,1,-1,'Mantle of Doan',4488,3,0,0,1,5289,1057,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,5,9,6,7,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7713,2,10,-1,'Illusionary Rod',15806,3,0,0,1,23886,4777,17,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,5,15,7,7,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,142,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7714,2,15,-1,'Hypnotic Blade',20318,3,0,0,1,19175,3835,21,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,5,8,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7715,12,0,-1,'Onin\'s Report',9725,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7716,12,0,-1,'Shattered Necklace',15685,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7717,2,1,-1,'Ravager',22221,3,0,0,1,94617,18923,17,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,157,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,9632,2,0,0.7,9000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7718,4,3,-1,'Herod\'s Shoulder',15809,3,0,0,1,34339,6867,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,4,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7719,4,3,-1,'Raging Berserker\'s Helm',15811,3,0,0,1,34315,6863,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,7,8,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7720,4,1,-1,'Whitemane\'s Chapeau',16224,3,0,0,1,26783,5356,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,6,14,5,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7721,2,4,-1,'Hand of Righteousness',19735,3,0,0,1,89612,17922,21,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,105,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7722,4,0,-1,'Triune Amulet',6522,3,64,0,1,37180,9295,2,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,5,7,6,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7723,2,5,-1,'Mograine\'s Might',21252,3,0,0,1,112837,22567,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,31,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,131,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7724,4,3,-1,'Gauntlets of Divinity',16223,3,0,0,1,27180,5436,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7725,4,0,-1,'Tabard of the Scarlet Crusade DEPRECATED',15817,1,16,0,1,28575,7143,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7726,4,6,-1,'Aegis of the Scarlet Commander',18751,3,0,0,1,58406,11681,14,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,12,7,7,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1548,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,23,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7727,4,2,-1,'Watchman Pauldrons',17197,3,0,0,1,12444,2488,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,4,3,7,11,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7728,4,1,-1,'Beguiler Robes',19109,3,0,0,1,16119,3223,20,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,3,6,8,7,7,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7729,2,3,-1,'Chesterfall Musket',15821,3,0,0,1,27573,5514,26,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,64,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7730,2,5,-1,'Cobalt Crusher',15466,3,0,0,1,50733,10146,17,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,111,0,5,5,4,0,0,0,0,0,0,0,3200,0,0,18204,2,0,1.875,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7731,4,0,-1,'Ghostshard Talisman',15420,3,64,0,1,13930,3482,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7733,12,0,-1,'Staff of Prehistoria',15828,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9577,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7734,4,0,-1,'Six Demon Bag',3410,3,524288,0,1,61980,15495,12,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14537,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (7735,12,0,-1,'Jannok\'s Rose',13489,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7736,2,4,-1,'Fight Club',5224,3,0,0,1,59855,11971,13,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,6,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,76,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7737,12,0,-1,'Sethir\'s Journal',1246,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in a language you cannot decipher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7738,4,1,-1,'Evergreen Gloves',16815,2,0,0,1,1059,211,10,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (7739,4,1,-1,'Timberland Cape',15866,2,0,0,1,1594,318,16,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (7740,12,0,-1,'Gni\'kiv Medallion',7366,3,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9594,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7741,12,0,-1,'The Shaft of Tsol',15867,3,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9595,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7742,9,3,-1,'Schematic: Gnomish Cloaking Device',1102,1,64,0,1,2400,600,0,-1,-1,40,0,202,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Gnomish Cloaking Device.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7746,4,0,-1,'Explorers\' League Commendation',7899,2,0,0,1,33720,8430,2,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7747,4,6,-1,'Vile Protector',18792,2,0,0,1,38774,7754,14,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,0,0,0,0,0,0,0,0,0,7619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7748,4,6,-1,'Forcestone Buckler',4405,2,16,0,1,54312,10862,14,2047,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,3,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',27,0,0,0,0,1), (7749,4,0,-1,'Omega Orb',21595,2,0,0,1,19540,4885,23,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7750,4,1,-1,'Mantle of Woe',13673,2,0,0,1,8563,1712,3,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,6,4,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7751,4,2,-1,'Vorrel\'s Boots',15886,2,0,0,1,8073,1614,8,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,2,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (7752,2,4,-1,'Dreamslayer',19670,3,0,0,1,34515,6903,13,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,4,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7753,2,1,-1,'Bloodspiller',19371,3,0,0,1,39372,7874,17,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,87,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,18200,2,0,0.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7754,4,2,-1,'Harbinger Boots',15889,3,0,0,1,9799,1959,8,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,3,7,11,3,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (7755,4,2,-1,'Flintrock Shoulders',15890,3,0,0,1,20702,4140,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,4,5,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7756,4,2,-1,'Dog Training Gloves',15894,3,0,0,1,9636,1927,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7757,2,10,-1,'Windweaver Staff',20316,3,0,0,1,64375,12875,17,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,5,15,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7758,2,6,-1,'Ruthless Shiv',22238,3,0,0,1,75370,15074,17,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,8,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,113,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7759,4,3,-1,'Archon Chestpiece',15897,3,0,0,1,33620,6724,5,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,4,12,32,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7760,4,2,-1,'Warchief Kilt',21404,3,0,0,1,30371,6074,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,5,6,6,19,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7761,2,0,-1,'Steelclaw Reaver',19210,3,0,0,1,56454,11290,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,3,3,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (7766,12,0,-1,'Empty Brown Waterskin',29438,1,64,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9586,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7767,12,0,-1,'Empty Blue Waterskin',29434,1,64,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9584,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7768,12,0,-1,'Empty Red Waterskin',29436,1,64,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9583,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7769,12,0,-1,'Filled Brown Waterskin',29439,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7770,12,0,-1,'Filled Blue Waterskin',29435,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7771,12,0,-1,'Filled Red Waterskin',29437,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7786,2,0,-1,'Headsplitter',15938,3,0,0,1,28028,5605,13,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,4,3,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (7787,4,6,-1,'Resplendent Guardian',18455,3,0,0,1,19802,3960,14,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,0,0,0,0,0,0,0,13674,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,14,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (7806,0,5,-1,'Lollipop',15963,1,0,0,1,40,10,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7807,0,5,-1,'Candy Bar',15964,1,0,0,1,40,10,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7808,0,5,-1,'Chocolate Square',15965,1,0,0,1,40,10,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7809,4,0,-1,'Easter Dress',15966,1,16,0,1,5124,1024,20,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7810,12,0,-1,'Vial of Purest Water',15794,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7811,12,0,-1,'Remaining Drops of Purest Water',4836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7812,12,0,-1,'Corrupt Manifestation\'s Bracers',4829,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7813,12,0,-1,'Shard of Water',1659,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7846,12,0,-1,'Crag Coyote Fang',7886,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7847,12,0,-1,'Buzzard Gizzard',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7848,12,0,-1,'Rock Elemental Shard',18500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7866,12,0,-1,'Empty Thaumaturgy Vessel',16023,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9712,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7867,12,0,-1,'Vessel of Dragon\'s Blood',16024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7870,12,0,-1,'Thaumaturgy Vessel Lockbox',18721,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Inside this lockbox are the empty thaumaturgy vessels.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7871,12,0,-1,'Token of Thievery',6357,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7886,12,0,-1,'Untranslated Journal',4049,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You do not understand the writing in the journal.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7887,12,0,-1,'Necklace and Gem Salvage',16052,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7888,4,0,-1,'Jarkal\'s Enhancing Necklace',9854,3,0,0,1,35961,8990,2,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,3,5,1,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (7906,12,0,-1,'Horns of Nez\'ra',16283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7907,15,0,-1,'Certificate of Thievery',16065,1,0,0,1,0,0,0,-1,-1,16,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',992,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7908,12,0,-1,'Klaven Mortwake\'s Journal',1134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1151,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7909,3,7,-1,'Aquamarine',13496,2,0,0,1,4000,1000,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7910,3,7,-1,'Star Ruby',4777,2,0,0,1,20000,5000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7911,7,7,-1,'Truesilver Ore',20657,2,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7912,7,7,-1,'Solid Stone',4719,1,0,0,1,400,100,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7913,4,3,-1,'Barbaric Iron Shoulders',16081,2,0,0,1,12503,2500,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,4,6,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7914,4,3,-1,'Barbaric Iron Breastplate',16080,2,0,0,1,16655,3331,5,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7915,4,3,-1,'Barbaric Iron Helm',16084,2,0,0,1,16686,3337,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,9,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (7916,4,3,-1,'Barbaric Iron Boots',16086,2,0,0,1,18503,3700,8,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,4,7,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7917,4,3,-1,'Barbaric Iron Gloves',16087,2,0,0,1,13557,2711,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (7918,4,4,-1,'Heavy Mithril Shoulder',16089,2,0,0,1,43984,8796,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,7,12,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7919,4,4,-1,'Heavy Mithril Gauntlet',16091,2,0,0,1,29652,5930,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,90,0,0,0,'',7,0,0,0,0,12340), (7920,4,3,-1,'Mithril Scale Pants',3409,2,0,0,1,40266,8053,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,3,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7921,4,4,-1,'Heavy Mithril Pants',16092,2,0,0,1,59382,11876,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,120,0,0,0,'',7,0,0,0,0,12340), (7922,4,4,-1,'Steel Plate Helm',16093,3,0,0,1,41522,8304,1,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,1,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,80,0,0,0,'',45,0,0,0,0,12340), (7923,13,0,-1,'Defias Tower Key',16100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7924,4,3,-1,'Mithril Scale Bracers',6985,2,0,0,1,20516,4103,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,4,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7925,4,3,-1,'Mithril Scale Gloves',16102,2,0,0,1,22238,4447,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7926,4,4,-1,'Ornate Mithril Pants',16103,2,0,0,1,56251,11250,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7927,4,4,-1,'Ornate Mithril Gloves',16105,2,0,0,1,28392,5678,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7928,4,4,-1,'Ornate Mithril Shoulder',16106,2,0,0,1,42422,8484,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7929,4,3,-1,'Orcish War Leggings',23538,2,0,0,1,38699,7739,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (7930,4,4,-1,'Heavy Mithril Breastplate',16109,2,0,0,1,61652,12330,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,10,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,536,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,90,0,0,0,'',8,0,0,0,0,12340), (7931,4,3,-1,'Mithril Coif',16110,2,0,0,1,39779,7955,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,38,30,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7932,4,3,-1,'Mithril Scale Shoulders',16111,2,0,0,1,43310,8662,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,38,24,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7933,4,4,-1,'Heavy Mithril Boots',16113,2,0,0,1,50387,10077,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,70,0,0,0,'',8,0,0,0,0,12340), (7934,4,4,-1,'Heavy Mithril Helm',16115,2,0,0,1,50571,10114,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,11,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,100,0,0,0,'',8,0,0,0,0,12340), (7935,4,4,-1,'Ornate Mithril Breastplate',16117,2,0,0,1,73225,14645,5,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7936,4,4,-1,'Ornate Mithril Boots',16118,2,0,0,1,58857,11771,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,0,9774,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7937,4,4,-1,'Ornate Mithril Helm',16119,2,0,0,1,59069,11813,1,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (7938,4,4,-1,'Truesilver Gauntlets',16124,3,0,0,1,35453,7090,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,4,16,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (7939,4,4,-1,'Truesilver Breastplate',24393,3,0,0,1,95370,19074,5,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,0,0,0,0,0,0,0,9778,1,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (7941,2,0,-1,'Heavy Mithril Axe',16126,2,0,0,1,62602,12520,13,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,38,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,85,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7942,2,0,-1,'Blue Glittering Axe',5639,2,0,0,1,73296,14659,13,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7943,2,7,-1,'Wicked Mithril Blade',16128,2,0,0,1,79460,15892,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,38,12,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (7944,2,7,-1,'Dazzling Mithril Rapier',20221,2,0,0,1,100464,20092,13,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,63,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7945,2,4,-1,'Big Black Mace',5223,2,0,0,1,86455,17291,13,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,86,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7946,2,4,-1,'Runed Mithril Hammer',15887,2,0,0,1,108305,21661,13,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,4,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,76,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (7947,2,15,-1,'Ebon Shiv',16130,2,0,0,1,124461,24892,13,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,59,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (7948,4,2,-1,'Ninja Belt',16131,2,0,0,1,5609,1121,6,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (7949,4,2,-1,'Ninja Pants',16133,2,0,0,1,11261,2252,7,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,1,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (7950,4,2,-1,'Ninja Armor',16134,2,0,0,1,11302,2260,5,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (7951,4,2,-1,'Ninja Gloves',17183,2,0,0,1,5671,1134,10,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (7952,4,2,-1,'Ninja Boots',16136,2,0,0,1,8032,1606,8,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',4,0,0,0,0,1), (7953,4,2,-1,'Mask of Thero-Shan',16137,2,0,8192,1,24539,4907,1,8,-1,42,0,0,0,0,0,0,0,0,0,1,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (7954,2,4,-1,'The Shatterer',19748,3,0,0,1,115800,23160,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,13534,2,0,0.5,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (7955,2,8,-1,'Copper Claymore',20071,1,0,0,1,1208,241,17,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,23,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7956,2,5,-1,'Bronze Warhammer',16146,2,0,0,1,16205,3241,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,63,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (7957,2,8,-1,'Bronze Greatsword',16147,2,0,0,1,18382,3676,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,3,7,7,4,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,63,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (7958,2,1,-1,'Bronze Battle Axe',19272,2,0,0,1,20298,4059,17,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (7959,2,6,-1,'Blight',22234,3,0,0,1,169290,33858,17,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,193,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,9796,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (7960,2,8,-1,'Truesilver Champion',23264,3,0,0,1,192744,38548,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,9800,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (7961,2,7,-1,'Phantom Blade',25053,3,0,0,1,127541,25508,13,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9806,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (7963,4,3,-1,'Steel Breastplate',16184,2,0,0,1,32440,6488,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,110,0,0,0,'',6,0,0,0,0,12340), (7964,0,8,-1,'Solid Sharpening Stone',24676,1,64,0,1,160,40,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7965,0,8,-1,'Solid Weightstone',24686,1,64,0,1,160,40,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9903,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7966,7,7,-1,'Solid Grinding Stone',24681,1,0,0,1,800,200,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7967,0,6,-1,'Mithril Shield Spike',16189,2,64,0,1,1000,250,0,-1,-1,43,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9781,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7968,12,0,-1,'Southsea Treasure',16190,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7969,0,6,-1,'Mithril Spurs',16205,2,64,0,1,1000,250,0,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9783,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7970,0,0,-1,'E.C.A.C.',16206,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9976,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Enormous Chemically Altered Cracker',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7971,3,7,-1,'Black Pearl',16209,2,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7972,7,10,-1,'Ichor of Undeath',16210,1,0,0,1,1600,400,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7973,7,11,-1,'Big-mouth Clam',16211,1,64,0,1,185,46,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58165,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7974,7,8,-1,'Zesty Clam Meat',22193,1,0,0,1,200,50,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (7975,9,4,-1,'Plans: Heavy Mithril Pants',15274,2,64,0,1,6000,1500,0,-1,-1,42,0,164,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Heavy Mithril Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7976,9,4,-1,'Plans: Mithril Shield Spike',1102,3,64,0,1,8000,2000,0,-1,-1,43,0,164,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9939,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mithril Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7978,9,4,-1,'Plans: Barbaric Iron Shoulders',15274,2,64,0,1,3000,750,0,-1,-1,32,0,164,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9811,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Barbaric Iron Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7979,9,4,-1,'Plans: Barbaric Iron Breastplate',15274,2,64,0,1,3000,750,0,-1,-1,32,0,164,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9813,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Barbaric Iron Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7980,9,4,-1,'Plans: Barbaric Iron Helm',15274,2,64,0,1,3400,850,0,-1,-1,35,0,164,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9814,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Barbaric Iron Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7981,9,4,-1,'Plans: Barbaric Iron Boots',15274,2,64,0,1,4400,1100,0,-1,-1,36,0,164,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9818,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Barbaric Iron Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7982,9,4,-1,'Plans: Barbaric Iron Gloves',15274,2,64,0,1,4400,1100,0,-1,-1,37,0,164,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9820,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Barbaric Iron Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7983,9,4,-1,'Plans: Ornate Mithril Pants',15274,2,64,0,1,8000,2000,0,-1,-1,44,0,164,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ornate Mithril Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7984,9,4,-1,'Plans: Ornate Mithril Gloves',15274,2,64,0,1,8000,2000,0,-1,-1,44,0,164,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ornate Mithril Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7985,9,4,-1,'Plans: Ornate Mithril Shoulder',15274,2,64,0,1,8000,2000,0,-1,-1,45,0,164,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9952,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ornate Mithril Shoulder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7986,9,4,-1,'Plans: Ornate Mithril Breastplate',15274,2,64,0,1,2500,10000,0,-1,-1,48,0,164,240,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7987,9,4,-1,'Plans: Ornate Mithril Helm',15274,2,64,0,1,2500,10000,0,-1,-1,49,0,164,245,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7988,9,4,-1,'Plans: Ornate Mithril Boots',15274,2,64,0,1,2500,10000,0,-1,-1,49,0,164,245,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7989,9,4,-1,'Plans: Mithril Spurs',15274,2,64,0,1,10000,2500,0,-1,-1,47,0,164,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9964,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Mithril Spurs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7990,9,4,-1,'Plans: Heavy Mithril Helm',15274,2,64,0,1,10000,2500,0,-1,-1,49,0,164,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9970,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Mithril Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7991,9,4,-1,'Plans: Mithril Scale Shoulders',1102,3,64,0,1,10000,2500,0,-1,-1,47,0,164,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9966,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Mithril Scale Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7992,9,4,-1,'Plans: Blue Glittering Axe',15274,2,64,0,1,8000,2000,0,-1,-1,44,0,164,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9995,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Blue Glittering Axe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7993,9,4,-1,'Plans: Dazzling Mithril Rapier',15274,2,64,0,1,10000,2500,0,-1,-1,48,0,164,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Dazzling Mithril Rapier.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7994,9,4,-1,'Plans: Orcish War Leggings',15274,2,64,0,1,2000,8000,0,-1,-1,46,0,164,230,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (7995,9,4,-1,'Plans: Mithril Scale Bracers',811,1,64,0,1,6000,1500,0,-1,-1,43,0,164,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9937,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Mithril Scale Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7996,4,1,-1,'Worn Fishing Hat',16548,1,0,0,1,1222,244,1,-1,-1,20,15,356,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,7823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (7997,4,0,-1,'Red Defias Mask',41844,0,0,0,1,406,81,1,31240,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8006,2,15,-1,'The Ziggler',20326,3,0,0,1,62361,12472,13,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,13482,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (8007,0,0,-1,'Mana Citrine',6496,1,2097152,0,1,0,0,0,-1,-1,48,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10057,0,-1,-1,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340), (8008,0,0,-1,'Mana Ruby',7045,1,2097152,0,1,0,0,0,-1,-1,58,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10058,0,-1,-1,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340), (8009,12,0,-1,'Dentrium Power Stone',17923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8026,12,0,-1,'Garrett Family Treasure',18722,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8027,12,0,-1,'Krom Stoutarm\'s Treasure',18718,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8028,9,4,-1,'Plans: Runed Mithril Hammer',1102,3,64,0,1,10000,2500,0,-1,-1,49,0,164,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Mithril Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8029,9,4,-1,'Plans: Wicked Mithril Blade',15274,2,64,0,1,8000,2000,0,-1,-1,45,0,164,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,9997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Wicked Mithril Blade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8030,9,4,-1,'Plans: Ebon Shiv',1301,1,64,0,1,10000,2500,0,-1,-1,51,0,164,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10013,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ebon Shiv.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8046,9,0,-1,'Kearnen\'s Journal',6672,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',1051,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8047,12,0,-1,'Magenta Fungus Cap',18719,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8048,0,0,-1,'Emerald Dreamcatcher',16300,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8049,12,0,-1,'Gnarlpine Necklace',6539,1,2052,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The glowing emerald just needs to be pulled out...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8050,12,0,-1,'Tallonkai\'s Jewel',6851,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8051,12,0,-1,'Flare Gun',16299,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10113,0,10,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8052,12,0,-1,'An\'Alleum Power Stone',17922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8053,12,0,-1,'Obsidian Power Source',12410,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8066,12,0,-1,'Fizzule\'s Whistle',16303,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10137,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8067,6,3,-1,'Crafted Light Shot',5998,1,0,0,200,10,0,24,-1,-1,10,5,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8068,6,3,-1,'Crafted Heavy Shot',5998,1,0,0,200,50,0,24,-1,-1,20,15,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8069,6,3,-1,'Crafted Solid Shot',5998,1,0,0,200,300,0,24,-1,-1,35,30,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8070,12,0,-1,'Reward Voucher',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8071,2,19,-1,'Sizzle Stick',6093,2,0,0,1,7673,1534,26,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (8072,13,0,-1,'Silixiz\'s Tower Key',9154,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8073,12,0,-1,'Cache of Zanzil\'s Altered Mixture',16321,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8074,12,0,-1,'Gallywix\'s Head',16322,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8075,0,5,-1,'Conjured Sourdough',6399,1,2097154,0,1,0,0,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (8076,0,5,-1,'Conjured Sweet Roll',21203,1,2097154,0,1,0,0,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (8077,0,5,-1,'Conjured Mineral Water',18078,1,2097154,0,1,0,0,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8078,0,5,-1,'Conjured Sparkling Water',18080,1,2097154,0,1,0,0,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8079,0,5,-1,'Conjured Crystal Water',21794,1,2097154,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8080,4,4,-1,'Light Plate Chestpiece',28398,0,0,0,1,52389,10477,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8081,4,4,-1,'Light Plate Belt',28399,0,0,0,1,24945,4989,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8082,4,4,-1,'Light Plate Boots',28404,0,0,0,1,27852,5570,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8083,4,4,-1,'Light Plate Bracers',9388,0,0,0,1,19903,3980,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8084,4,4,-1,'Light Plate Gloves',28401,0,0,0,1,23792,4758,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8085,4,4,-1,'Light Plate Pants',28402,0,0,0,1,45971,9194,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8086,4,4,-1,'Light Plate Shoulderpads',28403,0,0,0,1,32580,6516,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8087,15,0,-1,'Sample of Zanzil\'s Altered Mixture',9731,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8088,4,4,-1,'Platemail Belt',28395,1,0,0,1,23470,4694,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8089,4,4,-1,'Platemail Boots',28396,1,0,0,1,35075,7015,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8090,4,4,-1,'Platemail Bracers',25829,1,0,0,1,23653,4730,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8091,4,4,-1,'Platemail Gloves',28397,1,0,0,1,23742,4748,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8092,4,4,-1,'Platemail Helm',15340,1,0,0,1,35479,7095,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8093,4,4,-1,'Platemail Leggings',25833,1,0,0,1,47577,9515,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8094,4,4,-1,'Platemail Armor',28394,1,0,0,1,47759,9551,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8095,0,0,-1,'Hinott\'s Oil',16325,1,1024,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10723,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8106,4,1,-1,'Hibernal Armor',16631,2,0,0,1,52194,10438,5,-1,-1,51,45,0,0,0,0,0,0,0,0,1,0,2,7,4,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8107,4,1,-1,'Hibernal Boots',16634,2,0,0,1,29692,5938,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8108,4,1,-1,'Hibernal Bracers',16636,2,0,0,1,17973,3594,9,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,3,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8109,4,1,-1,'Hibernal Cloak',23107,2,0,0,1,25060,5012,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,4,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8110,4,1,-1,'Hibernal Gloves',16633,2,0,0,1,18111,3622,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8111,4,1,-1,'Hibernal Mantle',16637,2,0,0,1,29453,5890,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,5,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8112,4,1,-1,'Hibernal Pants',16632,2,0,0,1,42181,8436,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8113,4,1,-1,'Hibernal Robe',19901,2,0,0,1,48474,9694,20,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,4,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8114,4,1,-1,'Hibernal Sash',21459,2,0,0,1,18389,3677,6,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,4,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8115,4,1,-1,'Hibernal Cowl',16638,2,0,0,1,29903,5980,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,5,13,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8116,4,2,-1,'Heraldic Belt',16920,2,0,0,1,23161,4632,6,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,4,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8117,4,2,-1,'Heraldic Boots',14701,2,0,0,1,35808,7161,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,4,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8118,4,2,-1,'Heraldic Bracers',14700,2,0,0,1,22184,4436,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,5,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8119,4,2,-1,'Heraldic Breastplate',28737,2,0,0,1,63630,12726,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,4,4,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8120,4,1,-1,'Heraldic Cloak',23038,2,0,0,1,24829,4965,16,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,7,9,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8121,4,2,-1,'Heraldic Gloves',14698,2,0,0,1,24219,4843,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,4,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8122,4,2,-1,'Heraldic Headpiece',21300,2,0,0,1,39377,7875,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,7,14,5,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8123,4,2,-1,'Heraldic Leggings',14697,2,0,0,1,56380,11276,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,3,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8124,4,2,-1,'Heraldic Spaulders',14696,2,0,0,1,39660,7932,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8125,4,3,-1,'Myrmidon\'s Bracers',26103,2,0,0,1,31838,6367,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,3,5,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8126,4,3,-1,'Myrmidon\'s Breastplate',26105,2,0,0,1,78284,15656,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,19,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8127,4,1,-1,'Myrmidon\'s Cape',26118,2,0,0,1,29689,5937,16,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,7,10,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8128,4,3,-1,'Myrmidon\'s Gauntlets',26107,2,0,0,1,31148,6229,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8129,4,3,-1,'Myrmidon\'s Girdle',26108,2,0,0,1,31269,6253,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8130,4,3,-1,'Myrmidon\'s Greaves',26109,2,0,0,1,47295,9459,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,3,14,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8131,4,3,-1,'Myrmidon\'s Helm',26115,2,0,0,1,50576,10115,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,3,7,5,11,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8132,4,3,-1,'Myrmidon\'s Leggings',26110,2,0,0,1,72426,14485,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,3,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8133,4,3,-1,'Myrmidon\'s Pauldrons',26114,2,0,0,1,52586,10517,3,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8134,4,6,-1,'Myrmidon\'s Defender',26120,2,0,0,1,79967,15993,14,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,2,3,2,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1578,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,25,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (8135,4,6,-1,'Chromite Shield',27339,2,0,0,1,56171,11234,14,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,4,3,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,21,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (8136,12,0,-1,'Gargantuan Tumor',1438,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8137,4,4,-1,'Chromite Bracers',27329,2,0,0,1,24703,4940,9,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,2,7,8,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8138,4,4,-1,'Chromite Chestplate',27330,2,0,0,1,67080,13416,5,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,4,11,7,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8139,4,4,-1,'Chromite Gauntlets',27331,2,0,0,1,26875,5375,10,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,2,4,12,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8140,4,4,-1,'Chromite Girdle',27332,2,0,0,1,24972,4994,6,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,2,4,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8141,4,4,-1,'Chromite Greaves',27334,2,0,0,1,40294,8058,8,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,2,4,4,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8142,4,4,-1,'Chromite Barbute',27338,2,0,0,1,40439,8087,1,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,2,3,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8143,4,4,-1,'Chromite Legplates',27335,2,0,0,1,63238,12647,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,4,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8144,4,4,-1,'Chromite Pauldrons',27336,2,0,0,1,43984,8796,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,4,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8146,15,0,-1,'Wicked Claw',3146,0,0,0,1,2000,500,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8147,15,1,-1,'Tiny Copper Key',16453,1,0,0,1,400,100,0,128,-1,42,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A reagent for mage spells.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8149,12,0,-1,'Voodoo Charm',16456,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10617,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8150,7,6,-1,'Deeprock Salt',6396,1,0,0,1,1000,250,0,32767,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8151,7,11,-1,'Flask of Mojo',1249,1,0,0,1,1000,250,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8152,7,11,-1,'Flask of Big Mojo',2533,1,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8153,7,9,-1,'Wildvine',7346,2,0,0,1,20,5,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8154,7,6,-1,'Scorpid Scale',2874,1,0,0,1,1000,250,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8155,12,0,-1,'Sathrah\'s Sacrifice',16464,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10459,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8156,4,4,-1,'Jouster\'s Wristguards',27345,2,0,0,1,19536,3907,9,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,2,7,8,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (8157,4,4,-1,'Jouster\'s Chestplate',27340,2,0,0,1,45482,9096,5,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,2,4,15,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8158,4,4,-1,'Jouster\'s Gauntlets',27341,2,0,0,1,19680,3936,10,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,2,4,11,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (8159,4,4,-1,'Jouster\'s Girdle',27342,2,0,0,1,19750,3950,6,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,2,4,10,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (8160,4,4,-1,'Jouster\'s Greaves',27343,2,0,0,1,29507,5901,8,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (8161,4,4,-1,'Jouster\'s Visor',27347,2,0,0,1,29614,5922,1,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,2,7,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (8162,4,4,-1,'Jouster\'s Legplates',27344,2,0,0,1,42876,8575,7,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,2,4,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8163,4,4,-1,'Jouster\'s Pauldrons',27346,2,0,0,1,32211,6442,3,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,2,4,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8164,0,8,-1,'Test Stationery',1069,1,0,0,1,10,2,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8165,7,6,-1,'Worn Dragonscale',22838,1,0,0,1,2000,500,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8167,7,6,-1,'Turtle Scale',21363,1,0,0,1,400,100,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8168,7,6,-1,'Jet Black Feather',19531,0,0,0,1,400,100,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8169,7,6,-1,'Thick Hide',8952,1,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8170,7,6,-1,'Rugged Leather',16474,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8171,7,6,-1,'Rugged Hide',8794,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8172,7,6,-1,'Cured Thick Hide',7354,1,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8173,0,6,-1,'Thick Armor Kit',26389,1,64,0,1,4000,1000,0,-1,-1,40,30,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10344,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8174,4,2,-1,'Comfortable Leather Hat',17213,3,0,0,1,24789,4957,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,31,18,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (8175,4,2,-1,'Nightscape Tunic',16482,2,0,0,1,29857,5971,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,3,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8176,4,2,-1,'Nightscape Headband',16483,2,0,0,1,22476,4495,1,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,3,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8177,2,8,10,'Practice Sword',18354,1,0,0,1,359,71,17,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,15,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8178,2,8,-1,'Training Sword',26591,2,0,0,1,1532,306,17,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5173,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (8179,2,2,-1,'Cadet\'s Bow',18343,1,0,0,1,144,28,15,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8180,2,2,-1,'Hunting Bow',18350,2,0,0,1,1204,240,15,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (8181,2,3,-1,'Hunting Rifle',20728,1,0,0,1,398,79,26,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8182,2,3,-1,'Pellet Rifle',20741,1,0,0,1,203,40,26,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8183,2,2,-1,'Precision Bow',18355,2,0,0,1,12132,2426,15,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (8184,2,19,-1,'Firestarter',18346,2,0,0,1,14737,2947,26,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,2,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (8185,4,3,-1,'Turtle Scale Leggings',16487,2,0,0,1,54764,10952,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,7,11,6,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8186,2,19,-1,'Dire Wand',20851,2,0,0,1,11156,2231,26,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (8187,4,3,-1,'Turtle Scale Gloves',16488,2,0,0,1,17387,3477,10,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,3,7,7,45,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8188,2,3,-1,'Explosive Shotgun',20735,2,0,0,1,32072,6414,26,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,2100,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (8189,4,3,-1,'Turtle Scale Breastplate',11598,2,0,0,1,37839,7567,5,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,7,9,45,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8190,2,7,-1,'Hanzo Sword',20081,3,0,0,1,186433,37286,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,71,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,16405,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (8191,4,3,-1,'Turtle Scale Helm',16492,2,0,0,1,38901,7780,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,3,7,10,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8192,4,2,-1,'Nightscape Shoulders',16497,2,0,0,1,23914,4782,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,3,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8193,4,2,-1,'Nightscape Pants',17151,2,0,0,1,43542,8708,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,3,16,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8194,2,4,-1,'Goblin Nutcracker',19721,2,0,0,1,69388,13877,13,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5251,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (8195,4,1,-1,'Nightscape Cloak',23049,2,0,0,1,26319,5263,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,3,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8196,2,7,-1,'Ebon Scimitar',26572,2,0,0,1,69895,13979,13,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5258,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (8197,4,2,-1,'Nightscape Boots',16505,2,0,0,1,35790,7158,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8198,4,3,-1,'Turtle Scale Bracers',16506,2,0,0,1,20069,4013,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8199,2,8,-1,'Battlefield Destroyer',18342,2,0,0,1,123306,24661,17,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,136,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5272,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (8200,4,2,-1,'Big Voodoo Robe',16508,2,0,0,1,36378,7275,20,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,5,14,45,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8201,4,2,-1,'Big Voodoo Mask',25711,2,0,0,1,26754,5350,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,5,14,45,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8202,4,2,-1,'Big Voodoo Pants',16510,2,0,0,1,45112,9022,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,6,15,45,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8203,4,3,-1,'Tough Scorpid Breastplate',16513,2,0,0,1,43140,8628,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,3,15,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8204,4,3,-1,'Tough Scorpid Gloves',16515,2,0,0,1,23383,4676,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,3,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8205,4,3,-1,'Tough Scorpid Bracers',16516,2,0,0,1,21734,4346,9,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,3,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8206,4,3,-1,'Tough Scorpid Leggings',16517,2,0,0,1,63521,12704,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,3,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8207,4,3,-1,'Tough Scorpid Shoulders',16519,2,0,0,1,44893,8978,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8208,4,3,-1,'Tough Scorpid Helm',16520,2,0,0,1,51360,10272,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,3,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8209,4,3,-1,'Tough Scorpid Boots',16521,2,0,0,1,41879,8375,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,3,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8210,4,2,-1,'Wild Leather Shoulders',25691,2,0,0,1,27686,5537,3,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1158,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8211,4,2,-1,'Wild Leather Vest',25689,2,0,0,1,40013,8002,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,486,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8212,4,2,-1,'Wild Leather Leggings',18935,2,0,0,1,57925,11585,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,572,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8213,4,2,-1,'Wild Leather Boots',4389,2,0,0,1,40753,8150,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,824,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8214,4,2,-1,'Wild Leather Helmet',25693,2,0,0,1,31152,6230,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,654,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (8215,4,1,-1,'Wild Leather Cloak',23081,2,0,0,1,36069,7213,16,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8216,4,1,-1,'Big Voodoo Cloak',24297,2,0,0,1,31618,6323,16,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,5,6,6,6,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8217,11,2,-1,'Quickdraw Quiver',21331,2,0,0,1,4000,1000,18,-1,-1,45,40,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8218,11,3,-1,'Thick Leather Ammo Pouch',1281,2,0,0,1,4000,1000,18,-1,-1,45,40,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8223,2,7,-1,'Blade of the Basilisk',20073,3,524288,0,1,50334,10066,13,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,10351,2,0,3.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (8224,2,7,-1,'Silithid Ripper',22232,2,0,0,1,38279,7655,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,16403,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (8225,2,7,-1,'Tainted Pierce',20076,3,524288,0,1,46111,9222,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,60,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,13530,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (8226,2,7,-1,'The Butcher',16539,3,0,0,1,28738,5747,13,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,3,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (8244,12,0,-1,'Flawless Draenethyst Sphere',18704,3,0,0,1,0,10000,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8245,4,1,-1,'Imperial Red Tunic',17211,2,0,0,1,64615,12923,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,6,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8246,4,1,-1,'Imperial Red Boots',16766,2,0,0,1,39586,7917,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8247,4,1,-1,'Imperial Red Bracers',17229,2,0,0,1,24989,4997,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,3,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8248,4,1,-1,'Imperial Red Cloak',17238,2,0,0,1,35162,7032,16,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,6,4,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8249,4,1,-1,'Imperial Red Gloves',17216,2,0,0,1,26682,5336,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,7,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8250,4,1,-1,'Imperial Red Mantle',17234,2,0,0,1,40171,8034,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8251,4,1,-1,'Imperial Red Pants',16764,2,0,0,1,60401,12080,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8252,4,1,-1,'Imperial Red Robe',17236,2,0,0,1,68115,13623,20,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,6,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8253,4,1,-1,'Imperial Red Sash',17228,2,0,0,1,25539,5107,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8254,4,1,-1,'Imperial Red Circlet',18728,2,0,0,1,43200,8640,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8255,4,2,-1,'Serpentskin Girdle',15411,2,0,0,1,30052,6010,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,7,7,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8256,4,2,-1,'Serpentskin Boots',17258,2,0,0,1,51307,10261,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,4,7,7,8,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8257,4,2,-1,'Serpentskin Bracers',17259,2,0,0,1,30265,6053,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,7,11,3,3,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8258,4,2,-1,'Serpentskin Armor',18470,2,0,0,1,86984,17396,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,5,10,7,15,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8259,4,1,-1,'Serpentskin Cloak',23063,2,0,0,1,36578,7315,16,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,7,2,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8260,4,2,-1,'Serpentskin Gloves',17263,2,0,0,1,34691,6938,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,4,11,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8261,4,2,-1,'Serpentskin Helm',17321,2,0,0,1,53086,10617,1,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,5,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8262,4,2,-1,'Serpentskin Leggings',17265,2,0,0,1,73030,14606,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,4,13,7,5,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8263,4,2,-1,'Serpentskin Spaulders',17267,2,0,0,1,51867,10373,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8264,4,3,-1,'Ebonhold Wristguards',28451,2,0,0,1,39288,7857,9,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,7,11,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8265,4,3,-1,'Ebonhold Armor',26204,2,0,0,1,99572,19914,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,22,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8266,4,1,-1,'Ebonhold Cloak',26228,2,0,0,1,37342,7468,16,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,4,3,7,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8267,4,3,-1,'Ebonhold Gauntlets',28726,2,0,0,1,44640,8928,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,14,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8268,4,3,-1,'Ebonhold Girdle',26210,2,0,0,1,44801,8960,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,7,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8269,4,3,-1,'Ebonhold Boots',28667,2,0,0,1,71814,14362,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,16,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8270,4,3,-1,'Ebonhold Helmet',26220,2,0,0,1,71759,14351,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8271,4,3,-1,'Ebonhold Leggings',21694,2,0,0,1,101791,20358,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,7,14,3,5,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8272,4,3,-1,'Ebonhold Shoulderpads',26217,2,0,0,1,68489,13697,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8273,4,4,-1,'Valorous Wristguards',27373,2,0,0,1,31454,6290,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,4,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8274,4,4,-1,'Valorous Chestguard',27372,2,0,0,1,89704,17940,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,4,20,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8275,4,6,-1,'Ebonhold Buckler',26232,2,0,0,1,110140,22028,14,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,4,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1720,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,30,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (8276,4,4,-1,'Valorous Gauntlets',27374,2,0,0,1,34337,6867,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,4,14,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8277,4,4,-1,'Valorous Girdle',27375,2,0,0,1,31907,6381,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,4,13,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8278,4,4,-1,'Valorous Greaves',27376,2,0,0,1,47837,9567,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,7,10,3,4,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8279,4,4,-1,'Valorous Helm',27379,2,0,0,1,51857,10371,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,3,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8280,4,4,-1,'Valorous Legguards',27377,2,0,0,1,74407,14881,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,4,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8281,4,4,-1,'Valorous Pauldrons',27378,2,0,0,1,52253,10450,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,4,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (8282,4,6,-1,'Valorous Shield',18790,2,0,0,1,78478,15695,14,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,4,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1578,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,25,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (8283,4,1,-1,'Arcane Armor',17251,2,0,0,1,82750,16550,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,7,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (8284,4,1,-1,'Arcane Boots',17256,2,0,0,1,52571,10514,8,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,6,16,5,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8285,4,1,-1,'Arcane Bands',17262,2,0,0,1,33187,6637,9,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,6,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8286,4,1,-1,'Arcane Cloak',13984,2,0,0,1,47138,9427,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,3,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8287,4,1,-1,'Arcane Gloves',17255,2,0,0,1,35437,7087,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8288,4,1,-1,'Arcane Pads',17271,2,0,0,1,59382,11876,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,4,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8289,4,1,-1,'Arcane Leggings',17252,2,0,0,1,83442,16688,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,17,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8290,4,1,-1,'Arcane Robe',17276,2,0,0,1,84910,16982,20,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,7,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (8291,4,1,-1,'Arcane Sash',17261,2,0,0,1,33923,6784,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,4,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8292,4,1,-1,'Arcane Cover',17274,2,0,0,1,57383,11476,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,7,10,5,17,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8293,4,2,-1,'Traveler\'s Belt',17318,2,0,0,1,42714,8542,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,5,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8294,4,2,-1,'Traveler\'s Boots',17317,2,0,0,1,63260,12652,8,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,3,17,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8295,4,2,-1,'Traveler\'s Bracers',17316,2,0,0,1,39941,7988,9,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,6,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8296,4,2,-1,'Traveler\'s Jerkin',17312,2,0,0,1,100727,20145,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,21,7,6,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (8297,4,1,-1,'Traveler\'s Cloak',23066,2,0,0,1,45566,9113,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,4,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8298,4,2,-1,'Traveler\'s Gloves',17314,2,0,0,1,42825,8565,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,4,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8299,4,2,-1,'Traveler\'s Helm',17269,2,0,0,1,71770,14354,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8300,4,2,-1,'Traveler\'s Leggings',17313,2,0,0,1,100862,20172,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,17,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8301,4,2,-1,'Traveler\'s Spaulders',17319,2,0,0,1,72318,14463,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,4,13,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8302,4,3,-1,'Hero\'s Bracers',26313,2,0,0,1,55302,11060,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,3,4,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8303,4,3,-1,'Hero\'s Breastplate',26314,2,0,0,1,125823,25164,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,7,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (8304,4,1,-1,'Hero\'s Cape',26323,2,0,0,1,52566,10513,16,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,11,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8305,4,3,-1,'Hero\'s Gauntlets',26316,2,0,0,1,58719,11743,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8306,4,3,-1,'Hero\'s Belt',26312,2,0,0,1,58938,11787,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,6,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8307,4,3,-1,'Hero\'s Boots',26310,2,0,0,1,93587,18717,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,19,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8308,4,3,-1,'Hero\'s Band',26315,2,0,0,1,93518,18703,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,9,7,14,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8309,4,3,-1,'Hero\'s Leggings',26317,2,0,0,1,126887,25377,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,3,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (8310,4,3,-1,'Hero\'s Pauldrons',26321,2,0,0,1,97100,19420,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,13,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8311,4,4,-1,'Alabaster Plate Vambraces',27394,2,0,0,1,51435,10287,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,4,3,7,12,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8312,4,4,-1,'Alabaster Breastplate',27389,2,0,0,1,129593,25918,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,4,17,7,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8313,4,6,-1,'Hero\'s Buckler',26324,2,0,0,1,142829,28565,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,7,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,36,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (8314,4,4,-1,'Alabaster Plate Gauntlets',27390,2,0,0,1,47029,9405,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,4,14,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8315,4,4,-1,'Alabaster Plate Girdle',27391,2,0,0,1,44540,8908,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,4,15,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8316,4,4,-1,'Alabaster Plate Greaves',27392,2,0,0,1,70554,14110,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8317,4,4,-1,'Alabaster Plate Helmet',27395,2,0,0,1,75069,15013,1,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8318,4,4,-1,'Alabaster Plate Leggings',27393,2,0,0,1,113111,22622,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,4,15,7,3,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (8319,4,4,-1,'Alabaster Plate Pauldrons',27396,2,0,0,1,80185,16037,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,4,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (8320,4,6,-1,'Alabaster Shield',27571,2,0,0,1,110461,22092,14,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,4,3,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1748,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,31,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (8343,7,5,-1,'Heavy Silken Thread',12105,1,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8344,12,0,-1,'Silvery Spinnerets',16464,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8345,4,2,-1,'Wolfshead Helm',45176,3,64,0,1,37109,7421,1,32256,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,17768,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (8346,4,2,-1,'Gauntlets of the Sea',16678,3,0,0,1,26816,5363,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,3,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,10577,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (8347,4,3,-1,'Dragonscale Gauntlets',16731,3,0,0,1,29900,5980,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,31,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (8348,4,2,-1,'Helm of Fire',17226,3,0,0,1,54099,10819,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,3,21,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,5,0,0,0,0,0,0,0,10578,0,0,0,300000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (8349,4,2,-1,'Feathered Breastplate',8660,3,0,0,1,72392,14478,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,45,24,31,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (8350,4,0,-1,'The 1 Ring',224,2,0,0,1,4520,1130,11,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,5,4,1,3,1,7,1,6,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Not quite as good as the 2 Ring',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (8363,12,0,-1,'Shaman Voodoo Charm',16456,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8364,0,5,-1,'Mithril Head Trout',1208,1,0,0,52,1250,6,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (8365,7,8,-1,'Raw Mithril Head Trout',1208,1,0,0,5,80,4,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (8366,15,4,-1,'Bloated Trout',1208,1,4,0,1,400,100,0,-1,-1,35,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8367,4,3,-1,'Dragonscale Breastplate',16729,3,0,0,1,92276,18455,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,15,32,15,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,10618,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (8368,15,0,-1,'Thick Wolfhide',21470,0,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8383,15,0,-1,'Plain Letter',7798,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8384,9,1,-1,'Pattern: Comfortable Leather Hat',1102,3,64,0,1,3500,875,0,-1,-1,40,0,165,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10490,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Comfortable Leather Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8385,9,1,-1,'Pattern: Turtle Scale Gloves',1102,1,64,0,1,3500,875,0,-1,-1,41,0,165,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10509,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Turtle Scale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8386,9,1,-1,'Pattern: Big Voodoo Robe',15274,2,64,0,1,4000,1000,0,-1,-1,43,0,165,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10520,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Big Voodoo Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8387,9,1,-1,'Pattern: Big Voodoo Mask',15274,2,64,0,1,4000,1000,0,-1,-1,44,0,165,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10531,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Big Voodoo Mask.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8389,9,1,-1,'Pattern: Big Voodoo Pants',15274,2,64,0,1,5000,1250,0,-1,-1,48,0,165,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Big Voodoo Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8390,9,1,-1,'Pattern: Big Voodoo Cloak',15274,2,64,0,1,5000,1250,0,-1,-1,48,0,165,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Big Voodoo Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8391,12,0,-1,'Snickerfang Jowl',1116,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8392,12,0,-1,'Blasted Boar Lung',1438,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8393,12,0,-1,'Scorpok Pincer',16776,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8394,12,0,-1,'Basilisk Brain',10923,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8395,9,1,-1,'Pattern: Tough Scorpid Breastplate',15274,2,64,0,1,4000,1000,0,-1,-1,44,0,165,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10525,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Tough Scorpid Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8396,12,0,-1,'Vulture Gizzard',3759,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8397,9,1,-1,'Pattern: Tough Scorpid Bracers',15274,2,64,0,1,4000,1000,0,-1,-1,44,0,165,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10533,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Tough Scorpid Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8398,9,1,-1,'Pattern: Tough Scorpid Gloves',15274,2,64,0,1,4500,1125,0,-1,-1,45,0,165,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10542,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Tough Scorpid Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8399,9,1,-1,'Pattern: Tough Scorpid Boots',15274,2,64,0,1,5000,1250,0,-1,-1,47,0,165,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Tough Scorpid Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8400,9,1,-1,'Pattern: Tough Scorpid Shoulders',15274,2,64,0,1,5000,1250,0,32767,-1,48,0,165,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Tough Scorpid Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8401,9,1,-1,'Pattern: Tough Scorpid Leggings',15274,2,64,0,1,5500,1375,0,-1,-1,49,0,165,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Tough Scorpid Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8402,9,1,-1,'Pattern: Tough Scorpid Helm',15274,2,64,0,1,5500,1375,0,32767,-1,50,0,165,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Tough Scorpid Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8403,9,1,-1,'Pattern: Wild Leather Shoulders',1102,2,64,0,1,0,0,0,-1,-1,44,0,165,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10529,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Wild Leather Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8404,9,1,-1,'Pattern: Wild Leather Vest',1102,2,64,0,1,0,0,0,-1,-1,45,0,165,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Wild Leather Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8405,9,1,-1,'Pattern: Wild Leather Helmet',1102,2,64,0,1,0,0,0,-1,-1,45,0,165,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Wild Leather Helmet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8406,9,1,-1,'Pattern: Wild Leather Boots',1102,2,64,0,1,0,0,0,-1,-1,49,0,165,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Wild Leather Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8407,9,1,-1,'Pattern: Wild Leather Leggings',1102,2,64,0,1,0,0,0,-1,-1,50,0,165,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Wild Leather Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8408,9,1,-1,'Pattern: Wild Leather Cloak',1102,2,64,0,1,0,0,0,-1,-1,50,0,165,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10574,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Wild Leather Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8409,9,1,-1,'Pattern: Nightscape Shoulders',1102,2,64,0,1,4000,1000,0,-1,-1,42,0,165,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,10516,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Nightscape Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8410,0,0,-1,'R.O.I.D.S.',16801,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10667,0,-1,0,0,103,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Robust Operational Imbue Derived From Snickerfang',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8411,0,0,-1,'Lung Juice Cocktail',18114,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10668,0,-1,-1,0,103,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'100% Grade A Lung Juice - Freshly Squeezed',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8412,0,0,-1,'Ground Scorpok Assay',16803,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10669,0,-1,0,0,103,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8423,0,0,-1,'Cerebral Cortex Compound',16836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10692,0,-1,-1,0,103,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Best Served Chilled',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8424,0,0,-1,'Gizzard Gum',16837,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10693,0,-1,-1,0,103,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Strawberry Flavor',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8425,15,0,-1,'Parrot Droppings',6703,0,0,0,1,0,0,0,2047,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8426,15,0,-1,'Large Ruffled Feather',19570,1,0,0,1,12,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8427,15,0,-1,'Mutilated Rat Carcass',16860,0,0,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8428,12,0,-1,'Laden Dew Gland',16861,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8429,15,0,-1,'Punctured Dew Gland',6703,0,0,0,1,125,31,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8430,15,0,-1,'Empty Dew Gland',57625,0,0,0,1,185,46,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8431,12,0,-1,'Spool of Light Chartreuse Silk Thread',7403,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8432,0,0,-1,'Eau de Mixilpixil',16325,1,1024,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10723,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8443,12,0,-1,'Gahz\'ridian Ornament',18725,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8444,0,8,-1,'Executioner\'s Key',7737,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10738,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8463,12,0,-1,'Warchief\'s Orders',16161,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The seal is broken.',1071,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8483,12,0,-1,'Wastewander Water Pouch',18085,1,0,0,1,685,171,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8484,15,0,-1,'Gadgetzan Water Co. Care Package',18574,1,4,0,1,275,68,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Model 103-XB!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8485,15,2,-1,'Cat Carrier (Bombay)',20629,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10673,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8486,15,2,-1,'Cat Carrier (Cornish Rex)',20629,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10674,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8487,15,2,-1,'Cat Carrier (Orange Tabby)',20629,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10676,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8488,15,2,-1,'Cat Carrier (Silver Tabby)',20629,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10678,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8489,15,2,-1,'Cat Carrier (White Kitten)',20629,1,64,0,1,6000,1500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10679,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8490,15,2,-1,'Cat Carrier (Siamese)',20629,1,64,0,1,6000,1500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10677,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8491,15,2,-1,'Cat Carrier (Black Tabby)',20629,1,64,0,1,6000,1500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10675,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8492,15,2,-1,'Parrot Cage (Green Wing Macaw)',17292,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10683,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8494,15,2,-1,'Parrot Cage (Hyacinth Macaw)',17292,4,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10682,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8495,15,2,-1,'Parrot Cage (Senegal)',17292,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10684,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8496,15,2,-1,'Parrot Cage (Cockatiel)',17292,1,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10680,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8497,15,2,-1,'Rabbit Crate (Snowshoe)',17284,1,64,0,1,2000,500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8498,15,2,-1,'Tiny Emerald Whelpling',44666,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8499,15,2,-1,'Tiny Crimson Whelpling',20655,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8500,15,2,-1,'Great Horned Owl',19091,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8501,15,2,-1,'Hawk Owl',19091,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8508,15,0,-1,'Large Fin',11863,0,0,0,1,715,178,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8523,12,0,-1,'Field Testing Kit',2592,1,0,0,1,1000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8524,12,0,-1,'Model 4711-FTZ Power Source',14993,2,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Using this power source will activate the Field Testing Kit.',0,0,0,654,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8525,12,0,-1,'Zinge\'s Purchase Order',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8526,12,0,-1,'Violet Tragan',17391,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6727,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8527,12,0,-1,'Sealed Field Testing Kit',2592,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8528,12,0,-1,'Violet Powder',17397,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8529,0,2,-1,'Noggenfogger Elixir',17403,1,0,0,5,3500,175,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16589,0,-1,-1,0,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8544,0,7,-1,'Mageweave Bandage',17457,1,2097216,0,1,1360,340,0,-1,-1,1,0,129,150,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10838,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8545,0,7,-1,'Heavy Mageweave Bandage',17458,1,2097216,0,1,3200,800,0,-1,-1,1,0,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10839,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8546,0,8,-1,'Powerful Smelling Salts',6412,1,16,0,1,200,50,0,-1,-1,50,0,129,200,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10850,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8548,0,0,-1,'Divino-matic Rod',17461,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8563,15,5,-1,'Red Mechanostrider',17785,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,10873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8564,12,0,-1,'Hippogryph Egg',18047,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s huge!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8583,15,0,-1,'Horn of the Skeletal Mount',17786,1,64,0,1,800000,0,0,-1,223,40,40,554,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8980,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8584,12,0,-1,'Untapped Dowsing Widget',18717,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11758,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8585,12,0,-1,'Tapped Dowsing Widget',15718,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8586,15,5,-1,'Whistle of the Mottled Red Raptor',17494,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16084,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8587,12,0,-1,'Centipaar Insect Parts',18723,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8588,15,5,-1,'Whistle of the Emerald Raptor',17494,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,8395,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8589,15,0,-1,'Old Whistle of the Ivory Raptor',17494,1,80,0,1,800000,0,0,-1,223,40,40,533,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10795,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8590,15,0,-1,'Old Whistle of the Obsidian Raptor',17494,1,80,0,1,800000,0,0,-1,223,40,40,533,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10798,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8591,15,5,-1,'Whistle of the Turquoise Raptor',17494,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,10796,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8592,15,5,-1,'Whistle of the Violet Raptor',17494,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,10799,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8593,12,0,-1,'Scrimshank\'s Surveying Gear',14326,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8594,12,0,-1,'Insect Analysis Report',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8595,15,5,-1,'Blue Mechanostrider',17785,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,10969,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8603,12,0,-1,'Thistleshrub Dew',15734,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8623,12,0,-1,'OOX-17/TN Distress Beacon',18632,2,2048,0,1,0,0,0,32767,-1,43,43,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,351,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8624,4,0,-1,'Red Sparkler',17599,1,0,0,1,1000,250,23,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8625,4,0,-1,'White Sparkler',17600,1,0,0,1,1000,250,23,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8626,4,0,-1,'Blue Sparkler',17602,1,0,0,1,1000,250,23,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8627,15,0,-1,'Reins of the Night saber',17606,1,80,0,1,800000,0,0,-1,223,40,40,150,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10787,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8628,15,0,-1,'Reins of the Spotted Nightsaber',17606,1,64,0,1,800000,0,0,2047,223,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10792,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8629,15,5,-1,'Reins of the Striped Nightsaber',17606,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,10793,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8630,15,0,-1,'Reins of the Bengal Tiger',17607,1,64,0,1,1000000,250000,0,-1,-1,40,40,150,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10790,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8631,15,5,-1,'Reins of the Striped Frostsaber',17608,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,8394,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8632,15,5,-1,'Reins of the Spotted Frostsaber',17608,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,10789,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8633,15,0,-1,'Reins of the Leopard',17607,1,64,0,1,1000000,250000,0,-1,-1,40,40,150,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10788,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8643,12,0,-1,'Extraordinary Egg',18050,1,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s something very special about this egg...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8644,12,0,-1,'Fine Egg',18050,1,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8645,12,0,-1,'Ordinary Egg',18049,1,0,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8646,12,0,-1,'Bad Egg',18049,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8647,12,0,-1,'Egg Crate',12331,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Quality Guaranteed!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8663,12,0,-1,'Mithril Insignia',17655,2,0,0,1,0,0,12,-1,-1,40,0,164,210,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'E Pluribus Mithril',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8683,12,0,-1,'Clara\'s Fresh Apple',6410,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A fresh piece of fruit that\'s good to eat... and is apparently good for disguises also!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8684,12,0,-1,'Hinterlands Honey Ripple',18079,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8685,12,0,-1,'Dran\'s Ripple Delivery',8381,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This barrel contains Dran\'s packaged ripple and his extra bottles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8686,12,0,-1,'Mithril Pendant',17685,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the Seal of Galvan the Ancient',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8687,12,0,-1,'Sealed Description of Thredd\'s Visitor',7744,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8688,4,0,-1,'Bind On Acquire Test Item',6511,0,0,0,1,4350,1087,12,-1,-1,40,35,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,30000,24,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8703,12,0,-1,'Signet of Expertise',17776,2,64,0,1,25968,6492,12,-1,-1,45,0,164,210,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11209,0,0,0,10800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Honorable Member of the Mithril Order',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8704,12,0,-1,'OOX-09/HL Distress Beacon',18632,2,2048,0,1,0,0,0,32767,-1,43,43,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,485,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8705,12,0,-1,'OOX-22/FE Distress Beacon',18632,2,2048,0,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,2766,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8707,12,0,-1,'Gahz\'rilla\'s Electrified Scale',8923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8708,2,4,-1,'Hammer of Expertise',17788,4,65536,0,1,0,0,13,-1,-1,50,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (8723,12,0,-1,'Caliph Scorpidsting\'s Head',3918,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8724,12,0,-1,'Rin\'ji\'s Secret',17809,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8746,4,1,-1,'Interlaced Cowl',18416,0,0,0,1,3412,682,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8747,4,2,-1,'Hardened Leather Helm',21298,0,0,0,1,5181,1036,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8748,4,3,-1,'Double Mail Coif',28389,0,0,0,1,3875,775,1,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8749,4,1,-1,'Crochet Hat',18414,0,0,0,1,8020,1604,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8750,4,2,-1,'Thick Leather Hat',21312,0,0,0,1,9317,1863,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8751,4,3,-1,'Overlinked Coif',28393,0,0,0,1,13092,2618,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8752,4,3,-1,'Laminated Scale Circlet',28391,0,0,0,1,26087,5217,1,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8753,4,2,-1,'Smooth Leather Helmet',18418,0,0,0,1,25990,5198,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8754,4,1,-1,'Twill Cover',18422,0,0,0,1,19687,3937,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8755,4,4,-1,'Light Plate Helmet',28847,0,0,0,1,32563,6512,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8766,0,5,-1,'Morning Glory Dew',926,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8827,0,2,-1,'Elixir of Water Walking',48394,1,0,0,1,500,125,0,-1,-1,50,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11319,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8831,7,9,-1,'Purple Lotus',19493,1,536870912,0,1,1200,300,0,1535,-1,42,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8836,7,9,-1,'Arthas\' Tears',19498,1,536870912,0,1,380,95,0,-1,-1,44,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8838,7,9,-1,'Sungrass',19492,1,536870912,0,1,240,60,0,-1,-1,46,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8839,7,9,-1,'Blindweed',19496,1,536870912,0,1,1500,375,0,-1,-1,47,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8840,9,0,-1,'Renegade Boots',1103,2,0,0,1,17638,3527,0,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,840,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',6,0,0,0,0,1), (8845,7,9,-1,'Ghost Mushroom',17871,1,536870912,0,1,1500,375,0,-1,-1,47,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8846,7,9,-1,'Gromsblood',19494,1,536870912,0,1,1000,250,0,-1,-1,50,0,773,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8923,15,0,-1,'Essence of Agony',1288,0,0,0,1,200,50,0,8,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8924,15,0,-1,'Dust of Deterioration',6379,0,0,0,1,100,25,0,8,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by rogues to brew poison.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8925,7,11,-1,'Crystal Vial',51756,1,0,0,5,2500,125,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8926,0,8,-1,'Instant Poison IV',13710,1,2097216,0,1,500,125,0,8,-1,44,44,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8927,0,8,-1,'Instant Poison V',13710,1,2097216,0,1,700,175,0,8,-1,52,52,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11339,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8928,0,8,-1,'Instant Poison VI',13710,1,2097216,0,1,800,200,0,8,-1,60,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11340,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8932,0,5,-1,'Alterac Swiss',21906,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (8948,0,5,-1,'Dried King Bolete',17880,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (8949,0,2,-1,'Elixir of Agility',17882,1,0,0,1,800,200,0,-1,-1,37,27,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11328,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8950,0,5,-1,'Homemade Cherry Pie',6342,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (8951,0,2,-1,'Elixir of Greater Defense',17883,1,0,0,1,800,200,0,-1,-1,39,29,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11349,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8952,0,5,-1,'Roasted Quail',4112,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (8953,0,5,-1,'Deep Fried Plantains',17881,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (8956,0,8,-1,'Oil of Immolation',2351,1,0,0,1,800,200,0,-1,-1,41,31,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11350,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8957,0,5,-1,'Spinefin Halibut',24718,1,0,0,5,4000,200,0,32767,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (8959,7,8,-1,'Raw Spinefin Halibut',24718,1,0,0,5,3200,160,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (8964,9,0,-1,'Codex of Flash Heal',1143,1,80,0,1,0,725,0,31248,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (8973,12,0,-1,'Thick Yeti Hide',7373,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8984,0,8,-1,'Deadly Poison III',13707,1,2097216,0,1,200,50,0,8,-1,46,46,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11355,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8985,0,8,-1,'Deadly Poison IV',13707,1,2097216,0,1,250,62,0,8,-1,54,54,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11356,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (8993,9,0,-1,'Codex of Shadow Protection II',1143,1,80,8192,1,22000,5500,0,31248,-1,42,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6063,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Heal (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (9030,0,1,-1,'Restorative Potion',926,1,0,0,1,800,200,0,-1,-1,42,32,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11359,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9036,0,1,-1,'Magic Resistance Potion',1215,1,0,0,1,600,150,0,-1,-1,42,32,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9060,7,1,-1,'Inlaid Mithril Cylinder',7397,1,0,0,1,4000,1000,0,-1,-1,42,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by Gnomish Engineers to reinforce their creations',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9061,7,1,-1,'Goblin Rocket Fuel',7921,1,0,0,1,1000,250,0,-1,-1,42,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used by Goblin Engineers to power their creations',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9088,0,2,-1,'Gift of Arthas',17889,1,0,0,1,1000,250,0,-1,-1,48,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11371,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9144,0,1,-1,'Wildvine Potion',17893,1,0,0,1,1000,250,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11387,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9149,4,0,-1,'Philosopher\'s Stone',8025,2,524288,0,1,1000,250,12,-1,-1,45,35,171,200,0,0,0,0,0,0,1,0,5,3,5,4,5,5,5,6,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Required for Alchemical Transmutation.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9153,12,0,-1,'Rig Blueprints',7629,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9154,0,2,-1,'Elixir of Detect Undead',15714,1,64,0,1,1200,300,0,-1,-1,46,36,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11389,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9155,0,2,-1,'Arcane Elixir',17896,1,0,0,1,1600,400,0,-1,-1,47,37,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11390,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9172,0,1,-1,'Invisibility Potion',17898,1,0,0,1,2000,500,0,-1,-1,47,37,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11392,0,-1,-1,0,4,600000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9173,12,0,-1,'Goblin Transponder',17899,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9179,0,2,-1,'Elixir of Greater Intellect',3664,1,0,0,1,4000,1000,0,-1,-1,47,37,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11396,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9186,15,0,-1,'Mind-numbing Poison III',13709,0,2097232,0,1,700,175,0,8,-1,52,52,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9187,0,2,-1,'Elixir of Greater Agility',17902,1,0,0,1,2400,600,0,-1,-1,48,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11334,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9189,12,0,-1,'Shay\'s Bell',17911,1,67648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11402,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (9197,0,2,-1,'Elixir of Dream Vision',4134,1,64,0,1,2400,600,0,-1,-1,48,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11403,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9206,0,2,-1,'Elixir of Giants',17904,1,0,0,1,2800,700,0,-1,-1,48,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11405,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9210,7,11,-1,'Ghost Dye',9731,1,0,0,1,3000,750,0,-1,-1,49,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9214,9,0,-1,'Grimoire of Inferno',1246,2,64,0,1,10000,2500,0,31488,-1,50,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,1122,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches Inferno.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9224,0,2,-1,'Elixir of Demonslaying',16325,1,0,0,1,2800,700,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11406,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9233,0,2,-1,'Elixir of Detect Demon',15714,1,0,0,1,2000,500,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11407,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9234,12,0,-1,'Tiara of the Deep',1399,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9235,12,0,-1,'Pratt\'s Letter',3018,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9236,12,0,-1,'Jangdor\'s Letter',3029,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9237,12,0,-1,'Woodpaw Gnoll Mane',18093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9238,12,0,-1,'Uncracked Scarab Shell',8923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9240,2,4,-1,'Mallet of Zul\'Farrak',57786,3,34880,0,1,0,0,13,-1,-1,50,35,0,0,0,0,0,0,0,1,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9241,12,0,-1,'Sacred Mallet',17916,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11435,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9242,15,0,-1,'Ancient Tablet',18204,0,0,0,1,9685,2421,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',1091,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9243,4,0,-1,'Shriveled Heart',17918,2,0,0,1,32620,8155,2,-1,-1,45,40,0,0,0,0,0,0,0,1,1,0,3,6,-5,4,-5,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9244,12,0,-1,'Stoley\'s Shipment',7922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9245,12,0,-1,'Stoley\'s Bottle',18080,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9246,12,0,-1,'Firebeard\'s Head',7038,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9247,12,0,-1,'Hatecrest Naga Scale',3668,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9248,12,0,-1,'Mysterious Relic',18720,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9249,13,0,-1,'Captain\'s Key',6709,2,64,0,1,6215,1553,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11437,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9250,12,0,-1,'Ship Schedule',811,1,2048,0,1,0,0,0,-1,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,2876,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9251,12,0,-1,'Upper Map Fragment',7695,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11438,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9252,12,0,-1,'Lower Map Fragment',7798,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11438,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9253,12,0,-1,'Middle Map Fragment',8927,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11438,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9254,12,0,-1,'Cuergo\'s Treasure Map',1322,1,0,0,1,0,0,0,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,2882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9255,12,0,-1,'Lahassa Essence',6688,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9256,12,0,-1,'Imbel Essence',18021,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9257,12,0,-1,'Samha Essence',18022,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9258,12,0,-1,'Byltan Essence',1659,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9259,15,0,-1,'Troll Tribal Necklace',9860,1,0,0,1,258,64,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9260,0,5,-1,'Volatile Rum',18059,1,0,0,1,1600,400,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9261,15,0,-1,'Lead Ore',4690,0,0,0,1,1000,250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9262,7,11,-1,'Black Vitriol',17957,1,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9263,12,0,-1,'Troyas\' Stave',8556,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11537,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9264,0,2,-1,'Elixir of Shadow Power',24216,1,0,0,1,140,35,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11474,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9265,12,0,-1,'Cuergo\'s Hidden Treasure',13100,2,4,0,1,60,15,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9266,12,0,-1,'Woodpaw Battle Plans',3331,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9275,12,0,-1,'Cuergo\'s Key',13025,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9276,15,0,-1,'Pirate\'s Footlocker',12332,1,4,0,1,400,100,0,32767,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9277,12,0,-1,'Techbot\'s Memory Core',17922,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9278,12,0,-1,'Essential Artificial',18215,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9279,12,0,-1,'White Punch Card',40635,1,2048,0,1,180,45,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Grants access to Matrix Punchograph 3005-A',1131,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9280,12,0,-1,'Yellow Punch Card',40636,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Grants access to Matrix Punchograph 3005-B',1191,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9281,12,0,-1,'Red Punch Card',40634,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Grants access to Matrix Punchograph 3005-D',1193,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9282,12,0,-1,'Blue Punch Card',40632,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Grants access to Matrix Punchograph 3005-C',1192,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9283,12,0,-1,'Empty Leaden Collection Phial',18057,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11513,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'One Shot, One Fill',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9284,12,0,-1,'Full Leaden Collection Phial',18057,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep Out of Reach of Children',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9285,4,4,-1,'Field Plate Vambraces',27362,2,0,0,1,21022,4204,9,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1115,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9286,4,4,-1,'Field Plate Armor',27356,2,0,0,1,52856,10571,5,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,528,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9287,4,4,-1,'Field Plate Gauntlets',27358,2,0,0,1,21177,4235,10,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,779,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9288,4,4,-1,'Field Plate Girdle',27359,2,0,0,1,21252,4250,6,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,947,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9289,4,4,-1,'Field Plate Boots',27357,2,0,0,1,31752,6350,8,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,863,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9290,4,4,-1,'Field Plate Helmet',25839,2,0,0,1,34417,6883,1,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,695,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9291,4,4,-1,'Field Plate Leggings',27360,2,0,0,1,46257,9251,7,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,612,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9292,4,4,-1,'Field Plate Pauldrons',27361,2,0,0,1,32183,6436,3,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1199,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9293,9,6,-1,'Recipe: Magic Resistance Potion',15274,2,64,0,1,5000,1250,0,-1,-1,42,0,171,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Magic Resistance Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9294,9,6,-1,'Recipe: Wildvine Potion',15274,2,64,0,1,8000,2000,0,-1,-1,45,0,171,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Wildvine potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9295,9,6,-1,'Recipe: Invisibility Potion',15274,2,64,0,1,8000,2000,0,-1,-1,47,0,171,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11464,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Invisibility Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9296,9,6,-1,'Recipe: Gift of Arthas',15274,2,64,0,1,8000,2000,0,-1,-1,48,0,171,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11466,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Gift of Arthas.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9297,9,6,-1,'Recipe: Elixir of Dream Vision',15274,2,64,0,1,10000,2500,0,-1,-1,48,0,171,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,11468,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Dream Vision.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9298,9,6,-1,'Recipe: Elixir of Giants',15274,2,64,0,1,9000,2250,0,-1,-1,49,0,171,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11472,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Giants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9299,13,0,-1,'Thermaplugg\'s Safe Combination',18010,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11535,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9300,9,6,-1,'Recipe: Elixir of Demonslaying',1301,1,64,0,1,10000,2500,0,-1,-1,50,0,171,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,11477,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Demonslaying.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9301,9,6,-1,'Recipe: Elixir of Shadow Power',15274,2,64,0,1,10000,2500,0,-1,-1,50,0,171,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11476,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Shadow Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9302,9,6,-1,'Recipe: Ghost Dye',6270,1,64,0,1,9000,2250,0,-1,-1,49,0,171,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11473,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Ghost Dye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9303,9,6,-1,'Recipe: Philosopher\'s Stone',1301,1,64,0,1,8000,2000,0,-1,-1,45,0,171,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,11459,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Philosopher\'s Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9304,9,6,-1,'Recipe: Transmute Iron to Gold',1301,1,64,0,1,8000,2000,0,-1,-1,45,0,171,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11479,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Iron into Gold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9305,9,6,-1,'Recipe: Transmute Mithril to Truesilver',1301,1,64,0,1,8000,2000,0,-1,-1,45,0,171,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11480,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Mithril into Truesilver.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9306,12,0,-1,'Stave of Equinex',18026,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9307,12,0,-1,'A Sparkling Stone',6506,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9308,12,0,-1,'Grime-Encrusted Object',18716,1,0,0,1,152,38,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Caked grime obscures the true identity of this object.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9309,12,0,-1,'Robo-mechanical Guts',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9311,0,8,-1,'Default Stationery',7798,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9312,0,8,-1,'Blue Firework',18066,1,0,0,1,20,5,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11540,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9313,0,8,-1,'Green Firework',18067,1,0,0,1,20,5,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11541,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9314,0,8,-1,'Red Streaks Firework',18068,1,0,0,1,50,12,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11542,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9315,0,8,-1,'Yellow Rose Firework',18070,1,0,0,1,40,10,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11544,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9316,12,0,-1,'Prismatic Punch Card',40633,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Data card only',1194,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9317,0,8,-1,'Red, White and Blue Firework',18069,1,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11543,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9318,0,8,-1,'Red Firework',8733,1,0,0,1,20,5,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6668,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9319,0,0,-1,'Nimboya\'s Laden Pike',25592,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11547,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9320,12,0,-1,'Witherbark Skull',7150,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9321,12,0,-1,'Venom Bottle',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9322,12,0,-1,'Undamaged Venom Sac',8940,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (9323,12,0,-1,'Gadrin\'s Parchment',2616,1,64,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11548,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9324,12,0,-1,'Shadra\'s Venom',15770,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9325,12,0,-1,'A Small Stave',8556,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Troyas has entrusted this to you until you return.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (9326,12,0,-1,'Grime-Encrusted Ring',13490,1,2048,0,1,0,0,0,-1,-1,28,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,2945,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9327,12,0,-1,'Security DELTA Data Access Card',7356,2,0,0,1,2500,625,0,-1,-1,1,0,202,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9328,12,0,-1,'Super Snapper FX',18155,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11610,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'New & Improved!',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9329,12,0,-1,'A Short Note',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Tied with a bow.',1156,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9330,12,0,-1,'Snapshot of Gammerita',18158,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'She\'s so photogenic...',1171,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9331,12,0,-1,'Feralas: A History',18164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,2,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9332,15,0,-1,'Crusted Bandages',18170,0,0,0,1,155,38,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9333,4,0,-1,'Tarnished Silver Necklace',18172,0,0,0,1,295,73,2,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9334,15,0,-1,'Cracked Pottery',18173,0,0,0,1,190,47,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9335,15,0,-1,'Broken Obsidian Club',7161,0,0,0,1,210,52,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9336,15,0,-1,'Gold-capped Troll Tusk',18174,0,0,0,1,5155,1288,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9355,15,0,-1,'Hoop Earring',9835,0,0,0,1,1505,376,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9356,15,0,-1,'A Wooden Leg',18192,0,0,0,1,870,217,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9357,15,0,-1,'A Parrot Skeleton',3233,0,0,0,1,910,227,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9358,15,0,-1,'A Head Rag',18193,0,0,0,1,915,228,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9359,2,4,-1,'Wirt\'s Third Leg',19756,3,0,0,1,97889,19577,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,3,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,91,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9360,0,5,-1,'Cuergo\'s Gold',18059,1,0,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9361,0,5,-1,'Cuergo\'s Gold with Worm',18059,1,0,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9362,4,0,-1,'Brilliant Gold Ring',224,2,0,0,1,0,0,11,-1,-1,31,0,0,0,0,0,0,0,0,1,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9363,15,0,-1,'Sparklematic-Wrapped Box',18499,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9364,12,0,-1,'Heavy Leaden Collection Phial',18057,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12709,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Handle With Care',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9365,12,0,-1,'High Potency Radioactive Fallout',18649,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'DANGER! DO NOT INGEST!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (9366,4,3,-1,'Golden Scale Gauntlets',18256,2,0,0,1,18447,3689,10,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,4,11,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9367,9,4,-1,'Plans: Golden Scale Gauntlets',15274,2,64,0,1,5000,1250,0,-1,-1,41,0,164,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,11643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Golden Scale Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9368,12,0,-1,'Jer\'kai\'s Signet Ring',9837,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9369,12,0,-1,'Iridescent Sprite Darter Wing',3668,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9370,12,0,-1,'Gordunni Scroll',1093,1,0,1,1,0,0,0,-1,-1,38,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,1,2978,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9371,12,0,-1,'Gordunni Orb',16209,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9372,2,8,-1,'Sul\'thraze the Lasher',45946,4,1088,0,1,309681,61936,17,-1,-1,55,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,163,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,11658,2,0,2.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (9375,4,2,-1,'Expert Goldminer\'s Helmet',21295,3,0,0,1,21102,4220,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,7,6,3,5,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9378,2,0,-1,'Shovelphlange\'s Mining Axe',18257,3,524288,0,1,56902,11380,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,94,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9379,2,7,-1,'Sang\'thraze the Deflector',20032,3,525312,0,1,131918,26383,13,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9380,2,7,-1,'Jang\'thraze the Protector',20031,3,1104,0,1,141671,28334,13,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,11654,0,0,0,-1,0,-1,11657,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9381,2,19,-1,'Earthen Rod',21025,3,0,0,1,43144,8628,26,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,79,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9382,4,2,-1,'Tromping Miner\'s Boots',28734,2,0,0,1,18040,3608,8,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,4,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9383,2,1,-1,'Obsidian Cleaver',18328,3,0,0,1,84476,16895,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,7,19,4,6,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,141,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9384,2,15,-1,'Stonevault Shiv',18264,3,524288,0,1,48947,9789,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,3,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9385,2,8,-1,'Archaic Defender',20249,3,0,0,1,61405,12281,17,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,117,0,0,0,0,100,0,0,0,0,0,0,3100,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9386,2,4,-1,'Excavator\'s Brand',18268,3,524288,0,1,49296,9859,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,82,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,13438,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9387,4,4,-1,'Revelosh\'s Boots',18430,3,0,0,1,36040,7208,8,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,863,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9388,4,3,-1,'Revelosh\'s Armguards',18427,3,0,0,1,19178,3835,9,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,1094,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9389,4,2,-1,'Revelosh\'s Spaulders',18433,3,0,0,1,25990,5198,3,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,1157,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9390,4,1,-1,'Revelosh\'s Gloves',19056,3,0,0,1,12882,2576,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,716,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9391,2,5,-1,'The Shoveler',18269,3,0,0,1,64158,12831,17,262143,2147483647,37,32,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9392,2,7,-1,'Annealed Blade',18270,3,0,0,1,64901,12980,13,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,64,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9393,4,0,-1,'Beacon of Hope',11410,3,0,0,1,31530,7882,23,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9408,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9394,4,4,-1,'Horned Viking Helmet',21301,3,0,0,1,11988,2397,1,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,2,3,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,22641,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9395,4,1,-1,'Gloves of Old',18271,3,0,0,1,7828,1565,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,5,5,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9396,4,3,-1,'Legguards of the Vault',18274,3,0,0,1,36596,7319,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,3,5,31,5,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9397,4,1,-1,'Energy Cloak',22996,3,0,0,1,18364,3672,16,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,5405,0,0,0,3600000,0,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9398,4,2,-1,'Worn Running Boots',18361,3,0,0,1,7465,1493,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,3,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9399,6,2,-1,'Precision Arrow',26498,2,0,0,200,15,3,24,-1,-1,40,35,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,12,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9400,2,2,-1,'Baelog\'s Shortbow',20553,3,0,0,1,16243,3248,15,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9401,2,7,-1,'Nordic Longshank',7485,3,0,0,1,25352,5070,13,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,3,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9402,4,2,-1,'Earthborn Kilt',21403,3,0,0,1,126543,25308,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,29,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (9403,4,6,-1,'Battered Viking Shield',18824,3,0,0,1,13311,2662,14,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,7,10,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1078,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,20,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9404,4,6,-1,'Olaf\'s All Purpose Shield',18826,3,0,0,1,14097,2819,14,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1287,0,0,0,0,0,0,0,0,0,12438,0,0,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,22,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9405,4,3,-1,'Girdle of Golem Strength',18283,3,0,0,1,10278,2055,6,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9406,4,2,-1,'Spirewind Fetter',18284,3,0,0,1,20807,4161,5,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,5,12,4,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9407,4,1,-1,'Stoneweaver Leggings',12345,3,0,0,1,25471,5094,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,6,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9408,2,10,-1,'Ironshod Bludgeon',20274,3,0,0,1,93199,18639,17,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,4,20,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,112,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9409,4,3,-1,'Ironaya\'s Bracers',18352,3,0,0,1,22451,4490,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,1096,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,50,0,0,0,'',45,0,0,0,0,12340), (9410,4,4,-1,'Cragfists',29000,3,0,0,1,33310,6662,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,782,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9411,4,3,-1,'Rockshard Pauldrons',6480,3,0,0,1,42936,8587,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,7,9,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9412,2,3,-1,'Galgann\'s Fireblaster',18298,3,0,0,1,83405,16681,26,-1,-1,47,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,106,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,29633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9413,2,5,-1,'The Rockpounder',19620,3,0,0,1,161245,32249,17,-1,-1,49,40,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,190,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9414,4,2,-1,'Oilskin Leggings',18434,3,0,0,1,51873,10374,7,-1,-1,46,40,0,0,0,0,0,0,0,0,1,0,2,3,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9415,4,1,-1,'Grimlok\'s Tribal Vestments',18347,3,0,0,1,44986,8997,5,-1,-1,47,40,0,0,0,0,0,0,0,0,1,0,3,7,10,6,14,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9416,2,6,-1,'Grimlok\'s Charge',22233,3,0,0,1,141093,28218,17,-1,-1,47,40,0,0,0,0,0,0,0,0,1,0,2,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9417,4,0,-1,'Archaedic Shard',18308,3,16,0,1,43180,10795,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',46,0,0,0,0,1), (9418,2,8,-1,'Stoneslayer',20193,3,0,0,1,164259,32851,17,1535,-1,49,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,200,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,12731,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9419,2,4,-1,'Galgann\'s Firehammer',18312,3,0,0,1,108461,21692,13,-1,-1,46,40,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,89,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,18083,2,0,2.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9420,4,2,-1,'Adventurer\'s Pith Helmet',18322,3,0,0,1,20417,4083,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,32,7,3,9,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9421,0,8,-1,'Major Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,58,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11732,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (9422,2,3,-1,'Shadowforge Bushmaster',20663,3,0,0,1,65262,13052,26,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9423,2,5,-1,'The Jackhammer',18324,3,0,0,1,127320,25464,17,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,119,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,13533,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9424,2,7,-1,'Ginn-su Sword',18325,3,0,0,1,67971,13594,13,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,3,8,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9425,2,1,-1,'Pendulum of Doom',22220,3,0,0,1,107447,21489,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,187,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,10373,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9426,2,2,-1,'Monolithic Bow',20556,3,0,0,1,51375,10275,15,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,97,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9427,2,4,-1,'Stonevault Bonebreaker',22051,3,0,0,1,74266,14853,13,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,4,8,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9428,4,2,-1,'Unearthed Bands',18331,3,0,0,1,10482,2096,9,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1073,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9429,4,1,-1,'Miner\'s Hat of the Deep',18376,3,0,0,1,26184,5236,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,6,4,5,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9430,4,3,-1,'Spaulders of a Lost Age',18333,3,0,0,1,42769,8553,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9431,4,1,-1,'Papal Fez',18334,3,0,0,1,24427,4885,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,5,17,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9432,4,4,-1,'Skullplate Bracers',18378,3,0,0,1,26638,5327,9,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,3,7,9,4,5,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9433,4,1,-1,'Forgotten Wraps',18337,3,0,0,1,20669,4133,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,12,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,9394,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9434,4,1,-1,'Elemental Raiment',18338,3,0,0,1,28240,5648,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,5,5,5,5,5,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9435,4,3,-1,'Reticulated Bone Gauntlets',18339,3,0,0,1,14584,2916,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9436,12,0,-1,'Faranell\'s Parcel',18359,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9437,12,0,-1,'Untested Basilisk Sample',3563,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7260,0,0,'',0,0,0,0,0,12340), (9438,12,0,-1,'Acceptable Scorpid Sample',18712,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7260,0,0,'',0,0,0,0,0,1), (9439,12,0,-1,'Untested Hyena Sample',11164,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7260,0,0,'',0,0,0,0,0,12340), (9440,12,0,-1,'Acceptable Basilisk Sample',3563,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7260,0,0,'',0,0,0,0,0,1), (9441,12,0,-1,'Acceptable Hyena Sample',11164,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7260,0,0,'',0,0,0,0,0,1), (9442,12,0,-1,'Untested Scorpid Sample',18712,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7260,0,0,'',0,0,0,0,0,12340), (9443,12,0,-1,'Used Monster Sample',6703,1,0,0,1,4,1,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (9444,4,6,-1,'Techbot CPU Shell',8296,1,0,0,1,5602,1120,14,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,9,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9445,4,3,-1,'Grubbis Paws',18364,3,0,0,1,11303,2260,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,3,3,5,4,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9446,2,7,-1,'Electrocutioner Leg',16538,3,0,0,1,37820,7564,13,-1,-1,34,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,13482,2,0,1.75,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9447,4,0,-1,'Electrocutioner Lagnut',18365,3,524288,0,1,12950,3237,11,-1,-1,34,28,0,0,0,0,0,0,0,0,1,0,2,6,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9448,4,1,-1,'Spidertank Oilrag',18366,3,0,0,1,6929,1385,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9449,2,5,-1,'Manual Crowd Pummeler',19645,3,0,0,1,47823,9564,17,-1,-1,34,28,0,0,0,0,0,0,0,0,1,0,2,4,16,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,70,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,13494,0,0,3,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9450,4,2,-1,'Gnomebot Operating Boots',18367,3,0,0,1,13091,2618,8,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,8,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9451,0,5,-1,'Bubbling Water',926,1,0,0,1,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9452,2,10,-1,'Hydrocane',20323,3,0,0,1,41052,8210,17,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,90,0,0,0,0,0,0,0,0,15,0,0,2800,0,0,11789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9453,2,15,-1,'Toxic Revenger',20595,3,524288,0,1,32962,6592,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,11790,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9454,4,1,-1,'Acidic Walkers',14749,3,0,0,1,9923,1984,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,5,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,5,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9455,4,2,-1,'Emissary Cuffs',18371,3,0,0,1,9130,1826,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,1072,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9456,2,3,-1,'Glass Shooter',18372,3,0,0,1,33262,6652,26,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9457,2,4,-1,'Royal Diplomatic Scepter',18373,3,0,0,1,44511,8902,13,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,6,7,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,69,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9458,4,6,-1,'Thermaplugg\'s Central Core',18374,3,0,0,1,34590,6918,14,-1,-1,37,28,0,0,0,0,0,0,0,0,1,0,1,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,0,0,0,0,0,0,0,0,0,13959,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,18,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9459,2,1,-1,'Thermaplugg\'s Left Arm',19298,3,0,0,1,67802,13560,17,-1,-1,37,28,0,0,0,0,0,0,0,0,1,0,2,4,18,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,106,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9460,12,0,-1,'Grimtotem Horn',13998,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9461,4,0,-1,'Charged Gear',3258,3,0,0,1,18345,4586,11,-1,-1,37,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,3481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9462,12,0,-1,'Crate of Grimtotem Horns',9151,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9463,12,0,-1,'Gordunni Cobalt',18021,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9465,2,0,-1,'Digmaster 5000',18377,3,524288,0,1,92805,18561,13,-1,-1,45,40,186,175,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,71,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,3.9,-1,0,-1,11791,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Also serves as a mining pick.',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,165,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (9466,12,0,-1,'Orwin\'s Shovel',18379,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11757,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9467,2,15,-1,'Gahz\'rilla Fang',20311,3,524288,0,1,112092,22418,13,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,3742,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9468,12,0,-1,'Sharpbeak\'s Feather',11205,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9469,4,3,-1,'Gahz\'rilla Scale Armor',18382,3,0,0,1,73172,14634,5,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9470,4,1,-1,'Bad Mojo Mask',18689,3,0,0,1,39292,7858,1,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,14054,1,0,0,900000,0,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9471,12,0,-1,'Nekrum\'s Medallion',7425,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9472,12,0,-1,'Hexx\'s Key',13025,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11792,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9473,4,2,-1,'Jinxed Hoodoo Skin',18386,3,0,0,1,66208,13241,5,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,45,23,5,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9474,4,2,-1,'Jinxed Hoodoo Kilt',18387,3,0,0,1,66450,13290,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,5,24,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9475,2,6,-1,'Diabolic Skiver',22209,3,0,0,1,166732,33346,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,149,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18206,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9476,4,4,-1,'Big Bad Pauldrons',18389,3,0,0,1,75051,15010,3,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,4,12,7,12,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9477,2,10,-1,'The Chief\'s Enforcer',21514,3,0,0,1,179683,35936,17,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,178,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,56,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9478,2,0,-1,'Ripsaw',25598,3,0,0,1,144265,28853,13,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,117,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,16405,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9479,4,2,-1,'Embrace of the Lycan',18392,3,0,0,1,54294,10858,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,7,16,32,5,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9480,2,6,-1,'Eyegouger',22235,3,0,0,1,158626,31725,17,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,3,23,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9481,2,1,-1,'The Minotaur',19309,3,0,0,1,170336,34067,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,7,24,6,5,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,164,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9482,2,10,-1,'Witch Doctor\'s Cane',20269,3,0,0,1,147925,29585,17,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,114,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9483,2,19,-1,'Flaming Incinerator',20786,3,0,0,1,95695,19139,26,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,2,0,0,0,0,0,8,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9484,4,1,-1,'Spellshock Leggings',22426,3,0,0,1,54812,10962,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9485,2,0,-1,'Vibroblade',18403,3,0,0,1,26441,5288,13,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,11791,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (9486,2,1,-1,'Supercharger Battle Axe',19295,3,0,0,1,27418,5483,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,78,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,13527,2,0,0.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (9487,2,3,-1,'Hi-tech Supergun',18405,3,0,0,1,18164,3632,26,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,55,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (9488,2,4,-1,'Oscillating Power Hammer',18406,3,0,0,1,22097,4419,13,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,4,5,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (9489,2,19,-1,'Gyromatic Icemaker',18408,2,0,0,1,18450,3690,26,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,4,0,0,0,0,0,0,0,5,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (9490,2,8,-1,'Gizmotron Megachopper',18409,3,0,0,1,30610,6122,17,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,14,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,92,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (9491,4,1,-1,'Hotshot Pilot\'s Gloves',14765,3,0,0,1,6542,1308,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,5,8,6,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9492,4,1,-1,'Electromagnetic Gigaflux Reactivator',18415,3,64,0,1,15862,3172,1,-1,-1,37,28,0,0,0,0,0,0,0,0,1,0,2,6,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,11826,0,0,0,1800000,1141,10000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9507,12,0,-1,'A Carefully-packed Crate',18426,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9508,4,1,-1,'Mechbuilder\'s Overalls',18428,3,0,0,1,11763,2352,20,-1,-1,31,26,202,75,0,0,0,0,0,0,1,0,2,5,15,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9509,4,2,-1,'Petrolspill Leggings',18429,3,0,0,1,13417,2683,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,3,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Keep away from fire.',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (9510,4,3,-1,'Caverndeep Trudgers',18431,3,0,0,1,14729,2945,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,3,4,4,4,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9511,2,7,-1,'Bloodletter Scalpel',20029,3,0,0,1,105300,21060,13,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,13486,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9512,4,1,-1,'Blackmetal Cape',22988,3,0,0,1,31706,6341,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,3,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9513,2,10,-1,'Ley Staff',18438,2,0,0,1,3102,620,17,128,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,6,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (9514,2,10,-1,'Arcane Staff',20424,2,0,0,1,1532,306,17,128,-1,10,0,0,0,0,0,0,0,0,0,1,0,2,6,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (9515,4,1,-1,'Nether-lace Tunic',32153,2,0,0,1,10056,2011,5,128,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,6,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9516,4,1,-1,'Astral Knot Blouse',18440,2,0,0,1,10355,2071,5,128,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,6,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9517,2,10,-1,'Celestial Stave',20348,3,0,0,1,78687,15737,17,128,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9518,4,2,-1,'Mud\'s Crushers',18443,2,0,0,1,9500,1900,10,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,1,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9519,4,1,-1,'Durtfeet Stompers',18444,2,0,0,1,11444,2288,8,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,4,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9520,2,15,-1,'Silent Hunter',20574,2,0,0,1,57309,11461,13,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,54,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9521,2,1,-1,'Skullsplitter',19307,2,0,0,1,71912,14382,17,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,4,15,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,105,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9522,4,6,-1,'Energized Stone Circle',18447,2,0,0,1,24694,4938,14,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (9523,12,0,-1,'Troll Temper',17898,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9527,2,10,-1,'Spellshifter Rod',20300,2,0,0,1,108069,21613,17,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,7,6,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,116,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (9528,12,0,-1,'Edana\'s Dark Heart',18473,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9530,12,0,-1,'Horn of Hatetalon',13122,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11840,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9531,4,4,-1,'Gemshale Pauldrons',18497,2,0,0,1,45976,9195,3,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,4,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9533,4,0,-1,'Masons Fraternity Ring',224,3,0,0,1,28370,7092,11,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9534,4,2,-1,'Engineer\'s Guild Headpiece',18498,3,0,0,1,44237,8847,1,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,5,23,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9535,4,3,-1,'Fire-welded Bracers',28169,2,0,0,1,7034,1406,9,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9536,4,1,-1,'Fairywing Mantle',18901,2,0,0,1,7059,1411,3,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9538,4,0,-1,'Talvash\'s Gold Ring',224,3,0,0,1,25852,6463,11,-1,-1,35,0,0,0,0,0,0,0,0,1,1,0,2,7,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9539,15,0,-1,'Box of Rations',12925,1,4,0,1,200,50,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9540,15,0,-1,'Box of Spells',14006,1,4,0,1,600,150,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9541,15,0,-1,'Box of Goodies',16028,1,4,0,1,800,200,0,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9542,12,0,-1,'Simple Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2439,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9543,12,0,-1,'Simple Rune',22443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2442,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9544,12,0,-1,'Simple Memorandum',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2440,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9545,12,0,-1,'Simple Sigil',6015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2444,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9546,0,0,-1,'Simple Scroll',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2443,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9547,12,0,-1,'Simple Note',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2441,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9548,12,0,-1,'Hallowed Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2465,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9550,12,0,-1,'Encrypted Rune',22443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2435,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9551,12,0,-1,'Encrypted Sigil',6015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2437,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9552,12,0,-1,'Rune-Inscribed Note',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2460,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9553,12,0,-1,'Etched Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2454,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9554,12,0,-1,'Encrypted Tablet',18500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2438,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9555,12,0,-1,'Encrypted Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2432,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9556,12,0,-1,'Hallowed Rune',22443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2466,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9557,12,0,-1,'Hallowed Sigil',6015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2468,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9558,12,0,-1,'Encrypted Memorandum',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2433,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9559,12,0,-1,'Encrypted Scroll',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2436,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9560,12,0,-1,'Encrypted Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2434,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9561,12,0,-1,'Hallowed Tablet',18500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2469,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9562,12,0,-1,'Rune-Inscribed Tablet',18500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2462,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9563,12,0,-1,'Consecrated Rune',22443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2464,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9564,12,0,-1,'Etched Tablet',18500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2457,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9565,12,0,-1,'Etched Note',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2453,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9566,12,0,-1,'Etched Rune',22443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2455,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9567,12,0,-1,'Etched Sigil',6015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2456,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9568,12,0,-1,'Rune-Inscribed Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2461,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9569,0,0,-1,'Hallowed Scroll',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2467,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9570,12,0,-1,'Consecrated Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2463,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9571,12,0,-1,'Glyphic Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2445,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9572,12,0,-1,'Glyphic Rune',3669,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,3111,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (9573,12,0,-1,'Glyphic Memorandum',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2446,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9574,12,0,-1,'Glyphic Scroll',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2447,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9575,12,0,-1,'Glyphic Tablet',18500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2448,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9576,12,0,-1,'Tainted Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2449,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9577,12,0,-1,'Tainted Memorandum',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2450,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9578,12,0,-1,'Tainted Scroll',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2452,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9579,12,0,-1,'Tainted Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2451,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9580,12,0,-1,'Verdant Sigil',6015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2459,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9581,12,0,-1,'Verdant Note',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2458,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9587,1,0,-1,'Thawpelt Sack',21202,1,0,0,1,25000,6250,18,-1,-1,45,0,0,0,0,0,0,0,0,1,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9588,4,0,-1,'Nogg\'s Gold Ring',224,3,0,0,1,25852,6463,11,-1,-1,35,0,0,0,0,0,0,0,0,1,1,0,2,7,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (9589,12,0,-1,'Encrusted Minerals',18514,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9590,12,0,-1,'Splintered Log',929,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9591,12,0,-1,'Resilient Sinew',18517,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9592,12,0,-1,'Metallic Fragments',18519,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9593,12,0,-1,'Treant Muisek',18524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9594,12,0,-1,'Beast Muisek',61417,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9595,12,0,-1,'Hippogryph Muisek',18525,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9596,12,0,-1,'Faerie Dragon Muisek',18526,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9597,12,0,-1,'Mountain Giant Muisek',18527,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9598,4,1,-1,'Sleeping Robes',19011,2,0,0,1,474,94,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9599,4,3,-1,'Barkmail Leggings',26948,2,0,0,1,714,142,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9600,4,1,-1,'Lace Pants',18911,1,0,0,1,466,93,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9601,4,2,-1,'Cushioned Boots',28142,1,0,0,1,438,87,8,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9602,2,8,-1,'Brushwood Blade',20069,2,16,0,1,1505,301,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,26,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (9603,2,10,-1,'Gritroot Staff',20432,2,0,0,1,1510,302,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,22,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (9604,2,5,-1,'Mechanic\'s Pipehammer',18531,2,0,0,1,28160,5632,17,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (9605,4,1,-1,'Repairman\'s Cape',23134,2,0,0,1,6783,1356,16,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9606,12,0,-1,'Treant Muisek Vessel',18532,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11885,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9607,4,6,-1,'Bastion of Stormwind',18533,2,0,0,1,8811,1762,14,2,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,7516,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (9608,2,0,-1,'Shoni\'s Disarming Tool',7494,2,0,0,1,25144,5028,22,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,11879,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (9609,4,1,-1,'Shilly Mitts',18991,2,0,0,1,5047,1009,10,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9618,12,0,-1,'Beast Muisek Vessel',18532,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11886,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9619,12,0,-1,'Hippogryph Muisek Vessel',18532,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9620,12,0,-1,'Faerie Dragon Muisek Vessel',18532,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11888,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9621,12,0,-1,'Mountain Giant Muisek Vessel',18532,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11889,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9622,4,0,-1,'Reedknot Ring',14432,2,0,0,1,22660,5665,11,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,7,3,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9623,4,1,-1,'Civinad Robes',18883,3,0,0,1,20992,4198,20,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,6,18,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9624,4,2,-1,'Triprunner Dungarees',28195,3,0,0,1,26338,5267,7,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,3,7,6,3,18,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9625,4,3,-1,'Dual Reinforced Leggings',28317,3,0,0,1,31722,6344,7,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,180,0,0,0,'',44,0,0,0,0,12340), (9626,2,1,-1,'Dwarven Charge',19302,2,0,0,1,81219,16243,17,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,109,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9627,4,0,-1,'Explorers\' League Lodestar',11410,2,0,0,1,10170,2542,23,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,2,7,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9628,12,0,-1,'Xerash\'s Herb Pouch',2593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9629,12,0,-1,'A Shrunken Head',18568,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9630,4,2,-1,'Pratt\'s Handcrafted Boots',4440,2,0,0,1,28904,5780,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9631,4,2,-1,'Pratt\'s Handcrafted Gloves',28339,2,0,0,1,19342,3868,10,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9632,4,2,-1,'Jangdor\'s Handcrafted Gloves',28283,2,0,0,1,19417,3883,10,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9633,4,2,-1,'Jangdor\'s Handcrafted Boots',28281,2,0,0,1,29238,5847,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9634,4,1,-1,'Skilled Handling Gloves',18998,2,0,0,1,16906,3381,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9635,4,1,-1,'Master Apothecary Cape',18915,2,0,0,1,23568,4713,16,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9636,4,1,-1,'Swashbuckler Sash',4446,2,0,0,1,15772,3154,6,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9637,4,4,-1,'Shinkicker Boots',28252,2,0,0,1,41480,8296,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9638,4,3,-1,'Chelonian Cuffs',28118,2,0,0,1,34376,6875,9,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9639,2,4,-1,'The Hand of Antu\'sul',28194,3,0,0,1,120557,24111,13,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,113,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,13532,2,0,1.1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9640,4,4,-1,'Vice Grips',18573,3,0,0,1,42595,8519,10,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,9142,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,783,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9641,4,0,-1,'Lifeblood Amulet',9854,3,64,0,1,52165,13041,2,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7679,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (9642,4,0,-1,'Band of the Great Tortoise',9832,2,0,0,1,8370,2092,11,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9643,4,6,-1,'Optomatic Deflector',18822,2,0,0,1,79943,15988,14,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1578,0,0,0,0,0,0,0,0,0,13675,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,25,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (9644,4,0,-1,'Thermotastic Egg Timer',18575,2,0,0,1,39540,9885,23,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,2,3,3,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (9645,4,1,-1,'Gnomish Inventor Boots',18906,2,0,0,1,33841,6768,8,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,3,7,7,5,2,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9646,4,4,-1,'Gnomish Water Sinking Device',28172,2,0,0,1,59315,11863,8,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,2,3,-5,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9647,4,2,-1,'Failed Flying Experiment',18577,2,0,0,1,39813,7962,3,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,4,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9648,4,1,-1,'Chainlink Towel',28097,2,0,0,1,31964,6392,16,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Now even less absorbant!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9649,4,1,-1,'Royal Highmark Vestments',28294,3,0,0,1,79376,15875,20,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,3,7,3,5,3,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9650,4,3,-1,'Honorguard Chestpiece',28279,3,0,0,1,108098,21619,5,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,3,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9651,2,4,-1,'Gryphon Rider\'s Stormhammer',18578,3,0,0,1,160969,32193,13,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,18081,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9652,4,2,-1,'Gryphon Rider\'s Leggings',17150,3,0,0,1,80796,16159,7,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,2,4,20,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9653,4,1,-1,'Speedy Racer Goggles',18579,2,0,0,1,33728,6745,1,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9654,2,19,-1,'Cairnstone Sliver',28307,2,0,0,1,84645,16929,26,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,97,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (9655,4,0,-1,'Seedtime Hoop',9833,2,0,0,1,28370,7092,11,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,4,4,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9656,4,4,-1,'Granite Grips',18580,2,0,0,1,37412,7482,10,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,1,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9657,4,2,-1,'Vinehedge Cinch',28426,2,0,0,1,26669,5333,6,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,2,4,14,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9658,4,1,-1,'Boots of the Maharishi',19913,2,0,0,1,20433,4086,8,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,6,6,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9660,4,1,-1,'Stargazer Cloak',28299,2,0,0,1,21139,4227,16,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9661,4,6,-1,'Earthclasp Barrier',20900,2,0,0,1,45257,9051,14,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,19,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9662,4,4,-1,'Rushridge Boots',28295,2,0,0,1,37189,7437,8,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,7,10,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9663,4,3,-1,'Dawnrider\'s Chestpiece',28315,2,0,0,1,49849,9969,5,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,3,16,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9664,4,4,-1,'Sentinel\'s Guard',18584,2,0,0,1,43691,8738,1,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,3,6,6,3,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9665,4,1,-1,'Wingcrest Gloves',18586,2,0,0,1,24135,4827,10,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,7,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9666,4,3,-1,'Stronghorn Girdle',28300,2,0,0,1,36332,7266,6,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,7,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9678,2,5,-1,'Tok\'kar\'s Murloc Basher',5233,2,0,0,1,87430,17486,17,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,109,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9679,2,1,-1,'Tok\'kar\'s Murloc Chopper',22223,2,0,0,1,87751,17550,17,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,125,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9680,2,15,-1,'Tok\'kar\'s Murloc Shanker',20475,2,0,0,1,70451,14090,13,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,52,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9681,0,5,-1,'Grilled King Crawler Legs',7980,1,0,0,5,1000,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (9682,4,2,-1,'Leather Chef\'s Belt',28284,2,0,0,1,19160,3832,6,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9683,2,10,-1,'Strength of the Treant',20289,3,0,0,1,192298,38459,17,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,2,7,12,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9684,2,0,-1,'Force of the Hippogryph',19130,3,0,0,1,154379,30875,13,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9685,2,1,-1,'Will of the Mountain Giant',19311,2,16,0,1,161389,32277,17,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,7,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,127,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',29,0,0,0,0,1), (9686,2,4,-1,'Spirit of the Faerie Dragon',19746,3,0,0,1,155489,31097,13,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,115,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (9687,4,2,-1,'Grappler\'s Belt',28328,2,0,0,1,7772,1554,6,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9698,4,2,-1,'Gloves of Insight',17186,2,0,0,1,7525,1505,10,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9699,4,1,-1,'Garrison Cloak',28326,2,0,0,1,9062,1812,16,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9700,2,14,-1,'Monster - Item, Sparkler Blue',18633,0,0,0,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (9701,2,14,-1,'Monster - Item, Sparkler Red',18634,0,0,0,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (9703,4,1,-1,'Scorched Cape',28297,2,0,0,1,21362,4272,16,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,7,2,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9704,4,2,-1,'Rustler Gloves',28296,2,0,0,1,17866,3573,10,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,4,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9705,4,2,-1,'Tharg\'s Shoelace',17231,2,0,0,1,17930,3586,6,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,1,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9706,4,6,-1,'Tharg\'s Disk',20975,2,0,0,1,46062,9212,14,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,19,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9718,2,7,-1,'Reforged Blade of Heroes',13488,3,0,0,1,57106,11421,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,8,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,5,10,2,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (9719,7,11,-1,'Broken Blade of Heroes',13488,3,1088,0,1,25000,6250,0,-1,-1,38,0,164,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,11923,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9738,12,0,-1,'Gem of Cobrahn',1262,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9739,12,0,-1,'Gem of Anacondra',1262,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9740,12,0,-1,'Gem of Pythas',1262,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9741,12,0,-1,'Gem of Serpentis',1262,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9742,4,1,-1,'Simple Cord',14710,1,0,0,1,247,49,6,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9743,4,1,-1,'Simple Shoes',27532,1,0,0,1,336,67,8,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9744,4,1,-1,'Simple Bands',14705,1,0,0,1,225,45,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9745,4,1,-1,'Simple Cape',27533,1,0,0,1,271,54,16,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9746,4,1,-1,'Simple Gloves',14706,1,0,0,1,283,56,10,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9747,4,1,-1,'Simple Britches',14711,2,0,0,1,1139,227,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,539,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9748,4,1,-1,'Simple Robe',18883,2,0,0,1,1372,274,20,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,455,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9749,4,1,-1,'Simple Blouse',27529,2,0,0,1,1377,275,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,455,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9750,4,2,-1,'Gypsy Sash',19034,1,0,0,1,288,57,6,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9751,4,2,-1,'Gypsy Sandals',19033,1,0,0,1,433,86,8,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9752,4,2,-1,'Gypsy Bands',17169,1,0,0,1,290,58,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9753,4,6,-1,'Gypsy Buckler',18469,2,0,0,1,1242,248,14,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,6278,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (9754,4,1,-1,'Gypsy Cloak',23034,1,0,0,1,280,56,16,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9755,4,2,-1,'Gypsy Gloves',19032,1,0,0,1,366,73,10,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9756,4,2,-1,'Gypsy Trousers',19030,2,0,0,1,1472,294,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,560,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9757,4,2,-1,'Gypsy Tunic',19029,2,0,0,1,1820,364,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,476,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9758,4,3,-1,'Cadet Belt',22683,1,0,0,1,365,73,6,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9759,4,3,-1,'Cadet Boots',22684,1,0,0,1,690,138,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9760,4,3,-1,'Cadet Bracers',22685,1,0,0,1,367,73,9,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9761,4,1,-1,'Cadet Cloak',25960,1,0,0,1,295,59,16,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9762,4,3,-1,'Cadet Gauntlets',22686,1,0,0,1,463,92,10,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9763,4,3,-1,'Cadet Leggings',22687,2,0,0,1,1682,336,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,581,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9764,4,6,-1,'Cadet Shield',18823,2,0,0,1,1501,300,14,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,6279,0,5,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (9765,4,3,-1,'Cadet Vest',22688,2,0,0,1,2034,406,5,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,497,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (9766,4,1,-1,'Greenweave Sash',25947,2,0,0,1,1810,362,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,878,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9767,4,1,-1,'Greenweave Sandals',25946,2,0,0,1,3080,616,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,794,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9768,4,1,-1,'Greenweave Bracers',25939,2,0,0,1,1586,317,9,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1045,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9769,4,0,-1,'Greenweave Branch',28023,2,0,0,1,6548,1637,23,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (9770,4,1,-1,'Greenweave Cloak',23106,2,0,0,1,2085,417,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9771,4,1,-1,'Greenweave Gloves',25941,2,0,0,1,2662,532,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,711,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9772,4,1,-1,'Greenweave Leggings',25942,2,0,0,1,6644,1328,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,543,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9773,4,1,-1,'Greenweave Robe',25944,2,0,0,1,6848,1369,20,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,459,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9774,4,1,-1,'Greenweave Vest',25949,2,0,0,1,6872,1374,5,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,459,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9775,4,2,-1,'Bandit Cinch',28177,2,0,0,1,1580,316,6,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,898,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9776,4,2,-1,'Bandit Boots',16981,2,0,0,1,2736,547,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,814,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9777,4,2,-1,'Bandit Bracers',28427,2,0,0,1,1591,318,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1066,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9778,4,6,-1,'Bandit Buckler',20826,2,0,0,1,4702,940,14,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2004,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (9779,4,1,-1,'Bandit Cloak',28433,2,0,0,1,1672,334,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9780,4,2,-1,'Bandit Gloves',28428,2,0,0,1,1850,370,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,730,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9781,4,2,-1,'Bandit Pants',28431,2,0,0,1,4910,982,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,563,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9782,4,2,-1,'Bandit Jerkin',28430,2,0,0,1,5568,1113,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,479,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9783,4,3,-1,'Raider\'s Chestpiece',13011,2,0,0,1,4060,812,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,499,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9784,4,3,-1,'Raider\'s Boots',6987,2,0,0,1,2669,533,8,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,835,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9785,4,3,-1,'Raider\'s Bracers',25776,2,0,0,1,1345,269,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1086,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9786,4,1,-1,'Raider\'s Cloak',25978,2,0,0,1,1174,234,16,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9787,4,3,-1,'Raider\'s Gauntlets',13484,2,0,0,1,1792,358,10,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,751,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9788,4,3,-1,'Raider\'s Belt',25775,2,0,0,1,1564,312,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,918,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9789,4,3,-1,'Raider\'s Legguards',3541,2,0,0,1,3710,742,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,583,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (9790,4,6,-1,'Raider\'s Shield',18657,2,0,0,1,3972,794,14,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2004,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (9791,4,1,-1,'Ivycloth Tunic',27751,2,0,0,1,8224,1644,5,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,460,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9792,4,1,-1,'Ivycloth Boots',16881,2,0,0,1,4116,823,8,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,795,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9793,4,1,-1,'Ivycloth Bracelets',14736,2,0,0,1,2754,550,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1047,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9794,4,1,-1,'Ivycloth Cloak',27752,2,0,0,1,4146,829,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9795,4,1,-1,'Ivycloth Gloves',27753,2,0,0,1,3134,626,10,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,711,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9796,4,1,-1,'Ivycloth Mantle',27754,2,0,0,1,5191,1038,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1131,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9797,4,1,-1,'Ivycloth Pants',27755,2,0,0,1,7640,1528,7,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,544,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9798,4,1,-1,'Ivycloth Robe',18120,2,0,0,1,8434,1686,20,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,460,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9799,4,1,-1,'Ivycloth Sash',28477,2,0,0,1,3179,635,6,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,879,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9800,4,0,-1,'Ivy Orb',27756,2,0,0,1,8110,2027,23,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (9801,4,2,-1,'Superior Belt',6760,2,0,0,1,3542,708,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,900,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9802,4,2,-1,'Superior Boots',27761,2,0,0,1,6025,1205,8,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,816,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9803,4,2,-1,'Superior Bracers',27760,2,0,0,1,3647,729,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1068,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9804,4,6,-1,'Superior Buckler',1685,2,0,0,1,9372,1874,14,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2016,0,9,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (9805,4,1,-1,'Superior Cloak',23108,2,0,0,1,3549,709,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9806,4,2,-1,'Superior Gloves',2358,2,0,0,1,4170,834,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,732,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9807,4,2,-1,'Superior Shoulders',27759,2,0,0,1,6278,1255,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1152,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9808,4,2,-1,'Superior Leggings',691,2,0,0,1,9242,1848,7,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,565,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9809,4,2,-1,'Superior Tunic',27758,2,0,0,1,9276,1855,5,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,481,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9810,4,3,-1,'Fortified Boots',6869,2,0,0,1,6156,1231,8,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,837,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9811,4,3,-1,'Fortified Bracers',25772,2,0,0,1,3629,725,9,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1088,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9812,4,1,-1,'Fortified Cloak',25975,2,0,0,1,2852,570,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9813,4,3,-1,'Fortified Gauntlets',25773,2,0,0,1,4130,826,10,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,753,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9814,4,3,-1,'Fortified Belt',25771,2,0,0,1,3668,733,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,920,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9815,4,3,-1,'Fortified Leggings',697,2,0,0,1,8320,1664,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,585,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9816,4,6,-1,'Fortified Shield',26121,2,0,0,1,8907,1781,14,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2016,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (9817,4,3,-1,'Fortified Spaulders',25774,2,0,0,1,7134,1426,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1173,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9818,4,3,-1,'Fortified Chain',1019,2,0,0,1,8411,1682,5,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,501,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (9819,4,1,-1,'Durable Tunic',27860,2,0,0,1,13630,2726,5,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,462,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9820,4,1,-1,'Durable Boots',27861,2,0,0,1,7707,1541,8,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,797,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9821,4,1,-1,'Durable Bracers',27857,2,0,0,1,4357,871,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1048,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9822,4,1,-1,'Durable Cape',27858,2,0,0,1,5964,1192,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9823,4,1,-1,'Durable Gloves',10508,2,0,0,1,4829,965,10,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,713,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9824,4,1,-1,'Durable Shoulders',27855,2,0,0,1,7998,1599,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1133,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9825,4,1,-1,'Durable Pants',27853,2,0,0,1,11775,2355,7,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,545,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9826,4,1,-1,'Durable Robe',27856,2,0,0,1,13001,2600,20,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,462,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9827,4,2,-1,'Scaled Leather Belt',14936,2,0,0,1,5570,1114,6,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,901,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9828,4,2,-1,'Scaled Leather Boots',11581,2,0,0,1,9225,1845,8,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,818,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9829,4,2,-1,'Scaled Leather Bracers',28482,2,0,0,1,5101,1020,9,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1069,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9830,4,6,-1,'Scaled Shield',6274,2,0,0,1,17446,3489,14,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2026,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (9831,4,1,-1,'Scaled Cloak',27768,2,0,0,1,6166,1233,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9832,4,2,-1,'Scaled Leather Gloves',27766,2,0,0,1,6241,1248,10,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,734,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9833,4,2,-1,'Scaled Leather Leggings',6772,2,0,0,1,15158,3031,7,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,566,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9834,4,2,-1,'Scaled Leather Shoulders',27764,2,0,0,1,10372,2074,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1154,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9835,4,2,-1,'Scaled Leather Tunic',11580,2,0,0,1,15267,3053,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,482,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9836,4,3,-1,'Banded Armor',27769,2,0,0,1,18387,3677,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,503,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9837,4,3,-1,'Banded Bracers',27783,2,0,0,1,6436,1287,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1090,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9838,4,1,-1,'Banded Cloak',27779,2,0,0,1,5873,1174,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (9839,4,3,-1,'Banded Gauntlets',27778,2,0,0,1,7134,1426,10,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,755,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9840,4,3,-1,'Banded Girdle',27777,2,0,0,1,7161,1432,6,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,923,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9841,4,3,-1,'Banded Leggings',27770,2,0,0,1,15815,3163,7,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,587,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9842,4,3,-1,'Banded Pauldrons',27776,2,0,0,1,11958,2391,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1175,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9843,4,6,-1,'Banded Shield',26060,2,0,0,1,18697,3739,14,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2028,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (9844,4,1,-1,'Conjurer\'s Vest',28424,2,0,0,1,18547,3709,5,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,463,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9845,4,1,-1,'Conjurer\'s Shoes',50497,2,0,0,1,10683,2136,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,798,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9846,4,1,-1,'Conjurer\'s Bracers',28418,2,0,0,1,7149,1429,9,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1050,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9847,4,1,-1,'Conjurer\'s Cloak',15236,2,0,0,1,8896,1779,16,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9848,4,1,-1,'Conjurer\'s Gloves',28422,2,0,0,1,7923,1584,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,714,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9849,4,1,-1,'Conjurer\'s Hood',16638,2,0,0,1,11927,2385,1,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,630,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9850,4,1,-1,'Conjurer\'s Mantle',12980,2,0,0,1,11971,2394,3,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1134,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9851,4,1,-1,'Conjurer\'s Breeches',28419,2,0,0,1,17623,3524,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,547,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9852,4,1,-1,'Conjurer\'s Robe',28425,2,0,0,1,19103,3820,20,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,463,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9853,4,1,-1,'Conjurer\'s Cinch',28421,2,0,0,1,6842,1368,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,882,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9854,4,2,-1,'Archer\'s Jerkin',14068,2,0,0,1,24678,4935,5,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,484,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9855,4,2,-1,'Archer\'s Belt',11956,2,0,0,1,9475,1895,6,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,903,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9856,4,2,-1,'Archer\'s Boots',28734,2,0,0,1,14196,2839,8,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,819,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9857,4,2,-1,'Archer\'s Bracers',18930,2,0,0,1,7851,1570,9,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1071,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9858,4,6,-1,'Archer\'s Buckler',18488,2,0,0,1,24414,4882,14,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2034,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (9859,4,2,-1,'Archer\'s Cap',26550,2,0,0,1,14360,2872,1,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,651,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9860,4,1,-1,'Archer\'s Cloak',23004,2,0,0,1,9531,1906,16,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9861,4,2,-1,'Archer\'s Gloves',18929,2,0,0,1,8769,1753,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,735,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9862,4,2,-1,'Archer\'s Trousers',14635,2,0,0,1,21303,4260,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,568,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9863,4,2,-1,'Archer\'s Shoulderpads',8098,2,0,0,1,16037,3207,3,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1156,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9864,4,3,-1,'Renegade Boots',25980,2,0,0,1,17638,3527,8,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,840,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9865,4,3,-1,'Renegade Bracers',25786,2,0,0,1,9711,1942,9,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1092,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9866,4,3,-1,'Renegade Chestguard',25787,2,0,0,1,28025,5605,5,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,505,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9867,4,1,-1,'Renegade Cloak',26251,2,0,0,1,8895,1779,16,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9868,4,3,-1,'Renegade Gauntlets',25788,2,0,0,1,10802,2160,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,756,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9869,4,3,-1,'Renegade Belt',25784,2,0,0,1,11129,2225,6,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,924,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (9870,4,3,-1,'Renegade Circlet',25991,2,0,0,1,18430,3686,1,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,672,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9871,4,3,-1,'Renegade Leggings',26249,2,0,0,1,27128,5425,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,589,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9872,4,3,-1,'Renegade Pauldrons',25790,2,0,0,1,20508,4101,3,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1177,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9873,4,6,-1,'Renegade Shield',25988,2,0,0,1,29141,5828,14,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2040,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (9874,4,1,-1,'Sorcerer Drape',28064,2,0,0,1,29005,5801,5,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,465,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9875,4,1,-1,'Sorcerer Sash',26470,2,0,0,1,10697,2139,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,883,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9876,4,1,-1,'Sorcerer Slippers',28088,2,0,0,1,15734,3146,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,800,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9877,4,1,-1,'Sorcerer Cloak',28065,2,0,0,1,13541,2708,16,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9878,4,1,-1,'Sorcerer Hat',28067,2,0,0,1,17125,3425,1,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,632,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9879,4,1,-1,'Sorcerer Bracelets',28057,2,0,0,1,9824,1964,9,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1051,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9880,4,1,-1,'Sorcerer Gloves',28062,2,0,0,1,10651,2130,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,716,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9881,4,1,-1,'Sorcerer Mantle',28068,2,0,0,1,17321,3464,3,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1136,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9882,4,0,-1,'Sorcerer Sphere',21603,2,0,0,1,24836,6209,23,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9883,4,1,-1,'Sorcerer Pants',28061,2,0,0,1,25130,5026,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,548,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9884,4,1,-1,'Sorcerer Robe',28074,2,0,0,1,27244,5448,20,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,465,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9885,4,2,-1,'Huntsman\'s Boots',18904,2,0,0,1,20900,4180,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,821,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9886,4,2,-1,'Huntsman\'s Bands',3606,2,0,0,1,12948,2589,9,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1072,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9887,4,2,-1,'Huntsman\'s Armor',18903,2,0,0,1,35357,7071,5,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,486,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9888,4,6,-1,'Elven Protector',20873,2,0,0,1,42057,8411,14,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',27,0,0,0,0,1), (9889,4,2,-1,'Huntsman\'s Cap',18921,2,0,0,1,21204,4240,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,653,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9890,4,1,-1,'Huntsman\'s Cape',23023,2,0,0,1,14595,2919,16,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9891,4,2,-1,'Huntsman\'s Belt',17129,2,0,0,1,13182,2636,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,904,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9892,4,2,-1,'Huntsman\'s Gloves',18912,2,0,0,1,14287,2857,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,737,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9893,4,2,-1,'Huntsman\'s Leggings',27807,2,0,0,1,33449,6689,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,569,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9894,4,2,-1,'Huntsman\'s Shoulders',3169,2,0,0,1,23308,4661,3,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1157,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9895,4,3,-1,'Jazeraint Boots',27787,2,0,0,1,26106,5221,8,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,842,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340); INSERT INTO `item_template` VALUES (9896,4,3,-1,'Jazeraint Bracers',27788,2,0,0,1,14567,2913,9,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1093,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9897,4,3,-1,'Jazeraint Chestguard',27784,2,0,0,1,36843,7368,5,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,506,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9898,4,1,-1,'Jazeraint Cloak',27794,2,0,0,1,13591,2718,16,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9899,4,6,-1,'Jazeraint Shield',25911,2,0,0,1,39600,7920,14,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2046,0,18,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9900,4,3,-1,'Jazeraint Gauntlets',27791,2,0,0,1,15975,3195,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,758,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9901,4,3,-1,'Jazeraint Belt',27792,2,0,0,1,16475,3295,6,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,926,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (9902,4,3,-1,'Jazeraint Helm',27789,2,0,0,1,26786,5357,1,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,674,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9903,4,3,-1,'Jazeraint Leggings',26163,2,0,0,1,38715,7743,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,590,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9904,4,3,-1,'Jazeraint Pauldrons',27790,2,0,0,1,27104,5420,3,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1178,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9905,4,1,-1,'Royal Blouse',28411,2,0,0,1,41259,8251,5,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,466,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9906,4,1,-1,'Royal Sash',28415,2,0,0,1,15217,3043,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,885,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9907,4,1,-1,'Royal Boots',11548,2,0,0,1,22909,4581,8,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,801,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9908,4,1,-1,'Royal Cape',28412,2,0,0,1,21289,4257,16,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9909,4,1,-1,'Royal Bands',28410,2,0,0,1,14243,2848,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1053,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9910,4,1,-1,'Royal Gloves',28413,2,0,0,1,15438,3087,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,717,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9911,4,1,-1,'Royal Trousers',28416,2,0,0,1,36143,7228,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,550,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9912,4,1,-1,'Royal Amice',28409,2,0,0,1,25189,5037,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1137,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9913,4,1,-1,'Royal Gown',28417,2,0,0,1,42455,8491,20,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,466,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9914,4,0,-1,'Royal Scepter',18714,2,0,0,1,30230,7557,23,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (9915,4,1,-1,'Royal Headband',28414,2,0,0,1,25456,5091,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,633,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9916,4,2,-1,'Tracker\'s Belt',17115,2,0,0,1,17834,3566,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,906,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9917,4,2,-1,'Tracker\'s Boots',18937,2,0,0,1,27598,5519,8,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,822,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9918,4,6,-1,'Brigade Defender',25940,2,0,0,1,51062,10212,14,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1408,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2052,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9919,4,1,-1,'Tracker\'s Cloak',23073,2,0,0,1,20597,4119,16,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9920,4,2,-1,'Tracker\'s Gloves',18936,2,0,0,1,18607,3721,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,738,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9921,4,2,-1,'Tracker\'s Headband',19010,2,0,0,1,30253,6050,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,654,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9922,4,2,-1,'Tracker\'s Leggings',18935,2,0,0,1,43726,8745,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,571,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9923,4,2,-1,'Tracker\'s Shoulderpads',18939,2,0,0,1,30478,6095,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1158,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9924,4,2,-1,'Tracker\'s Tunic',18934,2,0,0,1,51380,10276,5,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,487,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9925,4,2,-1,'Tracker\'s Wristguards',18938,2,0,0,1,18950,3790,9,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1074,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9926,4,3,-1,'Brigade Boots',25930,2,0,0,1,31840,6368,8,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,843,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9927,4,3,-1,'Brigade Bracers',25931,2,0,0,1,19639,3927,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1094,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9928,4,3,-1,'Brigade Breastplate',25932,2,0,0,1,49654,9930,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,507,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9929,4,1,-1,'Brigade Cloak',25938,2,0,0,1,18314,3662,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9930,4,3,-1,'Brigade Gauntlets',25933,2,0,0,1,21439,4287,10,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,759,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9931,4,3,-1,'Brigade Girdle',25928,2,0,0,1,21516,4303,6,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,927,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9932,4,3,-1,'Brigade Circlet',25937,2,0,0,1,34978,6995,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,675,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9933,4,3,-1,'Brigade Leggings',25934,2,0,0,1,46971,9394,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,591,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9934,4,3,-1,'Brigade Pauldrons',25935,2,0,0,1,32889,6577,3,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1179,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9935,4,6,-1,'Embossed Plate Shield',18819,2,0,0,1,50486,10097,14,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1408,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2052,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (9936,4,1,-1,'Abjurer\'s Boots',28010,2,0,0,1,32016,6403,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,803,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9937,4,1,-1,'Abjurer\'s Bands',16936,2,0,0,1,20023,4004,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1054,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9938,4,1,-1,'Abjurer\'s Cloak',15040,2,0,0,1,30148,6029,16,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9939,4,1,-1,'Abjurer\'s Gloves',17130,2,0,0,1,21586,4317,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,719,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9940,4,1,-1,'Abjurer\'s Hood',27799,2,0,0,1,34772,6954,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,635,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9941,4,1,-1,'Abjurer\'s Mantle',27796,2,0,0,1,32619,6523,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1139,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9942,4,1,-1,'Abjurer\'s Pants',14613,2,0,0,1,46709,9341,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,551,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9943,4,1,-1,'Abjurer\'s Robe',27800,2,0,0,1,56359,11271,20,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,468,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (9944,4,0,-1,'Abjurer\'s Crystal',27801,2,0,0,1,34283,8570,23,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (9945,4,1,-1,'Abjurer\'s Sash',13664,2,0,0,1,20623,4124,6,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,886,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9946,4,1,-1,'Abjurer\'s Tunic',28972,2,0,0,1,56982,11396,5,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,468,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (9947,4,2,-1,'Chieftain\'s Belt',14702,2,0,0,1,25965,5193,6,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,907,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9948,4,2,-1,'Chieftain\'s Boots',18944,2,0,0,1,41826,8365,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,824,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9949,4,2,-1,'Chieftain\'s Bracers',18945,2,0,0,1,24276,4855,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1075,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9950,4,2,-1,'Chieftain\'s Breastplate',18943,2,0,0,1,67091,13418,5,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,489,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (9951,4,1,-1,'Chieftain\'s Cloak',23018,2,0,0,1,27181,5436,16,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9952,4,2,-1,'Chieftain\'s Gloves',18946,2,0,0,1,26276,5255,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,740,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9953,4,2,-1,'Chieftain\'s Headdress',11275,2,0,0,1,42335,8467,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,656,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9954,4,2,-1,'Chieftain\'s Leggings',18947,2,0,0,1,60630,12126,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,572,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (9955,4,2,-1,'Chieftain\'s Shoulders',18951,2,0,0,1,42655,8531,3,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1160,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9956,4,3,-1,'Warmonger\'s Bracers',26181,2,0,0,1,25650,5130,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1096,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9957,4,3,-1,'Warmonger\'s Chestpiece',26183,2,0,0,1,68767,13753,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,509,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9958,4,6,-1,'Warmonger\'s Buckler',26234,2,0,0,1,73621,14724,14,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1550,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2064,0,24,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (9959,4,1,-1,'Warmonger\'s Cloak',26202,2,0,0,1,24017,4803,16,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9960,4,3,-1,'Warmonger\'s Gauntlets',26185,2,0,0,1,28119,5623,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,760,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9961,4,3,-1,'Warmonger\'s Belt',26180,2,0,0,1,28224,5644,6,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,928,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9962,4,3,-1,'Warmonger\'s Greaves',26188,2,0,0,1,46092,9218,8,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,844,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9963,4,3,-1,'Warmonger\'s Circlet',26200,2,0,0,1,46058,9211,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,676,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9964,4,3,-1,'Warmonger\'s Leggings',26191,2,0,0,1,65952,13190,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,593,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9965,4,3,-1,'Warmonger\'s Pauldrons',26194,2,0,0,1,49867,9973,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1181,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (9966,4,4,-1,'Embossed Plate Armor',27348,2,0,0,1,59002,11800,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,528,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9967,4,4,-1,'Embossed Plate Gauntlets',27351,2,0,0,1,25527,5105,10,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,780,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9968,4,4,-1,'Embossed Plate Girdle',27352,2,0,0,1,23720,4744,6,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,947,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9969,4,4,-1,'Embossed Plate Helmet',27511,2,0,0,1,34627,6925,1,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,696,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9970,4,4,-1,'Embossed Plate Leggings',27354,2,0,0,1,50147,10029,7,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,612,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9971,4,4,-1,'Embossed Plate Pauldrons',27355,2,0,0,1,34892,6978,3,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1200,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9972,4,4,-1,'Embossed Plate Bracers',27350,2,0,0,1,21786,4357,9,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1115,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9973,4,4,-1,'Embossed Plate Boots',27349,2,0,0,1,32554,6510,8,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,863,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9974,4,6,-1,'Overlord\'s Shield',18815,2,0,0,1,82246,16449,14,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1606,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2070,0,26,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (9978,12,0,-1,'Gahz\'ridian Detector',21296,1,0,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11992,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (9998,4,1,-1,'Black Mageweave Vest',24352,2,0,0,1,24076,4815,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,6,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (9999,4,1,-1,'Black Mageweave Leggings',24354,2,0,0,1,24165,4833,7,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,6,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10000,12,0,-1,'Margol\'s Horn',6338,1,2048,2,1,0,0,0,-1,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,3181,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10001,4,1,-1,'Black Mageweave Robe',19141,2,0,0,1,26285,5257,20,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,6,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10002,4,1,-1,'Shadoweave Pants',19061,2,0,0,1,26381,5276,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10003,4,1,-1,'Black Mageweave Gloves',18835,2,0,0,1,14297,2859,10,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10004,4,1,-1,'Shadoweave Robe',24951,2,0,0,1,28694,5738,20,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10005,12,0,-1,'Margol\'s Gigantic Horn',6338,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10007,4,1,-1,'Red Mageweave Vest',19114,2,0,0,1,29000,5800,5,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10008,4,1,-1,'White Bandit Mask',41463,2,0,0,1,21827,4365,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10009,4,1,-1,'Red Mageweave Pants',16764,2,0,0,1,26424,5284,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10010,4,1,-1,'Stormcloth Pants',15015,2,0,0,1,28649,5729,7,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10011,4,1,-1,'Stormcloth Gloves',18889,2,0,0,1,14378,2875,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10018,4,1,-1,'Red Mageweave Gloves',19111,2,0,0,1,16376,3275,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10019,4,1,-1,'Dreamweave Gloves',18999,3,0,0,1,19721,3944,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,6,7,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10020,4,1,-1,'Stormcloth Vest',18886,2,0,0,1,32989,6597,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10021,4,1,-1,'Dreamweave Vest',18949,3,0,0,1,39731,7946,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,31,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10022,12,0,-1,'Proof of Deed',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1231,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10023,4,1,-1,'Shadoweave Gloves',19055,2,0,0,1,16673,3334,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10024,4,1,-1,'Black Mageweave Headband',18860,2,0,0,1,27107,5421,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10025,4,1,-1,'Shadoweave Mask',41842,2,0,0,1,33952,6790,1,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10026,4,1,-1,'Black Mageweave Boots',21154,2,0,0,1,27299,5459,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10027,4,1,-1,'Black Mageweave Shoulders',18865,2,0,0,1,27396,5479,3,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10028,4,1,-1,'Shadoweave Shoulders',18866,2,0,0,1,29692,5938,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10029,4,1,-1,'Red Mageweave Shoulders',19113,2,0,0,1,26959,5391,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10030,4,1,-1,'Admiral\'s Hat',18872,2,0,0,1,30038,6007,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,12022,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10031,4,1,-1,'Shadoweave Boots',19051,2,0,0,1,30151,6030,8,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10032,4,1,-1,'Stormcloth Headband',18877,2,0,0,1,30264,6052,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10033,4,1,-1,'Red Mageweave Headband',18879,2,0,0,1,30378,6075,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10034,4,0,-1,'Tuxedo Shirt',13115,1,0,0,1,8000,2000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10035,4,1,-1,'Tuxedo Pants',13117,1,0,0,1,8677,1735,7,-1,-1,35,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10036,4,1,-1,'Tuxedo Jacket',13116,1,0,0,1,8705,1741,5,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,17816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10038,4,1,-1,'Stormcloth Shoulders',18882,2,0,0,1,33104,6620,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10039,4,1,-1,'Stormcloth Boots',13051,2,0,0,1,35551,7110,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10040,4,1,-1,'White Wedding Dress',13119,1,0,0,1,8837,1767,20,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10041,4,1,-1,'Dreamweave Circlet',19000,3,0,0,1,42968,8593,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,6,12,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10042,4,1,-1,'Cindercloth Robe',14606,2,0,0,1,33222,6644,20,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10043,4,1,-1,'Pious Legwraps',20209,2,0,0,1,10168,2033,7,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10044,4,1,-1,'Cindercloth Boots',18933,2,0,0,1,33828,6765,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10045,4,1,-1,'Simple Linen Pants',14450,1,0,0,1,118,23,7,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10046,4,1,-1,'Simple Linen Boots',16853,1,0,0,1,161,32,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10047,4,1,-1,'Simple Kilt',19009,2,0,0,1,1372,274,7,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,45,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10048,4,1,-1,'Colorful Kilt',18914,2,0,0,1,4679,935,7,-1,-1,24,14,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (10049,2,15,-1,'Diabolist\'s Blade',20472,2,16,0,1,13267,2653,13,256,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,7707,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',23,0,0,0,0,1), (10050,1,0,-1,'Mageweave Bag',1282,1,0,0,1,10000,2500,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10051,1,0,-1,'Red Mageweave Bag',4056,1,0,0,1,10000,2500,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10052,4,0,-1,'Orange Martial Shirt',18916,1,0,0,1,6000,1500,4,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10053,4,0,-1,'Simple Black Dress',19142,1,0,0,1,22497,4499,20,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10054,4,0,-1,'Lavender Mageweave Shirt',18924,1,0,0,1,12000,3000,4,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10055,4,0,-1,'Pink Mageweave Shirt',18923,1,0,0,1,12000,3000,4,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10056,4,0,-1,'Orange Mageweave Shirt',18925,1,0,0,1,6000,1500,4,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10057,4,1,-1,'Duskwoven Tunic',28158,2,0,0,1,63558,12711,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,469,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10058,4,1,-1,'Duskwoven Sandals',28151,2,0,0,1,35417,7083,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,803,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10059,4,1,-1,'Duskwoven Bracers',28124,2,0,0,1,23698,4739,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1055,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10060,4,1,-1,'Duskwoven Cape',28125,2,0,0,1,33340,6668,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10061,4,1,-1,'Duskwoven Turban',44716,2,0,0,1,38309,7661,1,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,635,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10062,4,1,-1,'Duskwoven Gloves',29002,2,0,0,1,23792,4758,10,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,719,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10063,4,1,-1,'Duskwoven Amice',28123,2,0,0,1,35826,7165,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1139,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10064,4,1,-1,'Duskwoven Pants',28140,2,0,0,1,53875,10775,7,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,552,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10065,4,1,-1,'Duskwoven Robe',28165,2,0,0,1,60768,12153,20,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,469,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10066,4,1,-1,'Duskwoven Sash',28155,2,0,0,1,21101,4220,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,887,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10067,4,2,-1,'Righteous Waistguard',19019,2,0,0,1,26478,5295,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,908,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10068,4,2,-1,'Righteous Boots',19013,2,0,0,1,45641,9128,8,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,824,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10069,4,2,-1,'Righteous Bracers',19014,2,0,0,1,26677,5335,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1076,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10070,4,2,-1,'Righteous Armor',19012,2,0,0,1,77412,15482,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,490,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10071,4,1,-1,'Righteous Cloak',23060,2,0,0,1,32252,6450,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10072,4,2,-1,'Righteous Gloves',19017,2,0,0,1,30887,6177,10,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,740,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10073,4,2,-1,'Righteous Helmet',21309,2,0,0,1,49294,9858,1,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,657,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10074,4,2,-1,'Righteous Leggings',19018,2,0,0,1,69929,13985,7,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,573,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10075,4,2,-1,'Righteous Spaulders',19020,2,0,0,1,46846,9369,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1160,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10076,4,3,-1,'Lord\'s Armguards',19725,2,0,0,1,32855,6571,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1097,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10077,4,3,-1,'Lord\'s Breastplate',26327,2,0,0,1,84842,16968,5,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,510,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10078,4,6,-1,'Lord\'s Crest',20972,2,0,0,1,93213,18642,14,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1635,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2070,0,27,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10079,4,1,-1,'Lord\'s Cape',26331,2,0,0,1,31853,6370,16,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10080,4,3,-1,'Lord\'s Gauntlets',26328,2,0,0,1,36599,7319,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,761,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10081,4,3,-1,'Lord\'s Girdle',19718,2,0,0,1,36728,7345,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,929,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10082,4,3,-1,'Lord\'s Boots',26326,2,0,0,1,53764,10752,8,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,845,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10083,4,3,-1,'Lord\'s Crown',26330,2,0,0,1,53728,10745,1,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,677,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10084,4,3,-1,'Lord\'s Legguards',19720,2,0,0,1,76231,15246,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,594,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10085,4,3,-1,'Lord\'s Pauldrons',26329,2,0,0,1,57649,11529,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1182,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10086,4,4,-1,'Gothic Plate Armor',27363,2,0,0,1,73841,14768,5,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,530,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10087,4,4,-1,'Gothic Plate Gauntlets',27364,2,0,0,1,29865,5973,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,781,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10088,4,4,-1,'Gothic Plate Girdle',27365,2,0,0,1,27759,5551,6,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,948,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10089,4,4,-1,'Gothic Sabatons',27370,2,0,0,1,41480,8296,8,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,864,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10090,4,4,-1,'Gothic Plate Helmet',27366,2,0,0,1,44963,8992,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,697,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10091,4,4,-1,'Gothic Plate Leggings',27367,2,0,0,1,65115,13023,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,613,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10092,4,4,-1,'Gothic Plate Spaulders',27371,2,0,0,1,48927,9785,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1201,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10093,4,6,-1,'Revenant Deflector',27432,2,0,0,1,94517,18903,14,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2070,0,28,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10094,4,4,-1,'Gothic Plate Vambraces',27368,2,0,0,1,29142,5828,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1116,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10095,4,1,-1,'Councillor\'s Boots',27600,2,0,0,1,51477,10295,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,805,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10096,4,1,-1,'Councillor\'s Cuffs',27601,2,0,0,1,30653,6130,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1056,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10097,4,1,-1,'Councillor\'s Circlet',27606,2,0,0,1,54960,10992,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,637,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10098,4,1,-1,'Councillor\'s Cloak',27607,2,0,0,1,43685,8737,16,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10099,4,1,-1,'Councillor\'s Gloves',27602,2,0,0,1,32840,6568,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,721,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10100,4,1,-1,'Councillor\'s Shoulders',27605,2,0,0,1,55545,11109,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1141,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10101,4,1,-1,'Councillor\'s Pants',27598,2,0,0,1,78782,15756,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,554,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10102,4,1,-1,'Councillor\'s Robes',27609,2,0,0,1,75102,15020,20,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,470,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10103,4,1,-1,'Councillor\'s Sash',27614,2,0,0,1,28437,5687,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,888,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10104,4,1,-1,'Councillor\'s Tunic',27599,2,0,0,1,75686,15137,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,470,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10105,4,2,-1,'Wanderer\'s Armor',27716,2,0,0,1,99711,19942,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,491,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10106,4,2,-1,'Wanderer\'s Boots',27718,2,0,0,1,60601,12120,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,826,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10107,4,2,-1,'Wanderer\'s Bracers',27719,2,0,0,1,36094,7218,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1077,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10108,4,1,-1,'Wanderer\'s Cloak',27721,2,0,0,1,41017,8203,16,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10109,4,2,-1,'Wanderer\'s Belt',27717,2,0,0,1,36366,7273,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,909,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10110,4,2,-1,'Wanderer\'s Gloves',27726,2,0,0,1,39740,7948,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,742,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10111,4,2,-1,'Wanderer\'s Hat',28590,2,0,0,1,67223,13444,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,658,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10112,4,2,-1,'Wanderer\'s Leggings',27731,2,0,0,1,95357,19071,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,575,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10113,4,2,-1,'Wanderer\'s Shoulders',27733,2,0,0,1,67709,13541,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1162,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10118,4,3,-1,'Ornate Breastplate',26291,2,0,0,1,116910,23382,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,512,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10119,4,3,-1,'Ornate Greaves',26297,2,0,0,1,83384,16676,8,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,847,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10120,4,1,-1,'Ornate Cloak',26304,2,0,0,1,43988,8797,16,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10121,4,3,-1,'Ornate Gauntlets',26293,2,0,0,1,52577,10515,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,763,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10122,4,3,-1,'Ornate Girdle',26295,2,0,0,1,45036,9007,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,931,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10123,4,3,-1,'Ornate Circlet',26303,2,0,0,1,76199,15239,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,679,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10124,4,3,-1,'Ornate Legguards',19708,2,0,0,1,101982,20396,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,595,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10125,4,3,-1,'Ornate Pauldrons',26301,2,0,0,1,72757,14551,3,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1183,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10126,4,3,-1,'Ornate Bracers',26289,2,0,0,1,44327,8865,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1098,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10127,4,4,-1,'Revenant Bracers',27426,2,0,0,1,38284,7656,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1118,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10128,4,4,-1,'Revenant Chestplate',27427,2,0,0,1,104191,20838,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,531,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10129,4,4,-1,'Revenant Gauntlets',27428,2,0,0,1,41265,8253,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,782,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10130,4,4,-1,'Revenant Girdle',27429,2,0,0,1,41417,8283,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,950,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10131,4,4,-1,'Revenant Boots',27425,2,0,0,1,61881,12376,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,866,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10132,4,4,-1,'Revenant Helmet',19759,2,0,0,1,66449,13289,1,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,698,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10133,4,4,-1,'Revenant Leggings',27430,2,0,0,1,94437,18887,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,615,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10134,4,4,-1,'Revenant Shoulders',27431,2,0,0,1,66934,13386,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1202,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10135,4,1,-1,'High Councillor\'s Tunic',27628,2,0,0,1,89752,17950,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,472,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10136,4,1,-1,'High Councillor\'s Bracers',27630,2,0,0,1,42653,8530,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1058,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10137,4,1,-1,'High Councillor\'s Boots',27633,2,0,0,1,65108,13021,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,807,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10138,4,1,-1,'High Councillor\'s Cloak',27631,2,0,0,1,61372,12274,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10139,4,1,-1,'High Councillor\'s Circlet',28852,2,0,0,1,66472,13294,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,639,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10140,4,1,-1,'High Councillor\'s Gloves',27639,2,0,0,1,43867,8773,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,723,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10141,4,1,-1,'High Councillor\'s Pants',27629,2,0,0,1,90473,18094,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,555,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10142,4,1,-1,'High Councillor\'s Mantle',27640,2,0,0,1,62477,12495,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1143,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10143,4,1,-1,'High Councillor\'s Robe',27645,2,0,0,1,85883,17176,20,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,472,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10144,4,1,-1,'High Councillor\'s Sash',27647,2,0,0,1,40821,8164,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,890,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10145,4,2,-1,'Mighty Girdle',18974,2,0,0,1,48779,9755,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,911,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10146,4,2,-1,'Mighty Boots',27741,2,0,0,1,78193,15638,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,828,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10147,4,2,-1,'Mighty Armsplints',27740,2,0,0,1,51596,10319,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1079,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10148,4,1,-1,'Mighty Cloak',27743,2,0,0,1,56368,11273,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10149,4,2,-1,'Mighty Gauntlets',27745,2,0,0,1,52706,10541,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,744,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10150,4,2,-1,'Mighty Helmet',27746,2,0,0,1,80437,16087,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,660,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10151,4,2,-1,'Mighty Tunic',27739,2,0,0,1,110571,22114,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,493,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10152,4,2,-1,'Mighty Leggings',18962,2,0,0,1,109507,21901,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,576,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10153,4,2,-1,'Mighty Spaulders',27748,2,0,0,1,81324,16264,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1164,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10154,4,3,-1,'Mercurial Girdle',26127,2,0,0,1,64401,12880,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,933,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10155,4,3,-1,'Mercurial Greaves',26129,2,0,0,1,97383,19476,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,849,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10156,4,3,-1,'Mercurial Bracers',26122,2,0,0,1,63974,12794,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1100,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10157,4,3,-1,'Mercurial Breastplate',26123,2,0,0,1,135587,27117,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,514,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10158,4,6,-1,'Mercurial Guard',26152,2,0,0,1,134822,26964,14,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1946,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2094,0,37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (10159,4,1,-1,'Mercurial Cloak',26141,2,0,0,1,57221,11444,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10160,4,3,-1,'Mercurial Circlet',26139,2,0,0,1,92996,18599,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,681,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10161,4,3,-1,'Mercurial Gauntlets',26125,2,0,0,1,61388,12277,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,765,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10162,4,3,-1,'Mercurial Legguards',26130,2,0,0,1,126627,25325,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,597,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10163,4,3,-1,'Mercurial Pauldrons',23490,2,0,0,1,94469,18893,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1185,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10164,4,4,-1,'Templar Chestplate',27407,2,0,0,1,129579,25915,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,533,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10165,4,4,-1,'Templar Gauntlets',29014,2,0,0,1,54915,10983,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,784,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10166,4,4,-1,'Templar Girdle',27411,2,0,0,1,51995,10399,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,951,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10167,4,4,-1,'Templar Boots',27405,2,0,0,1,82352,16470,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,868,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10168,4,4,-1,'Templar Crown',27408,2,0,0,1,87617,17523,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,700,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10169,4,4,-1,'Templar Legplates',27413,2,0,0,1,124516,24903,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,616,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10170,4,4,-1,'Templar Pauldrons',27414,2,0,0,1,88257,17651,3,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1204,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10171,4,4,-1,'Templar Bracers',27406,2,0,0,1,52959,10591,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1119,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10172,4,1,-1,'Mystical Mantle',28109,2,0,0,1,48019,9603,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1141,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10173,4,1,-1,'Mystical Bracers',28082,2,0,0,1,28592,5718,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1056,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10174,4,1,-1,'Mystical Cape',23136,2,0,0,1,40608,8121,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10175,4,1,-1,'Mystical Headwrap',44717,2,0,0,1,45055,9011,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,637,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10176,4,1,-1,'Mystical Gloves',28083,2,0,0,1,28446,5689,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,720,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10177,4,1,-1,'Mystical Leggings',28084,2,0,0,1,64166,12833,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,553,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10178,4,1,-1,'Mystical Robe',28112,2,0,0,1,72375,14475,20,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,470,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10179,4,1,-1,'Mystical Boots',28080,2,0,0,1,43161,8632,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,804,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10180,4,1,-1,'Mystical Belt',28079,2,0,0,1,25707,5141,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,888,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10181,4,1,-1,'Mystical Armor',28078,2,0,0,1,73203,14640,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,470,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10182,4,2,-1,'Swashbuckler\'s Breastplate',19002,2,0,0,1,91851,18370,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,491,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10183,4,2,-1,'Swashbuckler\'s Boots',6762,2,0,0,1,54772,10954,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,825,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10184,4,2,-1,'Swashbuckler\'s Bracers',4382,2,0,0,1,32617,6523,9,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1077,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10185,4,1,-1,'Swashbuckler\'s Cape',23042,2,0,0,1,37064,7412,16,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10186,4,2,-1,'Swashbuckler\'s Gloves',19005,2,0,0,1,34834,6966,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,741,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10187,4,2,-1,'Swashbuckler\'s Eyepatch',27809,2,0,0,1,58929,11785,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,658,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10188,4,2,-1,'Swashbuckler\'s Leggings',17137,2,0,0,1,83588,16717,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,574,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10189,4,2,-1,'Swashbuckler\'s Shoulderpads',19008,2,0,0,1,59361,11872,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1162,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10190,4,2,-1,'Swashbuckler\'s Belt',19001,2,0,0,1,33349,6669,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,909,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10191,4,3,-1,'Crusader\'s Armguards',26155,2,0,0,1,38887,7777,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1097,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10192,4,3,-1,'Crusader\'s Boots',26160,2,0,0,1,66060,13212,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,846,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10193,4,3,-1,'Crusader\'s Armor',26156,2,0,0,1,98880,19776,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,511,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10194,4,1,-1,'Crusader\'s Cloak',26173,2,0,0,1,36728,7345,16,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10195,4,6,-1,'Crusader\'s Shield',26176,2,0,0,1,96107,19221,14,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2076,0,29,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10196,4,3,-1,'Crusader\'s Gauntlets',26162,2,0,0,1,37968,7593,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,762,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10197,4,3,-1,'Crusader\'s Belt',26158,2,0,0,1,38115,7623,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,930,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10198,4,3,-1,'Crusader\'s Helm',26172,2,0,0,1,60837,12167,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,678,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10199,4,3,-1,'Crusader\'s Leggings',26163,2,0,0,1,86305,17261,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,594,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10200,4,3,-1,'Crusader\'s Pauldrons',26164,2,0,0,1,61571,12314,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1182,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10201,4,4,-1,'Overlord\'s Greaves',27400,2,0,0,1,52055,10411,8,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,865,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10202,4,4,-1,'Overlord\'s Vambraces',27402,2,0,0,1,35101,7020,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1117,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10203,4,4,-1,'Overlord\'s Chestplate',27397,2,0,0,1,90977,18195,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,531,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10204,4,6,-1,'Heavy Lamellar Shield',27388,2,0,0,1,99441,19888,14,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2076,0,29,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10205,4,4,-1,'Overlord\'s Gauntlets',27398,2,0,0,1,37981,7596,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,782,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10206,4,4,-1,'Overlord\'s Girdle',27399,2,0,0,1,35629,7125,6,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,949,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10207,4,4,-1,'Overlord\'s Crown',27404,2,0,0,1,58474,11694,1,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,698,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10208,4,4,-1,'Overlord\'s Legplates',27401,2,0,0,1,83885,16777,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,614,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10209,4,4,-1,'Overlord\'s Spaulders',27403,2,0,0,1,63020,12604,3,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1202,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10210,4,1,-1,'Elegant Mantle',27867,2,0,0,1,64229,12845,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1142,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10211,4,1,-1,'Elegant Boots',24291,2,0,0,1,61384,12276,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,806,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10212,4,1,-1,'Elegant Cloak',15214,2,0,0,1,55348,11069,16,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,973,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10213,4,1,-1,'Elegant Bracers',27870,2,0,0,1,39252,7850,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1058,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10214,4,1,-1,'Elegant Gloves',27868,2,0,0,1,41356,8271,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,722,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10215,4,1,-1,'Elegant Robes',28992,2,0,0,1,81061,16212,20,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,471,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10216,4,1,-1,'Elegant Belt',27842,2,0,0,1,35902,7180,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,890,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10217,4,1,-1,'Elegant Leggings',25198,2,0,0,1,80581,16116,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,555,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10218,4,1,-1,'Elegant Tunic',27866,2,0,0,1,81999,16399,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,471,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10219,4,1,-1,'Elegant Circlet',28851,2,0,0,1,60057,12011,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,638,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10220,4,2,-1,'Nightshade Tunic',18977,2,0,0,1,104691,20938,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,492,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10221,4,2,-1,'Nightshade Girdle',18980,2,0,0,1,45742,9148,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,911,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10222,4,2,-1,'Nightshade Boots',18979,2,0,0,1,72310,14462,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,827,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10223,4,2,-1,'Nightshade Armguards',18978,2,0,0,1,47331,9466,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1079,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10224,4,1,-1,'Nightshade Cloak',23048,2,0,0,1,53779,10755,16,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10225,4,2,-1,'Nightshade Gloves',18981,2,0,0,1,50062,10012,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,743,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10226,4,2,-1,'Nightshade Helmet',18985,2,0,0,1,80234,16046,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,660,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10227,4,2,-1,'Nightshade Leggings',18982,2,0,0,1,108847,21769,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,576,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10228,4,2,-1,'Nightshade Spaulders',18983,2,0,0,1,79703,15940,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1163,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10229,4,3,-1,'Engraved Bracers',26265,2,0,0,1,51658,10331,9,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1099,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10230,4,3,-1,'Engraved Breastplate',26267,2,0,0,1,128433,25686,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,512,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10231,4,1,-1,'Engraved Cape',26278,2,0,0,1,49080,9816,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10232,4,3,-1,'Engraved Gauntlets',26269,2,0,0,1,58663,11732,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,764,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10233,4,3,-1,'Engraved Girdle',26270,2,0,0,1,55534,11106,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,931,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10234,4,3,-1,'Engraved Boots',26264,2,0,0,1,89007,17801,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,848,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10235,4,3,-1,'Engraved Helm',26274,2,0,0,1,84481,16896,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,680,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10236,4,3,-1,'Engraved Leggings',26272,2,0,0,1,113080,22616,7,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,596,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10237,4,3,-1,'Engraved Pauldrons',26273,2,0,0,1,81436,16287,3,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1184,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10238,4,4,-1,'Heavy Lamellar Boots',27380,2,0,0,1,66811,13362,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,867,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10239,4,4,-1,'Heavy Lamellar Vambraces',27385,2,0,0,1,43669,8733,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1118,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10240,4,4,-1,'Heavy Lamellar Chestpiece',27384,2,0,0,1,110045,22009,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,532,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10241,4,4,-1,'Heavy Lamellar Helm',27387,2,0,0,1,73580,14716,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,699,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10242,4,4,-1,'Heavy Lamellar Gauntlets',27381,2,0,0,1,46802,9360,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,783,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10243,4,4,-1,'Heavy Lamellar Girdle',27382,2,0,0,1,44316,8863,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,950,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10244,4,4,-1,'Heavy Lamellar Leggings',27383,2,0,0,1,105348,21069,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,615,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10245,4,4,-1,'Heavy Lamellar Pauldrons',27386,2,0,0,1,74662,14932,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1203,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10246,4,1,-1,'Master\'s Vest',27821,2,0,0,1,90292,18058,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,472,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10247,4,1,-1,'Master\'s Boots',4272,2,0,0,1,66190,13238,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,807,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10248,4,1,-1,'Master\'s Bracers',16892,2,0,0,1,43688,8737,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1059,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10249,4,1,-1,'Master\'s Cloak',26126,2,0,0,1,64874,12974,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10250,4,1,-1,'Master\'s Hat',27824,2,0,0,1,66902,13380,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,639,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10251,4,1,-1,'Master\'s Gloves',16642,2,0,0,1,44761,8952,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,723,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10252,4,1,-1,'Master\'s Leggings',27822,2,0,0,1,91039,18207,7,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,556,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10253,4,1,-1,'Master\'s Mantle',27823,2,0,0,1,67615,13523,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1143,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10254,4,1,-1,'Master\'s Robe',28479,2,0,0,1,92900,18580,20,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,472,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10255,4,1,-1,'Master\'s Belt',27830,2,0,0,1,41651,8330,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,891,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10256,4,2,-1,'Adventurer\'s Bracers',27847,2,0,0,1,51545,10309,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1080,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10257,4,2,-1,'Adventurer\'s Boots',27844,2,0,0,1,78679,15735,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,828,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10258,4,1,-1,'Adventurer\'s Cape',27850,2,0,0,1,61462,12292,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10259,4,2,-1,'Adventurer\'s Belt',27846,2,0,0,1,52847,10569,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,912,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10260,4,2,-1,'Adventurer\'s Gloves',27845,2,0,0,1,53760,10752,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,744,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10261,4,2,-1,'Adventurer\'s Bandana',29051,2,0,0,1,80939,16187,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,660,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10262,4,2,-1,'Adventurer\'s Legguards',27843,2,0,0,1,109772,21954,7,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,577,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10263,4,2,-1,'Adventurer\'s Shoulders',27849,2,0,0,1,81531,16306,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1164,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10264,4,2,-1,'Adventurer\'s Tunic',8664,2,0,0,1,112034,22406,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,493,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10265,4,3,-1,'Masterwork Bracers',26239,2,0,0,1,64823,12964,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1101,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10266,4,3,-1,'Masterwork Breastplate',26241,2,0,0,1,135426,27085,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,514,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10267,4,1,-1,'Masterwork Cape',26259,2,0,0,1,64401,12880,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10268,4,3,-1,'Masterwork Gauntlets',26244,2,0,0,1,66416,13283,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,765,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10269,4,3,-1,'Masterwork Girdle',26245,2,0,0,1,65762,13152,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,933,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10270,4,3,-1,'Masterwork Boots',26237,2,0,0,1,100790,20158,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,849,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10271,4,6,-1,'Masterwork Shield',27806,2,0,0,1,136606,27321,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2094,0,38,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (10272,4,3,-1,'Masterwork Circlet',27804,2,0,0,1,93901,18780,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,681,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10273,4,3,-1,'Masterwork Legplates',26248,2,0,0,1,127367,25473,7,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,598,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10274,4,3,-1,'Masterwork Pauldrons',27805,2,0,0,1,95041,19008,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1185,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10275,4,4,-1,'Emerald Breastplate',27416,2,0,0,1,141787,28357,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,533,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10276,4,4,-1,'Emerald Sabatons',27419,2,0,0,1,86004,17200,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,868,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10277,4,4,-1,'Emerald Gauntlets',29003,2,0,0,1,61471,12294,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,784,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10278,4,4,-1,'Emerald Girdle',27418,2,0,0,1,54909,10981,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,952,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10279,4,4,-1,'Emerald Helm',27423,2,0,0,1,97718,19543,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,701,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10280,4,4,-1,'Emerald Legplates',13206,2,0,0,1,137578,27515,7,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,617,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10281,4,4,-1,'Emerald Pauldrons',27422,2,0,0,1,98447,19689,3,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1205,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10282,4,4,-1,'Emerald Vambraces',27420,2,0,0,1,59069,11813,9,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1120,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10283,12,0,-1,'Wolf Heart Samples',7357,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10285,7,5,-1,'Shadow Silk',18597,1,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10286,7,10,-1,'Heart of the Wild',18953,1,0,0,1,1600,400,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10287,4,1,-1,'Greenweave Mantle',16470,2,0,0,1,4822,964,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1131,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (10288,4,1,-1,'Sage\'s Circlet',18976,2,0,0,1,7052,1410,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,629,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10289,4,1,-1,'Durable Hat',27862,2,0,0,1,7788,1557,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,629,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10290,7,11,-1,'Pink Dye',983,1,0,0,1,2500,625,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10298,4,0,-1,'Gnomeregan Band',9832,2,0,0,1,4975,1243,11,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,3476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (10299,4,0,-1,'Gnomeregan Amulet',9853,2,0,0,1,15112,3778,2,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,3506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10300,9,2,-1,'Pattern: Red Mageweave Vest',15274,2,64,0,1,5000,1250,0,-1,-1,43,0,197,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,12056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Mageweave Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10301,9,2,-1,'Pattern: White Bandit Mask',15274,2,64,0,1,5000,1250,0,-1,-1,43,0,197,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12059,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a White Bandit Mask.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10302,9,2,-1,'Pattern: Red Mageweave Pants',15274,2,64,0,1,5000,1250,0,-1,-1,43,0,197,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Red Mageweave Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10305,0,4,-1,'Scroll of Protection IV',1093,1,0,0,1,550,100,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12175,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10306,0,4,-1,'Scroll of Spirit IV',2616,1,0,0,1,550,100,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12177,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10307,0,4,-1,'Scroll of Stamina IV',1093,1,0,0,1,600,112,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12178,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10308,0,4,-1,'Scroll of Intellect IV',2616,1,0,0,1,600,112,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12176,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10309,0,4,-1,'Scroll of Agility IV',3331,1,0,0,1,650,125,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12174,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10310,0,4,-1,'Scroll of Strength IV',3331,1,0,0,1,650,125,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12179,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10311,9,2,-1,'Pattern: Orange Martial Shirt',1102,1,64,0,1,3000,750,0,-1,-1,44,0,197,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12064,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Orange Martial Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10312,9,2,-1,'Pattern: Red Mageweave Gloves',15274,2,64,0,1,6000,1500,0,-1,-1,45,0,197,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12066,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Red Mageweave Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10314,9,2,-1,'Pattern: Lavender Mageweave Shirt',1102,1,64,0,1,4000,1000,0,-1,-1,46,0,197,230,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12075,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Lavender Mageweave Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10315,9,2,-1,'Pattern: Red Mageweave Shoulders',15274,2,64,0,1,7000,1750,0,-1,-1,47,0,197,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Red Mageweave Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10316,9,2,-1,'Pattern: Colorful Kilt',15274,2,64,0,1,800,200,0,-1,-1,24,0,197,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,12047,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Colorful Kilt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10317,9,2,-1,'Pattern: Pink Mageweave Shirt',1102,1,64,0,1,4000,1000,0,-1,-1,47,0,197,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Pink Mageweave Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10318,9,2,-1,'Pattern: Admiral\'s Hat',1102,1,64,0,1,7000,1750,0,-1,-1,48,0,197,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Admiral\'s Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10320,9,2,-1,'Pattern: Red Mageweave Headband',15274,2,64,0,1,7000,1750,0,-1,-1,48,0,197,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Mageweave Headband.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10321,9,2,-1,'Pattern: Tuxedo Shirt',1102,1,64,0,1,4500,1125,0,-1,-1,48,0,197,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Tuxedo Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10323,9,2,-1,'Pattern: Tuxedo Pants',1102,1,64,0,1,4500,1125,0,-1,-1,49,0,197,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Tuxedo Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10325,9,2,-1,'Pattern: White Wedding Dress',1102,1,64,0,1,10000,2500,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a White Wedding Dress.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10326,9,2,-1,'Pattern: Tuxedo Jacket',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12093,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Tuxedo Jacket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10327,12,0,-1,'Horn of Echeyakee',13121,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12189,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10328,4,3,-1,'Scarlet Chestpiece',19049,3,0,0,1,34964,6992,5,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,19,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,163,120,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10329,4,3,-1,'Scarlet Belt',27951,2,0,0,1,12538,2507,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,4,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,163,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (10330,4,3,-1,'Scarlet Leggings',3519,3,0,0,1,47939,9587,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,4,20,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,163,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10331,4,3,-1,'Scarlet Gauntlets',15816,2,0,0,1,13645,2729,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,4,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,163,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (10332,4,3,-1,'Scarlet Boots',28383,3,0,0,1,18951,3790,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,12,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,163,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (10333,4,3,-1,'Scarlet Wristguards',28382,2,0,0,1,11574,2314,9,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,163,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (10338,12,0,-1,'Fresh Zhevra Carcass',8942,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12199,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (10358,4,3,-1,'Duracin Bracers',28156,2,0,0,1,12108,2421,9,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (10359,4,1,-1,'Everlast Boots',19917,2,0,0,1,12152,2430,8,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (10360,15,2,-1,'Black Kingsnake',19089,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10361,15,2,-1,'Brown Snake',19089,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10362,4,6,-1,'Ornate Shield',20910,2,0,0,1,123802,24760,14,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1776,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2082,0,32,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10363,4,6,-1,'Engraved Wall',26283,2,0,0,1,136982,27396,14,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1833,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2082,0,34,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10364,4,6,-1,'Templar Shield',27415,2,0,0,1,124692,24938,14,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1776,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2082,0,32,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10365,4,6,-1,'Emerald Shield',27803,2,0,0,1,131382,26276,14,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1805,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2082,0,33,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10366,4,6,-1,'Demon Guard',20831,2,0,0,1,144246,28849,14,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1918,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2088,0,36,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (10367,4,6,-1,'Hyperion Shield',20971,2,0,0,1,138196,27639,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2094,0,38,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (10368,4,4,-1,'Imbued Plate Armor',26351,2,0,0,1,145780,29156,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,4,15,7,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10369,4,4,-1,'Imbued Plate Gauntlets',26352,2,0,0,1,64921,12984,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,4,18,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10370,4,4,-1,'Imbued Plate Girdle',26353,2,0,0,1,61477,12295,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,4,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10371,4,4,-1,'Imbued Plate Greaves',26354,2,0,0,1,97373,19474,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,4,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10372,4,4,-1,'Imbued Plate Helmet',26365,2,0,0,1,102625,20525,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10373,4,4,-1,'Imbued Plate Leggings',26355,2,0,0,1,146490,29298,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10374,4,4,-1,'Imbued Plate Pauldrons',26364,2,0,0,1,103380,20676,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,4,13,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10375,4,4,-1,'Imbued Plate Vambraces',26363,2,0,0,1,62626,12525,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,12,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10376,4,4,-1,'Commander\'s Boots',26333,2,0,0,1,109341,21868,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,869,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10377,4,4,-1,'Commander\'s Vambraces',26362,2,0,0,1,70210,14042,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1121,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10378,4,4,-1,'Commander\'s Armor',26332,2,0,0,1,153310,30662,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,534,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10379,4,4,-1,'Commander\'s Helm',27749,2,0,0,1,112092,22418,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,702,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10380,4,4,-1,'Commander\'s Gauntlets',26334,2,0,0,1,74523,14904,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,785,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10381,4,4,-1,'Commander\'s Girdle',26335,2,0,0,1,71231,14246,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,953,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10382,4,4,-1,'Commander\'s Leggings',26336,2,0,0,1,153446,30689,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,618,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10383,4,4,-1,'Commander\'s Pauldrons',26337,2,0,0,1,105606,21121,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1206,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10384,4,4,-1,'Hyperion Armor',19844,2,0,0,1,149413,29882,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,615,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,535,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10385,4,4,-1,'Hyperion Greaves',26341,2,0,0,1,107876,21575,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,870,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10386,4,4,-1,'Hyperion Gauntlets',26339,2,0,0,1,72744,14548,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,786,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10387,4,4,-1,'Hyperion Girdle',26340,2,0,0,1,72029,14405,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,954,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10388,4,4,-1,'Hyperion Helm',26257,2,0,0,1,110588,22117,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,702,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10389,4,4,-1,'Hyperion Legplates',19843,2,0,0,1,150280,30056,7,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,619,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10390,4,4,-1,'Hyperion Pauldrons',26342,2,0,0,1,111425,22285,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1206,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (10391,4,4,-1,'Hyperion Vambraces',26360,2,0,0,1,72101,14420,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1121,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10392,15,2,-1,'Crimson Snake',19089,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10393,15,2,-1,'Cockroach',59495,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10394,15,2,-1,'Prairie Dog Whistle',15798,1,64,0,1,5000,1250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10398,15,2,-1,'Mechanical Chicken',19115,1,64,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,12243,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10399,4,2,-1,'Blackened Defias Armor',9123,3,0,0,1,7336,1467,5,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,3,7,11,3,3,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,161,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (10400,4,2,-1,'Blackened Defias Leggings',27947,2,0,0,1,2818,563,7,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,161,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (10401,4,2,-1,'Blackened Defias Gloves',27946,2,0,0,1,1279,255,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,3,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,161,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (10402,4,2,-1,'Blackened Defias Boots',21903,2,0,0,1,1926,385,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,161,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (10403,4,2,-1,'Blackened Defias Belt',14389,3,0,0,1,2706,541,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,161,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (10404,4,1,-1,'Durable Belt',27854,2,0,0,1,4323,864,6,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,880,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (10405,4,2,-1,'Bandit Shoulders',17195,1,0,0,1,2045,409,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10406,4,2,-1,'Scaled Leather Headband',28173,2,0,0,1,9884,1976,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,650,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10407,4,3,-1,'Raider\'s Shoulderpads',25777,1,0,0,1,2160,432,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10408,4,3,-1,'Banded Helm',27774,2,0,0,1,11951,2390,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,671,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10409,4,3,-1,'Banded Boots',27771,2,0,0,1,12049,2409,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,839,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10410,4,2,-1,'Leggings of the Fang',28385,3,0,0,1,6280,1256,7,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,3,4,5,7,4,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,162,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (10411,4,2,-1,'Footpads of the Fang',27949,3,0,0,1,4728,945,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,162,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (10412,4,2,-1,'Belt of the Fang',28384,3,0,0,1,2434,486,6,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,6,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,162,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (10413,4,2,-1,'Gloves of the Fang',19125,3,0,0,1,1847,369,10,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,3,6,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,162,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (10414,12,0,-1,'Sample Snapjaw Shell',17460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10418,12,0,-1,'Glimmering Mithril Insignia',19149,2,0,0,1,65859,16464,12,-1,-1,50,0,164,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12733,0,0,0,1200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Courage, Honor, and above all, Patience',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10420,12,0,-1,'Skull of the Coldbringer',2853,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10421,4,3,-1,'Rough Copper Vest',977,1,0,0,1,162,32,5,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10423,4,3,-1,'Silvered Bronze Leggings',19201,2,0,0,1,14212,2842,7,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,3,4,7,7,6,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10424,9,4,-1,'Plans: Silvered Bronze Leggings',15274,2,64,0,1,3000,750,0,-1,-1,31,0,164,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12259,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Silvered Bronze Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10438,12,0,-1,'Felix\'s Box',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10439,12,0,-1,'Durnan\'s Scalding Mornbrew',18099,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10440,12,0,-1,'Nori\'s Mug',18099,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10441,12,0,-1,'Glowing Shard',19223,1,2048,0,1,0,0,0,-1,-1,15,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,6981,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10442,12,0,-1,'Mysterious Artifact',7148,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The Stone Emanates Evil',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10443,12,0,-1,'Singed Letter',3093,1,0,0,1,0,0,0,-1,-1,48,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10444,12,0,-1,'Standard Issue Flare Gun',19225,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12283,0,2,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10445,12,0,-1,'Drawing Kit',12925,1,64,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12304,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10446,12,0,-1,'Heart of Obsidion',19239,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cold black heart is still pulsing',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10447,12,0,-1,'Head of Lathoric the Black',3920,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remnants of a once honorable dwarf',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10450,12,0,-1,'Undamaged Hippogryph Feather',19530,0,0,0,1,1585,396,0,-1,-1,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10454,12,0,-1,'Essence of Eranikus',6513,2,2048,0,1,0,0,0,-1,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Green mists swirl inside the lattices of this gem.',0,0,0,3373,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10455,4,0,-1,'Chained Essence of Eranikus',6513,2,0,0,1,25859,6464,12,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12766,0,0,0,900000,1141,45000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10456,15,0,-1,'A Bulging Coin Purse',2588,1,4,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,2037,6110,0,12340), (10457,15,0,-1,'Empty Sea Snail Shell',19284,0,0,0,1,570,142,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10458,12,0,-1,'Prayer to Elune',7697,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your heart feels light when you hold this item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10459,12,0,-1,'Chief Sharptusk Thornmantle\'s Head',10377,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10460,13,0,-1,'Hakkari Blood',19312,1,66624,0,1,2518,629,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12253,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,600,0,0,'',0,0,0,0,0,12340), (10461,4,1,-1,'Shadowy Bracers',19314,2,0,0,1,15410,3082,9,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10462,4,1,-1,'Shadowy Belt',19313,2,0,0,1,18045,3609,6,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,3,7,7,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10463,9,2,-1,'Pattern: Shadoweave Mask',15274,2,64,0,1,7000,1750,0,-1,-1,49,0,197,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,12086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Shadoweave Mask.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10464,12,0,-1,'Staff of Command',19315,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12347,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,2700,0,0,'',0,0,0,0,0,12340), (10465,12,0,-1,'Egg of Hakkar',18050,1,64,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12346,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10466,12,0,-1,'Atal\'ai Stone Circle',19316,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10467,15,0,-1,'Trader\'s Satchel',1283,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Full of trade goods.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10479,15,0,-1,'Kovic\'s Trading Satchel',1283,2,4,0,1,48,24,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10498,7,1,-1,'Gyromatic Micro-Adjustor',19394,1,0,0,1,81,16,0,-1,-1,35,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,5,0,0,0,0,0,0,0,128,15,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10499,4,1,-1,'Bright-Eye Goggles',19397,2,0,0,1,10526,2105,1,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,2,6,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10500,4,1,-1,'Fire Goggles',19399,2,0,0,1,17394,3478,1,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,17,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10501,4,1,-1,'Catseye Ultra Goggles',19402,2,0,0,1,21993,4398,1,-1,-1,44,0,202,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,12418,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10502,4,1,-1,'Spellpower Goggles Xtreme',19409,2,0,0,1,20441,4088,1,-1,-1,43,0,202,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10503,4,1,-1,'Rose Colored Goggles',22423,2,0,0,1,25847,5169,1,-1,-1,46,0,202,230,0,0,0,0,0,0,1,0,2,6,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10504,4,1,-1,'Green Lens',19563,3,0,0,1,38852,7770,1,-1,-1,49,0,202,245,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8652,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10505,7,1,-1,'Solid Blasting Powder',31324,1,0,0,1,1000,250,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10506,4,1,-1,'Deepdive Helmet',23161,2,0,0,1,26136,5227,1,-1,-1,46,0,202,230,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,11789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10507,7,2,-1,'Solid Dynamite',18062,1,64,0,1,1400,350,0,-1,-1,35,0,202,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12419,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10508,2,3,-1,'Mithril Blunderbuss',18298,2,0,0,1,44795,8959,26,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (10509,12,0,-1,'Heart of Flame',7050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The flame burns eternally',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10510,2,3,-1,'Mithril Heavy-bore Rifle',20744,2,0,0,1,56846,11369,26,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,21431,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (10511,12,0,-1,'Golem Oil',19421,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The oil is encased in stone',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10512,6,3,-1,'Hi-Impact Mithril Slugs',19422,2,0,0,200,1000,2,24,-1,-1,42,37,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,13,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10513,6,3,-1,'Mithril Gyro-Shot',19422,2,0,0,200,2000,5,24,-1,-1,49,44,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10514,7,2,-1,'Mithril Frag Bomb',7889,1,64,0,1,3000,750,0,-1,-1,43,0,202,205,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12421,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10515,4,0,-1,'Torch of Retribution',19461,1,128,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,12534,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The flame never falters',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10518,4,1,-1,'Parachute Cloak',23129,2,0,0,1,23483,4696,16,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,12438,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10538,12,0,-1,'Tablet of Beth\'Amara',18203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10539,12,0,-1,'Tablet of Jin\'yael',19830,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10540,12,0,-1,'Tablet of Markri',19831,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10541,12,0,-1,'Tablet of Sael\'hai',19832,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10542,4,3,-1,'Goblin Mining Helmet',20813,2,0,0,1,26279,5255,1,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,12560,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10543,4,1,-1,'Goblin Construction Helmet',20814,2,0,0,1,17586,3517,1,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,15,0,0,0,0,0,0,0,12561,0,0,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10544,2,4,-1,'Thistlewood Maul',19782,1,0,0,1,128,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10545,4,1,-1,'Gnomish Goggles',22420,2,0,0,1,19646,3929,1,-1,-1,42,0,202,210,0,0,0,0,0,0,1,0,2,6,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10546,7,3,-1,'Deadly Scope',7326,1,64,0,1,6000,1500,0,-1,-1,42,30,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12459,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10547,2,15,-1,'Camping Knife',6472,1,0,0,1,408,81,13,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10548,7,3,-1,'Sniper Scope',7326,1,64,0,1,10000,2500,0,-1,-1,48,40,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12460,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10549,4,1,-1,'Rancher\'s Trousers',19951,2,0,0,1,811,162,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10550,4,1,-1,'Wooly Mittens',19994,1,0,0,1,244,48,10,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10551,12,0,-1,'Thorium Plated Dagger',19459,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10552,12,0,-1,'Symbol of Ragnaros',19462,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The symbol emanates old magic',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10553,4,1,-1,'Foreman Vest',19919,2,0,0,1,658,131,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10554,4,1,-1,'Foreman Pants',19918,2,0,0,1,598,119,7,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,9392,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10556,12,0,-1,'Stone Circle',19316,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10558,7,1,-1,'Gold Power Core',19477,1,0,0,1,1000,250,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10559,7,1,-1,'Mithril Tube',19487,1,0,0,1,3000,750,0,-1,-1,39,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10560,7,1,-1,'Unstable Trigger',19479,1,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10561,7,1,-1,'Mithril Casing',20620,1,0,0,1,4000,1000,0,-1,-1,43,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10562,7,2,-1,'Hi-Explosive Bomb',25484,1,64,0,1,3000,750,0,-1,-1,47,0,202,235,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12543,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10563,12,0,-1,'Rubbing: Rune of Beth\'Amara',7629,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10564,12,0,-1,'Rubbing: Rune of Jin\'yael',7629,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10565,12,0,-1,'Rubbing: Rune of Markri',7629,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10566,12,0,-1,'Rubbing: Rune of Sael\'hai',7629,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10567,2,2,-1,'Quillshooter',20649,3,0,0,1,43629,8725,15,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,93,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,29634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10569,15,0,-1,'Hoard of the Black Dragonflight',14006,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the mark of Kalaran the Deceiver',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10570,2,1,-1,'Manslayer',28796,3,0,0,1,79375,15875,17,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10571,2,4,-1,'Ebony Boneclub',19501,3,0,0,1,54635,10927,13,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,5,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10572,2,19,-1,'Freezing Shard',28747,3,0,0,1,47960,9592,26,128,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,4,0,0,0,0,0,0,0,0,0,0,1300,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10573,2,8,-1,'Boneslasher',20149,3,0,0,1,68774,13754,17,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,7,7,4,16,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,106,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10574,4,1,-1,'Corpseshroud',19903,3,0,0,1,18879,3775,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,6,6,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10575,15,0,-1,'Black Dragonflight Molt',19502,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A dull and gray patch of black dragon skin',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10576,4,0,-1,'Mithril Mechanical Dragonling',60692,2,67633216,0,1,24000,6000,12,-1,-1,50,40,202,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12749,0,0,0,300000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10577,4,0,-1,'Goblin Mortar',7397,2,64,0,1,8000,2000,12,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13237,0,6,6,600000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10578,4,1,-1,'Thoughtcast Boots',19993,3,0,0,1,16886,3377,8,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,5,6,7,3,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10579,6,2,-1,'Explosive Arrow',5996,3,0,0,200,5000,6,24,-1,-1,42,37,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14.5,14.5,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (10580,7,2,-1,'Goblin \"Boom\" Box',19504,1,0,0,1,3000,750,0,-1,-1,43,0,0,215,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10581,4,1,-1,'Death\'s Head Vestment',19506,3,0,0,1,26553,5310,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,5,8,6,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10582,4,2,-1,'Briar Tredders',28654,3,0,0,1,18031,3606,8,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,6,8,45,6,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10583,4,2,-1,'Quillward Harness',28808,3,0,0,1,30956,6191,5,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,3,19,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10584,4,3,-1,'Stormgale Fists',28685,3,0,0,1,14529,2905,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,4,10,32,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10585,4,0,-1,'Goblin Radio',19507,1,0,0,1,3000,750,12,-1,-1,44,0,0,220,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10586,7,2,-1,'The Big One',7888,1,64,0,1,3000,750,0,-1,-1,45,0,202,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12562,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10587,4,0,-1,'Goblin Bomb Dispenser',20627,1,0,0,1,6000,1500,12,-1,-1,46,0,202,230,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23134,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10588,4,1,-1,'Goblin Rocket Helmet',67049,2,0,0,1,29171,5834,1,-1,-1,47,0,202,235,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,22641,0,0,0,1200000,1180,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10589,12,0,-1,'Oathstone of Ysera\'s Dragonflight',20220,1,0,0,1,0,0,0,-1,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Using this stone binds someone to aid Ysera\'s Dragonflight.',0,0,0,3374,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10590,12,0,-1,'Pocked Black Box',7074,1,2048,0,1,0,0,0,-1,-1,30,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,3482,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10592,0,2,-1,'Catseye Elixir',19520,1,0,0,1,600,150,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12608,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10593,12,0,-1,'Imperfect Draenethyst Fragment',6673,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10595,15,0,-1,'Kum\'sha\'s Junk',16190,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A chest full of \"junk\"',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (10597,12,0,-1,'Head of Magus Rimtori',15706,1,2048,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10598,12,0,-1,'Hetaera\'s Bloodied Head',7135,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10599,12,0,-1,'Hetaera\'s Beaten Head',11932,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10600,12,0,-1,'Hetaera\'s Bruised Head',9150,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10601,9,3,-1,'Schematic: Bright-Eye Goggles',15274,2,64,0,1,2000,500,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12587,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Bright-Eye Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10602,9,3,-1,'Schematic: Deadly Scope',1102,1,64,0,1,3000,750,0,-1,-1,42,0,202,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12597,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Deadly Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10603,9,3,-1,'Schematic: Catseye Ultra Goggles',15274,2,64,0,1,3300,825,0,-1,-1,44,0,202,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12607,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Catseye Ultra Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10604,9,3,-1,'Schematic: Mithril Heavy-bore Rifle',15274,2,64,0,1,3300,825,0,-1,-1,44,0,202,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12614,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mithril Heavy-bore Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10605,9,3,-1,'Schematic: Spellpower Goggles Xtreme',1102,3,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,12615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Spellpower Goggles Xtreme.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10606,9,3,-1,'Schematic: Parachute Cloak',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12616,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Parachute Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10607,9,3,-1,'Schematic: Deepdive Helmet',1102,1,64,0,1,3600,900,0,-1,-1,46,0,202,230,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Deepdive Helmet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10608,9,3,-1,'Schematic: Sniper Scope',1102,3,64,0,1,3800,950,0,-1,-1,48,0,202,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sniper Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10609,9,3,-1,'Schematic: Mithril Mechanical Dragonling',1102,1,64,0,1,4000,1000,0,-1,-1,50,0,202,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,12624,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mithril Mechanical Dragonling.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10610,12,0,-1,'Hetaera\'s Blood',19547,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Blood of the Sea Queen',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10620,7,7,-1,'Thorium Ore',20658,1,262144,0,1,1000,250,0,-1,-1,40,0,755,250,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10621,0,0,-1,'Runed Scroll',1301,1,2048,1,1,0,0,0,-1,-1,15,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,3513,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10622,12,0,-1,'Kadrak\'s Flag',19562,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12684,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10623,2,0,-1,'Winter\'s Bite',18391,3,0,0,1,123741,24748,13,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,88,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,13439,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10624,2,2,-1,'Stinging Bow',25604,3,0,0,1,86246,17249,15,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10625,2,15,-1,'Stealthblade',20315,3,524288,0,1,136832,27366,13,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,60,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,12685,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10626,2,5,-1,'Ragehammer',19617,3,0,0,1,183662,36732,17,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,193,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,12686,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10627,2,10,-1,'Bludgeon of the Grinning Dog',20259,3,0,0,1,134870,26974,17,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,168,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,56,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10628,2,8,-1,'Deathblow',20189,3,0,0,1,146226,29245,17,1535,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,141,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,16411,2,0,1.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10629,4,1,-1,'Mistwalker Boots',19950,3,0,0,1,40331,8066,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,5,8,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10630,4,1,-1,'Soulcatcher Halo',22928,3,0,0,1,43320,8664,1,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,5,16,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10631,4,3,-1,'Murkwater Gauntlets',28800,3,0,0,1,30434,6086,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,12,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10632,4,3,-1,'Slimescale Bracers',28711,3,0,0,1,38124,7624,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10633,4,4,-1,'Silvershell Leggings',19900,3,0,0,1,102236,20447,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,12,4,20,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10634,4,0,-1,'Mindseye Circle',9832,3,524288,0,1,43250,10812,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,5,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (10635,4,3,-1,'Painted Chain Leggings',28230,1,0,0,1,74,14,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10636,4,2,-1,'Nomadic Gloves',12415,1,0,0,1,31,6,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10637,4,1,-1,'Brewer\'s Gloves',14152,2,0,0,1,699,139,10,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10638,4,1,-1,'Long Draping Cape',28209,2,0,0,1,1052,210,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10639,12,0,-1,'Hyacinth Mushroom',19566,1,0,0,200,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10640,12,0,-1,'Webwood Ichor',2885,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10641,12,0,-1,'Moonpetal Lily',18168,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10642,12,0,-1,'Iverron\'s Antidote',17893,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (10643,12,0,-1,'Sealed Letter to Ag\'tor',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10644,9,6,-1,'Recipe: Goblin Rocket Fuel',1301,1,64,0,1,2000,500,0,-1,-1,42,0,171,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11456,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Goblin Rocket Fuel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10645,4,0,-1,'Gnomish Death Ray',20626,1,0,0,1,3000,750,12,-1,-1,48,0,0,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13278,0,0,0,300000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Death or Serious Injury may result from use of this device.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10646,7,2,-1,'Goblin Sapper Charge',20535,1,0,0,1,2000,500,0,-1,-1,41,0,202,205,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13241,0,-1,0,300000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10647,7,1,-1,'Engineer\'s Ink',17883,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10648,7,11,-1,'Common Parchment',57388,1,0,0,1,125,31,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10649,12,0,-1,'Nightmare Shard',19223,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10652,2,1,-1,'Will of the Mountain Giant',22213,3,0,0,1,181853,36370,17,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,2,4,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,149,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10653,4,2,-1,'Trailblazer Boots',9174,2,0,0,1,8198,1639,8,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (10654,4,1,-1,'Jutebraid Gloves',19949,2,0,0,1,4828,965,10,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (10655,4,1,-1,'Sedgeweed Britches',20210,1,0,0,1,49,9,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10656,4,3,-1,'Barkmail Vest',28069,1,0,0,1,74,14,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10657,4,1,-1,'Talbar Mantle',19991,2,0,0,1,4669,933,3,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,2,5,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (10658,4,3,-1,'Quagmire Galoshes',28238,2,0,0,1,6248,1249,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (10659,4,0,-1,'Shard of Afrasa',2516,2,0,0,1,18650,4662,12,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,0,0,0,21596,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10660,12,0,-1,'First Mosh\'aru Tablet',22484,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10661,12,0,-1,'Second Mosh\'aru Tablet',20220,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10662,12,0,-1,'Filled Egg of Hakkar',19527,1,64,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10663,0,0,-1,'Essence of Hakkar',19576,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12735,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10664,12,0,-1,'A Note to Magus Rimtori',7798,1,0,0,1,0,0,0,-1,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10678,12,0,-1,'Magatha\'s Note',3024,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10679,12,0,-1,'Andron\'s Note',3024,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10680,12,0,-1,'Jes\'rimon\'s Note',3024,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10681,12,0,-1,'Xylem\'s Note',3024,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10682,12,0,-1,'Belnistrasz\'s Oathstone',20219,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10683,1,0,-1,'Explorer\'s Knapsack',19595,1,16,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (10684,0,0,-1,'Colossal Parachute',19606,1,65536,0,1,2000,500,0,-1,-1,25,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12438,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1200,0,0,'',0,0,0,0,0,12340), (10686,4,6,-1,'Aegis of Battle',20820,3,0,0,1,126978,25395,14,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,7,12,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,34,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10687,0,0,-1,'Empty Vial Labeled #1',18077,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12802,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10688,0,0,-1,'Empty Vial Labeled #2',18077,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12805,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10689,0,0,-1,'Empty Vial Labeled #3',18077,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12806,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10690,0,0,-1,'Empty Vial Labeled #4',18077,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12808,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10691,12,0,-1,'Filled Vial Labeled #1',15736,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10692,12,0,-1,'Filled Vial Labeled #2',15737,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10693,12,0,-1,'Filled Vial Labeled #3',15733,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10694,12,0,-1,'Filled Vial Labeled #4',15734,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10695,15,0,-1,'Box of Empty Vials',12925,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10696,2,7,-1,'Enchanted Azsharite Felbane Sword',22229,2,0,0,1,209455,41891,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,93,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,18079,1,0,0,-1,0,-1,12938,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Etched across the blade: Rakh\'likh',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10697,2,15,-1,'Enchanted Azsharite Felbane Dagger',20570,2,0,0,1,210222,42044,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,70,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18079,1,0,0,-1,0,-1,12938,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Engraved upon the blade: Rakh\'likh',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10698,2,10,-1,'Enchanted Azsharite Felbane Staff',20275,2,0,0,1,263736,52747,17,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,157,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,18087,1,0,0,-1,0,-1,12938,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Carved into the shaft: Rakh\'likh',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (10699,12,0,-1,'Yeh\'kinya\'s Bramble',12866,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12699,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10700,4,1,-1,'Encarmine Boots',18832,2,0,0,1,24919,4983,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10701,4,3,-1,'Boots of Zua\'tec',28263,2,0,0,1,37681,7536,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,13,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10702,4,2,-1,'Enormous Ogre Boots',28273,2,0,0,1,26898,5379,8,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,2,4,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10703,2,15,-1,'Fiendish Skiv',20297,2,0,0,1,83964,16792,13,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (10704,2,19,-1,'Chillnail Splinter',28267,2,0,0,1,68247,13649,26,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,4,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (10705,4,1,-1,'Firwillow Wristbands',19915,2,0,0,1,18334,3666,9,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10706,4,3,-1,'Nightscale Girdle',28336,2,0,0,1,27606,5521,6,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,4,14,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10707,4,4,-1,'Steelsmith Greaves',19742,2,0,0,1,67880,13576,8,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10708,4,0,-1,'Skullspell Orb',19786,2,0,0,1,35930,8982,23,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10709,4,0,-1,'Pyrestone Orb',28291,2,0,0,1,43814,10953,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10710,4,0,-1,'Dragonclaw Ring',9834,3,0,0,1,24520,6130,11,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,6,4,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10711,4,0,-1,'Dragon\'s Blood Necklace',9854,3,0,0,1,33510,8377,2,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,7,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10712,12,0,-1,'Cuely\'s Elixir',2533,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10713,9,4,-1,'Plans: Inlaid Mithril Cylinder',6270,1,64,0,1,2000,500,0,-1,-1,40,0,164,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,11454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Inlaid Mithril Cylinder. This item is used by Gnomish Engineers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10714,12,0,-1,'Crystallized Azsharite',13496,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hot out of the oven.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10715,12,0,-1,'Kim\'Jael\'s Scope',18155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10716,4,0,-1,'Gnomish Shrink Ray',20625,2,0,0,1,3000,750,12,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13006,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10717,12,0,-1,'Kim\'Jael\'s Compass',19658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10718,12,0,-1,'Kim\'Jael\'s Wizzlegoober',7842,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10719,7,3,-1,'Mobile Alarm',16536,1,0,0,1,6000,1500,0,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4074,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10720,4,0,-1,'Gnomish Net-o-Matic Projector',19662,2,0,0,1,3000,750,12,-1,-1,42,0,202,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13120,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10721,4,2,-1,'Gnomish Harm Prevention Belt',14832,2,0,0,1,16588,3317,6,-1,-1,43,0,202,215,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,13234,0,0,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10722,12,0,-1,'Kim\'Jael\'s Stuffed Chicken',19663,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10723,4,0,-1,'Gnomish Ham Radio',19507,1,0,0,1,3000,750,12,-1,-1,44,0,0,220,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10724,4,1,-1,'Gnomish Rocket Boots',19665,2,64,0,1,23485,4697,8,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,13141,0,0,0,900000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,128,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10725,4,0,-1,'Gnomish Battle Chicken',19666,1,64,0,1,6000,1500,12,-1,-1,46,0,202,230,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23133,0,0,0,1200000,94,90000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10726,4,1,-1,'Gnomish Mind Control Cap',19667,2,0,0,1,27603,5520,1,-1,-1,47,0,202,215,0,0,0,0,0,0,1,0,1,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,13180,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10727,4,0,-1,'Goblin Dragon Gun',20539,1,0,0,1,8000,2000,12,-1,-1,48,0,0,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13183,0,0,0,300000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10728,9,2,-1,'Pattern: Black Swashbuckler\'s Shirt',1102,1,64,0,1,1500,375,0,-1,-1,40,0,197,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Black Swashbuckler\'s Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10738,12,0,-1,'Shipment to Galvan',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The massive box is surprisingly light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10739,4,0,-1,'Ring of Fortitude',15422,2,0,0,1,21170,5292,11,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,2,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10740,4,4,-1,'Centurion Legplates',28310,2,0,0,1,93564,18712,7,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,2,4,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10741,4,2,-1,'Lordrec Helmet',42881,2,0,0,1,50318,10063,1,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,3,6,3,3,16,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10742,4,1,-1,'Dragonflight Leggings',19710,2,0,0,1,47949,9589,7,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,2,6,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10743,4,3,-1,'Drakefire Headguard',28143,2,0,0,1,54150,10830,1,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,3,4,5,5,9,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10744,2,0,-1,'Axe of the Ebon Drake',19130,2,0,0,1,120797,24159,13,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,1,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (10745,4,2,-1,'Kaylari Shoulders',28330,2,0,0,1,42493,8498,3,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10746,4,4,-1,'Runesteel Vambraces',28343,2,0,0,1,40039,8007,9,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10747,4,1,-1,'Teacher\'s Sash',19992,2,0,0,1,11638,2327,6,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10748,4,2,-1,'Wanderlust Boots',4385,2,0,0,1,21904,4380,8,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,4,5,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (10749,4,4,-1,'Avenguard Helm',19728,3,0,0,1,92180,18436,1,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,3,6,10,3,5,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10750,2,15,-1,'Lifeforce Dirk',20569,3,0,0,1,176577,35315,13,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10751,4,1,-1,'Gemburst Circlet',19920,3,0,0,1,53171,10634,1,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,3,7,9,5,17,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10752,15,0,-1,'Emerald Encrusted Chest',19745,2,4,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10753,12,0,-1,'Amulet of Grol',19762,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Once worn by Grol the Destroyer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10754,12,0,-1,'Amulet of Sevine',19763,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The putrid scent of Sevine still radiates from this amulet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10755,12,0,-1,'Amulet of Allistarj',19764,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The only thing that remains from a once powerful sorcerer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10757,13,0,-1,'Ward of the Defiler',19767,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13143,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The completed amulet of Rakh\'likh.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10758,2,8,-1,'X\'caliboar',19779,3,0,0,1,100723,20144,17,-1,-1,42,35,0,0,0,0,0,0,0,0,1,0,2,4,20,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,148,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10759,12,0,-1,'Severed Horn of the Defiler',13122,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A severed and bloody horn of Razelikh the Defiler.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10760,4,2,-1,'Swine Fists',28683,3,0,0,1,14570,2914,10,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,4,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10761,2,15,-1,'Coldrage Dagger',20572,3,0,0,1,85966,17193,13,-1,-1,44,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,13439,2,0,3.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10762,4,1,-1,'Robes of the Lich',19953,3,0,0,1,34519,6903,20,-1,-1,44,37,0,0,0,0,0,0,0,0,1,0,3,5,10,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10763,4,4,-1,'Icemetal Barbute',28783,3,0,0,1,45395,9079,1,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,3,4,15,3,7,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10764,4,3,-1,'Deathchill Armor',28710,3,0,0,1,52174,10434,5,-1,-1,44,37,0,0,0,0,0,0,0,0,1,0,2,7,3,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10765,4,2,-1,'Bonefingers',28688,3,0,0,1,20206,4041,10,-1,-1,43,37,0,0,0,0,0,0,0,0,1,0,2,7,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10766,2,19,-1,'Plaguerot Sprig',21027,3,0,0,1,48304,9660,26,128,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (10767,4,6,-1,'Savage Boar\'s Guard',20974,3,0,0,1,48261,9652,14,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,4,11,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,22,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10768,4,3,-1,'Boar Champion\'s Belt',28684,3,0,0,1,22705,4541,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10769,4,0,-1,'Glowing Eye of Mordresh',19785,3,0,0,1,21110,5277,2,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9396,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10770,4,0,-1,'Mordresh\'s Lifeless Skull',19786,3,0,0,1,31340,7835,23,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10771,4,1,-1,'Deathmage Sash',19910,3,0,0,1,14553,2910,6,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,5,10,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10772,2,0,-1,'Glutton\'s Cleaver',8466,3,0,0,1,73023,14604,13,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,18075,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10773,15,0,-1,'Hakkari Urn',15692,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10774,4,2,-1,'Fleshhide Shoulders',28744,3,0,0,1,29788,5957,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,4,5,7,15,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10775,4,4,-1,'Carapace of Tuten\'kash',28694,3,0,0,1,55805,11161,5,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,3,7,15,4,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10776,4,1,-1,'Silky Spider Cape',22994,3,0,0,1,24000,4800,16,-1,-1,42,35,0,0,0,0,0,0,0,0,1,0,2,7,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10777,4,2,-1,'Arachnid Gloves',28595,3,0,0,1,20071,4014,10,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,10,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,739,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10778,4,0,-1,'Necklace of Sanctuary',1399,2,0,0,1,67720,16930,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10779,4,0,-1,'Demon\'s Blood',16452,2,0,0,1,35230,8807,12,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (10780,4,0,-1,'Mark of Hakkar',9837,2,0,0,1,22170,5542,11,-1,-1,55,46,0,0,0,0,0,0,0,0,1,0,2,4,7,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10781,4,2,-1,'Hakkari Breastplate',18470,2,0,0,1,75360,15072,5,-1,-1,55,46,0,0,0,0,0,0,0,0,1,0,2,7,22,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10782,4,1,-1,'Hakkari Shroud',19930,2,0,0,1,22695,4539,1,-1,-1,55,46,0,0,0,0,0,0,0,0,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (10783,4,2,-1,'Atal\'ai Spaulders',19995,3,0,0,1,57382,11476,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,1163,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,80,0,0,0,'',47,0,0,0,0,12340), (10784,4,3,-1,'Atal\'ai Breastplate',19793,3,0,0,1,92164,18432,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,512,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10785,4,2,-1,'Atal\'ai Leggings',14776,3,0,0,1,79204,15840,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,573,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10786,4,3,-1,'Atal\'ai Boots',19794,3,0,0,1,71867,14373,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,846,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10787,4,1,-1,'Atal\'ai Gloves',19796,3,0,0,1,31914,6382,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,722,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10788,4,4,-1,'Atal\'ai Girdle',19996,3,0,0,1,56376,11275,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,951,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10789,12,0,-1,'Manual of Engineering Disciplines',1134,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1271,0,5,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10790,12,0,-1,'Gnome Engineer Membership Card',3032,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A member in good standing of the Mechanical Engineering Guild, Associated.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,1), (10791,12,0,-1,'Goblin Engineer Membership Card',5567,0,65538,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A member in good standing of the Goblin Experimental Engineering Korporation.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (10792,12,0,-1,'Nixx\'s Pledge of Secrecy',7744,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14209,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10793,12,0,-1,'Overspark\'s Pledge of Secrecy',7744,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14227,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10794,12,0,-1,'Oglethorpe\'s Pledge of Secrecy',7744,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14210,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10795,4,0,-1,'Drakeclaw Band',9834,3,0,0,1,22170,5542,11,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,3486,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10796,4,0,-1,'Drakestone',21602,3,0,0,1,35930,8982,23,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,2080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10797,2,7,-1,'Firebreather',20030,3,0,0,1,175348,35069,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,16413,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10798,4,4,-1,'Atal\'alarion\'s Tusk Ring',28640,3,0,0,1,55123,11024,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,4,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10799,2,6,-1,'Headspike',22242,3,0,0,1,196443,39288,17,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,18,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,159,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10800,4,2,-1,'Darkwater Bracers',19806,3,0,0,1,37813,7562,9,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,1079,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10801,4,2,-1,'Slitherscale Boots',19912,3,0,0,1,58521,11704,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,45,14,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10802,4,1,-1,'Wingveil Cloak',18968,3,0,0,1,46988,9397,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10803,2,7,-1,'Blade of the Wretched',20035,3,0,0,1,176649,35329,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,18088,2,0,1.7,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10804,2,4,-1,'Fist of the Damned',19892,3,0,0,1,177310,35462,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,89,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,18084,2,0,1.1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10805,2,0,-1,'Eater of the Dead',19127,3,0,0,1,177971,35594,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,18074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10806,4,1,-1,'Vestments of the Atal\'ai Prophet',19810,3,0,0,1,75732,15146,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,5,11,6,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10807,4,1,-1,'Kilt of the Atal\'ai Prophet',19812,3,0,0,1,76013,15202,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,6,18,5,4,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10808,4,1,-1,'Gloves of the Atal\'ai Prophet',19813,3,0,0,1,38146,7629,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,6,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10818,12,0,-1,'Yeh\'kinya\'s Scroll',3331,1,64,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12346,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10819,12,0,-1,'Wildkin Feather',19529,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10820,4,1,-1,'Jackseed Belt',19932,2,0,0,1,691,138,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10821,4,1,-1,'Sower\'s Cloak',28298,2,0,0,1,1041,208,16,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (10822,15,2,-1,'Dark Whelpling',51621,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10823,2,7,-1,'Vanquisher\'s Sword',20086,3,0,0,1,88982,17796,13,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,86,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10824,4,0,-1,'Amberglow Talisman',9859,3,0,0,1,23720,5930,2,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,3,3,1,6,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (10826,2,10,-1,'Staff of Lore',20293,2,0,0,1,127506,25501,17,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,139,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (10827,4,2,-1,'Surveyor\'s Tunic',28205,2,0,0,1,51191,10238,5,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,4,11,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (10828,2,15,-1,'Dire Nail',20273,3,524288,0,1,202137,40427,13,-1,-1,56,50,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,5315,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (10829,4,0,-1,'The Dragon\'s Eye',6494,3,0,0,1,42720,10680,2,-1,-1,56,50,0,0,0,0,0,0,0,0,1,0,2,7,6,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (10830,0,0,-1,'M73 Frag Grenade',25482,1,64,0,1,3000,750,0,-1,-1,53,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13808,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10831,12,0,-1,'Fel Orb',6506,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12851,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Use to conjure a Felhound Tracker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (10832,12,0,-1,'Fel Tracker Owner\'s Manual',1246,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Information on how to control your new Felhound Tracker.',1291,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10833,4,3,-1,'Horns of Eranikus',19838,3,0,0,1,42987,8597,1,-1,-1,56,50,0,0,0,0,0,0,0,0,1,0,2,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (10834,15,0,-1,'Felhound Tracker Kit',15692,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'FRAGILE - Handle With Care',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,600,0,0,'',0,0,0,0,0,12340), (10835,4,6,-1,'Crest of Supremacy',19840,3,0,0,1,123225,24645,14,-1,-1,56,50,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1930,0,0,0,0,0,0,0,0,0,21362,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,35,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (10836,2,19,-1,'Rod of Corrosion',20788,3,0,0,1,144947,28989,26,-1,-1,56,50,0,0,0,0,0,0,0,0,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,93,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (10837,2,0,-1,'Tooth of Eranikus',19841,3,0,0,1,194005,38801,13,-1,-1,56,50,0,0,0,0,0,0,0,0,1,0,2,4,6,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,116,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (10838,2,4,-1,'Might of Hakkar',19869,3,0,0,1,173325,34665,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,112,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10839,15,0,-1,'Crystallized Note',16062,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A note encased in azsharite crystal.',1311,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10840,15,0,-1,'Crystallized Note',16062,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A note encased in azsharite crystal.',1313,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10841,0,5,-1,'Goldthorn Tea',19873,1,0,0,1,340,85,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10842,4,2,-1,'Windscale Sarong',22427,3,0,0,1,87976,17595,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,6,7,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10843,4,1,-1,'Featherskin Cape',22995,3,0,0,1,52978,10595,16,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10844,2,10,-1,'Spire of Hakkar',20258,3,0,0,1,221571,44314,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,190,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10845,4,4,-1,'Warrior\'s Embrace',19893,3,0,0,1,124542,24908,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,7,11,3,4,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10846,4,3,-1,'Bloodshot Greaves',19898,3,0,0,1,80717,16143,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,20,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (10847,2,7,-1,'Dragon\'s Call',20571,4,0,0,1,284608,56921,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,13049,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (10858,9,4,-1,'Plans: Solid Iron Maul',1102,1,64,0,1,3000,750,0,-1,-1,31,0,164,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3494,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Solid Iron Maul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10918,0,8,-1,'Wound Poison',37278,1,2097216,0,1,50,12,0,8,-1,32,32,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13219,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10919,4,1,-1,'Apothecary Gloves',20476,2,0,0,1,1075,215,10,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (10920,0,8,-1,'Wound Poison II',37278,1,2097216,0,1,150,37,0,8,-1,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13225,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10921,0,8,-1,'Wound Poison III',37278,1,2097216,0,1,250,62,0,8,-1,48,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13226,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10922,0,8,-1,'Wound Poison IV',37278,1,2097216,0,1,800,200,0,8,-1,56,56,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13227,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10938,7,12,-1,'Lesser Magic Essence',20608,2,1024,0,1,800,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13361,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10939,7,12,-1,'Greater Magic Essence',20609,2,64,0,1,2400,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13362,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10940,7,12,-1,'Strange Dust',20611,1,0,0,1,800,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10958,12,0,-1,'Hilary\'s Necklace',15658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10959,1,0,-1,'Demon Hide Sack',20342,2,0,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10978,7,12,-1,'Small Glimmering Shard',32878,3,0,0,1,4000,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10998,7,12,-1,'Lesser Astral Essence',20610,2,1024,0,1,3000,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13497,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (10999,12,0,-1,'Ironfel',20433,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Etched into the face of the hammer are the letters: F.F.F.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11000,13,0,-1,'Shadowforge Key',13885,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Master Key to the Depths, Courtesy of F.F.F.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11018,12,0,-1,'Un\'Goro Soil',2480,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11020,12,0,-1,'Evergreen Pouch',20503,1,1088,0,1,10000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13399,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11022,12,0,-1,'Packet of Tharlendris Seeds',20505,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11023,15,2,-1,'Ancona Chicken',17284,1,64,0,1,10000,2500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10685,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11024,12,0,-1,'Evergreen Herb Casing',23217,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Using Un\'Goro soil, Tharlendris seeds have been cultivated inside.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11026,15,2,-1,'Tree Frog Box',17284,1,64,0,1,10000,2500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11027,15,2,-1,'Wood Frog Box',17284,1,64,0,1,10000,2500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11038,9,8,-1,'Formula: Enchant 2H Weapon - Lesser Spirit',11431,2,64,0,1,800,200,0,-1,-1,22,0,333,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13380,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a two-handed melee weapon to increase Spirit by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11039,9,8,-1,'Formula: Enchant Cloak - Minor Agility',11431,2,64,0,1,800,200,0,-1,-1,22,0,333,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13419,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase Agility by 1.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11040,12,0,-1,'Morrowgrain',1442,1,0,0,1,4,1,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11058,12,0,-1,'Sha\'ni\'s Nose-Ring',20558,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11078,13,0,-1,'Relic Coffer Key',4287,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13478,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11079,13,0,-1,'Gor\'tesh\'s Lopped Off Head',20597,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13484,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gor\'tesh\'s severed head, propped up on a pike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11080,12,0,-1,'Gor\'tesh\'s Lopped Off Head',20597,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Squishy, Smelly, Slimy',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11081,9,8,-1,'Formula: Enchant Shield - Lesser Protection',11431,2,64,0,1,800,200,0,-1,-1,22,0,333,115,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13464,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase armor by 30.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11082,7,12,-1,'Greater Astral Essence',20613,2,0,0,1,9000,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13498,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11083,7,12,-1,'Soul Dust',20614,1,0,0,1,2400,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11084,7,12,-1,'Large Glimmering Shard',35425,3,0,0,1,6000,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11086,2,7,-1,'Jang\'thraze the Protector',20031,3,525376,0,1,137016,27403,21,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,11654,0,-1,-1,-1,0,-1,11657,2,0,1.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (11098,9,8,-1,'Formula: Enchant Cloak - Lesser Shadow Resistance',11431,2,64,0,1,2000,500,0,-1,-1,27,0,333,135,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13522,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase shadow resistance by 10.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11101,9,8,-1,'Formula: Enchant Bracer - Lesser Strength',11431,2,64,0,1,2500,625,0,-1,-1,28,0,333,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13536,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Strength by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11102,12,0,-1,'Unhatched Sprite Darter Egg',20692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11103,12,0,-1,'Seed Voucher',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Good for twenty packs of Tharlendris seeds.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11104,12,0,-1,'Large Compass',6562,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It always points towards the center of Ungoro Crater...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11105,12,0,-1,'Curled Map Parchment',20710,1,0,0,1,1,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11106,12,0,-1,'Lion-headed Key',20711,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11107,12,0,-1,'A Small Pack',20709,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11108,12,0,-1,'Faded Photograph',4110,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',1371,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11109,0,5,-1,'Special Chicken Feed',7087,1,0,0,1,25,6,0,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11110,15,2,-1,'Chicken Egg',18047,1,64,0,1,10,2,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,13548,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11111,12,0,-1,'Broken Sprite Darter Egg',20692,1,0,8192,1,536,134,0,-1,-1,37,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (11112,12,0,-1,'Research Equipment',20733,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Property of Marshal Expeditions.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11113,12,0,-1,'Crate of Foodstuffs',11448,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Property of Marshal Expeditions.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11114,12,0,-1,'Dinosaur Bone',6668,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11116,15,0,-1,'A Mangled Journal',1317,2,2048,0,1,0,0,0,-1,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of Williden Marshal',0,0,1,3884,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11118,4,0,-1,'Archaedic Stone',20769,3,524288,0,1,43180,10795,11,-1,-1,47,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,3484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (11119,12,0,-1,'Milly\'s Harvest',21973,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11120,2,4,-1,'Belgrom\'s Hammer',28262,2,0,0,1,150721,30144,13,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11121,2,7,-1,'Darkwater Talwar',20094,3,0,0,1,17647,3529,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,16408,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (11122,4,0,-1,'Carrot on a Stick',21115,2,524288,0,1,28650,7162,12,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48777,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11123,4,1,-1,'Rainstrider Leggings',14590,3,0,0,1,75187,15037,7,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,7,7,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11124,4,3,-1,'Helm of Exile',28196,3,0,0,1,84900,16980,1,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,3,6,18,5,18,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11125,12,0,-1,'Grape Manifest',2247,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1392,7,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11126,12,0,-1,'Tablet of Kurniya',20774,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Runes filled with liquid fire dance across the tablet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11127,12,0,-1,'Scavenged Goods',20775,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11128,7,12,-1,'Golden Rod',21206,1,0,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11129,12,0,-1,'Essence of the Elements',20784,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11130,7,12,-1,'Runed Golden Rod',21206,1,0,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,8,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11131,12,0,-1,'Hive Wall Sample',20789,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11132,12,0,-1,'Unused Scraping Vial',20791,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13630,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11133,12,0,-1,'Linken\'s Training Sword',20797,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11134,7,12,-1,'Lesser Mystic Essence',20794,2,1024,0,1,10000,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13632,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11135,7,12,-1,'Greater Mystic Essence',20795,2,1024,0,1,30000,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13633,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11136,12,0,-1,'Linken\'s Tempered Sword',20796,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11137,7,12,-1,'Vision Dust',20798,1,0,0,1,4000,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11138,7,12,-1,'Small Glowing Shard',39179,3,0,0,1,8000,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11139,7,12,-1,'Large Glowing Shard',20784,3,0,0,1,12000,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11140,13,0,-1,'Prison Cell Key',20802,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Various runes and etchings cover the surface of the key.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11141,12,0,-1,'Bait',20803,1,64,0,1,2000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14008,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11142,12,0,-1,'Broken Samophlange',9167,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11143,12,0,-1,'Nugget Slug',20818,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11144,7,12,-1,'Truesilver Rod',21209,1,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11145,7,12,-1,'Runed Truesilver Rod',21209,1,0,0,1,5000,1250,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,9,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11146,12,0,-1,'Broken and Battered Samophlange',9167,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11147,12,0,-1,'Samophlange Manual Cover',3426,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13714,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11148,0,0,-1,'Samophlange Manual Page',7629,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14199,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11149,12,0,-1,'Samophlange Manual',6672,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11150,9,8,-1,'Formula: Enchant Gloves - Mining',11431,2,64,0,1,3000,750,0,-1,-1,29,0,333,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13612,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase mining skill by 2.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11151,9,8,-1,'Formula: Enchant Gloves - Herbalism',11431,2,64,0,1,3000,750,0,-1,-1,29,0,333,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,13617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase herbalism skill by 2.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11152,9,8,-1,'Formula: Enchant Gloves - Fishing',11431,2,64,0,1,3000,750,0,-1,-1,29,0,333,145,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase fishing skill by 2.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11162,12,0,-1,'Linken\'s Superior Sword',20872,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11163,9,8,-1,'Formula: Enchant Bracer - Lesser Deflection',11431,2,64,0,1,3000,750,0,-1,-1,34,0,333,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13646,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase defense rating by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11164,9,8,-1,'Formula: Enchant Weapon - Lesser Beastslayer',11431,2,64,0,1,3000,750,0,-1,-1,35,0,333,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13653,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase its damage to beasts by 6.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11165,9,8,-1,'Formula: Enchant Weapon - Lesser Elemental Slayer',11431,2,64,0,1,3000,750,0,-1,-1,35,0,333,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13655,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase its damage to elementals by 6.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11166,9,8,-1,'Formula: Enchant Gloves - Skinning',11431,2,64,0,1,4000,1000,0,-1,-1,40,0,333,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase skinning skill by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11167,9,8,-1,'Formula: Enchant Boots - Lesser Spirit',11431,2,64,0,1,4000,1000,0,-1,-1,38,0,333,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13687,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to increase Spirit by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11168,9,8,-1,'Formula: Enchant Shield - Lesser Block',11431,2,64,0,1,4000,1000,0,-1,-1,39,0,333,195,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,13689,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase block rating by 10.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11169,12,0,-1,'Book of Aquor',21032,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13978,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11170,4,0,-1,'Deprecated Silver Totem of Aquementas',21373,1,80,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14247,0,0,0,45000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (11172,12,0,-1,'Silvery Claws',20893,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11173,12,0,-1,'Irontree Heart',20894,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11174,7,12,-1,'Lesser Nether Essence',20895,2,1024,0,1,20000,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13739,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11175,7,12,-1,'Greater Nether Essence',20896,2,1024,0,1,60000,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13740,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11176,7,12,-1,'Dream Dust',20899,1,0,0,1,8000,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11177,7,12,-1,'Small Radiant Shard',21472,3,0,0,1,24000,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11178,7,12,-1,'Large Radiant Shard',36271,3,0,0,1,36000,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11179,12,0,-1,'Golden Flame',20912,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11184,12,0,-1,'Blue Power Crystal',6614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11185,12,0,-1,'Green Power Crystal',7393,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11186,12,0,-1,'Red Power Crystal',20977,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11187,4,1,-1,'Stemleaf Bracers',25939,1,0,0,1,26,5,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11188,12,0,-1,'Yellow Power Crystal',20978,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11189,4,1,-1,'Woodland Robes',28178,1,0,0,1,52,10,20,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11190,4,1,-1,'Viny Gloves',28188,1,0,0,1,26,5,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11191,4,1,-1,'Farmer\'s Boots',28167,1,0,0,1,228,45,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11192,4,1,-1,'Outfitter Gloves',4685,1,0,0,1,24,4,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11193,4,2,-1,'Blazewind Breastplate',19002,2,0,0,1,84692,16938,5,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11194,4,3,-1,'Prismscale Hauberk',28237,2,0,0,1,102025,20405,5,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,3,7,3,5,4,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11195,4,4,-1,'Warforged Chestplate',28185,2,0,0,1,119488,23897,5,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,2,4,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11196,4,0,-1,'Mindburst Medallion',9859,2,0,0,1,67500,16875,2,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,3,7,5,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11197,13,0,-1,'Dark Keeper Key',20983,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13564,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11202,9,8,-1,'Formula: Enchant Shield - Stamina',11431,2,64,0,1,4400,1100,0,-1,-1,42,0,333,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13817,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase Stamina by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11203,9,8,-1,'Formula: Enchant Gloves - Advanced Mining',11431,2,64,0,1,4400,1100,0,-1,-1,43,0,333,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13841,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase mining skill by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11204,9,8,-1,'Formula: Enchant Bracer - Greater Spirit',11431,2,64,0,1,4400,1100,0,-1,-1,44,0,333,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Spirit by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11205,9,8,-1,'Formula: Enchant Gloves - Advanced Herbalism',11431,2,64,0,1,5000,1250,0,-1,-1,45,0,333,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase herbalism skill by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11206,9,8,-1,'Formula: Enchant Cloak - Lesser Agility',11431,2,64,0,1,5000,1250,0,-1,-1,45,0,333,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13882,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase Agility by 3.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11207,9,8,-1,'Formula: Enchant Weapon - Fiery Weapon',11431,2,64,0,1,12000,3000,0,-1,-1,53,0,333,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13898,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to often strike for 40 additional fire damage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11208,9,8,-1,'Formula: Enchant Weapon - Demonslaying',11431,2,64,0,1,5400,1350,0,-1,-1,46,0,333,230,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13915,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to have a chance of stunning and doing additional damage against demons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11222,12,0,-1,'Head of Krom\'zar',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11223,9,8,-1,'Formula: Enchant Bracer - Deflection',11431,2,64,0,1,5800,1450,0,-1,-1,47,0,333,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13931,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase defense rating by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11224,9,8,-1,'Formula: Enchant Shield - Frost Resistance',11431,2,64,0,1,5800,1450,0,-1,-1,47,0,333,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase frost resistance by 8.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11225,9,8,-1,'Formula: Enchant Bracer - Greater Stamina',11431,2,64,0,1,6200,1550,0,-1,-1,49,0,333,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Stamina by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11226,9,8,-1,'Formula: Enchant Gloves - Riding Skill',11431,2,64,0,1,6200,1550,0,-1,-1,50,0,333,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,13947,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase mount speed by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11227,12,0,-1,'Piece of Krom\'zar\'s Banner',6748,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11229,4,3,-1,'Brightscale Girdle',28306,2,0,0,1,8481,1696,6,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (11230,12,0,-1,'Encased Fiery Essence',20995,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The fiery essence of Bael\'Gar wrapped tightly inside black dragonflight molt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11231,12,0,-1,'Altered Black Dragonflight Molt',19502,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13982,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A dull and gray patch of black dragon skin',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11242,12,0,-1,'Evoroot',18169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11243,12,0,-1,'Videre Elixir',15788,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14050,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11262,4,0,-1,'Orb of Lorica',28337,3,0,0,1,32570,8142,23,-1,-1,44,0,0,0,0,0,0,0,0,0,1,0,2,6,11,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (11263,2,19,-1,'Nether Force Wand',25077,3,0,0,1,50517,10103,26,128,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,6,0,0,0,0,0,0,0,0,0,0,1500,0,100,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (11265,2,5,-1,'Cragwood Maul',28629,2,0,0,1,82425,16485,17,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,105,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (11266,12,0,-1,'Fractured Elemental Shard',21072,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11267,12,0,-1,'Elemental Shard Sample',21072,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11268,12,0,-1,'Head of Argelmach',3920,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The dark, pale skin feels like clay.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11269,12,0,-1,'Intact Elemental Core',8560,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11270,12,0,-1,'Nixx\'s Signed Pledge',7744,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11282,12,0,-1,'Oglethorpe\'s Signed Pledge',7744,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11283,12,0,-1,'Overspark\'s Signed Pledge',7744,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11284,6,3,-1,'Accurate Slugs',19422,1,0,0,200,1000,1,24,-1,-1,45,40,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11285,6,2,-1,'Jagged Arrow',21091,1,0,0,200,1000,2,24,-1,-1,45,40,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11286,12,0,-1,'Thorium Shackles',21092,1,64,0,200,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14250,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unbreakable bindings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11287,2,19,-1,'Lesser Magic Wand',21096,2,32768,0,1,2544,508,26,-1,-1,15,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,22,6,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11288,2,19,-1,'Greater Magic Wand',21097,2,32768,0,1,7675,1535,26,-1,-1,23,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,41,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11289,2,19,-1,'Lesser Mystic Wand',21098,2,32768,0,1,17905,3581,26,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11290,2,19,-1,'Greater Mystic Wand',21101,2,32768,0,1,26316,5263,26,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,76,6,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11291,7,11,-1,'Star Wood',7290,1,0,0,1,4500,1125,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11302,4,0,-1,'Uther\'s Strength',6515,3,524288,0,1,28520,7130,12,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8397,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11303,2,2,-1,'Fine Shortbow',8104,2,0,0,1,3185,637,15,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (11304,2,2,-1,'Fine Longbow',20550,2,0,0,1,4862,972,15,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,37,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (11305,2,2,-1,'Dense Shortbow',21111,2,0,0,1,25814,5162,15,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (11306,2,2,-1,'Sturdy Recurve',20713,2,0,0,1,19468,3893,15,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,50,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (11307,2,2,-1,'Massive Longbow',21112,2,0,0,1,67952,13590,15,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,104,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (11308,2,2,-1,'Sylvan Shortbow',21113,2,0,0,1,78829,15765,15,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (11309,12,0,-1,'The Heart of the Mountain',7050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11310,4,1,-1,'Flameseer Mantle',5116,3,0,0,1,32991,6598,3,-1,-1,47,40,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (11311,4,1,-1,'Emberscale Cape',28731,3,0,0,1,30664,6132,16,-1,-1,46,40,0,0,0,0,0,0,0,0,1,0,2,6,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (11312,12,0,-1,'Lost Thunderbrew Recipe',8927,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11313,12,0,-1,'Ribbly\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11315,12,0,-1,'Bloodpetal Sprout',21149,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11316,12,0,-1,'Bloodpetal',13489,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11318,12,0,-1,'Atal\'ai Haze',21164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11319,12,0,-1,'Unloaded Zapper',21175,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11320,12,0,-1,'Bloodpetal Zapper',21189,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14806,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11324,1,0,-1,'Explorer\'s Knapsack',19595,1,0,0,1,25000,6250,18,-1,-1,45,0,0,0,0,0,0,0,0,1,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11325,0,8,-1,'Dark Iron Ale Mug',18099,1,64,0,1,600,150,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14814,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11362,11,2,-1,'Medium Quiver',21329,1,0,0,1,1000,250,18,-1,-1,15,10,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11363,11,3,-1,'Medium Shot Pouch',1816,1,0,0,1,1000,250,18,-1,-1,15,10,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11364,4,0,-1,'Tabard of Stormwind',21338,1,16,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (11366,12,0,-1,'Helendis Riverhorn\'s Letter',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11367,12,0,-1,'Solomon\'s Plea to King Wrynn',7726,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11368,12,0,-1,'Wrynn\'s Decree',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the Seal of Stormwind',1471,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11370,7,7,-1,'Dark Iron Ore',4691,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11371,7,7,-1,'Dark Iron Bar',7389,1,0,0,1,2400,600,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11382,3,7,-1,'Blood of the Mountain',7051,2,0,0,1,3000,750,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11384,15,0,-1,'Broken Basilisk Teeth',7350,0,0,0,1,280,70,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11385,15,0,-1,'Basilisk Scale',21363,0,0,0,1,580,145,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11386,15,0,-1,'Squishy Basilisk Eye',9292,0,0,0,1,2705,676,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11387,15,0,-1,'Basilisk Heart',3422,0,0,0,1,4055,1013,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11388,15,0,-1,'Basilisk Venom',2885,0,0,0,1,6255,1563,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11389,15,0,-1,'Shimmering Basilisk Skin',21364,0,0,0,1,8655,2163,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11390,15,0,-1,'Broken Bat Fang',6002,0,0,0,1,320,80,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11391,15,0,-1,'Spined Bat Wing',18517,0,0,0,1,820,205,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11392,15,0,-1,'Severed Bat Claw',3307,0,0,0,1,1612,403,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11393,15,0,-1,'Small Bat Skull',7103,0,0,0,1,3120,780,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11394,15,0,-1,'Bat Heart',1438,0,0,0,1,2320,580,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11395,15,0,-1,'Bat Ear',21365,0,0,0,1,3320,830,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11402,15,0,-1,'Sleek Bat Pelt',21366,0,0,0,1,4820,1205,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11403,15,0,-1,'Large Bat Fang',6651,0,0,0,1,6370,1592,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11404,12,0,-1,'Evil Bat Eye',1504,1,0,0,1,8320,2080,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11405,0,0,-1,'Giant Silver Vein',21367,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11406,15,0,-1,'Rotting Bear Carcass',8794,0,0,0,1,675,168,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11407,12,0,-1,'Torn Bear Pelt',7170,1,0,0,1,435,108,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11408,15,0,-1,'Bear Jaw',21368,0,0,0,1,3595,898,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11409,15,0,-1,'Bear Organ',3397,0,0,0,1,2015,503,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11410,15,0,-1,'Savage Bear Claw',1496,0,0,0,1,2315,578,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11411,2,4,-1,'Large Bear Bone',6569,0,0,0,1,7420,1484,21,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11412,12,0,-1,'Nagmara\'s Vial',4136,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14929,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11413,0,0,-1,'Nagmara\'s Filled Vial',4136,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11414,15,0,-1,'Grizzled Mane',7354,0,0,0,1,7315,1828,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11415,0,5,-1,'Mixed Berries',21369,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11416,15,0,-1,'Delicate Ribcage',6631,0,0,0,1,1315,328,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11417,15,0,-1,'Feathery Wing',4433,0,0,0,1,4816,1204,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11418,15,0,-1,'Hollow Wing Bone',7251,0,0,0,1,2416,604,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11419,15,0,-1,'Mysterious Unhatched Egg',18047,0,0,0,1,7600,1900,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11420,15,0,-1,'Elegant Writing Tool',21370,0,0,0,1,6850,1712,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11422,15,0,-1,'Goblin Engineer\'s Renewal Gift',21374,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11423,15,0,-1,'Gnome Engineer\'s Renewal Gift',21375,1,4,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11444,0,5,-1,'Grim Guzzler Boar',2376,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (11445,12,0,-1,'Flute of the Ancients',21402,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15033,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11446,12,0,-1,'A Crumpled Up Note',7695,1,2048,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11462,12,0,-1,'Discarded Knife',21411,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11463,12,0,-1,'Undelivered Parcel',1244,2,0,2,1,0,0,0,-1,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,4281,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11464,12,0,-1,'Marshal Windsor\'s Lost Information',20219,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-General Angerforge',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11465,12,0,-1,'Marshal Windsor\'s Lost Information',20219,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Golem Lord Argelmach',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11466,12,0,-1,'Raschal\'s Report',1093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11467,12,0,-1,'Blackrock Medallion',18725,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11468,12,0,-1,'Dark Iron Fanny Pack',1281,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11469,4,1,-1,'Bloodband Bracers',14601,2,0,0,1,17816,3563,9,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,3,5,9,7,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11470,12,0,-1,'Tablet Transcript',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11471,12,0,-1,'Fragile Sprite Darter Egg',20692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11472,12,0,-1,'Silvermane Stalker Flank',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11474,15,2,-1,'Sprite Darter Egg',18047,1,64,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,15067,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11475,4,1,-1,'Wine-stained Cloak',28181,1,0,0,1,39,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11476,12,0,-1,'U\'cha\'s Pelt',7112,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11477,12,0,-1,'White Ravasaur Claw',21415,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11478,12,0,-1,'Un\'Goro Gorilla Pelt',8952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11479,12,0,-1,'Un\'Goro Stomper Pelt',21416,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11480,12,0,-1,'Un\'Goro Thunderer Pelt',3164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11482,15,0,-1,'Crystal Pylon User\'s Manual',21431,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',1491,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11502,4,2,-1,'Loreskin Shoulders',28217,2,0,0,1,32552,6510,3,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,4,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11503,12,0,-1,'Blood Amber',21458,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11504,12,0,-1,'Piece of Threshadon Carcass',1116,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11507,12,0,-1,'Spotted Hyena Pelt',21463,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11508,4,1,-1,'Gamemaster\'s Slippers',22034,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11509,12,0,-1,'Ravasaur Pheromone Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11510,12,0,-1,'Lar\'korwi\'s Head',30111,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11511,12,0,-1,'Cenarion Beacon',21469,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This device helps identify corrupted elements of nature.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11512,12,0,-1,'Patch of Tainted Skin',21470,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11513,12,0,-1,'Tainted Vitriol',19239,1,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11514,12,0,-1,'Fel Creep',21471,1,0,0,1,4,1,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11515,12,0,-1,'Corrupted Soul Shard',21472,1,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11516,12,0,-1,'Cenarion Plant Salve',21473,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This druidic brew is used to cleanse corrupted plants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11522,4,0,-1,'Silver Totem of Aquementas',21608,1,64,0,1,0,0,23,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14247,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11562,12,0,-1,'Crystal Restore',2516,1,64,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15229,0,-1,0,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11563,12,0,-1,'Crystal Force',13496,1,64,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15231,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11564,12,0,-1,'Crystal Ward',4777,1,0,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15233,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11565,12,0,-1,'Crystal Yield',7401,1,2112,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15235,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11566,12,0,-1,'Crystal Charge',6496,1,2112,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15239,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11567,12,0,-1,'Crystal Spire',1262,1,2112,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15279,0,-1,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11568,15,0,-1,'Torwa\'s Pouch',8631,1,4,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11569,12,0,-1,'Preserved Threshadon Meat',2599,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15118,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11570,12,0,-1,'Preserved Pheromone Mixture',1275,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15119,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11582,15,0,-1,'Fel Salve',21531,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12938,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Use on Grol, Sevine, and Allistarj to break Razelikh\'s Ward.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11583,12,0,-1,'Cactus Apple',6410,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11584,0,5,-1,'Cactus Apple Surprise',6410,1,0,0,1,25,1,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11590,7,3,-1,'Mechanical Repair Kit',7842,1,64,0,1,1000,250,0,-1,-1,40,0,202,200,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15057,0,-1,-1,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11602,13,0,-1,'Grim Guzzler Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15276,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11603,2,13,-1,'Vilerend Slicer',23270,3,0,0,1,153284,30656,21,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,16405,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11604,4,4,-1,'Dark Iron Plate',21580,3,0,0,1,170001,34000,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,19,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,200,200,0,0,0,'',48,0,0,0,0,12340), (11605,4,4,-1,'Dark Iron Shoulders',21574,2,0,0,1,94113,18822,3,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,100,0,0,0,'',10,0,0,0,0,12340), (11606,4,3,-1,'Dark Iron Mail',21577,2,0,0,1,96280,19256,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,12,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,130,0,0,0,'',10,0,0,0,0,12340), (11607,2,1,-1,'Dark Iron Sunderer',22218,3,0,0,1,256126,51225,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,153,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15280,2,0,0.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11608,2,5,-1,'Dark Iron Pulverizer',25046,3,0,0,1,228804,45760,17,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,15283,2,0,0.18,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11609,12,0,-1,'Altered Black Dragonflight Molt',21584,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13982,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Used to collect the fiery essence of Bael\'Gar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (11610,9,4,-1,'Plans: Dark Iron Pulverizer',1102,3,64,0,1,12000,3000,0,-1,-1,53,0,164,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Dark Iron Pulverizer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11611,9,4,-1,'Plans: Dark Iron Sunderer',1102,3,64,0,1,12000,3000,0,-1,-1,55,0,164,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Dark Iron Sunderer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11612,9,4,-1,'Plans: Dark Iron Plate',1102,3,64,0,1,12000,3000,0,-1,-1,57,0,164,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dark Iron Plate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11613,12,0,-1,'DEBUG Samophlange Manual Cover',3426,1,3136,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15303,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (11614,9,4,-1,'Plans: Dark Iron Mail',15274,2,64,0,1,12000,3000,0,-1,-1,54,0,164,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15293,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Mail.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11615,9,4,-1,'Plans: Dark Iron Shoulders',15274,2,64,0,1,12000,3000,0,-1,-1,56,0,164,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11616,0,0,-1,'DEBUG Samophlange Manual Page',7629,1,1088,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (11617,12,0,-1,'Eridan\'s Supplies',21586,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11622,12,0,-1,'Lesser Arcanum of Rumination',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15340,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11623,4,1,-1,'Spritecaster Cape',26137,3,0,0,1,49999,9999,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,7,4,5,4,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11624,4,1,-1,'Kentic Amice',28788,3,0,0,1,45399,9079,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,5,13,6,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11625,4,0,-1,'Enthralled Sphere',21595,3,0,0,1,41810,10452,23,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11626,4,1,-1,'Blackveil Cape',26278,3,0,0,1,48493,9698,16,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,4,6,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11627,4,3,-1,'Fleetfoot Greaves',28658,3,0,0,1,73344,14668,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,3,19,5,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11628,2,2,-1,'Houndmaster\'s Bow',28780,3,0,0,1,122168,24433,15,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,82,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,18201,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11629,2,3,-1,'Houndmaster\'s Rifle',28781,3,0,0,1,122636,24527,26,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,104,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,18201,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11630,6,3,-1,'Rockshard Pellets',2418,3,0,0,200,20,5,24,-1,-1,52,47,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11631,4,6,-1,'Stoneshell Guard',21613,3,0,0,1,99468,19893,14,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,4,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,31,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,100,0,0,0,'',47,0,0,0,0,12340), (11632,4,4,-1,'Earthslag Shoulders',28725,3,0,0,1,81748,16349,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,4,13,32,13,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11633,4,4,-1,'Spiderfang Carapace',21898,3,0,0,1,123166,24633,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,4,19,7,14,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11634,4,1,-1,'Silkweb Gloves',28741,3,0,0,1,35319,7063,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,14,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11635,2,15,-1,'Hookfang Shanker',28779,3,524288,0,1,177256,35451,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,65,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,13526,2,0,1.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11642,12,0,-1,'Lesser Arcanum of Constitution',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15389,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11643,12,0,-1,'Lesser Arcanum of Tenacity',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15391,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11644,12,0,-1,'Lesser Arcanum of Resilience',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15394,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11645,12,0,-1,'Lesser Arcanum of Voracity',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15397,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11646,12,0,-1,'Lesser Arcanum of Voracity',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15400,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11647,12,0,-1,'Lesser Arcanum of Voracity',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15402,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11648,12,0,-1,'Lesser Arcanum of Voracity',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11649,12,0,-1,'Lesser Arcanum of Voracity',22651,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15406,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11662,4,1,-1,'Ban\'thok Sash',28642,3,0,0,1,37313,7462,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,10,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11665,4,2,-1,'Ogreseer Fists',17263,3,0,0,1,42661,8532,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,7,10,5,10,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11668,12,0,-1,'Flute of Xavaric',21402,1,2048,2,1,0,0,0,-1,-1,54,49,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,939,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11669,4,0,-1,'Naglering',9837,3,524288,0,1,68630,17157,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,15438,1,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,50,0,0,0,'',48,0,0,0,0,12340), (11671,12,0,-1,'[PH] Greater Arcane Amalgamation (AGI/FR)',4775,3,64,8192,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15446,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (11672,12,0,-1,'[PH] Greater Arcane Amalgamation (SPI/FR)',4775,3,64,8192,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15458,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (11674,12,0,-1,'Jadefire Felbind',21651,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11675,4,2,-1,'Shadefiend Boots',18979,3,0,0,1,72320,14464,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,10,7,13,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11677,4,1,-1,'Graverot Cape',28381,3,0,0,1,58276,11655,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11678,4,4,-1,'Carapace of Anub\'shiah',26654,3,0,0,1,136469,27293,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,7,22,4,11,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11679,4,3,-1,'Rubicund Armguards',28820,3,0,0,1,58691,11738,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,3,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11682,12,0,-1,'Eridan\'s Vial',21673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15491,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11684,2,4,-1,'Ironfoe',23618,4,0,0,1,315430,63086,13,-1,-1,60,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,15494,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (11685,4,2,-1,'Splinthide Shoulders',28704,3,0,0,1,69706,13941,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,4,4,11,7,10,3,10,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11686,4,2,-1,'Girdle of Beastial Fury',28763,3,0,0,1,46646,9329,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,4,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11702,2,0,-1,'Grizzle\'s Skinner',28765,3,0,0,1,183763,36752,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,8,7,5,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11703,4,4,-1,'Stonewall Girdle',28686,3,0,0,1,64931,12986,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,12,12,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,160,0,0,0,'',47,0,0,0,0,12340), (11722,4,3,-1,'Dregmetal Spaulders',28721,3,0,0,1,83052,16610,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,0,21623,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11723,12,0,-1,'Goodsteel\'s Balanced Flameberge',21692,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11724,12,0,-1,'Overdue Package',7918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'To: Krinkle Goodsteel, Tanaris',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11725,12,0,-1,'Solid Crystal Leg Shaft',10530,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11726,4,3,-1,'Savage Gladiator Chain',28724,4,0,0,1,167666,33533,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,13,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,1,140,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (11727,12,0,-1,'Goodsteel Ledger',1143,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1551,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11728,4,3,-1,'Savage Gladiator Leggings',21694,3,0,0,1,126682,25336,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,19,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,1,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11729,4,3,-1,'Savage Gladiator Helm',28826,3,0,0,1,95365,19073,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,12,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,1,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11730,4,3,-1,'Savage Gladiator Grips',28723,3,0,0,1,63813,12762,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,9,5,12,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11731,4,3,-1,'Savage Gladiator Greaves',28666,3,0,0,1,96501,19300,8,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,3,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11732,9,0,-1,'Libram of Rumination',1246,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',1611,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11733,9,0,-1,'Libram of Constitution',7139,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',1631,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11734,9,0,-1,'Libram of Tenacity',1103,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',1633,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11735,4,2,-1,'Ragefury Eyepatch',21701,3,0,0,1,83350,16670,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,9,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11736,9,0,-1,'Libram of Resilience',8093,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',1632,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11737,9,0,-1,'Libram of Voracity',1134,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',1634,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11742,1,0,-1,'Wayfarer\'s Knapsack',20709,2,0,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11743,2,13,-1,'Rockfist',21714,3,0,0,1,184407,36881,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11744,2,13,-1,'Bloodfist',21715,3,0,0,1,196214,39242,13,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,16433,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11745,4,4,-1,'Fists of Phalanx',28740,3,0,0,1,69328,13865,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,4,20,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11746,4,4,-1,'Golem Skull Helm',21717,3,0,0,1,103594,20718,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,18,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,13386,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11747,4,2,-1,'Flamestrider Robes',21719,3,0,0,1,83299,16659,20,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,4,6,16,7,5,5,6,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11748,2,19,-1,'Pyric Caduceus',28807,3,0,0,1,125417,25083,26,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11749,4,3,-1,'Searingscale Leggings',28722,3,0,0,1,100708,20141,7,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,3,13,5,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11750,2,10,-1,'Kindling Stave',21723,3,0,0,1,216172,43234,17,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,4,6,10,7,10,5,12,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,160,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11751,12,0,-1,'Burning Essence',21724,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The smoldering remains of something...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11752,12,0,-1,'Black Blood of the Tormented',17974,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The putrid scent of burned blood assaults your senses.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11753,12,0,-1,'Eye of Kajal',7986,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The pupil tracks your every move.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11754,12,0,-1,'Black Diamond',22652,2,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11755,4,0,-1,'Verek\'s Collar',21725,3,0,0,1,58510,14627,2,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,4,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11764,4,2,-1,'Cinderhide Armsplints',21753,3,0,0,1,51991,10398,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,1080,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11765,4,3,-1,'Pyremail Wristguards',28806,3,0,0,1,62626,12525,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,1101,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11766,4,1,-1,'Flameweave Cuffs',21755,3,0,0,1,43031,8606,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,1059,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11767,4,4,-1,'Emberplate Armguards',21754,3,0,0,1,76013,15202,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,1122,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11768,4,1,-1,'Incendic Bracers',28785,3,0,0,1,43346,8669,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,14,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11782,4,1,-1,'Boreal Mantle',21771,3,0,0,1,63602,12720,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11783,4,3,-1,'Chillsteel Girdle',28696,3,0,0,1,63839,12767,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11784,2,7,-1,'Arbiter\'s Blade',21773,3,0,0,1,169178,33835,21,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,5,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,110,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11785,4,6,-1,'Rock Golem Bulwark',18814,3,0,0,1,145415,29083,14,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1994,0,0,10,0,0,10,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,36,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11786,2,8,-1,'Stone of the Earth',21775,3,0,0,1,253700,50740,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,185,0,0,0,0,280,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11787,4,4,-1,'Shalehusk Boots',28669,3,0,0,1,119933,23986,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,13670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11802,4,4,-1,'Lavacrest Leggings',19843,3,0,0,1,157295,31459,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,4,28,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11803,2,5,-1,'Force of Magma',21793,3,0,0,1,250889,50177,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,185,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,18086,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11804,12,0,-1,'Spraggle\'s Canteen',21794,1,67648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15591,0,0,0,45000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1500,0,0,'',0,0,0,0,0,12340), (11805,2,4,-1,'Rubidium Hammer',28821,3,0,0,1,202197,40439,13,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,120,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11807,4,1,-1,'Sash of the Burning Heart',28825,3,0,0,1,45767,9153,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,10,7,10,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11808,4,1,-1,'Circle of Flame',28268,4,0,0,1,96461,19292,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,17447,0,0,0,300000,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (11809,2,6,-1,'Flame Wrath',22031,3,0,0,1,256435,51287,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,191,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,16559,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11810,4,0,-1,'Force of Will',19767,3,524288,0,1,40000,10000,12,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15594,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11811,4,0,-1,'Smoking Heart of the Mountain',21804,3,0,0,1,6000,1500,12,-1,-1,55,50,0,0,0,0,0,0,0,1,1,0,1,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11812,4,1,-1,'Cape of the Fire Salamander',22997,3,0,0,1,69895,13979,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,12,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11813,9,8,-1,'Formula: Smoking Heart of the Mountain',11431,2,64,0,1,12000,3000,0,-1,-1,53,0,333,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15596,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a smoking heart of the mountain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11814,4,3,-1,'Molten Fists',21805,3,0,0,1,65415,13083,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,11,7,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11815,4,0,-1,'Hand of Justice',6337,3,524288,0,1,40000,10000,12,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15600,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11816,2,1,-1,'Angerforge\'s Battle Axe',22212,3,0,0,1,244414,48882,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,4,27,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,150,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11817,2,7,-1,'Lord General\'s Sword',21809,3,0,0,1,196274,39254,13,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,125,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15602,2,0,1.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11818,12,0,-1,'Grimesilt Outhouse Key',21807,1,0,0,1,0,0,0,-1,-1,43,43,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,4451,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11819,4,0,-1,'Second Wind',18725,3,524288,0,1,40000,10000,12,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,15604,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11820,4,3,-1,'Royal Decorated Armor',28819,3,0,0,1,133809,26761,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,4,8,7,26,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11821,4,2,-1,'Warstrife Leggings',28623,3,0,0,1,111925,22385,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,4,9,7,12,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11822,4,1,-1,'Omnicast Boots',28660,3,0,0,1,70768,14153,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11823,4,2,-1,'Luminary Kilt',28728,3,0,0,1,118385,23677,7,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,20,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11824,4,0,-1,'Cyclopean Band',9847,3,524288,0,1,54630,13657,11,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,4,6,4,31,4,5,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11825,15,2,-1,'Pet Bombling',21833,1,64,0,1,10000,2500,0,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,15048,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11826,15,2,-1,'Lil\' Smoky',59496,1,64,0,1,10000,2500,0,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,15049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11827,9,3,-1,'Schematic: Lil\' Smoky',15274,2,33554496,0,1,2700,675,0,-1,-1,40,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15633,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make your own Lil\' Smoky robot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11828,9,3,-1,'Schematic: Pet Bombling',15274,2,33554496,0,1,2700,675,0,-1,-1,41,0,202,205,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15628,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Pet Bombling.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11829,12,0,-1,'Un\'Goro Ash',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11830,12,0,-1,'Webbed Diemetradon Scale',21834,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11831,12,0,-1,'Webbed Pterrordax Scale',21835,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11832,4,0,-1,'Burst of Knowledge',19764,3,524288,0,1,40000,10000,12,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,15646,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11833,12,0,-1,'Gorishi Queen Lure',21836,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15627,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11834,12,0,-1,'Super Sticky Tar',9518,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11835,12,0,-1,'Gorishi Queen Brain',10923,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11837,12,0,-1,'Gorishi Scent Gland',1438,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11839,4,1,-1,'Chief Architect\'s Monocle',21839,3,0,0,1,55958,11191,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,5,15,7,10,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11840,4,0,-1,'Master Builder\'s Shirt',21842,1,0,0,1,28550,7137,4,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11841,4,1,-1,'Senior Designer\'s Pantaloons',28720,3,0,0,1,75164,15032,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,6,18,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11842,4,3,-1,'Lead Surveyor\'s Mantle',28792,3,0,0,1,85252,17050,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11843,12,0,-1,'Bank Voucher',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11844,12,0,-1,'Pestlezugg\'s Un\'Goro Report',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11845,1,0,-1,'Handmade Leather Bag',1183,1,0,0,1,250,62,18,-1,-1,1,0,0,0,0,0,0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11846,0,5,-1,'Wizbang\'s Special Brew',21845,1,0,0,1,120,30,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11847,4,1,-1,'Battered Cloak',28071,1,0,0,1,39,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11848,4,1,-1,'Flax Belt',28170,1,0,0,1,26,5,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11849,4,3,-1,'Rustmetal Bracers',9644,1,0,0,1,39,7,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11850,4,1,-1,'Short Duskbat Cape',23128,1,0,0,1,36,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11851,4,2,-1,'Scavenger Tunic',28249,1,0,0,1,60,12,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11852,4,3,-1,'Roamer\'s Leggings',19575,1,0,0,1,72,14,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11853,4,2,-1,'Rambling Boots',28241,2,0,0,1,1941,388,8,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (11854,2,8,-1,'Samophlange Screwdriver',28245,2,0,0,1,7472,1494,17,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (11855,4,0,-1,'Tork Wrench',7494,2,0,0,1,3130,782,23,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,4,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (11856,2,15,-1,'Ceremonial Elven Blade',28312,2,0,0,1,78876,15775,13,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,63,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (11857,2,10,-1,'Sanctimonial Rod',28345,2,0,0,1,106888,21377,17,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (11858,4,1,-1,'Battlehard Cape',28260,2,0,0,1,23842,4768,16,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (11859,4,0,-1,'Jademoon Orb',21853,2,0,0,1,28540,7135,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,3,7,3,5,4,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (11860,2,19,-1,'Charged Lightning Rod',28108,2,0,0,1,64855,12971,26,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,3,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (11861,4,3,-1,'Girdle of Reprisal',28171,2,0,0,1,26039,5207,6,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,1,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,7617,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11862,4,0,-1,'White Bone Band',6486,2,0,0,1,28170,7042,11,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11863,2,13,-1,'White Bone Shredder',21855,2,0,0,1,135957,27191,22,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,4,4,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,57,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11864,2,6,-1,'White Bone Spear',25632,2,0,0,1,170543,34108,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,131,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11865,4,1,-1,'Rancor Boots',16766,2,0,0,1,43542,8708,8,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11866,4,2,-1,'Nagmara\'s Whipping Belt',28219,3,0,0,1,49099,9819,6,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,3,6,13,7,14,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11867,4,3,-1,'Maddening Gauntlets',28332,2,0,0,1,43849,8769,10,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,2,4,15,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11868,4,0,-1,'Choking Band',9840,2,0,0,1,26170,6542,11,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,1,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11869,4,0,-1,'Sha\'ni\'s Ring',9849,2,0,0,1,26170,6542,11,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,2,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11870,4,0,-1,'Oblivion Orb',28226,2,0,0,1,41150,10287,23,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11871,4,2,-1,'Snarkshaw Spaulders',28253,2,0,0,1,53332,10666,3,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11872,4,4,-1,'Eschewal Greaves',28164,2,0,0,1,74811,14962,8,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11873,4,1,-1,'Ethereal Mist Cape',28325,2,0,0,1,48310,9662,16,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11874,4,2,-1,'Clouddrift Mantle',28313,2,0,0,1,60620,12124,3,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,4,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11875,4,1,-1,'Breezecloud Bracers',28305,2,0,0,1,28881,5776,9,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11876,4,2,-1,'Plainstalker Tunic',28233,2,0,0,1,81438,16287,5,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,7,23,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11882,4,3,-1,'Outrider Leggings',27770,2,0,0,1,102604,20520,7,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,4,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11883,15,0,-1,'A Dingy Fanny Pack',1281,1,4,0,1,0,0,0,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11884,4,1,-1,'Moonlit Amice',14649,2,0,0,1,9232,1846,3,-1,-1,33,0,0,0,0,0,0,0,0,0,1,0,2,7,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (11885,12,0,-1,'Shadowforge Torch',12738,1,65600,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,3366,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (11886,12,0,-1,'Urgent Message',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1711,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11887,15,0,-1,'Cenarion Circle Cache',20709,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11888,4,1,-1,'Quintis\' Research Gloves',28342,2,0,0,1,24399,4879,10,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11889,4,4,-1,'Bark Iron Pauldrons',28304,2,0,0,1,64153,12830,3,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,4,11,3,5,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11902,2,7,-1,'Linken\'s Sword of Mastery',22227,2,0,0,1,170974,34194,21,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18089,2,0,2,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (11903,15,2,-1,'Cat Carrier (Corrupted Kitten)',20629,1,64,8192,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,15648,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (11904,4,0,-1,'Spirit of Aquementas',21936,2,0,0,1,55260,13815,23,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (11905,4,0,-1,'Linken\'s Boomerang',22753,2,64,0,1,24813,6203,12,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,15712,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11906,2,4,-1,'Beastsmasher',28075,2,0,0,1,163616,32723,13,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,14565,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11907,2,1,-1,'Beastslayer',28073,2,0,0,1,205250,41050,17,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,18076,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11908,4,1,-1,'Archaeologist\'s Quarry Boots',28063,2,0,0,1,49435,9887,8,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11909,4,2,-1,'Excavator\'s Utility Belt',17121,2,0,0,1,41338,8267,6,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11910,4,4,-1,'Bejeweled Legguards',28076,2,0,0,1,108023,21604,7,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,7,15,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11911,4,1,-1,'Treetop Leggings',28198,2,0,0,1,61961,12392,7,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,6,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11912,15,0,-1,'Package of Empty Ooze Containers',8928,1,4,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11913,4,3,-1,'Clayridge Helm',28132,2,0,0,1,70225,14045,1,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,3,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11914,0,0,-1,'Empty Cursed Ooze Jar',20791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15698,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11915,4,6,-1,'Shizzle\'s Drizzle Blocker',18750,2,0,0,1,100623,20124,14,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,4,13,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,29,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11916,4,2,-1,'Shizzle\'s Muzzle',28254,2,0,0,1,59172,11834,3,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,3,4,6,7,6,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11917,4,1,-1,'Shizzle\'s Nozzle Wiper',28255,2,0,0,1,31675,6335,9,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,3,7,3,5,12,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11918,4,3,-1,'Grotslab Gloves',28186,2,0,0,1,47688,9537,10,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11919,4,4,-1,'Cragplate Greaves',28136,2,0,0,1,83601,16720,8,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11920,2,0,-1,'Wraith Scythe',28679,3,0,0,1,203663,40732,13,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,16414,2,0,1.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11921,2,5,-1,'Impervious Giant',25625,3,0,0,1,270837,54167,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,159,0,0,0,0,30,0,0,0,0,0,0,2700,0,0,15464,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11922,2,15,-1,'Blood-etched Blade',25609,3,0,0,1,217457,43491,21,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11923,2,4,-1,'The Hammer of Grace',21956,3,0,0,1,218245,43649,21,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,132,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9317,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11924,4,1,-1,'Robes of the Royal Crown',28814,3,0,0,1,102378,20475,20,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,6,10,5,12,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11925,4,2,-1,'Ghostshroud',28762,3,0,0,1,82424,16484,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,19,7,18,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11926,4,3,-1,'Deathdealer Breastplate',28712,3,0,0,1,122953,24590,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11927,4,4,-1,'Legplates of the Eternal Guardian',21961,3,0,0,1,143997,28799,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,742,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,18196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,220,0,0,0,'',48,0,0,0,0,12340), (11928,4,0,-1,'Thaurissan\'s Royal Scepter',21962,3,0,0,1,88181,22045,23,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,6,10,5,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11929,4,1,-1,'Haunting Specter Leggings',28736,3,0,0,1,82905,16581,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,6,28,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11930,4,1,-1,'The Emperor\'s New Cape',21965,3,0,0,1,72941,14588,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,16,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11931,2,1,-1,'Dreadforge Retaliator',28719,3,0,0,1,290517,58103,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,225,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,13665,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11932,2,10,-1,'Guiding Stave of Wisdom',21968,3,0,0,1,291612,58322,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,6,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,200,0,0,0,0,0,0,0,0,10,0,0,3300,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11933,4,0,-1,'Imperial Jewel',28784,3,0,0,1,78585,19646,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11934,4,0,-1,'Emperor\'s Seal',28733,3,0,0,1,79685,19921,11,-1,-1,61,55,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,3256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (11935,4,0,-1,'Magmus Stone',28795,3,0,0,1,52650,13162,23,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,6,4,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (11936,4,1,-1,'Relic Hunter Belt',28242,2,0,0,1,1422,284,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,6,2,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (11937,15,0,-1,'Fat Sack of Coins',1168,1,4,0,1,749,187,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,6235,18704,0,12340), (11938,15,0,-1,'Sack of Gems',4056,1,4,0,1,854,213,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11939,15,0,-1,'Shiny Bracelet',14432,0,0,0,1,2684,671,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11940,15,0,-1,'Sparkly Necklace',9657,0,0,0,1,1558,389,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11941,15,0,-1,'False Documents',7798,0,0,0,1,23584,5896,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11942,15,0,-1,'Legal Documents',7629,0,0,0,1,21215,5303,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11943,15,0,-1,'Deed to Thandol Span',7744,0,0,0,1,85941,21485,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11944,15,0,-1,'Dark Iron Baby Booties',21970,0,0,0,1,35284,8821,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11945,4,0,-1,'Dark Iron Ring',9840,3,0,0,1,26370,6592,11,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,3484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11946,4,0,-1,'Fire Opal Necklace',9854,3,0,0,1,31650,7912,2,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,3513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11947,12,0,-1,'Filled Cursed Ooze Jar',21971,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11948,0,0,-1,'Empty Tainted Ooze Jar',20791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15699,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11949,12,0,-1,'Filled Tainted Ooze Jar',21972,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11950,0,8,-1,'Windblossom Berries',21973,1,0,0,1,0,0,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26030,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (11951,0,5,-1,'Whipper Root Tuber',21974,1,0,0,1,0,0,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15700,0,-1,0,120000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11952,0,8,-1,'Night Dragon\'s Breath',21975,1,0,0,1,0,0,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15701,0,-1,0,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11953,0,0,-1,'Empty Pure Sample Jar',20791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15702,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11954,12,0,-1,'Filled Pure Sample Jar',21976,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11955,15,0,-1,'Bag of Empty Ooze Containers',21977,1,4,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (11962,4,1,-1,'Manacle Cuffs',17229,3,0,0,1,39699,7939,9,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (11963,4,2,-1,'Penance Spaulders',28232,2,0,0,1,50129,10025,3,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,3,7,11,3,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11964,2,4,-1,'Swiftstrike Cudgel',28203,2,0,0,1,150784,30156,13,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15464,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (11965,4,0,-1,'Quartz Ring',9837,2,0,0,1,1858,464,11,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (11966,15,0,-1,'Small Sack of Coins',1168,1,4,0,1,658,164,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,425,1275,0,12340), (11967,4,0,-1,'Zircon Band',9835,2,0,0,1,4351,1087,11,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (11968,4,0,-1,'Amber Hoop',9836,2,0,0,1,3988,997,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (11969,4,0,-1,'Jacinth Circle',9839,2,0,0,1,6887,1721,11,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (11970,4,0,-1,'Spinel Ring',9842,2,0,0,1,6841,1710,11,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (11971,4,0,-1,'Amethyst Band',9840,2,0,0,1,15876,3969,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (11972,4,0,-1,'Carnelian Loop',4284,2,0,0,1,18597,4649,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (11973,4,0,-1,'Hematite Link',224,2,0,0,1,15887,3971,11,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (11974,4,0,-1,'Aquamarine Ring',3666,2,0,0,1,19885,4971,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11975,4,0,-1,'Topaz Ring',9835,2,0,0,1,18958,4739,11,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11976,4,0,-1,'Sardonyx Knuckle',9834,2,0,0,1,31112,7778,11,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11977,4,0,-1,'Serpentine Loop',9833,2,0,0,1,31587,7896,11,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11978,4,0,-1,'Jasper Link',9834,2,0,0,1,29658,7414,11,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11979,4,0,-1,'Peridot Circle',9836,2,0,0,1,29885,7471,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (11980,4,0,-1,'Opal Ring',9837,2,0,0,1,42158,10539,11,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (11981,4,0,-1,'Lead Band',3666,2,0,0,1,1985,496,11,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (11982,4,0,-1,'Viridian Band',9823,2,0,0,1,4251,1062,11,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (11983,4,0,-1,'Chrome Ring',9837,2,0,0,1,4521,1130,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (11984,4,0,-1,'Cobalt Ring',9832,2,0,0,1,8756,2189,11,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (11985,4,0,-1,'Cerulean Ring',9847,2,0,0,1,8576,2144,11,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (11986,4,0,-1,'Thallium Hoop',9849,2,0,0,1,6981,1745,11,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (11987,4,0,-1,'Iridium Circle',9840,2,0,0,1,11543,2885,11,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (11988,4,0,-1,'Tellurium Band',9833,2,0,0,1,28455,7113,11,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (11989,4,0,-1,'Vanadium Loop',9847,2,0,0,1,29887,7471,11,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11990,4,0,-1,'Selenium Loop',9834,2,0,0,1,33225,8306,11,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (11991,4,0,-1,'Quicksilver Ring',3666,2,0,0,1,25268,6317,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (11992,4,0,-1,'Vermilion Band',9839,2,0,0,1,29585,7396,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (11993,4,0,-1,'Clay Ring',9836,2,0,0,1,3498,874,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (11994,4,0,-1,'Coral Band',9832,2,0,0,1,5251,1312,11,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (11995,4,0,-1,'Ivory Band',9837,2,0,0,1,3658,914,11,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (11996,4,0,-1,'Basalt Ring',9823,2,0,0,1,6854,1713,11,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (11997,4,0,-1,'Greenstone Circle',9847,2,0,0,1,25876,6469,11,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (11998,4,0,-1,'Jet Loop',3666,2,0,0,1,11587,2896,11,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (11999,4,0,-1,'Lodestone Hoop',4284,2,0,0,1,22155,5538,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12000,2,1,-1,'Limb Cleaver',28207,2,0,0,1,205270,41054,17,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,4,21,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,123,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (12001,4,0,-1,'Onyx Ring',3666,2,0,0,1,19885,4971,11,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12002,4,0,-1,'Marble Circle',9834,2,0,0,1,25289,6322,11,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12003,0,5,-1,'Dark Dwarven Lager',18115,1,0,0,1,1000,250,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12004,4,0,-1,'Obsidian Band',3666,2,0,0,1,36652,9163,11,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12005,4,0,-1,'Granite Ring',3666,2,0,0,1,35254,8813,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12006,4,0,-1,'Meadow Ring',9833,2,0,0,1,4258,1064,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (12007,4,0,-1,'Prairie Ring',4284,2,0,0,1,4258,1064,11,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (12008,4,0,-1,'Savannah Ring',224,2,0,0,1,3581,895,11,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (12009,4,0,-1,'Tundra Ring',9837,2,0,0,1,8698,2174,11,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (12010,4,0,-1,'Fen Ring',9834,2,0,0,1,9876,2469,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (12011,4,0,-1,'Forest Hoop',9833,2,0,0,1,18599,4649,11,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12012,4,0,-1,'Marsh Ring',9847,2,0,0,1,9853,2463,11,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12013,4,0,-1,'Desert Ring',9836,2,0,0,1,18599,4649,11,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12014,4,0,-1,'Arctic Ring',9835,2,0,0,1,25158,6289,11,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12015,4,0,-1,'Swamp Ring',9833,2,0,0,1,35245,8811,11,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12016,4,0,-1,'Jungle Ring',9847,2,0,0,1,31125,7781,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,2136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12017,4,0,-1,'Prismatic Band',9839,2,0,0,1,35853,8963,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12018,4,3,-1,'Conservator Helm',28135,2,0,0,1,69211,13842,1,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,7,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12019,4,0,-1,'Cerulean Talisman',6539,2,0,0,1,16881,4220,2,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (12020,4,0,-1,'Thallium Choker',9860,2,0,0,1,15878,3969,2,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (12021,4,4,-1,'Shieldplate Sabatons',23483,2,0,0,1,81459,16291,8,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12022,4,0,-1,'Iridium Chain',9658,2,0,0,1,18875,4718,2,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12023,4,0,-1,'Tellurium Necklace',9853,2,0,0,1,19885,4971,2,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12024,4,0,-1,'Vanadium Talisman',9859,2,0,0,1,21587,5396,2,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12025,4,0,-1,'Selenium Chain',9852,2,0,0,1,21130,5282,2,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12026,4,0,-1,'Quicksilver Pendant',9657,2,0,0,1,31030,7757,2,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12027,4,0,-1,'Vermilion Necklace',9858,2,0,0,1,25030,6257,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,2090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12028,4,0,-1,'Basalt Necklace',9857,2,0,0,1,16030,4007,2,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (12029,4,0,-1,'Greenstone Talisman',6539,2,0,0,1,21581,5395,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (12030,4,0,-1,'Jet Chain',15420,2,0,0,1,28574,7143,2,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (12031,4,0,-1,'Lodestone Necklace',9859,2,0,0,1,31578,7894,2,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12032,4,0,-1,'Onyx Choker',15420,2,0,0,1,21587,5396,2,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12033,15,0,-1,'Thaurissan Family Jewels',22020,1,4,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,600,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12034,4,0,-1,'Marble Necklace',9859,2,0,0,1,20050,5012,2,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12035,4,0,-1,'Obsidian Pendant',15420,2,0,0,1,22053,5513,2,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12036,4,0,-1,'Granite Necklace',9860,2,0,0,1,23930,5982,2,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12037,7,8,-1,'Mystery Meat',25480,1,0,0,1,350,87,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12038,4,0,-1,'Lagrave\'s Seal',224,2,0,0,1,36370,9092,11,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,3,6,7,7,7,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12039,4,0,-1,'Tundra Necklace',9657,2,0,0,1,16899,4224,2,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (12040,4,0,-1,'Forest Pendant',6539,2,0,0,1,16658,4164,2,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (12041,4,2,-1,'Windshear Leggings',28429,2,0,0,1,72233,14446,7,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,3,7,4,3,14,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12042,4,0,-1,'Marsh Chain',9852,2,0,0,1,18997,4749,2,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12043,4,0,-1,'Desert Choker',9857,2,0,0,1,21587,5396,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12044,4,0,-1,'Arctic Pendant',9859,2,0,0,1,20581,5145,2,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12045,4,0,-1,'Swamp Pendant',15420,2,0,0,1,31068,7767,2,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12046,4,0,-1,'Jungle Necklace',6539,2,0,0,1,23030,5757,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12047,4,0,-1,'Spectral Necklace',9852,2,0,0,1,19987,4996,2,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (12048,4,0,-1,'Prismatic Pendant',9657,2,0,0,1,26030,6507,2,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,3462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12049,4,3,-1,'Splintsteel Armor',28244,2,0,0,1,84252,16850,5,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12050,4,1,-1,'Hazecover Boots',4272,2,0,0,1,44818,8963,8,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12051,4,3,-1,'Brazen Gauntlets',28090,2,0,0,1,44984,8996,10,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,2,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12052,4,0,-1,'Ring of the Moon',9837,2,0,0,1,3350,837,11,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (12053,4,0,-1,'Volcanic Rock Ring',3666,2,0,0,1,3350,837,11,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (12054,4,0,-1,'Demon Band',9834,2,0,0,1,3350,837,11,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,3,4,4,7,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (12055,4,0,-1,'Stardust Band',9840,2,0,0,1,33500,8375,11,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,7,5,5,5,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12056,4,0,-1,'Ring of the Heavens',9832,2,0,0,1,33500,8375,11,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,13,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12057,4,0,-1,'Dragonscale Band',9836,2,0,0,1,33500,8375,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,13,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12058,4,0,-1,'Demonic Bone Ring',3666,2,0,0,1,33505,8376,11,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,3,4,8,7,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12059,4,0,-1,'Conqueror\'s Medallion',4841,3,0,0,1,49510,12377,2,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,4,7,11,4,10,6,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12060,12,0,-1,'Shindrell\'s Note',6270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12061,2,7,-1,'Blade of Reckoning',28086,2,0,0,1,201061,40212,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,112,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (12062,2,15,-1,'Skilled Fighting Blade',25611,2,0,0,1,201828,40365,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,65,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (12064,4,1,-1,'Gamemaster Hood',22036,1,0,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12065,4,0,-1,'Ward of the Elements',22037,2,0,0,1,31813,7953,12,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12066,4,1,-1,'Shaleskin Cape',28251,2,0,0,1,55748,11149,16,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,7,11,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12082,4,2,-1,'Wyrmhide Spaulders',28176,2,0,0,1,68634,13726,3,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12083,4,1,-1,'Valconian Sash',28190,2,0,0,1,36744,7348,6,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12102,4,0,-1,'Ring of the Aristocrat',9840,2,0,0,1,36170,9042,11,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12103,4,0,-1,'Star of Mystaria',23717,3,0,0,1,48630,12157,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,4,6,8,5,9,7,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12104,4,2,-1,'Brindlethorn Tunic',28095,2,0,0,1,104395,20879,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10,0,0,0,0,1), (12105,4,3,-1,'Pridemail Leggings',28234,3,0,8192,1,121788,24357,7,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,0,5,21,7,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12106,4,4,-1,'Boulderskin Breastplate',28089,2,0,0,1,84121,16824,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10,0,0,0,0,1), (12107,4,1,-1,'Whispersilk Leggings',28182,2,0,0,1,84428,16885,7,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10,0,0,0,0,1), (12108,4,3,-1,'Basaltscale Armor',28070,2,0,0,1,115275,23055,5,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,6,21,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12109,4,1,-1,'Azure Moon Amice',21771,2,0,0,1,57846,11569,3,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12110,4,1,-1,'Raincaster Drape',28240,2,0,0,1,58054,11610,16,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12111,4,4,-1,'Lavaplate Gauntlets',28202,2,0,0,1,68362,13672,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,4,17,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12112,4,3,-1,'Crypt Demon Bracers',28139,2,0,0,1,52035,10407,9,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12113,4,1,-1,'Sunborne Cape',28210,2,0,0,1,52220,10444,16,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12114,4,2,-1,'Nightfall Gloves',28222,2,0,0,1,43672,8734,10,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,3,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12115,4,4,-1,'Stalwart Clutch',28224,2,0,0,1,61708,12341,6,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12122,15,0,-1,'Kum\'isha\'s Junk',2593,2,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A chest full of \"junk\"',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12144,13,0,-1,'Eggscilloscope',22299,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15748,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12162,9,4,-1,'Plans: Hardened Iron Shortsword',1102,1,64,0,1,3000,750,0,-1,-1,32,0,164,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3492,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hardened Iron Shortsword.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12163,9,4,-1,'Plans: Moonsteel Broadsword',1102,1,64,0,1,4400,1100,0,-1,-1,36,0,164,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3496,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Moonsteel Broadsword.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12164,9,4,-1,'Plans: Massive Iron Axe',1102,1,64,0,1,4400,1100,0,-1,-1,37,0,164,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Massive Iron Axe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12184,7,8,-1,'Raptor Flesh',25467,1,0,0,1,350,87,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12185,4,1,-1,'Bloodsail Admiral\'s Hat',35174,2,128,0,1,64478,12895,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,60244,1,0,0,-1,0,-1,17567,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,4096,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12190,0,1,-1,'Dreamless Sleep Potion',17403,1,64,0,1,1000,250,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15822,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12191,12,0,-1,'Silver Dawning\'s Lockbox',22192,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12192,12,0,-1,'Mist Veil\'s Lockbox',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12202,7,8,-1,'Tiger Meat',2599,1,0,0,1,350,87,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12203,7,8,-1,'Red Wolf Meat',25466,1,0,0,1,350,87,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12204,7,8,-1,'Heavy Kodo Meat',25472,1,0,0,1,450,112,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12205,7,8,-1,'White Spider Meat',22193,1,0,0,1,450,112,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12206,7,8,-1,'Tender Crab Meat',22193,1,0,0,1,450,112,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (12207,7,8,-1,'Giant Egg',18052,1,0,0,1,600,150,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12208,7,8,-1,'Tender Wolf Meat',2599,1,0,0,1,600,150,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12209,0,5,-1,'Lean Wolf Steak',22194,1,0,0,1,380,95,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12210,0,5,-1,'Roast Raptor',20803,1,0,0,1,1200,300,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12212,0,5,-1,'Jungle Stew',21473,1,0,0,1,1200,300,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12213,0,5,-1,'Carrion Surprise',25469,1,0,0,1,1200,300,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12214,0,5,-1,'Mystery Stew',22198,1,0,0,1,1200,300,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12215,0,5,-1,'Heavy Kodo Stew',22198,1,0,0,1,1200,300,0,-1,-1,40,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12216,0,5,-1,'Spiced Chili Crab',22196,1,0,0,1,1200,300,0,-1,-1,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (12217,0,5,-1,'Dragonbreath Chili',21473,1,64,0,1,1200,300,0,-1,-1,40,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15852,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12218,0,5,-1,'Monster Omelet',6353,1,0,0,1,1200,300,0,-1,-1,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (12219,12,0,-1,'Unadorned Seal of Ascension',19330,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Three empty sockets cover the face.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12220,12,0,-1,'Intact Elemental Bracer',7025,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12223,7,8,-1,'Meaty Bat Wing',6704,1,0,0,1,16,4,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12224,0,5,-1,'Crispy Bat Wing',22200,1,0,0,1,40,10,0,-1,-1,7,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (12225,2,20,-1,'Blump Family Fishing Pole',20618,1,0,0,1,940,188,17,-1,-1,10,0,356,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,15956,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12226,9,5,-1,'Recipe: Crispy Bat Wing',811,1,64,0,1,25,6,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15935,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook up a Crispy Bat Wing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12227,9,5,-1,'Recipe: Lean Wolf Steak',1102,1,64,0,1,1600,400,0,-1,-1,25,0,185,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15853,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Lean Wolf Steak.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12228,9,5,-1,'Recipe: Roast Raptor',1301,1,64,0,1,5000,1250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15855,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Roast Raptor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12229,9,5,-1,'Recipe: Hot Wolf Ribs',1301,1,64,0,1,5000,1250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15856,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Hot Wolf Ribs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12230,12,0,-1,'Felwood Slime Sample',22202,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12231,9,5,-1,'Recipe: Jungle Stew',1301,1,64,0,1,3000,750,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15861,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Jungle Stew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12232,9,5,-1,'Recipe: Carrion Surprise',1301,1,64,0,1,5000,1250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15863,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Carrion Surprise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12233,9,5,-1,'Recipe: Mystery Stew',1301,1,64,0,1,3000,750,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15865,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Mystery Stew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12234,12,0,-1,'Corrupted Felwood Sample',22203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12235,12,0,-1,'Un\'Goro Slime Sample',15793,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12236,12,0,-1,'Pure Un\'Goro Sample',15734,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12237,12,0,-1,'Fine Crab Chunks',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12238,0,5,-1,'Darkshore Grouper',33571,1,0,0,5,40,2,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (12239,9,5,-1,'Recipe: Dragonbreath Chili',1301,1,64,0,1,7000,1750,0,-1,-1,40,0,185,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Dragonbreath Chili.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12240,9,5,-1,'Recipe: Heavy Kodo Stew',1301,1,64,0,1,7000,1750,0,-1,-1,40,0,185,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Heavy Kodo Stew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12241,12,0,-1,'Collected Dragon Egg',1659,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12242,12,0,-1,'Sea Creature Bones',22207,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12243,2,6,-1,'Smoldering Claw',5290,3,0,0,1,229902,45980,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,15662,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12247,2,15,-1,'Broad Bladed Knife',22247,2,0,0,1,28373,5674,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (12248,2,15,-1,'Daring Dirk',22248,2,0,0,1,32030,6406,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,37,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (12249,2,1,-1,'Merciless Axe',22249,2,0,0,1,30195,6039,17,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,81,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (12250,2,1,-1,'Midnight Axe',22250,2,0,0,1,40342,8068,17,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,75,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,13440,2,0,1.1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (12251,2,10,-1,'Big Stick',22252,2,0,0,1,53897,10779,17,1535,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,93,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (12252,2,10,-1,'Staff of Protection',28699,2,0,0,1,63095,12619,17,1535,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,100,0,0,0,0,100,0,6,6,6,6,6,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (12253,4,1,-1,'Brilliant Red Cloak',28690,2,0,0,1,17728,3545,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12254,4,1,-1,'Well Oiled Cloak',23079,2,0,0,1,22416,4483,16,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12255,4,1,-1,'Pale Leggings',4765,2,0,0,1,34988,6997,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12256,4,1,-1,'Cindercloth Leggings',16764,2,0,0,1,43828,8765,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12257,4,3,-1,'Heavy Notched Belt',28777,2,0,0,1,19430,3886,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,7,6,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (12258,4,3,-1,'Serpent Clasp Belt',22256,2,0,8192,1,22747,4549,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12259,2,15,-1,'Glinting Steel Dagger',4119,2,0,0,1,40364,8072,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,37,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (12260,2,15,-1,'Searing Golden Blade',22258,2,0,0,1,51977,10395,21,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (12261,9,4,-1,'Plans: Searing Golden Blade',15274,2,64,0,1,3800,950,0,-1,-1,38,0,164,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15973,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Searing Golden Blade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12262,12,0,-1,'Empty Worg Pup Cage',22271,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15998,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12263,12,0,-1,'Caged Worg Pup',22271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cage rattles and shakes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12264,15,0,-1,'Worg Carrier',20629,1,64,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,15999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12282,2,1,-1,'Worn Battleaxe',22291,1,0,0,1,44,8,17,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12283,12,0,-1,'Broodling Essence',7050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12284,12,0,-1,'Draco-Incarcinatrix 900',22293,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16007,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12286,12,0,-1,'Eggscilloscope Prototype',22299,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16028,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12287,12,0,-1,'Collectronic Module',22303,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15958,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12288,12,0,-1,'Encased Corrupt Ooze',8381,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16031,0,-1,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12289,12,0,-1,'Sea Turtle Remains',22304,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12291,12,0,-1,'Merged Ooze Sample',6703,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12292,12,0,-1,'Strangely Marked Box',7913,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12293,12,0,-1,'Fine Gold Thread',7331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12295,4,1,-1,'Leggings of the People\'s Militia',28204,2,0,0,1,1414,282,7,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (12296,2,19,-1,'Spark of the People\'s Militia',28248,2,0,0,1,3612,722,26,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (12299,4,1,-1,'Netted Gloves',28221,1,0,0,1,82,16,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12300,12,0,-1,'Orb of Draconic Energy',6506,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16053,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12301,13,0,-1,'Bamboo Cage Key',22377,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12302,15,5,-1,'Reins of the Ancient Frostsaber',17608,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16056,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12303,15,5,-1,'Reins of the Nightsaber',17608,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16055,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12323,12,0,-1,'Unforged Seal of Ascension',7366,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16057,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12324,12,0,-1,'Forged Seal of Ascension',7366,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12325,15,5,-1,'Reins of the Primal Leopard',17607,3,0,8192,1,10000,2500,0,262143,2098253,20,20,0,0,33388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16058,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12326,15,5,-1,'Reins of the Tawny Sabercat',17607,3,0,8192,1,10000,2500,0,262143,2098253,20,20,0,0,33388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16059,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12327,15,5,-1,'Reins of the Golden Sabercat',17607,3,0,8192,1,10000,2500,0,262143,2098253,20,20,0,0,33388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16060,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12330,15,5,-1,'Horn of the Red Wolf',16208,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16080,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12334,12,0,-1,'Frostmaul Shards',6563,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12335,12,0,-1,'Gemstone of Smolderthorn',6496,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12336,12,0,-1,'Gemstone of Spirestone',2516,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12337,12,0,-1,'Gemstone of Bloodaxe',6006,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12339,12,0,-1,'Vaelan\'s Gift',18721,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12341,12,0,-1,'Blackwood Fruit Sample',22414,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12342,12,0,-1,'Blackwood Grain Sample',16206,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12343,12,0,-1,'Blackwood Nut Sample',6417,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12344,4,0,-1,'Seal of Ascension',22415,3,0,0,1,0,0,11,-1,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,7,12,31,9,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16349,0,0,0,0,491,180000,16372,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Draconic runes appear and disappear along the inner band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12345,12,0,-1,'Bijou\'s Belongings',19595,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12346,12,0,-1,'Empty Cleansing Bowl',22416,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16073,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12347,12,0,-1,'Filled Cleansing Bowl',22417,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16072,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12348,2,0,-1,'Monster - Axe, Horde Badass Copper 01 (Special1H)',22319,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12349,12,0,-1,'Cliffspring River Sample',15773,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12350,12,0,-1,'Empty Sampling Tube',22429,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16077,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12351,15,5,-1,'Horn of the Arctic Wolf',16207,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16081,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12352,12,0,-1,'Doomrigger\'s Clasp',7366,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12353,15,5,-1,'White Stallion Bridle',13108,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12354,15,5,-1,'Palomino Bridle',25132,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,16082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12355,12,0,-1,'Talisman of Corruption',19462,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12356,12,0,-1,'Highperch Wyvern Egg',22436,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12358,12,0,-1,'Darkstone Tablet',22443,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12359,7,7,-1,'Thorium Bar',22444,1,0,0,1,2400,600,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12360,7,7,-1,'Arcanite Bar',14993,2,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12361,3,7,-1,'Blue Sapphire',1659,2,0,0,1,28000,7000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12363,3,7,-1,'Arcane Crystal',18707,2,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12364,3,7,-1,'Huge Emerald',6851,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12365,7,7,-1,'Dense Stone',23148,1,0,0,1,1000,250,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12366,12,0,-1,'Thick Yeti Fur',21366,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12367,12,0,-1,'Pristine Yeti Horn',22464,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12368,12,0,-1,'Dawn\'s Gambit',12332,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17045,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12382,13,0,-1,'Key to the City',22477,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Master Key to the City of Stratholme',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12383,12,0,-1,'Moontouched Feather',19528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12384,12,0,-1,'Cache of Mau\'ari',22483,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12402,12,0,-1,'Ancient Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12404,0,8,-1,'Dense Sharpening Stone',24677,1,64,0,1,300,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16138,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12405,4,4,-1,'Thorium Armor',25751,2,0,0,1,80850,16170,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,4,11,32,11,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12406,4,4,-1,'Thorium Belt',22550,2,0,0,1,40804,8160,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,4,9,32,8,44,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (12408,4,4,-1,'Thorium Bracers',25753,2,0,0,1,43986,8797,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,4,6,37,6,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12409,4,4,-1,'Thorium Boots',25752,2,0,0,1,90274,18054,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,4,10,32,9,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12410,4,4,-1,'Thorium Helm',25856,2,0,0,1,90589,18117,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,4,12,32,13,44,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12411,12,0,-1,'Third Mosh\'aru Tablet',22484,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12412,12,0,-1,'Fourth Mosh\'aru Tablet',20220,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12414,4,4,-1,'Thorium Leggings',22951,2,0,0,1,152044,30408,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,14,32,13,44,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12415,4,3,-1,'Radiant Breastplate',25742,2,0,0,1,85018,17003,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,31,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12416,4,3,-1,'Radiant Belt',25740,2,0,0,1,37980,7596,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,31,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12417,4,3,-1,'Radiant Circlet',25826,2,0,0,1,85174,17034,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,38,36,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12418,4,3,-1,'Radiant Gloves',25744,2,0,0,1,51214,10242,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,38,24,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12419,4,3,-1,'Radiant Boots',25741,2,0,0,1,82107,16421,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,38,26,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12420,4,3,-1,'Radiant Leggings',25745,2,0,0,1,122310,24462,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,38,36,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,18,18,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12422,4,4,-1,'Imperial Plate Chest',25749,2,0,0,1,141787,28357,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12424,4,4,-1,'Imperial Plate Belt',24514,2,0,0,1,48691,9738,6,-1,-1,53,47,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12425,4,4,-1,'Imperial Plate Bracers',24511,2,0,0,1,53190,10638,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,4,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12426,4,4,-1,'Imperial Plate Boots',24513,2,0,0,1,105345,21069,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,4,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12427,4,4,-1,'Imperial Plate Helm',24510,2,0,0,1,105727,21145,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,4,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (12428,4,4,-1,'Imperial Plate Shoulders',24509,2,0,0,1,75516,15103,3,-1,-1,53,47,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (12429,4,4,-1,'Imperial Plate Leggings',24506,2,0,0,1,151448,30289,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,18,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,321,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (12430,12,0,-1,'Frostsaber E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12431,12,0,-1,'Winterfall E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12432,12,0,-1,'Shardtooth E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12433,12,0,-1,'Wildkin E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12434,12,0,-1,'Chillwind E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12435,12,0,-1,'Ice Thistle E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12436,12,0,-1,'Frostmaul E\'ko',19800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12437,12,0,-1,'Ridgewell\'s Crate',8928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12438,12,0,-1,'Tinkee\'s Letter',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1691,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12444,12,0,-1,'Uncracked Chillwind Horn',16283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12445,12,0,-1,'Felnok\'s Package',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12446,2,3,-1,'Anvilmar Musket',28060,1,0,0,1,96,19,26,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12447,2,2,-1,'Thistlewood Bow',20723,1,0,0,1,97,19,15,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12448,2,3,-1,'Light Hunting Rifle',28206,1,0,0,1,97,19,26,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12449,2,2,-1,'Primitive Bow',28235,1,0,0,1,97,19,15,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12450,12,0,-1,'Juju Flurry',22634,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16322,0,-1,0,60000,24,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12451,12,0,-1,'Juju Power',22636,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16323,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12455,12,0,-1,'Juju Ember',22639,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16326,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12457,12,0,-1,'Juju Chill',22641,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16325,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12458,12,0,-1,'Juju Guile',22642,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16327,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12459,12,0,-1,'Juju Escape',22634,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16321,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12460,12,0,-1,'Juju Might',22643,1,2048,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16329,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12462,4,1,-1,'Embrace of the Wind Serpent',28272,4,0,0,1,101370,20274,20,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,6,12,5,17,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (12463,2,8,-1,'Drakefang Butcher',20198,3,0,0,1,212232,42446,17,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,149,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14118,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12464,4,2,-1,'Bloodfire Talons',28680,3,0,0,1,42602,8520,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,6,9,5,5,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12465,4,1,-1,'Nightfall Drape',22989,3,0,0,1,51309,10261,16,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,14,13,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12466,4,1,-1,'Dawnspire Cord',28190,3,0,0,1,34328,6865,6,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,5,13,6,8,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12467,12,0,-1,'Alien Egg',6504,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Something seems to shake from within',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12468,2,19,-1,'Chilton Wand',6097,0,0,8192,1,43221,8644,26,-1,-1,53,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12469,2,8,-1,'Mutilator',22654,3,0,8192,1,168600,33720,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,10370,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12470,4,2,-1,'Sandstalker Ankleguards',22656,3,0,0,1,43922,8784,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,3,17,31,3,38,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (12471,4,0,-1,'Desertwalker Cane',18437,3,0,0,1,33638,8409,23,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,6,13,5,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (12472,12,0,-1,'Krakle\'s Thermometer',7841,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16378,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Quality Guaranteed by Kraklenheit Industries',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12522,4,2,-1,'Bingles\' Flying Gloves',28077,2,0,0,1,910,182,10,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,3,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (12524,12,0,-1,'Blue-feathered Amulet',22716,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12525,12,0,-1,'Jaron\'s Supplies',9151,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12527,2,0,-1,'Ribsplitter',21952,3,0,0,1,176663,35332,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5304,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12528,2,5,-1,'The Judge\'s Gavel',28673,3,0,0,1,189166,37833,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,184,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,56,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12529,15,0,-1,'Smolderweb Carrier',22717,1,64,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,16450,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12530,12,0,-1,'Spire Spider Egg',18047,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12531,2,15,-1,'Searing Needle',22721,3,0,0,1,144417,28883,13,-1,-1,51,46,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,80,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,16454,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12532,2,10,-1,'Spire of the Stoneshaper',22722,3,0,0,1,242507,48501,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,16470,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12533,0,0,-1,'Roughshod Pike',18125,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12534,12,0,-1,'Omokk\'s Head',9666,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16447,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12535,2,7,-1,'Doomforged Straightedge',22733,3,0,0,1,174630,34926,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,89,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12542,4,1,-1,'Funeral Pyre Vestment',26053,3,0,0,1,61781,12356,20,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,5,13,6,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12543,4,0,-1,'Songstone of Ironforge',9837,3,0,0,1,28625,7156,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12544,4,0,-1,'Thrall\'s Resolve',9837,3,0,0,1,29630,7407,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,7,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,150,0,0,0,'',48,0,0,0,0,12340), (12545,4,0,-1,'Eye of Orgrimmar',9837,3,0,0,1,28330,7082,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,6,4,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12546,4,1,-1,'Aristocratic Cuffs',28637,3,0,0,1,37316,7463,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12547,4,2,-1,'Mar Alom\'s Grip',28797,3,0,0,1,52597,10519,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,6,8,5,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,9408,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12548,4,0,-1,'Magni\'s Will',9837,3,0,0,1,28410,7102,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,4,6,7,7,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12549,4,3,-1,'Braincage',15501,3,0,0,1,68350,13670,1,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,5,25,45,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,70313,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12550,4,4,-1,'Runed Golem Shackles',28824,3,0,0,1,56892,11378,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12551,4,1,-1,'Stoneshield Cloak',28695,3,0,0,1,57972,11594,16,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,150,0,0,0,'',48,0,0,0,0,12340), (12552,4,1,-1,'Blisterbane Wrap',23111,3,0,0,1,54901,10980,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,3,15,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,6,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12553,4,2,-1,'Swiftwalker Boots',28670,3,0,0,1,88496,17699,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,3,21,7,7,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12554,4,1,-1,'Hands of the Exalted Herald',28771,3,0,0,1,47373,9474,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12555,4,4,-1,'Battlechaser\'s Greaves',27829,3,0,0,1,99616,19923,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,3,13,4,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12556,4,1,-1,'High Priestess Boots',22779,3,0,0,1,71585,14317,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,20,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12557,4,4,-1,'Ebonsteel Spaulders',28727,3,0,0,1,125483,25096,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,16,3,7,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,90,0,0,0,'',48,0,0,0,0,12340), (12558,12,0,-1,'Blue-feathered Necklace',22765,1,2048,1,1,0,0,0,-1,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,4882,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12562,12,0,-1,'Important Blackrock Documents',3331,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',1772,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12563,12,0,-1,'Warlord Goretooth\'s Command',5567,1,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the seal of the K.E.F.',0,0,0,4903,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12564,12,0,-1,'Assassination Note',22771,1,2048,1,1,0,0,0,-1,-1,23,23,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',1771,0,1,4881,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12565,15,0,-1,'Winna\'s Kitten Carrier',20629,1,64,0,1,0,0,0,-1,-1,5,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15647,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12566,12,0,-1,'Hardened Flasket',21673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15649,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12567,12,0,-1,'Filled Flasket',22785,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12582,2,15,-1,'Keris of Zul\'Serak',28789,3,0,0,1,255997,51199,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,93,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,16528,2,0,1.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12583,2,6,-1,'Blackhand Doomsaw',22792,3,0,0,1,334578,66915,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,227,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,16549,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12584,2,7,-1,'Grand Marshal\'s Longsword',31966,4,36864,2,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12586,0,8,-1,'Immature Venom Sac',22793,1,65600,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16537,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Protects the brood against Mother\'s Milk. Efficacy decays over time.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (12587,4,2,-1,'Eye of Rend',22794,3,0,0,1,94649,18929,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,7,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12588,4,3,-1,'Bonespike Shoulder',22795,3,0,0,1,114518,22903,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,16550,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12589,4,1,-1,'Dustfeather Sash',21796,3,0,0,1,49499,9899,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12590,2,15,-1,'Felstriker',25613,4,0,0,1,340333,68066,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,16551,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12592,2,8,-1,'Blackblade of Shahram',22906,4,0,0,1,428613,85722,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,16602,2,0,0.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12602,4,6,-1,'Draconian Deflector',23419,3,0,0,1,158467,31693,14,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2153,0,10,0,0,0,0,0,0,0,13390,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,40,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12603,4,2,-1,'Nightbrace Tunic',8725,3,0,0,1,120948,24189,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,15,7,10,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12604,4,1,-1,'Starfire Tiara',22833,3,0,0,1,71844,14368,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,10,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12605,2,19,-1,'Serpentine Skuller',24107,3,0,0,1,145534,29106,26,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12606,4,2,-1,'Crystallized Girdle',22837,3,0,0,1,61167,12233,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,6,5,19,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12607,12,0,-1,'Brilliant Chromatic Scale',22838,3,0,0,1,32195,8048,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12608,4,1,-1,'Butcher\'s Apron',28693,3,0,0,1,66160,13232,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,7,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12609,4,1,-1,'Polychromatic Visionwrap',22843,3,0,0,1,98977,19795,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,20,20,20,20,20,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12610,4,4,-1,'Runic Plate Shoulders',23490,2,0,0,1,106963,21392,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,10,10,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,100,0,0,0,'',10,0,0,0,0,12340), (12611,4,4,-1,'Runic Plate Boots',23486,2,0,0,1,107365,21473,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,10,10,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,100,0,0,0,'',10,0,0,0,0,12340), (12612,4,4,-1,'Runic Plate Helm',23491,2,0,0,1,109273,21854,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,0,13,13,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',11,0,0,0,0,12340), (12613,4,4,-1,'Runic Breastplate',19730,2,0,0,1,148524,29704,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,0,15,15,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',11,0,0,0,0,12340), (12614,4,4,-1,'Runic Plate Leggings',23485,2,0,0,1,149076,29815,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,14,14,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',11,0,0,0,0,12340), (12615,4,3,-1,'Savage Mail Tunic',22860,2,0,8192,1,128252,25650,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12616,4,3,-1,'Savage Mail Boots',22861,2,0,8192,1,98291,19658,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,4,13,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12617,4,3,-1,'Savage Mail Shoulders',22869,2,0,8192,1,98643,19728,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,4,10,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12618,4,4,-1,'Enchanted Thorium Breastplate',25746,3,0,0,1,188797,37759,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,26,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12619,4,4,-1,'Enchanted Thorium Leggings',22882,3,0,0,1,189468,37893,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,21,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12620,4,4,-1,'Enchanted Thorium Helm',22886,3,0,0,1,140423,28084,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,25,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12621,2,0,-1,'Demonfork',22885,3,0,0,1,225426,45085,13,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,142,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,16603,2,0,1.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12622,12,0,-1,'Shardtooth Meat',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12623,12,0,-1,'Chillwind Meat',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12624,4,3,-1,'Wildthorn Mail',25754,3,0,0,1,103212,20642,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12625,4,4,-1,'Dawnbringer Shoulders',25827,3,0,0,1,114235,22847,3,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12626,4,1,-1,'Funeral Cuffs',14618,3,0,0,1,45956,9191,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,14,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12627,12,0,-1,'Temporal Displacer',6338,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16613,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12628,4,4,-1,'Demon Forged Breastplate',22892,3,0,0,1,145606,29121,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,0,0,0,0,0,0,0,0,0,16611,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12630,12,0,-1,'Head of Rend Blackhand',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sickening, bloody, foulness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12631,4,4,-1,'Fiery Plate Gauntlets',25747,3,0,0,1,78493,15698,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,10,0,0,0,0,0,0,0,7721,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12632,4,3,-1,'Storm Gauntlets',25835,3,0,0,1,70498,14099,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,10,0,0,0,0,0,0,0,16615,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12633,4,4,-1,'Whitesoul Helm',22901,3,0,0,1,129776,25955,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,120,0,0,0,'',48,0,0,0,0,12340), (12634,4,3,-1,'Chiselbrand Girdle',22907,3,0,0,1,76552,15310,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12635,12,0,-1,'Simple Parchment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2131,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12636,4,3,-1,'Helm of the Great Chief',22908,3,0,0,1,117262,23452,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,12,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12637,4,4,-1,'Backusarian Gauntlets',22910,3,0,0,1,90785,18157,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,31,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12638,12,0,-1,'Andorhal Watch',22911,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The hands of this watch are frozen at 3:00.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12639,4,4,-1,'Stronghold Gauntlets',25750,4,0,0,1,125306,25061,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,504,0,0,0,0,0,0,0,0,0,43588,1,0,0,-1,0,-1,13665,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12640,4,4,-1,'Lionheart Helm',22920,4,0,0,1,184651,36930,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12641,4,3,-1,'Invulnerable Mail',25748,4,0,0,1,197276,39455,5,-1,-1,63,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,0,0,0,0,0,16620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,14249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',65,0,0,0,0,12340), (12642,12,0,-1,'Cleansed Infernal Orb',1695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12643,0,8,-1,'Dense Weightstone',24687,1,64,0,1,300,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16622,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12644,7,7,-1,'Dense Grinding Stone',24682,1,0,0,1,800,200,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12645,0,6,-1,'Thorium Shield Spike',22924,2,64,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16623,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12646,12,0,-1,'Infus Emerald',7393,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16628,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12647,12,0,-1,'Felhas Ruby',4777,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16627,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12648,12,0,-1,'Imprisoned Felhound Spirit',7045,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12649,12,0,-1,'Imprisoned Infernal Spirit',6851,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12650,0,0,-1,'Attuned Dampener',22926,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16629,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This object has been attuned to weaken Araj the Summoner.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12651,2,18,-1,'Blackcrow',22929,3,0,0,1,180279,36055,26,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,149,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12652,12,0,-1,'Bijou\'s Reconnaissance Report',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'TOP SECRET',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12653,2,2,-1,'Riphook',28813,3,0,0,1,181593,36318,15,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12654,6,2,-1,'Doomshot',22931,3,0,0,200,250,62,24,-1,-1,59,54,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12655,7,7,-1,'Enchanted Thorium Bar',22445,1,0,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12662,7,11,-1,'Demonic Rune',22952,2,0,0,1,2400,600,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16666,0,-1,-1,-1,1153,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12663,12,0,-1,'Glyphed Oaken Branch',22953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Glyphs of a druidic nature adorn the branch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12682,9,4,-1,'Plans: Thorium Armor',15274,2,64,0,1,12000,3000,0,-1,-1,50,0,164,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Thorium Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12683,9,4,-1,'Plans: Thorium Belt',15274,2,64,0,1,12000,3000,0,-1,-1,50,0,164,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12684,9,4,-1,'Plans: Thorium Bracers',15274,2,64,0,1,12000,3000,0,-1,-1,51,0,164,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16644,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Thorium Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12685,9,4,-1,'Plans: Radiant Belt',15274,2,64,0,1,12000,3000,0,-1,-1,52,0,164,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Radiant Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12687,9,4,-1,'Plans: Imperial Plate Shoulders',1102,2,64,0,1,12000,3000,0,-1,-1,53,0,164,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16646,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Imperial Plate Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12688,9,4,-1,'Plans: Imperial Plate Belt',1102,2,64,0,1,12000,3000,0,-1,-1,53,0,164,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16647,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Imperial Plate Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12689,9,4,-1,'Plans: Radiant Breastplate',15274,2,64,0,1,14000,3500,0,-1,-1,54,0,164,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16648,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Radiant Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12690,9,4,-1,'Plans: Imperial Plate Bracers',1102,2,64,0,1,12000,3000,0,-1,-1,54,0,164,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16649,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Imperial Plate Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12691,9,4,-1,'Plans: Wildthorn Mail',15274,2,64,0,1,16000,4000,0,-1,-1,54,0,164,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16650,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Wildthorn Mail.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12692,9,4,-1,'Plans: Thorium Shield Spike',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,164,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16651,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12693,9,4,-1,'Plans: Thorium Boots',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,164,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16652,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Thorium Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12694,9,4,-1,'Plans: Thorium Helm',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,164,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16653,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12695,9,4,-1,'Plans: Radiant Gloves',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,164,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16654,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Radiant Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12696,9,4,-1,'Plans: Demon Forged Breastplate',1102,3,64,0,1,20000,5000,0,-1,-1,57,0,164,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16667,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Demon Forged Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12697,9,4,-1,'Plans: Radiant Boots',15274,2,64,0,1,22000,5500,0,-1,-1,58,0,164,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16656,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Radiant Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12698,9,4,-1,'Plans: Dawnbringer Shoulders',1102,3,64,0,1,22000,5500,0,-1,-1,58,0,164,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16660,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dawnbringer Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12699,9,4,-1,'Plans: Fiery Plate Gauntlets',1102,3,64,0,1,20000,5000,0,-1,-1,58,0,164,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16655,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fiery Plate Gaunlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12700,9,4,-1,'Plans: Imperial Plate Boots',1102,2,64,0,1,25000,6250,0,-1,-1,59,0,164,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Imperial Plate Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12701,9,4,-1,'Plans: Imperial Plate Helm',1102,2,64,0,1,25000,6250,0,-1,-1,59,0,164,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16658,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Imperial Plate Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12702,9,4,-1,'Plans: Radiant Circlet',15274,2,64,0,1,25000,6250,0,-1,-1,59,0,164,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16659,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Radiant Circlet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12703,9,4,-1,'Plans: Storm Gauntlets',1102,3,64,0,1,40000,10000,0,-1,-1,59,0,164,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16661,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Storm Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12704,9,4,-1,'Plans: Thorium Leggings',15274,2,64,0,1,30000,7500,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Thorium Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12705,9,4,-1,'Plans: Imperial Plate Chest',1102,2,64,0,1,30000,7500,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16663,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Imperial Plate Chest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12706,9,4,-1,'Plans: Runic Plate Shoulders',1102,2,64,0,1,30000,7500,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16664,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Runic Plate Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12707,9,4,-1,'Plans: Runic Plate Boots',1102,2,64,0,1,30000,7500,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16665,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Runic Plate Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12708,12,0,-1,'Crossroads\' Supply Crates',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12709,2,15,-1,'Finkle\'s Skinner',22977,3,0,0,1,260977,52195,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,70,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,16718,1,0,0,-1,0,-1,18067,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Also serves as a skinning knife.',0,0,0,0,0,1,3,0,0,0,0,65,0,0,8,166,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12710,12,0,-1,'Glowing Hunk of the Beast\'s Flesh',22979,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It Glows!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12711,9,4,-1,'Plans: Whitesoul Helm',1102,3,64,0,1,40000,10000,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Whitesoul Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12712,0,0,-1,'Warosh\'s Mojo',15794,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12713,9,4,-1,'Plans: Radiant Leggings',15274,2,64,0,1,40000,10000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Radiant Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12714,9,4,-1,'Plans: Runic Plate Helm',1102,2,64,0,1,40000,10000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16726,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Runic Plate Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12715,9,4,-1,'Plans: Imperial Plate Leggings',1102,2,64,0,1,40000,10000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Imperial Plate Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12716,9,4,-1,'Plans: Helm of the Great Chief',1102,3,64,0,1,60000,15000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Helm of the Great Chief.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12717,9,4,-1,'Plans: Lionheart Helm',6270,4,64,0,1,60000,15000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lionheart Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12718,9,4,-1,'Plans: Runic Breastplate',1102,2,64,0,1,60000,15000,0,-1,-1,62,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Runic Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12719,9,4,-1,'Plans: Runic Plate Leggings',1102,2,64,0,1,60000,15000,0,-1,-1,62,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Runic Plate Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12720,9,4,-1,'Plans: Stronghold Gauntlets',1102,4,64,0,1,80000,20000,0,-1,-1,62,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Stronghold Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12721,12,0,-1,'Good Luck Half-Charm',23713,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12722,12,0,-1,'Good Luck Other-Half-Charm',23714,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16781,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12723,12,0,-1,'Good Luck Charm',23715,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12724,12,0,-1,'Janice\'s Parcel',23146,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12725,9,4,-1,'Plans: Enchanted Thorium Helm',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Enchanted Thorium Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12726,9,4,-1,'Plans: Enchanted Thorium Leggings',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16744,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Thorium Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12727,9,4,-1,'Plans: Enchanted Thorium Breastplate',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16745,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Enchanted Thorium Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12728,9,4,-1,'Plans: Invulnerable Mail',1102,4,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16746,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Invulnerable Mail.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12730,12,0,-1,'Warosh\'s Scroll',4110,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2212,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12731,12,0,-1,'Pristine Hide of the Beast',23150,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12732,12,0,-1,'Incendia Agave',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12733,12,0,-1,'Sacred Frostsaber Meat',1116,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16796,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12734,12,0,-1,'Enchanted Scarlet Thread',7403,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12735,12,0,-1,'Frayed Abomination Stitching',21416,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12736,12,0,-1,'Frostwhisper\'s Embalming Fluid',21473,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12737,12,0,-1,'Gloom Weed',1442,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12738,12,0,-1,'Dalson Outhouse Key',13290,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12739,12,0,-1,'Dalson Cabinet Key',21807,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12740,12,0,-1,'Fifth Mosh\'aru Tablet',20220,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12741,12,0,-1,'Sixth Mosh\'aru Tablet',22484,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12752,4,1,-1,'Cap of the Scarlet Savant',23197,4,0,0,1,106795,21359,1,1488,-1,62,0,0,0,0,0,0,0,0,0,1,0,2,5,20,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12753,12,0,-1,'Skin of Shadow',19316,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12756,4,2,-1,'Leggings of Arcana',23199,4,0,0,1,163436,32687,7,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,2,6,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12757,4,2,-1,'Breastplate of Bloodthirst',23200,4,0,0,1,164066,32813,5,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,2,7,20,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12764,2,8,-1,'Thorium Greatsword',23224,2,0,0,1,168108,33621,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,175,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (12765,12,0,-1,'Secret Note #1',1093,1,18432,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2232,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12766,12,0,-1,'Secret Note #2',1093,1,18432,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2233,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12768,12,0,-1,'Secret Note #3',1093,1,18432,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2234,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12769,2,1,-1,'Bleakwood Hew',25600,3,0,0,1,230773,46154,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,16871,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12770,12,0,-1,'Bijou\'s Information',23229,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12771,12,0,-1,'Empty Firewater Flask',22429,1,0,0,1,0,0,0,-1,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,1,5083,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12772,2,5,-1,'Inlaid Thorium Hammer',23230,2,0,0,1,194358,38871,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (12773,2,0,-1,'Ornate Thorium Handaxe',23234,2,0,0,1,165400,33080,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (12774,2,0,-1,'Dawn\'s Edge',23236,3,0,0,1,180221,36044,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12775,2,1,-1,'Huge Thorium Battleaxe',23434,2,0,0,1,199747,39949,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,172,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (12776,2,5,-1,'Enchanted Battlehammer',23240,3,0,0,1,240625,48125,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,150,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,13665,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12777,2,7,-1,'Blazing Rapier',23241,3,0,0,1,193242,38648,13,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,82,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,16898,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12779,2,0,-1,'Rune Edge',23243,2,0,0,1,176692,35338,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,4,5,7,5,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,102,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (12780,12,0,-1,'General Drakkisath\'s Command',16161,1,2048,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5089,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12781,2,4,-1,'Serenity',23244,3,0,0,1,213605,42721,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,16908,2,0,2,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12782,2,8,-1,'Corruption',24255,3,0,0,1,284042,56808,17,1535,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,4,30,7,30,6,-40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,179,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12783,2,15,-1,'Heartseeker',23248,3,0,0,1,261988,52397,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12784,2,1,-1,'Arcanite Reaper',23904,3,0,0,1,328683,65736,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,256,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12785,12,0,-1,'Incendia Powder',3116,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16996,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12787,2,4,-1,'Monster - Mace, Horde Bone Claw Hammer',23254,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12790,2,8,-1,'Arcanite Champion',24813,3,0,0,1,335809,67161,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,194,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,16916,2,0,1.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12791,2,15,-1,'Barman Shanker',23262,3,0,0,1,197059,39411,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,95,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,13318,2,0,1.5,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12792,2,4,-1,'Volcanic Hammer',23267,2,0,0,1,196279,39255,13,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,113,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,18082,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (12793,4,2,-1,'Mixologist\'s Tunic',23266,3,0,0,1,99230,19846,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,18,7,18,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (12794,2,4,-1,'Masterwork Stormhammer',7438,3,0,0,1,253384,50676,13,-1,-1,63,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,16921,2,0,2,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12795,2,13,-1,'Blood Talon',23271,3,0,0,1,244108,48821,21,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,67,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,13318,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12796,2,5,-1,'Hammer of the Titans',25047,3,0,0,1,319127,63825,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,246,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,56,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12797,2,7,-1,'Frostguard',23274,3,0,0,1,256261,51252,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,16927,2,0,1.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12798,2,0,-1,'Annihilator',28849,3,0,0,1,257194,51438,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,16928,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12799,3,7,-1,'Large Opal',6496,2,0,0,1,28000,7000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12800,3,7,-1,'Azerothian Diamond',4775,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12802,2,6,-1,'Darkspear',23283,3,0,0,1,313125,62625,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,16939,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12803,7,10,-1,'Living Essence',23285,2,0,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12804,7,11,-1,'Powerful Mojo',23286,1,0,0,1,8000,2000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12806,12,0,-1,'Unforged Rune Covered Breastplate',23289,3,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Covered in demonic runes.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12807,12,0,-1,'Scourge Banner',6748,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16989,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12808,7,10,-1,'Essence of Undeath',23291,2,0,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12809,7,7,-1,'Guardian Stone',21072,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12810,7,6,-1,'Enchanted Leather',23292,1,0,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12811,7,11,-1,'Righteous Orb',23293,2,0,0,1,80000,20000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12812,12,0,-1,'Unfired Plate Gauntlets',23294,3,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12813,12,0,-1,'Flask of Mystery Goo',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12814,12,0,-1,'Flame in a Bottle',18080,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17015,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s got enough juice to set a large tent on fire!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12815,12,0,-1,'Beacon Torch',23295,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17016,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12819,9,4,-1,'Plans: Ornate Thorium Handaxe',1102,2,64,0,1,16000,4000,0,-1,-1,55,0,164,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16969,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ornate Thorium Handaxe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12820,0,2,-1,'Winterfall Firewater',15787,1,0,0,1,0,0,0,-1,-1,50,45,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17038,0,-1,-1,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12821,9,4,-1,'Plans: Dawn\'s Edge',1102,3,64,0,1,16000,4000,0,-1,-1,55,0,164,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16970,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dawn\'s Edge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12822,12,0,-1,'Toxic Horror Droplet',2885,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12823,9,4,-1,'Plans: Huge Thorium Battleaxe',1102,1,64,0,1,20000,5000,0,-1,-1,56,0,164,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,16971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Huge Thorium Battleaxe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12824,9,4,-1,'Plans: Enchanted Battlehammer',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,164,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16973,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Enchanted Battlehammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12825,9,4,-1,'Plans: Blazing Rapier',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,164,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16978,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Blazing Rapier.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12827,9,4,-1,'Plans: Serenity',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,164,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16983,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Serenity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12828,9,4,-1,'Plans: Volcanic Hammer',15274,2,64,0,1,22000,5500,0,-1,-1,58,0,164,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16984,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Volcanic Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12829,12,0,-1,'Winterfall Crate',7918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12830,9,4,-1,'Plans: Corruption',1102,1,64,0,1,22000,5500,0,-1,-1,58,0,164,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16985,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Corruption.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12833,9,4,-1,'Plans: Hammer of the Titans',1102,3,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16988,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hammer of the Titans.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12834,9,4,-1,'Plans: Arcanite Champion',1102,3,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16990,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Arcanite Champion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12835,9,4,-1,'Plans: Annihilator',1102,3,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Annihilator.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12836,9,4,-1,'Plans: Frostguard',1102,3,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16992,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Frostguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12837,9,4,-1,'Plans: Masterwork Stormhammer',1102,3,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16993,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Masterwork Stormhammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12838,9,4,-1,'Plans: Arcanite Reaper',1102,3,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Arcanite Reaper.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12839,9,4,-1,'Plans: Heartseeker',1102,3,64,0,1,80000,20000,0,32767,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,16995,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Heartseeker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12840,12,0,-1,'Minion\'s Scourgestone',23722,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12841,12,0,-1,'Invader\'s Scourgestone',23720,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12842,12,0,-1,'Crudely-written Log',1155,1,2048,0,1,0,0,0,-1,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5123,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12843,12,0,-1,'Corruptor\'s Scourgestone',23721,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12844,12,0,-1,'Argent Dawn Valor Token',23717,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17047,0,-1,-1,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12845,12,0,-1,'Medallion of Faith',9857,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12846,4,0,-1,'Argent Dawn Commission',23716,1,0,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Equipping this badge is an indication of service to the Argent Dawn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12847,12,0,-1,'Soul Stained Pike',23315,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12848,12,0,-1,'Blood Stained Pike',23315,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17048,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fel energies pulse across the pike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12849,12,0,-1,'Demon Kissed Sack',20342,2,4,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12866,2,14,-1,'Jade Bracers',23323,2,0,0,1,17950,3590,13,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,1117,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',28,0,0,0,0,1), (12871,15,0,-1,'Chromatic Carapace',23332,4,0,0,1,32195,8048,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12884,0,0,-1,'Arnak\'s Hoof',23358,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12885,0,0,-1,'Pamela\'s Doll',2622,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12886,0,0,-1,'Pamela\'s Doll\'s Head',23370,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17133,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12887,12,0,-1,'Pamela\'s Doll\'s Left Side',23371,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17133,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12888,12,0,-1,'Pamela\'s Doll\'s Right Side',23371,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17133,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12891,12,0,-1,'Jaron\'s Pick',23383,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17474,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12894,0,0,-1,'Joseph\'s Wedding Ring',224,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12895,4,4,-1,'Breastplate of the Chromatic Flight',28335,4,0,0,1,240359,48071,5,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,7,30,4,20,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,806,0,15,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12896,12,0,-1,'First Relic Fragment',23398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12897,12,0,-1,'Second Relic Fragment',23398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12898,12,0,-1,'Third Relic Fragment',23398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12899,12,0,-1,'Fourth Relic Fragment',23398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12900,12,0,-1,'Annals of Darrowshire',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2371,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12903,4,3,-1,'Legguards of the Chromatic Defier',23473,4,0,0,1,212035,42407,7,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,3,33,4,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,5,5,5,5,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12904,4,1,-1,'Shawn\'s Super Special Swami Hat',23411,2,0,8192,1,65593,13118,1,-1,-1,61,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12905,4,1,-1,'Wildfire Cape',28605,3,0,0,1,78992,15798,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,20,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12906,12,0,-1,'Purified Moonwell Water',2357,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17155,0,-4,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12907,12,0,-1,'Corrupt Moonwell Water',18059,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12922,0,0,-1,'Empty Canteen',18057,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17161,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12923,12,0,-1,'Awbee\'s Scale',23432,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12924,0,0,-1,'Ritual Candle',6623,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A ritual candle from the depths of Jaedenar, new home of the Shadow Council.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12925,12,0,-1,'Arikara Serpent Skin',23436,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12926,4,0,-1,'Flaming Band',23435,3,524288,0,1,59630,14907,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,3248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12927,4,2,-1,'Truestrike Shoulders',28630,3,0,0,1,92460,18492,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12928,12,0,-1,'Umi\'s Mechanical Yeti',23440,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17166,0,10,0,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12929,4,0,-1,'Emberfury Talisman',9658,3,0,0,1,78585,19646,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,8,4,5,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12930,4,0,-1,'Briarwood Reed',8232,3,524288,0,1,40000,10000,12,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12935,4,4,-1,'Warmaster Legguards',28625,3,0,0,1,182684,36536,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,15,4,13,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12936,4,4,-1,'Battleborn Armbraces',22752,3,0,0,1,92201,18440,9,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12938,12,0,-1,'Blood of Heroes',15788,1,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12939,2,7,-1,'Dal\'Rend\'s Tribal Guardian',25647,3,0,0,1,271653,54330,22,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,97,0,0,0,0,100,0,0,0,0,0,0,1800,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,41,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12940,2,7,-1,'Dal\'Rend\'s Sacred Charge',25648,3,0,0,1,246673,49334,21,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,41,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12942,12,0,-1,'Panther Cage Key',23458,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17176,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12943,2,10,-1,'Monster - Staff, 3 Piece Taped Staff Red',23465,0,0,8192,1,15,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12945,4,3,-1,'Legplates of the Chromatic Defier',23473,4,0,0,1,198434,39686,7,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,5,19,6,26,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,5,5,5,5,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (12946,12,0,-1,'Hypercapacitor Gizmo',23475,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12947,4,0,-1,'Alex\'s Ring of Audacity',23496,6,0,0,1,0,0,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17178,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (12952,4,4,-1,'Gyth\'s Skull',23519,3,0,0,1,129789,25957,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,18369,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,3304,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12953,4,3,-1,'Dragoneye Coif',15327,3,0,0,1,111874,22374,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,3304,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12954,12,0,-1,'Davil\'s Libram',1134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12955,12,0,-1,'Redpath\'s Shield',23521,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12956,12,0,-1,'Skull of Horgus',23527,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12957,12,0,-1,'Shattered Sword of Marduk',23526,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12958,9,6,-1,'Recipe: Transmute Arcanite',1301,1,64,0,1,50000,12500,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Thorium and Arcane Crystals into Arcanite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (12960,4,2,-1,'Tribal War Feathers',23544,3,0,0,1,88761,17752,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,9318,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,3304,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (12963,4,2,-1,'Blademaster Leggings',23547,3,0,0,1,124735,24947,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,24,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12964,4,3,-1,'Tristam Legguards',23548,3,0,0,1,150258,30051,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,13,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12965,4,1,-1,'Spiritshroud Leggings',23551,3,0,0,1,100555,20111,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,6,16,5,16,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12966,4,2,-1,'Blackmist Armguards',23552,3,0,0,1,63087,12617,9,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,13,4,5,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12967,4,1,-1,'Bloodmoon Cloak',23553,3,0,0,1,75984,15196,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,7,5,5,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12968,4,1,-1,'Frostweaver Cape',23554,3,0,0,1,76271,15254,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,12,6,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12969,2,5,-1,'Seeping Willow',23557,3,0,0,1,318998,63799,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,17196,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (12970,4,4,-1,'General\'s Ceremonial Plate',26387,3,0,0,1,113840,22768,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,18190,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (12973,13,0,-1,'Scarlet Cannonball',23562,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17199,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,600,0,0,'',0,0,0,0,0,12340), (12974,2,7,-1,'The Black Knight',28676,3,0,0,1,30526,6105,13,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,14106,2,0,1.35,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (12975,2,1,-1,'Prospector Axe',28804,3,0,0,1,11027,2205,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,51,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12976,2,7,-1,'Ironpatch Blade',8272,3,0,0,1,8853,1770,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12977,4,1,-1,'Magefist Gloves',16642,3,0,0,1,1777,355,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,3,7,3,6,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12978,4,3,-1,'Stormbringer Belt',28448,3,0,0,1,2674,534,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,2,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12979,4,1,-1,'Firebane Cloak',28661,3,0,0,1,3086,617,16,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,5,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12982,4,3,-1,'Silver-linked Footguards',28452,3,0,0,1,4255,851,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,4,3,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12983,2,5,-1,'Rakzur Club',28809,3,0,0,1,11813,2362,17,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,3,4,4,6,5,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,57,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12984,2,19,-1,'Skycaller',28738,3,0,0,1,7115,1423,26,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12985,4,0,-1,'Ring of Defense',28812,3,524288,0,1,4615,1153,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,7517,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12987,4,1,-1,'Darkweave Breeches',28648,3,0,0,1,4533,906,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,3,6,6,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12988,4,2,-1,'Starsight Tunic',28375,3,0,0,1,5687,1137,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,7,4,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12989,2,6,-1,'Gargoyle\'s Bite',28758,3,0,0,1,14271,2854,17,-1,-1,22,20,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,66,0,0,0,0,60,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12990,2,0,-1,'Razor\'s Edge',28810,3,0,0,1,12947,2589,13,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12991,2,15,-1,'Monster - Dagger, Curvey Green Blade',23573,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (12992,2,8,-1,'Searing Blade',20071,3,0,0,1,16302,3260,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,59,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,16413,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12994,4,3,-1,'Thorbia\'s Gauntlets',27778,3,0,0,1,3940,788,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12996,4,0,-1,'Band of Purification',24646,3,524288,0,1,6110,1527,11,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,6,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12997,4,6,-1,'Redbeard Crest',28811,3,0,0,1,9600,1920,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,11,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12998,4,1,-1,'Magician\'s Mantle',28651,3,0,0,1,5103,1020,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (12999,4,2,-1,'Drakewing Bands',28370,3,0,0,1,4267,853,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,31,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (13000,2,10,-1,'Staff of Hale Magefire',28701,3,0,0,1,304077,60815,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,6,22,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,210,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13001,4,0,-1,'Maiden\'s Circle',9833,3,0,0,1,42594,10648,11,-1,-1,61,55,0,0,0,0,0,0,0,0,1,0,2,6,6,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13002,4,0,-1,'Lady Alizabeth\'s Pendant',4841,3,0,0,1,58469,14617,2,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,6,15,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13003,2,1,-1,'Lord Alexander\'s Battle Axe',28794,3,0,0,1,248204,49640,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,4,16,7,16,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,185,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13004,2,19,-1,'Torch of Austen',28631,3,0,0,1,167955,33591,26,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,104,2,0,0,0,0,0,10,0,0,0,0,1400,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13005,4,1,-1,'Amy\'s Blanket',28951,3,0,0,1,6657,1331,16,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,6,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13006,2,4,-1,'Mass of McGowan',28799,3,0,0,1,255661,51132,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13007,4,1,-1,'Mageflame Cloak',28616,3,0,0,1,67926,13585,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,10,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13008,4,1,-1,'Dalewind Trousers',28646,3,0,0,1,64076,12815,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,6,25,5,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13009,4,2,-1,'Cow King\'s Hide',28700,3,0,0,1,75839,15167,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,10,10,10,10,10,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13010,4,3,-1,'Dreamsinger Legguards',28438,3,0,0,1,11208,2241,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,3,3,5,7,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13011,4,2,-1,'Silver-lined Belt',28372,3,0,0,1,5155,1031,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,9,45,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13012,4,3,-1,'Yorgen Bracers',28596,3,0,0,1,6208,1241,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,3,4,6,3,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13013,4,1,-1,'Elder Wizard\'s Mantle',28643,3,0,0,1,61779,12355,3,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13014,2,0,-1,'Axe of Rin\'ji',25594,3,0,0,1,173528,34705,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,11,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13015,2,0,-1,'Serathil',28748,3,0,0,1,260533,52106,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,100,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13016,2,1,-1,'Killmaim',28791,3,0,0,1,23856,4771,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,84,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,13318,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13017,2,1,-1,'Hellslayer Battle Axe',25599,3,0,0,1,86048,17209,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,124,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18198,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13018,2,1,-1,'Executioner\'s Cleaver',23228,3,0,0,1,159835,31967,17,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,191,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13019,2,2,-1,'Harpyclaw Short Bow',28772,3,0,0,1,23829,4765,15,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13020,2,2,-1,'Skystriker Bow',25602,3,0,0,1,44928,8985,15,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13021,2,2,-1,'Needle Threader',28801,3,0,0,1,83473,16694,15,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,6,4,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13022,2,2,-1,'Gryphonwing Long Bow',28766,3,0,0,1,139953,27990,15,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,3,8,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13023,2,2,-1,'Eaglehorn Long Bow',25606,3,0,0,1,192176,38435,15,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,10,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13024,2,4,-1,'Beazel\'s Basher',28671,3,0,0,1,24319,4863,13,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,6,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,60,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13025,2,4,-1,'Deadwood Sledge',28706,3,0,0,1,52324,10464,13,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,7,2,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13026,2,4,-1,'Heaven\'s Light',28776,3,0,0,1,97209,19441,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,5,4,4,3,4,6,5,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13027,2,4,-1,'Bonesnapper',28689,3,0,0,1,169161,33832,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13028,2,4,-1,'Bludstone Hammer',28681,3,0,0,1,254001,50800,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,110,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13029,4,0,-1,'Umbral Crystal',24122,3,0,0,1,22453,5613,23,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13030,4,0,-1,'Basilisk Bone',28647,3,0,0,1,52453,13113,23,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,6,6,6,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13031,4,0,-1,'Orb of Mistmantle',28803,3,0,0,1,5605,1401,23,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13032,2,7,-1,'Sword of Corruption',25639,3,0,0,1,20693,4138,13,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,17510,2,0,1.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13033,2,7,-1,'Zealot Blade',28594,3,0,0,1,40472,8094,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,6,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13034,2,7,-1,'Speedsteel Rapier',28708,3,0,0,1,73552,14710,13,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,3,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13035,2,7,-1,'Serpent Slicer',25640,3,0,0,1,125707,25141,13,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,17511,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13036,2,7,-1,'Assassination Blade',25641,3,0,0,1,204943,40988,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,132,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13037,2,18,-1,'Crystalpine Stinger',22929,3,0,0,1,23645,4729,26,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,69,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13038,2,18,-1,'Swiftwind',25607,3,0,0,1,48150,9630,26,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,65,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13039,2,18,-1,'Skull Splitting Crossbow',25608,3,0,0,1,89462,17892,26,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,99,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13040,2,18,-1,'Heartseeking Crossbow',22929,3,0,0,1,147221,29444,26,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,3,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,137,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,29626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13041,2,8,-1,'Guardian Blade',28768,3,0,0,1,22583,4516,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,76,0,0,0,0,40,0,0,0,0,0,0,2900,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13042,2,8,-1,'Sword of the Magistrate',28678,3,0,0,1,87983,17596,17,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,3,4,8,6,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,145,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13043,2,8,-1,'Blade of the Titans',28675,3,0,0,1,161949,32389,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,24,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13044,2,8,-1,'Demonslayer',28714,3,0,0,1,264001,52800,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,182,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,18212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13045,2,5,-1,'Viscous Hammer',25627,3,0,0,1,54049,10809,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,3,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,105,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13046,2,5,-1,'Blanchard\'s Stout',28677,3,0,0,1,175214,35042,17,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,4,20,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,162,0,0,0,0,0,0,5,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13047,2,5,-1,'Twig of the World Tree',25626,3,0,0,1,282942,56588,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,4,14,6,12,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,221,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13048,2,4,-1,'Looming Gavel',25623,3,0,0,1,29859,5971,13,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13049,2,8,-1,'Deanship Claymore',28707,3,0,0,1,30959,6191,17,-1,-1,29,26,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,80,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13051,2,8,-1,'Witchfury',28598,3,0,0,1,114558,22911,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,131,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,18214,2,0,1.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13052,2,8,-1,'Warmonger',28624,3,0,0,1,208389,41677,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,4,3,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13053,2,8,-1,'Doombringer',28717,3,0,0,1,295933,59186,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,173,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,18211,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13054,2,6,-1,'Grim Reaper',28764,3,0,0,1,79026,15805,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,14126,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13055,2,6,-1,'Bonechewer',18388,3,0,0,1,146839,29367,17,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,4,23,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,141,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13056,2,6,-1,'Frenzied Striker',12562,3,0,0,1,241654,48330,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,13665,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13057,2,6,-1,'Bloodpike',25630,3,0,0,1,26911,5382,17,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,89,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,18202,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13058,2,6,-1,'Khoo\'s Point',28790,3,0,0,1,109168,21833,17,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,7,20,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,117,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13059,2,6,-1,'Stoneraven',25633,3,0,0,1,193599,38719,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,4,4,13,3,13,7,15,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,178,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13060,2,6,-1,'The Needler',28672,3,0,0,1,303923,60784,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,136,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,16405,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13062,2,19,-1,'Thunderwood',28633,3,0,0,1,14958,2991,26,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,67,3,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13063,2,19,-1,'Starfaller',28697,3,0,0,1,29259,5851,26,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,60,6,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13064,2,19,-1,'Jaina\'s Firestarter',28787,3,0,0,1,57435,11487,26,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,5,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,82,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13065,2,19,-1,'Wand of Allistarj',28626,3,0,0,1,104728,20945,26,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,6,0,0,0,0,0,0,0,0,0,9,1900,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13066,4,4,-1,'Wyrmslayer Spaulders',28351,3,0,0,1,78583,15716,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,4,12,7,12,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13067,4,4,-1,'Hydralick Armor',28355,3,0,0,1,125493,25098,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,4,13,7,20,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13068,4,4,-1,'Obsidian Greaves',28362,3,0,0,1,41794,8358,8,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,3,3,6,4,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13070,4,4,-1,'Sapphiron\'s Scale Boots',28353,3,0,0,1,123030,24606,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,3,9,4,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13071,4,4,-1,'Plated Fist of Hakoo',28354,3,0,0,1,35743,7148,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,4,10,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13072,4,4,-1,'Stonegrip Gauntlets',28352,3,0,0,1,91756,18351,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,9,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13073,4,4,-1,'Mugthol\'s Helm',28360,3,0,0,1,79306,15861,1,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,6,17,4,10,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13074,4,4,-1,'Golem Shard Leggings',21961,3,0,0,1,70219,14043,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,1,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13075,4,4,-1,'Direwing Legguards',28716,3,0,0,1,173977,34795,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,4,4,15,7,16,6,16,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13076,4,4,-1,'Giantslayer Bracers',28357,3,0,0,1,41500,8300,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,4,10,3,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13077,4,4,-1,'Girdle of Uther',28364,3,0,0,1,72394,14478,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,5,4,9,7,10,6,10,5,9,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13079,4,6,-1,'Shield of Thorsen',28742,3,0,0,1,16798,3359,14,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,1,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,14,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,50,0,0,0,'',42,0,0,0,0,12340), (13080,4,1,-1,'Widow\'s Clutch',23604,3,0,0,1,112562,22512,20,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,24,6,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,13,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (13081,4,6,-1,'Skullance Shield',18790,3,0,0,1,35618,7123,14,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,4,8,7,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,19,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13082,4,6,-1,'Mountainside Buckler',25134,3,0,0,1,66176,13235,14,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,12,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,25,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13083,4,6,-1,'Garrett Family Crest',25133,3,0,0,1,161741,32348,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,3,5,5,4,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13084,4,0,-1,'Kaleidoscope Chain',6497,3,64,0,1,26458,6614,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,5,5,4,6,4,7,4,4,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13085,4,0,-1,'Horizon Choker',9657,3,64,0,1,36548,9137,2,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,5,14,6,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13086,15,5,-1,'Reins of the Winterspring Frostsaber',23606,4,0,2,1,1000000,250000,0,-1,1101,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17229,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13087,4,0,-1,'River Pride Choker',9860,3,0,0,1,23584,5896,2,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,9,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13088,4,0,-1,'Gazlowe\'s Charm',6522,3,0,0,1,29654,7413,2,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,3,7,11,4,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13089,4,0,-1,'Skibi\'s Pendant',6497,3,0,0,1,32156,8039,2,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,4,5,3,13,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13090,4,3,-1,'Breastplate of the Chosen',23605,3,0,0,1,179777,35955,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,5,7,14,4,14,6,14,5,14,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (13091,4,0,-1,'Medallion of Grand Marshal Morris',23717,3,0,0,1,42549,10637,2,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13390,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13092,4,2,-1,'Dragonstalker Tunic',23607,3,0,0,1,150865,30173,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,25,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (13093,4,0,-1,'Blush Ember Ring',28682,3,524288,0,1,13524,3381,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,6,8,3,5,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13094,4,0,-1,'The Queen\'s Jewel',26537,3,524288,0,1,10584,2646,11,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,3,6,8,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13095,4,0,-1,'Assault Band',9834,3,524288,0,1,26584,6646,11,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13096,4,0,-1,'Band of the Hierophant',23629,3,524288,0,1,31654,7913,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,6,11,5,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13097,4,0,-1,'Thunderbrow Ring',9839,3,524288,0,1,8658,2164,11,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,3,3,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13098,4,0,-1,'Painweaver Band',23608,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13099,4,1,-1,'Moccasins of the White Hare',28617,3,0,0,1,7156,1431,8,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13100,4,1,-1,'Furen\'s Boots',28645,3,0,0,1,27107,5421,8,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,16,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13101,4,1,-1,'Wolfrunner Shoes',28597,3,0,0,1,71592,14318,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,11,6,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13102,4,1,-1,'Cassandra\'s Grace',28974,3,0,0,1,34399,6879,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,6,9,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13103,4,1,-1,'Pads of the Venom Spider',28612,3,0,0,1,17269,3453,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,12,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,5,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13105,4,1,-1,'Sutarn\'s Ring',28657,3,0,0,1,10738,2147,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,5,10,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13106,4,1,-1,'Glowing Magical Bracelets',28656,3,0,0,1,6082,1216,9,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9394,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13107,4,1,-1,'Magiskull Cuffs',28619,3,0,0,1,52640,10528,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,17,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13108,4,1,-1,'Tigerstrike Mantle',28614,3,0,0,1,12231,2446,16,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,3,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13109,4,1,-1,'Blackflame Cape',28609,3,0,0,1,40762,8152,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,5,0,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13110,4,2,-1,'Wolffear Harness',28368,3,0,0,1,24841,4968,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,3,17,31,3,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13111,4,2,-1,'Sandals of the Insurgent',28664,3,0,0,1,69969,13993,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,20,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13112,4,2,-1,'Winged Helm',28601,3,0,0,1,48125,9625,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,5,10,45,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13113,4,2,-1,'Feathermoon Headdress',28739,3,0,0,1,92463,18492,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,0,0,5,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,11723), (13114,4,2,-1,'Troll\'s Bane Leggings',17031,3,0,0,1,12871,2574,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,3,3,14,38,8,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13115,4,2,-1,'Sheepshear Mantle',28745,3,0,0,1,34955,6991,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,45,19,7,3,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13116,4,2,-1,'Spaulders of the Unseen',28709,3,0,0,1,93529,18705,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,22,5,4,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13117,4,2,-1,'Ogron\'s Sash',28802,3,0,0,1,19153,3830,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,4,9,3,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13118,4,2,-1,'Serpentine Sash',28369,3,0,0,1,53007,10601,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,7,14,3,14,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13119,4,2,-1,'Enchanted Kodo Bracers',28735,3,0,0,1,15316,3063,9,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,6,10,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13120,4,2,-1,'Deepfury Bracers',28373,3,0,0,1,47527,9505,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,3,15,7,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13121,4,1,-1,'Wing of the Whelpling',28602,3,0,0,1,17142,3428,16,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13122,4,1,-1,'Dark Phantom Cape',28652,3,0,0,1,57447,11489,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,3,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13123,4,3,-1,'Dreamwalker Armor',28663,3,0,0,1,155651,31130,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,20,7,17,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13124,4,3,-1,'Ravasaur Scale Boots',28441,3,0,0,1,19981,3996,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,31,5,4,3,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13125,4,3,-1,'Elven Chain Boots',28439,3,0,0,1,64770,12954,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,3,18,7,3,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13126,4,3,-1,'Battlecaller Gauntlets',28434,3,0,0,1,51871,10374,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,3,8,7,9,38,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13127,4,3,-1,'Frostreaver Crown',28440,3,0,0,1,15107,3021,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,7,15,4,4,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13128,4,3,-1,'High Bergg Helm',28662,3,0,0,1,52717,10543,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,32,15,7,10,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13129,4,3,-1,'Firemane Leggings',28437,3,0,0,1,38107,7621,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,4,19,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13130,4,3,-1,'Windrunner Legguards',28447,3,0,0,1,125329,25065,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,3,27,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13131,4,3,-1,'Sparkleshell Mantle',28444,3,0,0,1,11563,2312,3,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (13132,4,3,-1,'Skeletal Shoulders',28443,3,0,0,1,36702,7340,3,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,4,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13133,4,3,-1,'Drakesfire Epaulets',28665,3,0,0,1,111457,22291,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,14,7,5,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13134,4,3,-1,'Belt of the Gladiator',28435,3,0,0,1,38584,7716,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,4,18,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13135,4,3,-1,'Lordly Armguards',28668,3,0,0,1,70008,14001,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,5,4,7,6,8,7,8,5,7,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13136,2,3,-1,'Lil Timmy\'s Peashooter',21071,3,0,0,1,7281,1456,26,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,48,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (13137,2,3,-1,'Ironweaver',28786,3,0,0,1,29374,5874,26,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (13138,2,3,-1,'The Silencer',28634,3,0,0,1,57661,11532,26,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13139,2,3,-1,'Guttbuster',28769,3,0,0,1,105149,21029,26,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,3,8,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,116,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (13140,12,0,-1,'Blood Red Key',7827,1,2048,0,1,0,0,0,-1,-1,49,49,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The key looks tiny enough to fit a small lock.',0,0,0,5202,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13141,4,0,-1,'Tooth of Gnarr',9860,3,0,0,1,48373,12093,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21361,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13142,4,4,-1,'Brigam Girdle',23628,3,0,0,1,92210,18442,6,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,4,15,7,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13143,4,0,-1,'Mark of the Dragon Lord',23629,4,64,0,1,85490,21372,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17252,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (13144,4,1,-1,'Serenity Belt',28649,3,0,0,1,34328,6865,6,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,17,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (13145,4,4,-1,'Enormous Ogre Belt',28356,3,0,0,1,23800,4760,6,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,3,4,12,7,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (13146,2,3,-1,'Shell Launcher Shotgun',28743,3,0,0,1,173521,34704,26,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,29635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13148,2,6,-1,'Chillpike',25631,3,0,0,1,302402,60480,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,176,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,19260,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13155,0,0,-1,'Resonating Skull',23658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13156,0,0,-1,'Mystic Crystal',2516,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17271,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13157,12,0,-1,'Fetid Skull',23659,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13158,12,0,-1,'Words of the High Chief',1155,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2251,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13159,12,0,-1,'Bone Dust',6371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13161,2,10,-1,'Trindlehaven Staff',23673,3,0,0,1,317470,63494,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,25,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,132,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13162,4,4,-1,'Reiver Claws',23675,3,0,0,1,89728,17945,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,15,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13163,2,8,-1,'Relentless Scythe',23683,3,0,0,1,324179,64835,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,3,8,4,20,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,210,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13164,4,0,-1,'Heart of the Scale',6006,3,524352,0,1,42158,10539,12,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17275,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13166,4,4,-1,'Slamshot Shoulders',23704,3,0,0,1,124055,24811,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13167,2,5,-1,'Fist of Omokk',25180,3,0,0,1,297053,59410,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,29,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,204,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13168,4,4,-1,'Plate of the Shaman King',23559,3,0,0,1,166993,33398,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,15,4,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,627,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13169,4,2,-1,'Tressermane Leggings',23710,3,0,0,1,119741,23948,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,6,15,7,12,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13170,4,1,-1,'Skyshroud Leggings',28713,3,0,0,1,96151,19230,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13171,4,0,-1,'Smokey\'s Lighter',24060,2,0,0,1,28000,7000,12,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17283,0,0,0,300000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13172,12,0,-1,'Siabi\'s Premium Tobacco',11449,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the mark of Fras Siabi.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13173,15,0,-1,'Broken Flightblade Throwing Axe',23723,3,0,0,1,47,11,0,32767,-1,60,55,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13174,12,0,-1,'Plagued Flesh Sample',23725,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13175,2,2,-1,'Voone\'s Twitchbow',25603,2,0,0,1,153096,30619,15,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,76,0,0,0,0,0,0,0,0,0,0,0,1600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (13176,12,0,-1,'Scourge Data',23726,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13177,4,0,-1,'Talisman of Evasion',6494,3,0,0,1,65585,16396,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13178,4,0,-1,'Rosewine Circle',23728,3,524288,0,1,55130,13782,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13179,4,3,-1,'Brazecore Armguards',23730,3,0,0,1,74583,14916,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13180,12,0,-1,'Stratholme Holy Water',23731,1,16777280,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17291,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Just 1 calorie.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13181,4,1,-1,'Demonskin Gloves',23732,3,0,0,1,43989,8797,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13182,2,7,-1,'Phase Blade',23734,3,0,0,1,220713,44142,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,12,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13183,2,4,-1,'Venomspitter',24740,3,524288,0,1,258857,51771,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,18203,2,0,2,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,65,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13184,4,2,-1,'Fallbrush Handgrips',23736,3,0,0,1,65852,13170,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,11,5,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,9407,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13185,4,1,-1,'Sunderseer Mantle',23737,3,0,0,1,79294,15858,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,11,6,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13186,12,0,-1,'Empty Felstone Field Bottle',21673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13187,12,0,-1,'Empty Dalson\'s Tears Bottle',21673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13188,12,0,-1,'Empty Writhing Haunt Bottle',21673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13189,12,0,-1,'Empty Gahrron\'s Withering Bottle',21673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13190,12,0,-1,'Filled Felstone Field Bottle',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13191,12,0,-1,'Filled Dalson\'s Tears Bottle',19547,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13192,12,0,-1,'Filled Writhing Haunt Bottle',15791,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13193,12,0,-1,'Filled Gahrron\'s Withering Bottle',22191,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13194,12,0,-1,'Felstone Field Cauldron Key',23740,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13195,12,0,-1,'Dalson\'s Tears Cauldron Key',23741,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13196,12,0,-1,'Gahrron\'s Withering Cauldron Key',23741,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13197,12,0,-1,'Writhing Haunt Cauldron Key',23740,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13198,2,13,-1,'Hurd Smasher',23742,3,0,0,1,254256,50851,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,93,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,17308,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13199,4,3,-1,'Crushridge Bindings',28436,3,0,0,1,21995,4399,9,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,4,5,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (13202,12,0,-1,'Extended Annals of Darrowshire',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2377,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13203,4,1,-1,'Armswake Cloak',23747,3,0,0,1,77649,15529,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13204,2,4,-1,'Bashguuder',25619,3,0,0,1,259727,51945,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,93,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,17315,2,0,2.1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13205,4,6,-1,'Rhombeard Protector',23750,3,0,0,1,169146,33829,14,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,10,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,38,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13206,4,1,-1,'Wolfshear Leggings',23753,3,0,0,1,95992,19198,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,25,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,10,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13207,12,0,-1,'Shadow Lord Fel\'dan\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the head of the leader of the Shadow Council in Felwood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13208,4,2,-1,'Bleak Howler Armguards',23760,3,0,0,1,60455,12091,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13209,4,0,-1,'Seal of the Dawn',23763,3,32768,0,1,0,0,12,-1,-1,61,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23930,1,0,0,-1,0,-1,17670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13210,4,2,-1,'Pads of the Dread Wolf',23765,3,0,0,1,90123,18024,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13211,4,3,-1,'Slashclaw Bracers',23769,3,0,0,1,72374,14474,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,6,6,3,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13212,4,0,-1,'Halycon\'s Spiked Collar',23766,3,0,0,1,42683,10670,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17482,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13213,4,0,-1,'Smolderweb\'s Eye',16209,3,0,0,1,38533,9633,12,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17330,0,0,0,120000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13216,4,1,-1,'Crown of the Penitent',23777,2,0,0,1,63979,12795,1,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13217,4,0,-1,'Band of the Penitent',28830,2,0,0,1,35258,8814,11,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13218,2,15,-1,'Fang of the Crystal Spider',23791,3,524288,0,1,257784,51556,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,17331,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,65,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13242,4,2,-1,'Deprecated Stormrage Boots',23824,2,16,0,1,80573,16114,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,9361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10,0,0,0,0,1), (13243,4,6,-1,'Argent Defender',25133,3,0,0,1,170233,34046,14,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,17350,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13244,4,3,-1,'Gilded Gauntlets',23827,3,0,0,1,72411,14482,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13245,4,6,-1,'Kresh\'s Back',23835,3,0,0,1,5323,1064,14,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (13246,2,7,-1,'Argent Avenger',23836,3,0,0,1,249986,49997,13,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,108,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,17352,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13247,15,0,-1,'Quartermaster Zigris\' Footlocker',12333,2,4,0,1,23350,5837,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13248,2,3,-1,'Burstshot Harquebus',8257,3,0,0,1,148350,29670,26,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,125,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13249,2,10,-1,'Argent Crusader',23837,3,0,0,1,315997,63199,17,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,5,30,7,6,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,191,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13250,12,0,-1,'Head of Balnazzar',23842,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5262,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13251,12,0,-1,'Head of Baron Rivendare',23843,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13252,4,2,-1,'Cloudrunner Girdle',23844,3,0,0,1,62171,12434,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,15,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,90,0,0,0,'',48,0,0,0,0,12340), (13253,4,1,-1,'Hands of Power',23846,3,0,0,1,49916,9983,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13254,4,6,-1,'Astral Guard',23847,3,0,0,1,129419,25883,14,2047,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1930,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,4313,0,35,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (13255,4,3,-1,'Trueaim Gauntlets',23849,3,0,0,1,71834,14366,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,32,21,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13257,4,2,-1,'Demonic Runed Spaulders',23852,3,0,0,1,90441,18088,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,31,14,7,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13258,4,2,-1,'Slaghide Gauntlets',23853,3,0,0,1,64427,12885,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,745,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,100,0,0,0,'',48,0,0,0,0,12340), (13259,4,4,-1,'Ribsteel Footguards',23856,3,0,0,1,135528,27105,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,4,10,7,17,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13260,4,3,-1,'Wind Dancer Boots',23861,3,0,0,1,108938,21787,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,16,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13261,4,0,-1,'Globe of D\'sak',23867,3,0,0,1,41810,10452,23,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,32,16,7,5,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Glows with the power of magiskull.',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13262,2,8,-1,'Ashbringer',23875,5,0,0,1,732658,146531,17,-1,-1,76,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,247,0,30,50,1,0,0,0,0,0,0,0,3000,0,0,18112,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blade of the Scarlet Highlord',0,0,0,0,0,1,1,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13282,4,1,-1,'Ogreseer Tower Boots',18905,3,0,0,1,68423,13684,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,13,32,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13283,4,0,-1,'Magus Ring',23435,3,524288,0,1,59630,14907,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,7,32,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13284,4,3,-1,'Swiftdart Battleboots',23901,3,0,0,1,98926,19785,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,7,9,3,17,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13285,2,1,-1,'The Blackrock Slicer',23908,3,0,0,1,274624,54924,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,239,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,17407,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13286,2,0,-1,'Rivenspike',23909,3,0,0,1,220534,44106,13,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,17315,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13287,9,1,-1,'Pattern: Raptor Hide Harness',1102,2,64,1,1,2500,625,0,-1,-1,33,0,165,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,4096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Raptor Hide Harness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13288,9,1,-1,'Pattern: Raptor Hide Belt',1102,2,64,0,1,2500,625,0,-1,-1,33,0,165,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,4097,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Raptor Hide Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13289,12,0,-1,'Egan\'s Blaster',23914,1,0,0,1,0,0,26,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17368,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13302,13,0,-1,'Market Row Postbox Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13303,13,0,-1,'Crusaders\' Square Postbox Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13304,13,0,-1,'Festival Lane Postbox Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13305,13,0,-1,'Elders\' Square Postbox Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13306,13,0,-1,'King\'s Square Postbox Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13307,13,0,-1,'Fras Siabi\'s Postbox Key',4287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13308,9,3,-1,'Schematic: Ice Deflector',1102,1,64,0,1,1800,450,0,-1,-1,31,0,202,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3957,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ice Deflector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13309,9,3,-1,'Schematic: Lovingly Crafted Boomstick',1102,1,64,0,1,1000,250,0,-1,-1,24,0,202,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3939,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lovingly Crafted Boomstick.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13310,9,3,-1,'Schematic: Accurate Scope',1102,1,64,0,1,2000,500,0,-1,-1,36,0,202,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3979,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Accurate Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13311,9,3,-1,'Schematic: Mechanical Dragonling',1102,1,64,0,1,10000,2500,0,-1,-1,40,0,202,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3969,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mechanical Dragonling.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13313,12,0,-1,'Sacred Highborne Writings',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The pages are tattered and worn...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13314,4,1,-1,'Alanna\'s Embrace',24760,4,0,0,1,140893,28178,20,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (13315,4,0,-1,'Testament of Hope',23955,2,0,0,1,45587,11396,23,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,1,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17448,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (13316,2,8,-1,'Monster - Sword2H, Claymore Silver Yellow Glow',23969,0,0,8192,1,16,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13317,15,5,-1,'Whistle of the Ivory Raptor',17494,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17450,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13320,12,0,-1,'Arcane Quickener',23982,1,65536,0,1,5000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is used as a catalyst in transforming the toxins of the Scourge\'s cauldrons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (13321,15,5,-1,'Green Mechanostrider',17785,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13322,15,5,-1,'Unpainted Mechanostrider',17785,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13323,15,5,-1,'Purple Mechanostrider',17785,3,0,8192,1,10000,2500,0,262143,2098253,20,20,0,0,33388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13324,15,5,-1,'Red and Blue Mechanostrider',17785,3,0,8192,1,10000,2500,0,262143,2098253,20,20,0,0,33388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17456,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13325,15,5,-1,'Fluorescent Green Mechanostrider',17785,3,64,0,1,0,0,0,-1,68,40,30,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17458,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (13326,15,5,-1,'White Mechanostrider Mod B',17785,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,15779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13327,15,5,-1,'Icy Blue Mechanostrider Mod A',17785,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17459,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13328,15,5,-1,'Black Ram',17343,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17461,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13329,15,5,-1,'Frost Ram',17343,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17460,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13331,15,5,-1,'Red Skeletal Horse',17786,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17462,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13332,15,5,-1,'Blue Skeletal Horse',17786,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17463,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13333,15,5,-1,'Brown Skeletal Horse',17786,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17464,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13334,15,5,-1,'Green Skeletal Warhorse',17786,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17465,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13335,15,5,-1,'Deathcharger\'s Reins',24011,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,17481,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Baron Rivendare\'s steed. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13337,2,10,-1,'Monster - Staff,Feathered Gold',24015,0,0,0,1,0,3,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (13339,2,10,-1,'Monster - Staff, Feathered Silver',24016,0,0,0,1,0,0,17,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (13340,4,1,-1,'Cape of the Black Baron',24013,3,0,0,1,74250,14850,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13344,4,3,-1,'Dracorian Gauntlets',29001,3,0,0,1,77453,15490,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,6,9,7,10,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13345,4,0,-1,'Seal of Rivendare',24022,3,0,0,1,61830,15457,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,17,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13346,4,1,-1,'Robes of the Exalted',24025,3,0,0,1,104038,20807,20,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,6,11,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13347,12,0,-1,'Crystal of Zin-Malor',6506,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13348,2,8,-1,'Demonshear',24049,3,0,0,1,327485,65497,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,246,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,17483,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13349,2,4,-1,'Scepter of the Unholy',24033,3,0,0,1,262946,52589,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,129,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13350,12,0,-1,'Insignia of the Black Guard',22924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13351,12,0,-1,'Crimson Hammersmith\'s Apron',24036,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13352,12,0,-1,'Vosh\'gajin\'s Snakestone',24037,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13353,4,0,-1,'Book of the Dead',24039,4,0,0,1,41810,10452,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,6,10,5,15,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17490,0,0,0,900000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (13354,12,0,-1,'Ectoplasmic Resonator',24044,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13356,12,0,-1,'Somatic Intensifier',24057,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13357,12,0,-1,'Osseous Agitator',24058,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13358,4,2,-1,'Wyrmtongue Shoulders',18971,3,0,0,1,94669,18933,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,23,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13359,4,3,-1,'Crown of Tyranny',24045,3,0,0,1,114023,22804,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,20,6,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13360,2,15,-1,'Gift of the Elven Magi',24046,3,0,0,1,254343,50868,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,6,6,5,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13361,2,7,-1,'Skullforge Reaver',25036,3,0,0,1,255302,51060,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,17484,2,0,1.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13362,15,0,-1,'Letter from the Front',3024,0,0,0,1,8000,2000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13363,15,0,-1,'Municipal Proclamation',1301,0,0,0,1,8000,2000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13364,15,0,-1,'Fras Siabi\'s Advertisement',4110,0,0,0,1,8000,2000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13365,15,0,-1,'Town Meeting Notice',24051,0,0,0,1,8000,2000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13366,15,0,-1,'Ingenious Toy',24052,0,0,0,1,12000,3000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13367,0,8,-1,'Wrapped Gift',24053,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13368,2,15,-1,'Bonescraper',25614,3,0,0,1,258448,51689,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,74,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13369,4,1,-1,'Fire Striders',24054,3,0,0,1,78876,15775,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,15,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13370,12,0,-1,'Vitreous Focuser',24059,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A device used to identify arcane components found in the body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13371,4,0,-1,'Father Flame',24061,2,0,0,1,26630,6657,23,-1,-1,58,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (13372,2,10,-1,'Slavedriver\'s Cane',24063,3,0,0,1,318846,63769,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,29,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,241,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13373,4,0,-1,'Band of Flesh',1225,3,524288,0,1,59387,14846,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,16,4,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13374,4,1,-1,'Soulstealer Mantle',24064,3,0,0,1,71576,14315,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,9,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13375,4,6,-1,'Crest of Retribution',23825,3,0,0,1,153284,30656,14,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2057,0,0,0,0,0,0,0,0,0,17495,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,38,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13376,4,1,-1,'Royal Tribunal Cloak',24065,3,0,0,1,68693,13738,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,16,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13377,6,3,-1,'Miniature Cannon Balls',2418,3,0,0,200,30,7,24,32767,-1,61,56,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13378,4,2,-1,'Songbird Blouse',24066,3,0,0,1,109861,21972,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,5,3,13,6,13,4,13,5,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13379,4,0,-1,'Piccolo of the Flaming Fire',2618,3,0,0,1,42939,10734,12,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18400,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13380,2,3,-1,'Willey\'s Portable Howitzer',18298,3,0,0,1,185621,37124,26,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,150,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13381,4,4,-1,'Master Cannoneer Boots',24068,3,0,0,1,130163,26032,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,10,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13382,4,0,-1,'Cannonball Runner',7888,3,0,0,1,43400,10850,12,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6251,0,0,0,300000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13383,4,3,-1,'Woollies of the Prancing Minstrel',24070,3,0,0,1,134323,26864,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,12,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13384,4,4,-1,'Rainbow Girdle',24071,3,0,0,1,79097,15819,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,5,4,10,7,10,6,9,5,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13385,4,0,-1,'Tome of Knowledge',24072,3,0,0,1,52950,13237,23,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,5,3,8,4,8,5,8,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13386,4,1,-1,'Archivist Cape',24073,3,0,0,1,75912,15182,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13387,4,3,-1,'Foresight Girdle',24074,3,0,0,1,76192,15238,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,21596,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,933,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13388,4,1,-1,'The Postmaster\'s Tunic',25049,3,0,0,1,101963,20392,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,10,7,13,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,81,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13389,4,1,-1,'The Postmaster\'s Trousers',25050,3,0,0,1,105000,21000,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,12,6,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,81,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13390,4,1,-1,'The Postmaster\'s Band',24292,3,0,0,1,79030,15806,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,25,7,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,81,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13391,4,1,-1,'The Postmaster\'s Treads',25051,3,0,0,1,79309,15861,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,15,6,6,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,81,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13392,4,0,-1,'The Postmaster\'s Seal',24087,3,524288,0,1,48846,12211,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,17,7,6,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13393,2,5,-1,'Malown\'s Slam',25629,3,0,0,1,301204,60240,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,238,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,17500,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13394,4,4,-1,'Skul\'s Cold Embrace',24102,3,0,0,1,159041,31808,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,20,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,10,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13395,4,2,-1,'Skul\'s Fingerbone Claws',29009,3,0,0,1,57019,11403,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13396,2,19,-1,'Skul\'s Ghastly Touch',24106,3,0,0,1,154266,30853,26,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9417,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13397,4,1,-1,'Stoneskin Gargoyle Cape',24108,3,0,0,1,73401,14680,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,8,4,7,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s white and looks longer than your average cloak or cape.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13398,4,2,-1,'Boots of the Shrieker',9653,3,0,0,1,93370,18674,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,10,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13399,2,13,-1,'Gargoyle Shredder Talons',24109,3,0,0,1,231560,46312,22,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,91,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18202,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13400,4,4,-1,'Vambraces of the Sadist',24110,3,0,0,1,81809,16361,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,7,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13401,2,4,-1,'The Cruel Hand of Timmy',24111,3,0,0,1,248377,49675,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,94,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,17505,2,0,1.5,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13402,4,3,-1,'Timmy\'s Galoshes',33114,3,0,0,1,105843,21168,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,11,3,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13403,4,1,-1,'Grimgore Noose',24113,3,0,0,1,47008,9401,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,10,7,9,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13404,4,2,-1,'Mask of the Unforgiven',41843,3,0,0,1,79479,15895,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,7,12,31,20,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13405,4,4,-1,'Wailing Nightbane Pauldrons',24115,3,0,0,1,114427,22885,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,14,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,10,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13408,2,0,-1,'Soul Breaker',24119,3,0,0,1,220713,44142,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,17506,2,0,1.1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13409,4,1,-1,'Tearfall Bracers',24120,3,0,0,1,44300,8860,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,1059,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13422,7,11,-1,'Stonescale Eel',24131,1,0,0,1,40,10,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13423,7,11,-1,'Stonescale Oil',24132,1,0,0,1,500,125,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13442,0,1,-1,'Mighty Rage Potion',19547,1,0,0,1,2000,500,0,1025,32767,51,46,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17528,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13443,0,1,-1,'Superior Mana Potion',24151,1,0,0,1,1600,400,0,-1,-1,51,41,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17530,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13444,0,1,-1,'Major Mana Potion',21672,1,0,0,1,6000,1500,0,-1,-1,59,49,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13445,0,2,-1,'Elixir of Superior Defense',16321,1,0,0,1,2000,500,0,-1,-1,53,43,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11348,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13446,0,1,-1,'Major Healing Potion',24152,1,0,0,1,4000,1000,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13447,0,2,-1,'Elixir of the Sages',24211,1,0,0,1,5000,1250,0,-1,-1,54,44,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17535,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13448,12,0,-1,'The Deed to Caer Darrow',18010,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Carries the Seal of Barov.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13450,12,0,-1,'The Deed to Southshore',24153,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Carries the Seal of Barov.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13451,12,0,-1,'The Deed to Tarren Mill',24154,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Carries the Seal of Barov.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13452,0,2,-1,'Elixir of the Mongoose',16836,1,0,0,1,5000,1250,0,-1,-1,56,46,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17538,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13453,0,2,-1,'Elixir of Brute Force',38767,1,0,0,1,5000,1250,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17537,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13454,0,2,-1,'Greater Arcane Elixir',17898,1,0,0,1,3000,750,0,-1,-1,57,47,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17539,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13455,0,1,-1,'Greater Stoneshield Potion',17974,1,0,0,1,3000,750,0,-1,-1,56,46,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17540,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13456,0,1,-1,'Greater Frost Protection Potion',15794,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17544,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13457,0,1,-1,'Greater Fire Protection Potion',15741,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17543,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13458,0,1,-1,'Greater Nature Protection Potion',23739,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17546,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13459,0,1,-1,'Greater Shadow Protection Potion',17469,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17548,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13460,0,1,-1,'Greater Holy Protection Potion',15747,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17545,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13461,0,1,-1,'Greater Arcane Protection Potion',17403,1,0,0,1,3000,750,0,-1,-1,58,48,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17549,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13462,0,1,-1,'Purification Potion',24156,1,0,0,1,3000,750,0,-1,-1,57,47,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17550,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13463,7,9,-1,'Dreamfoil',24689,1,536870912,0,1,400,100,0,-1,-1,54,0,773,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13464,7,9,-1,'Golden Sansam',24690,1,536870912,0,1,400,100,0,-1,-1,52,0,773,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13465,7,9,-1,'Mountain Silversage',24692,1,536870912,0,1,600,150,0,-1,-1,56,0,773,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13466,7,9,-1,'Plaguebloom',24693,1,536870912,0,1,1000,250,0,-1,-1,57,0,773,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13467,7,9,-1,'Icecap',24691,1,536870912,0,1,1000,250,0,-1,-1,58,0,773,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13468,7,9,-1,'Black Lotus',24688,2,0,0,1,4000,1000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13469,12,0,-1,'Head of Weldon Barov',3486,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13470,12,0,-1,'Head of Alexi Barov',14023,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13471,12,0,-1,'The Deed to Brill',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Carries the Seal of Barov.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13473,4,0,-1,'Felstone Good Luck Charm',23715,2,0,0,1,28658,7164,2,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13474,2,3,-1,'Farmer Dalson\'s Shotgun',13060,2,0,0,1,123625,24725,26,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (13475,4,0,-1,'Dalson Family Wedding Ring',224,2,0,0,1,32436,8109,11,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13476,9,6,-1,'Recipe: Mighty Rage Potion',15274,2,64,0,1,12000,3000,0,-1,-1,51,0,171,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mighty Rage Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13477,9,6,-1,'Recipe: Superior Mana Potion',1301,1,64,0,1,12000,3000,0,-1,-1,52,0,171,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Superior Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13478,9,6,-1,'Recipe: Elixir of Superior Defense',1301,1,64,0,1,13000,3250,0,-1,-1,53,0,171,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Superior Defense.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13479,9,6,-1,'Recipe: Elixir of the Sages',15274,2,64,0,1,14000,3500,0,-1,-1,54,0,171,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of the Sages.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13480,9,6,-1,'Recipe: Major Healing Potion',1301,1,64,0,1,15000,3750,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Major Healing Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13481,9,6,-1,'Recipe: Elixir of Brute Force',15274,2,64,0,1,15000,3750,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Brute Force.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13482,9,6,-1,'Recipe: Transmute Air to Fire',15274,2,64,0,1,15000,0,0,-1,-1,55,0,171,275,0,0,0,529,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to transmute Essence of Air into Essence of Fire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13483,9,6,-1,'Recipe: Transmute Fire to Earth',15274,2,64,0,1,15000,0,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to transmute Essence of Fire into Essence of Earth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13484,9,6,-1,'Recipe: Transmute Earth to Water',15274,2,64,0,1,15000,0,0,-1,-1,55,0,171,275,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to transmute Essence of Earth into Essence of Water.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13485,9,6,-1,'Recipe: Transmute Water to Air',15274,2,64,0,1,15000,0,0,-1,-1,55,0,171,275,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to transmute Essence of Water into Essence of Air.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13486,9,6,-1,'Recipe: Transmute Undeath to Water',15274,2,64,0,1,15000,3750,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Essence of Undeath into Essence of Water.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13487,9,6,-1,'Recipe: Transmute Water to Undeath',15274,2,64,0,1,15000,3750,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Essence of Water into Essence of Undeath.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13488,9,6,-1,'Recipe: Transmute Life to Earth',15274,2,64,0,1,15000,3750,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17565,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Living Essence into Essence of Earth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13489,9,6,-1,'Recipe: Transmute Earth to Life',15274,2,64,0,1,15000,3750,0,-1,-1,55,0,171,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to transmute Essence of Earth into Living Essence.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13490,9,6,-1,'Recipe: Greater Stoneshield Potion',15274,2,64,0,1,16000,4000,0,-1,-1,56,0,171,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Stoneshield Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13491,9,6,-1,'Recipe: Elixir of the Mongoose',15274,2,64,0,1,16000,4000,0,-1,-1,56,0,171,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of the Mongoose.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13492,9,6,-1,'Recipe: Purification Potion',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,171,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Purification Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13493,9,6,-1,'Recipe: Greater Arcane Elixir',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,171,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Arcane Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13494,9,6,-1,'Recipe: Greater Fire Protection Potion',15274,2,64,0,1,24000,6000,0,-1,-1,58,0,171,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17574,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Fire Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13495,9,6,-1,'Recipe: Greater Frost Protection Potion',15274,2,64,0,1,24000,6000,0,-1,-1,58,0,171,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17575,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Frost Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13496,9,6,-1,'Recipe: Greater Nature Protection Potion',15274,2,64,0,1,24000,6000,0,-1,-1,58,0,171,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,17576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Nature Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13497,9,6,-1,'Recipe: Greater Arcane Protection Potion',15274,2,64,0,1,24000,6000,0,-1,-1,58,0,171,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17577,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Arcane Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13498,4,4,-1,'Handcrafted Mastersmith Leggings',24162,3,0,0,1,174044,34808,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,29,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13499,9,6,-1,'Recipe: Greater Shadow Protection Potion',15274,2,64,0,1,24000,6000,0,-1,-1,58,0,171,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Greater Shadow Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13501,9,6,-1,'Recipe: Major Mana Potion',15274,2,64,0,1,30000,7500,0,32767,-1,59,0,171,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17580,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13502,4,4,-1,'Handcrafted Mastersmith Girdle',24164,3,0,0,1,94947,18989,6,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,4,11,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',48,0,0,0,0,12340), (13503,7,11,-1,'Alchemist\'s Stone',43359,4,0,0,1,100000,25000,12,-1,-1,90,0,171,350,0,0,0,0,0,1,1,0,5,4,15,7,15,3,15,5,15,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13505,2,8,-1,'Runeblade of Baron Rivendare',24166,4,0,0,1,411078,82215,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,257,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,17625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (13506,0,1,-1,'Potion of Petrification',26865,1,0,0,1,5000,1250,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17624,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13507,12,0,-1,'Cliffwatcher Longhorn Report',7744,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2271,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13508,0,0,-1,'Eye of Arachnida',1504,2,0,0,1,19115,4778,0,-1,-1,60,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,3,3,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13509,0,0,-1,'Clutch of Foresight',7247,2,0,0,1,21573,5393,0,-1,-1,60,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29443,0,-1,-1,-1,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13510,0,3,-1,'Flask of the Titans',24213,1,0,0,1,5000,1250,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17626,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13511,0,3,-1,'Flask of Distilled Wisdom',21531,1,0,0,1,5000,1250,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17627,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13512,0,3,-1,'Flask of Supreme Power',19547,1,0,0,1,5000,1250,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17628,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13513,0,3,-1,'Flask of Chromatic Resistance',22191,1,0,0,1,5000,1250,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17629,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13514,0,0,-1,'Wail of the Banshee',24169,2,0,0,1,23280,5820,0,-1,-1,60,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17639,0,-3,-3,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13515,4,0,-1,'Ramstein\'s Lightning Bolts',1236,3,524288,0,1,38400,9600,12,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17668,0,0,0,300000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13517,9,6,-1,'Recipe: Alchemist\'s Stone',1301,1,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17632,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Alchemist\'s Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13518,9,6,-1,'Recipe: Potion of Petrification',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17634,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Potion of Petrification.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13519,9,6,-1,'Recipe: Flask of the Titans',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17635,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of the Titans.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13520,9,6,-1,'Recipe: Flask of Distilled Wisdom',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17636,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of Distilled Wisdom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13521,9,6,-1,'Recipe: Flask of Supreme Power',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of Supreme Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13522,9,6,-1,'Recipe: Flask of Chromatic Resistance',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of Chromatic Resistance.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13523,12,0,-1,'Blood of Innocents',15741,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The blood is still fresh.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13524,4,0,-1,'Skull of Burning Shadows',24176,3,0,0,1,49835,12458,23,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13525,4,1,-1,'Darkbind Fingers',24177,2,0,0,1,40552,8110,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,20,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13526,4,2,-1,'Flamescarred Girdle',24178,2,0,0,1,50887,10177,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,20,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13527,4,4,-1,'Lavawalker Greaves',24179,2,0,0,1,107072,21414,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,20,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13528,4,3,-1,'Twilight Void Bracers',24180,2,0,0,1,61531,12306,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,15,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13529,4,6,-1,'Husk of Nerub\'enkan',4107,3,0,0,1,155975,31195,14,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2089,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,38,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13530,4,1,-1,'Fangdrip Runners',24181,2,0,0,1,61161,12232,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13531,4,2,-1,'Crypt Stalker Leggings',24182,2,0,0,1,102324,20464,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,18,0,18,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13532,4,3,-1,'Darkspinner Claws',24183,2,0,0,1,61621,12324,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,13,0,13,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13533,4,4,-1,'Acid-etched Pauldrons',24185,2,0,0,1,108039,21607,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13534,2,19,-1,'Banshee Finger',24186,3,0,0,1,188640,37728,26,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,148,4,0,0,0,0,0,0,0,10,0,0,1900,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13535,4,1,-1,'Coldtouch Phantom Wraps',24189,2,0,0,1,84146,16829,20,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,20,0,13,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13536,12,0,-1,'Horn of Awakening',24188,1,67648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17536,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1500,0,0,'',0,0,0,0,0,12340), (13537,4,2,-1,'Chillhide Bracers',24190,2,0,0,1,52970,10594,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,15,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13538,4,3,-1,'Windshrieker Pauldrons',24193,2,0,0,1,96116,19223,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,20,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13539,4,4,-1,'Banshee\'s Touch',24194,2,0,0,1,75114,15022,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,13,0,13,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13542,12,0,-1,'Demon Box',12925,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13544,4,0,-1,'Spectral Essence',24220,2,0,0,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows communication with the deceased of Caer Darrow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13545,12,0,-1,'Shellfish',45815,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13546,0,5,-1,'Bloodbelly Fish',4809,1,0,0,5,1250,62,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13562,0,0,-1,'Remains of Trey Lightforge',24231,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13582,15,2,-1,'Zergling Leash',24252,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,17709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13583,15,2,-1,'Panda Collar',24251,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,17707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13584,15,2,-1,'Diablo Stone',34364,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,17708,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13585,12,0,-1,'Keepsake of Remembrance',6672,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'All of the pages are torn out.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13602,4,0,-1,'Greater Spellstone (DEPRECATED)',21610,1,2097154,0,1,0,0,28,-1,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17729,0,0,0,0,1148,180000,32794,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13603,4,0,-1,'Major Spellstone (DEPRECATED)',21610,1,2097154,0,1,0,0,28,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17730,0,0,0,0,1148,180000,32795,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13612,2,14,-1,'Monster - Item, Glass - Purple Wine',24296,0,0,0,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (13624,12,0,-1,'Soulbound Keepsake',6672,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13626,12,0,-1,'Human Head of Ras Frostwhisper',3486,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13673,15,0,-1,'Level 65 Test Gear Leather - Druid',9632,1,4,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13699,4,0,-1,'Firestone (DEPRECATED)',24380,1,2097154,0,1,0,0,28,-1,-1,36,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17945,1,0,0,0,0,0,23481,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13700,4,0,-1,'Greater Firestone (DEPRECATED)',24380,1,2097154,0,1,0,0,28,-1,-1,46,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17947,1,0,0,0,0,0,23482,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13701,4,0,-1,'Major Firestone (DEPRECATED)',24380,1,2097154,0,1,0,0,28,-1,-1,56,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17949,1,0,0,0,0,0,23483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13702,12,0,-1,'Doom Weed',19498,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13703,0,0,-1,'Kodo Bone',24415,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13704,13,0,-1,'Skeleton Key',22071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13724,0,5,-1,'Enriched Manna Biscuit',21203,1,0,0,5,6000,300,0,-1,-1,55,45,0,0,0,0,0,529,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18071,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13725,12,0,-1,'Krastinov\'s Bag of Horrors',24496,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13726,4,1,-1,'[PH] Rising Dawn Gloves',24497,1,16,8192,1,3,1,10,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,31,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13727,4,1,-1,'[PH] Brilliant Dawn Gloves',24497,1,0,8192,1,40220,8044,10,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13728,4,1,-1,'[PH] Shining Dawn Gloves',24497,1,0,8192,1,40360,8072,10,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13730,4,3,-1,'[PH] Brilliant Dawn Fists',24564,1,0,8192,1,60970,12194,10,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13731,4,4,-1,'[PH] Brilliant Dawn Gauntlets',23294,1,0,8192,1,64953,12990,10,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13732,4,2,-1,'[PH] Rising Dawn Mitts',24563,1,16,8192,1,4,1,10,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,3,2,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13733,4,3,-1,'[PH] Rising Dawn Fists',24564,1,16,8192,1,5,1,10,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,4,2,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13734,4,4,-1,'[PH] Rising Dawn Gauntlets',23294,1,16,8192,1,6,1,10,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,4,2,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13736,4,3,-1,'[PH] Shining Dawn Fists',24564,1,0,8192,1,56428,11285,10,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13737,4,4,-1,'[PH] Shining Dawn Gauntlets',23294,1,0,8192,1,66461,13292,10,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13738,4,1,-1,'[PH] Cloth Bracers of the Brilliant Dawn',24562,1,0,8192,1,37905,7581,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13739,4,1,-1,'[PH] Cloth Bracers of the Rising Dawn',24562,1,0,8192,1,38045,7609,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13740,4,1,-1,'[PH] Cloth Bracers of the Shining Dawn',24562,1,0,8192,1,38188,7637,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13741,4,2,-1,'[PH] Leather Bracers of the Brilliant Dawn',24561,1,0,8192,1,47915,9583,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13742,4,3,-1,'[PH] Mail Bracers of the Brilliant Dawn',24560,1,0,8192,1,57713,11542,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13743,4,4,-1,'[PH] Plate Bracers of the Brilliant Dawn',24559,1,0,8192,1,69771,13954,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13744,4,4,-1,'[PH] Plate Bracers of the Rising Dawn',24559,1,0,8192,1,70023,14004,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13745,4,4,-1,'[PH] Plate Bracers of the Shining Dawn',24559,1,0,8192,1,70276,14055,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13746,4,3,-1,'[PH] Mail Bracers of the Rising Dawn',24560,1,0,8192,1,60104,12020,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13747,4,3,-1,'[PH] Mail Bracers of the Shining Dawn',24560,1,0,8192,1,60319,12063,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13748,4,2,-1,'[PH] Leather Bracers of the Shining Dawn',24561,1,0,8192,1,50445,10089,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13749,4,2,-1,'[PH] Leather Bracers of the Rising Dawn',24561,1,0,8192,1,50624,10124,9,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13752,12,0,-1,'Soulbound Keepsake',6672,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17179,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13754,7,8,-1,'Raw Glossy Mightfish',7176,1,0,0,1,120,6,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13755,0,5,-1,'Winter Squid',18537,1,0,0,5,140,7,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13756,7,8,-1,'Raw Summer Bass',4813,1,0,0,1,180,9,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13757,7,11,-1,'Lightning Eel',24522,1,0,0,1,1200,10,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13758,7,8,-1,'Raw Redgill',4809,1,0,0,1,80,4,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13759,7,8,-1,'Raw Nightfin Snapper',24713,1,0,0,5,200,10,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13760,7,8,-1,'Raw Sunscale Salmon',24716,1,0,0,1,200,10,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13761,0,0,-1,'Frozen Eggs',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13762,4,1,-1,'[PH] Robe of the Brilliant Dawn',24546,1,0,8192,1,78991,15798,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13763,4,1,-1,'[PH] Robe of the Rising Dawn',24546,1,0,8192,1,79277,15855,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13764,4,1,-1,'[PH] Robe of the Shining Dawn',24546,1,0,8192,1,79564,15912,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13765,4,2,-1,'[PH] Leather Chestguard of the Brilliant Dawn',24547,1,0,8192,1,99805,19961,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13766,4,2,-1,'[PH] Leather Chestguard of the Shining Dawn',24547,1,0,8192,1,100163,20032,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13767,4,2,-1,'[PH] Leather Chestguard of the Rising Dawn',24547,1,0,8192,1,100522,20104,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13768,4,3,-1,'[PH] Mail Chestguard of the Brilliant Dawn',24548,1,0,8192,1,121057,24211,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13769,4,3,-1,'[PH] Mail Chestguard of the Shining Dawn',24548,1,0,8192,1,121476,24295,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13770,4,3,-1,'[PH] Mail Chestguard of the Rising Dawn',24548,1,0,8192,1,121906,24381,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13771,4,4,-1,'[PH] Plate Chestguard of the Brilliant Dawn',24550,1,0,8192,1,129141,25828,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13772,4,4,-1,'[PH] Plate Chestguard of the Rising Dawn',24550,1,0,8192,1,129643,25928,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13773,4,4,-1,'[PH] Plate Chestguard of the Shining Dawn',24550,1,0,8192,1,130132,26026,5,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13775,4,1,-1,'[PH] Cloth Leggings of the Rising Dawn',24551,1,0,8192,1,76990,15398,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13776,4,1,-1,'[PH] Cloth Leggings of the Shining Dawn',24551,1,0,8192,1,77277,15455,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13777,4,2,-1,'[PH] Leather Leggings of the Brilliant Dawn',24552,1,0,8192,1,96945,19389,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13778,4,2,-1,'[PH] Leather Leggings of the Rising Dawn',24552,1,0,8192,1,97304,19460,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13779,4,2,-1,'[PH] Leather Leggings of the Shining Dawn',24552,1,0,8192,1,97662,19532,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13780,4,3,-1,'[PH] Mail Leggings of the Brilliant Dawn',24553,1,0,8192,1,117614,23522,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13781,4,3,-1,'[PH] Mail Leggings of the Rising Dawn',24553,1,0,8192,1,118044,23608,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13782,4,3,-1,'[PH] Mail Leggings of the Shining Dawn',24553,1,0,8192,1,118474,23694,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13783,4,4,-1,'[PH] Plate Leggings of the Brilliant Dawn',24554,1,0,8192,1,138722,27744,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13784,4,4,-1,'[PH] Plate Leggings of the Rising Dawn',24554,1,0,8192,1,139211,27842,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13785,4,4,-1,'[PH] Plate Leggings of the Shining Dawn',24554,1,0,8192,1,139713,27942,7,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13787,4,1,-1,'[PH] Rising Dawn Hat',24555,1,16,8192,1,5,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13788,4,1,-1,'[PH] Shining Dawn Hat',24555,1,0,8192,1,60517,12103,1,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13790,4,2,-1,'[PH] Rising Dawn Cap',24556,1,16,8192,1,7,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13791,4,2,-1,'[PH] Shining Dawn Cap',24556,1,0,8192,1,71102,14220,1,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13793,4,3,-1,'[PH] Rising Dawn Coif',24557,1,16,8192,1,8,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13794,4,3,-1,'[PH] Shining Dawn Coif',24557,1,0,8192,1,86282,17256,1,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13796,4,4,-1,'[PH] Rising Dawn Helm',24558,1,16,8192,1,9,1,1,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13797,4,4,-1,'[PH] Shining Dawn Helm',24558,1,0,8192,1,101588,20317,1,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13798,4,1,-1,'[PH] Cloth Boots of the Brilliant Dawn',24565,1,0,8192,1,58376,11675,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13801,4,2,-1,'[PH] Leather Boots of the Brilliant Dawn',24566,1,0,8192,1,73770,14754,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13802,4,2,-1,'[PH] Leather Boots of the Rising Dawn',24566,1,0,8192,1,74039,14807,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13803,4,2,-1,'[PH] Leather Boots of the Shining Dawn',24566,1,0,8192,1,74301,14860,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13804,4,3,-1,'[PH] Mail Boots of the Brilliant Dawn',6638,1,0,8192,1,89882,17976,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13805,4,3,-1,'[PH] Mail Boots of the Rising Dawn',6638,1,0,8192,1,90206,18041,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13806,4,3,-1,'[PH] Mail Boots of the Shining Dawn',6638,1,0,8192,1,90530,18106,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13807,4,4,-1,'[PH] Plate Boots of the Brilliant Dawn',24567,1,0,8192,1,97840,19568,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13808,4,4,-1,'[PH] Plate Boots of the Rising Dawn',24567,1,0,8192,1,98216,19643,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13809,4,4,-1,'[PH] Plate Boots of the Shining Dawn',24567,1,0,8192,1,98591,19718,8,-1,-1,100,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (13810,0,5,-1,'Blessed Sunfruit',24568,1,64,0,5,6000,300,0,-1,-1,55,45,0,0,0,0,0,529,6,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18124,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13812,4,0,-1,'Ring of the Dawn',24569,2,0,0,1,33215,8303,11,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',10,0,0,0,0,1), (13813,0,0,-1,'Blessed Sunfruit Juice',24570,1,64,0,5,6000,300,0,-1,-1,55,45,0,0,0,0,0,529,6,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18140,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13815,12,0,-1,'Some Rune',24572,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13816,2,7,-1,'Fine Longsword',20225,0,0,0,1,52808,10561,21,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13817,2,8,-1,'Tapered Greatsword',20195,0,0,0,1,93985,18797,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13818,2,0,-1,'Jagged Axe',8478,0,0,0,1,67158,13431,21,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,50,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13819,2,1,-1,'Balanced War Axe',19374,0,0,0,1,99405,19881,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,83,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13820,2,4,-1,'Clout Mace',19716,0,0,0,1,60211,12042,21,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13821,2,5,-1,'Bulky Maul',28691,0,0,0,1,89968,17993,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,115,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13822,2,15,-1,'Spiked Dagger',4119,0,0,0,1,57213,11442,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,40,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13823,2,10,-1,'Stout War Staff',20309,0,0,0,1,65537,13107,17,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,89,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13824,2,2,-1,'Recurve Long Bow',20550,0,0,0,1,45078,9015,15,-1,-1,55,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13825,2,3,-1,'Primed Musket',20721,0,0,0,1,50842,10168,26,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13850,12,0,-1,'Rumbleshot\'s Ammo',24592,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13851,0,5,-1,'Hot Wolf Ribs',21327,1,0,0,1,1250,312,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (13852,12,0,-1,'The Grand Crusader\'s Command',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the mark of the Grand Crusader.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13853,12,0,-1,'Slab of Carrion Worm Meat',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13856,4,1,-1,'Runecloth Belt',25235,2,0,0,1,25564,5112,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13857,4,1,-1,'Runecloth Tunic',25207,2,0,0,1,54393,10878,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,6,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13858,4,1,-1,'Runecloth Robe',24601,2,0,0,1,54589,10917,20,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,5,17,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13860,4,1,-1,'Runecloth Cloak',25232,2,0,0,1,43706,8741,16,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,6,9,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13863,4,1,-1,'Runecloth Gloves',25231,2,0,0,1,33086,6617,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,6,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13864,4,1,-1,'Runecloth Boots',25233,2,0,0,1,47768,9553,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,6,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13865,4,1,-1,'Runecloth Pants',25208,2,0,0,1,67775,13555,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,6,20,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13866,4,1,-1,'Runecloth Headband',25230,2,0,0,1,56794,11358,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,20,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13867,4,1,-1,'Runecloth Shoulders',25236,2,0,0,1,60694,12138,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (13868,4,1,-1,'Frostweave Robe',24612,2,0,0,1,48329,9665,20,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13869,4,1,-1,'Frostweave Tunic',24610,2,0,0,1,48514,9702,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13870,4,1,-1,'Frostweave Gloves',24616,2,0,0,1,27359,5471,10,-1,-1,53,47,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (13871,4,1,-1,'Frostweave Pants',24615,2,0,0,1,67184,13436,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (13872,12,0,-1,'Bundle of Wood',929,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13873,13,0,-1,'Viewing Room Key',13824,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13874,15,4,-1,'Heavy Crate',8928,1,4,0,1,4,1,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Venture Company Supplies',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13875,15,0,-1,'Ironbound Locked Chest',12331,1,4,0,1,4,1,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,61,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13876,15,0,-1,'40 Pound Grouper',16364,1,0,0,1,100,25,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13877,15,0,-1,'47 Pound Grouper',16364,1,0,0,1,120,30,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13878,15,0,-1,'53 Pound Grouper',16364,1,0,0,1,130,32,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13879,15,0,-1,'59 Pound Grouper',16364,1,0,0,1,140,35,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13880,15,0,-1,'68 Pound Grouper',16364,1,0,0,1,150,37,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13881,15,4,-1,'Bloated Redgill',4809,1,4,0,1,400,100,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13882,15,0,-1,'42 Pound Redgill',16364,1,0,0,1,240,60,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13883,15,0,-1,'45 Pound Redgill',16364,1,0,0,1,240,60,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13884,15,0,-1,'49 Pound Redgill',16364,1,0,0,1,300,75,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13885,15,0,-1,'34 Pound Redgill',16364,1,0,0,1,200,50,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13886,15,0,-1,'37 Pound Redgill',16364,1,0,0,1,200,50,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13887,15,0,-1,'52 Pound Redgill',16364,1,0,0,1,300,75,23,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13888,7,8,-1,'Darkclaw Lobster',24629,1,0,0,5,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13889,7,8,-1,'Raw Whitescale Salmon',24719,1,0,0,1,1000,5,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13890,7,8,-1,'Plated Armorfish',4823,1,0,0,1,1400,70,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13891,15,4,-1,'Bloated Salmon',4809,1,4,0,1,400,100,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13892,12,0,-1,'Kodo Kombobulator',25456,1,64,0,1,0,0,0,-1,-1,30,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18153,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13893,0,5,-1,'Large Raw Mightfish',11932,1,0,0,1,60,15,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13895,4,0,-1,'Formal Dangui',24644,1,0,0,1,506622,101324,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13896,4,0,-1,'Dark Green Wedding Hanbok',24643,1,0,0,1,55103,11020,20,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13897,4,0,-1,'White Traditional Hanbok',24641,1,0,0,1,2977,595,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13898,4,0,-1,'Royal Dangui',24645,1,0,0,1,288699,57739,20,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13899,4,0,-1,'Red Traditional Hanbok',24639,1,0,0,1,17641,3528,20,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13900,4,0,-1,'Green Wedding Hanbok',24642,1,0,0,1,137214,27442,20,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13901,15,0,-1,'15 Pound Salmon',18705,1,0,0,1,100,25,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13902,15,0,-1,'18 Pound Salmon',18705,1,0,0,1,100,25,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13903,15,0,-1,'22 Pound Salmon',18705,1,0,0,1,100,25,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13904,15,0,-1,'25 Pound Salmon',18705,1,0,0,1,100,25,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13905,15,0,-1,'29 Pound Salmon',18705,1,0,0,1,100,25,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13906,15,0,-1,'32 Pound Salmon',18705,1,0,0,1,200,50,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13907,15,0,-1,'7 Pound Lobster',24629,1,0,0,1,200,50,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13908,15,0,-1,'9 Pound Lobster',24629,1,0,0,1,220,55,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13909,15,0,-1,'12 Pound Lobster',24629,1,0,0,1,220,55,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13910,15,0,-1,'15 Pound Lobster',24629,1,0,0,1,250,62,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13911,15,0,-1,'19 Pound Lobster',24629,1,0,0,1,320,80,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13912,15,0,-1,'21 Pound Lobster',24629,1,0,0,1,360,90,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13913,15,0,-1,'22 Pound Lobster',24629,1,0,0,1,400,100,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13914,15,0,-1,'70 Pound Mightfish',24715,1,0,0,1,500,125,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13915,15,0,-1,'85 Pound Mightfish',24715,1,0,0,1,500,125,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13916,15,0,-1,'92 Pound Mightfish',24715,1,0,0,1,600,150,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13917,15,0,-1,'103 Pound Mightfish',24715,1,0,0,1,800,200,23,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13918,15,0,-1,'Reinforced Locked Chest',12331,1,4,0,1,4,1,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,599,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13920,12,0,-1,'Healthy Dragon Scale',22838,1,2048,0,1,0,0,0,-1,-1,55,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5582,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13926,3,7,-1,'Golden Pearl',24730,2,0,0,1,40000,10000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13927,0,5,-1,'Cooked Glossy Mightfish',7176,1,0,0,1,32,8,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18229,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13928,0,5,-1,'Grilled Squid',18537,1,0,0,5,160,8,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18230,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13929,0,5,-1,'Hot Smoked Bass',4813,1,0,0,1,40,10,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18231,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13930,0,5,-1,'Filet of Redgill',4809,1,0,0,5,100,5,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13931,0,5,-1,'Nightfin Soup',21473,1,0,0,5,240,12,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18233,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13932,0,5,-1,'Poached Sunscale Salmon',24716,1,0,0,1,240,12,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18232,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13933,0,5,-1,'Lobster Stew',24733,1,0,0,5,280,14,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13934,0,5,-1,'Mightfish Steak',22194,1,0,0,1,72,18,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13935,0,5,-1,'Baked Salmon',24719,1,0,0,30,1200,10,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (13936,4,1,-1,'Dreadmaster\'s Shroud',25659,3,0,0,1,86241,17248,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,6,13,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (13937,2,10,-1,'Headmaster\'s Charge',45947,4,0,0,1,405649,81129,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,30,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,204,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18264,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (13938,2,19,-1,'Bonecreeper Stylus',24743,3,0,0,1,183232,36646,26,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,6,0,0,0,0,0,0,0,0,0,0,1900,0,100,9416,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13939,9,5,-1,'Recipe: Spotted Yellowtail',1301,1,64,0,1,16000,4000,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18238,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Spotted Yellowtail.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13940,9,5,-1,'Recipe: Cooked Glossy Mightfish',1301,1,64,0,1,16000,4000,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18239,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Cooked Glossy Mightfish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13941,9,5,-1,'Recipe: Filet of Redgill',1301,1,64,0,1,16000,4000,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18241,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Filet of Redgill.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13942,9,5,-1,'Recipe: Grilled Squid',1301,1,64,0,1,16000,4000,0,-1,-1,48,0,185,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18240,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Grilled Squid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13943,9,5,-1,'Recipe: Hot Smoked Bass',1301,1,64,0,1,16000,4000,0,-1,-1,48,0,185,240,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18242,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Hot Smoked Bass.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13944,4,2,-1,'Tombstone Breastplate',28632,3,0,0,1,124980,24996,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13945,9,5,-1,'Recipe: Nightfin Soup',1301,1,64,0,1,20000,5000,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18243,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Nightfin Soup.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13946,9,5,-1,'Recipe: Poached Sunscale Salmon',1301,1,64,0,1,20000,5000,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18244,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Poached Sunscale Salmon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13947,9,5,-1,'Recipe: Lobster Stew',1301,1,64,0,1,20000,5000,0,-1,-1,55,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18245,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Lobster Stew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13948,9,5,-1,'Recipe: Mightfish Steak',1301,1,64,0,1,20000,5000,0,-1,-1,55,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18246,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Mightfish Steak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13949,9,5,-1,'Recipe: Baked Salmon',1301,1,64,0,1,20000,5000,0,-1,-1,55,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18247,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Baked Salmon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (13950,4,3,-1,'Detention Strap',24748,3,0,0,1,76675,15335,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,17,6,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13951,4,4,-1,'Vigorsteel Vambraces',24749,3,0,0,1,90298,18059,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,17,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13952,2,0,-1,'Iceblade Hacker',28782,3,0,0,1,264251,52850,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,1,5,4,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13953,2,7,-1,'Silent Fang',24756,3,0,0,1,265172,53034,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,85,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,18278,2,0,3.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13954,4,2,-1,'Verdant Footpads',28627,3,0,0,1,98437,19687,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13955,4,4,-1,'Stoneform Shoulders',24777,3,0,0,1,138039,27607,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,210,0,0,0,'',48,0,0,0,0,12340), (13956,4,1,-1,'Clutch of Andros',24762,3,0,0,1,52873,10574,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,19,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13957,4,2,-1,'Gargoyle Slashers',24768,3,0,0,1,60007,12001,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,5,4,10,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13958,4,1,-1,'Wyrmthalak\'s Shackles',24767,3,0,0,1,47528,9505,9,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,6,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13959,4,4,-1,'Omokk\'s Girth Restrainer',30535,3,0,0,1,83974,16794,6,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,4,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13960,4,0,-1,'Heart of the Fiend',19785,3,0,0,1,51315,12828,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,15,5,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13961,4,2,-1,'Halycon\'s Muzzle',24772,3,0,0,1,90141,18028,3,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,22,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13962,4,2,-1,'Vosh\'gajin\'s Strand',30391,3,0,0,1,60324,12064,6,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,4,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13963,4,3,-1,'Voone\'s Vice Grips',29016,3,0,0,1,72665,14533,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,6,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (13964,2,15,-1,'Witchblade',24775,3,0,0,1,249934,49986,21,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,85,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13965,4,0,-1,'Blackhand\'s Breadth',24776,3,0,0,1,65000,16250,12,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13966,4,0,-1,'Mark of Tyranny',24778,3,0,0,1,65000,16250,12,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13967,4,3,-1,'Windreaver Greaves',28604,3,0,0,1,112688,22537,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13968,4,0,-1,'Eye of the Beast',24784,3,0,0,1,65000,16250,12,1488,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13969,4,3,-1,'Loomguard Armbraces',24793,3,0,0,1,77350,15470,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13982,2,8,-1,'Warblade of Caer Darrow',26676,3,0,0,1,314236,62847,17,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,214,0,1,22,4,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13983,2,1,-1,'Gravestone War Axe',24816,3,0,0,1,311204,62240,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,217,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,18289,2,0,0.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13984,2,15,-1,'Darrowspike',26679,3,0,0,1,260148,52029,13,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18276,2,0,1.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (13986,4,1,-1,'Crown of Caer Darrow',26680,3,0,0,1,78619,15723,1,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,15,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14002,4,6,-1,'Darrowshire Strongguard',22831,3,0,0,1,165250,33050,14,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2153,0,0,10,10,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,40,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14022,4,0,-1,'Barov Peasant Caller',26622,3,0,0,1,35965,8991,12,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18307,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14023,4,0,-1,'Barov Peasant Caller',26622,3,0,0,1,35965,8991,12,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18308,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14024,2,15,-1,'Frightalon',20592,3,0,0,1,253118,50623,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,19755,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14025,4,1,-1,'Mystic\'s Belt',25881,2,0,0,1,942,188,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14042,4,1,-1,'Cindercloth Vest',24893,2,0,0,1,52808,10561,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14043,4,1,-1,'Cindercloth Gloves',24896,2,0,0,1,29778,5955,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14044,4,1,-1,'Cindercloth Cloak',23422,2,0,0,1,47517,9503,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14045,4,1,-1,'Cindercloth Pants',24895,2,0,0,1,67405,13481,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14046,1,0,-1,'Runecloth Bag',19595,1,0,0,1,20000,5000,18,-1,-1,52,0,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14047,7,5,-1,'Runecloth',24897,1,0,0,1,1600,400,0,32767,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14048,7,5,-1,'Bolt of Runecloth',24898,1,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14062,15,0,-1,'Kodo Mount',17786,1,64,0,1,800000,0,0,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18363,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (14083,2,10,-1,'Tyrande\'s Staff',24923,1,16,8192,1,108,21,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (14086,4,1,-1,'Beaded Sandals',25871,1,0,0,1,225,45,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14087,4,1,-1,'Beaded Cuffs',25864,1,0,0,1,82,16,9,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14088,4,1,-1,'Beaded Cloak',23132,1,0,0,1,124,24,16,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14089,4,1,-1,'Beaded Gloves',25867,1,0,0,1,152,30,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14090,4,1,-1,'Beaded Britches',7533,2,0,0,1,598,119,7,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,538,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (14091,4,1,-1,'Beaded Robe',25869,2,0,0,1,600,120,20,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,454,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (14093,4,1,-1,'Beaded Cord',25863,1,0,0,1,107,21,6,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14094,4,1,-1,'Beaded Wraps',25873,2,0,0,1,607,121,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,454,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (14095,4,1,-1,'Native Bands',25874,1,0,0,1,183,36,9,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14096,4,1,-1,'Native Vest',25880,2,0,0,1,1627,325,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,456,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14097,4,1,-1,'Native Pants',25876,2,0,0,1,1183,236,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,539,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (14098,4,1,-1,'Native Cloak',25875,1,0,0,1,219,43,16,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14099,4,1,-1,'Native Sash',14431,1,0,0,1,238,47,6,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14100,4,1,-1,'Brightcloth Robe',15820,2,0,0,1,60449,12089,20,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,16,15,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14101,4,1,-1,'Brightcloth Gloves',16779,2,0,0,1,30334,6066,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,12,11,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14102,4,1,-1,'Native Handwraps',16586,1,0,0,1,301,60,10,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14103,4,1,-1,'Brightcloth Cloak',24928,2,0,0,1,48583,9716,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,7,7,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14104,4,1,-1,'Brightcloth Pants',24927,2,0,0,1,77421,15484,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,17,16,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14106,4,1,-1,'Felcloth Robe',24932,2,0,0,1,87172,17434,20,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14107,4,1,-1,'Felcloth Pants',13679,2,0,0,1,65705,13141,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14108,4,1,-1,'Felcloth Boots',24935,2,0,0,1,55561,11112,8,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14109,4,1,-1,'Native Robe',25877,2,0,0,1,1705,341,20,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,456,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14110,4,1,-1,'Native Sandals',25879,1,0,0,1,420,84,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14111,4,1,-1,'Felcloth Hood',24933,2,0,0,1,53875,10775,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14112,4,1,-1,'Felcloth Shoulders',24934,2,0,0,1,62982,12596,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14113,4,1,-1,'Aboriginal Sash',25858,2,0,0,1,699,139,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,875,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (14114,4,1,-1,'Aboriginal Footwraps',25857,2,0,0,1,1211,242,8,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,792,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14115,4,1,-1,'Aboriginal Bands',14541,1,0,0,1,352,70,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14116,4,1,-1,'Aboriginal Cape',25855,1,0,0,1,530,106,16,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14117,4,1,-1,'Aboriginal Gloves',14542,2,0,0,1,816,163,10,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,708,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14119,4,1,-1,'Aboriginal Loincloth',11421,2,0,0,1,1891,378,7,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,540,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14120,4,1,-1,'Aboriginal Robe',16531,2,0,0,1,2887,577,20,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,457,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14121,4,1,-1,'Aboriginal Vest',17462,2,0,0,1,2898,579,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,457,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14122,4,1,-1,'Ritual Bands',16664,2,0,0,1,1099,219,9,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1044,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14123,4,1,-1,'Ritual Cape',25916,2,0,0,1,1439,287,16,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14124,4,1,-1,'Ritual Gloves',16657,2,0,0,1,1464,292,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,709,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14125,4,1,-1,'Ritual Leggings',16656,2,0,0,1,3381,676,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,541,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14126,4,1,-1,'Ritual Amice',5394,1,0,0,1,1984,396,3,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14127,4,1,-1,'Ritual Shroud',15201,2,0,0,1,5000,1000,20,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,458,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14128,4,1,-1,'Wizardweave Robe',24945,2,0,0,1,80465,16093,20,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,18,0,0,0,17,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14129,4,1,-1,'Ritual Sandals',25929,2,0,0,1,2079,415,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,793,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14130,4,1,-1,'Wizardweave Turban',24942,2,0,0,1,61653,12330,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,18,0,0,0,18,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14131,4,1,-1,'Ritual Belt',25915,2,0,0,1,1214,242,6,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,877,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14132,4,1,-1,'Wizardweave Leggings',24943,2,0,0,1,62207,12441,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,16,0,0,0,16,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14133,4,1,-1,'Ritual Tunic',25952,2,0,0,1,4752,950,5,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,458,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14134,4,1,-1,'Cloak of Fire',24946,3,64,0,1,56401,11280,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,6,0,0,0,0,0,0,0,18364,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (14136,4,1,-1,'Robe of Winter Night',25834,3,0,0,1,85127,17025,20,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (14137,4,1,-1,'Mooncloth Leggings',17252,3,0,0,1,90568,18113,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,6,21,5,14,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (14138,4,1,-1,'Mooncloth Vest',25228,3,0,0,1,100210,20042,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,20,6,19,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (14139,4,1,-1,'Mooncloth Shoulders',24966,3,0,0,1,76487,15297,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,17,6,11,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14140,4,1,-1,'Mooncloth Circlet',28414,3,0,0,1,77825,15565,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,23,6,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14141,4,1,-1,'Ghostweave Vest',25571,2,0,0,1,64297,12859,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14142,4,1,-1,'Ghostweave Gloves',24977,2,0,0,1,30436,6087,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14143,4,1,-1,'Ghostweave Belt',24978,2,0,0,1,28817,5763,6,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14144,4,1,-1,'Ghostweave Pants',11166,2,0,0,1,71872,14374,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14145,2,7,-1,'Cursed Felblade',24981,3,0,0,1,6194,1238,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,18381,2,0,1.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (14146,4,1,-1,'Gloves of Spell Mastery',24986,4,0,0,1,65660,13132,10,31632,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,10,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14147,4,3,-1,'Cavedweller Bracers',24982,3,0,0,1,1872,374,9,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,3,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (14148,4,1,-1,'Crystalline Cuffs',24983,3,0,0,1,1253,250,9,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,6,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (14149,4,1,-1,'Subterranean Cape',24985,3,0,0,1,1886,377,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,3,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (14150,4,1,-1,'Robe of Evocation',24988,3,0,0,1,2524,504,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,3,5,5,7,4,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (14151,2,15,-1,'Chanting Blade',24990,3,0,0,1,6336,1267,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,3,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (14152,4,1,-1,'Robe of the Archmage',25205,4,0,0,1,134334,26866,20,262143,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,18385,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14153,4,1,-1,'Robe of the Void',25201,4,0,0,1,134825,26965,20,262143,2147483647,62,57,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,18386,0,0,0,600000,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14154,4,1,-1,'Truefaith Vestments',25203,4,0,0,1,135330,27066,20,31248,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,18379,1,0,0,0,0,0,18388,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14155,1,0,-1,'Mooncloth Bag',21586,2,0,0,1,80000,20000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14156,1,0,-1,'Bottomless Bag',20342,3,0,0,1,160000,40000,18,-1,-1,62,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14157,4,1,-1,'Pagan Mantle',8374,1,0,0,1,2170,434,3,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14158,4,1,-1,'Pagan Vest',9996,2,0,0,1,6180,1236,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,459,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14159,4,1,-1,'Pagan Shoes',25893,2,0,0,1,2853,570,8,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,794,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14160,4,1,-1,'Pagan Bands',16907,2,0,0,1,1255,251,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1045,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14161,4,1,-1,'Pagan Cape',23101,2,0,0,1,1686,337,16,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14162,4,1,-1,'Pagan Mitts',11144,2,0,0,1,2229,445,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,710,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14163,4,1,-1,'Pagan Wraps',25894,2,0,0,1,5841,1168,20,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,459,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14164,4,1,-1,'Pagan Belt',14431,2,0,0,1,1563,312,6,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,877,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14165,4,1,-1,'Pagan Britches',25890,2,0,0,1,5209,1041,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,543,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14166,4,1,-1,'Buccaneer\'s Bracers',28050,2,0,0,1,1191,238,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1045,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14167,4,1,-1,'Buccaneer\'s Cape',28054,2,0,0,1,1794,358,16,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14168,4,1,-1,'Buccaneer\'s Gloves',28056,2,0,0,1,1380,276,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,709,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14169,4,1,-1,'Aboriginal Shoulder Pads',25859,1,0,0,1,1434,286,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14170,4,1,-1,'Buccaneer\'s Mantle',28055,1,0,0,1,1655,331,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14171,4,1,-1,'Buccaneer\'s Pants',13679,2,0,0,1,3693,738,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,542,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14172,4,1,-1,'Buccaneer\'s Robes',28098,2,0,0,1,4189,837,20,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,458,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14173,4,1,-1,'Buccaneer\'s Cord',28051,2,0,0,1,1406,281,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,877,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14174,4,1,-1,'Buccaneer\'s Boots',19950,2,0,0,1,1841,368,8,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,793,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14175,4,1,-1,'Buccaneer\'s Vest',28052,2,0,0,1,4236,847,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,458,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14176,4,1,-1,'Watcher\'s Boots',9184,2,0,0,1,4600,920,8,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,795,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14177,4,1,-1,'Watcher\'s Cuffs',25970,2,0,0,1,3159,631,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1047,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14178,4,1,-1,'Watcher\'s Cap',26302,2,0,0,1,7661,1532,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,629,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14179,4,1,-1,'Watcher\'s Cape',23109,2,0,0,1,3738,747,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14180,4,1,-1,'Watcher\'s Jerkin',26023,2,0,0,1,9351,1870,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,460,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14181,4,1,-1,'Watcher\'s Handwraps',25971,2,0,0,1,3878,775,10,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,712,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14182,4,1,-1,'Watcher\'s Mantle',19991,2,0,0,1,5837,1167,3,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1132,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14183,4,1,-1,'Watcher\'s Leggings',25974,2,0,0,1,8551,1710,7,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,544,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14184,4,1,-1,'Watcher\'s Robes',25976,2,0,0,1,8584,1716,20,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,460,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14185,4,1,-1,'Watcher\'s Cinch',25969,2,0,0,1,3237,647,6,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,879,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14186,4,1,-1,'Raincaller Mantle',25986,2,0,0,1,5898,1179,3,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1132,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14187,4,1,-1,'Raincaller Cuffs',14640,2,0,0,1,3588,717,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1048,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14188,4,1,-1,'Raincaller Cloak',23138,2,0,0,1,4911,982,16,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14189,4,1,-1,'Raincaller Cap',15283,2,0,0,1,7940,1588,1,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,629,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14190,4,1,-1,'Raincaller Vest',25984,2,0,0,1,9661,1932,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,461,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14191,4,1,-1,'Raincaller Mitts',25987,2,0,0,1,4407,881,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,712,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14192,4,1,-1,'Raincaller Robes',25989,2,0,0,1,9733,1946,20,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,461,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14193,4,1,-1,'Raincaller Pants',18887,2,0,0,1,10032,2006,7,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,545,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14194,4,1,-1,'Raincaller Cord',28730,2,0,0,1,3782,756,6,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,880,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14195,4,1,-1,'Raincaller Boots',14645,2,0,0,1,6262,1252,8,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,796,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14196,4,1,-1,'Thistlefur Sandals',26008,2,0,0,1,8366,1673,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,797,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14197,4,1,-1,'Thistlefur Bands',26004,2,0,0,1,4626,925,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1048,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14198,4,1,-1,'Thistlefur Cloak',26006,2,0,0,1,7659,1531,16,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14199,4,1,-1,'Thistlefur Gloves',26007,2,0,0,1,6200,1240,10,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,713,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14200,4,1,-1,'Thistlefur Cap',15293,2,0,0,1,11294,2258,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,630,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14201,4,1,-1,'Thistlefur Mantle',26012,2,0,0,1,10304,2060,3,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1134,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14202,4,1,-1,'Thistlefur Jerkin',26049,2,0,0,1,16682,3336,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,462,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14203,4,1,-1,'Thistlefur Pants',16719,2,0,0,1,13770,2754,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,546,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14204,4,1,-1,'Thistlefur Robe',26011,2,0,0,1,15206,3041,20,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,462,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14205,4,1,-1,'Thistlefur Belt',26005,2,0,0,1,5213,1042,6,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,881,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14206,4,1,-1,'Vital Bracelets',25970,2,0,0,1,5232,1046,9,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1049,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14207,4,1,-1,'Vital Leggings',26021,2,0,0,1,15381,3076,7,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,546,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14208,4,1,-1,'Vital Headband',26308,2,0,0,1,11580,2316,1,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,630,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14209,4,1,-1,'Vital Sash',26022,2,0,0,1,5980,1196,6,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,881,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14210,4,1,-1,'Vital Cape',26015,2,0,0,1,8185,1637,16,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14211,4,1,-1,'Vital Handwraps',26020,2,0,0,1,6627,1325,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,714,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14212,4,1,-1,'Vital Shoulders',28729,2,0,0,1,10974,2194,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1134,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14213,4,1,-1,'Vital Raiment',26017,2,0,0,1,17769,3553,20,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,463,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14214,4,1,-1,'Vital Boots',9184,2,0,0,1,10049,2009,8,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,798,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14215,4,1,-1,'Vital Tunic',25973,2,0,0,1,17898,3579,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,463,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14216,4,1,-1,'Geomancer\'s Jerkin',26051,2,0,0,1,24438,4887,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,464,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14217,4,1,-1,'Geomancer\'s Cord',24113,2,0,0,1,8193,1638,6,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,882,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14218,4,1,-1,'Geomancer\'s Boots',16721,2,0,0,1,13568,2713,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,799,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14219,4,1,-1,'Geomancer\'s Cloak',26045,2,0,0,1,10230,2046,16,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14220,4,1,-1,'Geomancer\'s Cap',26044,2,0,0,1,17214,3442,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,632,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14221,4,1,-1,'Geomancer\'s Bracers',26042,2,0,0,1,7555,1511,9,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1050,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14222,4,1,-1,'Geomancer\'s Gloves',26050,2,0,0,1,9174,1834,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,715,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14223,4,1,-1,'Geomancer\'s Spaulders',26054,2,0,0,1,13495,2699,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1135,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14224,4,1,-1,'Geomancer\'s Trousers',26052,2,0,0,1,19508,3901,7,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,547,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14225,4,1,-1,'Geomancer\'s Wraps',26053,2,0,0,1,23471,4694,20,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,464,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14226,4,1,-1,'Embersilk Bracelets',26055,2,0,0,1,8658,1731,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1051,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14227,7,5,-1,'Ironweb Spider Silk',18597,1,0,0,1,10000,2500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14228,4,1,-1,'Embersilk Coronet',26059,2,0,0,1,17800,3560,1,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,632,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14229,4,1,-1,'Embersilk Cloak',26057,2,0,0,1,11938,2387,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14230,4,1,-1,'Embersilk Tunic',26063,2,0,0,1,25822,5164,5,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,464,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14231,4,1,-1,'Embersilk Mitts',26062,2,0,0,1,9525,1905,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,715,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14232,4,1,-1,'Embersilk Mantle',26068,2,0,0,1,15486,3097,3,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1135,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14233,4,1,-1,'Embersilk Leggings',26061,2,0,0,1,22381,4476,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,548,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14234,4,1,-1,'Embersilk Robes',26067,2,0,0,1,26201,5240,20,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,464,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14235,4,1,-1,'Embersilk Cord',26058,2,0,0,1,8948,1789,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,883,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14236,4,1,-1,'Embersilk Boots',26066,2,0,0,1,14547,2909,8,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,799,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14237,4,1,-1,'Darkmist Armor',16599,2,0,0,1,36031,7206,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,466,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14238,4,1,-1,'Darkmist Boots',26100,2,0,0,1,18457,3691,8,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,800,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14239,4,1,-1,'Darkmist Cape',26101,2,0,0,1,15881,3176,16,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14240,4,1,-1,'Darkmist Bands',16604,2,0,0,1,11474,2294,9,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1052,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14241,4,1,-1,'Darkmist Handguards',26102,2,0,0,1,11559,2311,10,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,716,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14242,4,1,-1,'Darkmist Pants',16600,2,0,0,1,27069,5413,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,549,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14243,4,1,-1,'Darkmist Mantle',26104,2,0,0,1,20376,4075,3,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1137,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14244,4,1,-1,'Darkmist Wraps',28991,2,0,0,1,34354,6870,20,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,466,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14245,4,1,-1,'Darkmist Girdle',24624,2,0,0,1,11734,2346,6,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,884,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14246,4,1,-1,'Darkmist Wizard Hat',26309,2,0,0,1,22256,4451,1,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,633,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14247,4,1,-1,'Lunar Mantle',26116,2,0,0,1,22337,4467,3,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1137,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14248,4,1,-1,'Lunar Bindings',14647,2,0,0,1,11865,2373,9,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1052,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14249,4,1,-1,'Lunar Vest',14646,2,0,0,1,37798,7559,5,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,466,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14250,4,1,-1,'Lunar Slippers',26117,2,0,0,1,19365,3873,8,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,800,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14251,4,1,-1,'Lunar Cloak',26112,2,0,0,1,16662,3332,16,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14252,4,1,-1,'Lunar Coronet',18992,2,0,0,1,24572,4914,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,633,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14253,4,1,-1,'Lunar Handwraps',26113,2,0,0,1,14095,2819,10,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,717,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14254,4,1,-1,'Lunar Raiment',26119,2,0,0,1,38494,7698,20,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,466,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14255,4,1,-1,'Lunar Belt',26111,2,0,0,1,13145,2629,6,-1,-1,42,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,884,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14256,7,5,-1,'Felcloth',25028,1,0,0,1,8000,2000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14257,4,1,-1,'Lunar Leggings',18887,2,0,0,1,30973,6194,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,549,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14258,4,1,-1,'Bloodwoven Cord',26190,2,0,0,1,15545,3109,6,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,885,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14259,4,1,-1,'Bloodwoven Boots',26186,2,0,0,1,25280,5056,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,802,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14260,4,1,-1,'Bloodwoven Bracers',26187,2,0,0,1,14504,2900,9,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1053,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14261,4,1,-1,'Bloodwoven Cloak',26189,2,0,0,1,20222,4044,16,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14262,4,1,-1,'Bloodwoven Mitts',26193,2,0,0,1,15783,3156,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,717,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14263,4,1,-1,'Bloodwoven Mask',41844,2,0,0,1,29937,5987,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,634,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14264,4,1,-1,'Bloodwoven Pants',26196,2,0,0,1,40067,8013,7,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,550,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14265,4,1,-1,'Bloodwoven Wraps',26198,2,0,0,1,49269,9853,20,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,467,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14266,4,1,-1,'Bloodwoven Pads',26195,2,0,0,1,28031,5606,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1138,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14267,4,1,-1,'Bloodwoven Jerkin',26192,2,0,0,1,49634,9926,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,467,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14268,4,1,-1,'Gaea\'s Cuffs',17262,2,0,0,1,17432,3486,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1054,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14269,4,1,-1,'Gaea\'s Slippers',26145,2,0,0,1,28346,5669,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,802,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14270,4,1,-1,'Gaea\'s Cloak',23031,2,0,0,1,24389,4877,16,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14271,4,1,-1,'Gaea\'s Circlet',26307,2,0,0,1,32996,6599,1,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,635,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14272,4,1,-1,'Gaea\'s Handwraps',26143,2,0,0,1,19105,3821,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,718,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14273,4,1,-1,'Gaea\'s Amice',26147,2,0,0,1,31875,6375,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1138,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14274,4,1,-1,'Gaea\'s Leggings',26144,2,0,0,1,52244,10448,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,551,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14275,4,1,-1,'Gaea\'s Raiment',26142,2,0,0,1,55575,11115,20,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,468,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14276,4,1,-1,'Gaea\'s Belt',26138,2,0,0,1,17992,3598,6,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,886,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14277,4,1,-1,'Gaea\'s Tunic',26311,2,0,0,1,50656,10131,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,468,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14278,4,1,-1,'Opulent Mantle',27928,2,0,0,1,33626,6725,3,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1139,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14279,4,1,-1,'Opulent Bracers',14618,2,0,0,1,21032,4206,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1055,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14280,4,1,-1,'Opulent Cape',26137,2,0,0,1,29597,5919,16,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14281,4,1,-1,'Opulent Crown',26128,2,0,0,1,40891,8178,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,636,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14282,4,1,-1,'Opulent Gloves',26132,2,0,0,1,22761,4552,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,719,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14283,4,1,-1,'Opulent Leggings',26124,2,0,0,1,58233,11646,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,552,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14284,4,1,-1,'Opulent Robes',26131,2,0,0,1,65679,13135,20,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,469,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14285,4,1,-1,'Opulent Boots',26134,2,0,0,1,34527,6905,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,803,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14286,4,1,-1,'Opulent Belt',26136,2,0,0,1,23104,4620,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,887,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14287,4,1,-1,'Opulent Tunic',27927,2,0,0,1,66415,13283,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,469,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14288,4,1,-1,'Arachnidian Armor',26203,2,0,0,1,70662,14132,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,469,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14289,4,1,-1,'Arachnidian Girdle',25098,2,0,0,1,25659,5131,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,887,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14290,4,1,-1,'Arachnidian Footpads',26206,2,0,0,1,38628,7725,8,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,803,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14291,4,1,-1,'Arachnidian Bracelets',26205,2,0,0,1,24154,4830,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1055,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14292,4,1,-1,'Arachnidian Cape',26215,2,0,0,1,33978,6795,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14293,4,1,-1,'Arachnidian Circlet',26214,2,0,0,1,49288,9857,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,637,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14294,4,1,-1,'Arachnidian Gloves',26208,2,0,0,1,26119,5223,10,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,719,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14295,4,1,-1,'Arachnidian Legguards',26212,2,0,0,1,66185,13237,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,553,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14296,4,1,-1,'Arachnidian Pauldrons',26213,2,0,0,1,37841,7568,3,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1140,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14297,4,1,-1,'Arachnidian Robes',26211,2,0,0,1,67782,13556,20,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,469,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14298,4,1,-1,'Bonecaster\'s Spaulders',26281,2,0,0,1,48145,9629,3,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1141,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14299,4,1,-1,'Bonecaster\'s Boots',26268,2,0,0,1,43014,8602,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,804,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14300,4,1,-1,'Bonecaster\'s Cape',26271,2,0,0,1,38425,7685,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14301,4,1,-1,'Bonecaster\'s Bindings',26266,2,0,0,1,27258,5451,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1056,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14302,4,1,-1,'Bonecaster\'s Gloves',26275,2,0,0,1,32588,6517,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,721,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14303,4,1,-1,'Bonecaster\'s Shroud',18834,2,0,0,1,81046,16209,20,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,470,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14304,4,1,-1,'Bonecaster\'s Belt',26280,2,0,0,1,30974,6194,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,889,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14305,4,1,-1,'Bonecaster\'s Sarong',26282,2,0,0,1,71748,14349,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,553,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14306,4,1,-1,'Bonecaster\'s Vest',26279,2,0,0,1,84155,16831,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,470,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14307,4,1,-1,'Bonecaster\'s Crown',26277,2,0,0,1,60324,12064,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,638,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14308,4,1,-1,'Celestial Tunic',26256,2,0,0,1,85944,17188,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,471,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14309,4,1,-1,'Celestial Belt',26252,2,0,0,1,34335,6867,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,889,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14310,4,1,-1,'Celestial Slippers',26261,2,0,0,1,58077,11615,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,806,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14311,4,1,-1,'Celestial Bindings',26253,2,0,0,1,32622,6524,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1057,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14312,4,1,-1,'Celestial Crown',26255,2,0,0,1,65385,13077,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,639,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14313,4,1,-1,'Celestial Cape',26262,2,0,0,1,46494,9298,16,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14314,4,1,-1,'Celestial Handwraps',26258,2,0,0,1,39270,7854,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,722,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14315,4,1,-1,'Celestial Kilt',26260,2,0,0,1,82753,16550,7,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,554,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14316,4,1,-1,'Celestial Pauldrons',26263,2,0,0,1,56356,11271,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1142,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14317,4,1,-1,'Celestial Silk Robes',26254,2,0,0,1,80312,16062,20,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,471,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14318,4,1,-1,'Resplendent Tunic',26288,2,0,0,1,82846,16569,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,471,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14319,4,1,-1,'Resplendent Boots',26285,2,0,0,1,57007,11401,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,806,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14320,4,1,-1,'Resplendent Bracelets',26287,2,0,0,1,34277,6855,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1057,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14321,4,1,-1,'Resplendent Cloak',26299,2,0,0,1,47190,9438,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,973,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14322,4,1,-1,'Resplendent Circlet',26292,2,0,0,1,63928,12785,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,639,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14323,4,1,-1,'Resplendent Gauntlets',26290,2,0,0,1,41613,8322,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,722,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14324,4,1,-1,'Resplendent Sarong',26300,2,0,0,1,83533,16706,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,554,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14325,4,1,-1,'Resplendent Epaulets',26298,2,0,0,1,63758,12751,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1143,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14326,4,1,-1,'Resplendent Robes',28993,2,0,0,1,87666,17533,20,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,471,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14327,4,1,-1,'Resplendent Belt',26284,2,0,0,1,38297,7659,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,890,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14328,4,1,-1,'Eternal Chestguard',26219,2,0,0,1,90674,18134,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,472,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14329,4,1,-1,'Eternal Boots',26225,2,0,0,1,65577,13115,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,807,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14330,4,1,-1,'Eternal Bindings',26216,2,0,0,1,43275,8655,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1059,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14331,4,1,-1,'Eternal Cloak',26227,2,0,0,1,58274,11654,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14332,4,1,-1,'Eternal Crown',26224,2,0,0,1,68082,13616,1,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,640,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14333,4,1,-1,'Eternal Gloves',26222,2,0,0,1,44947,8989,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,723,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14334,4,1,-1,'Eternal Sarong',26223,2,0,0,1,90205,18041,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,555,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14335,4,1,-1,'Eternal Spaulders',26229,2,0,0,1,67894,13578,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1143,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14336,4,1,-1,'Eternal Wraps',26226,2,0,0,1,84403,16880,20,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,472,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14337,4,1,-1,'Eternal Cord',26221,2,0,0,1,41266,8253,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,891,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14338,12,0,-1,'Empty Water Tube',25038,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18397,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14339,12,0,-1,'Moonwell Water Tube',15794,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14340,4,1,-1,'Freezing Lich Robes',25039,3,0,0,1,101528,20305,20,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14341,7,5,-1,'Rune Thread',25048,1,0,0,1,5000,1250,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14342,7,5,-1,'Mooncloth',25052,1,0,0,1,16000,4000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14343,7,12,-1,'Small Brilliant Shard',39178,3,0,0,1,36000,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14344,7,12,-1,'Large Brilliant Shard',35403,3,0,0,1,36000,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14364,4,1,-1,'Mystic\'s Slippers',16802,2,0,0,1,1625,325,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14365,4,1,-1,'Mystic\'s Cape',25884,2,0,0,1,1072,214,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,2,3,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (14366,4,1,-1,'Mystic\'s Bracelets',16805,2,0,0,1,949,189,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14367,4,1,-1,'Mystic\'s Gloves',25885,2,0,0,1,1260,252,10,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14368,4,1,-1,'Mystic\'s Shoulder Pads',25887,1,0,0,1,1730,346,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14369,4,1,-1,'Mystic\'s Wrap',25888,2,0,0,1,4049,809,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,3,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14370,4,1,-1,'Mystic\'s Woolies',10079,2,0,0,1,2365,473,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14371,4,1,-1,'Mystic\'s Robe',25889,2,0,0,1,4080,816,20,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14372,4,1,-1,'Sanguine Armor',25954,2,0,0,1,7151,1430,5,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,5,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14373,4,1,-1,'Sanguine Belt',25957,2,0,0,1,2625,525,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,5,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14374,4,1,-1,'Sanguine Sandals',25966,2,0,0,1,3498,699,8,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14375,4,1,-1,'Sanguine Cuffs',25959,2,0,0,1,2644,528,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14376,4,1,-1,'Sanguine Cape',25958,2,0,0,1,2760,552,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14377,4,1,-1,'Sanguine Handwraps',25961,2,0,0,1,3011,602,10,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,5,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14378,4,1,-1,'Sanguine Mantle',25965,2,0,0,1,4987,997,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14379,4,1,-1,'Sanguine Trousers',25968,2,0,0,1,8076,1615,7,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14380,4,1,-1,'Sanguine Robe',25956,2,0,0,1,7369,1473,20,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,5,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14381,12,0,-1,'Grimtotem Satchel',6430,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14390,4,1,-1,'Durability Belt',17261,1,16,8192,1,3,1,6,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (14392,2,10,-1,'Durability Staff',20385,1,16,8192,1,22,4,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (14395,12,0,-1,'Spells of Shadow',7139,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You know opening this would be a terrible idea.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14396,12,0,-1,'Incantations from the Nether',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'re glad you don\'t understand the runes inscribed on the cover.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14397,4,1,-1,'Resilient Mantle',27872,2,0,0,1,8001,1600,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14398,4,1,-1,'Resilient Tunic',26003,2,0,0,1,11778,2355,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14399,4,1,-1,'Resilient Boots',25995,2,0,0,1,7328,1465,8,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14400,4,1,-1,'Resilient Cape',25997,2,0,0,1,6079,1215,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14401,4,1,-1,'Resilient Cap',25996,2,0,0,1,8933,1786,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14402,4,1,-1,'Resilient Bands',25994,2,0,0,1,4190,838,9,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14403,4,1,-1,'Resilient Handgrips',25999,2,0,0,1,5089,1017,10,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,5,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14404,4,1,-1,'Resilient Leggings',12973,2,0,0,1,12360,2472,7,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14405,4,1,-1,'Resilient Robe',27873,2,0,0,1,12403,2480,20,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14406,4,1,-1,'Resilient Cord',25998,2,0,0,1,4675,935,6,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,5,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,9392,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14407,4,1,-1,'Stonecloth Vest',26028,2,0,0,1,21332,4266,5,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,2,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14408,4,1,-1,'Stonecloth Boots',26026,2,0,0,1,11376,2275,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,5,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14409,4,1,-1,'Stonecloth Cape',26027,2,0,0,1,8536,1707,16,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,3,7,5,6,3,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14410,4,1,-1,'Stonecloth Circlet',26033,2,0,0,1,13550,2710,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14411,4,1,-1,'Stonecloth Gloves',26029,2,0,0,1,6939,1387,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,6,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14412,4,1,-1,'Stonecloth Epaulets',26035,2,0,0,1,11494,2298,3,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,2,5,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14413,4,1,-1,'Stonecloth Robe',26038,2,0,0,1,19737,3947,20,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,2,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14414,4,1,-1,'Stonecloth Belt',26024,2,0,0,1,6381,1276,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14415,4,1,-1,'Stonecloth Britches',11166,2,0,0,1,17051,3410,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,6,12,5,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14416,4,1,-1,'Stonecloth Bindings',26025,2,0,0,1,6429,1285,9,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14417,4,1,-1,'Silksand Tunic',26084,2,0,0,1,29441,5888,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,5,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14418,4,1,-1,'Silksand Boots',26086,2,0,0,1,15490,3098,8,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,6,11,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14419,4,1,-1,'Silksand Bracers',26079,2,0,0,1,9597,1919,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14420,4,1,-1,'Silksand Cape',26080,2,0,0,1,14446,2889,16,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,7,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14421,4,1,-1,'Silksand Circlet',26093,2,0,0,1,19726,3945,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,7,6,5,9,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14422,4,1,-1,'Silksand Gloves',26081,2,0,0,1,11315,2263,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,6,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14423,4,1,-1,'Silksand Shoulder Pads',26096,2,0,0,1,17034,3406,3,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,5,11,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9392,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14424,4,1,-1,'Silksand Legwraps',26083,2,0,0,1,26584,5316,7,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,2,6,13,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14425,4,1,-1,'Silksand Wraps',26092,2,0,0,1,31119,6223,20,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,5,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14426,4,1,-1,'Silksand Girdle',16781,2,0,0,1,10627,2125,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,7,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14427,4,1,-1,'Windchaser Wraps',26161,2,0,0,1,45623,9124,5,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,10,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14428,4,1,-1,'Windchaser Footpads',26153,2,0,0,1,23586,4717,8,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,7,2,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14429,4,1,-1,'Windchaser Cuffs',26151,2,0,0,1,13220,2644,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14430,4,1,-1,'Windchaser Cloak',26175,2,0,0,1,18433,3686,16,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,7,4,6,4,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14431,4,1,-1,'Windchaser Handguards',26154,2,0,0,1,14389,2877,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,1,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14432,4,1,-1,'Windchaser Amice',4904,2,0,0,1,23398,4679,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14433,4,1,-1,'Windchaser Woolies',26159,2,0,0,1,33822,6764,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,12,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14434,4,1,-1,'Windchaser Robes',26174,2,0,0,1,43531,8706,20,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,10,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14435,4,1,-1,'Windchaser Cinch',26149,2,0,0,1,13894,2778,6,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,6,9,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14436,4,1,-1,'Windchaser Coronet',26150,2,0,0,1,26351,5270,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,7,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14437,4,1,-1,'Venomshroud Vest',16631,2,0,0,1,60014,12002,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,9,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,4,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14438,4,1,-1,'Venomshroud Boots',16634,2,0,0,1,30962,6192,8,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,7,13,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14439,4,1,-1,'Venomshroud Armguards',16636,2,0,0,1,19180,3836,9,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,6,8,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,3,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14440,4,1,-1,'Venomshroud Cape',26201,2,0,0,1,26737,5347,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,4,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14441,4,1,-1,'Venomshroud Mask',41845,2,0,0,1,35835,7167,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,5,16,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,4,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14442,4,1,-1,'Venomshroud Mitts',16633,2,0,0,1,22407,4481,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,6,12,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,3,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14443,4,1,-1,'Venomshroud Mantle',16637,2,0,0,1,33729,6745,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,5,12,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,4,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14444,4,1,-1,'Venomshroud Leggings',16632,2,0,0,1,54775,10955,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,5,15,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,6,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14445,4,1,-1,'Venomshroud Silk Robes',19901,2,0,0,1,61765,12353,20,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,11,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,4,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14446,4,1,-1,'Venomshroud Belt',21459,2,0,0,1,21242,4248,6,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,7,10,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,5,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14447,4,1,-1,'Highborne Footpads',26171,2,0,0,1,44009,8801,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14448,4,1,-1,'Highborne Bracelets',26168,2,0,0,1,27777,5555,9,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14449,4,1,-1,'Highborne Crown',26170,2,0,0,1,50629,10125,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,22,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14450,4,1,-1,'Highborne Cloak',26184,2,0,0,1,36824,7364,16,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,4,5,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14451,4,1,-1,'Highborne Gloves',18423,2,0,0,1,27685,5537,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,6,10,5,10,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14452,4,1,-1,'Highborne Pauldrons',26182,2,0,0,1,44184,8836,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14453,4,1,-1,'Highborne Robes',26157,2,0,0,1,78387,15677,20,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,19,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14454,4,1,-1,'Highborne Cord',26169,2,0,0,1,27994,5598,6,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,9,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14455,4,1,-1,'Highborne Padded Armor',26178,2,0,0,1,78963,15792,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,19,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14456,4,1,-1,'Elunarian Vest',26240,2,0,0,1,87870,17574,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,7,12,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14457,4,1,-1,'Elunarian Cuffs',26235,2,0,0,1,37879,7575,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,9,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14458,4,1,-1,'Elunarian Boots',26231,2,0,0,1,62867,12573,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,17,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14459,4,1,-1,'Elunarian Cloak',26233,2,0,0,1,53991,10798,16,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,7,6,6,11,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14460,4,1,-1,'Elunarian Diadem',26243,2,0,0,1,65982,13196,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,20,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14461,4,1,-1,'Elunarian Handgrips',26236,2,0,0,1,43556,8711,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,12,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14462,4,1,-1,'Elunarian Sarong',26238,2,0,0,1,87419,17483,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,7,11,6,14,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14463,4,1,-1,'Elunarian Spaulders',26247,2,0,0,1,65800,13160,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,7,10,5,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14464,4,1,-1,'Elunarian Silk Robes',27228,2,0,0,1,90444,18088,20,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,7,12,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14465,4,1,-1,'Elunarian Belt',26230,2,0,0,1,42981,8596,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,10,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14466,9,2,-1,'Pattern: Frostweave Tunic',15274,2,64,0,1,12000,3000,0,-1,-1,51,0,197,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Frostweave Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14467,9,2,-1,'Pattern: Frostweave Robe',15274,2,64,0,1,12000,3000,0,-1,-1,51,0,197,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Frostweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14468,9,2,-1,'Pattern: Runecloth Bag',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,197,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Runecloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14469,9,2,-1,'Pattern: Runecloth Robe',1102,1,80,0,1,12000,3000,0,-1,-1,52,0,197,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18406,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Runecloth Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14470,9,2,-1,'Pattern: Runecloth Tunic',15274,2,64,0,1,12000,3000,0,-1,-1,52,0,197,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Runecloth Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14471,9,2,-1,'Pattern: Cindercloth Vest',15274,2,64,0,1,12000,3000,0,-1,-1,52,0,197,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18408,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cindercloth Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14472,9,2,-1,'Pattern: Runecloth Cloak',1102,1,80,0,1,12000,3000,0,-1,-1,53,0,197,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18409,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Runecloth Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14473,9,2,-1,'Pattern: Ghostweave Belt',15274,2,80,0,1,12000,3000,0,-1,-1,53,0,197,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18410,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Ghostweave Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14474,9,2,-1,'Pattern: Frostweave Gloves',15274,2,64,0,1,12000,3000,0,-1,-1,53,0,197,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18411,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Frostweave Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14476,9,2,-1,'Pattern: Cindercloth Gloves',15274,2,64,0,1,14000,3500,0,-1,-1,54,0,197,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18412,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Cindercloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14477,9,2,-1,'Pattern: Ghostweave Gloves',15274,2,80,0,1,14000,3500,0,-1,-1,54,0,197,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18413,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Ghostweave Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14478,9,2,-1,'Pattern: Brightcloth Robe',15274,2,80,0,1,14000,3500,0,-1,-1,54,0,197,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18414,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Brightcloth Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14479,9,2,-1,'Pattern: Brightcloth Gloves',15274,2,80,0,1,14000,3500,0,-1,-1,54,0,197,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18415,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Brightcloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14480,9,2,-1,'Pattern: Ghostweave Vest',15274,2,80,0,1,16000,4000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18416,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Ghostweave Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14481,9,2,-1,'Pattern: Runecloth Gloves',1102,1,80,0,1,16000,4000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runecloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14482,9,2,-1,'Pattern: Cindercloth Cloak',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cindercloth Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14483,9,2,-1,'Pattern: Felcloth Pants',1102,1,64,0,1,16000,4000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18419,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Felcloth Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14484,9,2,-1,'Pattern: Brightcloth Cloak',15274,2,80,0,1,16000,4000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18420,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Brightcloth Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14485,9,2,-1,'Pattern: Wizardweave Leggings',15274,2,80,0,1,16000,4000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18421,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Wizardweave Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14486,9,2,-1,'Pattern: Cloak of Fire',1102,3,64,0,1,40000,10000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18422,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Cloak of Fire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14487,2,4,-1,'Bonechill Hammer',25096,3,0,0,1,248119,49623,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18276,2,0,1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14488,9,2,-1,'Pattern: Runecloth Boots',811,1,64,0,1,20000,5000,0,-1,-1,56,0,197,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18423,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runecloth Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14489,9,2,-1,'Pattern: Frostweave Pants',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,197,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18424,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Frostweave Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14490,9,2,-1,'Pattern: Cindercloth Pants',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,197,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Cindercloth Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14491,9,2,-1,'Pattern: Runecloth Pants',15274,2,80,0,1,20000,5000,0,-1,-1,57,0,197,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18438,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runecloth Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14492,9,2,-1,'Pattern: Felcloth Boots',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,197,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18437,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Felcloth Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14493,9,2,-1,'Pattern: Robe of Winter Night',6270,3,64,0,1,20000,5000,0,-1,-1,57,0,197,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18436,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Robe of Winter Night.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14494,9,2,-1,'Pattern: Brightcloth Pants',15274,2,64,0,1,22000,5500,0,-1,-1,58,0,197,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18439,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Brightcloth Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14495,9,2,-1,'Pattern: Ghostweave Pants',15274,2,80,0,1,22000,5500,0,-1,-1,58,0,197,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Ghostweave Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (14496,9,2,-1,'Pattern: Felcloth Hood',15274,2,64,0,1,22000,5500,0,-1,-1,58,0,197,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Felcloth Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14497,9,2,-1,'Pattern: Mooncloth Leggings',1102,3,64,0,1,22000,5500,0,-1,-1,58,0,197,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18440,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Mooncloth Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14498,9,2,-1,'Pattern: Runecloth Headband',15274,2,80,0,1,25000,6250,0,-1,-1,59,0,197,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18444,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Runecloth Headband.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14499,9,2,-1,'Pattern: Mooncloth Bag',15274,2,64,0,1,30000,7500,0,-1,-1,60,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18445,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mooncloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14500,9,2,-1,'Pattern: Wizardweave Robe',15274,2,80,0,1,30000,7500,0,-1,-1,60,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18446,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Wizardweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14501,9,2,-1,'Pattern: Mooncloth Vest',1102,3,64,0,1,30000,7500,0,-1,-1,60,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18447,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mooncloth Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14502,4,2,-1,'Frostbite Girdle',28757,3,0,0,1,60847,12169,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,4,5,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,10,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14503,4,2,-1,'Death\'s Clutch',25104,3,0,0,1,91616,18323,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,5,5,10,6,10,4,10,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14504,9,2,-1,'Pattern: Runecloth Shoulders',15274,2,80,0,1,40000,10000,0,-1,-1,61,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18449,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runecloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14505,9,2,-1,'Pattern: Wizardweave Turban',15274,2,80,0,1,40000,10000,0,-1,-1,61,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18450,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Wizardweave Turban.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14506,9,2,-1,'Pattern: Felcloth Robe',15274,2,64,0,1,40000,10000,0,-1,-1,61,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Felcloth Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14507,9,2,-1,'Pattern: Mooncloth Shoulders',1102,3,64,0,1,40000,10000,0,-1,-1,61,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18448,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Mooncloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14508,9,2,-1,'Pattern: Felcloth Shoulders',15274,2,64,0,1,60000,15000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Felcloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14509,9,2,-1,'Pattern: Mooncloth Circlet',1102,3,64,0,1,60000,15000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mooncloth Circlet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14510,9,2,-1,'Pattern: Bottomless Bag',1102,3,64,0,1,60000,15000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Bottomless Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14511,9,2,-1,'Pattern: Gloves of Spell Mastery',1102,4,64,0,1,60000,15000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Gloves of Spell Mastery.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14512,9,2,-1,'Pattern: Truefaith Vestments',1102,4,64,0,1,60000,15000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18456,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Truefaith Vestments.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14513,9,2,-1,'Pattern: Robe of the Archmage',1102,4,64,0,1,60000,15000,0,262143,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18457,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Robe of the Archmage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14514,9,2,-1,'Pattern: Robe of the Void',1102,4,64,0,1,60000,15000,0,262143,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Robe of the Void.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14522,4,3,-1,'Maelstrom Leggings',25111,3,0,0,1,146003,29200,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,10,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14523,12,0,-1,'Demon Pick',25118,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18559,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14525,4,4,-1,'Boneclenched Gauntlets',25116,3,0,0,1,86654,17330,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,14,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14526,9,2,-1,'Pattern: Mooncloth',1102,1,64,0,1,20000,5000,0,-1,-1,55,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,18560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to purify Felcloth and turn it into Mooncloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14528,4,6,-1,'Rattlecage Buckler',25138,3,0,0,1,159352,31870,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,7,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14529,0,7,-1,'Runecloth Bandage',25146,1,2097216,0,1,1700,425,0,-1,-1,52,0,129,200,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18608,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14530,0,7,-1,'Heavy Runecloth Bandage',25147,1,2097216,0,1,4000,1000,0,-1,-1,58,0,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18610,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14531,2,5,-1,'Frightskull Shaft',25148,3,0,0,1,299458,59891,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,206,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,18633,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (14536,4,3,-1,'Bonebrace Hauberk',25157,3,0,0,1,155820,31164,5,1535,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,4,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14537,4,4,-1,'Corpselight Greaves',25160,3,0,0,1,138441,27688,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,0,0,0,0,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14538,4,1,-1,'Deadwalker Mantle',28705,3,0,0,1,79544,15908,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,19,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14539,4,2,-1,'Bone Ring Helm',25166,3,0,0,1,99784,19956,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,5,38,12,7,30,31,6,32,6,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14540,12,0,-1,'Taragaman the Hungerer\'s Heart',3422,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14541,2,8,-1,'Barovian Family Sword',25649,3,0,0,1,330395,66079,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,132,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,18652,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14542,0,0,-1,'Kravel\'s Crate',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14543,4,1,-1,'Darkshade Gloves',28703,3,0,0,1,48851,9770,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,7,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,10,15,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14544,12,0,-1,'Lieutenant\'s Insignia',22952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This small rune marks the bearer as a lieutenant in the Burning Blade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14545,4,2,-1,'Ghostloom Leggings',25169,3,0,0,1,123062,24612,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,18,45,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14546,12,0,-1,'Roon\'s Kodo Horn',1225,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14547,12,0,-1,'Hand of Iruxos',25171,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18762,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14548,4,3,-1,'Royal Cap Spaulders',28817,3,0,0,1,115582,23116,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,13,5,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14549,4,4,-1,'Boots of Avoidance',28276,4,0,0,1,68188,13637,8,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,3,14,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,13670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',61,0,0,0,0,12340), (14550,4,2,-1,'Bladebane Armguards',28274,4,0,8192,1,44012,8802,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,3,10,7,14,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (14551,4,3,-1,'Edgemaster\'s Handguards',28280,4,0,0,1,53008,10601,10,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,31,19,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',62,0,0,0,0,12340), (14552,4,4,-1,'Stockade Pauldrons',28282,4,0,0,1,134304,26860,3,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,7,20,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (14553,4,2,-1,'Sash of Mercy',28386,4,0,0,1,85625,17125,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,6,10,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14554,4,4,-1,'Cloudkeeper Legplates',25343,4,0,0,1,243938,48787,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,7,20,4,20,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,18787,0,0,0,900000,1141,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14555,2,15,-1,'Alcor\'s Sunrazor',25612,4,0,0,1,354500,70900,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,10,0,0,0,0,1300,0,0,18833,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14557,4,0,-1,'The Lion Horn of Stormwind',6338,4,0,0,1,71520,17880,12,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20847,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14558,4,0,-1,'Lady Maye\'s Pendant',9857,4,0,0,1,42000,10500,2,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,3,5,19,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (14559,4,2,-1,'Prospector\'s Sash',27520,2,0,0,1,1399,279,6,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14560,4,2,-1,'Prospector\'s Boots',27524,2,0,0,1,2422,484,8,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,6,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14561,4,2,-1,'Prospector\'s Cuffs',17014,2,0,0,1,1225,245,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,3,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14562,4,2,-1,'Prospector\'s Chestpiece',27518,2,0,0,1,5199,1039,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,3,3,6,7,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14563,4,1,-1,'Prospector\'s Cloak',27525,2,0,0,1,1377,275,16,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,7,2,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14564,4,2,-1,'Prospector\'s Mitts',27519,2,0,0,1,1524,304,10,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,2,4,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14565,4,2,-1,'Prospector\'s Woolies',27522,2,0,0,1,4046,809,7,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,3,6,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14566,4,2,-1,'Prospector\'s Pads',27523,2,0,0,1,5054,1010,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14567,4,2,-1,'Bristlebark Belt',27668,2,0,0,1,2648,529,6,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,3,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14568,4,2,-1,'Bristlebark Boots',16997,2,0,0,1,3987,797,8,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,3,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14569,4,2,-1,'Bristlebark Bindings',13355,2,0,0,1,2361,472,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,3,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14570,4,2,-1,'Bristlebark Blouse',27669,2,0,0,1,9351,1870,5,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,3,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14571,4,1,-1,'Bristlebark Cape',27673,2,0,0,1,2481,496,16,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14572,4,2,-1,'Bristlebark Gloves',27672,2,0,0,1,3048,609,10,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,3,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14573,4,2,-1,'Bristlebark Amice',27667,2,0,0,1,6445,1289,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,3,6,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14574,4,2,-1,'Bristlebark Britches',27670,2,0,0,1,7840,1568,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,3,8,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14576,2,7,-1,'Ebon Hilt of Marduk',25173,3,0,0,1,243854,48770,13,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,18656,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (14577,4,1,-1,'Skullsmoke Pants',28715,3,0,0,1,104223,20844,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,10,0,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14578,4,2,-1,'Dokebi Cord',27963,2,0,0,1,4917,983,6,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,3,6,6,5,4,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14579,4,2,-1,'Dokebi Boots',27965,2,0,0,1,8958,1791,8,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,6,4,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14580,4,2,-1,'Dokebi Bracers',27964,2,0,0,1,4094,818,9,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,6,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14581,4,2,-1,'Dokebi Chestguard',27962,2,0,0,1,14563,2912,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14582,4,1,-1,'Dokebi Cape',27584,2,0,0,1,5445,1089,16,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,5,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14583,4,2,-1,'Dokebi Gloves',27966,2,0,0,1,6669,1333,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14584,4,2,-1,'Dokebi Hat',27968,2,0,0,1,13365,2673,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,6,5,5,11,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14585,4,2,-1,'Dokebi Leggings',27967,2,0,0,1,13439,2687,7,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,6,8,5,7,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14586,2,5,-1,'Monster - Mace2H, Fist of Omokk',25180,0,0,0,1,15,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (14587,4,2,-1,'Dokebi Mantle',10179,2,0,0,1,10154,2030,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,7,6,6,5,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14588,4,2,-1,'Hawkeye\'s Cord',27976,2,0,0,1,9947,1989,6,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,3,6,4,4,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14589,4,2,-1,'Hawkeye\'s Shoes',9169,2,0,0,1,16474,3294,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,7,3,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14590,4,2,-1,'Hawkeye\'s Bracers',14770,2,0,0,1,9109,1821,9,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,4,4,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14591,4,2,-1,'Hawkeye\'s Helm',21311,2,0,0,1,20904,4180,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,3,11,7,8,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14592,4,2,-1,'Hawkeye\'s Tunic',27979,2,0,0,1,27974,5594,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,7,8,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14593,4,1,-1,'Hawkeye\'s Cloak',27980,2,0,0,1,11051,2210,16,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,3,7,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14594,4,2,-1,'Hawkeye\'s Gloves',27977,2,0,0,1,11183,2236,10,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,7,7,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14595,4,2,-1,'Hawkeye\'s Breeches',27975,2,0,0,1,22503,4500,7,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,3,14,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14596,4,2,-1,'Hawkeye\'s Epaulets',27978,2,0,0,1,16943,3388,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,3,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14598,4,2,-1,'Warden\'s Waistband',27983,2,0,0,1,13275,2655,6,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,3,8,6,4,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14599,4,2,-1,'Warden\'s Footpads',27982,2,0,0,1,23316,4663,8,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,5,7,6,9,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14600,4,2,-1,'Warden\'s Wristbands',27985,2,0,0,1,13377,2675,9,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,3,3,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14601,4,2,-1,'Warden\'s Wraps',14995,2,0,0,1,36535,7307,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,3,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14602,4,1,-1,'Warden\'s Cloak',27986,2,0,0,1,14976,2995,16,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,4,4,6,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14603,4,2,-1,'Warden\'s Mantle',27988,2,0,0,1,21917,4383,3,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,3,5,9,6,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14604,4,2,-1,'Warden\'s Wizard Hat',27987,2,0,0,1,29931,5986,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,3,13,7,11,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14605,4,2,-1,'Warden\'s Woolies',27984,2,0,0,1,34340,6868,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14606,4,2,-1,'Warden\'s Gloves',15000,2,0,0,1,14775,2955,10,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,2,6,11,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14607,4,6,-1,'Hawkeye\'s Buckler',27981,2,0,0,1,27906,5581,14,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,2,4,5,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (14608,4,6,-1,'Dokebi Buckler',18487,2,0,0,1,15811,3162,14,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,3,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (14610,12,0,-1,'Araj\'s Scarab',25184,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14611,4,3,-1,'Bloodmail Hauberk',25222,3,0,0,1,156970,31394,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,4,7,15,5,15,4,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,123,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14612,4,3,-1,'Bloodmail Legguards',25223,3,0,0,1,157515,31503,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,4,5,15,7,16,4,15,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,123,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14613,12,0,-1,'Taelan\'s Hammer',6505,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Engraved: To my dear boy, Taelan. With Love, Father.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14614,4,3,-1,'Bloodmail Belt',25219,3,0,0,1,79317,15863,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,4,7,11,5,9,3,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,123,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14615,4,3,-1,'Bloodmail Gauntlets',25221,3,0,0,1,72024,14404,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,10,5,10,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,123,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14616,4,3,-1,'Bloodmail Boots',25220,3,0,0,1,108926,21785,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,4,7,10,5,10,4,9,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,123,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14617,4,0,-1,'Sawbones Shirt',25193,1,0,0,1,25000,6250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14619,12,0,-1,'Skeletal Fragments',13806,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14620,4,4,-1,'Deathbone Girdle',25225,3,0,0,1,86132,17226,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,18369,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,124,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14621,4,4,-1,'Deathbone Sabatons',25227,3,0,0,1,128709,25741,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,124,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14622,4,4,-1,'Deathbone Gauntlets',25224,3,0,0,1,86789,17357,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,124,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14623,4,4,-1,'Deathbone Legguards',25226,3,0,0,1,173246,34649,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,14249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,124,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14624,4,4,-1,'Deathbone Chestplate',24102,3,0,0,1,173882,34776,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,637,0,0,0,0,0,0,0,0,0,13389,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,124,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340); INSERT INTO `item_template` VALUES (14625,12,0,-1,'Symbol of Lost Honor',23520,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Order of the Silver Hand',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14626,4,1,-1,'Necropile Robe',25245,3,0,0,1,100107,20021,20,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,22,6,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,122,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14627,9,2,-1,'Pattern: Bright Yellow Shirt',1102,1,64,0,1,800,200,0,-1,-1,27,0,197,135,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3869,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Bright Yellow Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14628,12,0,-1,'Imbued Skeletal Fragments',25246,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14629,4,1,-1,'Necropile Cuffs',4607,3,0,0,1,51945,10389,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,12,6,7,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,122,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14630,9,2,-1,'Pattern: Enchanter\'s Cowl',1102,1,64,0,1,1000,250,0,-1,-1,33,0,197,165,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3857,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Enchanter\'s Cowl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14631,4,1,-1,'Necropile Boots',18863,3,0,0,1,78470,15694,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,15,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,122,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14632,4,1,-1,'Necropile Leggings',25255,3,0,0,1,105000,21000,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,18,6,12,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,122,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14633,4,1,-1,'Necropile Mantle',25247,3,0,0,1,79030,15806,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,17,5,11,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,122,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14634,9,6,-1,'Recipe: Frost Oil',15274,2,64,0,1,2500,625,0,-1,-1,40,0,171,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Frost Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14635,9,1,-1,'Pattern: Gem-studded Leather Belt',1102,1,64,0,1,3000,750,0,-1,-1,37,0,165,185,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3778,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Gem-studded Leather Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14636,4,2,-1,'Cadaverous Belt',25248,3,0,0,1,60240,12048,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,121,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14637,4,2,-1,'Cadaverous Armor',25249,3,0,0,1,120948,24189,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,121,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14638,4,2,-1,'Cadaverous Leggings',26966,3,0,0,1,121414,24282,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,121,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14639,9,3,-1,'Schematic: Minor Recombobulator',1102,1,64,0,1,1500,375,0,-1,-1,28,0,202,140,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,3952,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Minor Recombobulator.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14640,4,2,-1,'Cadaverous Gloves',25253,3,0,0,1,61167,12233,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,121,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14641,4,2,-1,'Cadaverous Walkers',11571,3,0,0,1,92101,18420,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,121,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (14644,12,0,-1,'Skeleton Key Mold',18204,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18711,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14645,12,0,-1,'Unfinished Skeleton Key',22464,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This key is missing its head.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14646,12,0,-1,'Goldshire Gift Voucher',18499,1,0,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5805,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14647,12,0,-1,'Kharanos Gift Voucher',18499,1,0,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5841,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14648,12,0,-1,'Dolanaar Gift Voucher',18499,1,0,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5842,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14649,12,0,-1,'Razor Hill Gift Voucher',18499,1,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5843,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14650,12,0,-1,'Bloodhoof Village Gift Voucher',18499,1,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5844,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14651,12,0,-1,'Brill Gift Voucher',18499,1,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,5847,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14652,4,2,-1,'Scorpashi Sash',27579,2,0,0,1,21080,4216,6,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,3,10,7,7,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14653,4,2,-1,'Scorpashi Slippers',18944,2,0,0,1,34271,6854,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,3,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14654,4,2,-1,'Scorpashi Wristbands',27582,2,0,0,1,19655,3931,9,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,7,7,3,6,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14655,4,2,-1,'Scorpashi Breastplate',27576,2,0,0,1,51963,10392,5,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,3,17,7,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14656,4,1,-1,'Scorpashi Cape',27584,2,0,0,1,21500,4300,16,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,7,7,3,5,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14657,4,2,-1,'Scorpashi Gloves',27577,2,0,0,1,20979,4195,10,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,6,12,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14658,4,2,-1,'Scorpashi Skullcap',27581,2,0,0,1,39422,7884,1,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,3,14,7,13,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14659,4,2,-1,'Scorpashi Leggings',27578,2,0,0,1,46912,9382,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,3,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14660,4,2,-1,'Scorpashi Shoulder Pads',27580,2,0,0,1,35315,7063,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,7,10,3,7,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14661,4,2,-1,'Keeper\'s Cord',27566,2,0,0,1,27305,5461,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,6,9,5,7,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14662,4,2,-1,'Keeper\'s Hooves',27568,2,0,0,1,47066,9413,8,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,6,3,12,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14663,4,2,-1,'Keeper\'s Bindings',27565,2,0,0,1,25708,5141,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,6,5,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14664,4,2,-1,'Keeper\'s Armor',27564,2,0,0,1,75293,15058,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,7,9,6,18,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14665,4,1,-1,'Keeper\'s Cloak',27573,2,0,0,1,31073,6214,16,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,5,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14666,4,2,-1,'Keeper\'s Gloves',27567,2,0,0,1,31837,6367,10,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14667,4,2,-1,'Keeper\'s Wreath',27572,2,0,0,1,53853,10770,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,6,16,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14668,4,2,-1,'Keeper\'s Woolies',27570,2,0,0,1,67985,13597,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,3,19,7,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14669,4,2,-1,'Keeper\'s Mantle',27569,2,0,0,1,48271,9654,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,5,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14670,4,2,-1,'Pridelord Armor',27649,2,0,0,1,101980,20396,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,24,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14671,4,2,-1,'Pridelord Boots',18944,2,0,0,1,65062,13012,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,4,4,6,7,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14672,4,2,-1,'Pridelord Bands',27582,2,0,0,1,36548,7309,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,3,10,4,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14673,4,1,-1,'Pridelord Cape',27653,2,0,0,1,41518,8303,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,4,3,3,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14674,4,2,-1,'Pridelord Girdle',27579,2,0,0,1,41353,8270,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,4,3,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14675,4,2,-1,'Pridelord Gloves',27648,2,0,0,1,40911,8182,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,3,12,7,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14676,4,2,-1,'Pridelord Halo',21299,2,0,0,1,69205,13841,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,3,17,7,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14677,4,2,-1,'Pridelord Pants',27651,2,0,0,1,92622,18524,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,3,23,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14678,4,2,-1,'Pridelord Pauldrons',27652,2,0,0,1,65780,13156,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,16,6,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14679,12,0,-1,'Of Love and Family',25271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The picture brings a smile to your face.',2351,0,3,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14680,4,2,-1,'Indomitable Vest',18470,2,0,0,1,109028,21805,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,3,7,5,6,23,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14681,4,2,-1,'Indomitable Boots',17258,2,0,0,1,79902,15980,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,5,7,6,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14682,4,2,-1,'Indomitable Armguards',17259,2,0,0,1,49534,9906,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14683,4,1,-1,'Indomitable Cloak',27573,2,0,0,1,59660,11932,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,3,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14684,4,2,-1,'Indomitable Belt',15411,2,0,0,1,52389,10477,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,6,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14685,4,2,-1,'Indomitable Gauntlets',17263,2,0,0,1,54051,10810,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,13,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14686,4,2,-1,'Indomitable Headdress',17321,2,0,0,1,82478,16495,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,15,6,18,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14687,4,2,-1,'Indomitable Leggings',17265,2,0,0,1,108890,21778,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,18,7,15,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14688,4,2,-1,'Indomitable Epaulets',17267,2,0,0,1,80841,16168,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,18,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14722,4,3,-1,'War Paint Anklewraps',26983,2,0,0,1,2121,424,8,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14723,4,3,-1,'War Paint Bindings',26982,2,0,0,1,1450,290,9,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14724,4,1,-1,'War Paint Cloak',26958,2,0,0,1,1265,253,16,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,3,7,1,4,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14725,4,3,-1,'War Paint Waistband',26987,2,0,0,1,1460,292,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14726,4,3,-1,'War Paint Gloves',26985,2,0,0,1,1686,337,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,4,3,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14727,4,3,-1,'War Paint Legguards',26986,2,0,0,1,3891,778,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,3,7,4,4,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14728,4,3,-1,'War Paint Shoulder Pads',26988,1,0,0,1,2429,485,3,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14729,4,6,-1,'War Paint Shield',23835,2,0,0,1,4351,870,14,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,4,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (14730,4,3,-1,'War Paint Chestpiece',26984,2,0,0,1,6119,1223,5,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,4,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14742,4,3,-1,'Hulking Boots',27009,2,0,0,1,5592,1118,8,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,2,7,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14743,4,3,-1,'Hulking Bands',27007,2,0,0,1,2917,583,9,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,7,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14744,4,3,-1,'Hulking Chestguard',27010,2,0,0,1,11552,2310,5,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,8,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14745,4,1,-1,'Hulking Cloak',27011,2,0,0,1,2221,444,16,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,7,3,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (14746,4,3,-1,'Hulking Belt',27008,2,0,0,1,2948,589,6,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14747,4,3,-1,'Hulking Gauntlets',27012,2,0,0,1,3343,668,10,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,3,4,5,3,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14748,4,3,-1,'Hulking Leggings',27013,2,0,0,1,7753,1550,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,4,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (14749,4,3,-1,'Hulking Spaulders',27014,2,0,0,1,6625,1325,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,4,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14750,4,3,-1,'Slayer\'s Cuffs',27026,2,0,0,1,5341,1068,9,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14751,4,3,-1,'Slayer\'s Surcoat',27034,2,0,0,1,17271,3454,5,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,3,4,10,7,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14752,4,1,-1,'Slayer\'s Cape',27033,2,0,0,1,4893,978,16,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14753,4,3,-1,'Slayer\'s Skullcap',27191,2,0,0,1,13052,2610,1,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,3,4,9,7,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14754,4,3,-1,'Slayer\'s Gloves',27027,2,0,0,1,5965,1193,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14755,4,3,-1,'Slayer\'s Sash',27029,2,0,0,1,5591,1118,6,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,4,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14756,4,3,-1,'Slayer\'s Slippers',27035,2,0,0,1,9300,1860,8,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,2,4,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (14757,4,3,-1,'Slayer\'s Pants',27028,2,0,0,1,16492,3298,7,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,4,11,7,3,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14758,4,3,-1,'Slayer\'s Shoulderguards',27030,2,0,0,1,11336,2267,3,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14759,4,3,-1,'Enduring Bracers',27048,2,0,0,1,10050,2010,9,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,3,7,5,4,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14760,4,3,-1,'Enduring Breastplate',27049,2,0,0,1,31318,6263,5,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,4,12,7,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14761,4,3,-1,'Enduring Belt',27046,2,0,0,1,10123,2024,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,2,4,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14762,4,3,-1,'Enduring Boots',27047,2,0,0,1,20373,4074,8,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,7,8,4,4,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14763,4,1,-1,'Enduring Cape',27051,2,0,0,1,8425,1685,16,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,7,7,3,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14764,4,3,-1,'Enduring Gauntlets',27053,2,0,0,1,11254,2250,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,4,7,7,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (14765,4,3,-1,'Enduring Circlet',27052,2,0,0,1,22140,4428,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,3,7,12,4,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14766,4,3,-1,'Enduring Breeches',27050,2,0,0,1,27430,5486,7,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,4,8,7,6,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14767,4,3,-1,'Enduring Pauldrons',27054,2,0,0,1,22394,4478,3,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,4,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14768,4,3,-1,'Ravager\'s Armor',27092,2,0,0,1,42834,8566,5,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,4,4,4,7,10,6,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14769,4,3,-1,'Ravager\'s Sandals',27093,2,0,0,1,27772,5554,8,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,3,7,10,6,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14770,4,3,-1,'Ravager\'s Armguards',27091,2,0,0,1,15864,3172,9,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,7,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14771,4,1,-1,'Ravager\'s Cloak',26141,2,0,0,1,15150,3030,16,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,7,8,4,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14772,4,3,-1,'Ravager\'s Handwraps',29007,2,0,0,1,16423,3284,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14773,4,3,-1,'Ravager\'s Cord',27094,2,0,0,1,15264,3052,6,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,7,8,4,6,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14774,4,3,-1,'Ravager\'s Crown',28175,2,0,0,1,31262,6252,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,15,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14775,4,3,-1,'Ravager\'s Woolies',27097,2,0,0,1,41837,8367,7,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,3,7,10,6,9,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14776,4,3,-1,'Ravager\'s Mantle',27096,2,0,0,1,31633,6326,3,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,3,4,7,7,5,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14777,4,6,-1,'Ravager\'s Shield',27099,2,0,0,1,48551,9710,14,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,5,7,6,6,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (14778,4,3,-1,'Khan\'s Bindings',21756,2,0,0,1,24666,4933,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,7,5,6,5,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14779,4,3,-1,'Khan\'s Chestpiece',27147,2,0,0,1,66739,13347,5,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,17,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14780,4,6,-1,'Khan\'s Buckler',20833,2,0,0,1,71446,14289,14,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,7,5,5,9,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1521,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (14781,4,1,-1,'Khan\'s Cloak',27152,2,0,0,1,23089,4617,16,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,3,4,4,7,8,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14782,4,3,-1,'Khan\'s Gloves',27148,2,0,0,1,25024,5004,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,7,10,6,7,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14783,4,3,-1,'Khan\'s Belt',27146,2,0,0,1,27123,5424,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,5,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14784,4,3,-1,'Khan\'s Greaves',27149,2,0,0,1,41011,8202,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,2,7,12,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14785,4,3,-1,'Khan\'s Helmet',27151,2,0,0,1,47794,9558,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,5,16,3,7,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14786,4,3,-1,'Khan\'s Legguards',27150,2,0,0,1,59209,11841,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,3,7,14,3,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14787,4,3,-1,'Khan\'s Mantle',16079,2,0,0,1,41619,8323,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,3,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14788,4,3,-1,'Protector Armguards',27154,2,0,0,1,32042,6408,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,7,11,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14789,4,3,-1,'Protector Breastplate',27155,2,0,0,1,87708,17541,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,7,21,6,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14790,4,6,-1,'Protector Buckler',27162,2,0,0,1,93907,18781,14,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,3,3,6,5,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,28,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (14791,4,1,-1,'Protector Cape',27161,2,0,0,1,30283,6056,16,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,7,9,4,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14792,4,3,-1,'Protector Gauntlets',27156,2,0,0,1,34800,6960,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,6,15,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14793,4,3,-1,'Protector Waistband',27159,2,0,0,1,34927,6985,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,3,10,7,10,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14794,4,3,-1,'Protector Ankleguards',27158,2,0,0,1,52819,10563,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,7,8,6,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14795,4,3,-1,'Protector Helm',26115,2,0,0,1,63454,12690,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,20,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14796,4,3,-1,'Protector Legguards',27157,2,0,0,1,84918,16983,7,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,6,21,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14797,4,3,-1,'Protector Pads',27160,2,0,0,1,57137,11427,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14798,4,3,-1,'Bloodlust Breastplate',27194,2,0,0,1,120186,24037,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,4,9,7,20,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14799,4,3,-1,'Bloodlust Boots',27192,2,0,0,1,86543,17308,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,6,14,4,4,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14800,4,6,-1,'Bloodlust Buckler',27202,2,0,0,1,129133,25826,14,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,7,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1805,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,33,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (14801,4,1,-1,'Bloodlust Cape',27197,2,0,0,1,40783,8156,16,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,7,6,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14802,4,3,-1,'Bloodlust Gauntlets',27196,2,0,0,1,48748,9749,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,7,12,3,7,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14803,4,3,-1,'Bloodlust Belt',27185,2,0,0,1,45438,9087,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,5,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14804,4,3,-1,'Bloodlust Helm',29938,2,0,0,1,81482,16296,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,5,18,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14805,4,3,-1,'Bloodlust Britches',27195,2,0,0,1,102886,20577,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,7,15,5,7,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14806,4,3,-1,'Bloodlust Epaulets',23490,2,0,0,1,77804,15560,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,9,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14807,4,3,-1,'Bloodlust Bracelets',27193,2,0,0,1,41059,8211,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,3,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14808,4,3,-1,'Warstrike Belt',27137,2,0,0,1,57907,11581,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,16,6,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14809,4,3,-1,'Warstrike Sabatons',27827,2,0,0,1,94527,18905,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,7,16,3,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14810,4,3,-1,'Warstrike Armsplints',27136,2,0,0,1,58346,11669,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,6,13,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14811,4,3,-1,'Warstrike Chestguard',27138,2,0,0,1,129862,25972,5,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,3,7,10,6,23,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14812,4,6,-1,'Warstrike Buckler',27145,2,0,0,1,139024,27804,14,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,7,3,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1946,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (14813,4,1,-1,'Warstrike Cape',27143,2,0,0,1,53007,10601,16,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,4,7,7,10,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14814,4,3,-1,'Warstrike Helmet',28986,2,0,0,1,97176,19435,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,23,3,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14815,4,3,-1,'Warstrike Gauntlets',27536,2,0,0,1,64151,12830,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,10,5,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14816,4,3,-1,'Warstrike Legguards',27140,2,0,0,1,128764,25752,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,6,22,7,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14817,4,3,-1,'Warstrike Shoulder Pads',27142,2,0,0,1,97358,19471,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,16,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14821,4,4,-1,'Symbolic Breastplate',26811,2,0,0,1,46291,9258,5,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,2,4,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14825,4,6,-1,'Symbolic Crest',25134,2,0,0,1,42977,8595,14,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,3,7,7,4,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,19,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (14826,4,4,-1,'Symbolic Gauntlets',26812,2,0,0,1,20342,4068,10,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,2,4,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14827,4,4,-1,'Symbolic Belt',26810,2,0,0,1,20418,4083,6,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,2,4,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14828,4,4,-1,'Symbolic Greaves',26813,2,0,0,1,32951,6590,8,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,3,4,9,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14829,4,4,-1,'Symbolic Legplates',26814,2,0,0,1,44186,8837,7,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,2,4,15,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14830,4,4,-1,'Symbolic Pauldrons',26818,2,0,0,1,33201,6640,3,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,2,7,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14831,4,4,-1,'Symbolic Crown',27182,2,0,0,1,35988,7197,1,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,2,7,16,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14832,4,4,-1,'Symbolic Vambraces',26815,2,0,0,1,20804,4160,9,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,2,7,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14833,4,4,-1,'Tyrant\'s Gauntlets',29015,2,0,0,1,26304,5260,10,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,2,4,12,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14834,4,4,-1,'Tyrant\'s Armguards',26685,2,0,0,1,24446,4889,9,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,3,7,7,6,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14835,4,4,-1,'Tyrant\'s Chestpiece',26687,2,0,0,1,71689,14337,5,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,4,16,7,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14838,4,4,-1,'Tyrant\'s Belt',26686,2,0,0,1,25451,5090,6,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,2,4,9,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14839,4,4,-1,'Tyrant\'s Greaves',26690,2,0,0,1,41064,8212,8,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,3,3,4,7,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14840,4,4,-1,'Tyrant\'s Legplates',26691,2,0,0,1,69349,13869,7,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,2,4,19,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14841,4,4,-1,'Tyrant\'s Epaulets',26688,2,0,0,1,37420,7484,3,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,2,7,12,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14842,4,6,-1,'Tyrant\'s Shield',26693,2,0,0,1,62416,12483,14,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,2,4,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,23,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (14843,4,4,-1,'Tyrant\'s Helm',26692,2,0,0,1,43982,8796,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,3,7,16,4,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14844,4,4,-1,'Sunscale Chestguard',26820,2,0,0,1,100377,20075,5,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,7,21,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14846,4,4,-1,'Sunscale Gauntlets',27190,2,0,0,1,39907,7981,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,4,12,7,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14847,4,4,-1,'Sunscale Belt',26819,2,0,0,1,37439,7487,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,2,4,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14848,4,4,-1,'Sunscale Sabatons',26822,2,0,0,1,59861,11972,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,7,14,3,3,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14849,4,4,-1,'Sunscale Helmet',27186,2,0,0,1,72240,14448,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,4,16,7,12,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14850,4,4,-1,'Sunscale Legplates',26824,2,0,0,1,91376,18275,7,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,4,19,7,7,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14851,4,4,-1,'Sunscale Spaulders',26825,2,0,0,1,64772,12954,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,7,13,3,5,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14852,4,6,-1,'Sunscale Shield',11925,2,0,0,1,97100,19420,14,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,6,3,7,10,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,28,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (14853,4,4,-1,'Sunscale Wristguards',26821,2,0,0,1,36732,7346,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,3,7,8,4,6,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14854,4,4,-1,'Vanguard Breastplate',26846,2,0,0,1,141792,28358,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,22,6,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14855,4,4,-1,'Vanguard Gauntlets',26847,2,0,0,1,57220,11444,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,7,12,6,6,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14856,4,4,-1,'Vanguard Girdle',26848,2,0,0,1,54175,10835,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14857,4,4,-1,'Vanguard Sabatons',26850,2,0,0,1,80928,16185,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,7,13,4,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14858,4,4,-1,'Vanguard Headdress',28985,2,0,0,1,102535,20507,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,21,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14859,4,4,-1,'Vanguard Legplates',26849,2,0,0,1,129680,25936,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,6,21,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14860,4,4,-1,'Vanguard Pauldrons',27876,2,0,0,1,91904,18380,3,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,7,8,6,12,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14861,4,4,-1,'Vanguard Vambraces',19760,2,0,0,1,44400,8880,9,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,6,4,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14862,4,4,-1,'Warleader\'s Breastplate',26880,2,0,0,1,144436,28887,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,25,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14863,4,4,-1,'Warleader\'s Gauntlets',26881,2,0,0,1,69978,13995,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,17,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14864,4,4,-1,'Warleader\'s Belt',26879,2,0,0,1,66903,13380,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,4,6,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14865,4,4,-1,'Warleader\'s Greaves',26883,2,0,0,1,104965,20993,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14866,4,4,-1,'Warleader\'s Crown',27180,2,0,0,1,108312,21662,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,4,18,7,16,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14867,4,4,-1,'Warleader\'s Leggings',26884,2,0,0,1,145243,29048,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,4,15,7,18,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14868,4,4,-1,'Warleader\'s Shoulders',26885,2,0,0,1,110561,22112,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14869,4,4,-1,'Warleader\'s Bracers',26878,2,0,0,1,66681,13336,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,13,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14872,12,0,-1,'Tirion\'s Gift',15692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (14891,2,7,-1,'Test Glaive I',25515,1,0,8192,1,128,25,13,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (14894,0,0,-1,'Lily Root',25542,1,65538,0,1,0,0,0,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18832,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (14895,4,4,-1,'Saltstone Surcoat',26654,2,0,0,1,42918,8583,5,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,527,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14896,4,4,-1,'Saltstone Sabatons',26652,2,0,0,1,29854,5970,8,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,863,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14897,4,4,-1,'Saltstone Gauntlets',27838,2,0,0,1,20126,4025,10,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,779,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14898,4,4,-1,'Saltstone Girdle',26650,2,0,0,1,20198,4039,6,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,947,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14899,4,4,-1,'Saltstone Helm',26656,2,0,0,1,32586,6517,1,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,695,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14900,4,4,-1,'Saltstone Legplates',26651,2,0,0,1,37608,7521,7,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,611,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14901,4,4,-1,'Saltstone Shoulder Pads',26655,2,0,0,1,30520,6104,3,-1,-1,41,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1199,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14902,4,6,-1,'Saltstone Shield',23847,2,0,0,1,37413,7482,14,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2046,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (14903,4,4,-1,'Saltstone Armsplints',26646,2,0,0,1,19125,3825,9,-1,-1,40,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1115,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (14904,4,4,-1,'Brutish Breastplate',27899,2,0,0,1,80899,16179,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,530,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14905,4,4,-1,'Brutish Gauntlets',27901,2,0,0,1,28312,5662,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,780,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14906,4,4,-1,'Brutish Belt',27902,2,0,0,1,26310,5262,6,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,948,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14907,4,4,-1,'Brutish Helmet',27906,2,0,0,1,53483,10696,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,697,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14908,4,4,-1,'Brutish Legguards',27900,2,0,0,1,71711,14342,7,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,613,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14909,4,4,-1,'Brutish Shoulders',27904,2,0,0,1,42770,8554,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1200,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14910,4,4,-1,'Brutish Armguards',27903,2,0,0,1,26698,5339,9,-1,-1,44,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1116,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14911,4,4,-1,'Brutish Boots',27905,2,0,0,1,46527,9305,8,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,865,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14912,4,6,-1,'Brutish Shield',11925,2,0,0,1,76163,15232,14,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1550,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2064,0,24,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (14913,4,4,-1,'Jade Greaves',26799,2,0,0,1,58491,11698,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,866,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14914,4,4,-1,'Jade Bracers',26794,2,0,0,1,31593,6318,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1117,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14915,4,4,-1,'Jade Breastplate',26795,2,0,0,1,101234,20246,5,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,531,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14916,4,6,-1,'Jade Deflector',22805,2,0,0,1,86272,17254,14,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1635,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2070,0,27,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (14917,4,4,-1,'Jade Gauntlets',26798,2,0,0,1,34601,6920,10,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,781,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14918,4,4,-1,'Jade Belt',26792,2,0,0,1,32161,6432,6,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,949,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14919,4,4,-1,'Jade Circlet',27839,2,0,0,1,67401,13480,1,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,699,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14920,4,4,-1,'Jade Legplates',26800,2,0,0,1,85267,17053,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,614,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14921,4,4,-1,'Jade Epaulets',26797,2,0,0,1,55956,11191,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1202,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14922,4,4,-1,'Lofty Sabatons',26874,2,0,0,1,72255,14451,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,867,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14923,4,4,-1,'Lofty Armguards',26869,2,0,0,1,40524,8104,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1118,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14924,4,4,-1,'Lofty Breastplate',26871,2,0,0,1,122778,24555,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,532,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14925,4,4,-1,'Lofty Helm',28015,2,0,0,1,92242,18448,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,700,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14926,4,4,-1,'Lofty Gauntlets',26872,2,0,0,1,49264,9852,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,783,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14927,4,4,-1,'Lofty Belt',26870,2,0,0,1,46648,9329,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,951,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14928,4,4,-1,'Lofty Legguards',26873,2,0,0,1,110896,22179,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,616,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14929,4,4,-1,'Lofty Shoulder Pads',26875,2,0,0,1,78595,15719,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1203,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14930,4,6,-1,'Lofty Shield',20974,2,0,0,1,114751,22950,14,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1748,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2076,0,31,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (14931,4,4,-1,'Heroic Armor',27932,2,0,0,1,151328,30265,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,534,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14932,4,4,-1,'Heroic Greaves',27829,2,0,0,1,102919,20583,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,869,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14933,4,4,-1,'Heroic Gauntlets',27934,2,0,0,1,69381,13876,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,785,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14934,4,4,-1,'Heroic Girdle',27935,2,0,0,1,59436,11887,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,952,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14935,4,4,-1,'Heroic Skullcap',27942,2,0,0,1,103803,20760,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,701,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14936,4,4,-1,'Heroic Legplates',27938,2,0,0,1,141135,28227,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,618,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14937,4,4,-1,'Heroic Pauldrons',27940,2,0,0,1,99615,19923,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1205,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14938,4,4,-1,'Heroic Bracers',27933,2,0,0,1,56937,11387,9,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1120,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14939,4,4,-1,'Warbringer\'s Chestguard',26636,2,0,0,1,59441,11888,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,529,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14940,4,4,-1,'Warbringer\'s Sabatons ',26643,2,0,0,1,35453,7090,8,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,864,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14941,4,4,-1,'Warbringer\'s Armsplints',26454,2,0,0,1,22135,4427,9,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1115,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14942,4,4,-1,'Warbringer\'s Gauntlets',26640,2,0,0,1,22219,4443,10,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,779,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14943,4,4,-1,'Warbringer\'s Belt',26634,2,0,0,1,22303,4460,6,-1,-1,42,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,947,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14944,4,4,-1,'Warbringer\'s Crown',27512,2,0,0,1,41976,8395,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,696,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14945,4,4,-1,'Warbringer\'s Legguards',26641,2,0,0,1,56285,11257,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,612,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14946,4,4,-1,'Warbringer\'s Spaulders',26645,2,0,0,1,36257,7251,3,-1,-1,43,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1200,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14947,4,6,-1,'Warbringer\'s Shield',23825,2,0,0,1,55992,11198,14,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2058,0,21,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (14948,4,4,-1,'Bloodforged Chestpiece',26838,2,0,0,1,90142,18028,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,530,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14949,4,4,-1,'Bloodforged Gauntlets',28996,2,0,0,1,34383,6876,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,781,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14950,4,4,-1,'Bloodforged Belt',26836,2,0,0,1,31950,6390,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,949,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14951,4,4,-1,'Bloodforged Sabatons',26842,2,0,0,1,51546,10309,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,865,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14952,4,4,-1,'Bloodforged Helmet',26257,2,0,0,1,63963,12792,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,698,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14953,4,4,-1,'Bloodforged Legplates',26840,2,0,0,1,80140,16028,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,614,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14954,4,6,-1,'Bloodforged Shield',26844,2,0,0,1,76174,15234,14,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1578,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2064,0,25,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (14955,4,4,-1,'Bloodforged Shoulder Pads',26843,2,0,0,1,47317,9463,3,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1201,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14956,4,4,-1,'Bloodforged Bindings',26837,2,0,0,1,27356,5471,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1116,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (14957,4,4,-1,'High Chief\'s Sabatons',26833,2,0,0,1,63088,12617,8,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,866,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14958,4,4,-1,'High Chief\'s Armor',26827,2,0,0,1,113216,22643,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,532,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14959,4,4,-1,'High Chief\'s Gauntlets',26830,2,0,0,1,45263,9052,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,783,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14960,4,4,-1,'High Chief\'s Belt',26828,2,0,0,1,42864,8572,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,950,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14961,4,4,-1,'High Chief\'s Crown',27835,2,0,0,1,80863,16172,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,700,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14962,4,4,-1,'High Chief\'s Legguards',26831,2,0,0,1,102294,20458,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,615,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14963,4,4,-1,'High Chief\'s Pauldrons',26834,2,0,0,1,72505,14501,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1203,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14964,4,6,-1,'High Chief\'s Shield',23419,2,0,0,1,108705,21741,14,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1720,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2076,0,30,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (14965,4,4,-1,'High Chief\'s Bindings',26829,2,0,0,1,39165,7833,9,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1118,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (14966,4,4,-1,'Glorious Breastplate',26859,2,0,0,1,150418,30083,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,579,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,534,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14967,4,4,-1,'Glorious Gauntlets',27833,2,0,0,1,60436,12087,10,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,784,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14968,4,4,-1,'Glorious Belt',26856,2,0,0,1,57220,11444,6,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,952,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14969,4,4,-1,'Glorious Headdress',28024,2,0,0,1,106907,21381,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,701,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14970,4,4,-1,'Glorious Legplates',26861,2,0,0,1,136487,27297,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,617,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14971,4,4,-1,'Glorious Shoulder Pads',26864,2,0,0,1,96731,19346,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1204,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14972,4,4,-1,'Glorious Sabatons',26862,2,0,0,1,91580,18316,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,868,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14973,4,6,-1,'Glorious Shield',26868,2,0,0,1,139052,27810,14,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1833,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2082,0,34,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (14974,4,4,-1,'Glorious Bindings',26857,2,0,0,1,52881,10576,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1120,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (14975,4,4,-1,'Exalted Harness',26890,2,0,0,1,148311,29662,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,615,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,535,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14976,4,4,-1,'Exalted Gauntlets',26888,2,0,0,1,70956,14191,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,786,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14977,4,4,-1,'Exalted Girdle',26889,2,0,0,1,70248,14049,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,953,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (14978,4,4,-1,'Exalted Sabatons',27832,2,0,0,1,109365,21873,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,870,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14979,4,4,-1,'Exalted Helmet',26893,2,0,0,1,111257,22251,1,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,703,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14980,4,4,-1,'Exalted Legplates',26891,2,0,0,1,151224,30244,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,618,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14981,4,4,-1,'Exalted Epaulets',26894,2,0,0,1,112085,22417,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1206,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (14982,4,6,-1,'Exalted Shield',26911,2,0,0,1,143006,28601,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2094,0,38,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (14983,4,4,-1,'Exalted Armsplints',26887,2,0,0,1,70272,14054,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,1121,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15002,12,0,-1,'Nimboya\'s Pike',25593,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18887,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15003,4,2,-1,'Primal Belt',28007,1,0,0,1,100,20,6,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15004,4,2,-1,'Primal Boots',7537,1,0,0,1,212,42,8,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15005,4,2,-1,'Primal Bands',17017,1,0,0,1,142,28,9,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15006,4,6,-1,'Primal Buckler',18508,1,0,0,1,365,73,14,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15007,4,1,-1,'Primal Cape',28011,1,0,0,1,122,24,16,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15008,4,2,-1,'Primal Mitts',28009,1,0,0,1,186,37,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15009,4,2,-1,'Primal Leggings',28008,2,0,0,1,812,162,7,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,559,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15010,4,2,-1,'Primal Wraps',9536,2,0,0,1,815,163,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,475,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15011,4,2,-1,'Lupine Cord',27668,2,0,0,1,920,184,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,896,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15012,4,2,-1,'Lupine Slippers',14276,2,0,0,1,1480,296,8,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,813,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15013,4,2,-1,'Lupine Cuffs',27989,1,0,0,1,430,86,9,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15014,4,6,-1,'Lupine Buckler',28579,2,0,0,1,2928,585,14,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,1996,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15015,4,1,-1,'Lupine Cloak',23050,1,0,0,1,434,86,16,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15016,4,2,-1,'Lupine Handwraps',27990,2,0,0,1,1002,200,10,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,729,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15017,4,2,-1,'Lupine Leggings',27991,2,0,0,1,3059,611,7,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,562,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15018,4,2,-1,'Lupine Vest',3390,2,0,0,1,3531,706,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,478,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15019,4,2,-1,'Lupine Mantle',27667,1,0,0,1,1834,366,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15042,12,0,-1,'Empty Termite Jar',25661,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20274,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15043,12,0,-1,'Plagueland Termites',25662,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15044,12,0,-1,'Barrel of Plagueland Termites',25807,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15045,4,3,-1,'Green Dragonscale Breastplate',25671,3,0,0,1,99692,19938,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,45,26,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,11,0,0,0,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,490,120,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (15046,4,3,-1,'Green Dragonscale Leggings',25673,3,0,0,1,112411,22482,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,45,26,5,13,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,11,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,490,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (15047,4,3,-1,'Red Dragonscale Breastplate',25675,3,0,0,1,144063,28812,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,12,0,0,0,0,0,0,0,18041,1,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (15048,4,3,-1,'Blue Dragonscale Breastplate',25676,3,0,0,1,122047,24409,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,25,45,15,43,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,491,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15049,4,3,-1,'Blue Dragonscale Shoulders',25677,3,0,0,1,102716,20543,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,18,45,13,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,491,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15050,4,3,-1,'Black Dragonscale Breastplate',27943,3,0,0,1,130357,26071,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,38,50,3,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,1,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,489,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15051,4,3,-1,'Black Dragonscale Shoulders',27945,3,0,0,1,108684,21736,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,38,40,7,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,489,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15052,4,3,-1,'Black Dragonscale Leggings',27944,3,0,0,1,144823,28964,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,38,54,7,12,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,489,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15053,4,2,-1,'Volcanic Breastplate',25682,2,0,0,1,86377,17275,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,20,0,0,0,0,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,141,85,0,0,0,0,0,0,0,0,0,0,0,0,200,120,0,0,0,'',10,0,0,0,0,12340), (15054,4,2,-1,'Volcanic Leggings',25683,2,0,0,1,72799,14559,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,20,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,141,65,0,0,0,0,0,0,0,0,0,0,0,0,175,80,0,0,0,'',9,0,0,0,0,12340), (15055,4,2,-1,'Volcanic Shoulders',25685,2,0,0,1,77350,15470,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,18,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,141,50,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',11,0,0,0,0,12340), (15056,4,2,-1,'Stormshroud Armor',8682,3,0,0,1,104834,20966,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,7598,1,0,0,3600000,0,600000,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,142,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15057,4,2,-1,'Stormshroud Pants',25686,3,0,0,1,93643,18728,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,142,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (15058,4,2,-1,'Stormshroud Shoulders',25687,3,0,0,1,88158,17631,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,142,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15059,4,2,-1,'Living Breastplate',25688,3,0,0,1,123882,24776,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,25,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,5,0,0,0,0,0,0,9315,1,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15060,4,2,-1,'Living Leggings',25694,3,0,0,1,106387,21277,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,6,25,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,5,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15061,4,2,-1,'Living Shoulders',25695,3,0,0,1,69017,13803,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,45,16,5,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,5,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (15062,4,2,-1,'Devilsaur Leggings',26071,3,0,0,1,128545,25709,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,143,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15063,4,2,-1,'Devilsaur Gauntlets',26072,3,0,0,1,58506,11701,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,9335,1,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,143,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15064,4,2,-1,'Warbear Harness',12368,3,0,0,1,98586,19717,5,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,38,54,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (15065,4,2,-1,'Warbear Woolies',14547,3,0,0,1,111165,22233,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,38,56,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15066,4,2,-1,'Ironfeather Breastplate',25699,3,0,0,1,118252,23650,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,45,29,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,144,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15067,4,2,-1,'Ironfeather Shoulders',25700,3,0,0,1,63791,12758,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,45,21,5,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,144,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (15068,4,2,-1,'Frostsaber Tunic',19012,2,0,0,1,101795,20359,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,18,18,0,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15069,4,2,-1,'Frostsaber Leggings',25701,2,0,0,1,85065,17013,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,17,16,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15070,4,2,-1,'Frostsaber Gloves',25702,2,0,0,1,47521,9504,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,13,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15071,4,2,-1,'Frostsaber Boots',25703,2,0,0,1,57218,11443,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,12,12,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15072,4,2,-1,'Chimeric Leggings',25705,2,0,0,1,81170,16234,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,16,0,0,16,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15073,4,2,-1,'Chimeric Boots',25709,2,0,0,1,57650,11530,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15074,4,2,-1,'Chimeric Gloves',25706,2,0,0,1,34336,6867,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,12,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15075,4,2,-1,'Chimeric Vest',25704,2,0,0,1,92246,18449,5,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,17,0,0,16,0,0,0,0,0,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15076,4,3,-1,'Heavy Scorpid Vest',25710,2,0,0,1,83021,16604,5,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,38,32,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15077,4,3,-1,'Heavy Scorpid Bracers',25720,2,0,0,1,38077,7615,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,38,18,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15078,4,3,-1,'Heavy Scorpid Gauntlets',25718,2,0,0,1,48246,9649,10,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,38,28,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15079,4,3,-1,'Heavy Scorpid Leggings',25714,2,0,0,1,108803,21760,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,38,40,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15080,4,3,-1,'Heavy Scorpid Helm',28976,2,0,0,1,91152,18230,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,38,40,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15081,4,3,-1,'Heavy Scorpid Shoulders',25713,2,0,0,1,97830,19566,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,38,30,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15082,4,3,-1,'Heavy Scorpid Belt',25719,2,0,0,1,51879,10375,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,38,28,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15083,4,2,-1,'Wicked Leather Gauntlets',25724,2,0,0,1,34363,6872,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,3,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15084,4,2,-1,'Wicked Leather Bracers',25726,2,0,0,1,36555,7311,9,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,3,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15085,4,2,-1,'Wicked Leather Armor',25721,2,0,0,1,109763,21952,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,3,25,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15086,4,2,-1,'Wicked Leather Headband',25729,2,0,0,1,65771,13154,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,3,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15087,4,2,-1,'Wicked Leather Pants',25722,2,0,0,1,89464,17892,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,3,20,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15088,4,2,-1,'Wicked Leather Belt',25728,2,0,0,1,49508,9901,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,3600000,0,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15090,4,2,-1,'Runic Leather Armor',25731,2,0,0,1,102573,20514,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15091,4,2,-1,'Runic Leather Gauntlets',25735,2,0,0,1,35979,7195,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,14,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15092,4,2,-1,'Runic Leather Bracers',25736,2,0,0,1,38283,7656,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,5,10,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15093,4,2,-1,'Runic Leather Belt',25737,2,0,0,1,41844,8368,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,5,14,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15094,4,2,-1,'Runic Leather Headband',25739,2,0,0,1,70778,14155,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,5,20,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15095,4,2,-1,'Runic Leather Pants',25732,2,0,0,1,104427,20885,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,6,20,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15096,4,2,-1,'Runic Leather Shoulders',25734,2,0,0,1,80805,16161,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15102,15,0,-1,'Un\'Goro Tested Sample',2885,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15103,15,0,-1,'Corrupt Tested Sample',2885,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15104,4,1,-1,'Wingborne Boots',28432,3,0,0,1,19129,3825,8,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,6,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (15105,2,10,-1,'Staff of Noh\'Orahil',28231,2,0,0,1,71989,14397,17,256,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15106,2,10,-1,'Staff of Dar\'Orahil',28236,2,0,0,1,72237,14447,17,256,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15107,4,0,-1,'Orb of Noh\'Orahil',25072,3,0,0,1,20000,5000,23,31488,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9417,1,0,0,0,0,0,18957,0,0,0,1800000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (15108,4,0,-1,'Orb of Dar\'Orahil',25072,3,0,0,1,20000,5000,23,31488,-1,40,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9417,1,0,0,0,0,0,18957,0,0,0,1800000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (15109,2,10,-1,'Staff of Soran\'ruk',28225,2,0,0,1,16724,3344,17,256,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,59,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,9397,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15110,4,2,-1,'Rigid Belt',27880,2,0,0,1,1759,351,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,898,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15111,4,2,-1,'Rigid Moccasins',1981,2,0,0,1,3046,609,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,814,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15112,4,2,-1,'Rigid Bracelets',27879,2,0,0,1,1772,354,9,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1066,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15113,4,6,-1,'Rigid Buckler',2211,2,0,0,1,6805,1361,14,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2010,0,8,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15114,4,1,-1,'Rigid Cape',27514,2,0,0,1,1863,372,16,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15115,4,2,-1,'Rigid Gloves',27878,2,0,0,1,2370,474,10,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,731,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15116,4,2,-1,'Rigid Shoulders',11274,2,0,0,1,5817,1163,3,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1152,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15117,4,2,-1,'Rigid Leggings',1978,2,0,0,1,6096,1219,7,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,563,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15118,4,2,-1,'Rigid Tunic',27877,2,0,0,1,7813,1562,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,480,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15119,4,1,-1,'Highborne Pants',26177,2,0,0,1,68416,13683,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,5,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15120,4,2,-1,'Robust Girdle',27887,2,0,0,1,3935,787,6,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,900,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15121,4,2,-1,'Robust Boots',1966,2,0,0,1,7167,1433,8,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,817,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15122,4,2,-1,'Robust Bracers',27888,2,0,0,1,3507,701,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1068,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15123,4,6,-1,'Robust Buckler',18449,2,0,0,1,12319,2463,14,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2020,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15124,4,1,-1,'Robust Cloak',27693,2,0,0,1,4238,847,16,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15125,4,2,-1,'Robust Gloves',27881,2,0,0,1,4955,991,10,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,733,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15126,4,2,-1,'Robust Leggings',27884,2,0,0,1,9948,1989,7,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,565,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15127,4,2,-1,'Robust Shoulders',6775,2,0,0,1,8238,1647,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1153,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15128,4,2,-1,'Robust Tunic',27882,2,0,0,1,12127,2425,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,482,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15129,4,2,-1,'Robust Helm',27886,2,0,0,1,9129,1825,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,650,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15130,4,2,-1,'Cutthroat\'s Vest',9548,2,0,0,1,16263,3252,5,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,483,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15131,4,2,-1,'Cutthroat\'s Boots',27710,2,0,0,1,10118,2023,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,818,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15132,4,2,-1,'Cutthroat\'s Armguards',27706,2,0,0,1,5086,1017,9,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1069,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15133,4,6,-1,'Cutthroat\'s Buckler',27720,2,0,0,1,19135,3827,14,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2026,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15134,4,2,-1,'Cutthroat\'s Hat',27711,2,0,0,1,16476,3295,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,652,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15135,4,1,-1,'Cutthroat\'s Cape',28563,2,0,0,1,6788,1357,16,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15136,4,2,-1,'Cutthroat\'s Belt',27708,2,0,0,1,6245,1249,6,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,902,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15137,4,2,-1,'Cutthroat\'s Mitts',27715,2,0,0,1,7584,1516,10,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,734,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15138,4,1,-1,'Onyxia Scale Cloak',25921,3,0,0,1,75993,15198,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,16,0,0,0,0,0,0,0,22683,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15139,4,2,-1,'Cutthroat\'s Pants',27712,2,0,0,1,15279,3055,7,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,566,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15140,4,2,-1,'Cutthroat\'s Mantle',27713,2,0,0,1,12650,2530,3,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1155,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15141,4,3,-1,'Onyxia Scale Breastplate',27943,4,0,0,1,195509,39101,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,5,4,15,3,15,7,15,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',65,0,0,0,0,12340), (15142,4,2,-1,'Ghostwalker Boots',27685,2,0,0,1,13017,2603,8,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,819,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15143,4,2,-1,'Ghostwalker Bindings',3652,2,0,0,1,7198,1439,9,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1070,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15144,4,2,-1,'Ghostwalker Rags',27689,2,0,0,1,21160,4232,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,484,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15145,4,6,-1,'Ghostwalker Buckler',27690,2,0,0,1,24717,4943,14,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2032,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15146,4,2,-1,'Ghostwalker Crown',27687,2,0,0,1,18653,3730,1,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,652,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15147,4,1,-1,'Ghostwalker Cloak',27686,2,0,0,1,8770,1754,16,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15148,4,2,-1,'Ghostwalker Belt',27684,2,0,0,1,8070,1614,6,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,903,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15149,4,2,-1,'Ghostwalker Gloves',3846,2,0,0,1,9801,1960,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,735,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15150,4,2,-1,'Ghostwalker Pads',27688,2,0,0,1,14757,2951,3,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1155,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15151,4,2,-1,'Ghostwalker Legguards',3442,2,0,0,1,19748,3949,7,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,567,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15152,4,2,-1,'Nocturnal Shoes',27725,2,0,0,1,22248,4449,8,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,821,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15153,4,1,-1,'Nocturnal Cloak',23048,2,0,0,1,13131,2626,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15154,4,2,-1,'Nocturnal Sash',27724,2,0,0,1,11861,2372,6,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,904,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15155,4,2,-1,'Nocturnal Gloves',27722,2,0,0,1,12856,2571,10,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,736,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15156,4,2,-1,'Nocturnal Cap',27734,2,0,0,1,26333,5266,1,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,654,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15157,4,2,-1,'Nocturnal Leggings',27723,2,0,0,1,31001,6200,7,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,569,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15158,4,2,-1,'Nocturnal Shoulder Pads',27732,2,0,0,1,21603,4320,3,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1157,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15159,4,2,-1,'Nocturnal Tunic',27728,2,0,0,1,33716,6743,5,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,485,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15160,4,2,-1,'Nocturnal Wristbands',27727,2,0,0,1,12152,2430,9,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1072,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15161,4,2,-1,'Imposing Belt',18980,2,0,0,1,16596,3319,6,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,906,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15162,4,2,-1,'Imposing Boots',27916,2,0,0,1,29147,5829,8,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,822,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15163,4,2,-1,'Imposing Bracers',27922,2,0,0,1,16723,3344,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1074,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15164,4,2,-1,'Imposing Vest',27914,2,0,0,1,45679,9135,5,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,487,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15165,4,1,-1,'Imposing Cape',22253,2,0,0,1,18724,3744,16,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15166,4,2,-1,'Imposing Gloves',27921,2,0,0,1,19729,3945,10,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,738,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15167,4,2,-1,'Imposing Bandana',28979,2,0,0,1,37421,7484,1,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,655,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15168,4,2,-1,'Imposing Pants',17153,2,0,0,1,39758,7951,7,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,570,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15169,4,2,-1,'Imposing Shoulders',27920,2,0,0,1,27714,5542,3,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1158,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15170,4,2,-1,'Potent Armor',27586,2,0,0,1,65520,13104,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,489,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15171,4,2,-1,'Potent Boots',11832,2,0,0,1,43488,8697,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,824,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15172,4,2,-1,'Potent Bands',27589,2,0,0,1,23534,4706,9,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1075,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15173,4,1,-1,'Potent Cape',27593,2,0,0,1,26939,5387,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15174,4,2,-1,'Potent Gloves',27591,2,0,0,1,30087,6017,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,740,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15175,4,2,-1,'Potent Helmet',27907,2,0,0,1,48463,9692,1,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,656,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15176,4,2,-1,'Potent Pants',14697,2,0,0,1,60607,12121,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,572,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15177,4,2,-1,'Potent Shoulders',27592,2,0,0,1,42629,8525,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1160,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15178,4,2,-1,'Potent Belt',27590,2,0,0,1,24680,4936,6,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,907,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15179,4,2,-1,'Praetorian Padded Armor',27663,2,0,0,1,92966,18593,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,490,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15180,4,2,-1,'Praetorian Girdle',27560,2,0,0,1,33433,6686,6,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,909,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15181,4,2,-1,'Praetorian Boots',27562,2,0,0,1,56561,11312,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,826,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15182,4,2,-1,'Praetorian Wristbands',28584,2,0,0,1,29983,5996,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1076,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15183,4,1,-1,'Praetorian Cloak',24159,2,0,0,1,33756,6751,16,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15184,4,2,-1,'Praetorian Gloves',27661,2,0,0,1,35986,7197,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,741,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15185,4,2,-1,'Praetorian Coif',56052,2,0,0,1,64530,12906,1,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,658,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15186,4,2,-1,'Praetorian Leggings',27662,2,0,0,1,76867,15373,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,574,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15187,4,2,-1,'Praetorian Pauldrons',27664,2,0,0,1,54594,10918,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1161,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15188,4,2,-1,'Grand Armguards',27632,2,0,0,1,43512,8702,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1078,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15189,4,2,-1,'Grand Boots',27634,2,0,0,1,78615,15723,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,827,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15190,4,1,-1,'Grand Cloak',23051,2,0,0,1,48071,9614,16,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15191,4,2,-1,'Grand Belt',18980,2,0,0,1,45175,9035,6,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,910,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15192,4,2,-1,'Grand Gauntlets',27635,2,0,0,1,52980,10596,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,743,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15193,4,2,-1,'Grand Crown',28022,2,0,0,1,81987,16397,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,660,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15194,4,2,-1,'Grand Legguards',28019,2,0,0,1,108219,21643,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,576,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15195,4,2,-1,'Grand Breastplate',28018,2,0,0,1,110104,22020,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,492,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15196,4,0,-1,'Private\'s Tabard',31254,1,0,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15197,4,0,-1,'Scout\'s Tabard',31255,1,0,1,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15198,4,0,-1,'Knight\'s Colors',31253,1,0,2,1,0,0,19,-1,-1,40,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15199,4,0,-1,'Stone Guard\'s Herald',31252,1,0,1,1,0,0,19,-1,-1,40,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15200,4,0,-1,'Senior Sergeant\'s Insignia',30797,3,36864,1,1,0,0,2,-1,-1,35,30,0,0,0,0,0,0,0,1,1,0,2,7,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15202,4,2,-1,'Wildkeeper Leggings',7834,2,0,0,1,2580,516,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,3,4,6,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15203,4,3,-1,'Guststorm Legguards',28189,2,0,0,1,3108,621,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,4,3,7,3,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15204,2,19,-1,'Moonstone Wand',28218,2,0,0,1,3899,779,26,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15205,2,3,-1,'Owlsight Rifle',28229,2,0,0,1,5318,1063,26,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,37,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15206,4,0,-1,'Jadefinger Baton',28197,2,0,0,1,3430,857,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,6,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15207,4,6,-1,'Steelcap Shield',41117,2,0,0,1,4571,914,14,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15208,12,0,-1,'Cenarion Moondust',20614,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18974,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15209,12,0,-1,'Relic Bundle',1168,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18987,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15210,2,7,-1,'Raider Shortsword',28544,2,0,0,1,4129,825,13,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5177,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15211,2,7,-1,'Militant Shortsword',28567,2,0,0,1,9585,1917,13,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,36,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5195,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15212,2,7,-1,'Fighter Broadsword',28527,2,0,0,1,17253,3450,21,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5204,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15213,2,7,-1,'Mercenary Blade',28570,2,0,0,1,40829,8165,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5231,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15214,2,7,-1,'Nobles Brand',28561,2,0,0,1,56781,11356,13,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,61,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5249,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15215,2,7,-1,'Furious Falchion',28528,2,0,0,1,83721,16744,21,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5258,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15216,2,7,-1,'Rune Sword',28530,2,0,0,1,129662,25932,13,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,63,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5276,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15217,2,7,-1,'Widow Blade',28458,2,0,0,1,154980,30996,13,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5285,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15218,2,7,-1,'Crystal Sword',28346,2,0,0,1,185240,37048,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,102,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5294,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15219,2,7,-1,'Dimensional Blade',13078,2,0,0,1,206883,41376,13,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5303,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15220,2,7,-1,'Battlefell Sabre',28316,2,0,0,1,202761,40552,21,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5312,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15221,2,7,-1,'Holy War Sword',28552,2,0,0,1,217727,43545,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5321,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15222,2,4,-1,'Barbed Club',28314,2,0,0,1,6096,1219,21,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5188,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15223,2,4,-1,'Jagged Star',28571,2,0,0,1,11884,2376,21,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5197,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15224,2,4,-1,'Battlesmasher',28318,2,0,0,1,13479,2695,13,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,45,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5206,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15225,2,4,-1,'Sequoia Hammer',28521,2,0,0,1,29794,5958,21,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,60,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5224,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15226,2,4,-1,'Giant Club',28531,2,0,0,1,43779,8755,21,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5242,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15227,2,4,-1,'Diamond-Tip Bludgeon',28508,2,0,0,1,109626,21925,13,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,91,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5278,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15228,2,4,-1,'Smashing Star',28512,2,0,0,1,141544,28308,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,115,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5287,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15229,2,4,-1,'Blesswind Hammer',19735,2,0,0,1,159623,31924,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5296,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15230,2,0,-1,'Ridge Cleaver',28539,2,0,0,1,13778,2755,21,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,37,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5205,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15231,2,0,-1,'Splitting Hatchet',28469,2,0,0,1,25166,5033,13,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5223,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15232,2,0,-1,'Hacking Cleaver',28542,2,0,0,1,30562,6112,13,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,43,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5223,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15233,2,0,-1,'Savage Axe',28525,2,0,0,1,52381,10476,21,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5241,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15234,2,0,-1,'Greater Scythe',5640,2,0,0,1,56770,11354,21,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5250,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15235,2,0,-1,'Crescent Edge',28341,2,0,0,1,105455,21091,13,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5268,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15236,2,0,-1,'Moon Cleaver',28566,2,0,0,1,137428,27485,13,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,89,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5286,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15237,2,0,-1,'Corpse Harvester',28338,2,0,0,1,152630,30526,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5295,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15238,2,0,-1,'Warlord\'s Axe',28459,2,0,0,1,182481,36496,13,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,104,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5304,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15239,2,0,-1,'Felstone Reaver',28523,2,0,0,1,204774,40954,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,95,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5313,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15240,2,0,-1,'Demon\'s Claw',28504,2,0,0,1,214051,42810,13,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,113,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5322,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15241,2,15,-1,'Battle Knife',20414,2,0,0,1,15060,3012,13,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,28,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5207,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15242,2,15,-1,'Honed Stiletto',28568,2,0,0,1,22133,4426,13,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5216,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15243,2,15,-1,'Deadly Kris',28348,2,0,0,1,39357,7871,13,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5234,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15244,2,15,-1,'Razor Blade',3175,2,0,0,1,63849,12769,13,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5252,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15245,2,15,-1,'Vorpal Dagger',6448,2,0,0,1,116423,23284,13,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5279,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15246,2,15,-1,'Demon Blade',20299,2,0,0,1,213072,42614,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5315,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15247,2,15,-1,'Bloodstrike Dagger',28327,2,0,0,1,219676,43935,13,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,5324,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15248,2,8,-1,'Gleaming Claymore',28535,2,0,0,1,8959,1791,17,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,46,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5191,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15249,2,8,-1,'Polished Zweihander',20080,2,0,0,1,19389,3877,17,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,76,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5209,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15250,2,8,-1,'Glimmering Flamberge',28536,2,0,0,1,34475,6895,17,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,84,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5227,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15251,2,8,-1,'Headstriker Sword',28546,2,0,0,1,88428,17685,17,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,94,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5263,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15252,2,8,-1,'Tusker Sword',28465,2,0,0,1,139531,27906,17,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5281,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15253,2,8,-1,'Beheading Blade',28321,2,0,0,1,157738,31547,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,170,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5290,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15254,2,8,-1,'Dark Espadon',28347,2,0,0,1,177923,35584,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,166,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5290,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15255,2,8,-1,'Gallant Flamberge',28529,2,0,0,1,212729,42545,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5299,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15256,2,8,-1,'Massacre Sword',28576,2,0,0,1,237656,47531,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,209,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5308,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15257,2,8,-1,'Shin Blade',26589,2,0,0,1,257499,51499,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,127,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5317,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15258,2,8,-1,'Divine Warblade',28517,2,0,0,1,269027,53805,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,160,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5326,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15259,2,5,-1,'Hefty Battlehammer',28548,2,0,0,1,16534,3306,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,65,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5211,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15260,2,5,-1,'Stone Hammer',28468,2,0,0,1,57784,11556,17,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,96,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5247,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15261,2,5,-1,'Sequoia Branch',28524,2,0,0,1,67654,13530,17,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,132,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5256,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15262,2,5,-1,'Greater Maul',28540,2,0,0,1,107763,21552,17,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,146,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5274,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15263,2,5,-1,'Royal Mallet',28534,2,0,0,1,144449,28889,17,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,126,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5283,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15264,2,5,-1,'Backbreaker',28311,2,0,0,1,207589,41517,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,162,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5301,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15265,2,5,-1,'Painbringer',28499,2,0,0,1,234117,46823,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5310,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15266,2,5,-1,'Fierce Mauler',28526,2,0,0,1,262693,52538,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,188,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5319,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15267,2,5,-1,'Brutehammer',28674,2,0,0,1,270933,54186,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,200,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,5319,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15268,2,1,-1,'Twin-bladed Axe',28460,2,0,0,1,5121,1024,17,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5183,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15269,2,1,-1,'Massive Battle Axe',28573,2,0,0,1,15183,3036,17,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5201,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15270,2,1,-1,'Gigantic War Axe',28533,2,0,0,1,113877,22775,17,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,137,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5273,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15271,2,1,-1,'Colossal Great Axe',28334,2,0,0,1,218506,43701,17,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,198,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5300,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15272,2,1,-1,'Razor Axe',28541,2,0,0,1,258702,51740,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,138,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5309,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15273,2,1,-1,'Death Striker',28349,2,0,0,1,257005,51401,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,165,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,5318,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15274,2,10,-1,'Diviner Long Staff',22144,2,0,0,1,158334,31666,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,126,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5293,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15275,2,10,-1,'Thaumaturgist Staff',28467,2,0,0,1,178574,35714,17,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5293,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15276,2,10,-1,'Magus Long Staff',28580,2,0,0,1,226315,45263,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,184,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5311,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15277,15,5,-1,'Gray Kodo',29448,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,18989,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15278,2,10,-1,'Solstice Staff',28502,2,0,0,1,251430,50286,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,146,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,5311,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15279,2,19,-1,'Ivory Wand',28569,2,0,0,1,91339,18267,26,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,6,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5280,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15280,2,19,-1,'Wizard\'s Hand',28457,2,0,0,1,103018,20603,26,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,104,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5289,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15281,2,19,-1,'Glowstar Rod',28538,2,0,0,1,130550,26110,26,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,6,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5298,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15282,2,19,-1,'Dragon Finger',28518,2,0,0,1,153143,30628,26,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,97,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5307,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15283,2,19,-1,'Lunar Wand',28577,2,0,0,1,162295,32459,26,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,125,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5850,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15284,2,2,-1,'Long Battle Bow',28572,2,0,0,1,15199,3039,15,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15285,2,2,-1,'Archer\'s Longbow',28308,2,0,0,1,20305,4061,15,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15286,2,2,-1,'Long Redwood Bow',28575,2,0,0,1,27843,5568,15,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,70,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15287,2,2,-1,'Crusader Bow',28344,2,0,0,1,62584,12516,15,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5852,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15288,2,2,-1,'Blasthorn Bow',28322,2,0,0,1,162927,32585,15,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,125,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5838,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15289,2,2,-1,'Archstrike Bow',28309,2,0,0,1,172525,34505,15,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,115,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5859,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15290,15,5,-1,'Brown Kodo',29447,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,18990,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15291,2,2,-1,'Harpy Needler',28543,2,0,0,1,97959,19591,15,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5854,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15292,15,5,-1,'Green Kodo',29449,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,18991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15293,15,5,-1,'Teal Kodo',29449,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,18992,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15294,2,2,-1,'Siege Bow',28515,2,0,0,1,100679,20135,15,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,117,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5855,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15295,2,2,-1,'Quillfire Bow',28547,2,0,0,1,113561,22712,15,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5856,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15296,2,2,-1,'Hawkeye Bow',28545,2,0,0,1,155968,31193,15,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,5858,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15297,4,2,-1,'Grizzly Bracers',28013,1,0,0,1,227,45,9,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15298,4,6,-1,'Grizzly Buckler',28017,2,0,0,1,1525,305,14,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,6272,0,5,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15299,4,1,-1,'Grizzly Cape',23054,1,0,0,1,212,42,16,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15300,4,2,-1,'Grizzly Gloves',12415,1,0,0,1,432,86,10,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15301,4,2,-1,'Grizzly Slippers',28016,1,0,0,1,542,108,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15302,4,2,-1,'Grizzly Belt',28012,1,0,0,1,238,47,6,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15303,4,2,-1,'Grizzly Pants',28014,2,0,0,1,1496,299,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,560,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15304,4,2,-1,'Grizzly Jerkin',12369,2,0,0,1,2072,414,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,477,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15305,4,2,-1,'Feral Shoes',28039,2,0,0,1,2062,412,8,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,813,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15306,4,2,-1,'Feral Bindings',28045,2,0,0,1,1043,208,9,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1065,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15307,4,6,-1,'Feral Buckler',20826,2,0,0,1,4077,815,14,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2004,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15308,4,2,-1,'Feral Cord',17114,2,0,0,1,1208,241,6,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,897,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15309,4,1,-1,'Feral Cloak',28042,2,0,0,1,1100,220,16,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15310,4,2,-1,'Feral Gloves',28046,2,0,0,1,1399,279,10,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,729,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15311,4,2,-1,'Feral Harness',11382,2,0,0,1,4914,982,5,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,479,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15312,4,2,-1,'Feral Leggings',14522,2,0,0,1,3729,745,7,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,562,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15313,4,2,-1,'Feral Shoulder Pads',9527,1,0,0,1,2572,514,3,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15314,0,0,-1,'Bundle of Relics',1168,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15322,2,3,-1,'Smoothbore Gun',6591,2,0,0,1,38726,7745,26,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,72,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15323,2,3,-1,'Percussion Shotgun',28557,2,0,0,1,88956,17791,26,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,91,0,0,0,0,0,0,0,0,0,0,0,2300,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,5854,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15324,2,3,-1,'Burnside Rifle',28331,2,0,0,1,127828,25565,26,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,5856,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15325,2,3,-1,'Sharpshooter Harquebus',8258,2,0,0,1,158925,31785,26,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,104,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,5857,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15326,15,0,-1,'Broken Gleaming Throwing Axe',26358,1,0,0,200,800,1,0,-1,-1,40,35,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15327,15,0,-1,'Broken Wicked Throwing Dagger',26361,1,0,0,200,800,1,0,-1,-1,40,35,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15328,12,0,-1,'Joseph\'s Key',4287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15329,4,2,-1,'Wrangler\'s Belt',27998,2,0,0,1,3115,623,6,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,899,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15330,4,2,-1,'Wrangler\'s Boots',27999,2,0,0,1,5298,1059,8,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,816,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15331,4,2,-1,'Wrangler\'s Wristbands',28001,2,0,0,1,2776,555,9,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1067,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15332,4,6,-1,'Wrangler\'s Buckler',18493,2,0,0,1,11319,2263,14,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2014,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15333,4,1,-1,'Wrangler\'s Cloak',28006,2,0,0,1,2686,537,16,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15334,4,2,-1,'Wrangler\'s Gloves',28005,2,0,0,1,4142,828,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,732,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15335,2,7,-1,'Briarsteel Shortsword',28093,2,0,0,1,2904,580,13,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15336,4,2,-1,'Wrangler\'s Leggings',28003,2,0,0,1,8346,1669,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,564,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15337,4,2,-1,'Wrangler\'s Wraps',27683,2,0,0,1,10137,2027,5,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,481,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15338,4,2,-1,'Wrangler\'s Mantle',28002,2,0,0,1,6937,1387,3,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1153,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15339,4,2,-1,'Pathfinder Hat',27680,2,0,0,1,12334,2466,1,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,651,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15340,4,1,-1,'Pathfinder Cloak',27679,2,0,0,1,5082,1016,16,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15341,4,2,-1,'Pathfinder Footpads',27678,2,0,0,1,8486,1697,8,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,817,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15342,4,6,-1,'Pathfinder Guard',28583,2,0,0,1,14537,2907,14,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2020,0,11,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15343,4,2,-1,'Pathfinder Gloves',27677,2,0,0,1,5698,1139,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,733,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15344,4,2,-1,'Pathfinder Pants',27681,2,0,0,1,12583,2516,7,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,566,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15345,4,2,-1,'Pathfinder Shoulder Pads',27682,2,0,0,1,9471,1894,3,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1154,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15346,4,2,-1,'Pathfinder Vest',27683,2,0,0,1,13942,2788,5,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,482,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15347,4,2,-1,'Pathfinder Belt',27674,2,0,0,1,4778,955,6,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,901,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15348,4,2,-1,'Pathfinder Bracers',27675,2,0,0,1,3963,792,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1068,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15349,4,2,-1,'Headhunter\'s Belt',11953,2,0,0,1,7750,1550,6,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,902,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15350,4,2,-1,'Headhunter\'s Slippers',27702,2,0,0,1,11925,2385,8,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,819,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15351,4,2,-1,'Headhunter\'s Bands',27699,2,0,0,1,5450,1090,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1069,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15352,4,6,-1,'Headhunter\'s Buckler',28269,2,0,0,1,20507,4101,14,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2032,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15353,4,2,-1,'Headhunter\'s Headdress',29134,2,0,0,1,17338,3467,1,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,652,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15354,4,1,-1,'Headhunter\'s Cloak',27700,2,0,0,1,8004,1600,16,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15355,4,2,-1,'Headhunter\'s Mitts',27701,2,0,0,1,8101,1620,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,735,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15356,4,2,-1,'Headhunter\'s Armor',18284,2,0,0,1,19678,3935,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,483,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15357,4,2,-1,'Headhunter\'s Spaulders',27703,2,0,0,1,13467,2693,3,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1155,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15358,4,2,-1,'Headhunter\'s Woolies',27704,2,0,0,1,18021,3604,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,567,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15359,4,2,-1,'Trickster\'s Vest',27956,2,0,0,1,29777,5955,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,485,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15360,4,2,-1,'Trickster\'s Bindings',27954,2,0,0,1,11862,2372,9,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1072,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15361,4,2,-1,'Trickster\'s Sash',27958,2,0,0,1,11024,2204,6,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,904,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15362,4,2,-1,'Trickster\'s Boots',27957,2,0,0,1,19357,3871,8,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,820,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15363,4,2,-1,'Trickster\'s Headdress',27959,2,0,0,1,24474,4894,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,653,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15364,4,1,-1,'Trickster\'s Cloak',27960,2,0,0,1,12158,2431,16,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15365,4,2,-1,'Trickster\'s Handwraps',27955,2,0,0,1,12079,2415,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,736,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15366,4,2,-1,'Trickster\'s Leggings',17155,2,0,0,1,26251,5250,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,569,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15367,4,6,-1,'Trickster\'s Protector',28026,2,0,0,1,31233,6246,14,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2038,0,16,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15368,4,2,-1,'Trickster\'s Pauldrons',12830,2,0,0,1,18371,3674,3,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1156,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15369,4,2,-1,'Wolf Rider\'s Belt',17231,2,0,0,1,15486,3097,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,905,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15370,4,2,-1,'Wolf Rider\'s Boots',27969,2,0,0,1,27199,5439,8,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,822,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15371,4,1,-1,'Wolf Rider\'s Cloak',27974,2,0,0,1,17339,3467,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15372,4,2,-1,'Wolf Rider\'s Gloves',27970,2,0,0,1,16918,3383,10,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,738,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15373,4,2,-1,'Wolf Rider\'s Headgear',27973,2,0,0,1,34653,6930,1,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,655,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15374,4,2,-1,'Wolf Rider\'s Leggings',17153,2,0,0,1,36817,7363,7,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,570,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15375,4,2,-1,'Wolf Rider\'s Shoulder Pads',19008,2,0,0,1,25663,5132,3,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1158,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15376,4,2,-1,'Wolf Rider\'s Padded Armor',27971,2,0,0,1,43267,8653,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,487,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15377,4,2,-1,'Wolf Rider\'s Wristbands',27972,2,0,0,1,15959,3191,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1073,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15378,4,2,-1,'Rageclaw Belt',14702,2,0,0,1,21793,4358,6,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,907,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15379,4,2,-1,'Rageclaw Boots',15412,2,0,0,1,38271,7654,8,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,823,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15380,4,2,-1,'Rageclaw Bracers',15413,2,0,0,1,21955,4391,9,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1075,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15381,4,2,-1,'Rageclaw Chestguard',17094,2,0,0,1,62968,12593,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,488,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15382,4,1,-1,'Rageclaw Cloak',23018,2,0,0,1,25216,5043,16,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15383,4,2,-1,'Rageclaw Gloves',15415,2,0,0,1,26565,5313,10,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,739,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15384,4,2,-1,'Rageclaw Helm',23544,2,0,0,1,45779,9155,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,656,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15385,4,2,-1,'Rageclaw Leggings',27555,2,0,0,1,57248,11449,7,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,572,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15386,4,2,-1,'Rageclaw Shoulder Pads',27553,2,0,0,1,36438,7287,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1159,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15387,4,2,-1,'Jadefire Bracelets',27655,2,0,0,1,27920,5584,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1076,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15388,4,2,-1,'Jadefire Belt',27654,2,0,0,1,31786,6357,6,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,909,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15389,4,2,-1,'Jadefire Sabatons',13343,2,0,0,1,50734,10146,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,825,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15390,4,2,-1,'Jadefire Chestguard',27656,2,0,0,1,80877,16175,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,490,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15391,4,2,-1,'Jadefire Cap',27660,2,0,0,1,60890,12178,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,658,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15392,4,1,-1,'Jadefire Cloak',27658,2,0,0,1,31911,6382,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15393,4,2,-1,'Jadefire Gloves',27657,2,0,0,1,32395,6479,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,741,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15394,4,2,-1,'Jadefire Pants',32816,2,0,0,1,73075,14615,7,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,573,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15395,4,2,-1,'Jadefire Epaulets',17190,2,0,0,1,51899,10379,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1161,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15396,2,15,-1,'Curvewood Dagger',26602,2,0,0,1,2914,582,13,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15397,2,10,-1,'Oakthrush Staff',10654,2,0,0,1,3656,731,17,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,7,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15398,4,1,-1,'Sandcomber Boots',28246,1,0,0,1,542,108,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15399,4,2,-1,'Dryweed Belt',28149,2,0,0,1,756,151,6,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15400,4,3,-1,'Clamshell Bracers',28130,1,0,0,1,546,109,9,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15401,4,1,-1,'Welldrip Gloves',28183,1,0,0,1,365,73,10,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15402,4,3,-1,'Noosegrip Gauntlets',28223,1,0,0,1,550,110,10,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15403,4,2,-1,'Ridgeback Bracers',28243,2,0,0,1,1400,280,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,6,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15404,4,3,-1,'Breakwater Girdle',8295,2,0,0,1,1686,337,6,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15405,4,2,-1,'Shucking Gloves',9529,2,0,0,1,1226,245,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,7,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15406,4,3,-1,'Crustacean Boots',28138,2,0,0,1,2012,402,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15407,7,6,-1,'Cured Rugged Hide',6660,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15408,7,6,-1,'Heavy Scorpid Scale',568,1,0,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15409,7,6,-1,'Refined Deeprock Salt',7127,1,0,0,1,4000,1000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15410,7,6,-1,'Scale of Onyxia',20914,3,0,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15411,4,0,-1,'Mark of Fordring',23716,3,0,0,1,41135,10283,2,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (15412,7,6,-1,'Green Dragonscale',21363,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15413,4,4,-1,'Ornate Adamantium Breastplate',26373,3,0,0,1,177351,35470,5,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,807,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',48,0,0,0,0,12340), (15414,7,6,-1,'Red Dragonscale',26374,1,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15415,7,6,-1,'Blue Dragonscale',26375,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15416,7,6,-1,'Black Dragonscale',20914,1,0,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15417,7,6,-1,'Devilsaur Leather',21366,1,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15418,2,5,-1,'Shimmering Platinum Warhammer',27412,3,0,0,1,331210,66242,17,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,192,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,19874,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (15419,7,6,-1,'Warbear Leather',7170,1,0,0,1,2400,600,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15420,15,0,-1,'Ironfeather',19572,0,0,0,1,400,100,0,-1,-1,50,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15421,4,1,-1,'Shroud of the Exile',26681,3,0,0,1,80353,16070,16,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,5,15,6,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (15422,15,0,-1,'Frostsaber Leather',26378,0,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15423,15,0,-1,'Chimera Leather',7374,0,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15424,2,1,-1,'Axe of Orgrimmar',3243,2,0,0,1,7024,1404,17,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,7,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15425,4,2,-1,'Peerless Bracers',28033,2,0,0,1,41365,8273,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1078,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15426,4,2,-1,'Peerless Boots',28031,2,0,0,1,67098,13419,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,827,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15427,4,1,-1,'Peerless Cloak',23048,2,0,0,1,42683,8536,16,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15428,4,2,-1,'Peerless Belt',28030,2,0,0,1,40120,8024,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,910,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15429,4,2,-1,'Peerless Gloves',28034,2,0,0,1,45249,9049,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,743,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15430,4,2,-1,'Peerless Headband',28035,2,0,0,1,77177,15435,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,659,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15431,4,2,-1,'Peerless Leggings',28029,2,0,0,1,98368,19673,7,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,575,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15432,4,2,-1,'Peerless Shoulders',28037,2,0,0,1,70524,14104,3,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1163,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15433,4,2,-1,'Peerless Armor',28028,2,0,0,1,105497,21099,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,492,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15434,4,2,-1,'Supreme Sash',27616,2,0,0,1,52943,10588,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,912,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15435,4,2,-1,'Supreme Shoes',27617,2,0,0,1,81903,16380,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,828,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15436,4,2,-1,'Supreme Bracers',27608,2,0,0,1,52596,10519,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1079,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15437,4,1,-1,'Supreme Cape',26271,2,0,0,1,64225,12845,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15438,4,2,-1,'Supreme Gloves',29013,2,0,0,1,55196,11039,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,744,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15439,4,2,-1,'Supreme Crown',28850,2,0,0,1,84208,16841,1,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,661,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15440,4,2,-1,'Supreme Leggings',27615,2,0,0,1,111191,22238,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,576,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15441,4,2,-1,'Supreme Shoulders',27618,2,0,0,1,83685,16737,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1164,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15442,4,2,-1,'Supreme Breastplate',27610,2,0,0,1,114983,22996,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,493,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15443,2,15,-1,'Kris of Orgrimmar',28199,2,0,0,1,5599,1119,13,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15444,2,10,-1,'Staff of Orgrimmar',28228,2,0,0,1,7023,1404,17,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,6,2,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,47,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15445,2,4,-1,'Hammer of Orgrimmar',28191,2,0,0,1,5638,1127,13,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15447,12,0,-1,'Living Rot',26382,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,600,0,0,'',0,0,0,0,0,12340), (15448,12,0,-1,'Coagulated Rot',25469,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15449,4,1,-1,'Ghastly Trousers',16850,2,0,0,1,2128,425,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,2,5,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15450,4,2,-1,'Dredgemire Leggings',28147,2,0,0,1,2670,534,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,7,2,6,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15451,4,3,-1,'Gargoyle Leggings',2922,2,0,0,1,3216,643,7,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,4,2,7,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15452,4,1,-1,'Featherbead Bracers',28168,2,0,0,1,1076,215,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15453,4,2,-1,'Savannah Bracers',28247,2,0,0,1,1350,270,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15454,12,0,-1,'Mortar and Pestle',26383,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19029,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15455,4,1,-1,'Dustfall Robes',28323,2,0,0,1,17705,3541,20,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15456,4,2,-1,'Lightstep Leggings',17155,2,0,0,1,22211,4442,7,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15457,4,1,-1,'Desert Shoulders',26012,2,0,0,1,5672,1134,3,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,2,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15458,4,2,-1,'Tundra Boots',28192,2,0,0,1,7116,1423,8,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,3,7,2,5,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15459,4,3,-1,'Grimtoll Wristguards',28275,2,0,0,1,5713,1142,9,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,3,4,5,7,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15461,4,1,-1,'Lightheel Boots',26086,2,0,0,1,4208,841,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,5,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15462,4,2,-1,'Loamflake Bracers',28286,2,0,0,1,3269,653,9,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15463,4,3,-1,'Palestrider Gloves',28288,2,0,0,1,3938,787,10,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15464,2,5,-1,'Brute Hammer',28096,2,0,0,1,22523,4504,17,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,3,7,8,4,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,76,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15465,2,19,-1,'Stingshot Wand',28216,2,0,0,1,13565,2713,26,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,52,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15466,4,6,-1,'Clink Shield',28269,2,0,0,1,11620,2324,14,-1,-1,28,0,0,0,0,0,0,0,0,0,1,0,3,7,4,3,2,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15467,4,0,-1,'Inventor\'s League Ring',23728,2,0,0,1,34520,8630,11,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15468,4,1,-1,'Windsong Drape',28303,2,0,0,1,6036,1207,16,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,6,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15469,4,2,-1,'Windsong Cinch',28302,2,0,0,1,5049,1009,6,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15470,4,3,-1,'Plainsguard Leggings',28290,2,0,0,1,12163,2432,7,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,2,7,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15471,4,2,-1,'Brawnhide Armor',28266,2,0,0,1,10172,2034,5,-1,-1,29,0,0,0,0,0,0,0,0,0,1,0,3,7,9,6,3,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15472,4,3,-1,'Charger\'s Belt',26937,1,0,0,1,167,33,6,-1,-1,9,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15473,4,3,-1,'Charger\'s Boots',26939,1,0,0,1,329,65,8,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15474,4,3,-1,'Charger\'s Bindings',26938,1,0,0,1,120,24,9,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15475,4,1,-1,'Charger\'s Cloak',26980,1,0,0,1,120,24,16,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15476,4,3,-1,'Charger\'s Handwraps',28998,1,0,0,1,220,44,10,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15477,4,3,-1,'Charger\'s Pants',26941,2,0,0,1,960,192,7,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,580,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15478,4,6,-1,'Charger\'s Shield',3931,1,0,0,1,260,52,14,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,2,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15479,4,3,-1,'Charger\'s Armor',26936,2,0,0,1,898,179,5,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,496,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15480,4,3,-1,'War Torn Girdle',26953,1,0,0,1,422,84,6,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15481,4,3,-1,'War Torn Greaves',26956,1,0,0,1,639,127,8,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15482,4,3,-1,'War Torn Bands',26952,1,0,0,1,272,54,9,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15483,4,1,-1,'War Torn Cape',26958,1,0,0,1,210,42,16,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15484,4,3,-1,'War Torn Handgrips',26954,1,0,0,1,343,68,10,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15485,4,3,-1,'War Torn Pants',26955,2,0,0,1,1723,344,7,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,581,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15486,4,6,-1,'War Torn Shield',26959,2,0,0,1,1229,245,14,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,6278,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15487,4,3,-1,'War Torn Tunic',26957,2,0,0,1,2395,479,5,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,498,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15488,4,3,-1,'Bloodspattered Surcoat',27004,2,0,0,1,4836,967,5,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,499,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15489,4,3,-1,'Bloodspattered Sabatons',27001,2,0,0,1,1818,363,8,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,834,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15490,4,1,-1,'Bloodspattered Cloak',27006,1,0,0,1,526,105,16,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15491,4,3,-1,'Bloodspattered Gloves',27000,2,0,0,1,1057,211,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,749,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15492,4,3,-1,'Bloodspattered Sash',27029,2,0,0,1,1061,212,6,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,917,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15493,4,3,-1,'Bloodspattered Loincloth',26998,2,0,0,1,3239,647,7,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,582,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15494,4,6,-1,'Bloodspattered Shield',23750,2,0,0,1,3468,693,14,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,1998,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15495,4,3,-1,'Bloodspattered Wristbands',27005,2,0,0,1,1100,220,9,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1085,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (15496,4,3,-1,'Bloodspattered Shoulder Pads',27003,1,0,0,1,2310,462,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15497,4,3,-1,'Outrunner\'s Cord',27127,2,0,0,1,1939,387,6,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,919,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15498,4,3,-1,'Outrunner\'s Slippers',27541,2,0,0,1,3371,674,8,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,835,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15499,4,3,-1,'Outrunner\'s Cuffs',26993,2,0,0,1,1536,307,9,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1086,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15500,4,3,-1,'Outrunner\'s Chestguard',26990,2,0,0,1,6890,1378,5,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,500,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15501,4,1,-1,'Outrunner\'s Cloak',26991,2,0,0,1,1346,269,16,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15502,4,3,-1,'Outrunner\'s Gloves',26994,2,0,0,1,2055,411,10,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,751,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15503,4,3,-1,'Outrunner\'s Legguards',26995,2,0,0,1,5458,1091,7,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,584,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15504,4,6,-1,'Outrunner\'s Shield',26855,2,0,0,1,5844,1168,14,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2010,0,8,0,70,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15505,4,3,-1,'Outrunner\'s Pauldrons',26997,1,0,0,1,2808,561,3,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15506,4,3,-1,'Grunt\'s AnkleWraps',26970,2,0,0,1,3616,723,8,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,835,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15507,4,3,-1,'Grunt\'s Bracers',26971,2,0,0,1,1821,364,9,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1087,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15508,4,1,-1,'Grunt\'s Cape',26977,2,0,0,1,1828,365,16,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15509,4,3,-1,'Grunt\'s Handwraps',26973,2,0,0,1,2427,485,10,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,751,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15510,4,3,-1,'Grunt\'s Belt',26969,2,0,0,1,2118,423,6,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,919,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (15511,4,3,-1,'Grunt\'s Legguards',26974,2,0,0,1,7372,1474,7,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,584,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15512,4,6,-1,'Grunt\'s Shield',26978,2,0,0,1,7891,1578,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2010,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15513,4,3,-1,'Grunt\'s Pauldrons',26975,2,0,0,1,6320,1264,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1173,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15514,4,3,-1,'Grunt\'s Chestpiece',26972,2,0,0,1,9514,1902,5,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,501,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15515,4,3,-1,'Spiked Chain Belt',26960,2,0,0,1,4225,845,6,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,921,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15516,4,3,-1,'Spiked Chain Slippers',26964,2,0,0,1,7940,1588,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,837,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15517,4,3,-1,'Spiked Chain Wristbands',24793,2,0,0,1,4254,850,9,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1089,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15518,4,3,-1,'Spiked Chain Breastplate',26961,2,0,0,1,14128,2825,5,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,502,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15519,4,1,-1,'Spiked Chain Cloak',26962,2,0,0,1,3036,607,16,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15520,4,3,-1,'Spiked Chain Gauntlets',26963,2,0,0,1,4398,879,10,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,753,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15521,4,3,-1,'Spiked Chain Leggings',26968,2,0,0,1,9713,1942,7,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,585,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15522,4,6,-1,'Spiked Chain Shield',18775,2,0,0,1,12584,2516,14,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2022,0,11,0,85,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15523,4,3,-1,'Spiked Chain Shoulder Pads',26965,2,0,0,1,7373,1474,3,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1173,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15524,4,3,-1,'Sentry\'s Surcoat',27081,2,0,0,1,14384,2876,5,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,503,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15525,4,3,-1,'Sentry\'s Slippers',27540,2,0,0,1,8172,1634,8,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,838,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15526,4,1,-1,'Sentry\'s Cape',27082,2,0,0,1,3523,704,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (15527,4,3,-1,'Sentry\'s Gloves',27075,2,0,0,1,5102,1020,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,753,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15528,4,3,-1,'Sentry\'s Sash',27079,2,0,0,1,4655,931,6,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,921,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15529,4,3,-1,'Sentry\'s Leggings',27076,2,0,0,1,12437,2487,7,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,586,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15530,4,6,-1,'Sentry\'s Shield',27084,2,0,0,1,16111,3222,14,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2028,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15531,4,3,-1,'Sentry\'s Shoulderguards',27080,2,0,0,1,10380,2076,3,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1174,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15532,4,3,-1,'Sentry\'s Armsplints',27074,2,0,0,1,4722,944,9,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1089,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15533,4,3,-1,'Sentry\'s Headdress',27083,2,0,0,1,11450,2290,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,671,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15534,4,3,-1,'Wicked Chain Boots',27037,2,0,0,1,11542,2308,8,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,839,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15535,4,3,-1,'Wicked Chain Bracers',27038,2,0,0,1,6353,1270,9,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1090,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15536,4,3,-1,'Wicked Chain Chestpiece',27039,2,0,0,1,20538,4107,5,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,504,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15537,4,1,-1,'Wicked Chain Cloak',27040,2,0,0,1,5817,1163,16,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15538,4,3,-1,'Wicked Chain Gauntlets',27041,2,0,0,1,7063,1412,10,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,754,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15539,4,3,-1,'Wicked Chain Waistband',27045,2,0,0,1,6413,1282,6,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,922,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15540,4,3,-1,'Wicked Chain Helmet',27042,2,0,0,1,14139,2827,1,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,672,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15541,4,3,-1,'Wicked Chain Legguards',27043,2,0,0,1,17205,3441,7,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,587,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15542,4,3,-1,'Wicked Chain Shoulder Pads',27044,2,0,0,1,11827,2365,3,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1175,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15543,4,6,-1,'Wicked Chain Shield',26060,2,0,0,1,20899,4179,14,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2034,0,13,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15544,4,3,-1,'Thick Scale Sabatons',27022,2,0,0,1,12243,2448,8,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,839,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15545,4,3,-1,'Thick Scale Bracelets',27017,2,0,0,1,6741,1348,9,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1090,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15546,4,3,-1,'Thick Scale Breastplate',27018,2,0,0,1,23970,4794,5,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,504,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15547,4,1,-1,'Thick Scale Cloak',26951,2,0,0,1,6172,1234,16,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (15548,4,3,-1,'Thick Scale Gauntlets',27019,2,0,0,1,8246,1649,10,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,755,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15549,4,3,-1,'Thick Scale Belt',27016,2,0,0,1,7524,1504,6,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,923,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15550,4,3,-1,'Thick Scale Crown',30091,2,0,0,1,16582,3316,1,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,672,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15551,4,3,-1,'Thick Scale Legguards',27020,2,0,0,1,22190,4438,7,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,588,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15552,4,6,-1,'Thick Scale Shield',27024,2,0,0,1,26131,5226,14,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2034,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15553,4,3,-1,'Thick Scale Shoulder Pads',27023,2,0,0,1,15307,3061,3,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1176,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15554,4,3,-1,'Pillager\'s Girdle',27068,2,0,0,1,9268,1853,6,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,923,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15555,4,3,-1,'Pillager\'s Boots',27065,2,0,0,1,14014,2802,8,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,839,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15556,4,3,-1,'Pillager\'s Bracers',27066,2,0,0,1,8486,1697,9,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1091,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15557,4,3,-1,'Pillager\'s Chestguard',27067,2,0,0,1,27430,5486,5,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,505,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15558,4,3,-1,'Pillager\'s Crown',27073,2,0,0,1,20644,4128,1,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,673,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15559,4,1,-1,'Pillager\'s Cloak',27072,2,0,0,1,7250,1450,16,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15560,4,3,-1,'Pillager\'s Gloves',27069,2,0,0,1,9687,1937,10,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,756,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15561,4,3,-1,'Pillager\'s Leggings',27070,2,0,0,1,23528,4705,7,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,588,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15562,4,3,-1,'Pillager\'s Pauldrons',27071,2,0,0,1,17791,3558,3,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1176,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15563,4,6,-1,'Pillager\'s Shield',20973,2,0,0,1,27814,5562,14,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2040,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15564,0,6,-1,'Rugged Armor Kit',26388,1,64,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19057,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15565,4,3,-1,'Marauder\'s Boots',27059,2,0,0,1,21371,4274,8,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,841,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15566,4,3,-1,'Marauder\'s Bracers',27058,2,0,0,1,10894,2178,9,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1092,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15567,4,3,-1,'Marauder\'s Tunic',27063,2,0,0,1,33334,6666,5,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,506,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15568,4,1,-1,'Marauder\'s Cloak',27062,2,0,0,1,9070,1814,16,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15569,4,6,-1,'Marauder\'s Crest',27064,2,0,0,1,35814,7162,14,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2046,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15570,4,3,-1,'Marauder\'s Gauntlets',27060,2,0,0,1,12159,2431,10,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,756,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15571,4,3,-1,'Marauder\'s Belt',27057,2,0,0,1,11094,2218,6,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,924,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15572,4,3,-1,'Marauder\'s Circlet',30092,2,0,0,1,23571,4714,1,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,673,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15573,4,3,-1,'Marauder\'s Leggings',27061,2,0,0,1,29202,5840,7,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,589,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15574,4,3,-1,'Marauder\'s Shoulder Pads',25872,2,0,0,1,25752,5150,3,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1178,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15575,4,3,-1,'Sparkleshell Belt',27110,2,0,0,1,11500,2300,6,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,924,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15576,4,3,-1,'Sparkleshell Sabatons',27115,2,0,0,1,22314,4462,8,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,841,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15577,4,3,-1,'Sparkleshell Bracers',27111,2,0,0,1,11587,2317,9,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1092,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15578,4,3,-1,'Sparkleshell Breastplate',27112,2,0,0,1,34814,6962,5,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,506,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15579,4,1,-1,'Sparkleshell Cloak',25910,2,0,0,1,10614,2122,16,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15580,4,3,-1,'Sparkleshell Headwrap',15517,2,0,0,1,24358,4871,1,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,674,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15581,4,3,-1,'Sparkleshell Gauntlets',27113,2,0,0,1,13974,2794,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,757,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15582,4,3,-1,'Sparkleshell Legguards',27114,2,0,0,1,32722,6544,7,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,590,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15583,4,3,-1,'Sparkleshell Shoulder Pads',27116,2,0,0,1,26722,5344,3,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1178,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15584,4,6,-1,'Sparkleshell Shield',25911,2,0,0,1,37974,7594,14,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2044,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15585,4,1,-1,'Pardoc Grips',28289,2,0,0,1,7235,1447,10,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,6,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15587,4,2,-1,'Ringtail Girdle',28292,2,0,0,1,9111,1822,6,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15588,4,3,-1,'Bracesteel Belt',28265,2,0,0,1,10972,2194,6,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,3,7,7,3,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15589,4,3,-1,'Steadfast Stompers',27891,2,0,0,1,27314,5462,8,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,842,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15590,4,3,-1,'Steadfast Bracelets',27895,2,0,0,1,13374,2674,9,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1093,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15591,4,3,-1,'Steadfast Breastplate',27889,2,0,0,1,43700,8740,5,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,507,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15592,4,6,-1,'Steadfast Buckler',27896,2,0,0,1,42328,8465,14,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2050,0,19,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15593,4,3,-1,'Steadfast Coronet',27898,2,0,0,1,27664,5532,1,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,674,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15594,4,1,-1,'Steadfast Cloak',27108,2,0,0,1,12600,2520,16,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15595,4,3,-1,'Steadfast Gloves',27892,2,0,0,1,14752,2950,10,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,757,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15596,4,3,-1,'Steadfast Legplates',27890,2,0,0,1,34546,6909,7,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,590,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15597,4,3,-1,'Steadfast Shoulders',27893,2,0,0,1,28214,5642,3,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1178,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15598,4,3,-1,'Steadfast Girdle',27894,2,0,0,1,13817,2763,6,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,925,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15599,4,3,-1,'Ancient Greaves',27120,2,0,0,1,33157,6631,8,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,843,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15600,4,3,-1,'Ancient Vambraces',27122,2,0,0,1,18938,3787,9,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1094,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15601,4,3,-1,'Ancient Chestpiece',27118,2,0,0,1,51726,10345,5,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,508,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15602,4,3,-1,'Ancient Crown',27124,2,0,0,1,36056,7211,1,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,675,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15603,4,1,-1,'Ancient Cloak',27082,2,0,0,1,17732,3546,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15604,4,6,-1,'Ancient Defender',27126,2,0,0,1,55790,11158,14,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2056,0,21,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15605,4,3,-1,'Ancient Gauntlets',27119,2,0,0,1,19293,3858,10,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,758,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15606,4,3,-1,'Ancient Belt',27117,2,0,0,1,17929,3585,6,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,926,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15607,4,3,-1,'Ancient Legguards',27121,2,0,0,1,46530,9306,7,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,591,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15608,4,3,-1,'Ancient Pauldrons',27123,2,0,0,1,35178,7035,3,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1179,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15609,4,3,-1,'Bonelink Armor',27322,2,0,0,1,59034,11806,5,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,508,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15610,4,3,-1,'Bonelink Bracers',27324,2,0,0,1,21770,4354,9,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1095,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15611,4,1,-1,'Bonelink Cape',27325,2,0,0,1,21848,4369,16,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15612,4,3,-1,'Bonelink Gauntlets',27326,2,0,0,1,21426,4285,10,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,759,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15613,4,3,-1,'Bonelink Belt',27323,2,0,0,1,18441,3688,6,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,926,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15614,4,3,-1,'Bonelink Sabatons',27328,2,0,0,1,35132,7026,8,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,843,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15615,4,3,-1,'Bonelink Helmet',26098,2,0,0,1,37920,7584,1,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,676,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15616,4,3,-1,'Bonelink Legplates',27327,2,0,0,1,50755,10151,7,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,592,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15617,4,3,-1,'Bonelink Epaulets',26091,2,0,0,1,35538,7107,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1179,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15618,4,6,-1,'Bonelink Wall Shield',26099,2,0,0,1,58911,11782,14,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2056,0,22,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15619,4,3,-1,'Gryphon Mail Belt',27127,2,0,0,1,29937,5987,6,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,928,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15620,4,3,-1,'Gryphon Mail Bracelets',27128,2,0,0,1,27824,5564,9,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1096,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15621,4,6,-1,'Gryphon Mail Buckler',27135,2,0,0,1,78830,15766,14,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1578,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2062,0,25,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15622,4,3,-1,'Gryphon Mail Breastplate',27129,2,0,0,1,74174,14834,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,509,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15623,4,3,-1,'Gryphon Mail Crown',28977,2,0,0,1,53579,10715,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,677,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15624,4,1,-1,'Gryphon Cloak',28565,2,0,0,1,24856,4971,16,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15625,4,3,-1,'Gryphon Mail Gauntlets',31382,2,0,0,1,29094,5818,10,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,760,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15626,4,3,-1,'Gryphon Mail Greaves',27132,2,0,0,1,43993,8798,8,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,844,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15627,4,3,-1,'Gryphon Mail Legguards',27133,2,0,0,1,72469,14493,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,593,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15628,4,3,-1,'Gryphon Mail Pauldrons',27134,2,0,0,1,47854,9570,3,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1180,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15629,4,3,-1,'Formidable Bracers',27208,2,0,0,1,31872,6374,9,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1096,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15630,4,3,-1,'Formidable Sabatons',27215,2,0,0,1,51564,10312,8,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,845,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15631,4,3,-1,'Formidable Chestpiece',27212,2,0,0,1,83363,16672,5,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,510,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15632,4,1,-1,'Formidable Cape',27220,2,0,0,1,24989,4997,16,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15633,4,6,-1,'Formidable Crest',27222,2,0,0,1,81050,16210,14,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1606,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2068,0,26,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15634,4,3,-1,'Formidable Circlet',26330,2,0,0,1,57209,11441,1,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,678,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15635,4,3,-1,'Formidable Gauntlets',27825,2,0,0,1,29484,5896,10,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,760,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15636,4,3,-1,'Formidable Belt',27206,2,0,0,1,31669,6333,6,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,929,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15637,4,3,-1,'Formidable Legguards',27214,2,0,0,1,72786,14557,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,593,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15638,4,3,-1,'Formidable Shoulder Pads',27218,2,0,0,1,48075,9615,3,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1181,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15639,4,3,-1,'Ironhide Bracers',27170,2,0,0,1,35200,7040,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1097,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15640,4,3,-1,'Ironhide Breastplate',27171,2,0,0,1,101168,20233,5,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,511,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15641,4,3,-1,'Ironhide Belt',27169,2,0,0,1,37938,7587,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,929,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15642,4,3,-1,'Ironhide Greaves',27173,2,0,0,1,60811,12162,8,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,846,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15643,4,1,-1,'Ironhide Cloak',27176,2,0,0,1,33379,6675,16,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (15644,4,3,-1,'Ironhide Gauntlets',29006,2,0,0,1,40652,8130,10,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,762,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15645,4,3,-1,'Ironhide Helmet',27178,2,0,0,1,72888,14577,1,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,679,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15646,4,3,-1,'Ironhide Legguards',27174,2,0,0,1,97535,19507,7,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,595,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15647,4,3,-1,'Ironhide Pauldrons',27177,2,0,0,1,65628,13125,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1182,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15648,4,6,-1,'Ironhide Shield',27179,2,0,0,1,111061,22212,14,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1720,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2074,0,30,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15649,4,3,-1,'Merciless Bracers',27286,2,0,0,1,39041,7808,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1097,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15650,4,3,-1,'Merciless Surcoat',27290,2,0,0,1,111154,22230,5,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,511,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15651,4,3,-1,'Merciless Crown',27293,2,0,0,1,78925,15785,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,679,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15652,4,1,-1,'Merciless Cloak',27292,2,0,0,1,35699,7139,16,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15653,4,3,-1,'Merciless Gauntlets',27287,2,0,0,1,40267,8053,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,762,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15654,4,3,-1,'Merciless Belt',27285,2,0,0,1,42848,8569,6,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,930,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15655,4,3,-1,'Merciless Legguards',27289,2,0,0,1,99311,19862,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,595,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15656,4,3,-1,'Merciless Epaulets',27291,2,0,0,1,66834,13366,3,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1182,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15657,4,6,-1,'Merciless Shield',27294,2,0,0,1,113128,22625,14,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1748,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2074,0,31,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15658,4,3,-1,'Impenetrable Sabatons',27301,2,0,0,1,89255,17851,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,848,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15659,4,3,-1,'Impenetrable Bindings',27296,2,0,0,1,47541,9508,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1099,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15660,4,3,-1,'Impenetrable Breastplate',27297,2,0,0,1,127063,25412,5,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,513,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15661,4,1,-1,'Impenetrable Cloak',27304,2,0,0,1,45180,9036,16,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15662,4,3,-1,'Impenetrable Gauntlets',27299,2,0,0,1,54007,10801,10,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,763,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15663,4,3,-1,'Impenetrable Belt',27295,2,0,0,1,51131,10226,6,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,931,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15664,4,3,-1,'Impenetrable Helmet',27306,2,0,0,1,95355,19071,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,680,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15665,4,3,-1,'Impenetrable Legguards',27300,2,0,0,1,127600,25520,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,596,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15666,4,3,-1,'Impenetrable Pauldrons',27302,2,0,0,1,91878,18375,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1184,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15667,4,6,-1,'Impenetrable Wall',27305,2,0,0,1,138991,27798,14,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1861,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2086,0,35,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15668,4,3,-1,'Magnificent Bracers',27314,2,0,0,1,58489,11697,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1100,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15669,4,3,-1,'Magnificent Breastplate',27315,2,0,0,1,133046,26609,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,513,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15670,4,3,-1,'Magnificent Helmet',41846,2,0,0,1,98768,19753,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,681,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15671,4,1,-1,'Magnificent Cloak',26141,2,0,0,1,48913,9782,16,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15672,4,3,-1,'Magnificent Gauntlets',27317,2,0,0,1,60822,12164,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,764,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15673,4,3,-1,'Magnificent Belt',27313,2,0,0,1,55376,11075,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,932,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15674,4,3,-1,'Magnificent Greaves',27318,2,0,0,1,92322,18464,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,848,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15675,4,6,-1,'Magnificent Guard',26152,2,0,0,1,134880,26976,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2086,0,36,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15676,4,3,-1,'Magnificent Leggings',27319,2,0,0,1,125197,25039,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,597,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15677,4,3,-1,'Magnificent Shoulders',27320,2,0,0,1,94667,18933,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1185,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15678,4,3,-1,'Triumphant Sabatons',27312,2,0,0,1,97627,19525,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,849,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15679,4,3,-1,'Triumphant Bracers',27307,2,0,0,1,63292,12658,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1101,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15680,4,3,-1,'Triumphant Chestpiece',27308,2,0,0,1,134055,26811,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,514,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15681,4,1,-1,'Triumphant Cloak',26259,2,0,0,1,57034,11406,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,1016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15682,4,3,-1,'Triumphant Gauntlets',27309,2,0,0,1,65749,13149,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,765,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15683,4,3,-1,'Triumphant Girdle',27310,2,0,0,1,63334,12666,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,932,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15684,4,3,-1,'Triumphant Skullcap',27151,2,0,0,1,100676,20135,1,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,682,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15685,4,3,-1,'Triumphant Legplates',27311,2,0,0,1,132937,26587,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,597,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15686,4,3,-1,'Triumphant Shoulder Pads',16079,2,0,0,1,100497,20099,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1185,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (15687,4,6,-1,'Triumphant Shield',26120,2,0,0,1,136195,27239,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2092,0,38,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15689,4,0,-1,'Trader\'s Ring',26391,2,0,0,1,16160,4040,11,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (15690,4,0,-1,'Kodobone Necklace',9860,2,0,0,1,19650,4912,2,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (15691,2,3,-1,'Sidegunner Shottie',26411,2,0,0,1,34546,6909,26,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,80,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15692,2,19,-1,'Kodo Brander',26412,2,0,0,1,34677,6935,26,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,6,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15693,4,2,-1,'Grand Shoulders',28020,2,0,0,1,72666,14533,3,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,1163,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15694,4,3,-1,'Merciless Greaves',27288,2,0,0,1,66322,13264,8,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,846,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15695,4,6,-1,'Studded Ring Shield',26413,2,0,0,1,29924,5984,14,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,4,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,15,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15696,12,0,-1,'Ruined Tome',3426,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'An old, worthless tome.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15697,4,1,-1,'Kodo Rustler Boots',26415,2,0,0,1,14130,2826,8,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,3,5,8,6,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15698,4,3,-1,'Wrangling Spaulders',26419,2,0,0,1,21369,4273,3,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,3,7,6,4,8,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15699,15,0,-1,'Small Brown-wrapped Package',26420,1,4,0,1,100,25,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15702,4,0,-1,'Chemist\'s Ring',6486,2,0,0,1,29585,7396,11,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,3,5,10,6,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15703,4,1,-1,'Chemist\'s Smock',26431,2,0,0,1,48227,9645,16,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,2,3,3,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15704,4,0,-1,'Hunter\'s Insignia Medal',4841,2,0,0,1,24580,6145,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15705,2,7,-1,'Tidecrest Blade',26432,2,0,0,1,168871,33774,13,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,2,4,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,115,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15706,2,15,-1,'Hunt Tracker Blade',26433,2,0,0,1,169527,33905,13,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,2,6,5,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15707,4,1,-1,'Brantwood Sash',26435,2,0,0,1,36078,7215,6,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15708,4,2,-1,'Blight Leather Gloves',26436,2,0,0,1,45267,9053,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,3,3,13,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15709,4,4,-1,'Gearforge Girdle',26437,2,0,0,1,63981,12796,6,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,3,4,16,3,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15710,12,0,-1,'Cenarion Lunardust',20614,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19138,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15722,12,0,-1,'Spraggle\'s Canteen',21794,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15723,0,0,-1,'Tea with Sugar',19873,2,0,0,1,11300,2825,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19199,0,-3,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15724,9,1,-1,'Pattern: Heavy Scorpid Bracers',1102,1,64,0,1,12000,3000,0,-1,-1,51,0,165,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19048,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Scorpid Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15725,9,1,-1,'Pattern: Wicked Leather Gauntlets',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,165,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Wicked Leather Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15726,9,1,-1,'Pattern: Green Dragonscale Breastplate',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,165,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Green Dragonscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15727,9,1,-1,'Pattern: Heavy Scorpid Vest',1102,2,64,0,1,12000,3000,0,-1,-1,53,0,165,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Scorpid Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15728,9,1,-1,'Pattern: Wicked Leather Bracers',15274,2,64,0,1,12000,3000,0,-1,-1,53,0,165,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19052,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Wicked Leather Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15729,9,1,-1,'Pattern: Chimeric Gloves',1102,1,64,0,1,12000,3000,0,-1,-1,53,0,165,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Chimeric Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15730,9,1,-1,'Pattern: Red Dragonscale Breastplate',1102,3,64,0,1,12000,3000,0,-1,-1,61,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Red Dragonscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15731,9,1,-1,'Pattern: Runic Leather Gauntlets',15274,2,64,0,1,14000,3500,0,-1,-1,54,0,165,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Runic Leather Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15732,9,1,-1,'Pattern: Volcanic Leggings',15274,2,64,0,1,14000,3500,0,-1,-1,54,0,165,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19059,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Volcanic Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15733,9,1,-1,'Pattern: Green Dragonscale Leggings',1102,3,64,0,1,14000,3500,0,-1,-1,54,0,165,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Green Dragonscale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15734,9,1,-1,'Pattern: Living Shoulders',1102,1,64,0,1,14000,3500,0,-1,-1,54,0,165,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19061,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Living Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15735,9,1,-1,'Pattern: Ironfeather Shoulders',1102,1,64,0,1,14000,3500,0,-1,-1,54,0,165,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19062,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Ironfeather Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15736,12,0,-1,'Smokey\'s Special Compound',26459,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19250,0,-10,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep Away From Fire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15737,9,1,-1,'Pattern: Chimeric Boots',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19063,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Chimeric Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15738,9,1,-1,'Pattern: Heavy Scorpid Gauntlets',1102,2,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19064,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Scorpid Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15739,9,1,-1,'Pattern: Runic Leather Bracers',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19065,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Runic Leather Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15740,9,1,-1,'Pattern: Frostsaber Boots',1102,1,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19066,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Frostsaber Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15741,9,1,-1,'Pattern: Stormshroud Pants',1102,1,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19067,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Stormshroud Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15742,9,1,-1,'Pattern: Warbear Harness',1102,1,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Warbear Harness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15743,9,1,-1,'Pattern: Heavy Scorpid Belt',1102,2,64,0,1,20000,5000,0,-1,-1,56,0,165,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19070,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Scorpid Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15744,9,1,-1,'Pattern: Wicked Leather Headband',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,165,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19071,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Wicked Leather Headband.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15745,9,1,-1,'Pattern: Runic Leather Belt',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,165,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Runic Leather Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15746,9,1,-1,'Pattern: Chimeric Leggings',15274,2,64,0,1,20000,5000,0,-1,-1,56,0,165,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19073,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Chimeric Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15747,9,1,-1,'Pattern: Frostsaber Leggings',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19074,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Frostsaber Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15748,9,1,-1,'Pattern: Heavy Scorpid Leggings',1102,2,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19075,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Scorpid Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15749,9,1,-1,'Pattern: Volcanic Breastplate',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19076,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Volcanic Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15750,12,0,-1,'Sceptre of Light',26460,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15751,9,1,-1,'Pattern: Blue Dragonscale Breastplate',1102,1,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19077,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Blue Dragonscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15752,9,1,-1,'Pattern: Living Leggings',6270,3,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Living Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15753,9,1,-1,'Pattern: Stormshroud Armor',1102,3,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Stormshroud Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15754,9,1,-1,'Pattern: Warbear Woolies',1102,1,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Warbear Woolies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15755,9,1,-1,'Pattern: Chimeric Vest',15274,2,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Chimeric Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15756,9,1,-1,'Pattern: Runic Leather Headband',1102,1,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Runic Leather Headband.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15757,9,1,-1,'Pattern: Wicked Leather Pants',15274,2,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Wicked Leather Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15758,9,1,-1,'Pattern: Devilsaur Gauntlets',1102,1,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Devilsaur Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15759,9,1,-1,'Pattern: Black Dragonscale Breastplate',1102,1,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Black Dragonscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15760,9,1,-1,'Pattern: Ironfeather Breastplate',1102,3,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Ironfeather Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15761,9,1,-1,'Pattern: Frostsaber Gloves',15274,2,64,0,1,25000,6250,0,-1,-1,59,0,165,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Frostsaber Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15762,9,1,-1,'Pattern: Heavy Scorpid Helm',1102,1,64,0,1,25000,6250,0,-1,-1,59,0,165,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Scorpid Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15763,9,1,-1,'Pattern: Blue Dragonscale Shoulders',1102,3,64,0,1,25000,6250,0,-1,-1,59,0,165,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Blue Dragonscale Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15764,9,1,-1,'Pattern: Stormshroud Shoulders',1102,3,64,0,1,25000,6250,0,-1,-1,59,0,165,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19090,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Stormshroud Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15765,9,1,-1,'Pattern: Runic Leather Pants',15274,2,64,0,1,30000,7500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Runic Leather Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15766,12,0,-1,'Gem of the Serpent',22651,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19470,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15767,12,0,-1,'Hameya\'s Key',23740,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15768,9,1,-1,'Pattern: Wicked Leather Belt',15274,2,64,0,1,30000,7500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Wicked Leather Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15769,9,1,-1,'Pattern: Onyxia Scale Cloak',1102,3,64,0,1,30000,7500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Onyxia Scale Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (15770,9,1,-1,'Pattern: Black Dragonscale Shoulders',1102,3,64,0,1,30000,7500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19094,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Black Dragonscale Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15771,9,1,-1,'Pattern: Living Breastplate',1102,3,64,0,1,30000,7500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19095,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Living Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15772,9,1,-1,'Pattern: Devilsaur Leggings',6270,3,64,0,1,30000,7500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19097,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Devilsaur Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15773,9,1,-1,'Pattern: Wicked Leather Armor',15274,2,64,0,1,40000,10000,0,-1,-1,61,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19098,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Wicked Leather Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15774,9,1,-1,'Pattern: Heavy Scorpid Shoulders',1102,2,64,0,1,40000,10000,0,-1,-1,61,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19100,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Scorpid Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15775,9,1,-1,'Pattern: Volcanic Shoulders',15274,2,64,0,1,40000,10000,0,-1,-1,61,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19101,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Volcanic Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15776,9,1,-1,'Pattern: Runic Leather Armor',15274,2,64,0,1,40000,10000,0,-1,-1,61,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19102,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Runic Leather Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15777,9,1,-1,'Pattern: Runic Leather Shoulders',15274,2,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19103,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Runic Leather Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15778,0,0,-1,'Mechanical Yeti',26461,2,0,0,1,5000,1250,0,32767,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19363,0,-3,-3,600000,24,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15779,9,1,-1,'Pattern: Frostsaber Tunic',15274,2,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19104,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Frostsaber Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15780,9,1,-1,'Pattern: Onyxia Scale Breastplate',1102,4,64,8192,1,120000,30000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19106,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft an Onyxia Scale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (15781,9,1,-1,'Pattern: Black Dragonscale Leggings',6270,3,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19107,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Black Dragonscale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15782,2,7,-1,'Beaststalker Blade',26463,2,0,0,1,215714,43142,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,19380,1,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15783,2,15,-1,'Beasthunter Dagger',26464,2,0,0,1,216460,43292,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,79,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,19380,1,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15784,4,1,-1,'Crystal Breeze Mantle',26465,2,0,0,1,57706,11541,3,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,6,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15785,12,0,-1,'Zaeldarr\'s Head',18136,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15786,4,2,-1,'Fernpulse Jerkin',26466,2,0,0,1,96908,19381,5,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,3,6,22,7,5,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15787,4,3,-1,'Willow Band Hauberk',26467,2,0,0,1,116716,23343,5,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,3,5,6,7,10,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15788,12,0,-1,'Everlook Report',15274,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15789,4,1,-1,'Deep River Cloak',26468,2,0,0,1,49836,9967,16,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,7,7,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15790,12,0,-1,'Studies in Spirit Speaking',8093,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This book is written in a language you cannot understand.',2411,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15791,4,1,-1,'Turquoise Sash',26470,2,0,0,1,37605,7521,6,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,6,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15792,4,2,-1,'Plow Wood Spaulders',26472,2,0,0,1,70770,14154,3,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,3,5,15,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15793,15,0,-1,'A Chewed Bone',26474,0,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15794,4,1,-1,'Ripped Ogre Loincloth',12413,0,0,0,1,195,39,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15795,4,4,-1,'Emerald Mist Gauntlets',26473,2,0,0,1,67158,13431,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15796,4,3,-1,'Seaspray Bracers',26475,2,0,0,1,60318,12063,9,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,7,12,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15797,4,4,-1,'Shining Armplates',26476,2,0,0,1,71030,14206,9,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,7,13,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15798,15,0,-1,'Chipped Ogre Teeth',7054,0,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15799,4,0,-1,'Heroic Commendation Medal',4841,3,0,0,1,28435,7108,2,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,7,15,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15800,2,7,-1,'Intrepid Shortsword',26477,3,0,0,1,216496,43299,13,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,38,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15801,2,7,-1,'Valiant Shortsword',26479,3,0,0,1,217330,43466,13,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,45,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,105,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15802,4,1,-1,'Mooncloth Boots',17256,3,0,0,1,58243,11648,8,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,5,14,6,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15803,12,0,-1,'Book of the Ancients',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15804,4,1,-1,'Cerise Drape',25958,2,0,0,1,48908,9781,16,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,4,3,6,5,6,6,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15805,4,0,-1,'Penelope\'s Rose',26491,3,0,0,1,58650,14662,23,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,3,5,11,6,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (15806,2,7,-1,'Mirah\'s Song',26494,3,0,0,1,247570,49514,13,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,2,3,9,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,87,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (15807,2,18,-1,'Light Crossbow',10671,1,0,0,1,294,58,26,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,12,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15808,2,18,-1,'Fine Light Crossbow',10671,1,0,0,1,3641,728,26,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15809,2,18,-1,'Heavy Crossbow',28911,1,0,0,1,14691,2938,26,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,50,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15810,2,6,-1,'Short Spear',26500,1,0,0,1,10145,2029,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,60,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15811,2,6,-1,'Heavy Spear',5636,1,0,0,1,27133,5426,17,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,102,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15812,4,1,-1,'Orchid Amice',26501,2,0,0,1,50383,10076,3,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,3,5,15,7,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15813,4,3,-1,'Gold Link Belt',26502,2,0,0,1,50569,10113,6,-1,-1,56,0,0,0,0,0,0,0,0,0,1,0,2,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15814,2,7,-1,'Hameya\'s Slayer',26503,2,0,0,1,209558,41911,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,86,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,16406,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15815,4,1,-1,'Hameya\'s Cloak',23042,2,0,0,1,63097,12619,16,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,15,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15822,4,2,-1,'Shadowskin Spaulders',26504,2,0,0,1,57230,11446,3,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15823,4,3,-1,'Bricksteel Gauntlets',26512,2,0,0,1,45959,9191,10,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (15824,4,1,-1,'Astoria Robes',26513,2,0,0,1,76926,15385,20,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,5,20,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15825,4,2,-1,'Traphook Jerkin',26514,2,0,0,1,96513,19302,5,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,3,24,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15826,12,0,-1,'Curative Animal Salve',21845,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19512,0,-10,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15827,4,3,-1,'Jadescale Breastplate',26515,2,0,0,1,116692,23338,5,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,7,23,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15842,12,0,-1,'Empty Dreadmist Peak Sampler',8545,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19565,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15843,12,0,-1,'Filled Dreadmist Peak Sampler',26531,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15844,12,0,-1,'Empty Cliffspring Falls Sampler',8545,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19564,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15845,12,0,-1,'Filled Cliffspring Falls Sampler',26531,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15846,7,3,-1,'Salt Shaker',18632,1,1088,0,1,30000,7500,0,-1,-1,50,0,165,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19566,0,0,0,0,791,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15847,12,0,-1,'Quel\'Thalas Registry',1317,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This book emits a faint glow.',2431,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15848,12,0,-1,'Crate of Ghost Magnets',8928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19588,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15849,12,0,-1,'Ghost-o-plasm',2885,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15850,12,0,-1,'Patch of Duskwing\'s Fur',26533,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15851,12,0,-1,'Lunar Fungus',26534,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15852,12,0,-1,'Kodo Horn',11947,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15853,2,0,-1,'Windreaper',26535,3,0,0,1,257091,51418,13,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,118,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,20586,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15854,2,10,-1,'Dancing Sliver',26536,3,0,0,1,322514,64502,17,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,6,29,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,148,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15855,4,0,-1,'Ring of Protection',26537,3,0,0,1,31555,7888,11,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15856,4,0,-1,'Archlight Talisman',9657,3,0,0,1,35155,8788,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15857,4,0,-1,'Magebane Scion',26539,3,0,0,1,61342,15335,23,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15858,4,1,-1,'Freewind Gloves',26540,2,0,0,1,37582,7516,10,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,1,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15859,4,3,-1,'Seapost Girdle',26541,2,0,0,1,56587,11317,6,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,3,6,13,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15860,4,4,-1,'Blinkstrike Armguards',26542,2,0,0,1,69985,13997,9,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15861,4,2,-1,'Swiftfoot Treads',26543,2,0,0,1,74846,14969,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,18,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15862,2,0,-1,'Blitzcleaver',26545,2,0,0,1,143946,28789,13,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15863,2,4,-1,'Grave Scepter',5205,2,0,0,1,144482,28896,13,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,67,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15864,4,1,-1,'Condor Bracers',3658,2,0,0,1,10215,2043,9,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (15865,4,6,-1,'Anchorhold Buckler',26548,2,0,0,1,32811,6562,14,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,16,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15866,4,0,-1,'Veildust Medicine Bag',26549,2,0,0,1,2250,562,23,1024,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,6,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19634,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15867,4,0,-1,'Prismcharm',26551,2,0,0,1,29857,7464,12,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19638,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (15868,12,0,-1,'The Grand Crusader\'s Command',16065,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the Seal of the Scarlet Crusade',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15869,0,8,-1,'Silver Skeleton Key',8031,2,64,0,1,200,50,0,-1,-1,20,0,164,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19646,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15870,0,8,-1,'Golden Skeleton Key',22477,2,64,0,1,1200,300,0,-1,-1,30,0,164,150,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19649,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15871,0,8,-1,'Truesilver Skeleton Key',22071,2,64,0,1,2500,625,0,-1,-1,40,0,164,200,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19651,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15872,0,8,-1,'Arcanite Skeleton Key',13885,2,64,0,1,2500,625,0,-1,-1,55,0,164,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20709,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15873,4,0,-1,'Ragged John\'s Neverending Cup',18119,3,0,0,1,32578,8144,12,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20587,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (15874,7,11,-1,'Soft-shelled Clam',16211,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61898,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15875,12,0,-1,'Rotten Apple',7856,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19690,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Worm is the Best Part.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15876,12,0,-1,'Nathanos\' Chest',26381,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15877,12,0,-1,'Shrine Bauble',26571,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19719,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (15878,12,0,-1,'Rackmore\'s Silver Key',4287,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15879,12,0,-1,'Overlord Ror\'s Claw',1769,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15880,12,0,-1,'Head of Ramstein the Gorger',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15881,12,0,-1,'Rackmore\'s Golden Key',6706,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15882,12,0,-1,'Half Pendant of Aquatic Endurance',26582,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The pendant is missing its aquatic counterpart.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15883,12,0,-1,'Half Pendant of Aquatic Agility',26583,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19720,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15884,12,0,-1,'Augustus\' Receipt Book',8093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15885,12,0,-1,'Pendant of the Sea Lion',26584,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15886,12,0,-1,'Timolain\'s Phylactery',1262,1,2048,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15887,4,6,-1,'Heroic Guard',26921,2,0,0,1,137907,27581,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,2088,0,36,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15890,4,6,-1,'Vanguard Shield',26855,2,0,0,1,129158,25831,14,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1805,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,33,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15891,4,6,-1,'Hulking Shield',23825,2,0,0,1,10074,2014,14,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,9,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15892,4,6,-1,'Slayer\'s Shield',27036,2,0,0,1,17912,3582,14,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,2,4,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15893,4,6,-1,'Prospector\'s Buckler',27527,2,0,0,1,5411,1082,14,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,2,7,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15894,4,6,-1,'Bristlebark Buckler',18483,2,0,0,1,9011,1802,14,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,3,2,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,9,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15895,4,6,-1,'Burnt Buckler',28449,1,0,0,1,265,53,14,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,2,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15902,15,0,-1,'A Crazy Grab Bag',12333,1,4,0,1,80000,20000,0,-1,-1,55,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15903,2,13,-1,'Right-Handed Claw',26593,1,0,0,1,8118,1623,21,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15904,2,13,-1,'Right-Handed Blades',26596,1,0,0,1,21708,4341,21,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15905,2,13,-1,'Right-Handed Brass Knuckles',26592,1,0,0,1,2130,426,21,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15906,2,13,-1,'Left-Handed Brass Knuckles',26592,1,0,0,1,2138,427,22,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15907,2,13,-1,'Left-Handed Claw',26594,1,0,0,1,8237,1647,22,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15908,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19548,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15909,2,13,-1,'Left-Handed Blades',26597,1,0,0,1,22107,4421,22,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15911,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19674,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15912,4,0,-1,'Buccaneer\'s Orb',28471,2,0,0,1,4594,1148,23,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15913,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19687,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15914,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19688,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15915,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19689,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15916,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19692,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15917,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19694,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15918,4,0,-1,'Conjurer\'s Sphere',28472,2,0,0,1,19392,4848,23,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15919,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19696,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15920,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19697,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15921,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19693,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15922,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19699,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15923,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19700,0,3,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15924,12,0,-1,'Soft-shelled Clam Meat',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (15925,4,0,-1,'Journeyman\'s Stave',28462,2,0,0,1,1758,439,23,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15926,4,0,-1,'Spellbinder Orb',28464,2,0,0,1,3210,802,23,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15927,4,0,-1,'Bright Sphere',27556,2,0,0,1,7458,1864,23,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,2,5,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15928,4,0,-1,'Silver-thread Rod',28466,2,0,0,1,9548,2387,23,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,3,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15929,4,0,-1,'Nightsky Orb',27558,2,0,0,1,17585,4396,23,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,3,5,6,6,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15930,4,0,-1,'Imperial Red Scepter',27563,2,0,0,1,36584,9146,23,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,5,12,7,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15931,4,0,-1,'Arcane Star',27575,2,0,0,1,42584,10646,23,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,10,6,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15932,4,0,-1,'Disciple\'s Stein',28473,2,0,0,1,2110,527,23,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,6273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15933,4,0,-1,'Simple Branch',27851,2,0,0,1,2480,620,23,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,6272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15934,4,0,-1,'Sage\'s Stave',28481,2,0,0,1,10384,2596,23,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15935,4,0,-1,'Durable Rod',27863,2,0,0,1,13295,3323,23,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15936,4,0,-1,'Duskwoven Branch',28475,2,0,0,1,35802,8950,23,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15937,4,0,-1,'Hibernal Sphere',28455,2,0,0,1,31690,7922,23,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15938,4,0,-1,'Mystical Orb',28480,2,0,0,1,38203,9550,23,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15939,4,0,-1,'Councillor\'s Scepter',27612,2,0,0,1,41823,10455,23,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15940,4,0,-1,'Elegant Scepter',28476,2,0,0,1,43829,10957,23,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15941,4,0,-1,'High Councillor\'s Scepter',27650,2,0,0,1,49382,12345,23,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15942,4,0,-1,'Master\'s Rod',28478,2,0,0,1,51029,12757,23,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15943,4,6,-1,'Imbued Shield',27588,2,0,0,1,134001,26800,14,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,3,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1861,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,35,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15944,4,0,-1,'Ancestral Orb',28483,2,0,0,1,2051,512,23,-1,-1,12,7,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15945,4,0,-1,'Runic Stave',28488,2,0,0,1,3351,837,23,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,2,7,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15946,4,0,-1,'Mystic\'s Sphere',28487,2,0,0,1,4495,802,23,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,2,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15947,4,0,-1,'Sanguine Star',28489,2,0,0,1,7548,1887,23,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,7,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15962,4,0,-1,'Satyr\'s Rod',28492,2,0,0,1,10864,2716,23,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,3,3,1,6,2,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15963,4,0,-1,'Stonecloth Branch',28491,2,0,0,1,19548,4887,23,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,2,4,3,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15964,4,0,-1,'Silksand Star',28493,2,0,0,1,25458,6364,23,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,2,6,9,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15965,4,0,-1,'Windchaser Orb',28490,2,0,0,1,31986,7996,23,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,3,7,2,6,11,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15966,4,0,-1,'Venomshroud Orb',27874,2,0,0,1,36548,9137,23,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,2,6,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15967,4,0,-1,'Highborne Star',28486,2,0,0,1,41218,10304,23,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,11,7,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15968,4,0,-1,'Elunarian Sphere',28484,2,0,0,15,48765,802,23,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,3,5,14,7,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15969,4,0,-1,'Beaded Orb',28503,2,0,0,1,1700,425,23,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,6273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15970,4,0,-1,'Native Branch',28554,2,0,0,1,2348,587,23,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,6272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (15971,4,0,-1,'Aboriginal Rod',24014,2,0,0,1,4258,1064,23,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (15972,4,0,-1,'Ritual Stein',28562,2,0,0,1,4685,1171,23,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (15973,4,0,-1,'Watcher\'s Star',28551,2,0,0,1,9254,2313,23,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15974,4,0,-1,'Pagan Rod',5072,2,0,0,1,5846,1461,23,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (15975,4,0,-1,'Raincaller Scepter',28514,2,0,0,1,9684,2421,23,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (15976,4,0,-1,'Thistlefur Branch',28555,2,0,0,1,16584,4146,23,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15977,4,0,-1,'Vital Orb',28025,2,0,0,1,18456,4614,23,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15978,4,0,-1,'Geomancer\'s Rod',28513,2,0,0,1,21542,5385,23,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15979,4,0,-1,'Embersilk Stave',18289,2,0,0,1,23515,7215,23,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (15980,4,0,-1,'Darkmist Orb',28505,2,0,0,1,29878,7469,23,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15981,4,0,-1,'Lunar Sphere',28553,2,0,0,1,31548,7215,23,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (15982,4,0,-1,'Bloodwoven Rod',28510,2,0,0,1,32568,8142,23,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15983,4,0,-1,'Gaea\'s Scepter',28516,2,0,0,1,33548,8387,23,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15984,4,0,-1,'Opulent Scepter',27929,2,0,0,1,38458,9614,23,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15985,4,0,-1,'Arachnidian Branch',28500,2,0,0,1,39548,9887,23,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15986,4,0,-1,'Bonecaster\'s Star',20384,2,0,0,1,43254,10813,23,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (15987,4,0,-1,'Astral Orb',28501,2,0,0,1,43985,10996,23,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15988,4,0,-1,'Resplendent Orb',15884,2,0,0,1,49885,12471,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15989,4,0,-1,'Eternal Rod',28511,2,0,0,1,49995,12498,23,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,7,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15990,4,6,-1,'Enduring Shield',27055,2,0,0,1,34252,6850,14,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,3,4,6,7,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,16,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (15991,4,6,-1,'Warleader\'s Shield',18775,2,0,0,1,131545,26309,14,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,14,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1918,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,36,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (15992,7,1,-1,'Dense Blasting Powder',6379,1,0,0,1,1000,250,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15993,7,2,-1,'Thorium Grenade',25482,1,64,0,1,6000,1500,0,-1,-1,52,0,202,260,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19769,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15994,7,1,-1,'Thorium Widget',26611,1,0,0,1,10000,2500,0,-1,-1,52,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15995,2,3,-1,'Thorium Rifle',26616,2,0,0,1,98698,19739,26,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,102,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,21432,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (15996,15,2,-1,'Lifelike Mechanical Toad',26612,1,64,0,1,10000,2500,0,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,19772,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15997,6,3,-1,'Thorium Shells',26613,2,0,0,200,4000,10,24,-1,-1,57,52,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,18,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15998,12,0,-1,'Lewis\' Note',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2512,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (15999,4,1,-1,'Spellpower Goggles Xtreme Plus',26614,2,0,0,1,45015,9003,1,-1,-1,54,0,202,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (16000,7,1,-1,'Thorium Tube',19481,1,0,0,1,15000,3750,0,-1,-1,39,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16001,12,0,-1,'SI:7 Insignia (Fredo)',26615,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16002,12,0,-1,'SI:7 Insignia (Turyen)',26615,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16003,12,0,-1,'SI:7 Insignia (Rutger)',26615,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16004,2,3,-1,'Dark Iron Rifle',26737,3,0,0,1,145763,29152,26,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,29632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (16005,7,2,-1,'Dark Iron Bomb',7626,1,64,0,1,5000,1250,0,-1,-1,57,0,202,285,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19784,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16006,7,1,-1,'Delicate Arcanite Converter',26618,1,0,0,1,40000,10000,0,-1,-1,58,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16007,2,3,-1,'Flawless Arcanite Rifle',24721,3,0,0,1,196156,39231,26,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,21429,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16008,4,1,-1,'Master Engineer\'s Goggles',26621,2,0,0,1,58697,11739,1,-1,-1,58,0,202,280,0,0,0,0,0,0,1,0,2,6,17,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,128,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (16009,4,0,-1,'Voice Amplification Modulator',6497,2,0,0,1,23720,5930,2,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42184,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (16022,4,0,-1,'Arcanite Dragonling',60693,3,67633216,0,1,160000,40000,12,-1,-1,60,50,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19804,0,0,0,300000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16023,7,3,-1,'Masterwork Target Dummy',7913,1,0,0,1,40000,10000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19805,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16026,4,4,-1,'PVP Plate Helm Alliance',28120,1,0,8192,1,62535,12507,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (16039,2,8,-1,'Ta\'Kierthan Songblade',26674,3,0,0,1,267991,53598,17,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,194,0,1,20,6,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16040,7,2,-1,'Arcane Bomb',27453,1,64,0,1,16000,4000,0,-1,-1,60,0,202,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19821,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16041,9,3,-1,'Schematic: Thorium Grenade',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,202,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19790,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Grenade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16042,9,3,-1,'Schematic: Thorium Widget',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,202,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19791,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Widget.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16043,9,3,-1,'Schematic: Thorium Rifle',15274,2,64,0,1,12000,3000,0,-1,-1,52,0,202,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19792,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16044,9,3,-1,'Schematic: Lifelike Mechanical Toad',15274,2,64,0,1,16000,4000,0,-1,-1,53,0,202,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19793,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lifelike Mechanical Toad.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16045,9,3,-1,'Schematic: Spellpower Goggles Xtreme Plus',15274,2,64,0,1,16000,4000,0,-1,-1,54,0,202,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Spellpower Goggles Xtreme Plus.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16046,9,3,-1,'Schematic: Masterwork Target Dummy',1301,1,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19814,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Masterwork Target Dummy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16047,9,3,-1,'Schematic: Thorium Tube',1301,1,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19795,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thorium Tube.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16048,9,3,-1,'Schematic: Dark Iron Rifle',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19796,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Dark Iron Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16049,9,3,-1,'Schematic: Dark Iron Bomb',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,202,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19799,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Dark Iron Bomb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16050,9,3,-1,'Schematic: Delicate Arcanite Converter',1301,1,64,0,1,20000,5000,0,-1,-1,57,0,202,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19815,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Delicate Arcanite Converter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16051,9,3,-1,'Schematic: Thorium Shells',15274,2,64,0,1,20000,5000,0,-1,-1,57,0,202,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19800,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Thorium Shells.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16052,9,3,-1,'Schematic: Voice Amplification Modulator',15274,2,64,0,1,20000,5000,0,-1,-1,58,0,202,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19819,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Voice Amplification Modulator.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16053,9,3,-1,'Schematic: Master Engineer\'s Goggles',15274,2,64,0,1,20000,5000,0,-1,-1,58,0,202,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19825,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Master Engineer\'s Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16054,9,3,-1,'Schematic: Arcanite Dragonling',15274,2,33554496,0,1,24000,6000,0,-1,-1,60,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19830,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Arcanite Dragonling.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16055,9,3,-1,'Schematic: Arcane Bomb',15274,2,64,0,1,24000,6000,0,-1,-1,60,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19831,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Arcane Bomb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16056,9,3,-1,'Schematic: Flawless Arcanite Rifle',15274,2,64,0,1,24000,6000,0,-1,-1,61,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,19833,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flawless Arcanite Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16057,1,0,-1,'Explorer\'s Knapsack',19595,1,16,0,1,20000,5000,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (16058,4,0,-1,'Fordring\'s Seal',26001,3,0,0,1,40625,10156,11,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16059,4,0,-1,'Common Brown Shirt',26683,1,0,0,1,400,100,4,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16060,4,0,-1,'Common White Shirt',10834,1,0,0,1,400,100,4,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16072,9,5,-1,'Expert Cookbook',1155,1,64,0,1,10000,2500,0,-1,-1,30,0,185,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19886,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16082,9,9,-1,'Artisan Fishing - The Way of the Lure',1134,1,64,8192,1,20000,5000,0,-1,-1,45,35,356,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19890,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (16083,9,9,-1,'Expert Fishing - The Bass and You',1155,1,64,0,1,10000,2500,0,-1,-1,30,0,356,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19889,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16084,9,7,-1,'Expert First Aid - Under Wraps',1155,1,64,0,1,10000,2500,0,-1,-1,30,0,129,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19903,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16085,9,7,-1,'Artisan First Aid - Heal Thyself',1134,1,64,0,1,20000,10000,0,-1,-1,45,0,129,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,483,0,-1,0,-1,0,-1,10846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (16110,9,5,-1,'Recipe: Monster Omelet',1301,1,64,0,1,12000,3000,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Monster Omelet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16111,9,5,-1,'Recipe: Spiced Chili Crab',1301,1,64,0,1,12000,3000,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,15915,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Spiced Chili Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16112,9,7,-1,'Manual: Heavy Silk Bandage',8117,1,64,0,1,2200,550,0,-1,-1,36,0,129,180,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,7929,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Silk Bandage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16113,9,7,-1,'Manual: Mageweave Bandage',8117,1,64,0,1,5000,1250,0,-1,-1,42,0,129,210,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,10840,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mageweave Bandage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16114,12,0,-1,'Foreman\'s Blackjack',7867,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19938,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16115,12,0,-1,'Osric\'s Crate',8928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16165,4,3,-1,'Test Arcane Res Legs Mail',26039,2,0,0,1,20701,4140,7,2047,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,14716,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',5,0,0,0,0,1), (16166,0,5,-1,'Bean Soup',21473,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16167,0,5,-1,'Versicolor Treat',26732,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16168,0,5,-1,'Heaven Peach',26735,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (16169,0,5,-1,'Wild Ricecake',26736,1,0,0,5,1000,62,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (16170,0,5,-1,'Steamed Mandu',26734,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16171,0,5,-1,'Shinsollo',26733,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16180,15,0,-1,'Test Nature Resist Cloth LockBox',9632,1,4,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (16189,12,0,-1,'Maggran\'s Reserve Letter',3018,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2491,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16190,12,0,-1,'Bloodfury Ripper\'s Remains',4045,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16192,12,0,-1,'Besseleth\'s Fang',7886,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16202,7,12,-1,'Lesser Eternal Essence',26771,2,1024,0,1,40000,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20039,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16203,7,12,-1,'Greater Eternal Essence',26772,2,1024,0,1,120000,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20040,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16204,7,12,-1,'Illusion Dust',26773,1,0,0,1,12000,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16205,12,0,-1,'Gaea Seed',26774,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16206,7,12,-1,'Arcanite Rod',26776,1,0,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16207,7,12,-1,'Runed Arcanite Rod',26775,1,0,0,1,5000,1250,0,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,10,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16208,12,0,-1,'Enchanted Gaea Seeds',7287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20269,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16209,12,0,-1,'Podrig\'s Order',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2515,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16210,12,0,-1,'Gordon\'s Crate',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16214,9,8,-1,'Formula: Enchant Bracer - Greater Intellect',7798,2,64,0,1,12000,3000,0,-1,-1,51,0,333,255,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,20008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Intellect by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16215,9,8,-1,'Formula: Enchant Boots - Greater Stamina',7798,2,64,0,1,12000,3000,0,-1,-1,52,0,333,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to increase Stamina by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16216,9,8,-1,'Formula: Enchant Cloak - Greater Resistance',7798,2,64,0,1,12000,3000,0,-1,-1,53,0,333,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20014,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase all resistances by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16217,9,8,-1,'Formula: Enchant Shield - Greater Stamina',7798,1,64,0,1,12000,3000,0,-1,-1,53,0,333,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20017,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a shield to increase Stamina by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16218,9,8,-1,'Formula: Enchant Bracer - Superior Spirit',7798,2,64,0,1,14000,3500,0,-1,-1,54,0,333,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Spirit by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16219,9,8,-1,'Formula: Enchant Gloves - Greater Agility',7798,2,64,0,1,14000,3500,0,-1,-1,54,0,333,270,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,20012,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase Agility by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16220,9,8,-1,'Formula: Enchant Boots - Spirit',7798,2,64,0,1,16000,4000,0,-1,-1,55,0,333,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to increase Spirit by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16221,9,8,-1,'Formula: Enchant Chest - Major Health',7798,1,64,0,1,16000,4000,0,-1,-1,55,0,333,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20026,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase health by 100.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16222,9,8,-1,'Formula: Enchant Shield - Superior Spirit',7798,2,64,0,1,20000,5000,0,-1,-1,56,0,333,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,20016,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase Spirit by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16223,9,8,-1,'Formula: Enchant Weapon - Icy Chill',7798,2,64,0,1,20000,5000,0,-1,-1,57,0,333,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20029,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to often chill the target, reducing their movement and attack speed. Has a reduced effect for players above level 60.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16224,9,8,-1,'Formula: Enchant Cloak - Superior Defense',7798,1,64,0,1,20000,5000,0,-1,-1,57,0,333,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20015,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase armor by 70.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16242,9,8,-1,'Formula: Enchant Chest - Major Mana',7798,2,64,0,1,22000,5500,0,-1,-1,58,0,333,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,20028,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase mana by 100.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16243,9,8,-1,'Formula: Runed Arcanite Rod',7798,1,64,0,1,22000,5500,0,-1,-1,58,0,333,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Arcanite Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16244,9,8,-1,'Formula: Enchant Gloves - Greater Strength',7798,2,64,0,1,24000,6000,0,-1,-1,59,0,333,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20013,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase Strength by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16245,9,8,-1,'Formula: Enchant Boots - Greater Agility',7798,2,64,0,1,24000,6000,0,-1,-1,59,0,333,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,20023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to increase Agility by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16246,9,8,-1,'Formula: Enchant Bracer - Superior Strength',7798,2,64,0,1,24000,6000,0,-1,-1,59,0,333,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,20010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Strength by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16247,9,8,-1,'Formula: Enchant 2H Weapon - Superior Impact',7798,2,64,0,1,24000,6000,0,-1,-1,59,0,333,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20030,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a two-handed melee weapon to increase its damage by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16248,9,8,-1,'Formula: Enchant Weapon - Unholy',7798,2,64,0,1,24000,6000,0,-1,-1,59,0,333,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20033,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to often inflict a curse on the target, inflicting Shadow damage and reducing their melee damage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16249,9,8,-1,'Formula: Enchant 2H Weapon - Major Intellect',7798,2,64,0,1,30000,7500,0,-1,-1,60,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20036,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a two-handed melee weapon to increase Intellect by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16250,9,8,-1,'Formula: Enchant Weapon - Superior Striking',7798,2,64,0,1,30000,7500,0,-1,-1,60,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20031,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase its damage by 5.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16251,9,8,-1,'Formula: Enchant Bracer - Superior Stamina',7798,2,64,0,1,30000,7500,0,-1,-1,60,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20011,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Stamina by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16252,9,8,-1,'Formula: Enchant Weapon - Crusader',7798,2,64,0,1,30000,7500,0,-1,-1,61,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to often heal for 75 to 125 and increase Strength by 100 for 15 sec. when attacking in melee. Has a reduced effect for players above level 60.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16253,9,8,-1,'Formula: Enchant Chest - Greater Stats',7798,2,64,0,1,30000,7500,0,-1,-1,62,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20025,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase all stats by 4.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16254,9,8,-1,'Formula: Enchant Weapon - Lifestealing',7798,3,64,0,1,30000,7500,0,-1,-1,62,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20032,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to often steal life from the enemy and give it to the wielder. Has a reduced effect for players above level 60.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16255,9,8,-1,'Formula: Enchant 2H Weapon - Major Spirit',7798,2,64,0,1,30000,7500,0,-1,-1,62,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20035,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a two-handed melee weapon to increase Spirit by 9.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16262,12,0,-1,'Nessa\'s Collection',6349,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16263,12,0,-1,'Laird\'s Response',3023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2513,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16282,0,0,-1,'Bundle of Hides',7382,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16283,12,0,-1,'Ahanu\'s Leather Goods',1168,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16302,9,0,-1,'Grimoire of Firebolt (Rank 2)',1246,1,64,0,1,100,25,0,31488,-1,8,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20270,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16303,12,0,-1,'Ursangous\'s Paw',26924,2,2048,1,1,0,0,0,-1,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,23,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16304,12,0,-1,'Shadumbra\'s Head',26925,2,2048,1,1,0,0,0,-1,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,24,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16305,12,0,-1,'Sharptalon\'s Claw',7266,2,2048,1,1,0,0,0,-1,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16306,12,0,-1,'Zargh\'s Meats',2376,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16307,12,0,-1,'Gryshka\'s Letter',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2511,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16309,4,0,-1,'Drakefire Amulet',26950,3,0,0,1,0,0,2,-1,-1,63,50,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Blood of Drakkisath Flows Within...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16310,12,0,-1,'Brock\'s List',3023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2514,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16311,12,0,-1,'Honorary Picks',26976,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16312,12,0,-1,'Incendrites',7119,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16313,12,0,-1,'Felix\'s Chest',27056,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16314,12,0,-1,'Felix\'s Bucket of Bolts',1236,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16315,4,1,-1,'Sergeant Major\'s Cape',27087,3,32768,0,1,4029,805,16,-1,-1,30,25,0,0,0,0,0,0,0,1,1,0,5,5,4,7,4,6,4,4,4,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',42,0,0,0,0,1), (16316,9,0,-1,'Grimoire of Firebolt (Rank 3)',1246,1,64,0,1,1500,375,0,31488,-1,18,18,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20312,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16317,9,0,-1,'Grimoire of Firebolt (Rank 4)',1246,1,64,0,1,5000,1250,0,31488,-1,28,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20313,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16318,9,0,-1,'Grimoire of Firebolt (Rank 5)',1246,1,64,0,1,10000,2500,0,31488,-1,38,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20314,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16319,9,0,-1,'Grimoire of Firebolt (Rank 6)',1246,1,64,0,1,14000,3500,0,31488,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20315,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16320,9,0,-1,'Grimoire of Firebolt (Rank 7)',1246,1,64,0,1,24000,6000,0,31488,-1,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20316,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16321,9,0,-1,'Grimoire of Blood Pact (Rank 1)',1246,1,64,0,1,100,25,0,31488,-1,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20397,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16322,9,0,-1,'Grimoire of Blood Pact (Rank 2)',1246,1,64,0,1,900,225,0,31488,-1,14,14,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20318,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16323,9,0,-1,'Grimoire of Blood Pact (Rank 3)',1246,1,64,0,1,4000,1000,0,31488,-1,26,26,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20319,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16324,9,0,-1,'Grimoire of Blood Pact (Rank 4)',1246,1,64,0,1,10000,2500,0,256,-1,38,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (16325,9,0,-1,'Grimoire of Blood Pact (Rank 5)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20321,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16326,9,0,-1,'Grimoire of Fire Shield (Rank 1)',1246,1,64,0,1,900,225,0,31488,-1,14,14,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20322,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16327,9,0,-1,'Grimoire of Fire Shield (Rank 2)',1246,1,64,0,1,3000,750,0,31488,-1,24,24,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20323,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16328,9,0,-1,'Grimoire of Fire Shield (Rank 3)',1246,1,64,0,1,8000,2000,0,31488,-1,34,34,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20324,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16329,9,0,-1,'Grimoire of Fire Shield (Rank 4)',1246,1,64,0,1,12000,3000,0,31488,-1,44,44,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20326,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16330,9,0,-1,'Grimoire of Fire Shield (Rank 5)',1246,1,64,0,1,20000,5000,0,31488,-1,54,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20327,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16331,9,0,-1,'Grimoire of Phase Shift',1246,1,64,0,1,600,150,0,31488,-1,12,12,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20329,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16332,12,0,-1,'Thazz\'ril\'s Pick',27086,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16333,12,0,-1,'Samuel\'s Remains',7099,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20364,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16334,4,0,-1,'Sergeant\'s Insignia',30797,3,32768,0,1,30000,7500,2,-1,-1,45,40,0,0,0,0,0,0,0,1,1,0,5,6,6,7,6,5,6,3,6,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',45,0,0,0,0,1), (16335,4,0,-1,'Senior Sergeant\'s Insignia',30797,3,36864,1,1,0,0,2,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16336,4,1,-1,'Sergeant Major\'s Cape',27087,3,32768,0,1,14587,2917,16,-1,-1,45,40,0,0,0,0,0,0,0,1,1,0,5,5,6,7,6,6,6,4,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',45,0,0,0,0,1), (16337,4,1,-1,'Sergeant Major\'s Cape',27087,3,32768,0,1,37455,7491,16,-1,-1,60,55,0,0,0,0,0,0,0,1,1,0,5,5,8,7,8,6,8,4,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',48,0,0,0,0,1), (16339,15,0,-1,'Commander\'s Steed',25132,1,64,0,1,800000,0,0,2047,223,60,60,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16082,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (16340,4,1,-1,'First Sergeant\'s Cloak',27088,3,32768,0,1,14802,2960,16,-1,-1,45,40,0,0,0,0,0,0,0,1,1,0,5,5,6,7,6,6,6,4,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',45,0,0,0,0,1), (16341,4,1,-1,'Sergeant\'s Cloak',27088,3,36864,1,1,0,0,16,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (16342,4,1,-1,'Sergeant\'s Cape',27087,3,36864,2,1,0,0,16,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (16345,2,7,-1,'High Warlord\'s Blade',31997,4,36864,1,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16346,9,0,-1,'Grimoire of Torment (Rank 2)',1246,1,64,0,1,2000,500,0,31488,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20317,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16347,9,0,-1,'Grimoire of Torment (Rank 3)',1246,1,64,0,1,6000,1500,0,31488,-1,30,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20377,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16348,9,0,-1,'Grimoire of Torment (Rank 4)',1246,1,64,0,1,11000,2750,0,31488,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20378,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16349,9,0,-1,'Grimoire of Torment (Rank 5)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20379,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16350,9,0,-1,'Grimoire of Torment (Rank 6)',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20380,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16351,9,0,-1,'Grimoire of Sacrifice (Rank 1)',1246,1,64,0,1,1200,300,0,31488,-1,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20381,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16352,9,0,-1,'Grimoire of Sacrifice (Rank 2)',1246,1,64,0,1,3000,750,0,31488,-1,24,24,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20382,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16353,9,0,-1,'Grimoire of Sacrifice (Rank 3)',1246,1,64,0,1,7000,1750,0,31488,-1,32,32,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20383,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16354,9,0,-1,'Grimoire of Sacrifice (Rank 4)',1246,1,64,0,1,11000,2750,0,31488,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20384,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16355,9,0,-1,'Grimoire of Sacrifice (Rank 5)',1246,1,64,0,1,14000,3500,0,31488,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20385,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16356,9,0,-1,'Grimoire of Sacrifice (Rank 6)',1246,1,64,0,1,22000,5500,0,31488,-1,56,56,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20386,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16357,9,0,-1,'Grimoire of Consume Shadows (Rank 1)',1246,1,64,0,1,1500,375,0,31488,-1,18,18,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20387,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16358,9,0,-1,'Grimoire of Consume Shadows (Rank 2)',1246,1,64,0,1,4000,1000,0,31488,-1,26,26,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20388,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16359,9,0,-1,'Grimoire of Consume Shadows (Rank 3)',1246,1,64,0,1,8000,2000,0,31488,-1,34,34,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20389,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16360,9,0,-1,'Grimoire of Consume Shadows (Rank 4)',1246,1,64,0,1,11000,2750,0,31488,-1,42,42,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20390,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16361,9,0,-1,'Grimoire of Consume Shadows (Rank 5)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20391,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16362,9,0,-1,'Grimoire of Consume Shadows (Rank 6)',1246,1,64,0,1,24000,6000,0,31488,-1,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20392,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16363,9,0,-1,'Grimoire of Suffering (Rank 1)',1246,1,64,0,1,3000,750,0,31488,-1,24,24,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20393,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16364,9,0,-1,'Grimoire of Suffering (Rank 2)',1246,1,64,0,1,9000,2250,0,31488,-1,36,36,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20394,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16365,9,0,-1,'Grimoire of Suffering (Rank 3)',1246,1,64,0,1,14000,3500,0,31488,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20395,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16366,9,0,-1,'Grimoire of Suffering (Rank 4)',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20396,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16368,9,0,-1,'Grimoire of Lash of Pain (Rank 2)',1246,1,64,0,1,5000,1250,0,31488,-1,28,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20398,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16369,4,1,-1,'Knight-Lieutenant\'s Silk Boots',31063,3,36864,2,1,37875,7575,8,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,343,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16371,9,0,-1,'Grimoire of Lash of Pain (Rank 3)',1246,1,64,0,1,9000,2250,0,31488,-1,36,36,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20399,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16372,9,0,-1,'Grimoire of Lash of Pain (Rank 4)',1246,1,64,0,1,12000,3000,0,31488,-1,44,44,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20400,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16373,9,0,-1,'Grimoire of Lash of Pain (Rank 5)',1246,1,64,0,1,18000,4500,0,31488,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20401,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16374,9,0,-1,'Grimoire of Lash of Pain (Rank 6)',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20402,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16375,9,0,-1,'Grimoire of Soothing Kiss (Rank 1)',1246,1,64,0,1,2500,625,0,31488,-1,22,22,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20403,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16376,9,0,-1,'Grimoire of Soothing Kiss (Rank 2)',1246,1,64,0,1,8000,2000,0,31488,-1,34,34,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20404,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16377,9,0,-1,'Grimoire of Soothing Kiss (Rank 3)',1246,1,64,0,1,13000,3250,0,31488,-1,46,46,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20405,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16378,9,0,-1,'Grimoire of Soothing Kiss (Rank 4)',1246,1,64,0,1,24000,6000,0,31488,-1,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20406,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16379,9,0,-1,'Grimoire of Seduction',1246,1,64,0,1,4000,1000,0,31488,-1,26,26,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20407,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16380,9,0,-1,'Grimoire of Lesser Invisibility',1246,1,64,0,1,7000,1750,0,31488,-1,32,32,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20408,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16381,9,0,-1,'Grimoire of Devour Magic (Rank 2)',1246,1,64,0,1,10000,2500,0,31488,-1,38,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20426,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16382,9,0,-1,'Grimoire of Devour Magic (Rank 3)',1246,1,64,0,1,13000,3250,0,31488,-1,46,46,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20427,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16383,9,0,-1,'Grimoire of Devour Magic (Rank 4)',1246,1,64,0,1,20000,5000,0,31488,-1,54,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20428,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16384,9,0,-1,'Grimoire of Tainted Blood (Rank 1)',1246,1,64,0,1,7000,1750,0,31488,-1,32,32,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20429,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16385,9,0,-1,'Grimoire of Tainted Blood (Rank 2)',1246,1,64,0,1,11000,2750,0,31488,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20430,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16386,9,0,-1,'Grimoire of Tainted Blood (Rank 3)',1246,1,64,0,1,14000,3500,0,31488,-1,48,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20431,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16387,9,0,-1,'Grimoire of Tainted Blood (Rank 4)',1246,1,64,0,1,22000,5500,0,31488,-1,56,56,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16388,9,0,-1,'Grimoire of Spell Lock (Rank 1)',1246,1,64,0,1,9000,2250,0,31488,-1,36,36,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20433,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16389,9,0,-1,'Grimoire of Spell Lock (Rank 2)',1246,1,64,0,1,18000,4500,0,31488,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20434,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16390,9,0,-1,'Grimoire of Paranoia',1246,1,64,0,1,11000,2750,0,31488,-1,42,42,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20435,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16391,4,1,-1,'Knight-Lieutenant\'s Silk Gloves',31064,3,36864,2,1,25436,5087,10,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,343,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16392,4,2,-1,'Knight-Lieutenant\'s Leather Boots',31068,3,36864,2,1,47874,9574,8,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,348,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16393,4,2,-1,'Knight-Lieutenant\'s Dragonhide Footwraps',31070,3,36864,2,1,48048,9609,8,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,4,12,3,5,7,12,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,381,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16396,4,2,-1,'Knight-Lieutenant\'s Leather Gauntlets',31075,3,36864,2,1,33250,6650,10,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,15,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,348,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16397,4,2,-1,'Knight-Lieutenant\'s Dragonhide Gloves',31071,3,36864,2,1,33367,6673,10,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,12,3,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,381,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16401,4,3,-1,'Knight-Lieutenant\'s Chain Boots',31244,3,36864,2,1,61188,12237,8,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,362,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16403,4,3,-1,'Knight-Lieutenant\'s Chain Gauntlets',31245,3,36864,2,1,37008,7401,10,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,23157,1,0,0,-1,0,-1,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,362,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16405,4,4,-1,'Knight-Lieutenant\'s Plate Boots',26752,3,36864,2,1,65137,13027,8,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,23,4,8,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,282,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16406,4,4,-1,'Knight-Lieutenant\'s Plate Gauntlets',31086,3,36864,2,1,43925,8785,10,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,4,16,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,282,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16408,12,0,-1,'Befouled Water Globe',27227,2,2048,1,1,0,0,0,-1,-1,23,23,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1918,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16409,4,4,-1,'Knight-Lieutenant\'s Lamellar Sabatons',31082,3,36864,0,1,66135,13227,8,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,7,16,4,15,5,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,401,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16410,4,4,-1,'Knight-Lieutenant\'s Lamellar Gauntlets',30321,3,36864,0,1,44595,8919,10,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,401,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16413,4,1,-1,'Knight-Captain\'s Silk Raiment',31057,3,36864,2,1,52620,10524,20,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,343,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16414,4,1,-1,'Knight-Captain\'s Silk Leggings',27230,3,36864,2,1,52812,10562,7,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,6,16,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,343,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16415,4,1,-1,'Lieutenant Commander\'s Silk Spaulders',27231,3,36864,2,1,39752,7950,3,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,343,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16416,4,1,-1,'Lieutenant Commander\'s Crown',27232,3,36864,2,1,39892,7978,1,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,5,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,343,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16417,4,2,-1,'Knight-Captain\'s Leather Armor',31072,3,36864,2,1,66727,13345,5,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,25,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,348,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16418,4,2,-1,'Lieutenant Commander\'s Leather Veil',31077,3,36864,2,1,50225,10045,1,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,348,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16419,4,2,-1,'Knight-Captain\'s Leather Legguards',31073,3,36864,2,1,67207,13441,7,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,13,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,348,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16420,4,2,-1,'Lieutenant Commander\'s Leather Spaulders',31076,3,36864,2,1,50580,10116,3,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,23,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,348,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16421,4,2,-1,'Knight-Captain\'s Dragonhide Tunic',31074,3,36864,2,1,67680,13536,5,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,7,14,4,13,3,9,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,381,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16422,4,2,-1,'Knight-Captain\'s Dragonhide Leggings',27235,3,36864,2,1,67919,13583,7,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,4,12,3,12,7,12,5,9,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,381,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16423,4,2,-1,'Lieutenant Commander\'s Dragonhide Epaulets',27236,3,36864,2,1,46256,9251,3,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,4,10,3,10,7,10,6,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,381,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16424,4,2,-1,'Lieutenant Commander\'s Dragonhide Shroud',27234,3,36864,2,1,46430,9286,1,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,7,16,3,11,4,11,5,11,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,381,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16425,4,3,-1,'Knight-Captain\'s Chain Hauberk',31241,3,36864,2,1,74577,14915,5,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,362,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16426,4,3,-1,'Knight-Captain\'s Chain Leggings',31242,3,36864,2,1,74864,14972,7,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,3,12,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,362,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16427,4,3,-1,'Lieutenant Commander\'s Chain Pauldrons',31247,3,36864,2,1,58160,11632,3,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,362,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16428,4,3,-1,'Lieutenant Commander\'s Chain Helmet',31246,3,36864,2,1,58119,11623,1,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,24,3,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,362,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16429,4,4,-1,'Lieutenant Commander\'s Plate Helm',28934,3,36864,2,1,67927,13585,1,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,31,4,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,282,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16430,4,4,-1,'Knight-Captain\'s Plate Chestguard',31083,3,36864,2,1,91079,18215,5,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,25,4,9,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,282,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16431,4,4,-1,'Knight-Captain\'s Plate Leggings',26659,3,36864,2,1,91405,18281,7,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,13,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,282,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16432,4,4,-1,'Lieutenant Commander\'s Plate Pauldrons',26662,3,36864,2,1,68674,13734,3,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,23,4,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,282,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16433,4,4,-1,'Knight-Captain\'s Lamellar Breastplate',30315,3,36864,0,1,92076,18415,5,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,25,4,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,401,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16434,4,4,-1,'Lieutenant Commander\'s Lamellar Headguard',30316,3,36864,0,1,69177,13835,1,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,31,4,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,401,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16435,4,4,-1,'Knight-Captain\'s Lamellar Leggings',31084,3,36864,0,1,92738,18547,7,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,13,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,401,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16436,4,4,-1,'Lieutenant Commander\'s Lamellar Shoulders',31085,3,36864,0,1,69672,13934,3,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,7,12,4,12,3,12,5,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,401,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16437,4,1,-1,'Marshal\'s Silk Footwraps',33009,4,36864,2,1,0,0,8,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,5,14,7,23,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,388,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16440,4,1,-1,'Marshal\'s Silk Gloves',32988,4,36864,2,1,0,0,10,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,22,5,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,23037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,388,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16441,4,1,-1,'Field Marshal\'s Coronet',32978,4,36864,2,1,0,0,1,128,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,28,5,17,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,388,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (16442,4,1,-1,'Marshal\'s Silk Leggings',28715,4,36864,2,1,0,0,7,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,26,6,10,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,388,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (16443,4,1,-1,'Field Marshal\'s Silk Vestments',32981,4,36864,2,1,0,0,20,128,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,28,5,17,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,388,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (16444,4,1,-1,'Field Marshal\'s Silk Spaulders',33004,4,36864,2,1,0,0,3,128,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,5,15,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,388,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16446,4,2,-1,'Marshal\'s Leather Footguards',30333,4,36864,2,1,0,0,8,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,25,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,394,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16448,4,2,-1,'Marshal\'s Dragonhide Gauntlets',30334,4,36864,2,1,0,0,10,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,4,20,3,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,397,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16449,4,2,-1,'Field Marshal\'s Dragonhide Spaulders',30328,4,36864,2,1,0,0,3,1024,-1,74,60,0,0,0,0,0,0,0,1,1,0,5,4,14,3,14,7,13,6,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,397,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16450,4,2,-1,'Marshal\'s Dragonhide Legguards',30329,4,36864,2,1,0,0,7,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,24,3,18,7,18,5,15,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,397,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16451,4,2,-1,'Field Marshal\'s Dragonhide Helmet',30330,4,36864,2,1,0,0,1,1024,-1,74,60,0,0,0,0,0,0,0,1,1,0,5,7,19,3,19,4,20,5,15,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,397,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16452,4,2,-1,'Field Marshal\'s Dragonhide Breastplate',30327,4,36864,2,1,0,0,5,1024,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,4,25,7,19,3,14,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,397,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16453,4,2,-1,'Field Marshal\'s Leather Chestpiece',30327,4,36864,2,1,0,0,5,8,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,31,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,394,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16454,4,2,-1,'Marshal\'s Leather Handgrips',30334,4,36864,2,1,0,0,10,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,23,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,394,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (16455,4,2,-1,'Field Marshal\'s Leather Mask',30330,4,36864,2,1,0,0,1,8,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,31,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,394,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16456,4,2,-1,'Marshal\'s Leather Leggings',30329,4,36864,2,1,0,0,7,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,3,27,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,394,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16457,4,2,-1,'Field Marshal\'s Leather Epaulets',30328,4,36864,2,1,0,0,3,8,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,27,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,394,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16459,4,2,-1,'Marshal\'s Dragonhide Boots',30333,4,36864,2,1,0,0,8,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,18,7,14,5,10,6,10,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,397,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16462,4,3,-1,'Marshal\'s Chain Boots',32095,4,36864,2,1,0,0,8,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,20,3,18,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,395,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16463,4,3,-1,'Marshal\'s Chain Grips',32098,4,36864,2,1,0,0,10,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,20,3,14,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,28539,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,395,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16465,4,3,-1,'Field Marshal\'s Chain Helm',32093,4,36864,2,1,0,0,1,4,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,28,3,23,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,395,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16466,4,3,-1,'Field Marshal\'s Chain Breastplate',32094,4,36864,2,1,0,0,5,4,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,28,3,23,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,587,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,395,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16467,4,3,-1,'Marshal\'s Chain Legguards',32097,4,36864,2,1,0,0,7,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,23,7,27,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,502,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,395,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16468,4,3,-1,'Field Marshal\'s Chain Spaulders',32092,4,36864,2,1,0,0,3,4,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,3,18,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,395,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16471,4,4,-1,'Marshal\'s Lamellar Gloves',30321,4,36864,2,1,0,0,10,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,402,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16472,4,4,-1,'Marshal\'s Lamellar Boots',30319,4,36864,2,1,0,0,8,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,4,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,402,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16473,4,4,-1,'Field Marshal\'s Lamellar Chestplate',30315,4,36864,2,1,0,0,5,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,4,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,402,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16474,4,4,-1,'Field Marshal\'s Lamellar Faceguard',30316,4,36864,2,1,0,0,1,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,4,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,402,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16475,4,4,-1,'Marshal\'s Lamellar Legplates',30317,4,36864,2,1,0,0,7,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,20,4,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,402,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16476,4,4,-1,'Field Marshal\'s Lamellar Pauldrons',30318,4,36864,2,1,0,0,3,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,16,4,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,402,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16477,4,4,-1,'Field Marshal\'s Plate Armor',30315,4,36864,2,1,0,0,5,1,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,33,4,16,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,384,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16478,4,4,-1,'Field Marshal\'s Plate Helm',38343,4,36864,2,1,0,0,1,1,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,34,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,815,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,384,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16479,4,4,-1,'Marshal\'s Plate Legguards',30317,4,36864,2,1,0,0,7,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,28,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,384,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16480,4,4,-1,'Field Marshal\'s Plate Shoulderguards',30318,4,36864,2,1,0,0,3,1,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,23,4,18,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,384,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16483,4,4,-1,'Marshal\'s Plate Boots',30319,4,36864,2,1,0,0,8,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,24,4,18,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,384,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16484,4,4,-1,'Marshal\'s Plate Gauntlets',30321,4,36864,2,1,0,0,10,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,4,20,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,384,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16485,4,1,-1,'Blood Guard\'s Silk Footwraps',31097,3,36864,1,1,38303,7660,8,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,341,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16486,4,1,-1,'First Sergeant\'s Silk Cuffs',27255,3,36864,1,1,0,0,9,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16487,4,1,-1,'Blood Guard\'s Silk Gloves',31098,3,36864,1,1,25727,5145,10,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,341,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16489,4,1,-1,'Champion\'s Silk Hood',31099,3,36864,1,1,38874,7774,1,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,5,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,341,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16490,4,1,-1,'Legionnaire\'s Silk Pants',26144,3,36864,1,1,52024,10404,7,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,6,16,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,341,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16491,4,1,-1,'Legionnaire\'s Silk Robes',31102,3,36864,1,1,53584,10716,20,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,341,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16492,4,1,-1,'Champion\'s Silk Shoulderpads',31100,3,36864,1,1,40332,8066,3,128,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,341,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16494,4,2,-1,'Blood Guard\'s Dragonhide Boots',27263,3,36864,1,1,50774,10154,8,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,7,12,4,12,5,5,3,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,382,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16496,4,2,-1,'Blood Guard\'s Dragonhide Gauntlets',27265,3,36864,1,1,30843,6168,10,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,12,3,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,382,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16497,4,2,-1,'First Sergeant\'s Leather Armguards',30801,3,36864,1,1,0,0,9,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16498,4,2,-1,'Blood Guard\'s Leather Treads',31035,3,36864,1,1,46625,9325,8,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,347,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16499,4,2,-1,'Blood Guard\'s Leather Vices',31036,3,36864,1,1,31200,6240,10,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,15,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,347,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16501,4,2,-1,'Champion\'s Dragonhide Spaulders',28935,3,36864,1,1,47159,9431,3,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,4,10,3,10,7,10,6,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,382,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16502,4,2,-1,'Legionnaire\'s Dragonhide Trousers',27267,3,36864,1,1,63119,12623,7,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,4,12,3,12,7,12,6,12,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,382,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16503,4,2,-1,'Champion\'s Dragonhide Helm',28106,3,36864,1,1,47514,9502,1,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,5,7,16,3,11,4,11,5,11,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,382,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16504,4,2,-1,'Legionnaire\'s Dragonhide Breastplate',31037,3,36864,1,1,63592,12718,5,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,7,14,4,13,3,9,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,382,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16505,4,2,-1,'Legionnaire\'s Leather Hauberk',31039,3,36864,1,1,63832,12766,5,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,25,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,347,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16506,4,2,-1,'Champion\'s Leather Headguard',30358,3,36864,1,1,48048,9609,1,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,347,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16507,4,2,-1,'Champion\'s Leather Mantle',31038,3,36864,1,1,49516,9903,3,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,23,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,347,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16508,4,2,-1,'Legionnaire\'s Leather Leggings',31040,3,36864,1,1,66261,13252,7,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,13,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,347,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16509,4,4,-1,'Blood Guard\'s Plate Boots',31050,3,36864,1,1,69693,13938,8,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,23,4,8,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,281,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16510,4,4,-1,'Blood Guard\'s Plate Gloves',31051,3,36864,1,1,0,0,10,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,4,16,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,281,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16513,4,4,-1,'Legionnaire\'s Plate Armor',27274,3,36864,1,1,94434,18886,5,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,25,4,9,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,281,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16514,4,4,-1,'Champion\'s Plate Headguard',30071,3,36864,1,1,70935,14187,1,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,31,4,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,281,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16515,4,4,-1,'Legionnaire\'s Plate Legguards',31052,3,36864,1,1,95097,19019,7,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,13,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,281,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16516,4,4,-1,'Champion\'s Plate Pauldrons',31049,3,36864,1,1,64641,12928,3,1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,23,4,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,281,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16518,4,3,-1,'Blood Guard\'s Mail Walkers',31183,3,36864,0,1,56187,11237,8,64,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,14,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,22801,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,301,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16519,4,3,-1,'Blood Guard\'s Mail Grips',27279,3,36864,0,1,37436,7487,10,64,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,15,5,7,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,301,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16521,4,3,-1,'Champion\'s Mail Helm',30072,3,36864,0,1,56580,11316,1,64,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,25,5,9,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,301,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16522,4,3,-1,'Legionnaire\'s Mail Chestpiece',31185,3,36864,0,1,75727,15145,5,64,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,301,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16523,4,3,-1,'Legionnaire\'s Mail Leggings',31186,3,36864,0,1,78075,15615,7,64,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,20,5,11,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,301,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16524,4,3,-1,'Champion\'s Mail Shoulders',30382,3,36864,0,1,59033,11806,3,64,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,7,16,5,15,4,5,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,301,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16525,4,3,-1,'Legionnaire\'s Chain Breastplate',31048,3,36864,1,1,78643,15728,5,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,361,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16526,4,3,-1,'Champion\'s Chain Headguard',31184,3,36864,1,1,59198,11839,1,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,24,3,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,361,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16527,4,3,-1,'Legionnaire\'s Chain Leggings',30367,3,36864,1,1,79218,15843,7,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,3,12,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,361,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16528,4,3,-1,'Champion\'s Chain Pauldrons',31047,3,36864,1,1,59894,11978,3,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,361,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16530,4,3,-1,'Blood Guard\'s Chain Gauntlets',31182,3,36864,1,1,40036,8007,10,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,23157,1,0,0,-1,0,-1,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,361,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16531,4,3,-1,'Blood Guard\'s Chain Boots',31181,3,36864,1,1,60538,12107,8,4,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,361,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16532,4,3,-1,'First Sergeant\'s Mail Wristguards',27277,3,36864,1,1,0,0,9,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16533,4,1,-1,'Warlord\'s Silk Cowl',32999,4,36864,1,1,0,0,1,128,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,28,5,17,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,387,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (16534,4,1,-1,'General\'s Silk Trousers',32998,4,36864,1,1,0,0,7,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,26,6,10,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,387,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (16535,4,1,-1,'Warlord\'s Silk Raiment',33085,4,36864,1,1,0,0,20,128,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,28,5,17,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,387,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (16536,4,1,-1,'Warlord\'s Silk Amice',33089,4,36864,1,1,0,0,3,128,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,5,15,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,387,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16539,4,1,-1,'General\'s Silk Boots',32996,4,36864,1,1,0,0,8,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,23,5,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,387,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16540,4,1,-1,'General\'s Silk Handguards',32997,4,36864,1,1,0,0,10,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,22,5,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,387,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16541,4,4,-1,'Warlord\'s Plate Armor',30373,4,36864,1,1,0,0,5,1,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,33,4,16,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,383,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16542,4,4,-1,'Warlord\'s Plate Headpiece',30374,4,36864,1,1,0,0,1,1,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,34,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,815,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,383,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16543,4,4,-1,'General\'s Plate Leggings',30375,4,36864,1,1,0,0,7,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,28,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,383,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16544,4,4,-1,'Warlord\'s Plate Shoulders',30928,4,36864,1,1,0,0,3,1,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,23,4,18,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,383,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16545,4,4,-1,'General\'s Plate Boots',30370,4,36864,1,1,0,0,8,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,24,4,18,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,383,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16548,4,4,-1,'General\'s Plate Gauntlets',30371,4,36864,1,1,0,0,10,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,4,20,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,383,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16549,4,2,-1,'Warlord\'s Dragonhide Hauberk',32110,4,36864,1,1,0,0,5,1024,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,4,25,7,19,3,14,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,398,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16550,4,2,-1,'Warlord\'s Dragonhide Helmet',32134,4,36864,1,1,0,0,1,1024,-1,74,60,0,0,0,0,0,0,0,1,1,0,5,7,19,3,19,4,20,5,15,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,398,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16551,4,2,-1,'Warlord\'s Dragonhide Epaulets',32129,4,36864,1,1,0,0,3,1024,-1,74,60,0,0,0,0,0,0,0,1,1,0,5,7,13,3,14,4,14,6,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,398,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16552,4,2,-1,'General\'s Dragonhide Leggings',32108,4,36864,1,1,0,0,7,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,24,3,18,7,18,6,13,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,398,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16554,4,2,-1,'General\'s Dragonhide Boots',32106,4,36864,1,1,0,0,8,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,18,7,14,5,10,3,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,398,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (16555,4,2,-1,'General\'s Dragonhide Gloves',32107,4,36864,1,1,0,0,10,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,4,20,3,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,398,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16558,4,2,-1,'General\'s Leather Treads',32114,4,36864,1,1,0,0,8,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,25,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,393,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16560,4,2,-1,'General\'s Leather Mitts',32113,4,36864,1,1,0,0,10,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,23,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,393,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (16561,4,2,-1,'Warlord\'s Leather Helm',32132,4,36864,1,1,0,0,1,8,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,31,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,393,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16562,4,2,-1,'Warlord\'s Leather Spaulders',32131,4,36864,1,1,0,0,3,8,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,27,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,393,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16563,4,2,-1,'Warlord\'s Leather Breastplate',32115,4,36864,1,1,0,0,5,8,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,31,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,393,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16564,4,2,-1,'General\'s Leather Legguards',32112,4,36864,1,1,0,0,7,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,27,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,393,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16565,4,3,-1,'Warlord\'s Chain Chestpiece',32122,4,36864,1,1,0,0,5,4,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,3,23,7,28,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,587,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,396,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16566,4,3,-1,'Warlord\'s Chain Helmet',32135,4,36864,1,1,0,0,1,4,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,3,23,7,28,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,396,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16567,4,3,-1,'General\'s Chain Legguards',32120,4,36864,1,1,0,0,7,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,23,7,27,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,502,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,396,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16568,4,3,-1,'Warlord\'s Chain Shoulders',32125,4,36864,1,1,0,0,3,4,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,3,18,7,21,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,396,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16569,4,3,-1,'General\'s Chain Boots',32124,4,36864,1,1,0,0,8,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,18,7,20,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,396,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (16571,4,3,-1,'General\'s Chain Gloves',32119,4,36864,1,1,0,0,10,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,14,7,20,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,28539,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,396,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (16573,4,3,-1,'General\'s Mail Boots',32126,4,36864,1,1,0,0,8,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,22801,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,386,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16574,4,3,-1,'General\'s Mail Gauntlets',32100,4,36864,1,1,0,0,10,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,386,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (16577,4,3,-1,'Warlord\'s Mail Armor',32103,4,36864,1,1,0,0,5,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,35,5,20,4,9,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,386,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16578,4,3,-1,'Warlord\'s Mail Helm',32133,4,36864,1,1,0,0,1,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,35,5,19,4,11,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,386,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16579,4,3,-1,'General\'s Mail Leggings',32127,4,36864,1,1,0,0,7,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,23,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,386,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16580,4,3,-1,'Warlord\'s Mail Spaulders',32128,4,36864,1,1,0,0,3,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,18,5,18,4,17,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,386,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16581,12,0,-1,'Resonite Crystal',6688,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Magic stirs deep inside.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16583,15,1,-1,'Demonic Figurine',27454,1,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16602,12,0,-1,'Troll Charm',27471,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16603,12,0,-1,'Enchanted Resonite Crystal',6689,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20513,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16604,4,1,-1,'Moon Robes of Elune',27472,2,0,0,1,87,17,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (16605,4,1,-1,'Friar\'s Robes of the Light',27473,2,0,0,1,87,17,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (16606,4,1,-1,'Juju Hex Robes',27477,2,0,0,1,87,17,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (16607,4,1,-1,'Acolyte\'s Sacrificial Robes',27479,2,0,0,1,88,17,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (16608,4,2,-1,'Aquarius Belt',16947,3,0,0,1,2573,514,6,1024,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,32,6,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,62352,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (16622,2,2,-1,'Thornflinger',27492,2,0,0,1,136536,27307,15,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,126,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (16623,4,0,-1,'Opaline Medallion',9857,2,0,0,1,31135,7783,2,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (16642,12,0,-1,'Shredder Operating Manual - Chapter 1',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16643,12,0,-1,'Shredder Operating Manual - Chapter 2',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16644,12,0,-1,'Shredder Operating Manual - Chapter 3',7596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16645,12,0,-1,'Shredder Operating Manual - Page 1',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20529,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16646,12,0,-1,'Shredder Operating Manual - Page 2',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20529,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16647,12,0,-1,'Shredder Operating Manual - Page 3',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20529,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16648,12,0,-1,'Shredder Operating Manual - Page 4',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20529,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16649,12,0,-1,'Shredder Operating Manual - Page 5',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20530,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16650,12,0,-1,'Shredder Operating Manual - Page 6',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20530,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16651,12,0,-1,'Shredder Operating Manual - Page 7',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20530,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16652,12,0,-1,'Shredder Operating Manual - Page 8',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20530,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16653,12,0,-1,'Shredder Operating Manual - Page 9',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20531,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16654,12,0,-1,'Shredder Operating Manual - Page 10',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20531,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16655,12,0,-1,'Shredder Operating Manual - Page 11',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20531,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16656,12,0,-1,'Shredder Operating Manual - Page 12',7629,1,1088,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20531,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16658,4,1,-1,'Wildhunter Cloak',27514,2,0,0,1,8247,1649,16,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,19691,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (16659,4,2,-1,'Deftkin Belt',28270,2,0,0,1,4282,856,6,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (16660,4,6,-1,'Driftmire Shield',27517,2,0,0,1,11004,2200,14,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,3,5,3,4,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,10,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',24,0,0,0,0,12340), (16661,4,1,-1,'Soft Willow Cape',27521,2,0,0,1,5176,1035,16,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (16662,12,0,-1,'Fragment of the Dragon\'s Eye',22652,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16663,12,0,-1,'Blood of the Black Dragon Champion',16325,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16664,4,3,-1,'Ornate Bracers',26289,2,16,8192,1,46172,9234,9,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,1098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (16665,9,0,-1,'Tome of Tranquilizing Shot',1317,2,64,0,1,0,0,0,31236,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19801,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16666,4,3,-1,'Vest of Elements',31416,3,0,0,1,161841,32368,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,187,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16667,4,3,-1,'Coif of Elements',45174,3,0,0,1,120178,24035,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,5,23,7,13,6,12,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,187,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16668,4,3,-1,'Kilt of Elements',31415,3,0,0,1,147468,29493,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,5,6,20,5,15,4,12,7,7,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,187,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16669,4,3,-1,'Pauldrons of Elements',30925,3,0,0,1,109977,21995,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,4,5,15,7,14,6,6,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,187,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16670,4,3,-1,'Boots of Elements',31412,3,0,0,1,105136,21027,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,6,17,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,187,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16671,4,3,-1,'Bindings of Elements',31411,3,0,0,1,62932,12586,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,187,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16672,4,3,-1,'Gauntlets of Elements',31414,3,0,0,1,70299,14059,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,4,6,16,5,10,4,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,187,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16673,4,3,-1,'Cord of Elements',31413,3,0,0,1,67202,13440,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,4,5,17,4,9,6,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,187,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16674,4,3,-1,'Beaststalker\'s Tunic',31402,3,0,0,1,154969,30993,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,5,3,14,7,16,5,13,6,6,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,186,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16675,4,3,-1,'Beaststalker\'s Boots',31408,3,0,0,1,107106,21421,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,186,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16676,4,3,-1,'Beaststalker\'s Gloves',31406,3,0,0,1,71344,14268,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,4,3,10,6,10,7,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,186,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16677,4,3,-1,'Beaststalker\'s Cap',31410,3,0,0,1,115933,23186,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,3,14,7,20,5,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,186,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16678,4,3,-1,'Beaststalker\'s Pants',31403,3,0,0,1,153036,30607,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,4,3,18,6,12,7,6,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,186,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16679,4,3,-1,'Beaststalker\'s Mantle',31409,3,0,0,1,114114,22822,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,4,7,17,3,8,5,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,186,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16680,4,3,-1,'Beaststalker\'s Belt',31404,3,0,0,1,68941,13788,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,5,31,11,3,7,5,9,38,18,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,186,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16681,4,3,-1,'Beaststalker\'s Bindings',31405,3,0,0,1,65275,13055,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,3,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,186,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16682,4,1,-1,'Magister\'s Boots',29594,3,0,0,1,72914,14582,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,14,5,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,181,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16683,4,1,-1,'Magister\'s Bindings',29597,3,0,0,1,43827,8765,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,15,6,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,181,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16684,4,1,-1,'Magister\'s Gloves',29593,3,0,0,1,45468,9093,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,14,5,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,181,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16685,4,1,-1,'Magister\'s Belt',29596,3,0,0,1,43470,8694,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,21,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,181,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16686,4,1,-1,'Magister\'s Crown',31087,3,0,0,1,74182,14836,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,30,6,5,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,181,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16687,4,1,-1,'Magister\'s Leggings',29273,3,0,0,1,97928,19585,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,21,5,20,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,181,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16688,4,1,-1,'Magister\'s Robes',29591,3,0,0,1,101011,20202,20,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,31,6,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,181,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16689,4,1,-1,'Magister\'s Mantle',30211,3,0,0,1,72986,14597,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,22,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,181,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16690,4,1,-1,'Devout Robe',30422,3,0,0,1,101778,20355,20,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,24,6,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,182,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16691,4,1,-1,'Devout Sandals',30430,3,0,0,1,70029,14005,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,17,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,182,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16692,4,1,-1,'Devout Gloves',30427,3,0,0,1,46861,9372,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,17,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,182,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16693,4,1,-1,'Devout Crown',31104,3,0,0,1,76153,15230,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,24,6,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,182,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16694,4,1,-1,'Devout Skirt',30424,3,0,0,1,100531,20106,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,23,5,15,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,182,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16695,4,1,-1,'Devout Mantle',31103,3,0,0,1,74627,14925,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,21,6,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,182,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16696,4,1,-1,'Devout Belt',30425,3,0,0,1,45293,9058,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,20,6,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,182,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16697,4,1,-1,'Devout Bracers',30426,3,0,0,1,42887,8577,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,182,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16698,4,1,-1,'Dreadmist Mask',31263,3,0,0,1,77557,15511,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,23,7,15,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,183,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16699,4,1,-1,'Dreadmist Leggings',29797,3,0,0,1,102377,20475,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,21,7,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,183,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16700,4,1,-1,'Dreadmist Robe',29792,3,0,0,1,108329,21665,20,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,21,7,20,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,183,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16701,4,1,-1,'Dreadmist Mantle',29798,3,0,0,1,78254,15650,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,15,7,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,183,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16702,4,1,-1,'Dreadmist Belt',29793,3,0,0,1,42965,8593,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,17,7,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,183,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16703,4,1,-1,'Dreadmist Bracers',29795,3,0,0,1,40690,8138,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,10,7,10,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,183,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16704,4,1,-1,'Dreadmist Sandals',29799,3,0,0,1,68196,13639,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,17,6,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,183,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16705,4,1,-1,'Dreadmist Wraps',29800,3,0,0,1,45639,9127,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,14,5,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,183,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16706,4,2,-1,'Wildheart Vest',29974,3,0,0,1,125293,25058,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,185,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16707,4,2,-1,'Shadowcraft Cap',28180,3,0,0,1,93064,18612,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,3,20,7,18,38,26,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,184,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16708,4,2,-1,'Shadowcraft Spaulders',28179,3,0,0,1,90878,18175,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,22,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,184,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16709,4,2,-1,'Shadowcraft Pants',28161,3,0,0,1,123331,24666,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,25,7,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,184,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16710,4,2,-1,'Shadowcraft Bracers',24190,3,0,0,1,52230,10446,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,3,15,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,184,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16711,4,2,-1,'Shadowcraft Boots',28162,3,0,0,1,87528,17505,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,21,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,184,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16712,4,2,-1,'Shadowcraft Gloves',28166,3,0,0,1,58571,11714,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,4,3,14,38,20,7,9,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,184,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16713,4,2,-1,'Shadowcraft Belt',28177,3,0,0,1,55985,11197,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,4,3,14,7,10,31,9,38,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,184,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16714,4,2,-1,'Wildheart Bracers',29977,3,0,0,1,53013,10602,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,15,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,185,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16715,4,2,-1,'Wildheart Boots',29981,3,0,0,1,88833,17766,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,17,7,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,185,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16716,4,2,-1,'Wildheart Belt',29976,3,0,0,1,58105,11621,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,17,6,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,185,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16717,4,2,-1,'Wildheart Gloves',29979,3,0,0,1,61224,12244,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,6,21,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,185,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16718,4,2,-1,'Wildheart Spaulders',30412,3,0,0,1,96773,19354,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,9,6,8,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,185,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16719,4,2,-1,'Wildheart Kilt',29975,3,0,0,1,131300,26260,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,5,5,14,6,14,7,14,4,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,185,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16720,4,2,-1,'Wildheart Cowl',31228,3,0,0,1,100187,20037,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,5,20,6,20,7,10,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,185,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16721,4,2,-1,'Shadowcraft Tunic',28160,3,0,0,1,135865,27173,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,3,26,7,13,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,184,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16722,4,4,-1,'Lightforge Bracers',29968,3,0,0,1,71331,14266,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,4,7,10,6,8,4,7,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,188,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16723,4,4,-1,'Lightforge Belt',29966,3,0,0,1,75904,15180,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,4,5,15,6,6,7,9,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,188,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16724,4,4,-1,'Lightforge Gauntlets',29970,3,0,0,1,80008,16001,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,6,14,4,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,188,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16725,4,4,-1,'Lightforge Boots',29967,3,0,0,1,119550,23910,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,18,6,9,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,188,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16726,4,4,-1,'Lightforge Breastplate',29969,3,0,0,1,175392,35078,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,4,7,21,5,16,4,13,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,188,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16727,4,4,-1,'Lightforge Helm',31207,3,0,0,1,130028,26005,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,5,7,20,4,13,5,14,6,10,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,188,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16728,4,4,-1,'Lightforge Legplates',29972,3,0,0,1,171993,34398,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,5,4,20,7,14,5,12,6,9,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,188,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16729,4,4,-1,'Lightforge Spaulders',29971,3,0,0,1,127443,25488,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,5,7,15,5,11,4,9,6,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,188,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16730,4,4,-1,'Breastplate of Valor',29958,3,0,0,1,178058,35611,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,4,7,24,4,15,3,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,189,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16731,4,4,-1,'Helm of Valor',42241,3,0,0,1,131997,26399,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,7,23,4,15,3,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,189,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16732,4,4,-1,'Legplates of Valor',29963,3,0,0,1,179248,35849,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,4,4,23,7,15,3,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,189,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16733,4,4,-1,'Spaulders of Valor',29964,3,0,0,1,132813,26562,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,17,4,11,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,189,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16734,4,4,-1,'Boots of Valor',29960,3,0,0,1,126948,25389,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,4,7,20,4,8,3,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,189,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16735,4,4,-1,'Bracers of Valor',29961,3,0,0,1,76897,15379,9,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,4,7,14,4,7,3,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,189,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16736,4,4,-1,'Belt of Valor',29959,3,0,0,1,81796,16359,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,4,4,14,7,8,3,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,189,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16737,4,4,-1,'Gauntlets of Valor',29962,3,0,0,1,86195,17239,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,4,4,17,7,10,6,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,189,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (16738,4,1,-1,'Witherseed Gloves',27910,2,0,0,1,21176,4235,10,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,6,13,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (16739,4,2,-1,'Rugwood Mantle',27911,2,0,0,1,39848,7969,3,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (16740,4,1,-1,'Shredder Operating Gloves',27912,2,0,0,1,5162,1032,10,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (16741,4,2,-1,'Oilrag Handwraps',27913,2,0,0,1,6476,1295,10,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,3,6,8,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (16742,12,0,-1,'Warsong Saw Blades',27953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16743,12,0,-1,'Logging Rope',10301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16744,12,0,-1,'Warsong Oil',15773,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16745,12,0,-1,'Warsong Axe Shipment',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16746,12,0,-1,'Warsong Report',15274,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16747,15,0,-1,'Broken Lock',7842,0,0,0,1,110,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16748,15,0,-1,'Padded Lining',7418,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16762,12,0,-1,'Fathom Core',24037,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16763,12,0,-1,'Warsong Runner Update',3023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16764,12,0,-1,'Warsong Scout Update',3023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16765,12,0,-1,'Warsong Outrider Update',3023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16766,0,5,-1,'Undermine Clam Chowder',24733,1,0,0,1,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (16767,9,5,-1,'Recipe: Undermine Clam Chowder',1102,1,64,0,1,3000,750,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20626,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a hot Undermine Clam Chowder.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16768,4,0,-1,'Furbolg Medicine Pouch',28187,2,0,0,1,150000,37500,23,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20631,0,0,0,1200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (16769,2,4,-1,'Furbolg Medicine Totem',28194,2,0,0,1,133081,26616,13,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,7,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (16782,12,0,-1,'Strange Water Globe',27227,2,2048,1,1,0,0,0,-1,-1,21,21,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,6922,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16783,12,0,-1,'Bundle of Reports',1093,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16784,12,0,-1,'Sapphire of Aku\'Mai',6614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16785,12,0,-1,'Rokaro\'s Letter',18010,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2531,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16786,12,0,-1,'Black Dragonspawn Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16787,12,0,-1,'Amulet of Draconic Subversion',28261,1,0,0,1,0,0,2,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19937,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16788,4,6,-1,'Captain Rackmore\'s Wheel',28407,2,0,0,1,25476,5095,14,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,14,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (16789,2,19,-1,'Captain Rackmore\'s Tiller',28408,2,0,0,1,29962,5992,26,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,58,4,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (16790,15,0,-1,'Damp Note',24153,1,2048,1,1,0,0,0,-1,-1,17,17,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,6564,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16791,4,1,-1,'Silkstream Cuffs',26168,2,0,0,1,9562,1912,9,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,3,7,4,6,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (16792,2,4,-1,'Giant Club',6794,2,16,8192,1,44431,8886,21,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,5242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (16793,4,3,-1,'Arcmetal Shoulders',28454,2,0,0,1,21766,4353,3,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (16794,4,3,-1,'Gripsteel Wristguards',23729,2,0,0,1,14499,2899,9,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,3,7,5,4,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (16795,4,1,-1,'Arcanist Crown',31517,4,0,0,1,110640,22128,1,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,7,16,5,27,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,10,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,201,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16796,4,1,-1,'Arcanist Leggings',30582,4,0,0,1,137456,27491,7,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,10,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,201,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16797,4,1,-1,'Arcanist Mantle',30586,4,0,0,1,103491,20698,3,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,21,6,5,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,7,0,0,0,0,21618,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,201,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16798,4,1,-1,'Arcanist Robes',30581,4,0,0,1,138520,27704,20,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,25,6,10,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,10,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,201,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16799,4,1,-1,'Arcanist Bindings',30584,4,0,0,1,69526,13905,9,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,15,7,8,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,201,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16800,4,1,-1,'Arcanist Boots',30587,4,0,0,1,104677,20935,8,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,201,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16801,4,1,-1,'Arcanist Gloves',30585,4,0,0,1,70050,14010,10,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,10,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,7,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,201,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16802,4,1,-1,'Arcanist Belt',30583,4,0,0,1,70316,14063,6,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,10,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,201,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16803,4,1,-1,'Felheart Slippers',31975,4,0,0,1,105874,21174,8,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,5,11,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,7,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,203,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16804,4,1,-1,'Felheart Bracers',31970,4,0,0,1,70841,14168,9,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,11,6,8,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,203,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16805,4,1,-1,'Felheart Gloves',31971,4,0,0,1,71107,14221,10,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,8,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,7,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,203,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16806,4,1,-1,'Felheart Belt',31969,4,0,0,1,71373,14274,6,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,8,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,7,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,203,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16807,4,1,-1,'Felheart Shoulder Pads',31974,4,0,0,1,107459,21491,3,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,7,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,7,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,203,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16808,4,1,-1,'Felheart Horns',31987,4,0,0,1,107847,21569,1,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,10,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,10,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,203,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16809,4,1,-1,'Felheart Robes',31973,4,0,0,1,144328,28865,20,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,10,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,203,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16810,4,1,-1,'Felheart Pants',31972,4,0,0,1,144860,28972,7,256,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,19,6,10,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,10,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,203,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16811,4,1,-1,'Boots of Prophecy',31718,4,0,0,1,109033,21806,8,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,15,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,7,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,202,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16812,4,1,-1,'Gloves of Prophecy',30620,4,0,0,1,72955,14591,10,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,7,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,202,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16813,4,1,-1,'Circlet of Prophecy',31371,4,0,0,1,112688,22537,1,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,27,6,20,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,10,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,202,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16814,4,1,-1,'Pants of Prophecy',28198,4,0,0,1,150783,30156,7,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,10,0,0,0,0,21626,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,202,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16815,4,1,-1,'Robes of Prophecy',31490,4,0,0,1,136910,27382,20,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,27,6,17,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,10,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,202,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16816,4,1,-1,'Mantle of Prophecy',30623,4,0,0,1,103081,20616,3,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,7,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,202,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16817,4,1,-1,'Girdle of Prophecy',30621,4,0,0,1,68987,13797,6,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,22,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,7,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,202,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16818,4,1,-1,'Netherwind Belt',34046,4,0,0,1,78182,15636,6,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,10,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16819,4,1,-1,'Vambraces of Prophecy',30617,4,0,0,1,69511,13902,9,16,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,14,6,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,21624,1,0,0,-1,0,-1,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,202,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16820,4,2,-1,'Nightslayer Chestpiece',31105,4,0,0,1,174444,34888,5,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,29,7,20,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,10,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,204,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16821,4,2,-1,'Nightslayer Cover',31514,4,0,0,1,131332,26266,1,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,19,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,10,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,204,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16822,4,2,-1,'Nightslayer Pants',31340,4,0,0,1,175774,35154,7,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,33,7,15,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,10,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,204,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16823,4,2,-1,'Nightslayer Shoulder Pads',31504,4,0,0,1,132315,26463,3,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,26,7,12,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,7,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,204,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16824,4,2,-1,'Nightslayer Boots',31109,4,0,0,1,132814,26562,8,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,3,26,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,7,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,204,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16825,4,2,-1,'Nightslayer Bracelets',31106,4,0,0,1,88875,17775,9,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,3,20,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,204,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16826,4,2,-1,'Nightslayer Gloves',31503,4,0,0,1,89199,17839,10,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,18,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,7,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,204,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16827,4,2,-1,'Nightslayer Belt',31339,4,0,0,1,89531,17906,6,8,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,17,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,7,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,204,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16828,4,2,-1,'Cenarion Belt',31722,4,0,0,1,89863,17972,6,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,22,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,7,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,205,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16829,4,2,-1,'Cenarion Boots',31724,4,0,0,1,138866,27773,8,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,13,6,15,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,7,0,0,0,0,21625,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,205,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16830,4,2,-1,'Cenarion Bracers',31725,4,0,0,1,92901,18580,9,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,14,6,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,205,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16831,4,2,-1,'Cenarion Gloves',31726,4,0,0,1,93233,18646,10,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,15,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,7,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,205,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16832,4,2,-1,'Bloodfang Spaulders',33653,4,0,0,1,158445,31689,3,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,25,7,17,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,10,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16833,4,2,-1,'Cenarion Vestments',31797,4,0,0,1,187796,37559,20,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,16,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,10,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,205,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16834,4,2,-1,'Cenarion Helm',32790,4,0,0,1,141332,28266,1,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,28,6,13,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,10,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,205,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16835,4,2,-1,'Cenarion Leggings',31729,4,0,0,1,171119,34223,7,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,19,6,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,205,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16836,4,2,-1,'Cenarion Spaulders',32016,4,0,0,1,128838,25767,3,1024,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,7,0,0,0,0,21618,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,205,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16837,4,3,-1,'Earthfury Boots',31830,4,0,0,1,155894,31178,8,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,10,6,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,7,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,207,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16838,4,3,-1,'Earthfury Belt',31829,4,0,0,1,103858,20771,6,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,21,6,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,7,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,207,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16839,4,3,-1,'Earthfury Gauntlets',31834,4,0,0,1,104256,20851,10,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,13,6,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,7,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,207,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16840,4,3,-1,'Earthfury Bracers',31831,4,0,0,1,104655,20931,9,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,207,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16841,4,3,-1,'Earthfury Vestments',31832,4,0,0,1,210109,42021,20,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,27,6,13,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,10,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,207,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16842,4,3,-1,'Earthfury Helmet',31835,4,0,0,1,158164,31632,1,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,13,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,10,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,207,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16843,4,3,-1,'Earthfury Legguards',31836,4,0,0,1,211684,42336,7,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,19,6,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,0,0,10,0,0,0,0,21627,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,207,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16844,4,3,-1,'Earthfury Epaulets',31833,4,0,0,1,160069,32013,3,64,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,10,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,7,0,0,0,0,21618,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,207,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16845,4,3,-1,'Giantstalker\'s Breastplate',32022,4,0,0,1,218973,43794,5,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,18,5,11,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,10,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,206,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16846,4,3,-1,'Giantstalker\'s Helmet',32028,4,0,0,1,164828,32965,1,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,3,16,5,15,6,8,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,10,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,206,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16847,4,3,-1,'Giantstalker\'s Leggings',32029,4,0,0,1,220568,44113,7,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,3,22,5,6,6,8,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,0,0,10,0,0,0,0,7597,1,0,0,-1,0,-1,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,206,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16848,4,3,-1,'Giantstalker\'s Epaulets',32030,4,0,0,1,166762,33352,3,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,3,16,5,5,6,9,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,7,0,0,0,0,15464,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,206,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16849,4,3,-1,'Giantstalker\'s Boots',32040,4,0,0,1,167347,33469,8,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,19,6,6,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,7,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,206,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16850,4,3,-1,'Giantstalker\'s Bracers',32021,4,0,0,1,111470,22294,9,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,3,14,5,6,6,5,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,206,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16851,4,3,-1,'Giantstalker\'s Belt',32019,4,0,0,1,111869,22373,6,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,3,12,5,9,6,4,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,7,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,206,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16852,4,3,-1,'Giantstalker\'s Gloves',32024,4,0,0,1,112268,22453,10,4,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,3,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,7,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,206,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16853,4,4,-1,'Lawbringer Chestguard',31505,4,0,0,1,262865,52573,5,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,21,6,13,7,26,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,855,0,10,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,208,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16854,4,4,-1,'Lawbringer Helm',31506,4,0,0,1,197470,39494,1,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,24,6,10,7,20,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,10,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,208,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16855,4,4,-1,'Lawbringer Legplates',31352,4,0,0,1,239542,47908,7,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,18,6,18,7,24,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,0,0,0,0,10,0,0,0,0,21625,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,208,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16856,4,4,-1,'Lawbringer Spaulders',31510,4,0,0,1,180011,36002,3,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,15,6,8,7,22,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,7,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,208,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16857,4,4,-1,'Lawbringer Bracers',31509,4,0,0,1,121379,24275,9,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,8,6,11,7,11,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,208,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16858,4,4,-1,'Lawbringer Belt',31353,4,0,0,1,121847,24369,6,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,20,6,8,7,15,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,7,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,208,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16859,4,4,-1,'Lawbringer Boots',31354,4,0,0,1,182083,36416,8,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,13,6,10,7,20,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,7,0,0,0,0,21624,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,208,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16860,4,4,-1,'Lawbringer Gauntlets',31507,4,0,0,1,122770,24554,10,2,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,15,6,14,7,15,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,7,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,208,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16861,4,4,-1,'Bracers of Might',31020,4,0,0,1,126591,25318,9,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,23,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,209,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16862,4,4,-1,'Sabatons of Might',31025,4,0,0,1,189145,37829,8,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,26,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,7,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,209,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16863,4,4,-1,'Gauntlets of Might',31022,4,0,0,1,127527,25505,10,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,17,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,7,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,209,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16864,4,4,-1,'Belt of Might',31019,4,0,0,1,127983,25596,6,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,7,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,209,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16865,4,4,-1,'Breastplate of Might',31021,4,0,0,1,255443,51088,5,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,28,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,855,0,10,0,0,0,0,0,0,0,13676,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,209,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16866,4,4,-1,'Helm of Might',41847,4,0,0,1,191914,38382,1,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,35,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,10,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,209,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16867,4,4,-1,'Legplates of Might',31023,4,0,0,1,257305,51461,7,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,23,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,0,0,0,0,10,0,0,0,0,13665,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,209,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16868,4,4,-1,'Pauldrons of Might',31024,4,0,0,1,193289,38657,3,1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,7,22,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,7,0,0,0,0,13675,1,0,0,-1,0,-1,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,209,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16869,12,0,-1,'The Skull of Scryer',28497,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16870,12,0,-1,'The Skull of Somnus',28497,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16871,12,0,-1,'The Skull of Chronalis',28497,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16872,12,0,-1,'The Skull of Axtroz',28497,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16873,4,2,-1,'Braidfur Gloves',28522,2,0,0,1,12346,2469,10,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,3,5,7,7,5,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (16882,15,0,-1,'Battered Junkbox',15692,1,4,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16883,15,0,-1,'Worn Junkbox',15692,1,4,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16884,15,0,-1,'Sturdy Junkbox',15590,1,4,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,61,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16885,15,0,-1,'Heavy Junkbox',15590,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,599,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16886,2,7,-1,'Outlaw Sabre',28586,3,0,0,1,27462,5492,13,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,67,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,20732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (16887,4,0,-1,'Witch\'s Finger',28588,3,0,0,1,7954,1988,23,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (16888,12,0,-1,'Dull Drakefire Amulet',26584,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16889,2,10,-1,'Polished Walking Staff',28592,2,0,0,1,15467,3093,17,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,50,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (16890,2,7,-1,'Slatemetal Cutlass',28593,2,0,0,1,12416,2483,13,-1,-1,24,0,0,0,0,0,0,0,0,0,1,0,2,4,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,35,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (16891,2,7,-1,'Claystone Shortsword',28608,2,0,0,1,8486,1697,13,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (16892,0,0,-1,'Lesser Soulstone',6009,1,66,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20762,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16893,0,0,-1,'Soulstone',6009,1,66,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20763,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16894,2,10,-1,'Clear Crystal Rod',28610,2,0,0,1,9967,1993,17,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,51,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (16895,0,0,-1,'Greater Soulstone',6009,1,66,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20764,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16896,0,0,-1,'Major Soulstone',6009,1,66,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20765,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16897,4,2,-1,'Stormrage Chestguard',30536,4,0,0,1,199981,39996,5,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,25,6,17,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,10,10,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16898,4,2,-1,'Stormrage Boots',30542,4,0,0,1,150533,30106,8,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,10,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16899,4,2,-1,'Stormrage Handguards',34016,4,0,0,1,100731,20146,10,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,19,6,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,10,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16900,4,2,-1,'Stormrage Cover',33655,4,0,0,1,151659,30331,1,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,31,6,12,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,10,10,0,0,0,0,21626,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16901,4,2,-1,'Stormrage Legguards',30540,4,0,0,1,202963,40592,7,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,10,0,0,0,10,0,0,0,18034,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16902,4,2,-1,'Stormrage Pauldrons',30546,4,0,0,1,152770,30554,3,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,21,6,10,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,10,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16903,4,2,-1,'Stormrage Belt',30541,4,0,0,1,102222,20444,6,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,10,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,10,0,0,0,0,9315,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16904,4,2,-1,'Stormrage Bracers',30548,4,0,0,1,102597,20519,9,1024,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,214,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16905,4,2,-1,'Bloodfang Chestpiece',33650,4,0,0,1,205945,41189,5,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,26,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,10,10,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16906,4,2,-1,'Bloodfang Boots',31111,4,0,0,1,155007,31001,8,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,25,7,17,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,10,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16907,4,2,-1,'Bloodfang Gloves',33651,4,0,0,1,103713,20742,10,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,20,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,10,0,0,0,0,43588,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16908,4,2,-1,'Bloodfang Hood',33743,4,0,0,1,156133,31226,1,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,27,7,25,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,10,10,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16909,4,2,-1,'Bloodfang Pants',31115,4,0,0,1,193975,38795,7,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,37,7,17,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,10,0,0,0,10,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16910,4,2,-1,'Bloodfang Belt',31110,4,0,0,1,97363,19472,6,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,15,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,10,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16911,4,2,-1,'Bloodfang Bracers',31127,4,0,0,1,97738,19547,9,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,3,23,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,213,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16912,4,1,-1,'Netherwind Boots',34044,4,0,0,1,117736,23547,8,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,10,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16913,4,1,-1,'Netherwind Gloves',34041,4,0,0,1,78783,15756,10,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,6,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16914,4,1,-1,'Netherwind Crown',34218,4,0,0,1,118625,23725,1,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,7,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,10,10,0,0,0,0,21619,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16915,4,1,-1,'Netherwind Pants',34039,4,0,0,1,158767,31753,7,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,27,6,5,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,10,0,0,0,10,0,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16916,4,1,-1,'Netherwind Robes',34038,4,0,0,1,159368,31873,20,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,8,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,10,10,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16917,4,1,-1,'Netherwind Mantle',34254,4,0,0,1,119964,23992,3,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,13,6,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,10,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16918,4,1,-1,'Netherwind Bindings',34045,4,0,0,1,80276,16055,9,128,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,210,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16919,4,1,-1,'Boots of Transcendence',34055,4,0,0,1,120865,24173,8,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,10,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16920,4,1,-1,'Handguards of Transcendence',34051,4,0,0,1,80876,16175,10,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16921,4,1,-1,'Halo of Transcendence',34233,4,0,0,1,121753,24350,1,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,27,6,22,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,10,0,10,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16922,4,1,-1,'Leggings of Transcendence',34049,4,0,0,1,162938,32587,7,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,21,6,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,10,10,0,0,0,18033,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16923,4,1,-1,'Robes of Transcendence',34047,4,0,0,1,163539,32707,20,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,27,6,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,10,10,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16924,4,1,-1,'Pauldrons of Transcendence',34048,4,0,0,1,123092,24618,3,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,25,6,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,10,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16925,4,1,-1,'Belt of Transcendence',34053,4,0,0,1,84512,16902,6,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,9,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,10,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16926,4,1,-1,'Bindings of Transcendence',34052,4,0,0,1,84812,16962,9,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,13,6,16,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,211,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16927,4,1,-1,'Nemesis Boots',34015,4,0,0,1,127669,25533,8,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,6,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,10,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16928,4,1,-1,'Nemesis Gloves',34013,4,0,0,1,77281,15456,10,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,10,0,0,0,0,21347,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16929,4,1,-1,'Nemesis Skullcap',34369,4,0,0,1,116373,23274,1,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,6,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,10,10,0,0,0,0,21347,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16930,4,1,-1,'Nemesis Leggings',29857,4,0,0,1,155764,31152,7,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,4,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,10,0,0,0,10,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16931,4,1,-1,'Nemesis Robes',34014,4,0,0,1,156365,31273,20,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,8,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,10,10,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16932,4,1,-1,'Nemesis Spaulders',34022,4,0,0,1,117712,23542,3,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,13,6,6,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,10,0,0,0,0,0,0,0,21347,1,0,0,-1,0,-1,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16933,4,1,-1,'Nemesis Belt',34011,4,0,0,1,78775,15755,6,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,8,6,6,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16934,4,1,-1,'Nemesis Bracers',34012,4,0,0,1,79075,15815,9,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,11,6,6,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,212,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16935,4,3,-1,'Dragonstalker\'s Bracers',33666,4,0,0,1,119063,23812,9,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,16,5,6,6,6,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16936,4,3,-1,'Dragonstalker\'s Belt',33665,4,0,0,1,119501,23900,6,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,14,5,13,6,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,10,0,0,0,0,7597,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16937,4,3,-1,'Dragonstalker\'s Spaulders',34091,4,0,0,1,180727,36145,3,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,16,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,10,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16938,4,3,-1,'Dragonstalker\'s Legguards',33672,4,0,0,1,240804,48160,7,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,21,5,15,6,8,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,10,0,0,0,10,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16939,4,3,-1,'Dragonstalker\'s Helm',34367,4,0,0,1,181261,36252,1,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,18,5,16,6,8,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,10,10,0,0,0,0,7597,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16940,4,3,-1,'Dragonstalker\'s Gauntlets',33668,4,0,0,1,121291,24258,10,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,14,5,13,6,6,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,10,0,0,0,0,7597,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16941,4,3,-1,'Dragonstalker\'s Greaves',34269,4,0,0,1,188284,37656,8,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,20,5,6,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,10,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16942,4,3,-1,'Dragonstalker\'s Breastplate',33667,4,0,0,1,250835,50167,5,4,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,3,23,5,14,6,6,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,10,10,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,215,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16943,4,3,-1,'Bracers of Ten Storms',34079,4,0,0,1,125855,25171,9,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16944,4,3,-1,'Belt of Ten Storms',34078,4,0,0,1,126306,25261,6,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,11,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,10,0,0,0,0,18384,1,0,0,-1,0,-1,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16945,4,3,-1,'Epaulets of Ten Storms',34255,4,0,0,1,190980,38196,3,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,8,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,10,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16946,4,3,-1,'Legplates of Ten Storms',34084,4,0,0,1,254414,50882,7,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,20,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,10,0,0,0,10,0,0,0,18384,1,0,0,-1,0,-1,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16947,4,3,-1,'Helmet of Ten Storms',34217,4,0,0,1,191468,38293,1,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,12,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,10,10,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16948,4,3,-1,'Gauntlets of Ten Storms',34082,4,0,0,1,115910,23182,10,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,13,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,10,0,0,0,0,21626,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16949,4,3,-1,'Greaves of Ten Storms',34083,4,0,0,1,175317,35063,8,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,10,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16950,4,3,-1,'Breastplate of Ten Storms',34081,4,0,0,1,233622,46724,5,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,31,6,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,10,10,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,216,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16951,4,4,-1,'Judgement Bindings',33634,4,0,0,1,137572,27514,9,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,9,6,8,7,21,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16952,4,4,-1,'Judgement Belt',33633,4,0,0,1,138101,27620,6,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,20,6,6,7,14,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,10,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16953,4,4,-1,'Judgement Spaulders',34258,4,0,0,1,206369,41273,3,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,14,6,6,7,20,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,10,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16954,4,4,-1,'Judgement Legplates',33637,4,0,0,1,276707,55341,7,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,27,6,5,7,26,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,10,0,0,0,10,0,0,0,14799,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16955,4,4,-1,'Judgement Crown',45888,4,0,0,1,207921,41584,1,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,23,6,6,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,0,0,0,10,10,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16956,4,4,-1,'Judgement Gauntlets',33636,4,0,0,1,140201,28040,10,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,20,6,6,7,15,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,10,0,0,0,0,21626,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16957,4,4,-1,'Judgement Sabatons',33639,4,0,0,1,215129,43025,8,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,14,6,8,7,20,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,10,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16958,4,4,-1,'Judgement Breastplate',33635,4,0,0,1,288409,57681,5,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,21,6,5,7,21,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,10,10,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,217,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16959,4,4,-1,'Bracelets of Wrath',33982,4,0,0,1,145557,29111,9,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,27,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16960,4,4,-1,'Waistband of Wrath',33990,4,0,0,1,146085,29217,6,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,20,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,10,0,0,0,0,13676,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16961,4,4,-1,'Pauldrons of Wrath',34253,4,0,0,1,218255,43651,3,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,27,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,10,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16962,4,4,-1,'Legplates of Wrath',33986,4,0,0,1,292584,58516,7,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,27,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,10,0,0,0,10,0,0,0,13670,1,0,0,-1,0,-1,18185,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16963,4,4,-1,'Helm of Wrath',34215,4,0,0,1,219807,43961,1,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,40,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,0,0,0,10,10,0,0,0,0,18185,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16964,4,4,-1,'Gauntlets of Wrath',33984,4,0,0,1,148185,29637,10,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,20,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,10,0,0,0,0,13665,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16965,4,4,-1,'Sabatons of Wrath',33989,4,0,0,1,221380,44276,8,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,30,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,10,0,0,0,0,0,0,0,23515,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16966,4,4,-1,'Breastplate of Wrath',33983,4,0,0,1,296759,59351,5,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,40,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,10,10,0,0,0,0,0,0,18185,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,218,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16967,15,0,-1,'Feralas Ahi',24715,1,0,0,1,0,0,23,-1,-1,40,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16968,12,0,-1,'Sar\'theris Striker',24702,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16969,12,0,-1,'Savage Coast Blue Sailfin',18535,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16970,12,0,-1,'Misty Reed Mahi Mahi',28622,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16971,0,5,-1,'Clamlette Surprise',16211,1,0,0,1,1200,300,0,-1,-1,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (16972,12,0,-1,'Karang\'s Banner',6748,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20737,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16973,12,0,-1,'Vial of Dire Water',17898,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16974,12,0,-1,'Empty Water Vial',28732,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20814,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16975,4,1,-1,'Warsong Sash',28746,3,0,0,1,4067,813,6,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,5,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (16976,12,0,-1,'Murgut\'s Totem',10365,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16977,4,2,-1,'Warsong Boots',28749,3,0,0,1,7682,1536,8,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,3,8,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (16978,4,3,-1,'Warsong Gauntlets',28750,3,0,0,1,6168,1233,10,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,4,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (16979,4,1,-1,'Flarecore Gloves',28754,4,0,0,1,69471,13894,10,31632,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,14,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,25,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16980,4,1,-1,'Flarecore Mantle',28756,4,0,0,1,103164,20632,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,6,10,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,24,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16981,4,1,-1,'Owlbeard Bracers',16664,2,0,0,1,1460,292,9,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,3,5,2,7,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (16982,4,2,-1,'Corehound Boots',28770,4,0,0,1,121986,24397,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,24,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (16983,4,2,-1,'Molten Helm',28856,4,0,0,1,128545,25709,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,29,0,0,0,0,0,0,0,13669,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (16984,4,3,-1,'Black Dragonscale Boots',28760,4,0,0,1,157668,31533,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,24,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,489,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16985,4,1,-1,'Windseeker Boots',26026,2,0,0,1,4239,847,8,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (16986,4,3,-1,'Sandspire Gloves',28288,2,0,0,1,4254,850,10,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (16987,4,2,-1,'Screecher Belt',28767,2,0,0,1,4423,884,6,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,3,5,5,7,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (16988,4,3,-1,'Fiery Chain Shoulders',28773,4,0,0,1,146667,29333,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,14,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,25,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (16989,4,3,-1,'Fiery Chain Girdle',28774,4,0,0,1,93050,18610,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,7,10,5,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,24,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (16990,4,1,-1,'Spritekin Cloak',28775,2,0,0,1,4990,998,16,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (16991,12,0,-1,'Triage Bandage',25147,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20804,0,-20,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (16992,2,3,-1,'Smokey\'s Explosive Launcher',28786,2,0,0,1,154371,30874,26,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (16993,2,19,-1,'Smokey\'s Fireshooter',28818,2,0,0,1,154946,30989,26,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,132,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (16994,4,2,-1,'Duskwing Gloves',28822,2,0,0,1,51840,10368,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,14,7,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (16995,4,2,-1,'Duskwing Mantle',28823,2,0,0,1,78048,15609,3,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,17,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (16996,2,2,-1,'Gorewood Bow',28827,3,0,0,1,193241,38648,15,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,7,9,3,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16997,2,19,-1,'Stormrager',28828,3,0,0,1,193951,38790,26,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16998,4,6,-1,'Sacred Protector',28829,3,0,0,1,166110,33222,14,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (16999,4,0,-1,'Royal Seal of Alexis',28830,3,16,0,1,42837,10709,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,10,7,10,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (17001,4,0,-1,'Elemental Circle',28831,2,0,0,1,41258,10314,11,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (17002,2,0,-1,'Ichor Spitter',28834,2,0,0,1,216438,43287,13,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,17511,2,0,0.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (17003,2,4,-1,'Skullstone Hammer',28835,2,0,0,1,217195,43439,13,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,3,5,9,7,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (17004,2,10,-1,'Sarah\'s Guide',28836,2,0,0,1,272465,54493,17,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,2,7,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,142,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (17005,4,2,-1,'Boorguard Tunic',28837,2,0,0,1,8161,1632,5,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,2,3,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (17006,4,3,-1,'Cobalt Legguards',26995,2,0,0,1,9831,1966,7,-1,-1,27,0,0,0,0,0,0,0,0,0,1,0,3,7,7,4,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (17007,4,3,-1,'Stonerender Gauntlets',28838,4,0,0,1,58487,11697,10,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,6,20,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,10,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',63,0,0,0,0,12340), (17008,15,0,-1,'Small Scroll',1301,1,2048,1,1,0,0,0,-1,-1,28,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The scroll bears an insignia foreign to you.',0,0,0,6522,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17009,12,0,-1,'Ambassador Malcin\'s Head',14023,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17010,7,11,-1,'Fiery Core',28840,3,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17011,7,11,-1,'Lava Core',28841,3,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17012,7,6,-1,'Core Leather',28842,1,0,0,1,4000,1000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17013,4,4,-1,'Dark Iron Leggings',28843,4,0,0,1,231363,46272,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,863,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,180,0,0,0,'',64,0,0,0,0,12340), (17014,4,4,-1,'Dark Iron Bracers',28844,4,0,0,1,111213,22242,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,18,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,100,0,0,0,'',64,0,0,0,0,12340), (17015,2,7,-1,'Dark Iron Reaver',28848,3,0,0,1,267153,53430,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,134,0,0,0,0,0,0,6,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (17016,2,0,-1,'Dark Iron Destroyer',23276,3,0,0,1,268138,53627,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,134,0,0,0,0,0,0,6,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (17017,9,2,-1,'Pattern: Flarecore Mantle',1102,1,64,0,1,180000,45000,0,-1,-1,61,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20848,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Flarecore Mantle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17018,9,2,-1,'Pattern: Flarecore Gloves',1102,1,64,0,1,80000,20000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20849,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Flarecore Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17019,15,1,-1,'Arcane Dust',13123,1,0,0,1,700,175,0,-1,2047,42,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17020,15,1,-1,'Arcane Powder',7414,1,0,0,1,1000,250,0,-1,-1,56,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17021,15,1,-1,'Wild Berries',29165,1,0,0,1,700,175,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17022,9,1,-1,'Pattern: Corehound Boots',1102,1,64,0,1,150000,37500,0,-1,-1,59,0,165,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20853,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Corehound Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17023,9,1,-1,'Pattern: Molten Helm',1102,1,64,0,1,160000,40000,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20854,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Molten Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17024,15,1,-1,'Wild Root',28857,1,0,0,1,700,35,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17025,9,1,-1,'Pattern: Black Dragonscale Boots',1102,1,64,0,1,160000,40000,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20855,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Black Dragonscale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17026,15,1,-1,'Wild Thornroot',7406,1,0,0,1,1000,250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17027,15,1,-1,'Scented Candle',28859,1,0,0,1,400,100,0,-1,2047,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17028,15,1,-1,'Holy Candle',28860,1,0,0,1,700,175,0,-1,-1,48,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17029,15,1,-1,'Sacred Candle',28861,1,0,0,1,1000,250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17030,5,0,-1,'Ankh',18725,1,0,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17031,15,1,-1,'Rune of Teleportation',20984,1,0,0,1,1000,250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17032,15,1,-1,'Rune of Portals',28862,1,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17033,15,1,-1,'Symbol of Divinity',28863,1,0,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17034,15,1,-1,'Maple Seed',7287,1,0,0,1,200,50,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17035,15,1,-1,'Stranglethorn Seed',7287,1,0,0,1,400,100,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17036,15,1,-1,'Ashwood Seed',7287,1,0,0,1,800,200,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17037,15,1,-1,'Hornbeam Seed',7287,1,0,0,1,1400,350,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17038,15,1,-1,'Ironwood Seed',7287,1,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17039,2,4,-1,'Skullbreaker',28869,2,0,0,1,41585,8317,13,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (17042,2,3,-1,'Nail Spitter',28870,2,0,0,1,28530,5706,26,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,49,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (17043,4,1,-1,'Zealot\'s Robe',28871,2,0,0,1,15275,3055,20,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,3,7,12,5,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (17044,4,0,-1,'Will of the Martyr',23716,3,0,0,1,60155,15038,2,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (17045,4,0,-1,'Blood of the Martyr',28682,3,0,0,1,59387,14846,11,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (17046,2,0,-1,'Gutterblade',28873,2,0,0,1,23983,4796,13,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,46,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (17047,4,1,-1,'Luminescent Amice',12473,2,0,0,1,6565,1313,3,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,3,7,6,5,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (17048,0,0,-1,'Rumsey Rum',18119,1,0,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20875,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17049,9,4,-1,'Plans: Fiery Chain Girdle',6270,3,64,0,1,90000,22500,0,-1,-1,59,0,164,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20872,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fiery Chain Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17050,4,1,-1,'Chan\'s Imperial Robes',28990,3,0,0,1,62683,12536,20,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,3,7,20,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,5,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17051,9,4,-1,'Plans: Dark Iron Bracers',6270,3,64,0,1,70000,17500,0,-1,-1,59,0,164,295,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20874,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17052,9,4,-1,'Plans: Dark Iron Leggings',6270,3,64,0,1,180000,45000,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20876,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17053,9,4,-1,'Plans: Fiery Chain Shoulders',6270,3,64,0,1,200000,50000,0,-1,-1,62,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fiery Chain Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17054,2,7,-1,'Joonho\'s Mercy',28876,3,0,0,1,143943,28788,13,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,91,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,20883,2,0,1.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (17055,2,4,-1,'Changuk Smasher',15887,3,0,0,1,144461,28892,13,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,3,7,6,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (17056,15,1,-1,'Light Feather',28877,1,0,0,1,30,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17057,15,1,-1,'Shiny Fish Scales',28878,1,0,0,1,0,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17058,15,1,-1,'Fish Oil',15773,1,0,0,1,0,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17059,9,4,-1,'Plans: Dark Iron Reaver',6270,3,64,0,1,220000,55000,0,-1,-1,65,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20890,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Dark Iron Reaver.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17060,9,4,-1,'Plans: Dark Iron Destroyer',6270,3,64,0,1,220000,55000,0,-1,-1,65,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20897,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Dark Iron Destroyer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17061,4,1,-1,'Juno\'s Shadow',28891,3,0,0,1,64441,12888,16,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,15,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (17062,9,5,-1,'Recipe: Mithril Head Trout',1102,1,64,0,1,2200,550,0,-1,-1,30,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,20916,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Mithril Head Trout.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17063,4,0,-1,'Band of Accuria',9840,4,524288,0,1,95846,23961,11,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,10,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15465,1,0,0,0,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17064,4,0,-1,'Shard of the Scale',26374,4,524288,0,1,183658,45914,12,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17065,4,0,-1,'Medallion of Steadfast Might',4841,4,0,0,1,133525,33381,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,13,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17066,4,6,-1,'Drillborer Disk',34110,4,0,0,1,226144,45228,14,-1,-1,67,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2918,0,0,0,0,0,0,0,0,0,15438,1,0,0,-1,0,-1,13675,1,0,0,-1,0,-1,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,60,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17067,4,0,-1,'Ancient Cornerstone Grimoire',29717,4,0,0,1,301810,75452,23,-1,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,6,11,5,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17490,0,0,0,900000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17068,2,0,-1,'Deathbringer',29161,4,0,0,1,392265,78453,13,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18138,2,0,-4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17069,2,2,-1,'Striker\'s Mark',30927,4,0,0,1,274840,54968,15,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,158,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9332,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17070,2,15,-1,'Fang of the Mystics',29706,4,0,0,1,382417,76483,21,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,86,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18384,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.2,0,0,0,'',65,0,0,0,0,12340), (17071,2,15,-1,'Gutgore Ripper',34111,4,0,0,1,379072,75814,13,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,119,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,21151,2,0,2.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17072,2,3,-1,'Blastershot Launcher',29163,4,0,0,1,288882,57776,26,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,167,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17073,2,5,-1,'Earthshaker',32162,4,0,0,1,459518,91903,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,263,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,21152,2,0,1,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17074,2,6,-1,'Shadowstrike',29176,4,1088,0,1,443341,88668,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,221,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,21170,2,0,2,-1,0,-1,21180,0,0,0,-1,1150,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17075,2,7,-1,'Vis\'kag the Bloodletter',32197,4,524288,0,1,408430,81686,13,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,21140,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17076,2,8,-1,'Bonereaver\'s Edge',32199,4,0,0,1,530337,106067,17,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,21153,2,0,1,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17077,2,19,-1,'Crimson Shocker',29195,4,0,0,1,268855,53771,26,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,2,0,0,0,0,0,10,0,0,0,0,2000,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17078,4,1,-1,'Sapphiron Drape',29719,4,0,0,1,120954,24190,16,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,5,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,6,0,6,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17082,4,0,-1,'Shard of the Flame',29722,4,524288,0,1,184585,46146,12,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23210,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17102,4,1,-1,'Cloak of the Shrouded Mists',29824,4,0,0,1,116819,23363,16,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,2,3,22,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,6,6,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17103,2,7,-1,'Azuresong Mageblade',29677,4,0,0,1,377159,75431,21,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,140,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18384,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-10,0,0,0,'',65,0,0,0,0,12340), (17104,2,1,-1,'Spinal Reaper',32200,4,0,0,1,501879,100375,17,-1,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,21185,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17105,2,4,-1,'Aurastone Hammer',34109,4,0,0,1,370747,74149,21,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,162,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21363,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-6,0,0,0,'',65,0,0,0,0,12340), (17106,4,6,-1,'Malistar\'s Defender',29702,4,0,0,1,255901,51180,14,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3244,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,68,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17107,4,1,-1,'Dragon\'s Blood Cape',29827,4,0,0,1,117617,23523,16,-1,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,7,22,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,5,0,0,5,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340), (17109,4,0,-1,'Choker of Enlightenment',9858,4,0,0,1,134500,33625,2,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17110,4,0,-1,'Seal of the Archmagus',29697,4,524288,0,1,98595,24648,11,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,5,11,7,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,6,6,6,0,0,0,21361,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17111,4,0,-1,'Blazefury Medallion',6484,4,0,0,1,138595,34648,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,13,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,7711,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17112,2,4,-1,'Empyrean Demolisher',29171,4,0,0,1,366213,73242,13,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,175,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17113,2,10,-1,'Amberseal Keeper',29703,4,0,0,1,465307,93061,17,-1,-1,67,60,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,229,0,0,0,0,0,0,5,5,5,5,5,3300,0,0,21636,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-7,0,0,0,'',65,0,0,0,0,12340), (17114,12,0,-1,'Araj\'s Phylactery Shard',20784,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17117,12,0,-1,'Rat Catcher\'s Flute',2618,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21050,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17118,12,0,-1,'Carton of Mystery Meat',28999,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Handle With Care.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17119,0,5,-1,'Deeprun Rat Kabob',29036,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (17124,12,0,-1,'Syndicate Emblem',17655,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17125,12,0,-1,'Seal of Ravenholdt',8918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17126,12,0,-1,'Elegant Letter',7726,1,0,0,1,0,0,0,31240,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,6681,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17142,2,15,-1,'Shard of the Defiler',29097,5,0,0,1,795578,159115,13,-1,-1,70,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,61,0,10,15,5,0,0,0,0,0,0,0,1100,0,0,21079,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17182,2,5,-1,'Sulfuras, Hand of Ragnaros',29698,5,0,0,1,802010,160402,17,-1,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,4,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,372,0,0,0,0,0,0,30,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,21162,2,0,1,-1,0,-1,21142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17183,4,6,-1,'Dented Buckler',2208,1,0,0,1,36,7,14,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17184,4,6,-1,'Small Shield',18480,1,0,0,1,36,7,14,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17185,4,6,-1,'Round Buckler',18509,1,0,1,1,260,52,14,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,2,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17186,4,6,-1,'Small Targe',18506,1,0,2,1,260,52,14,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,2,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17187,4,6,-1,'Banded Buckler',27782,1,0,0,1,1161,232,14,-1,-1,14,9,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17188,4,6,-1,'Ringed Buckler',18468,1,0,0,1,2447,489,14,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,6,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17189,4,6,-1,'Metal Buckler',18477,1,0,0,1,13054,2610,14,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,12,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17190,4,6,-1,'Ornate Buckler',18516,1,0,0,1,37647,7529,14,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17191,2,10,10,'Scepter of Celebras',57734,3,64,0,1,219396,43879,17,-1,-1,53,0,0,0,0,0,0,0,0,1,1,0,3,45,19,5,17,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,165,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17192,4,6,-1,'Reinforced Targe',2324,1,0,0,1,4820,964,14,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,8,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17193,2,5,-1,'Sulfuron Hammer',29699,4,0,0,1,477138,95427,17,-1,-1,67,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,295,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,21159,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17194,15,3,-1,'Holiday Spices',29164,1,0,0,5,10,0,0,32767,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17195,15,0,-1,'Fake Mistletoe',29165,1,0,0,1,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17196,0,5,-1,'Holiday Spirits',18079,1,0,0,1,50,12,0,32767,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17197,0,5,-1,'Gingerbread Cookie',29166,1,0,0,1,40,10,0,32767,-1,7,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (17198,0,5,-1,'Egg Nog',29172,1,0,0,1,36,9,0,-1,-1,10,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21149,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17200,9,5,-1,'Recipe: Gingerbread Cookie',811,1,64,0,1,25,6,0,32767,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21143,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to bake a Gingerbread Cookie.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17201,9,5,-1,'Recipe: Egg Nog',811,1,64,0,1,240,60,0,32767,-1,10,0,185,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21144,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Egg Nog.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17202,15,3,-1,'Snowball',29169,1,64,0,5,10,0,0,32767,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21343,0,-1,-1,1000,1197,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17203,7,7,-1,'Sulfuron Ingot',29174,4,0,0,1,400000,100000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17204,7,11,-1,'Eye of Sulfuras',29175,5,1024,0,1,800000,200000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21160,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17222,0,5,-1,'Spider Sausage',38257,1,0,0,1,1200,300,0,-1,-1,40,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (17223,2,6,-1,'Thunderstrike',29191,4,1088,0,1,436862,87372,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,221,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,21179,2,0,2,-1,0,-1,21181,0,0,0,-1,1150,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (17224,12,0,-1,'Scrying Scope',7365,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21171,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17242,13,0,-1,'Key to Salem\'s Chest',13290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21248,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Opens Dark Cleric Salem\'s Chest',0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17262,13,0,-1,'James\' Key',13290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21288,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Opens the stolen chest from the Cathedral of Light',0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17302,0,8,-1,'Blue Ribboned Holiday Gift',29444,1,512,0,1,0,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17303,0,8,-1,'Blue Ribboned Wrapping Paper',29442,1,512,0,1,10,2,0,32767,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17304,0,8,-1,'Green Ribboned Wrapping Paper',29440,1,512,0,1,10,2,0,32767,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17305,0,8,-1,'Green Ribboned Holiday Gift',29441,1,512,0,1,0,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17306,12,0,-1,'Stormpike Soldier\'s Blood',15711,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17307,0,8,-1,'Purple Ribboned Wrapping Paper',29443,1,512,0,1,10,2,0,32767,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17308,0,8,-1,'Purple Ribboned Holiday Gift',29445,1,512,0,1,0,0,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17309,12,0,-1,'Discordant Bracers',29311,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17310,12,0,-1,'Aspect of Neptulon',21672,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21332,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17322,12,0,-1,'Eye of the Emberseer',24730,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17323,12,0,-1,'Mulverick\'s Beacon',29312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21371,0,-1,0,0,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17324,12,0,-1,'Guse\'s Beacon',29312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21355,0,-1,0,0,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17325,12,0,-1,'Jeztor\'s Beacon',29312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21370,0,-1,0,0,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17326,12,0,-1,'Stormpike Soldier\'s Flesh',22024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Alliance: the other, other, OTHER, white meat.',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17327,12,0,-1,'Stormpike Lieutenant\'s Flesh',25475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17328,12,0,-1,'Stormpike Commander\'s Flesh',25467,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17329,12,0,-1,'Hand of Lucifron',29315,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17330,12,0,-1,'Hand of Sulfuron',29314,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17331,12,0,-1,'Hand of Gehennas',29317,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17332,12,0,-1,'Hand of Shazzrah',29316,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17333,12,0,-1,'Aqual Quintessence',21672,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21358,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17344,0,5,-1,'Candy Cane',29331,1,0,0,5,25,1,0,32767,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17345,12,0,-1,'Silithid Goo',6703,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ewww...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17346,12,0,-1,'Encrusted Silithid Object',29351,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17348,0,1,-1,'Major Healing Draught',15771,1,0,4,1,1000,250,0,-1,-1,55,45,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21393,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17349,0,1,-1,'Superior Healing Draught',29352,1,0,4,1,500,125,0,-1,-1,45,35,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21394,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17351,0,1,-1,'Major Mana Draught',29353,1,0,4,1,1000,250,0,-1,-1,55,45,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21395,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17352,0,1,-1,'Superior Mana Draught',29354,1,0,4,1,500,125,0,-1,-1,45,35,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21396,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17353,12,0,-1,'Stormpike Assault Orders',1096,1,0,0,1,0,0,0,2047,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17355,12,0,-1,'Rabine\'s Letter',3093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2551,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17362,12,0,-1,'Ryson\'s Beacon',29312,1,64,0,1,0,0,0,2047,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21537,0,-1,0,-1,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17363,12,0,-1,'Ryson\'s Beacon',29312,1,64,0,1,0,0,0,2047,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21538,0,-1,0,-1,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17364,12,0,-1,'Scrying Scope',7365,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21425,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17384,12,0,-1,'Zinfizzlex\'s Portable Shredder Unit',23475,3,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21544,0,0,0,0,951,2700000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,259200,0,0,'',0,0,0,0,0,12340), (17402,0,5,-1,'Greatfather\'s Winter Ale',18117,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17403,0,5,-1,'Steamwheedle Fizzy Spirits',18080,1,0,0,1,150,37,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17404,0,5,-1,'Blended Bean Brew',19873,1,0,0,5,125,6,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17405,15,3,-1,'Green Garden Tea',18091,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17406,0,5,-1,'Holiday Cheesewheel',6425,1,0,0,5,125,6,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (17407,0,5,-1,'Graccu\'s Homemade Meat Pie',1041,1,0,0,5,1000,50,0,32767,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17408,0,5,-1,'Spicy Beefstick',25469,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17410,12,0,-1,'Zinfizzlex\'s Portable Shredder Unit',23475,3,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21565,0,0,0,0,951,2700000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,259200,0,0,'',0,0,0,0,0,12340), (17411,12,0,-1,'Steamsaw',29451,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17413,9,0,-1,'Codex: Prayer of Fortitude',1143,3,32832,0,1,31000,7750,0,31248,-1,48,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Fortitude (Rank 1).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17414,9,0,-1,'Codex: Prayer of Fortitude II',1143,3,32832,0,1,59000,14750,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Fortitude (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17422,12,0,-1,'Armor Scraps',29468,1,0,0,1,10,2,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Return to your base blacksmith to help upgrade troops',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17423,12,0,-1,'Storm Crystal',26571,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17442,12,0,-1,'Frostwolf Assault Orders',1096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Give to Warmaster Garrick in the Field of Strife',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17502,12,0,-1,'Frostwolf Soldier\'s Medal',9310,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17503,12,0,-1,'Frostwolf Lieutenant\'s Medal',19462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17504,12,0,-1,'Frostwolf Commander\'s Medal',29571,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17505,12,0,-1,'Ichman\'s Beacon',29312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21728,0,-1,0,0,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17506,12,0,-1,'Vipore\'s Beacon',29312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21730,0,-1,0,0,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17507,12,0,-1,'Slidore\'s Beacon',29312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21729,0,-1,0,0,951,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17508,4,6,-1,'Forcestone Buckler',4405,2,0,0,1,39403,7880,14,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,2,7,3,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,17,0,85,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (17522,12,0,-1,'Irondeep Supplies',11449,1,0,0,1,8,2,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17523,4,1,-1,'Smokey\'s Drape',29630,2,0,0,1,57265,11453,16,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (17542,12,0,-1,'Coldtooth Supplies',7913,1,0,0,1,8,2,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17562,4,1,-1,'Knight-Lieutenant\'s Dreadweave Boots',31059,3,36864,2,1,39317,7863,8,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,5,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,346,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17564,4,1,-1,'Knight-Lieutenant\'s Dreadweave Gloves',31060,3,36864,2,1,26400,5280,10,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,346,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17566,4,1,-1,'Lieutenant Commander\'s Headguard',30341,3,36864,2,1,39889,7977,1,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,346,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17567,4,1,-1,'Knight-Captain\'s Dreadweave Leggings',30385,3,36864,2,1,53377,10675,7,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,346,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17568,4,1,-1,'Knight-Captain\'s Dreadweave Robe',31053,3,36864,2,1,49749,9949,20,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,346,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17569,4,1,-1,'Lieutenant Commander\'s Dreadweave Mantle',31066,3,36864,2,1,37455,7491,3,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,346,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17570,4,1,-1,'Champion\'s Dreadweave Hood',27258,3,36864,1,1,37599,7519,1,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,345,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17571,4,1,-1,'Legionnaire\'s Dreadweave Leggings',31032,3,36864,1,1,50324,10064,7,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,15,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,345,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17572,4,1,-1,'Legionnaire\'s Dreadweave Robe',27260,3,36864,1,1,50511,10102,20,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,345,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17573,4,1,-1,'Champion\'s Dreadweave Shoulders',30381,3,36864,1,1,38027,7605,3,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,345,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17576,4,1,-1,'Blood Guard\'s Dreadweave Boots',31026,3,36864,1,1,38454,7690,8,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,345,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17577,4,1,-1,'Blood Guard\'s Dreadweave Gloves',27256,3,36864,1,1,25732,5146,10,256,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,345,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17578,4,1,-1,'Field Marshal\'s Coronal',32979,4,36864,2,1,0,0,1,256,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,392,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (17579,4,1,-1,'Marshal\'s Dreadweave Leggings',33007,4,36864,2,1,0,0,7,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,392,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (17580,4,1,-1,'Field Marshal\'s Dreadweave Shoulders',33002,4,36864,2,1,0,0,3,256,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,392,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (17581,4,1,-1,'Field Marshal\'s Dreadweave Robe',33001,4,36864,2,1,0,0,20,256,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,392,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (17583,4,1,-1,'Marshal\'s Dreadweave Boots',33006,4,36864,2,1,0,0,8,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,5,13,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,392,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (17584,4,1,-1,'Marshal\'s Dreadweave Gloves',32995,4,36864,2,1,0,0,10,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,392,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17586,4,1,-1,'General\'s Dreadweave Boots',33076,4,36864,1,1,0,0,8,256,32767,71,60,0,0,0,0,0,0,0,1,1,0,2,7,22,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,391,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (17588,4,1,-1,'General\'s Dreadweave Gloves',33077,4,36864,1,1,0,0,10,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,391,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17590,4,1,-1,'Warlord\'s Dreadweave Mantle',33088,4,36864,1,1,0,0,3,256,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,391,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (17591,4,1,-1,'Warlord\'s Dreadweave Hood',33071,4,36864,1,1,0,0,1,256,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,391,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (17592,4,1,-1,'Warlord\'s Dreadweave Robe',33079,4,36864,1,1,0,0,20,256,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,391,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (17593,4,1,-1,'General\'s Dreadweave Pants',30380,4,36864,1,1,0,0,7,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,391,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (17594,4,1,-1,'Knight-Lieutenant\'s Satin Boots',31061,3,36864,2,1,38167,7633,8,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,344,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17596,4,1,-1,'Knight-Lieutenant\'s Satin Gloves',31062,3,36864,2,1,25633,5126,10,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,344,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17598,4,1,-1,'Lieutenant Commander\'s Diadem',31065,3,36864,2,1,38734,7746,1,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,344,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17599,4,1,-1,'Knight-Captain\'s Satin Leggings',25198,3,36864,2,1,51837,10367,7,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,5,13,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,344,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17600,4,1,-1,'Knight-Captain\'s Satin Robes',31058,3,36864,2,1,53403,10680,20,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,344,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17601,4,1,-1,'Lieutenant Commander\'s Satin Amice',31067,3,36864,2,1,40196,8039,3,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,344,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17602,4,1,-1,'Field Marshal\'s Headdress',32980,4,36864,2,1,0,0,1,16,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,389,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (17603,4,1,-1,'Marshal\'s Satin Pants',32991,4,36864,2,1,0,0,7,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,389,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (17604,4,1,-1,'Field Marshal\'s Satin Mantle',33005,4,36864,2,1,0,0,3,16,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,389,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (17605,4,1,-1,'Field Marshal\'s Satin Vestments',32984,4,36864,2,1,0,0,20,16,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,389,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (17607,4,1,-1,'Marshal\'s Satin Sandals',32992,4,36864,2,1,0,0,8,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,5,18,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,389,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (17608,4,1,-1,'Marshal\'s Satin Gloves',32990,4,36864,2,1,0,0,10,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,23043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,389,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (17610,4,1,-1,'Champion\'s Satin Cowl',31030,3,36864,1,1,37587,7517,1,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,342,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17611,4,1,-1,'Legionnaire\'s Satin Trousers',31033,3,36864,1,1,50308,10061,7,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,5,13,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,342,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17612,4,1,-1,'Legionnaire\'s Satin Vestments',30351,3,36864,1,1,50500,10100,20,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,342,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17613,4,1,-1,'Champion\'s Satin Shoulderpads',31031,3,36864,1,1,38015,7603,3,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,342,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17616,4,1,-1,'Blood Guard\'s Satin Boots',31027,3,36864,1,1,39477,7895,8,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,342,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17617,4,1,-1,'Blood Guard\'s Satin Gloves',31028,3,36864,1,1,26411,5282,10,16,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,342,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17618,4,1,-1,'General\'s Satin Boots',33080,4,36864,1,1,0,0,8,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,390,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (17620,4,1,-1,'General\'s Satin Gloves',33081,4,36864,1,1,0,0,10,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,390,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (17622,4,1,-1,'Warlord\'s Satin Mantle',33083,4,36864,1,1,0,0,3,16,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,390,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (17623,4,1,-1,'Warlord\'s Satin Cowl',33082,4,36864,1,1,0,0,1,16,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,390,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (17624,4,1,-1,'Warlord\'s Satin Robes',33084,4,36864,1,1,0,0,20,16,-1,74,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,390,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (17625,4,1,-1,'General\'s Satin Leggings',26021,4,36864,1,1,0,0,7,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,30,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,390,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (17626,12,0,-1,'Frostwolf Muzzle',29653,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21794,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17642,12,0,-1,'Alterac Ram Hide',29671,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17643,12,0,-1,'Frostwolf Hide',29671,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17662,12,0,-1,'Stolen Treats',8928,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Deliver to: Smokywood Pastures Retail',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17682,9,0,-1,'Book: Gift of the Wild',1317,3,64,0,1,35000,8750,0,32256,-1,50,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21849,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Gift of the Wild (Rank 1).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17683,9,0,-1,'Book: Gift of the Wild II',1317,3,64,0,1,59000,14750,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21850,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Gift of the Wild (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17684,12,0,-1,'Theradric Crystal Carving',29731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17685,15,0,-1,'Smokywood Pastures Sampler',29692,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17686,2,2,-1,'Master Hunter\'s Bow',20555,2,0,0,1,50963,10192,15,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (17687,2,3,-1,'Master Hunter\'s Rifle',8095,2,0,0,1,51155,10231,26,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (17688,4,4,-1,'Jungle Boots',29693,2,0,0,1,28479,5695,8,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,4,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (17689,12,0,-1,'Stormpike Training Collar',10301,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21866,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17690,4,0,-1,'Frostwolf Insignia Rank 1',31475,2,32832,1,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,22563,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17691,4,0,-1,'Stormpike Insignia Rank 1',31480,2,32832,2,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,22564,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17692,4,0,-1,'Horn Ring',4284,2,0,0,1,3525,881,11,-1,-1,23,0,0,0,0,0,0,0,0,0,1,0,2,7,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (17693,12,0,-1,'Coated Cerulean Vial',22429,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21884,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17694,4,0,-1,'Band of the Fist',4284,2,0,0,1,3525,881,11,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,2,3,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (17695,4,1,-1,'Chestnut Mantle',16572,2,0,0,1,4654,930,3,-1,-1,26,0,0,0,0,0,0,0,0,0,1,0,2,5,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (17696,12,0,-1,'Filled Cerulean Vial',45599,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21885,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17702,12,0,-1,'Celebrian Rod',29948,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17703,12,0,-1,'Celebrian Diamond',29691,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17704,2,0,-1,'Edge of Winter',29759,2,0,0,1,45891,9178,13,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,16407,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (17705,2,7,-1,'Thrash Blade',29769,3,0,0,1,164273,32854,13,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21919,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17706,9,4,-1,'Plans: Edge of Winter',15274,2,64,0,1,3800,950,0,32767,-1,38,0,164,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21913,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make the Edge of Winter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17707,4,0,-1,'Gemshard Heart',29842,3,64,0,1,46525,11631,2,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,3,5,10,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17708,0,2,-1,'Elixir of Frost Power',4136,1,0,0,1,140,35,0,-1,-1,38,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21920,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17709,9,6,-1,'Recipe: Elixir of Frost Power',1301,1,64,0,1,2000,500,0,32767,-1,38,0,171,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21923,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Frost Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17710,2,15,-1,'Charstone Dirk',29872,3,0,0,1,177417,35483,13,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17711,4,4,-1,'Elemental Rockridge Leggings',29880,3,0,0,1,124642,24928,7,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,3,7,18,4,20,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17712,15,0,-1,'Winter Veil Disguise Kit',29903,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21848,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For when the weather outside is frightful...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17713,4,0,-1,'Blackstone Ring',23629,3,524288,0,1,58565,14641,11,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17714,4,3,-1,'Bracers of the Stone Princess',29890,3,0,0,1,55433,11086,9,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,2,7,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17715,4,1,-1,'Eye of Theradras',29894,3,0,0,1,55626,11125,1,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,3,5,20,7,13,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17716,7,3,-1,'Snowmaster 9000',29895,1,1088,0,1,30000,7500,0,-1,-1,38,0,202,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21935,0,0,0,0,991,86400000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17717,2,3,-1,'Megashot Rifle',4427,3,0,0,1,132130,26426,26,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,1700,3,100,21433,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17718,4,6,-1,'Gizlock\'s Hypertech Buckler',29896,3,0,0,1,113150,22630,14,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,10,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1835,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,32,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17719,2,7,-1,'Inventor\'s Focal Sword',29897,3,0,0,1,160531,32106,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17720,9,3,-1,'Schematic: Snowmaster 9000',15274,2,64,0,1,2400,600,0,32767,-1,38,0,202,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21940,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Snowmaster 9000.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17721,4,2,-1,'Gloves of the Greatfather',29898,2,0,0,1,11341,2268,10,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (17722,9,1,-1,'Pattern: Gloves of the Greatfather',1102,2,64,0,1,2800,700,0,32767,-1,38,0,165,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21943,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Gloves of the Greatfather.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17723,4,0,-1,'Green Holiday Shirt',29901,1,0,0,1,3000,750,4,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17724,9,2,-1,'Pattern: Green Holiday Shirt',1102,1,64,0,1,1500,375,0,32767,-1,38,0,197,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Green Holiday Shirt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17725,9,8,-1,'Formula: Enchant Weapon - Winter\'s Might',11431,2,64,0,1,3000,750,0,32767,-1,38,0,333,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21931,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase Frost spell power by 7.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17726,15,0,-1,'Smokywood Pastures Special Gift',29902,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17727,15,0,-1,'Smokywood Pastures Gift Pack',24053,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17728,4,2,-1,'Albino Crocscale Boots',30172,3,0,0,1,62291,12458,8,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,3,3,20,7,5,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17730,2,1,-1,'Gatorbite Axe',29907,3,0,0,1,214760,42952,17,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,176,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,21949,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17732,4,1,-1,'Rotgrip Mantle',29908,3,0,0,1,51916,10383,3,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,17,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17733,2,4,-1,'Fist of Stone',29910,3,16,0,1,173679,34735,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,21951,2,0,2,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,1), (17734,4,4,-1,'Helm of the Mountain',29911,3,0,0,1,91326,18265,1,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,230,0,0,0,'',47,0,0,0,0,12340), (17735,15,0,-1,'The Feast of Winter Veil',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2571,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17736,4,3,-1,'Rockgrip Gauntlets',29912,3,0,0,1,52660,10532,10,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17737,4,0,-1,'Cloud Stone',29914,3,0,0,1,40655,10163,23,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17738,2,13,-1,'Claw of Celebras',29915,3,0,0,1,166759,33351,22,-1,-1,52,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,21952,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17739,4,1,-1,'Grovekeeper\'s Drape',29916,3,0,0,1,45428,9085,16,-1,-1,52,46,0,0,0,0,0,0,0,0,1,0,2,7,12,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17740,4,2,-1,'Soothsayer\'s Headdress',29941,3,0,0,1,57006,11401,1,-1,-1,52,46,0,0,0,0,0,0,0,0,1,0,2,7,7,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,18036,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17741,4,1,-1,'Nature\'s Embrace',29918,3,0,0,1,57580,11516,20,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17742,4,2,-1,'Fungus Shroud Armor',29919,3,0,0,1,72253,14450,5,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,3,25,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17743,2,10,-1,'Resurgence Rod',22391,3,0,0,1,203740,40748,17,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,209,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,18378,1,0,0,-1,0,-1,20969,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17744,4,0,-1,'Heart of Noxxion',29922,3,0,0,1,36125,9031,12,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,21954,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17745,2,19,-1,'Noxious Shooter',29924,3,0,0,1,112600,22520,26,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,7,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,104,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17746,4,4,-1,'Noxxion\'s Shackles',29925,3,0,0,1,53042,10608,9,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,5,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17747,0,8,-1,'Razorlash Root',6624,1,0,0,1,2000,500,0,-1,-1,50,40,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21955,0,-1,0,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17748,4,1,-1,'Vinerot Sandals',29927,3,0,0,1,45539,9107,8,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17749,4,2,-1,'Phytoskin Spaulders',29928,3,0,0,1,57127,11425,3,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,3,3,16,7,10,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17750,4,1,-1,'Chloromesh Girdle',29929,3,0,0,1,30578,6115,6,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17751,4,2,-1,'Brusslehide Leggings',29930,3,0,0,1,76724,15344,7,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,5,19,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,15,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17752,2,15,-1,'Satyr\'s Lash',29931,3,524288,0,1,143929,28785,13,-1,-1,50,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18205,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (17753,2,2,-1,'Verdant Keeper\'s Aim',29932,3,0,0,1,130234,26046,15,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,29637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17754,4,3,-1,'Infernal Trickster Leggings',29934,3,0,0,1,86971,17394,7,-1,-1,50,44,0,0,0,0,0,0,0,0,1,0,3,3,20,5,9,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (17755,4,1,-1,'Satyrmane Sash',14456,3,0,0,1,29094,5818,6,-1,-1,50,44,0,0,0,0,0,0,0,0,1,0,2,5,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (17756,12,0,-1,'Shadowshard Fragment',6688,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17757,12,0,-1,'Amulet of Spirits',13024,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21960,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17758,12,0,-1,'Amulet of Union',29935,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A great deal of power radiates from the amulet...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17759,4,0,-1,'Mark of Resolution',23717,3,0,0,1,41230,10307,12,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21956,0,0,0,300000,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (17760,12,0,-1,'Seed of Life',19492,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17761,12,0,-1,'Gem of the First Khan',4777,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21957,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Found on the body of Kolk...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17762,12,0,-1,'Gem of the Second Khan',6851,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21957,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Found on the body of Gelk...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17763,12,0,-1,'Gem of the Third Khan',18707,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21957,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Found on the body of Magra...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17764,12,0,-1,'Gem of the Fourth Khan',1659,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21957,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Found on the body of Maraudos...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17765,12,0,-1,'Gem of the Fifth Khan',6496,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21957,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Found on the body of Veng...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17766,2,5,-1,'Princess Theradras\' Scepter',29939,3,0,0,1,224318,44863,17,-1,-1,54,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,190,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,21961,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17767,4,3,-1,'Bloomsprout Headpiece',29942,3,0,0,1,68052,13610,1,-1,-1,51,46,0,0,0,0,0,0,0,0,1,0,2,7,18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17768,4,0,-1,'Woodseed Hoop',23608,2,0,0,1,31565,7891,11,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,5,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17769,4,3,-1,'Sagebrush Spaulders',29944,2,16,8192,1,43366,8673,3,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,0,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (17770,4,4,-1,'Branchclaw Gauntlets',30957,2,0,0,1,33894,6778,10,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,1,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,21346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17771,7,7,-1,'Elementium Bar',29946,5,0,0,1,400000,100000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17772,4,0,-1,'Zealous Shadowshard Pendant',15420,2,0,0,1,28530,7132,2,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (17773,4,0,-1,'Prodigious Shadowshard Pendant',15420,2,0,0,1,28530,7132,2,-1,-1,42,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (17774,4,0,-1,'Mark of the Chosen',29947,2,0,0,1,24535,6133,12,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21969,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17775,4,1,-1,'Acumen Robes',29951,2,0,0,1,39208,7841,20,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17776,4,2,-1,'Sprightring Helm',29952,2,0,0,1,36889,7377,1,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,3,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17777,4,3,-1,'Relentless Chain',29953,2,0,0,1,55059,11011,5,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17778,4,2,-1,'Sagebrush Girdle',29954,2,0,0,1,23028,4605,6,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17779,4,4,-1,'Hulkstone Pauldrons',29955,2,0,0,1,48446,9689,3,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,7,13,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (17780,2,15,-1,'Blade of Eternal Darkness',29957,4,64,0,1,233983,46796,13,-1,-1,54,49,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,70,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,21978,1,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,-5,0,0,0,'',63,0,0,0,0,12340), (17781,12,0,-1,'The Pariah\'s Instructions',7798,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2591,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17782,4,0,-1,'Talisman of Binding Shard',6494,5,16,0,1,134500,33625,2,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,3,4,13,7,8,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,21991,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17802,2,7,-1,'Thunderfury, Blessed Blade of the Windseeker DEPRECATED',30606,5,16,8192,1,629643,125928,21,-1,-1,80,100,0,0,0,0,0,0,0,1,1,0,0,3,5,7,8,51,8,55,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,21992,2,0,0,-1,0,-1,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-20,0,0,0,'',0,0,0,0,0,15595), (17822,12,0,-1,'Frostwolf Maps',1322,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17823,12,0,-1,'Stormpike Battle Plans',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17849,12,0,-1,'Stormpike Banner',23520,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17850,12,0,-1,'Frostwolf Banner',6748,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17882,0,8,-1,'QAEnchant Chest +100 Health',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22089,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (17886,4,0,-1,'QA Test Ring +285 Spell Damage',7899,3,0,8192,1,0,0,11,-1,-1,435,1,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What the combat specialist wants, the combat specialist gets... PEWPEWLAWLZ',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (17887,0,8,-1,'QAEnchant 2H Weapon +9 Damage',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22094,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (17900,4,0,-1,'Stormpike Insignia Rank 2',31480,2,32832,2,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21346,1,0,0,-1,0,-1,22564,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17901,4,0,-1,'Stormpike Insignia Rank 3',31481,2,32832,2,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21346,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,22564,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17902,4,0,-1,'Stormpike Insignia Rank 4',31482,3,32832,2,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21596,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,22564,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17903,4,0,-1,'Stormpike Insignia Rank 5',31483,3,32832,2,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,21600,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,22564,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17904,4,0,-1,'Stormpike Insignia Rank 6',31484,4,32832,2,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,20885,1,0,0,-1,0,-1,13670,1,0,0,-1,0,-1,22564,0,0,0,0,1091,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Eye of Command',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17905,4,0,-1,'Frostwolf Insignia Rank 2',31475,2,32832,1,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21346,1,0,0,-1,0,-1,22563,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17906,4,0,-1,'Frostwolf Insignia Rank 3',31476,2,32832,1,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21346,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,22563,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17907,4,0,-1,'Frostwolf Insignia Rank 4',31477,3,32832,1,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21596,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,22563,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17908,4,0,-1,'Frostwolf Insignia Rank 5',31478,3,32832,1,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,21600,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,22563,0,0,0,120000,1091,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17909,4,0,-1,'Frostwolf Insignia Rank 6',31479,4,32832,1,1,0,0,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,20885,1,0,0,-1,0,-1,13670,1,0,0,-1,0,-1,22563,0,0,0,0,1091,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Eye of Command',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17922,4,2,-1,'Lionfur Armor',30171,2,0,0,1,629,125,5,-1,-1,10,5,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (17943,2,4,-1,'Fist of Stone',29910,3,0,0,1,176174,35234,13,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,21951,2,0,2,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (17962,15,0,-1,'Blue Sack of Gems',2588,2,2052,0,1,19050,4762,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17963,15,0,-1,'Green Sack of Gems',3568,2,4,0,1,854,213,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17964,15,0,-1,'Gray Sack of Gems',1282,2,4,0,1,22050,5512,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17965,15,0,-1,'Yellow Sack of Gems',1168,2,4,0,1,854,213,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17966,1,0,-1,'Onyxia Hide Backpack',30271,2,0,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17967,7,6,-1,'Refined Scale of Onyxia',20914,3,0,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17968,7,11,-1,'Charged Scale of Onyxia',20914,3,0,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (17969,15,0,-1,'Red Sack of Gems',4056,2,4,0,1,19095,4773,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (17982,4,0,-1,'Ragnaros Core',28682,3,0,0,1,95846,23961,11,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18002,2,1,-1,'Forest Mushroom Cap',30294,1,0,0,1,25,1,17,-1,-1,5,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (18022,4,0,-1,'Royal Seal of Alexis',28830,3,0,0,1,42837,10709,11,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,5,10,7,10,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18042,6,2,-1,'Thorium Headed Arrow',62289,2,0,0,200,4000,10,24,-1,-1,57,52,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,18,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18043,4,2,-1,'Coal Miner Boots',2373,3,0,0,1,77476,15495,8,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,7,9,4,10,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18044,2,4,-1,'Hurley\'s Tankard',30436,3,0,0,1,207391,41478,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,7,12,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,132,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18045,0,5,-1,'Tender Wolf Steak',30437,1,0,0,1,1200,300,0,-1,-1,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (18046,9,5,-1,'Recipe: Tender Wolf Steak',1301,1,64,0,1,12000,3000,0,-1,-1,45,0,185,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,22480,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Tender Wolf Steak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18047,4,3,-1,'Flame Walkers',30439,3,0,0,1,113883,22776,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,10,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18048,2,4,-1,'Mastersmith\'s Hammer',30440,3,0,0,1,246023,49204,21,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9343,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18082,2,10,-1,'Zum\'rah\'s Vexing Cane',30472,3,0,0,1,140809,28161,17,-1,-1,47,42,0,0,0,0,0,0,0,1,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (18083,4,1,-1,'Jumanza Grips',30474,3,0,0,1,22613,4522,10,-1,-1,47,42,0,0,0,0,0,0,0,1,1,0,3,5,11,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (18102,4,1,-1,'Dragonrider Boots',14617,3,0,0,1,77220,15444,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,16,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,10,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18103,4,0,-1,'Band of Rumination',24022,3,524288,0,1,61010,15252,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21620,1,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18104,4,3,-1,'Feralsurge Girdle',30492,3,0,0,1,77787,15557,6,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18142,12,0,-1,'Severed Night Elf Head',19540,1,0,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18143,12,0,-1,'Tuft of Gnome Hair',30532,1,0,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18144,12,0,-1,'Human Bone Chip',13806,1,0,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18145,12,0,-1,'Tauren Hoof',23358,1,0,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18146,12,0,-1,'Darkspear Troll Mojo',30533,1,0,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18147,12,0,-1,'Forsaken Heart',3422,1,0,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18148,12,0,-1,'Skull of Korrak',7741,1,2048,0,1,0,0,0,-1,-1,60,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18149,12,0,-1,'Rune of Recall',24572,2,64,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22563,0,-20,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18150,12,0,-1,'Rune of Recall',20220,2,64,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22564,0,-20,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18151,12,0,-1,'Filled Amethyst Phial',8547,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18152,12,0,-1,'Amethyst Phial',8547,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22562,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18153,12,0,-1,'Red Moro\'gai Gem',30534,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22567,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18154,0,8,-1,'Blizzard Stationery',30658,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18160,9,5,-1,'Recipe: Thistle Tea',1102,2,64,0,1,200,50,0,-1,-1,15,0,185,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,9513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew a Thistle Tea.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18168,4,6,-1,'Force Reactive Disk',41067,4,0,0,1,236463,47292,14,-1,-1,65,60,202,300,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2916,0,0,0,0,0,0,0,0,0,22618,1,0,0,-1,0,-1,22620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,4,0,0,58,0,120,0,0,128,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',65,0,0,0,0,12340), (18169,12,0,-1,'Flame Mantle of the Dawn',30562,2,64,0,1,100000,25000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22593,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18170,12,0,-1,'Frost Mantle of the Dawn',30563,2,64,0,1,100000,25000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22594,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18171,12,0,-1,'Arcane Mantle of the Dawn',30564,2,64,0,1,100000,25000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22598,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18172,12,0,-1,'Nature Mantle of the Dawn',30565,2,64,0,1,100000,25000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22597,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18173,12,0,-1,'Shadow Mantle of the Dawn',30566,2,64,0,1,100000,25000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22596,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18182,12,0,-1,'Chromatic Mantle of the Dawn',30567,2,64,0,1,400000,100000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22599,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18202,2,13,-1,'Eskhandar\'s Left Claw',30594,4,0,0,1,366284,73256,22,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,94,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,22639,2,0,2.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,261,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18203,2,13,-1,'Eskhandar\'s Right Claw',30595,4,0,0,1,367614,73522,21,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,94,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,22640,2,0,2.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,261,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18204,4,1,-1,'Eskhandar\'s Pelt',30577,4,0,0,1,110683,22136,16,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18205,4,0,-1,'Eskhandar\'s Collar',16132,4,0,0,1,133150,33287,2,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18206,12,0,-1,'Dwarf Spine',6349,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18207,12,0,-1,'Orc Tooth',30593,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18208,4,1,-1,'Drape of Benediction',15273,4,0,0,1,113705,22741,16,-1,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,13,7,11,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18222,15,0,-1,'Thorny Vine',30600,0,0,0,1,12280,3070,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18223,15,0,-1,'Serrated Petal',30601,0,0,0,1,24568,6142,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18224,15,0,-1,'Lasher Root',6501,0,0,0,1,6912,1728,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18225,15,0,-1,'Worn Running Shoes',30602,0,0,0,1,560,140,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18226,15,0,-1,'A Sealed Pact',18010,0,0,0,1,1633,408,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18227,15,0,-1,'Nubless Pacifier',20628,0,0,0,1,995,248,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This item has seen much use.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18228,15,0,-1,'Autographed Picture of Foror & Tigule',30603,0,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The mystery remains unsolved.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18229,15,0,-1,'Nat Pagle\'s Guide to Extreme Anglin\'',12547,0,0,0,1,3163,790,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This book is missing every page but the last.',2611,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18230,15,0,-1,'Broken I.W.I.N. Button',12410,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'If only it worked.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18231,4,0,-1,'Sleeveless T-Shirt',30605,1,0,0,1,1445,361,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'On the inside collar it reads, \'Inspected by Earl Z. Moade.\'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18232,7,3,-1,'Field Repair Bot 74A',19503,1,0,0,1,40000,10000,0,-1,-1,60,0,202,300,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22700,0,-1,-1,0,1193,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18233,15,0,-1,'Tear Stained Handkerchief',18170,0,0,0,1,520,130,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The owner of this item could have probably used a hug.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18234,15,0,-1,'Document from Boomstick Imports',24154,0,0,0,1,900,225,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You think that you can make out some numbers. This appears to be a repair bill.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18236,15,0,-1,'Gordok Chew Toy',13433,0,0,0,1,10864,2716,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18237,15,0,-1,'Mastiff Jawbone',21368,0,0,0,1,6490,1622,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18238,4,2,-1,'Shadowskin Gloves',15753,3,0,0,1,16609,3321,10,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (18239,9,1,-1,'Pattern: Shadowskin Gloves',1102,1,64,0,1,3500,875,0,-1,-1,40,0,165,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shadowskin Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18240,7,11,-1,'Ogre Tannin',292,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18241,15,5,-1,'Black War Steed Bridle',30608,4,4096,2,1,0,0,0,-1,1101,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18242,15,5,-1,'Reins of the Black War Tiger',17606,4,4096,2,1,0,0,0,-1,1101,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22723,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18243,15,5,-1,'Black Battlestrider',59463,4,4096,2,1,0,0,0,262143,1101,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18244,15,5,-1,'Black War Ram',17343,4,4096,2,1,0,0,0,-1,1101,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18245,15,5,-1,'Horn of the Black War Wolf',16208,4,4096,1,1,0,0,0,-1,690,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22724,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18246,15,5,-1,'Whistle of the Black War Raptor',17494,4,4096,1,1,0,0,0,262143,690,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22721,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18247,15,5,-1,'Black War Kodo',29447,4,4096,1,1,0,0,0,-1,690,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18248,15,5,-1,'Red Skeletal Warhorse',17786,4,4096,1,1,0,0,0,262143,690,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22722,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18249,13,0,-1,'Crescent Key',20802,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18250,15,0,-1,'Gordok Shackle Key',22071,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used with Gordok ogre shackles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18251,0,6,-1,'Core Armor Kit',30647,3,64,0,1,20000,5000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22725,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18252,9,1,-1,'Pattern: Core Armor Kit',6270,3,64,0,1,200000,50000,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Core Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18253,0,1,-1,'Major Rejuvenation Potion',37846,1,0,0,1,4000,1000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22729,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18254,0,5,-1,'Runn Tum Tuber Surprise',26733,1,0,0,1,72,18,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22731,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18255,0,5,-1,'Runn Tum Tuber',21974,1,0,0,1,60,15,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18256,7,11,-1,'Imbued Vial',51757,1,0,0,5,20000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18257,9,6,-1,'Recipe: Major Rejuvenation Potion',6270,3,64,0,1,200000,50000,0,-1,-1,60,0,171,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Major Rejuvenation Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18258,12,0,-1,'Gordok Ogre Suit',30611,2,0,0,1,0,0,0,-1,-1,55,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22736,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It lifts AND supports!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18259,9,8,-1,'Formula: Enchant Weapon - Spellpower',7798,3,64,0,1,30000,7500,0,-1,-1,60,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22749,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase spell power by 30.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18260,9,8,-1,'Formula: Enchant Weapon - Healing Power',7798,3,64,0,1,30000,7500,0,-1,-1,60,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22750,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase spell power by 29.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18261,12,0,-1,'Book of Incantations',1103,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18262,0,8,-1,'Elemental Sharpening Stone',21072,2,64,0,1,5000,1250,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22756,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18263,4,1,-1,'Flarecore Wraps',27972,4,0,0,1,73454,14690,9,1535,-1,64,60,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,7,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18264,9,4,-1,'Plans: Elemental Sharpening Stone',6270,3,64,0,1,100000,25000,0,-1,-1,60,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22757,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elemental Sharpening Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18265,9,2,-1,'Pattern: Flarecore Wraps',6270,3,64,0,1,120000,30000,0,-1,-1,64,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22759,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Flarecore Wraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18266,13,0,-1,'Gordok Courtyard Key',7737,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2557,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18267,9,5,-1,'Recipe: Runn Tum Tuber Surprise',1301,2,64,0,1,20000,5000,0,-1,-1,55,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Runn Tum Tuber Surprise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18268,13,0,-1,'Gordok Inner Door Key',3118,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,429,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18269,0,0,-1,'Gordok Green Grog',18119,2,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22789,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18282,2,3,-1,'Core Marksman Rifle',31210,4,0,0,1,278089,55617,26,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,148,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,21434,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18283,7,3,-1,'Biznicks 247x128 Accurascope',7326,3,64,0,1,100000,25000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22779,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18284,0,0,-1,'Kreeg\'s Stout Beatdown',18115,2,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22790,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18285,15,0,-1,'Crystallized Mana Shard',2516,0,0,0,1,18234,4558,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18286,15,0,-1,'Condensed Mana Fragment',30634,0,0,0,1,11812,2953,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18287,0,5,-1,'Evermurky',18080,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Tastes better going down than coming up!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18288,0,5,-1,'Molasses Firewater',7921,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do not consume near open flames.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18289,4,0,-1,'Barbed Thorn Necklace',9860,3,0,0,1,38804,9701,2,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18290,9,3,-1,'Schematic: Biznicks 247x128 Accurascope',6270,3,64,0,1,120000,30000,0,-1,-1,60,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22793,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Biznicks 247x128 Accurascope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18291,9,3,-1,'Schematic: Force Reactive Disk',6270,3,64,0,1,120000,30000,0,-1,-1,65,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22797,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Force Reactive Disk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18292,9,3,-1,'Schematic: Core Marksman Rifle',6270,3,64,0,1,120000,30000,0,-1,-1,65,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22795,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Core Marksman Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18294,0,2,-1,'Elixir of Greater Water Breathing',3665,1,0,0,1,1000,250,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22807,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18295,4,1,-1,'Phasing Boots',30639,3,0,0,1,57913,11582,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,3325,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (18296,4,3,-1,'Marksman Bands',30643,3,0,0,1,61610,12322,9,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,3,12,7,6,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18297,0,0,-1,'Thornling Seed',30650,1,0,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22792,0,-1,-1,900000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18298,4,2,-1,'Unbridled Leggings',30654,3,0,0,1,103427,20685,7,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,18,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,21601,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18299,12,0,-1,'Hydrospawn Essence',17889,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18300,0,5,-1,'Hyjal Nectar',21845,1,0,0,1,4000,200,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18301,2,19,-1,'Lethtendris\'s Wand',30660,2,0,0,1,146815,29363,26,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,113,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18302,4,0,-1,'Band of Vigor',30661,2,0,0,1,30122,7530,11,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,4,8,7,7,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18303,4,6,-1,'Nimble Buckler',4403,3,0,8192,1,65244,13048,14,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,4,7,7,7,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18304,4,3,-1,'Greenroot Mail',30663,3,0,8192,1,55543,11108,5,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,5,17,7,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18305,4,4,-1,'Breakwater Legguards',30671,2,0,0,1,125789,25157,7,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18306,4,1,-1,'Gloves of Shadowy Mist',30669,2,0,0,1,36075,7215,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18307,4,1,-1,'Riptide Shoes',30667,2,0,0,1,55815,11163,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18308,4,2,-1,'Clever Hat',30670,2,0,0,1,70030,14006,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18309,4,2,-1,'Gloves of Restoration',30672,3,0,0,1,59044,11808,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,7,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18310,2,7,-1,'Fiendish Machete',30673,3,0,0,1,237032,47406,13,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,112,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,22836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18311,2,10,-1,'Quel\'dorei Channeling Rod',28511,3,0,0,1,283224,56644,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,5,18,7,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,167,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18312,4,4,-1,'Energized Chestplate',30675,3,0,0,1,167149,33429,5,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,4,13,7,20,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18313,4,4,-1,'Helm of Awareness',41372,3,0,0,1,119602,23920,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,0,0,0,0,0,0,0,13670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18314,4,0,-1,'Ring of Demonic Guile',24646,3,0,0,1,48400,12100,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18315,4,0,-1,'Ring of Demonic Potency',28812,3,0,0,1,48400,12100,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18317,4,0,-1,'Tempest Talisman',9853,3,0,0,1,50012,12503,2,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18318,4,3,-1,'Merciful Greaves',30679,3,0,0,1,110286,22057,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18319,4,3,-1,'Fervent Helm',30680,3,0,0,1,104945,20989,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,21601,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,3441,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18320,4,3,-1,'Demonheart Spaulders',30681,3,0,8192,1,45590,9118,3,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,3,10,7,10,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18321,2,4,-1,'Energetic Rod',30915,3,0,0,1,246601,49320,21,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,107,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18322,4,2,-1,'Waterspout Boots',6779,3,0,0,1,88385,17677,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18323,2,2,-1,'Satyr\'s Bow',30683,3,0,0,1,164943,32988,15,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18324,2,1,-1,'Waveslicer',13360,3,0,0,1,275949,55189,17,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,185,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18325,4,2,-1,'Felhide Cap',30685,3,0,0,1,83089,16617,1,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,3,21,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,8,0,0,8,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18326,4,4,-1,'Razor Gauntlets',30686,3,0,0,1,82201,16440,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,20886,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18327,4,1,-1,'Whipvine Cord',30688,3,0,0,1,46880,9376,6,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18328,4,1,-1,'Shadewood Cloak',30689,3,0,0,1,70583,14116,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,4,13,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,7,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18329,12,0,-1,'Arcanum of Rapidity',30690,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22840,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18330,12,0,-1,'Arcanum of Focus',30690,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22844,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18331,12,0,-1,'Arcanum of Protection',30690,2,64,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22846,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18332,9,0,-1,'Libram of Rapidity',12547,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',2635,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18333,9,0,-1,'Libram of Focus',6672,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',2631,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18334,9,0,-1,'Libram of Protection',1317,2,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dark runes skitter across the surface.',2633,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18335,12,0,-1,'Pristine Black Diamond',30690,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18336,12,0,-1,'Gauntlet of Gordok Might',30691,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This gauntlet looks as though it once was imbued with potent magic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18337,4,1,-1,'Orphic Bracers',30693,2,0,0,1,40516,8103,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,5,7,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18338,2,19,-1,'Wand of Arcane Potency',21016,3,0,0,1,182979,36595,26,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,122,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18339,4,1,-1,'Eidolon Cloak',30703,2,0,0,1,56853,11370,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18340,4,0,-1,'Eidolon Talisman',30696,3,0,0,1,115412,28853,2,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18341,4,1,-1,'Quel\'dorei Sash',30697,3,0,8192,1,18809,3761,6,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,5,13,36,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18342,4,6,-1,'Quel\'dorei Guard',7559,3,0,8192,1,60421,12084,14,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,4,7,7,7,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18343,4,0,-1,'Petrified Band',9836,2,0,0,1,58462,14615,11,-1,-1,59,59,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18344,4,2,-1,'Stonebark Gauntlets',25706,3,0,0,1,57937,11587,10,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,16,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18345,4,0,-1,'Murmuring Ring',9840,2,0,0,1,58908,14727,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42184,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18346,4,1,-1,'Threadbare Trousers',30698,2,0,0,1,81726,16345,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,22849,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18347,2,0,-1,'Well Balanced Axe',30699,2,0,0,1,207948,41589,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (18348,2,7,-1,'Quel\'Serrar',52784,4,32768,0,1,379952,75990,13,3,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,22850,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The High Blade',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18349,4,3,-1,'Gauntlets of Accuracy',30702,2,0,0,1,62844,12568,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (18350,4,1,-1,'Amplifying Cloak',15217,2,0,0,1,63077,12615,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (18351,4,4,-1,'Magically Sealed Bracers',30704,2,0,0,1,74277,14855,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',11,0,0,0,0,12340), (18352,4,6,-1,'Petrified Bark Shield',30706,2,0,0,1,135548,27109,14,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1861,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,4,0,0,35,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (18353,2,10,-1,'Stoneflower Staff',30711,2,0,0,1,265714,53142,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,171,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (18354,4,0,-1,'Pimgib\'s Collar',1399,3,524288,0,1,69864,17466,12,31488,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18356,12,0,-1,'Garona: A Study on Stealth and Treachery',1246,3,0,0,1,0,0,0,8,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The tome is magically sealed.',0,0,0,7498,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18357,12,0,-1,'Codex of Defense',1103,3,0,0,1,0,0,0,1,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The tome is magically sealed.',0,0,0,7499,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18358,12,0,-1,'The Arcanist\'s Cookbook',7139,3,0,0,1,0,0,0,128,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The tome is magically sealed.',0,0,0,7500,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18359,12,0,-1,'The Light and How to Swing It',1317,3,0,0,1,0,0,0,2,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'-By Uther',0,0,0,7501,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18360,12,0,-1,'Harnessing Shadows',8093,3,0,0,1,0,0,0,256,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Tales from the Blasted Lands as told by Lady Sevine.',0,0,0,7502,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18361,12,0,-1,'The Greatest Race of Hunters',12547,3,0,0,1,0,0,0,4,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A Tale of a Female Troll and Her Tiger',0,0,0,7503,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18362,12,0,-1,'Holy Bologna: What the Light Won\'t Tell You',1155,3,0,0,1,0,0,0,16,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'-By Shadow Priest Allister',0,0,0,7504,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18363,12,0,-1,'Frost Shock and You',6672,3,0,0,1,0,0,0,64,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'-By Drek\'Thar',0,0,0,7505,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18364,12,0,-1,'The Emerald Dream',1134,3,0,0,1,0,0,0,1024,-1,60,54,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fact or Carefully Planned Out Farce Perpetrated By My Brother -By Illidan',0,0,0,7506,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18365,15,0,-1,'A Thoroughly Read Copy of \"Nat Pagle\'s Extreme\' Anglin.\"',5780,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Someone really loves to fish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18366,4,4,-1,'Gordok\'s Handguards',30721,3,0,0,1,86285,17257,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,7,10,4,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18367,4,3,-1,'Gordok\'s Gauntlets',30720,3,0,0,1,73814,14762,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18368,4,2,-1,'Gordok\'s Gloves',30719,3,0,0,1,61742,12348,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18369,4,1,-1,'Gordok\'s Handwraps',16710,3,0,0,1,49577,9915,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18370,4,0,-1,'Vigilance Charm',30722,3,0,0,1,86450,21612,12,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18371,4,0,-1,'Mindtap Talisman',30723,3,0,0,1,82948,20737,12,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18372,2,15,-1,'Blade of the New Moon',30724,3,0,0,1,264405,52881,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,74,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18373,4,2,-1,'Chestplate of Tranquility',17099,3,0,0,1,132675,26535,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,20,6,6,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18374,4,2,-1,'Flamescarred Shoulders',18971,3,0,0,1,99851,19970,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,3,12,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18375,4,2,-1,'Bracers of the Eclipse',30727,3,0,0,1,66804,13360,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18376,2,4,-1,'Timeworn Mace',30728,3,0,0,1,268163,53632,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,117,0,0,0,0,120,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18377,4,2,-1,'Quickdraw Gloves',30729,3,0,0,1,60879,12175,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,3,8,4,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18378,4,3,-1,'Silvermoon Leggings',30730,3,0,0,1,146662,29332,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,5,16,6,10,7,16,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18379,4,3,-1,'Odious Greaves',30736,3,0,0,1,110913,22182,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,18,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18380,4,4,-1,'Eldritch Reinforced Legplates',30737,3,0,0,1,172431,34486,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,4,15,7,20,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,566,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18381,4,0,-1,'Evil Eye Pendant',30738,3,0,0,1,86542,21635,2,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18382,4,1,-1,'Fluctuating Cloak',30739,3,0,0,1,74458,14891,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,21347,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,3458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18383,4,4,-1,'Force Imbued Gauntlets',30740,3,0,0,1,86505,17301,10,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,140,0,0,0,'',48,0,0,0,0,12340), (18384,4,4,-1,'Bile-etched Spaulders',30743,3,0,0,1,131046,26209,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,4,17,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18385,4,1,-1,'Robe of Everlasting Night',30744,3,0,0,1,100403,20080,20,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,13,7,11,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18386,4,1,-1,'Padre\'s Trousers',21964,3,0,0,1,99411,19882,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18387,4,1,-1,'Brightspark Gloves',13656,3,0,0,1,49204,9840,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,15,7,9,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18388,2,18,-1,'Stoneshatter',30747,3,0,0,1,195466,39093,26,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,141,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18389,4,1,-1,'Cloak of the Cosmos',15247,3,0,0,1,78462,15692,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18390,4,2,-1,'Tanglemoss Leggings',18935,3,0,0,1,129459,25891,7,-1,-1,61,57,0,0,0,0,0,0,0,0,1,0,3,5,20,6,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18391,4,2,-1,'Eyestalk Cord',30749,3,0,0,1,65858,13171,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18392,2,15,-1,'Distracting Dagger',6443,3,0,0,1,264379,52875,22,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18393,4,3,-1,'Warpwood Binding',30751,3,0,0,1,78507,15701,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,14,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18394,4,3,-1,'Demon Howl Wristguards',30753,3,0,0,1,79873,15974,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18395,4,0,-1,'Emerald Flame Ring',9842,3,0,0,1,146580,36645,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,12,6,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18396,2,7,-1,'Mind Carver',30754,3,0,0,1,268138,53627,21,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18397,4,0,-1,'Elder Magus Pendant',9859,3,0,0,1,89857,22464,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,10,6,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18398,4,0,-1,'Tidal Loop',9832,3,0,0,1,108413,27103,11,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,4,5,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18399,4,0,-1,'Ocean\'s Breeze',28812,3,0,0,1,108413,27103,11,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,3,7,4,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18400,4,0,-1,'Ring of Living Stone',26001,2,0,0,1,59412,14853,11,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,2,4,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18401,12,0,-1,'Foror\'s Compendium of Dragon Slaying',1317,4,16,0,1,0,0,0,3,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Several pages are blank.',2637,0,3,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18402,4,0,-1,'Glowing Crystal Ring',29697,2,0,0,1,74651,18662,11,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18403,4,0,-1,'Dragonslayer\'s Signet',26391,4,0,0,1,196240,49060,11,-1,-1,74,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,6,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18404,4,0,-1,'Onyxia Tooth Pendant',9860,4,0,0,1,26856,6714,2,-1,-1,74,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18405,4,1,-1,'Belt of the Archmage',30763,4,0,0,1,68735,13747,6,1535,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,25,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18406,4,0,-1,'Onyxia Blood Talisman',30764,4,0,0,1,184123,46030,12,-1,-1,74,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,21601,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18407,4,1,-1,'Felcloth Gloves',17216,3,0,0,1,51930,10386,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18408,4,1,-1,'Inferno Gloves',30772,3,0,0,1,52114,10422,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18409,4,1,-1,'Mooncloth Gloves',30774,3,0,0,1,52303,10460,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,16,6,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18410,2,8,-1,'Sprinter\'s Sword',30778,2,0,0,1,227582,45516,17,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,149,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,22863,2,0,0.6,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18411,4,2,-1,'Spry Boots',31732,2,0,0,1,68520,13704,8,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18412,12,0,-1,'Core Fragment',30780,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18413,4,1,-1,'Cloak of Warding',30783,3,0,0,1,79582,15916,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,170,0,0,0,'',48,0,0,0,0,12340), (18414,9,2,-1,'Pattern: Belt of the Archmage',1096,4,64,0,1,120000,30000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22866,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Belt of the Archmage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18415,9,2,-1,'Pattern: Felcloth Gloves',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Felcloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18416,9,2,-1,'Pattern: Inferno Gloves',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Inferno Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18417,9,2,-1,'Pattern: Mooncloth Gloves',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22869,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Mooncloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18418,9,2,-1,'Pattern: Cloak of Warding',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22870,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Cloak of Warding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18420,2,5,-1,'Bonecrusher',30792,3,0,0,1,320585,64117,17,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,194,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18421,4,3,-1,'Backwood Helm',42211,3,0,0,1,115842,23168,1,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,4,3,21,5,9,6,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18422,12,0,-1,'Head of Onyxia',28496,4,4096,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head of the Black Dragonflight\'s Brood Mother',0,0,0,7490,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18423,12,0,-1,'Head of Onyxia',28496,4,4096,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head of the Black Dragonflight\'s Brood Mother',0,0,0,7495,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18424,4,2,-1,'Sedge Boots',30795,3,0,0,1,97604,19520,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,5,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18425,4,0,-1,'Kreeg\'s Mug',30796,2,0,0,1,22150,5537,23,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,12,6,15,5,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18426,12,0,-1,'Lethtendris\'s Web',18597,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18427,4,1,-1,'Sergeant\'s Cloak',27088,3,36864,1,1,0,0,16,-1,-1,35,30,0,0,0,0,0,0,0,1,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (18428,4,0,-1,'Senior Sergeant\'s Insignia',30797,3,36864,1,1,0,0,2,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18429,4,4,-1,'First Sergeant\'s Plate Bracers',27273,3,36864,1,1,0,0,9,3,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18430,4,4,-1,'First Sergeant\'s Plate Bracers',27273,3,36864,1,1,0,0,9,3,32767,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18432,4,3,-1,'First Sergeant\'s Mail Wristguards',27277,3,36864,1,1,0,0,9,68,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18434,4,2,-1,'First Sergeant\'s Dragonhide Armguards',27262,3,36864,1,1,0,0,9,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18435,4,2,-1,'First Sergeant\'s Leather Armguards',30801,3,36864,1,1,0,0,9,8,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18436,4,2,-1,'First Sergeant\'s Dragonhide Armguards',27262,3,36864,1,1,0,0,9,1024,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18437,4,1,-1,'First Sergeant\'s Silk Cuffs',27255,3,36864,1,1,0,0,9,400,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18440,4,1,-1,'Sergeant\'s Cape',27087,3,36864,2,1,0,0,16,-1,-1,35,30,0,0,0,0,0,0,0,1,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (18441,4,1,-1,'Sergeant\'s Cape',27087,3,36864,2,1,0,0,16,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (18442,4,0,-1,'Master Sergeant\'s Insignia',30799,3,36864,2,1,0,0,2,-1,-1,35,30,0,0,0,0,0,0,0,1,1,0,2,7,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18443,4,0,-1,'Master Sergeant\'s Insignia',30799,3,36864,2,1,0,0,2,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18444,4,0,-1,'Master Sergeant\'s Insignia',30799,3,36864,2,1,0,0,2,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18445,4,4,-1,'Sergeant Major\'s Plate Wristguards',27223,3,36864,2,1,0,0,9,3,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18447,4,4,-1,'Sergeant Major\'s Plate Wristguards',27223,3,36864,2,1,0,0,9,3,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18448,4,3,-1,'Sergeant Major\'s Chain Armguards',31248,3,36864,2,1,0,0,9,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18449,4,3,-1,'Sergeant Major\'s Chain Armguards',31248,3,36864,2,1,0,0,9,68,32767,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18450,4,1,-1,'Robe of Combustion',30802,2,0,0,1,85083,17016,20,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18451,4,2,-1,'Hyena Hide Belt',30803,2,0,0,1,53369,10673,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18452,4,2,-1,'Sergeant Major\'s Leather Armsplints',30804,3,36864,2,1,0,0,9,8,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18453,4,2,-1,'Sergeant Major\'s Leather Armsplints',30804,3,36864,2,1,0,0,9,8,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18454,4,2,-1,'Sergeant Major\'s Dragonhide Armsplints',30805,3,36864,2,1,0,0,9,1024,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18455,4,2,-1,'Sergeant Major\'s Dragonhide Armsplints',30805,3,36864,2,1,0,0,9,1024,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18456,4,1,-1,'Sergeant Major\'s Silk Cuffs',30806,3,36864,2,1,0,0,9,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,17,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18457,4,1,-1,'Sergeant Major\'s Silk Cuffs',30806,3,36864,2,1,0,0,9,400,-1,50,45,0,0,0,0,0,0,0,1,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18458,4,3,-1,'Modest Armguards',26103,2,0,0,1,61064,12212,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18459,4,4,-1,'Gallant\'s Wristguards',30807,2,0,0,1,71918,14383,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18460,2,3,-1,'Unsophisticated Hand Cannon',30809,2,0,0,1,153811,30762,26,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,118,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18461,4,1,-1,'Sergeant\'s Cloak',27088,3,36864,1,1,0,0,16,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (18462,2,13,-1,'Jagged Bone Fist',30813,2,0,0,1,206595,41319,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18463,2,7,-1,'Ogre Pocket Knife',30814,2,0,0,1,207361,41472,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,112,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18464,4,0,-1,'Gordok Nose Ring',9849,2,0,0,1,116541,29135,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,9,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18465,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,8,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18466,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,1,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,14803,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18467,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,256,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18468,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,128,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18469,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,16,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18470,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,1024,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18471,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,64,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18472,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,2,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,15693,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18473,4,0,-1,'Royal Seal of Eldre\'Thalas',29712,3,0,0,1,0,0,12,4,-1,62,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,21445,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blessed by the Shen\'dralar Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18475,4,1,-1,'Oddly Magical Belt',15399,2,0,0,1,4024,804,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18476,4,2,-1,'Mud Stained Boots',30817,2,0,0,1,7574,1514,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18477,4,2,-1,'Shaggy Leggings',17142,2,0,0,1,10138,2027,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18478,4,2,-1,'Hyena Hide Jerkin',30819,2,0,0,1,10176,2035,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18479,4,3,-1,'Carrion Scorpid Helm',30820,2,0,0,1,9192,1838,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18480,4,4,-1,'Scarab Plate Helm',30821,2,0,0,1,10744,2148,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18481,2,5,-1,'Skullcracking Mace',5233,2,0,0,1,25725,5145,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,22,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,179,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18482,2,2,-1,'Ogre Toothpick Shooter',8106,2,0,0,1,15493,3098,15,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,80,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18483,2,19,-1,'Mana Channeling Wand',25076,3,0,0,1,189196,37839,26,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18484,2,7,-1,'Cho\'Rush\'s Blade',30822,3,0,0,1,259877,51975,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,125,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18485,4,6,-1,'Observer\'s Shield',20900,3,0,0,1,166918,33383,14,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,14,6,5,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2089,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,38,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18486,4,1,-1,'Mooncloth Robe',30824,3,0,0,1,104697,20939,20,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,25,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18487,9,2,-1,'Pattern: Mooncloth Robe',1102,1,64,0,1,40000,10000,0,-1,-1,61,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22902,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mooncloth Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18488,12,0,-1,'Heated Ancient Blade',6511,1,98368,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22906,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1200,0,0,'',0,0,0,0,0,12340), (18489,12,0,-1,'Unfired Ancient Blade',20797,4,32784,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18490,4,2,-1,'Insightful Hood',33293,3,0,0,1,90077,18015,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,15,6,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18491,2,15,-1,'Lorespinner',30827,3,0,0,1,203475,40695,13,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,3,6,5,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,74,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18492,12,0,-1,'Treated Ancient Blade',30828,1,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Tempered in the blood of Onyxia.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18493,4,4,-1,'Bulky Iron Spaulders',30829,3,0,0,1,125567,25113,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,12,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18494,4,3,-1,'Denwatcher\'s Shoulders',30830,3,0,0,1,108718,21743,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18495,4,1,-1,'Redoubt Cloak',30831,3,0,0,1,7547,1509,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18496,4,1,-1,'Heliotrope Cloak',30832,3,0,0,1,72710,14542,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18497,4,1,-1,'Sublime Wristguards',30833,3,0,0,1,48657,9731,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,10,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18498,2,0,-1,'Hedgecutter',30834,3,0,0,1,244183,48836,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,12,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,90,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18499,4,6,-1,'Barrier Shield',30835,3,0,0,1,16125,3225,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,13675,1,0,0,-1,0,-1,22912,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18500,4,0,-1,'Tarnished Elven Ring',9823,3,0,0,1,12536,3134,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18501,12,0,-1,'Felvine Shard',21472,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18502,2,6,-1,'Monstrous Glaive',30836,3,0,0,1,326927,65385,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,185,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,13665,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18503,4,4,-1,'Kromcrush\'s Chestplate',30837,3,0,0,1,183741,36748,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,777,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340), (18504,4,2,-1,'Girdle of Insight',30839,3,0,0,1,65858,13171,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,23,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18505,4,2,-1,'Mugger\'s Belt',30838,3,0,0,1,66094,13218,6,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,16,37,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18506,4,2,-1,'Mongoose Boots',9080,3,0,0,1,99487,19897,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,23,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18507,4,1,-1,'Boots of the Full Moon',19921,3,0,0,1,79873,15974,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,12,6,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18508,4,3,-1,'Swift Flight Bracers',30848,3,0,0,1,80157,16031,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,21442,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18509,4,1,-1,'Chromatic Cloak',30849,4,0,0,1,107255,21451,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,9,0,0,9,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18510,4,1,-1,'Hide of the Wild',30850,4,0,0,1,97386,19477,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18511,4,1,-1,'Shifting Cloak',30851,4,0,0,1,97765,19553,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,17,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18512,7,11,-1,'Larval Acid',30852,1,0,0,1,16000,4000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18513,12,0,-1,'A Dull and Flat Elven Blade',20797,4,16,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18514,9,1,-1,'Pattern: Girdle of Insight',6270,3,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22921,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Girdle of Insight.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18515,9,1,-1,'Pattern: Mongoose Boots',6270,3,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22922,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Mongoose Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18516,9,1,-1,'Pattern: Swift Flight Bracers',6270,3,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22923,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Swift Flight Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18517,9,1,-1,'Pattern: Chromatic Cloak',1096,4,64,0,1,160000,40000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22926,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Chromatic Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18518,9,1,-1,'Pattern: Hide of the Wild',1096,4,64,0,1,160000,40000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Hide of the Wild.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18519,9,1,-1,'Pattern: Shifting Cloak',1096,4,64,0,1,160000,40000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,22928,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Shifting Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18520,2,8,-1,'Barbarous Blade',30853,3,0,0,1,32897,6579,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,7597,1,0,0,-1,0,-1,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18521,4,4,-1,'Grimy Metal Boots',30854,3,0,0,1,13839,2767,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,100,0,0,0,'',48,0,0,0,0,12340), (18522,4,0,-1,'Band of the Ogre King',23897,3,0,0,1,14501,3625,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,4,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18523,4,0,-1,'Brightly Glowing Stone',30855,3,0,0,1,13924,3481,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18524,4,3,-1,'Leggings of Destruction',30857,3,0,0,1,16019,3203,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,3,14,5,13,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18525,4,2,-1,'Bracers of Prosperity',30859,3,0,0,1,6698,1339,9,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,10,7,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18526,4,1,-1,'Crown of the Ogre King',30860,3,0,0,1,8066,1613,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,18,6,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18527,4,3,-1,'Harmonious Gauntlets',30862,3,0,0,1,8095,1619,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,5,6,5,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18528,4,2,-1,'Cyclone Spaulders',30864,3,0,0,1,9881,1976,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,11,6,9,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18529,4,4,-1,'Elemental Plate Girdle',30865,3,0,0,1,9308,1861,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,3499,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18530,4,3,-1,'Ogre Forged Hauberk',30866,3,0,0,1,14606,2921,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,4,3,20,7,13,5,8,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18531,2,5,-1,'Unyielding Maul',30867,3,0,0,1,30548,6109,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,204,0,0,0,0,250,0,0,0,0,0,0,3200,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18532,4,1,-1,'Mindsurge Robe',30868,3,0,0,1,10083,2016,20,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18533,4,4,-1,'Gordok Bracers of Power',30869,3,0,0,1,9027,1805,9,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,4,17,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18534,2,10,-1,'Rod of the Ogre Magi',30870,3,0,0,1,32178,6435,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,14,7,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,175,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,18384,1,0,0,-1,0,-1,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18535,4,6,-1,'Milli\'s Shield',30872,3,0,0,1,151155,30231,14,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,6,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2106,0,0,0,0,0,0,0,0,0,21347,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,4,0,0,37,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,80,0,0,0,'',48,0,0,0,0,12340), (18536,4,0,-1,'Milli\'s Lexicon',30875,3,0,0,1,154658,38664,23,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18537,4,0,-1,'Counterattack Lodestone',21072,3,0,0,1,26454,6613,12,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18538,2,1,-1,'Treant\'s Bane',30881,4,0,0,1,43539,8707,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,4,25,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,243,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,7598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18539,12,0,-1,'Reliquary of Purity',18721,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22949,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18540,12,0,-1,'Sealed Reliquary of Purity',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18541,4,1,-1,'Puissant Cape',30882,4,0,0,1,115553,23110,16,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18542,2,8,-1,'Typhoon',30886,4,0,0,1,471368,94273,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,4,14,3,20,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,225,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18543,4,0,-1,'Ring of Entropy',30661,4,0,0,1,254912,63728,11,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,13,7,11,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18544,4,2,-1,'Doomhide Gauntlets',30893,4,0,0,1,98527,19705,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,14,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,8,0,0,8,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18545,4,1,-1,'Leggings of Arcane Supremacy',24615,4,0,0,1,154376,30875,7,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,10,0,10,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18546,4,3,-1,'Infernal Headcage',30889,4,0,0,1,174295,34859,1,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,5,25,6,14,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,10,0,0,10,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18547,4,4,-1,'Unmelting Ice Girdle',30894,4,0,0,1,140207,28041,6,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,3,14,4,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,16,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18562,7,7,-1,'Elementium Ore',24673,4,0,0,1,400000,100000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18563,15,0,-1,'Bindings of the Windseeker',30912,5,0,0,1,0,0,0,262143,2147483647,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Left Half of Thunderaan\'s Eternal Prison',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18564,15,0,-1,'Bindings of the Windseeker',30912,5,0,0,1,0,0,0,262143,2147483647,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Right Half of Thunderaan\'s Eternal Prison',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18565,12,0,-1,'Vessel of Rebirth DEPRECATED',20784,5,0,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,7522,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (18566,12,0,-1,'Essence of the Firelord DEPRECATED',30913,1,2064,0,1,0,0,0,-1,-1,1,100,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18567,7,7,-1,'Elemental Flux',30916,1,0,0,1,150000,37500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18582,2,7,-1,'The Twin Blades of Azzinoth',30936,6,33792,0,1,1355809,271161,13,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,3,3,75,7,100,5,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,155,0,40,60,5,0,0,0,0,0,100,100,1500,0,0,22988,1,0,0,-1,0,-1,22989,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,20,0,0,0,'',0,0,0,0,0,12340), (18583,2,7,-1,'Warglaive of Azzinoth (Right)',30934,6,33792,0,1,1231214,246242,13,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,3,3,40,7,50,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,85,0,30,60,6,0,0,0,0,0,50,60,1000,0,0,22990,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18584,2,7,-1,'Warglaive of Azzinoth (Left)',30935,6,32768,0,1,1235996,247199,13,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,3,3,60,7,50,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,85,0,30,60,5,0,0,0,0,0,60,50,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18585,4,0,-1,'Band of Allegiance',9839,3,0,0,1,59413,14853,11,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,2,4,9,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (18586,4,0,-1,'Lonetree\'s Circle',9823,3,0,0,1,59413,14853,11,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,3,5,6,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (18587,7,3,-1,'Goblin Jumper Cables XL',31203,1,64,0,1,8000,2000,0,-1,-1,53,0,202,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22999,0,0,0,1800000,1051,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18588,7,2,-1,'Ez-Thro Dynamite II',18063,1,64,0,1,800,200,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The dynamite for Non-Engineers that rarely* blows up in your hand with over twice the blasting power of standard EZ-Thro.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18590,12,0,-1,'Raging Beast\'s Blood',15788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18591,12,0,-1,'Case of Blood',30952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18592,9,4,-1,'Plans: Sulfuron Hammer',1102,4,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,21161,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sulfuron Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18594,7,2,-1,'Powerful Seaforium Charge',30999,1,64,0,1,12000,3000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23008,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18597,15,0,-1,'Orcish Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23012,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340), (18598,15,0,-1,'Human Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23013,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340), (18600,9,0,-1,'Tome of Arcane Brilliance',1103,3,64,0,1,48000,12000,0,31360,-1,56,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23028,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Brilliance (Rank 1).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18601,12,0,-1,'Glowing Crystal Prison',6689,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23015,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18602,4,0,-1,'Tome of Sacrifice',30875,3,0,0,1,100000,25000,23,256,-1,60,0,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21348,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18603,12,0,-1,'Satyr Blood',3663,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18604,12,0,-1,'Tears of the Hederine',6688,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18605,12,0,-1,'Imprisoned Doomguard',6689,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18606,0,0,-1,'Alliance Battle Standard',31256,1,4096,2,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23034,0,0,0,600000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18607,0,0,-1,'Horde Battle Standard',31257,1,4096,1,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23035,0,0,0,600000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18608,2,10,-1,'Benediction',31347,4,1088,0,1,0,0,17,16,-1,75,60,0,0,0,0,0,0,0,1,1,0,4,5,31,7,10,6,12,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,222,0,0,0,0,0,0,0,0,0,20,0,3000,0,0,23041,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,23264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,12340), (18609,2,10,-1,'Anathema',31346,4,1088,0,1,0,0,17,16,-1,75,60,0,0,0,0,0,0,0,1,1,0,2,5,31,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,222,0,0,0,0,0,0,0,0,0,20,0,3000,0,0,23042,0,0,0,0,1160,1800000,21364,1,0,0,-1,0,-1,23732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,12340), (18610,2,7,-1,'Keen Machete',5139,1,0,0,1,185,37,21,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18611,4,2,-1,'Gnarlpine Leggings',9975,1,0,0,1,139,27,7,-1,-1,7,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18612,4,3,-1,'Bloody Chain Boots',6845,1,0,0,1,177,35,8,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18622,12,0,-1,'Flawless Fel Essence (Jaedenar)',21072,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18623,12,0,-1,'Flawless Fel Essence (Dark Portal)',21072,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18624,12,0,-1,'Flawless Fel Essence (Azshara)',21072,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18625,12,0,-1,'Kroshius\' Infernal Core',8560,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18626,12,0,-1,'Fel Fire',20874,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23054,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18628,12,0,-1,'Thorium Brotherhood Contract',30953,4,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bound in Dark Iron Wiring',0,0,0,7604,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18629,12,0,-1,'Black Lodestone',19239,1,1088,0,1,500000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23061,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18631,7,1,-1,'Truesilver Transformer',30995,1,0,0,1,12000,3000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18632,0,5,-1,'Moonbrook Riot Taffy',16837,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18633,0,5,-1,'Styleen\'s Sour Suckerpop',30996,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18634,4,0,-1,'Gyrofreeze Ice Reflector',31199,3,0,0,1,50000,12500,12,-1,-1,52,47,202,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,23131,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (18635,0,5,-1,'Bellara\'s Nutterbar',30997,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18636,7,3,-1,'Ruined Jumper Cables XL',7064,1,4,0,1,400,100,0,-1,-1,53,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (18637,4,0,-1,'Major Recombobulator',31204,2,0,0,1,2400,600,12,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23064,0,-10,-10,300000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (18638,4,0,-1,'Hyper-Radiant Flame Reflector',31198,3,0,0,1,50000,12500,12,-1,-1,58,53,202,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,23097,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18639,4,0,-1,'Ultra-Flash Shadow Reflector',31200,3,0,0,1,50000,12500,12,-1,-1,60,55,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,23132,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18640,0,8,-1,'Happy Fun Rock',46245,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23065,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18641,7,2,-1,'Dense Dynamite',18062,1,64,0,1,2000,500,0,-1,-1,45,0,202,250,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23063,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18642,12,0,-1,'Jaina\'s Autograph',8927,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Be strong Randis, and aspire to be the hero you were meant to be. -- Lady Jaina Proudmoore',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18643,12,0,-1,'Cairne\'s Hoofprint',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heed the spirits, young Grunth. It is there that true heroes hear their calling. -- Cairne Bloodhoof',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18645,7,3,-1,'Gnomish Alarm-o-Bot',36529,2,64,0,1,12000,3000,0,-1,-1,53,0,202,265,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23004,0,-1,-1,300000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18646,4,0,-1,'The Eye of Divinity',31029,4,0,0,1,0,0,12,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23101,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You can see movement when you peer into the Eye.',2659,0,2,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18647,9,3,-1,'Schematic: Red Firework',1301,1,64,0,1,1800,450,0,-1,-1,30,0,202,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,23066,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Red Firework.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18648,9,3,-1,'Schematic: Green Firework',1301,1,64,0,1,1800,450,0,-1,-1,30,0,202,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Green Firework.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18649,9,3,-1,'Schematic: Blue Firework',1301,1,64,0,1,1800,450,0,-1,-1,30,0,202,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23067,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Blue Firework.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18650,9,3,-1,'Schematic: EZ-Thro Dynamite II',1102,1,64,0,1,5000,1250,0,-1,-1,40,0,202,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23069,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make EZ-Thro Dynamite II.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18651,9,3,-1,'Schematic: Truesilver Transformer',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,202,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,23071,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Truesilver Transformer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18652,9,3,-1,'Schematic: Gyrofreeze Ice Reflector',1301,1,64,0,1,12000,3000,0,-1,-1,52,0,202,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23077,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Gyrofreeze Ice Reflector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18653,9,3,-1,'Schematic: Goblin Jumper Cables XL',15274,2,64,0,1,16000,4000,0,-1,-1,53,0,202,265,20222,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Goblin Jumper Cable XL.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18654,9,3,-1,'Schematic: Gnomish Alarm-o-Bot',15274,2,64,0,1,16000,4000,0,-1,-1,53,0,202,265,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Alarm-o-Bot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18655,9,3,-1,'Schematic: Major Recombobulator',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Major Recombobulator.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18656,9,3,-1,'Schematic: Powerful Seaforium Charge',1301,1,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Powerful Seaforium Charge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18657,9,3,-1,'Schematic: Hyper-Radiant Flame Reflector',15274,2,64,0,1,20000,5000,0,-1,-1,58,0,202,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hyper-Radiant Flame Reflector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18658,9,3,-1,'Schematic: Ultra-Flash Shadow Reflector',15274,2,64,0,1,24000,6000,0,-1,-1,60,0,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ultra-Flash Shadow Reflector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18659,12,0,-1,'Splinter of Nordrassil',31034,4,33856,0,1,0,0,0,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23151,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A tiny fragment of the World Tree',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18660,7,3,-1,'World Enlarger',31205,2,1088,0,1,30000,7500,0,-1,-1,50,0,202,250,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23126,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only Gnomish Technology could invent a device that affects the entire world!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18661,9,3,-1,'Schematic: World Enlarger',15274,2,64,0,1,12000,3000,0,-1,-1,52,0,202,260,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23129,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a World Enlarger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18662,0,8,-1,'Heavy Leather Ball',34892,1,0,0,1,20,5,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23135,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18663,12,0,-1,'J\'eevee\'s Jar',7155,1,64,0,1,1500000,0,0,1535,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23136,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18664,15,0,-1,'A Treatise on Military Ranks',31095,1,0,2,1,100,25,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2654,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18665,4,0,-1,'The Eye of Shadow',31096,4,0,0,1,0,0,12,1535,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Seething darkness engulfs the eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18670,12,0,-1,'Xorothian Glyphs',2616,1,64,0,1,500000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23152,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18671,2,4,-1,'Baron Charr\'s Sceptre',31119,3,0,0,1,238737,47747,13,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,132,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,13442,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18672,4,0,-1,'Elemental Ember',31120,2,0,0,1,71420,17855,23,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (18673,4,6,-1,'Avalanchion\'s Stony Hide',31121,3,0,0,1,153914,30782,14,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2026,0,0,0,0,0,0,0,0,0,23172,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,37,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18674,4,0,-1,'Hardened Stone Band',9836,2,0,0,1,88014,22003,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (18675,15,0,-1,'Military Ranks of the Horde & Alliance',4742,1,0,1,1,100,25,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2661,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18676,4,3,-1,'Sash of the Windreaver',31122,3,0,0,1,77645,15529,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,7,6,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18677,4,1,-1,'Zephyr Cloak',15148,2,0,0,1,60297,12059,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (18678,4,0,-1,'Tempestria\'s Frozen Necklace',9853,3,0,0,1,106541,26635,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18679,4,0,-1,'Frigid Ring',28831,2,0,0,1,100546,25136,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (18680,2,2,-1,'Ancient Bone Bow',30926,3,0,0,1,182973,36594,15,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18681,4,1,-1,'Burial Shawl',10177,3,0,0,1,73469,14693,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18682,4,2,-1,'Ghoul Skin Leggings',10006,3,0,0,1,122915,24583,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,20,5,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18683,2,4,-1,'Hammer of the Vesper',31126,3,0,0,1,246738,49347,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,12,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18684,4,0,-1,'Dimly Opalescent Ring',9840,3,524288,0,1,144564,36141,11,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,3306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18686,4,3,-1,'Bone Golem Shoulders',31130,3,0,0,1,114345,22869,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,3,19,5,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18687,12,0,-1,'Xorothian Stardust',13123,1,0,0,1,1500000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18688,12,0,-1,'Imp in a Jar',7155,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23180,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18689,4,1,-1,'Phantasmal Cloak',31131,3,0,0,1,76736,15347,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',48,0,0,0,0,12340), (18690,4,4,-1,'Wraithplate Leggings',25226,3,0,0,1,179696,35939,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,696,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340), (18691,4,0,-1,'Dark Advisor\'s Pendant',15420,3,0,0,1,125601,31400,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18692,4,4,-1,'Death Knight Sabatons',31133,3,0,0,1,125545,25109,8,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,4,4,11,7,11,5,11,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18693,4,1,-1,'Shivery Handwraps',31136,3,0,0,1,53264,10652,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18694,4,3,-1,'Shadowy Mail Greaves',7002,3,0,0,1,120793,24158,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18695,4,0,-1,'Spellbound Tome',31138,3,0,0,1,137801,34450,23,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,17,7,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18696,4,6,-1,'Intricately Runed Shield',18790,3,0,0,1,155867,31173,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,23181,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18697,4,1,-1,'Coldstone Slippers',31139,3,0,0,1,54339,10867,8,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,5,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (18698,4,2,-1,'Tattered Leather Hood',21958,3,0,0,1,72270,14454,1,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,7,23,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18699,4,2,-1,'Icy Tomb Spaulders',31142,3,0,0,1,76901,15380,3,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,3,11,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,10,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18700,4,2,-1,'Malefic Bracers',27048,3,0,0,1,54552,10910,9,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,16,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18701,4,0,-1,'Innervating Band',28733,3,524288,0,1,145640,36410,11,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,2,3,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18702,4,4,-1,'Belt of the Ordained',31143,3,0,0,1,85322,17064,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18703,12,0,-1,'Ancient Petrified Leaf',31144,4,32768,0,1,0,0,0,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A very large petrified leaf.',0,0,1,7632,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18704,12,0,-1,'Mature Blue Dragon Sinew',31145,4,32768,0,1,0,0,0,1535,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18705,12,0,-1,'Mature Black Dragon Sinew',31146,4,34816,0,1,0,0,0,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18706,12,0,-1,'Arena Master',31147,2,64,0,1,40124,10031,12,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,7810,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,2,12340), (18707,12,0,-1,'Ancient Rune Etched Stave',31148,4,33856,0,1,0,0,0,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23192,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A Gift from the Ancients.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18708,12,0,-1,'Petrified Bark',31150,1,32768,0,1,0,0,0,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2671,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18709,4,1,-1,'Arena Wristguards',36935,3,0,0,1,28794,5758,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (18710,4,2,-1,'Arena Bracers',31159,3,0,0,1,36122,7224,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,2,7,14,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (18711,4,3,-1,'Arena Bands',31160,3,0,0,1,43502,8700,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (18712,4,4,-1,'Arena Vambraces',31161,3,0,0,1,51225,10245,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,150,140,0,0,0,'',46,0,0,0,0,12340), (18713,2,2,-1,'Rhok\'delar, Longbow of the Ancient Keepers',31338,4,32768,0,1,0,0,15,4,-1,75,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21432,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18714,11,2,-1,'Ancient Sinew Wrapped Lamina',31162,4,0,0,1,0,0,18,4,-1,75,60,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18715,2,10,-1,'Lok\'delar, Stave of the Ancient Keepers',31163,4,32768,0,1,0,0,17,4,-1,75,60,0,0,0,0,0,0,0,1,1,0,2,7,26,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,282,0,0,0,0,0,0,0,10,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,14097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18716,4,2,-1,'Ash Covered Boots',31166,3,0,0,1,90077,18015,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,3,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18717,2,5,-1,'Hammer of the Grand Crusader',23239,3,0,0,1,309701,61940,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,26,7,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,175,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18718,4,4,-1,'Grand Crusader\'s Helm',31167,3,0,0,1,130329,26065,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,4,16,7,16,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,584,0,0,0,0,15,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',48,0,0,0,0,12340), (18719,12,0,-1,'The Traitor\'s Heart',3422,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18720,4,1,-1,'Shroud of the Nathrezim',13672,3,0,0,1,75183,15036,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18721,4,3,-1,'Barrage Girdle',31171,3,0,0,1,73446,14689,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,6,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18722,4,4,-1,'Death Grips',31173,3,0,0,1,87698,17539,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,43588,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18723,4,0,-1,'Animated Chain Necklace',6539,3,0,0,1,167814,41953,2,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18724,12,0,-1,'Enchanted Black Dragon Sinew',31146,4,32768,0,1,0,0,0,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An almost indestructible string. Perfect for a mighty bow stave.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18725,2,6,-1,'Peacemaker',31174,3,0,0,1,299636,59927,17,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,206,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,7597,1,0,0,-1,0,-1,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18726,4,2,-1,'Magistrate\'s Cuffs',31175,3,0,0,1,60146,12029,9,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18727,4,1,-1,'Crimson Felt Hat',31177,3,0,0,1,72438,14487,1,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,3,5,8,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18728,4,0,-1,'Anastari Heirloom',9657,3,0,0,1,129865,32466,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18729,2,2,-1,'Screeching Bow',31240,3,0,0,1,191512,38302,15,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,90,0,0,0,0,0,0,0,0,0,10,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18730,4,1,-1,'Shadowy Laced Handwraps',31180,3,0,0,1,51254,10250,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,12,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18731,9,1,-1,'Pattern: Heavy Leather Ball',1301,1,64,0,1,2000,500,0,-1,-1,30,0,165,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23190,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Leather Ball.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18734,4,1,-1,'Pale Moon Cloak',31351,3,0,0,1,80157,16031,16,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18735,4,1,-1,'Maleki\'s Footwraps',31188,3,0,0,1,80433,16086,8,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18736,4,2,-1,'Plaguehound Leggings',16133,3,0,0,1,121733,24346,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,30,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18737,2,0,-1,'Bone Slicing Hatchet',31189,3,0,0,1,244412,48882,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18738,2,18,-1,'Carapace Spine Crossbow',31239,3,0,0,1,181517,36303,26,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,9,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,158,0,0,0,0,0,0,0,0,0,0,0,3300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18739,4,4,-1,'Chitinous Plate Legguards',31191,3,0,0,1,170051,34010,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18740,4,1,-1,'Thuzadin Sash',31192,3,0,0,1,48772,9754,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,12,7,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18741,4,4,-1,'Morlune\'s Bracer',31193,3,0,0,1,88520,17704,9,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,5,12,6,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18742,4,3,-1,'Stratholme Militia Shoulderguard',31194,3,0,0,1,112518,22503,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,22,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18743,4,1,-1,'Gracious Cape',15163,3,0,0,1,71379,14275,16,-1,-1,59,54,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18744,4,2,-1,'Plaguebat Fur Gloves',31196,3,0,0,1,56859,11371,10,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,14,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18745,4,1,-1,'Sacred Cloth Leggings',2311,3,0,0,1,86140,17228,7,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,19,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (18746,12,0,-1,'Divination Scryer',31208,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23204,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18749,12,0,-1,'Charger\'s Lost Soul',1695,1,2112,0,1,0,0,0,2,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23254,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18752,12,0,-1,'Exorcism Censer',31211,1,64,0,1,0,0,0,2,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23208,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18753,12,0,-1,'Arcanite Barding',31212,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18754,4,4,-1,'Fel Hardened Bracers',31213,3,0,0,1,94033,18806,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18755,2,3,-1,'Xorothian Firestick',31237,3,0,0,1,201065,40213,26,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,6,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,6,0,2600,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18756,4,6,-1,'Dreadguard\'s Protector',31216,3,0,0,1,155802,31160,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,18,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18757,4,1,-1,'Diabolic Mantle',31217,3,0,0,1,75348,15069,3,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18758,2,15,-1,'Specter\'s Blade',20574,3,0,0,1,252082,50416,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18759,2,1,-1,'Malicious Axe',31219,3,0,0,1,316285,63257,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18760,4,0,-1,'Necromantic Band',9839,3,0,0,1,123465,30866,11,-1,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18761,2,19,-1,'Oblivion\'s Touch',31677,3,0,0,1,191190,38238,26,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,147,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (18762,4,0,-1,'Shard of the Green Flame',31223,3,0,0,1,110526,27631,23,-1,-1,54,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (18766,15,5,-1,'Reins of the Swift Frostsaber',17608,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23221,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18767,15,5,-1,'Reins of the Swift Mistsaber',17608,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23219,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18768,15,5,-1,'Reins of the Swift Dawnsaber',17608,4,0,8192,1,100000,25000,0,262143,2098253,40,40,0,0,33391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23220,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (18769,12,0,-1,'Enchanted Thorium Platemail',7139,3,0,0,1,0,0,0,-1,-1,60,50,164,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Volume I',0,0,0,7649,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18770,12,0,-1,'Enchanted Thorium Platemail',7139,3,0,0,1,0,0,0,-1,-1,60,50,164,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Volume II',0,0,0,7650,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18771,12,0,-1,'Enchanted Thorium Platemail',7139,3,0,0,1,0,0,0,-1,-1,60,50,164,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Volume III',0,0,0,7651,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18772,15,5,-1,'Swift Green Mechanostrider',17785,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23225,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18773,15,5,-1,'Swift White Mechanostrider',17785,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23223,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18774,15,5,-1,'Swift Yellow Mechanostrider',17785,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23222,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18775,12,0,-1,'Manna-Enriched Horse Feed',7087,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Oats and grains specially mixed with the Argent Dawn\'s enriched manna biscuits.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18776,15,5,-1,'Swift Palomino',25132,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23227,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18777,15,5,-1,'Swift Brown Steed',25132,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23229,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18778,15,5,-1,'Swift White Steed',25132,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23228,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18779,12,0,-1,'Bottom Half of Advanced Armorsmithing: Volume I',24153,3,1088,0,1,0,0,0,32767,-1,60,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23231,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18780,12,0,-1,'Top Half of Advanced Armorsmithing: Volume I',24153,3,1088,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23231,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18781,12,0,-1,'Bottom Half of Advanced Armorsmithing: Volume II',31238,3,1088,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23232,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18782,12,0,-1,'Top Half of Advanced Armorsmithing: Volume II',31238,3,1088,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23232,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18783,12,0,-1,'Bottom Half of Advanced Armorsmithing: Volume III',8628,3,1088,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23233,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18784,12,0,-1,'Top Half of Advanced Armorsmithing: Volume III',8628,3,1088,0,1,0,0,0,-1,-1,60,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23233,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18785,15,5,-1,'Swift White Ram',17343,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23240,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18786,15,5,-1,'Swift Brown Ram',17343,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23238,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18787,15,5,-1,'Swift Gray Ram',17343,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23239,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18788,15,5,-1,'Swift Blue Raptor',17494,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23241,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18789,15,5,-1,'Swift Olive Raptor',17494,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23242,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18790,15,5,-1,'Swift Orange Raptor',17494,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23243,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18791,15,5,-1,'Purple Skeletal Warhorse',17786,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23246,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18792,12,0,-1,'Blessed Arcanite Barding',31350,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18793,15,5,-1,'Great White Kodo',29448,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23247,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18794,15,5,-1,'Great Brown Kodo',29447,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23249,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18795,15,5,-1,'Great Gray Kodo',29448,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23248,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18796,15,5,-1,'Horn of the Swift Brown Wolf',16208,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23250,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18797,15,5,-1,'Horn of the Swift Timber Wolf',16207,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23251,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18798,15,5,-1,'Horn of the Swift Gray Wolf',16207,4,0,0,1,100000,25000,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23252,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18799,12,0,-1,'Charger\'s Redeemed Soul',6014,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18802,12,0,-1,'Shadowy Potion',16325,1,64,0,1,60000,5000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23179,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18803,2,5,-1,'Finkle\'s Lava Dredger',31265,4,0,0,1,474384,94876,17,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,234,0,0,0,0,0,0,15,0,0,0,0,2900,0,0,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of Finkle Einhorn, Grandmaster Adventurer',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18804,12,0,-1,'Lord Grayson\'s Satchel',6430,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your finished Divination Scryer and Blessed Arcanite Barding are inside the satchel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18805,2,15,-1,'Core Hound Tooth',33626,4,524288,0,1,382304,76460,13,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18806,4,4,-1,'Core Forged Greaves',31271,4,0,0,1,206308,41261,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,12,0,0,8,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',65,0,0,0,0,12340), (18807,4,3,-1,'Helm of Latent Power',37667,3,0,0,1,128980,25796,1,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,5,14,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,1), (18808,4,1,-1,'Gloves of the Hypnotic Flame',31276,4,0,0,1,79295,15859,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,5,19,7,18,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18809,4,1,-1,'Sash of Whispered Secrets',31278,4,0,0,1,72891,14578,6,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,21599,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18810,4,2,-1,'Wild Growth Spaulders',16526,4,0,0,1,137202,27440,3,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,5,12,7,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18811,4,1,-1,'Fireproof Cloak',24159,4,0,0,1,110175,22035,16,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,12,5,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,18,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18812,4,3,-1,'Wristguards of True Flight',31280,4,0,0,1,110599,22119,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,3,19,7,11,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18813,4,0,-1,'Ring of Binding',9823,4,524288,0,1,356412,89103,11,-1,-1,73,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,10,10,10,10,10,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18814,4,0,-1,'Choker of the Fire Lord',1399,4,0,0,1,356542,89135,2,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18815,4,0,-1,'Essence of the Pure Flame',31282,4,524288,0,1,256380,64095,12,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23266,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18816,2,15,-1,'Perdition\'s Blade',33615,4,0,0,1,401493,80298,13,-1,-1,77,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,23267,2,0,2.2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18817,4,3,-1,'Crown of Destruction',31286,4,0,0,1,179307,35861,1,-1,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,7,23,5,9,6,9,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,10,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18818,12,0,-1,'Mor\'zul\'s Instructions',8093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2691,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18819,12,0,-1,'Rohan\'s Exorcism Censer',31211,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18820,4,0,-1,'Talisman of Ephemeral Power',31287,4,524352,0,1,265161,66290,12,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23271,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18821,4,0,-1,'Quick Strike Ring',9835,4,524288,0,1,256120,64030,11,-1,-1,67,60,0,0,0,0,0,0,0,0,1,0,2,7,8,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18822,2,8,-1,'Obsidian Edged Blade',34112,4,0,0,1,473212,94642,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,4,42,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,264,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18823,4,2,-1,'Aged Core Leather Gloves',31290,4,0,0,1,96177,19235,10,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,4,15,7,15,37,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,8,0,0,5,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18824,4,4,-1,'Magma Tempered Boots',31295,4,0,0,1,204823,40964,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,7,19,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,0,8,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18825,4,6,-1,'Grand Marshal\'s Aegis',31733,4,36864,2,1,0,0,14,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,23,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,0,0,0,0,0,0,13959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,73,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18826,4,6,-1,'High Warlord\'s Shield Wall',31746,4,36864,1,1,0,0,14,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,23,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,0,0,0,0,0,0,13959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,73,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18827,2,0,-1,'Grand Marshal\'s Handaxe',31956,4,36864,2,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18828,2,0,-1,'High Warlord\'s Cleaver',31957,4,36864,1,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18829,4,3,-1,'Deep Earth Spaulders',31468,4,0,0,1,164717,32943,3,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,5,12,7,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340), (18830,2,1,-1,'Grand Marshal\'s Sunderer',31302,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18831,2,1,-1,'High Warlord\'s Battle Axe',31958,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18832,2,7,-1,'Brutality Blade',31309,4,524288,0,1,364162,72832,13,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,4,9,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18833,2,2,-1,'Grand Marshal\'s Bullseye',31759,4,36864,2,1,0,0,15,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18834,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18835,2,2,-1,'High Warlord\'s Recurve',31748,4,36864,1,1,0,0,15,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18836,2,18,-1,'Grand Marshal\'s Repeater',31757,4,36864,2,1,0,0,26,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,195,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18837,2,18,-1,'High Warlord\'s Crossbow',31749,4,36864,1,1,0,0,26,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,195,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18838,2,15,-1,'Grand Marshal\'s Dirk',31379,4,36864,2,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,143,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18839,0,1,-1,'Combat Healing Potion',29352,1,0,4,1,1000,250,0,-1,-1,45,35,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4042,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18840,2,15,-1,'High Warlord\'s Razor',31381,4,36864,1,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,143,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18841,0,1,-1,'Combat Mana Potion',29354,1,0,4,1,1000,250,0,-1,-1,51,41,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17530,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18842,2,10,-1,'Staff of Dominance',34114,4,0,0,1,485061,97012,17,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,5,37,7,16,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,205,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18384,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-10,0,0,0,'',65,0,0,0,0,12340), (18843,2,13,-1,'Grand Marshal\'s Right Hand Blade',32033,4,36864,2,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18844,2,13,-1,'High Warlord\'s Right Claw',31754,4,36864,1,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18845,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,64,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18846,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,4,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18847,2,13,-1,'Grand Marshal\'s Left Hand Blade',32032,4,36864,2,1,0,0,22,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18848,2,13,-1,'High Warlord\'s Left Claw',31752,4,36864,1,1,0,0,22,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18849,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,8,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18850,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,128,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18851,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,16,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18852,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,256,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18853,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,1024,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18854,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18855,2,3,-1,'Grand Marshal\'s Hand Cannon',31758,4,36864,2,1,0,0,26,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,195,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18856,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,4,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18857,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,8,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18858,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,256,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18859,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,128,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18860,2,3,-1,'High Warlord\'s Street Sweeper',31747,4,36864,1,1,0,0,26,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,195,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18861,4,4,-1,'Flamewaker Legplates',31320,4,0,0,1,240763,48152,7,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,22,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,834,0,11,0,0,11,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,140,0,0,0,'',65,0,0,0,0,12340), (18862,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,16,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18863,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,1024,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18864,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,2,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18865,2,4,-1,'Grand Marshal\'s Punisher',31955,4,36864,2,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18866,2,4,-1,'High Warlord\'s Bludgeon',31751,4,36864,1,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18867,2,5,-1,'Grand Marshal\'s Battle Hammer',31954,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18868,2,5,-1,'High Warlord\'s Pulverizer',31750,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18869,2,6,-1,'Grand Marshal\'s Glaive',31761,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18870,4,3,-1,'Helm of the Lifegiver',31327,4,0,0,1,150697,30139,1,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,30,7,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18871,2,6,-1,'High Warlord\'s Pig Sticker',31766,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18872,4,1,-1,'Manastorm Leggings',31331,4,0,0,1,136783,27356,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,19,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18873,2,10,-1,'Grand Marshal\'s Stave',31764,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,41,5,23,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,225,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,23929,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340), (18874,2,10,-1,'High Warlord\'s War Staff',31765,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,41,5,23,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,225,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,23929,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340), (18875,4,2,-1,'Salamander Scale Pants',31333,4,0,0,1,175198,35039,7,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,10,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (18876,2,8,-1,'Grand Marshal\'s Claymore',31996,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18877,2,8,-1,'High Warlord\'s Greatsword',31998,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,41,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18878,2,15,-1,'Sorcerous Dagger',31337,4,0,0,1,358972,71794,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,17,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,79,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340), (18879,4,0,-1,'Heavy Dark Iron Ring',9836,4,524288,0,1,213456,53364,11,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,110,0,0,0,'',65,0,0,0,0,12340), (18880,12,0,-1,'Darkreaver\'s Head',14023,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18881,2,5,-1,'TEST Ragnaros Hammer',29698,5,0,8192,1,813705,162741,17,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,0,4,12,7,12,51,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,21162,2,0,0,-1,0,-1,21142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,15595), (18902,15,5,-1,'Reins of the Swift Stormsaber',17608,4,0,0,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23338,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18904,12,0,-1,'Zorbin\'s Ultra-Shrinker',20625,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23359,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (18922,12,0,-1,'Secret Plans: Fiery Flux',7956,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep away from Thorium Brotherhood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18943,12,0,-1,'Dark Iron Pillow',7718,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18944,12,0,-1,'Incendosaur Scale',23436,1,0,0,1,0,123,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18945,12,0,-1,'Dark Iron Residue',20614,1,0,0,1,0,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18946,12,0,-1,'Head of Overseer Maltorius',3920,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18947,12,0,-1,'Rage Scar Yeti Hide',6683,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18948,4,2,-1,'Barbaric Bracers',31385,3,0,0,1,7945,1589,9,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,3,7,6,38,8,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (18949,9,1,-1,'Pattern: Barbaric Bracers',1102,1,64,0,1,2000,500,0,-1,-1,31,0,165,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23399,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Barbaric Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18950,12,0,-1,'Chambermaid Pillaclencher\'s Pillow',31386,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This is one big pillow.',0,0,0,7704,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18951,4,0,-1,'Evonice\'s Landin\' Pilla',31387,2,0,0,1,0,0,12,-1,-1,50,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18952,12,0,-1,'Simone\'s Head',7235,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18953,12,0,-1,'Klinfran\'s Head',31388,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18954,12,0,-1,'Solenor\'s Head',31388,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18955,12,0,-1,'Artorius\'s Head',31388,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18956,12,0,-1,'Miniaturization Residue',31391,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18957,2,7,-1,'Brushwood Blade',31400,2,0,0,1,1250,250,13,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,21,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (18958,12,0,-1,'Water Elemental Core',18021,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18959,12,0,-1,'Smithing Tuyere',31401,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18960,12,0,-1,'Lookout\'s Spyglass',19478,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18961,12,0,-1,'Zukk\'ash Carapace',29351,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18962,12,0,-1,'Stinglasher\'s Glands',1438,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18964,15,2,-1,'Turtle Egg (Loggerhead)',18048,1,64,0,1,0,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,23429,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Right Click to summon and dismiss your Snapjaw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (18969,12,0,-1,'Pristine Yeti Hide',7347,1,2048,2,1,0,0,0,-1,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,7735,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18970,4,0,-1,'Ring of Critical Testing 2',26537,4,0,0,1,224050,56012,11,2047,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23434,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',64,0,0,0,0,1), (18972,12,0,-1,'Perfect Yeti Hide',7347,1,2048,1,1,0,0,0,-1,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,7738,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (18984,4,0,-1,'Dimensional Ripper - Everlook',41640,2,64,0,1,20000,5000,0,-1,-1,55,0,202,260,20222,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23442,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (18986,4,0,-1,'Ultrasafe Transporter: Gadgetzan',40162,2,64,0,1,20000,5000,0,-1,-1,52,0,202,260,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23453,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (18987,12,0,-1,'Blackhand\'s Command',16161,1,2048,0,1,0,0,0,-1,-1,55,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A letter of command from Rend Blackhand.',0,0,0,7761,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19002,12,0,-1,'Head of Nefarian',31434,4,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head of Nefarian: Brood of Deathwing.',0,0,0,7783,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19003,12,0,-1,'Head of Nefarian',31434,4,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head of Nefarian: Brood of Deathwing.',0,0,0,7781,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19004,0,8,-1,'Minor Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,10,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23468,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19005,0,8,-1,'Minor Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,10,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23469,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19006,0,8,-1,'Lesser Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,22,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23470,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19007,0,8,-1,'Lesser Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,22,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23471,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19008,0,8,-1,'Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,34,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23472,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19009,0,8,-1,'Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,34,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23473,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19010,0,8,-1,'Greater Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,46,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23474,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19011,0,8,-1,'Greater Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,46,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23475,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19012,0,8,-1,'Major Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,58,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23476,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19013,0,8,-1,'Major Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,58,48,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23477,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (19016,12,0,-1,'Vessel of Rebirth',20784,5,0,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,7785,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19017,12,0,-1,'Essence of the Firelord',30913,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19018,12,0,-1,'Dormant Wind Kissed Blade',20872,5,0,0,1,0,0,0,-1,-1,80,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,7787,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19019,2,7,-1,'Thunderfury, Blessed Blade of the Windseeker',30606,5,0,0,1,615704,123140,13,-1,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,3,5,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,115,0,16,30,3,0,0,8,9,0,0,0,1900,0,0,21992,2,0,4,-1,0,-1,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,-20,0,0,0,'',0,0,0,0,0,12340), (19020,12,0,-1,'Camp Mojache Zukk\'ash Report',1301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19022,2,20,-1,'Nat Pagle\'s Extreme Angler FC-5000',20619,2,0,0,1,142900,28580,17,-1,-1,50,0,356,100,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,140,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,7826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Limited Edition',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (19023,12,0,-1,'Katoom\'s Best Lure',18098,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19024,4,0,-1,'Arena Grand Master',31499,3,64,0,1,40124,10031,12,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,23506,0,0,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19025,12,0,-1,'Skylord Plume',31500,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19026,0,8,-1,'Snake Burst Firework',18070,1,0,0,1,1000,250,0,-1,-1,50,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11544,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19027,9,3,-1,'Schematic: Snake Burst Firework',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,202,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,23507,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Snake Burst Firework.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19028,4,0,-1,'Elegant Dress',15966,1,0,0,1,0,0,20,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19029,15,5,-1,'Horn of the Frostwolf Howler',31511,4,4096,1,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,-1,23509,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19030,15,5,-1,'Stormpike Battle Charger',17343,4,4096,2,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,23510,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19031,4,0,-1,'Frostwolf Battle Tabard',31527,1,4096,1,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19032,4,0,-1,'Stormpike Battle Tabard',31528,1,4096,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19033,12,0,-1,'Slagtree\'s Lost Tools',31515,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19034,12,0,-1,'Lard\'s Lunch',31516,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19035,15,0,-1,'Lard\'s Special Picnic Basket',12333,2,4,0,1,1000,250,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19036,12,0,-1,'Final Message to the Wildhammer',31521,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23514,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19037,4,4,-1,'Emerald Peak Spaulders',31523,2,0,0,1,51333,10266,3,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,3,3,6,7,10,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19038,4,0,-1,'Ring of Subtlety',224,2,0,0,1,44581,11145,11,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19039,4,2,-1,'Zorbin\'s Water Resistant Hat',31675,2,0,0,1,37019,7403,1,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,3,5,14,7,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19040,2,7,-1,'Zorbin\'s Mega-Slicer',31526,2,0,0,1,99086,19817,13,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,86,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (19041,4,2,-1,'Pratt\'s Handcrafted Tunic',31529,2,0,0,1,49732,9946,5,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,3,3,7,7,15,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19042,4,2,-1,'Jangdor\'s Handcrafted Tunic',31531,2,0,0,1,49920,9984,5,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,3,3,7,7,15,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19043,4,3,-1,'Heavy Timbermaw Belt',31532,3,0,0,1,66458,13291,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (19044,4,2,-1,'Might of the Timbermaw',34506,3,0,0,1,55584,11116,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,38,42,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (19045,0,0,-1,'Stormpike Battle Standard',31256,3,0,2,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23539,0,0,0,900000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19046,0,0,-1,'Frostwolf Battle Standard',31257,3,0,1,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23538,0,0,0,900000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19047,4,1,-1,'Wisdom of the Timbermaw',31534,3,0,0,1,46164,9232,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (19048,4,3,-1,'Heavy Timbermaw Boots',31538,3,0,0,1,121882,24376,8,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19049,4,2,-1,'Timbermaw Brawlers',34505,3,0,0,1,67655,13531,10,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,4,23,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19050,4,1,-1,'Mantle of the Timbermaw',36269,3,0,0,1,81478,16295,3,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19051,4,4,-1,'Girdle of the Dawn',31565,3,0,0,1,82416,16483,6,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,4,21,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (19052,4,2,-1,'Dawn Treaders',34504,3,0,0,1,88105,17621,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,7,18,31,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (19054,15,2,-1,'Red Dragon Orb',27454,1,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,23530,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (19055,15,2,-1,'Green Dragon Orb',6564,1,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,23531,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (19056,4,1,-1,'Argent Boots',31557,3,0,0,1,64705,12941,8,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,2,7,21,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,4,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (19057,4,4,-1,'Gloves of the Dawn',31564,3,0,0,1,88723,17744,10,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,4,23,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19058,4,2,-1,'Golden Mantle of the Dawn',50077,3,0,0,1,94885,18977,3,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19059,4,1,-1,'Argent Shoulders',31828,3,0,0,1,76192,15238,3,-1,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,7,23,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19060,0,0,-1,'Warsong Gulch Enriched Ration',21203,1,0,0,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23540,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19061,0,0,-1,'Warsong Gulch Iron Ration',6344,1,0,0,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23541,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19062,0,0,-1,'Warsong Gulch Field Ration',6413,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23542,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19064,12,0,-1,'Shackle Key',22477,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19065,4,0,-1,'Emerald Circle',31576,3,0,8192,1,71324,17831,11,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,7,14,6,8,50,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (19066,0,7,-1,'Warsong Gulch Runecloth Bandage',25147,1,64,0,5,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23567,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19067,0,7,-1,'Warsong Gulch Mageweave Bandage',17458,1,64,0,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23568,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19068,0,7,-1,'Warsong Gulch Silk Bandage',11926,1,64,0,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23569,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19069,12,0,-1,'Huntsman Malkhor\'s Skull',7741,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19070,12,0,-1,'Huntsman Malkhor\'s Bones',3233,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19071,12,0,-1,'Vessel of Tainted Blood',31577,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19083,4,1,-1,'Frostwolf Legionnaire\'s Cloak',26468,3,36864,1,1,0,0,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,5,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19084,4,1,-1,'Stormpike Soldier\'s Cloak',27197,3,36864,2,1,0,0,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,5,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19085,4,1,-1,'Frostwolf Advisor\'s Cloak',31592,3,36864,1,1,0,0,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,5,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19086,4,1,-1,'Stormpike Sage\'s Cloak',15042,3,36864,2,1,0,0,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,5,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19087,4,4,-1,'Frostwolf Plate Belt',31598,3,36864,1,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,7,7,8,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19088,4,3,-1,'Frostwolf Mail Belt',31599,3,36864,1,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,12,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19089,4,2,-1,'Frostwolf Leather Belt',30839,3,36864,1,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,10,7,15,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19090,4,1,-1,'Frostwolf Cloth Belt',14686,3,36864,1,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,5,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19091,4,4,-1,'Stormpike Plate Girdle',31597,3,36864,2,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,7,7,8,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19092,4,3,-1,'Stormpike Mail Girdle',31600,3,36864,2,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,12,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19093,4,2,-1,'Stormpike Leather Girdle',31601,3,36864,2,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,10,7,15,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19094,4,1,-1,'Stormpike Cloth Girdle',31602,3,36864,2,1,0,0,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,5,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19095,4,0,-1,'Frostwolf Legionnaire\'s Pendant',31603,3,36864,1,1,0,0,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19096,4,0,-1,'Frostwolf Advisor\'s Pendant',9859,3,36864,1,1,0,0,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19097,4,0,-1,'Stormpike Soldier\'s Pendant',31604,3,36864,2,1,0,0,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19098,4,0,-1,'Stormpike Sage\'s Pendant',9857,3,36864,2,1,0,0,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19099,2,15,-1,'Glacial Blade',31605,3,36864,1,1,0,0,13,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18398,2,0,1.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19100,2,15,-1,'Electrified Dagger',31606,3,36864,2,1,0,0,13,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,23592,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19101,2,10,-1,'Whiteout Staff',31608,3,36864,1,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,16,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19102,2,10,-1,'Crackling Staff',31610,3,36864,2,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,16,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19103,2,0,-1,'Frostbite',31611,3,36864,1,1,0,0,13,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,150,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19104,2,4,-1,'Stormstrike Hammer',31612,3,36864,2,1,0,0,13,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,150,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19105,4,1,-1,'Frost Runed Headdress',33462,3,4096,0,1,0,0,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19106,2,6,-1,'Ice Barbed Spear',31613,3,0,0,1,330108,66021,17,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,3,21,4,13,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19107,2,18,-1,'Bloodseeker',32146,3,0,0,1,198784,39756,26,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,3,7,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,3300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19108,2,19,-1,'Wand of Biting Cold',15238,3,0,0,1,199484,39896,26,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,125,4,0,0,0,0,0,0,0,0,0,0,1500,0,100,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19109,4,0,-1,'Deep Rooted Ring',31616,3,0,0,1,135681,33920,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19110,2,7,-1,'Cold Forged Blade',31617,3,4096,0,1,0,0,13,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,13,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19111,4,3,-1,'Winteraxe Epaulets',31618,3,0,0,1,112901,22580,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,10,6,6,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19112,4,4,-1,'Frozen Steel Vambraces',31619,3,0,0,1,88251,17650,9,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,3,11,7,7,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19113,4,2,-1,'Yeti Hide Bracers',31620,3,0,0,1,62918,12583,9,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,3,8,7,14,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19114,2,2,-1,'Highland Bow',31622,2,0,0,1,91414,18282,15,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,2,3,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,100,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (19115,4,0,-1,'Flask of Forest Mojo',31623,2,0,0,1,44012,11003,23,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (19116,4,1,-1,'Greenleaf Handwraps',31625,2,0,0,1,22952,4590,10,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19117,4,4,-1,'Laquered Wooden Plate Legguards',31626,2,0,0,1,80637,16127,7,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19118,2,19,-1,'Nature\'s Breath',31628,2,0,0,1,86722,17344,26,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,5,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,3,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',28,0,0,0,0,12340), (19119,4,2,-1,'Owlbeast Hide Gloves',31630,2,0,0,1,29015,5803,10,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,5,9,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19120,4,0,-1,'Rune of the Guard Captain',31631,2,0,0,1,65132,16283,12,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (19121,4,1,-1,'Deep Woodlands Cloak',31632,3,0,0,1,45035,9007,16,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19123,4,1,-1,'Everwarm Handwraps',31634,2,0,0,1,20572,4114,10,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19124,4,4,-1,'Slagplate Leggings',31635,2,0,0,1,72268,14453,7,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,2,7,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19125,4,3,-1,'Seared Mail Girdle',27137,2,0,0,1,33261,6652,6,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19126,4,4,-1,'Slagplate Gauntlets',31638,2,0,0,1,39168,7833,10,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,2,4,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19127,4,2,-1,'Charred Leather Tunic',31639,2,0,0,1,61290,12258,5,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,2,3,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19128,4,3,-1,'Seared Mail Vest',31641,2,0,0,1,66790,13358,5,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,3,11,5,11,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19129,4,1,-1,'Everglowing Robe',31644,2,0,0,1,41775,8355,20,-1,-1,49,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19130,2,19,-1,'Cold Snap',31645,4,0,0,1,272157,54431,26,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19131,4,1,-1,'Snowblind Shoes',31649,4,0,0,1,107931,21586,8,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19132,4,1,-1,'Crystal Adorned Crown',31650,4,0,0,1,107000,21400,1,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19133,4,1,-1,'Fel Infused Leggings',31651,4,0,0,1,148614,29722,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19134,4,2,-1,'Flayed Doomguard Belt',31652,4,0,0,1,89849,17969,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19135,4,1,-1,'Blacklight Bracer',14618,4,0,0,1,70331,14066,9,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,5,13,6,8,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19136,4,1,-1,'Mana Igniting Cord',31653,4,0,0,1,75148,15029,6,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,16,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19137,4,4,-1,'Onslaught Girdle',31654,4,0,0,1,144017,28803,6,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,4,31,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19138,4,0,-1,'Band of Sulfuras',31655,4,524288,0,1,319412,79853,11,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19139,4,2,-1,'Fireguard Shoulders',27664,4,0,0,1,142482,28496,3,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,22,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19140,4,0,-1,'Cauterizing Band',31657,4,0,0,1,241024,60256,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19141,4,0,-1,'Luffa',7418,2,0,0,1,66451,16612,12,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23595,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (19142,4,0,-1,'Fire Runed Grimoire',23321,4,0,0,1,75615,18903,23,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,5,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19143,4,4,-1,'Flameguard Gauntlets',31660,4,0,0,1,135917,27183,10,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19144,4,3,-1,'Sabatons of the Flamewalker',31662,4,0,0,1,172980,34596,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,27,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19145,4,1,-1,'Robe of Volatile Power',31663,4,0,0,1,149763,29952,20,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,4,5,15,7,10,6,10,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340); INSERT INTO `item_template` VALUES (19146,4,2,-1,'Wristguards of Stability',6763,4,0,0,1,92714,18542,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,24,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19147,4,0,-1,'Ring of Spell Power',31664,4,0,0,1,365815,91453,11,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19148,4,4,-1,'Dark Iron Helm',31671,4,0,0,1,179408,35881,1,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,0,35,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,150,0,0,0,'',65,0,0,0,0,12340), (19149,4,2,-1,'Lava Belt',31672,4,0,0,1,85928,17185,6,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,26,0,0,0,0,0,0,0,0,0,0,0,900000,24,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,110,0,0,0,'',65,0,0,0,0,12340), (19150,0,0,-1,'Sentinel Basic Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19151,0,0,-1,'Sentinel Standard Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19152,0,0,-1,'Sentinel Advanced Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19153,0,0,-1,'Outrider Advanced Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19154,0,0,-1,'Outrider Basic Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19155,0,0,-1,'Outrider Standard Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19156,4,1,-1,'Flarecore Robe',31673,4,0,0,1,141180,28236,20,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,1,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,15,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19157,4,3,-1,'Chromatic Gauntlets',31680,4,0,0,1,111754,22350,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,5,5,5,5,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19158,2,5,-1,'TEST Sulfuras, Hand of Ragnaros',29698,5,0,8192,1,787054,157410,17,-1,-1,80,60,0,0,0,0,0,0,0,1,1,0,0,4,12,7,12,51,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,21162,2,0,0,-1,0,-1,21142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (19159,4,0,-1,'Woven Ivy Necklace',31633,3,0,0,1,84564,21141,2,-1,-1,51,0,0,0,0,0,0,0,0,0,1,0,3,3,9,7,10,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19160,4,0,-1,'Contest Winner\'s Tabard',31676,1,0,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19162,4,2,-1,'Corehound Belt',31681,4,0,0,1,97371,19474,6,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,12,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19163,4,2,-1,'Molten Belt',31682,4,0,0,1,97720,19544,6,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,3,28,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,12,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19164,4,4,-1,'Dark Iron Gauntlets',31683,4,0,0,1,138083,27616,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,0,28,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19165,4,1,-1,'Flarecore Leggings',31685,4,0,0,1,157457,31491,7,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,16,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19166,2,15,-1,'Black Amnesty',31686,4,0,0,1,375665,75133,13,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,23604,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19167,2,6,-1,'Blackfury',31720,4,0,0,1,471244,94248,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,4,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,158,0,0,0,0,0,0,10,0,0,0,0,2100,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19168,2,7,-1,'Blackguard',31692,4,0,0,1,359967,71993,13,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,121,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19169,2,1,-1,'Nightfall',31735,4,0,0,1,451706,90341,17,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,282,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,23605,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19170,2,4,-1,'Ebon Hand',31822,4,0,0,1,362763,72552,13,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,7,0,0,0,0,2500,0,0,18211,2,0,1.1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19182,0,0,-1,'Darkmoon Faire Prize Ticket',31745,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19183,0,8,-1,'Hourglass Sand',2596,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23645,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19202,9,4,-1,'Plans: Heavy Timbermaw Belt',1301,1,64,0,1,22000,5500,0,-1,-1,58,0,164,290,0,0,0,576,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23628,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Timbermaw Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19203,9,4,-1,'Plans: Girdle of the Dawn',1301,1,64,0,1,22000,5500,0,-1,-1,58,0,164,290,0,0,0,529,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23632,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Girdle of the Dawn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19204,9,4,-1,'Plans: Heavy Timbermaw Boots',1301,1,64,0,1,40000,10000,0,-1,-1,64,0,164,300,0,0,0,576,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23629,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Heavy Timbermaw Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19205,9,4,-1,'Plans: Gloves of the Dawn',1301,1,64,0,1,40000,10000,0,-1,-1,64,0,164,300,0,0,0,529,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23633,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Gloves of the Dawn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19206,9,4,-1,'Plans: Dark Iron Helm',1301,1,64,0,1,60000,15000,0,-1,-1,66,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23636,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Dark Iron Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19207,9,4,-1,'Plans: Dark Iron Gauntlets',1301,1,64,0,1,80000,20000,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19208,9,4,-1,'Plans: Black Amnesty',1301,1,64,0,1,70000,17500,0,-1,-1,66,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Black Amnesty.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19209,9,4,-1,'Plans: Blackfury',1301,1,64,0,1,70000,17500,0,-1,-1,66,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blackfury.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19210,9,4,-1,'Plans: Ebon Hand',1301,1,64,0,1,120000,30000,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23650,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make the Ebon Hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19211,9,4,-1,'Plans: Blackguard',1301,1,64,0,1,120000,30000,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23652,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blackguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19212,9,4,-1,'Plans: Nightfall',1301,1,64,0,1,120000,30000,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23653,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nightfall.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19213,12,0,-1,'Silverwing Talisman of Merit',23714,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Proof of winning a battle in Warsong Gulch',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19215,9,2,-1,'Pattern: Wisdom of the Timbermaw',1301,1,64,0,1,22000,5500,0,-1,-1,58,0,197,290,0,0,0,576,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew the Wisdom of the Timbermaw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19216,9,2,-1,'Pattern: Argent Boots',1301,1,64,0,1,22000,5500,0,-1,-1,58,0,197,290,0,0,0,529,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23664,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Argent Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19217,9,2,-1,'Pattern: Argent Shoulders',1301,1,64,0,1,40000,10000,0,-1,-1,64,0,197,300,0,0,0,529,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23665,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Argent Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19218,9,2,-1,'Pattern: Mantle of the Timbermaw',1301,1,64,0,1,40000,10000,0,-1,-1,64,0,197,300,0,0,0,576,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23663,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Mantle of the Timbermaw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19219,9,2,-1,'Pattern: Flarecore Robe',1301,1,64,0,1,60000,15000,0,-1,-1,66,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23666,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Flarecore Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19220,9,2,-1,'Pattern: Flarecore Leggings',1301,1,64,0,1,90000,22500,0,-1,-1,70,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23667,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Flarecore Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19221,0,5,-1,'Darkmoon Special Reserve',18119,1,0,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19222,0,5,-1,'Cheap Beer',18102,1,0,0,1,10,2,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19223,0,5,-1,'Darkmoon Dog',31742,1,0,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (19224,0,5,-1,'Red Hot Wings',22200,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (19225,0,5,-1,'Deep Fried Candybar',15964,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19227,12,0,-1,'Ace of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23677,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19228,12,0,-1,'Beasts Deck',31755,4,0,0,1,200000,50000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,7907,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19229,15,0,-1,'Sayge\'s Fortune #1',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Never eat beef with a tauren.',0,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19230,12,0,-1,'Two of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60359,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19231,12,0,-1,'Three of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60360,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19232,12,0,-1,'Four of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60358,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19233,12,0,-1,'Five of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60361,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19234,12,0,-1,'Six of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60362,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19235,12,0,-1,'Seven of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60363,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19236,12,0,-1,'Eight of Beasts',31756,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60364,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19237,15,0,-1,'Sayge\'s Fortune #19',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Forsaken are up to something.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19238,15,0,-1,'Sayge\'s Fortune #3',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An enemy from your past will soon become an ally.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19239,15,0,-1,'Sayge\'s Fortune #4',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You will be fortunate in everything you put your hands to.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19240,15,0,-1,'Sayge\'s Fortune #5',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone is speaking well of you.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19241,15,0,-1,'Sayge\'s Fortune #6',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Be cautious when landing in unfamiliar territory.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19242,15,0,-1,'Sayge\'s Fortune #7',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Avoid taking unnecessary gambles.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19243,15,0,-1,'Sayge\'s Fortune #8',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You will receive a fortune.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19244,15,0,-1,'Sayge\'s Fortune #9',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Your first love and last love is self-love.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19245,15,0,-1,'Sayge\'s Fortune #10',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Rest is a good thing, but boredom is its brother.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19246,15,0,-1,'Sayge\'s Fortune #11',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Those with simple tastes are always satisfied with the best.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19247,15,0,-1,'Sayge\'s Fortune #12',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Let not the tides of war wash you away.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19248,15,0,-1,'Sayge\'s Fortune #13',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You leave your adversaries speechless.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19249,15,0,-1,'Sayge\'s Fortune #14',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You have a good eye for spotting hypocrisy.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19250,15,0,-1,'Sayge\'s Fortune #15',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One learns most when teaching others.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19251,15,0,-1,'Sayge\'s Fortune #16',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The time will soon come for you to make a choice in a pressing matter.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19252,15,0,-1,'Sayge\'s Fortune #18',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Accept the next proposition you hear.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19253,15,0,-1,'Sayge\'s Fortune #17',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Never punt a gnome without due cause.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19254,15,0,-1,'Sayge\'s Fortune #21',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Divine Shields and Hearthstones do not make a hero heroic.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19255,15,0,-1,'Sayge\'s Fortune #22',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An answer in blue is always true.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19256,15,0,-1,'Sayge\'s Fortune #2',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You will find something wonderful tomorrow.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19257,12,0,-1,'Warlords Deck',31755,4,0,0,1,200000,50000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,7928,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19258,12,0,-1,'Ace of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23678,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19259,12,0,-1,'Two of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60382,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19260,12,0,-1,'Three of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60383,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19261,12,0,-1,'Four of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60384,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19262,12,0,-1,'Five of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60385,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19263,12,0,-1,'Six of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60386,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19264,12,0,-1,'Seven of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60387,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19265,12,0,-1,'Eight of Warlords',31760,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60388,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19266,15,0,-1,'Sayge\'s Fortune #20',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Many a false step is made by standing still.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19267,12,0,-1,'Elementals Deck',31755,4,0,0,1,200000,50000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,7929,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19268,12,0,-1,'Ace of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23679,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19269,12,0,-1,'Two of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60368,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19270,12,0,-1,'Three of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60369,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19271,12,0,-1,'Four of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60370,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19272,12,0,-1,'Five of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60371,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19273,12,0,-1,'Six of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60372,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19274,12,0,-1,'Seven of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60373,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19275,12,0,-1,'Eight of Elementals',31762,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60374,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19276,12,0,-1,'Ace of Portals',31767,3,1088,0,1,50000,12500,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23680,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19277,12,0,-1,'Portals Deck',31755,4,0,0,1,200000,50000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,7927,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19278,12,0,-1,'Two of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60375,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19279,12,0,-1,'Three of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60376,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19280,12,0,-1,'Four of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60377,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19281,12,0,-1,'Five of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60378,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19282,12,0,-1,'Six of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60379,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19283,12,0,-1,'Seven of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60380,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19284,12,0,-1,'Eight of Portals',31767,3,1088,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60381,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19287,4,0,-1,'Darkmoon Card: Heroism',31768,4,64,0,1,400000,100000,12,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23689,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19288,4,0,-1,'Darkmoon Card: Blue Dragon',31769,4,64,0,1,400000,100000,12,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23688,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19289,4,0,-1,'Darkmoon Card: Maelstrom',31770,4,64,0,1,400000,100000,12,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19290,4,0,-1,'Darkmoon Card: Twisting Nether',31771,4,0,0,1,400000,100000,12,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23701,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19291,1,0,-1,'Darkmoon Storage Box',17329,1,0,0,1,100000,25000,18,-1,-1,45,0,0,0,0,0,0,0,0,1,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19292,2,4,-1,'Last Month\'s Mutton',31777,1,0,0,1,20113,4022,13,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,54,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19293,2,4,-1,'Last Year\'s Mutton',7462,1,0,0,1,96881,19376,13,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,82,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19295,4,0,-1,'Darkmoon Flower',31779,1,0,0,1,3000,750,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19296,0,8,-1,'Greater Darkmoon Prize',31783,2,4,0,1,1000,250,0,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Guaranteed to contain an item of value!',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19297,0,8,-1,'Lesser Darkmoon Prize',1283,2,4,0,1,440,110,0,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Guaranteed to contain an item of value!',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19298,0,8,-1,'Minor Darkmoon Prize',8270,2,4,0,1,200,50,0,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Guaranteed to contain an item of value!',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19299,0,5,-1,'Fizzy Faire Drink',18115,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19300,0,5,-1,'Bottled Winterspring Water',21794,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19301,0,5,-1,'Alterac Manna Biscuit',21203,1,0,0,5,7000,350,0,-1,-1,60,51,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23692,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19302,4,0,-1,'Darkmoon Ring',31800,3,0,0,1,50000,12500,11,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21348,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19303,4,0,-1,'Darkmoon Necklace',9657,2,0,0,1,50000,12500,2,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (19304,0,5,-1,'Spiced Beef Jerky',31803,1,0,0,5,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (19305,0,5,-1,'Pickled Kodo Foot',31802,1,0,0,5,500,25,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (19306,0,5,-1,'Crunchy Frog',31804,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (19307,0,7,-1,'Alterac Heavy Runecloth Bandage',25147,1,64,0,20,8000,100,0,-1,-1,58,0,129,225,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23696,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'May only be used in Alterac Valley.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19308,4,0,-1,'Tome of Arcane Domination',31805,4,36864,0,1,0,0,23,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19309,4,0,-1,'Tome of Shadow Force',24039,4,36864,0,1,0,0,23,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19310,4,0,-1,'Tome of the Ice Lord',31806,4,36864,0,1,0,0,23,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19311,4,0,-1,'Tome of Fiery Arcana',23322,4,36864,0,1,0,0,23,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19312,4,0,-1,'Lei of the Lifegiver',31807,4,36864,0,1,0,0,23,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19315,4,0,-1,'Therazane\'s Touch',31809,4,36864,0,1,0,0,23,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19316,6,2,-1,'Ice Threaded Arrow',31814,2,0,4,200,6000,7,24,-1,-1,54,51,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,17,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19317,6,3,-1,'Ice Threaded Bullet',31813,2,0,4,200,6000,7,24,-1,-1,54,51,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,17,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19318,0,0,-1,'Bottled Alterac Spring Water',18080,1,64,0,5,5000,250,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23698,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the mountain springs of Alterac!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19319,11,2,-1,'Harpy Hide Quiver',21712,3,36864,0,1,0,0,18,-1,-1,60,55,0,0,0,0,0,0,0,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19320,11,3,-1,'Gnoll Skin Bandolier',1816,3,36864,0,1,0,0,18,-1,-1,60,55,0,0,0,0,0,0,0,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19321,4,6,-1,'The Immovable Object',31815,4,36864,0,1,0,0,14,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2836,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,58,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19322,12,0,-1,'zzDEPRECATED Warsong Mark of Honor',20219,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Proof of winning a battle in Warsong Gulch',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19323,2,5,-1,'The Unstoppable Force',31817,4,36864,0,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,4,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,292,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,7598,1,0,0,-1,0,-1,23454,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19324,2,15,-1,'The Lobotomizer',31820,4,36864,0,1,0,0,13,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,24388,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19325,4,0,-1,'Don Julio\'s Band',31616,4,36864,0,1,0,0,11,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19326,9,1,-1,'Pattern: Might of the Timbermaw',1102,1,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,576,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft the Might of the Timbermaw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19327,9,1,-1,'Pattern: Timbermaw Brawlers',1102,1,64,0,1,40000,10000,0,-1,-1,64,0,165,300,0,0,0,576,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Timbermaw Brawlers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19328,9,1,-1,'Pattern: Dawn Treaders',1102,1,64,0,1,22000,5500,0,-1,-1,58,0,165,290,0,0,0,529,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Dawn Treaders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19329,9,1,-1,'Pattern: Golden Mantle of the Dawn',1102,1,64,0,1,40000,10000,0,-1,-1,64,0,165,300,0,0,0,529,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Golden Mantle of the Dawn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19330,9,1,-1,'Pattern: Lava Belt',1102,1,64,0,1,60000,15000,0,-1,-1,66,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Lava Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19331,9,1,-1,'Pattern: Chromatic Gauntlets',1102,1,64,0,1,90000,22500,0,-1,-1,70,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23708,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Chromatic Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19332,9,1,-1,'Pattern: Corehound Belt',1102,1,64,0,1,90000,22500,0,-1,-1,70,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Corehound Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19333,9,1,-1,'Pattern: Molten Belt',1102,1,64,0,1,90000,22500,0,-1,-1,70,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Molten Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19334,2,8,-1,'The Untamed Blade',31999,4,0,0,1,502757,100551,17,-1,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,3,22,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,23719,2,0,1.4,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19335,2,4,-1,'Spineshatter',31862,4,0,0,1,403656,80731,13,-1,-1,73,60,0,0,0,0,0,0,0,1,1,0,2,7,16,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19336,4,0,-1,'Arcane Infused Gem',31838,4,524288,0,1,288156,72039,12,31236,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23721,0,0,0,120000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19337,4,0,-1,'The Black Book',31848,4,524288,0,1,288156,72039,12,256,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23720,0,0,0,300000,1141,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19338,12,0,-1,'Free Ticket Voucher',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19339,4,0,-1,'Mind Quickening Gem',31840,4,524288,0,1,288156,72039,12,31360,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23723,0,0,0,300000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19340,4,0,-1,'Rune of Metamorphosis',31841,4,524288,0,1,288156,72039,12,32256,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23724,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19341,4,0,-1,'Lifegiving Gem',31843,4,524288,0,1,288156,72039,12,1,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23725,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19342,4,0,-1,'Venomous Totem',31846,4,524288,0,1,288156,72039,12,8,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23726,0,0,0,300000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19343,4,0,-1,'Scrolls of Blinding Light',31847,4,524288,0,1,288156,72039,12,2,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23733,0,0,0,300000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19344,4,0,-1,'Natural Alignment Crystal',31845,4,524288,0,1,288156,72039,12,64,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23734,0,0,0,300000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19345,4,0,-1,'Aegis of Preservation',31844,4,524288,0,1,288156,72039,12,16,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23780,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19346,2,15,-1,'Dragonfang Blade',31864,4,524288,0,1,395266,79053,13,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,2,3,16,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19347,2,15,-1,'Claw of Chromaggus',31865,4,0,0,1,410645,82129,21,-1,-1,77,60,0,0,0,0,0,0,0,1,1,0,2,5,17,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,90,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,23730,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-16,0,0,0,'',65,0,0,0,0,12340), (19348,4,6,-1,'Red Dragonscale Protector',31851,4,0,0,1,254848,50969,14,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3204,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,67,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19349,4,6,-1,'Elementium Reinforced Bulwark',31852,4,0,0,1,264730,52946,14,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3325,0,0,0,0,0,0,0,0,0,23731,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,71,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19350,2,2,-1,'Heartstriker',32080,4,0,0,1,304337,60867,15,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,180,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19351,2,7,-1,'Maladath, Runed Blade of the Black Flight',31866,4,524288,0,1,407267,81453,13,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,1,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,162,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,13665,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19352,2,7,-1,'Chromatically Tempered Sword',31867,4,524288,0,1,429072,85814,13,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,3,14,4,14,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19353,2,1,-1,'Drake Talon Cleaver',31857,4,0,0,1,526031,105206,17,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,4,22,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,300,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,21140,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19354,2,1,-1,'Draconic Avenger',31858,4,0,0,1,455619,91123,17,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,262,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,13667,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19355,2,10,-1,'Shadow Wing Focus Staff',31964,4,0,0,1,479550,95910,17,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,40,7,22,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,237,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,23732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',65,0,0,0,0,12340), (19356,2,10,-1,'Staff of the Shadow Flame',31960,4,0,0,1,514777,102955,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,29,7,24,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,248,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,18382,1,0,0,-1,0,-1,23728,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-21,0,0,0,'',65,0,0,0,0,12340), (19357,2,5,-1,'Herald of Woe',31878,4,0,0,1,483211,96642,17,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,4,4,31,5,20,6,17,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,300,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19358,2,5,-1,'Draconic Maul',31877,4,0,0,1,457045,91409,17,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,4,27,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,282,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19360,2,4,-1,'Lok\'amir il Romathis',31863,4,0,0,1,418127,83625,21,-1,-1,81,60,0,0,0,0,0,0,0,1,1,0,3,5,18,6,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,128,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,23728,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Hand of Nefarius',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-21,0,0,0,'',65,0,0,0,0,12340), (19361,2,18,-1,'Ashjre\'thul, Crossbow of Smiting',32763,4,0,0,1,301150,60230,26,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,225,0,0,0,0,0,0,0,0,0,0,0,3400,2,100,21440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19362,2,0,-1,'Doom\'s Edge',31869,4,524288,0,1,371192,74238,13,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,9,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19363,2,0,-1,'Crul\'shorukh, Edge of Chaos',31870,4,524288,0,1,422845,84569,13,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,188,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19364,2,8,-1,'Ashkandi, Greatsword of the Brotherhood',32000,4,0,0,1,530487,106097,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,344,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The initials A.L. are etched on the hilt.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19365,2,13,-1,'Claw of the Black Drake',31880,4,0,0,1,398362,79672,21,-1,-1,75,60,0,0,0,0,0,0,0,1,1,0,2,4,13,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19366,4,0,-1,'Master Dragonslayer\'s Orb',31953,4,0,0,1,1015299,203059,23,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19367,2,19,-1,'Dragon\'s Touch',32774,4,0,0,1,300997,60199,26,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19368,2,3,-1,'Dragonbreath Hand Cannon',31876,4,0,0,1,310053,62010,26,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,3,14,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,194,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19369,4,1,-1,'Gloves of Rapid Evolution',31888,4,0,0,1,81060,16212,10,-1,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,32,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19370,4,1,-1,'Mantle of the Blackwing Cabal',18865,4,0,0,1,122025,24405,3,-1,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,5,16,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19371,4,0,-1,'Pendant of the Fallen Dragon',31889,4,0,0,1,353421,88355,2,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19372,4,4,-1,'Helm of Endless Rage',32493,4,0,0,1,217175,43435,1,-1,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,4,26,3,26,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19373,4,3,-1,'Black Brood Pauldrons',31194,4,0,0,1,190194,38038,3,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,3,17,5,15,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19374,4,1,-1,'Bracers of Arcane Accuracy',31892,4,0,0,1,76423,15284,9,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19375,4,1,-1,'Mish\'undare, Circlet of the Mind Flayer',31898,4,0,0,1,125716,25143,1,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19376,4,0,-1,'Archimtiros\' Ring of Reckoning',31498,4,524288,0,1,446112,111528,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,3,14,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19377,4,0,-1,'Prestor\'s Talisman of Connivery',31899,4,0,0,1,421315,105328,2,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19378,4,1,-1,'Cloak of the Brood Lord',28891,4,0,0,1,127162,25432,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The threading is unlike anything you have ever seen. It appears metallic in origin.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19379,4,0,-1,'Neltharion\'s Tear',31901,4,524288,0,1,823454,205863,12,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A silver liquid flows within the impenetrable ebony shell. The item feels pure. It radiates an essence of extreme power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19380,4,3,-1,'Therazane\'s Link',31902,4,0,0,1,128122,25624,6,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The metal is warm to the touch. The links connecting the belt together appear to be fashioned out of Elementium.',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19381,4,2,-1,'Boots of the Shadow Flame',31904,4,0,0,1,160761,32152,8,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',65,0,0,0,0,12340), (19382,4,0,-1,'Pure Elementium Band',31906,4,524288,0,1,513121,128280,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,5,10,6,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Flawless. Indestructible. You cannot comprehend the craftsmanship involved with the creation of this ring.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19383,4,0,-1,'Master Dragonslayer\'s Medallion',31907,4,0,0,1,515451,128862,2,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,2,3,14,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19384,4,0,-1,'Master Dragonslayer\'s Ring',31908,4,0,0,1,522464,130616,11,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19385,4,1,-1,'Empowered Leggings',31911,4,0,0,1,167360,33472,7,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,24,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19386,4,1,-1,'Elementium Threaded Cloak',31912,4,0,0,1,125976,25195,16,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,13670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,110,0,0,0,'',65,0,0,0,0,12340), (19387,4,4,-1,'Chromatic Boots',31914,4,0,0,1,220812,44162,8,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,3,20,4,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19388,4,1,-1,'Angelista\'s Grasp',31915,4,0,0,1,84583,16916,6,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,13,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,23729,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19389,4,2,-1,'Taut Dragonhide Shoulderpads',32082,4,0,0,1,159162,31832,3,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The hides of several different dragon flights appear to be stitched together, comprising the top of the shoulders.',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19390,4,2,-1,'Taut Dragonhide Gloves',31919,4,0,0,1,106488,21297,10,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A cold chill passes through your spine as you place your hands on these gloves. They appear to be made from the skin of whelplings - a lot of whelplings.',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19391,4,1,-1,'Shimmering Geta',31921,4,0,0,1,128229,25645,8,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,5,17,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19392,4,4,-1,'Girdle of the Fallen Crusader',31924,4,0,0,1,150990,30198,6,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,5,4,20,7,15,5,17,6,13,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19393,4,3,-1,'Primalist\'s Linked Waistguard',31925,4,0,0,1,129140,25828,6,-1,-1,77,60,0,0,0,0,0,0,0,0,1,0,4,4,16,5,16,6,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19394,4,4,-1,'Drake Talon Pauldrons',31926,4,0,0,1,200186,40037,3,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,3,20,4,20,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19395,4,0,-1,'Rejuvenating Gem',20978,4,524288,0,1,412413,103103,12,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19396,4,2,-1,'Taut Dragonhide Belt',31927,4,0,0,1,96251,19250,6,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The flesh from different dragon flights has been sewn together to make this belt.',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19397,4,0,-1,'Ring of Blackrock',31905,4,524288,0,1,429754,107438,11,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19398,4,1,-1,'Cloak of Firemaw',23422,4,0,0,1,116379,23275,16,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19399,4,1,-1,'Black Ash Robe',31930,4,0,0,1,155766,31153,20,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,22,6,17,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19400,4,1,-1,'Firemaw\'s Clutch',31931,4,0,0,1,80306,16061,6,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19401,4,3,-1,'Primalist\'s Linked Legguards',31932,4,0,0,1,241809,48361,7,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,18382,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19402,4,4,-1,'Legguards of the Fallen Crusader',31933,4,0,0,1,283121,56624,7,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,4,4,28,3,22,5,17,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19403,4,0,-1,'Band of Forced Concentration',31800,4,524288,0,1,421312,105328,11,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19405,4,2,-1,'Malfurion\'s Blessed Bulwark',31934,4,0,0,1,204455,40891,5,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,4,40,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,170,0,0,0,'',65,0,0,0,0,12340), (19406,4,0,-1,'Drake Fang Talisman',31936,4,524288,0,1,364641,91160,12,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19407,4,1,-1,'Ebony Flame Gloves',18858,4,0,0,1,82368,16473,10,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19422,12,0,-1,'Darkmoon Faire Fortune',31961,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19423,15,0,-1,'Sayge\'s Fortune #23',3331,1,0,0,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Your fortune awaits you in Eastvale.',0,0,1,7937,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19424,15,0,-1,'Sayge\'s Fortune #24',3331,1,0,0,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Your fortune awaits you inside the Deadmines.',0,0,1,7938,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19425,0,0,-1,'Mysterious Lockbox',18721,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19426,4,0,-1,'Orb of the Darkmoon',31603,4,0,0,1,100000,25000,2,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,11,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19430,4,1,-1,'Shroud of Pure Thought',16879,4,0,0,1,124863,24972,16,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19431,4,0,-1,'Styleen\'s Impeding Scarab',31967,4,524288,0,1,412471,103117,12,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21485,1,0,0,-1,0,-1,23181,1,0,0,-1,0,-1,14249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19432,4,0,-1,'Circle of Applied Force',31576,4,524288,0,1,589145,147286,11,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,4,12,3,22,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19433,4,3,-1,'Emberweave Leggings',31968,4,0,0,1,234661,46932,7,-1,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,7,22,3,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,35,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19434,4,0,-1,'Band of Dark Dominion',28733,4,524288,0,1,323454,80863,11,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19435,2,19,-1,'Essence Gatherer',31977,4,0,0,1,278479,55695,26,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,6,0,0,0,0,0,0,0,0,0,0,1400,0,100,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19436,4,1,-1,'Cloak of Draconic Might',31978,4,0,0,1,111799,22359,16,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,16,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19437,4,1,-1,'Boots of Pure Thought',31982,4,0,0,1,112219,22443,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19438,4,1,-1,'Ringo\'s Blizzard Boots',31985,4,0,0,1,114020,22804,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19439,4,2,-1,'Interlaced Shadow Jerkin',31986,4,0,0,1,190741,38148,5,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,30,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19440,0,8,-1,'Powerful Anti-Venom',21845,1,64,0,1,2000,500,0,-1,-1,58,0,129,300,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23786,0,-1,-1,60000,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19441,7,11,-1,'Huge Venom Sac',5287,1,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19442,9,7,-1,'Formula: Powerful Anti-Venom',1301,1,64,0,1,100000,25000,0,-1,-1,58,0,129,300,0,0,0,529,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23787,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Powerful Anti-Venom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19443,15,0,-1,'Sayge\'s Fortune #25',3331,1,0,0,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Your fortune awaits you inside Wailing Caverns.',0,0,1,7944,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19444,9,8,-1,'Formula: Enchant Weapon - Strength',7798,1,64,0,1,30000,7500,0,-1,-1,58,0,333,290,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23799,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Strength by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19445,9,8,-1,'Formula: Enchant Weapon - Agility',7798,1,64,0,1,30000,7500,0,-1,-1,58,0,333,290,0,0,0,576,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23800,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Agility by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19446,9,8,-1,'Formula: Enchant Bracer - Mana Regeneration',7798,1,64,0,1,30000,7500,0,-1,-1,58,0,333,290,0,0,0,529,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23801,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to restore 5 mana every 5 seconds.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19447,9,8,-1,'Formula: Enchant Bracer - Healing Power',7798,1,64,0,1,60000,15000,0,-1,-1,64,0,333,300,0,0,0,529,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23802,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19448,9,8,-1,'Formula: Enchant Weapon - Mighty Spirit',7798,1,64,0,1,80000,20000,0,-1,-1,66,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Spirit by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19449,9,8,-1,'Formula: Enchant Weapon - Mighty Intellect',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,23804,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Intellect by 22.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19450,15,2,-1,'A Jubling\'s Tiny Home',18173,1,64,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,23811,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19451,15,0,-1,'Sayge\'s Fortune #26',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Time is nothing; timing is everything.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19452,15,0,-1,'Sayge\'s Fortune #27',3331,1,0,0,1,0,0,0,-1,-1,10,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Your fortune awaits you outside Palemane Rock.',0,0,1,7945,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19453,15,0,-1,'Sayge\'s Fortune #28',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Hunters who specialize in survival are not guaranteed to survive.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19454,15,0,-1,'Sayge\'s Fortune #29',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Look out!',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19462,15,2,-1,'Unhatched Jubling Egg',18051,1,0,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23851,0,-1,-1,-1,1071,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19483,15,0,-1,'Peeling the Onion',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The How to Guide On Dismantling the Stormpike - By Drek\'Thar',2771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19484,15,0,-1,'The Frostwolf Artichoke',6672,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Tales of Stormpike Glory - By Vanndar Stormpike',2779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19491,4,0,-1,'Amulet of the Darkmoon',32008,4,0,0,1,100000,25000,2,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,3,19,7,10,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19505,4,0,-1,'Warsong Battle Tabard',32031,1,4096,1,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19506,4,0,-1,'Silverwing Battle Tabard',32026,1,4096,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19507,4,1,-1,'Inquisitor\'s Shawl',32034,3,0,0,1,10208,2041,3,-1,-1,41,36,0,0,0,0,0,0,0,1,1,0,2,5,11,45,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (19508,4,2,-1,'Branded Leather Bracers',32036,3,0,0,1,8540,1708,9,-1,-1,41,36,0,0,0,0,0,0,0,1,1,0,2,7,6,38,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (19509,4,3,-1,'Dusty Mail Boots',32038,3,0,0,1,15500,3100,8,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,60,0,0,0,'',7,0,0,0,0,12340), (19510,4,0,-1,'Legionnaire\'s Band',29697,3,36864,1,1,0,0,11,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,12,3,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19511,4,0,-1,'Legionnaire\'s Band',29697,3,36864,1,1,0,0,11,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,10,3,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19512,4,0,-1,'Legionnaire\'s Band',29697,3,36864,1,1,0,0,11,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,3,4,8,3,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19513,4,0,-1,'Legionnaire\'s Band',29697,3,36864,1,1,0,0,11,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,6,3,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19514,4,0,-1,'Protector\'s Band',9832,3,36864,2,1,0,0,11,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,12,3,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19515,4,0,-1,'Protector\'s Band',9832,3,36864,2,1,0,0,11,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,3,4,8,3,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19516,4,0,-1,'Protector\'s Band',9832,3,36864,2,1,0,0,11,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,10,3,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19517,4,0,-1,'Protector\'s Band',9832,3,36864,2,1,0,0,11,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,6,3,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19518,4,0,-1,'Advisor\'s Ring',30661,3,36864,1,1,0,0,11,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19519,4,0,-1,'Advisor\'s Ring',30661,3,36864,1,1,0,0,11,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19520,4,0,-1,'Advisor\'s Ring',30661,3,36864,1,1,0,0,11,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19521,4,0,-1,'Advisor\'s Ring',30661,3,36864,1,1,0,0,11,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19522,4,0,-1,'Lorekeeper\'s Ring',28812,3,36864,2,1,0,0,11,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19523,4,0,-1,'Lorekeeper\'s Ring',28812,3,36864,2,1,0,0,11,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19524,4,0,-1,'Lorekeeper\'s Ring',28812,3,36864,2,1,0,0,11,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19525,4,0,-1,'Lorekeeper\'s Ring',28812,3,36864,2,1,0,0,11,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19526,4,1,-1,'Battle Healer\'s Cloak',32066,3,36864,1,1,0,0,16,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,11,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19527,4,1,-1,'Battle Healer\'s Cloak',32069,3,36864,1,1,0,0,16,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19528,4,1,-1,'Battle Healer\'s Cloak',32070,3,36864,1,1,0,0,16,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19529,4,1,-1,'Battle Healer\'s Cloak',28042,3,36864,1,1,0,0,16,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19530,4,1,-1,'Caretaker\'s Cape',32067,3,36864,2,1,0,0,16,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,11,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19531,4,1,-1,'Caretaker\'s Cape',32068,3,36864,2,1,0,0,16,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19532,4,1,-1,'Caretaker\'s Cape',32071,3,36864,2,1,0,0,16,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19533,4,1,-1,'Caretaker\'s Cape',32072,3,36864,2,1,0,0,16,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19534,4,0,-1,'Scout\'s Medallion',32008,3,36864,1,1,0,0,2,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,3,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19535,4,0,-1,'Scout\'s Medallion',32008,3,36864,1,1,0,0,2,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,3,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19536,4,0,-1,'Scout\'s Medallion',32008,3,36864,1,1,0,0,2,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,3,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19537,4,0,-1,'Scout\'s Medallion',32008,3,36864,1,1,0,0,2,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,3,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19538,4,0,-1,'Sentinel\'s Medallion',32073,3,36864,2,1,0,0,2,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,3,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19539,4,0,-1,'Sentinel\'s Medallion',32073,3,36864,2,1,0,0,2,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,3,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19540,4,0,-1,'Sentinel\'s Medallion',32073,3,36864,2,1,0,0,2,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,3,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19541,4,0,-1,'Sentinel\'s Medallion',32073,3,36864,2,1,0,0,2,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,3,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19542,2,15,-1,'Scout\'s Blade',32074,3,36864,1,1,0,0,13,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,3,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19543,2,15,-1,'Scout\'s Blade',32074,3,36864,1,1,0,0,13,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,3,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19544,2,15,-1,'Scout\'s Blade',32074,3,36864,1,1,0,0,13,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,3,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19545,2,15,-1,'Scout\'s Blade',32074,3,36864,1,1,0,0,13,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,3,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19546,2,15,-1,'Sentinel\'s Blade',32075,3,36864,2,1,0,0,13,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,3,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19547,2,15,-1,'Sentinel\'s Blade',32075,3,36864,2,1,0,0,13,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,3,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19548,2,15,-1,'Sentinel\'s Blade',32075,3,36864,2,1,0,0,13,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,3,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19549,2,15,-1,'Sentinel\'s Blade',32075,3,36864,2,1,0,0,13,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,3,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19550,2,7,-1,'Legionnaire\'s Sword',32076,3,36864,1,1,0,0,13,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19551,2,7,-1,'Legionnaire\'s Sword',32076,3,36864,1,1,0,0,13,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19552,2,7,-1,'Legionnaire\'s Sword',32076,3,36864,1,1,0,0,13,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19553,2,7,-1,'Legionnaire\'s Sword',32076,3,36864,1,1,0,0,13,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,4,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19554,2,7,-1,'Protector\'s Sword',32077,3,36864,2,1,0,0,13,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19555,2,7,-1,'Protector\'s Sword',32077,3,36864,2,1,0,0,13,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,4,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19556,2,7,-1,'Protector\'s Sword',32077,3,36864,2,1,0,0,13,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,4,8,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19557,2,7,-1,'Protector\'s Sword',32077,3,36864,2,1,0,0,13,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,4,7,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,75,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19558,2,2,-1,'Outrider\'s Bow',32079,3,36864,1,1,0,0,15,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19559,2,2,-1,'Outrider\'s Bow',32079,3,36864,1,1,0,0,15,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19560,2,2,-1,'Outrider\'s Bow',32079,3,36864,1,1,0,0,15,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19561,2,2,-1,'Outrider\'s Bow',32079,3,36864,1,1,0,0,15,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,67,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19562,2,2,-1,'Outrunner\'s Bow',32081,3,36864,2,1,0,0,15,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19563,2,2,-1,'Outrunner\'s Bow',32081,3,36864,2,1,0,0,15,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,8,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19564,2,2,-1,'Outrunner\'s Bow',32081,3,36864,2,1,0,0,15,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19565,2,2,-1,'Outrunner\'s Bow',32081,3,36864,2,1,0,0,15,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,67,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19566,2,10,-1,'Advisor\'s Gnarled Staff',20330,3,36864,1,1,0,0,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,188,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19567,2,10,-1,'Advisor\'s Gnarled Staff',20330,3,36864,1,1,0,0,17,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,160,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19568,2,10,-1,'Advisor\'s Gnarled Staff',20330,3,36864,1,1,0,0,17,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19569,2,10,-1,'Advisor\'s Gnarled Staff',20330,3,36864,1,1,0,0,17,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19570,2,10,-1,'Lorekeeper\'s Staff',18289,3,36864,2,1,0,0,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,188,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19571,2,10,-1,'Lorekeeper\'s Staff',18289,3,36864,2,1,0,0,17,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,160,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19572,2,10,-1,'Lorekeeper\'s Staff',18289,3,36864,2,1,0,0,17,-1,-1,43,38,0,0,0,0,0,0,0,0,1,0,2,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,133,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19573,2,10,-1,'Lorekeeper\'s Staff',18289,3,36864,2,1,0,0,17,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,2,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19574,4,0,-1,'Strength of Mugamba',32713,2,32768,0,1,0,0,2,1,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,7,10,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19575,4,0,-1,'Strength of Mugamba',32714,3,32768,0,1,0,0,2,1,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,3,6,4,7,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19576,4,0,-1,'Strength of Mugamba',32715,3,32768,0,1,0,0,2,1,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,3,8,4,8,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19577,4,0,-1,'Rage of Mugamba',32716,4,32768,0,1,0,0,2,1,-1,65,0,0,0,0,0,0,0,0,1,1,0,4,3,8,4,8,7,13,15,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,24428,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19578,4,4,-1,'Berserker Bracers',32088,4,36864,0,1,0,0,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,4,19,3,8,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19579,4,0,-1,'Heathen\'s Brand',32713,2,32768,0,1,0,0,2,2,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,4,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19580,4,4,-1,'Berserker Bracers',32088,4,36864,0,1,0,0,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,17,3,7,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19581,4,4,-1,'Berserker Bracers',32088,4,36864,0,1,0,0,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,4,14,3,6,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19582,4,3,-1,'Windtalker\'s Wristguards',32089,4,36864,0,1,0,0,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,5,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19583,4,3,-1,'Windtalker\'s Wristguards',32089,4,36864,0,1,0,0,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,5,6,6,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19584,4,3,-1,'Windtalker\'s Wristguards',32089,4,36864,0,1,0,0,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,5,6,6,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19585,4,0,-1,'Heathen\'s Brand',32714,3,32768,0,1,0,0,2,2,-1,60,0,0,0,0,0,0,0,0,1,1,0,4,4,8,5,6,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19586,4,0,-1,'Heathen\'s Brand',32715,3,32768,0,1,0,0,2,2,-1,68,0,0,0,0,0,0,0,0,1,1,0,4,4,10,5,6,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19587,4,2,-1,'Forest Stalker\'s Bracers',32090,4,36864,0,1,0,0,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,3,19,4,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19588,4,0,-1,'Hero\'s Brand',32716,4,32768,0,1,0,0,2,2,-1,65,0,0,0,0,0,0,0,0,1,1,0,4,4,10,5,6,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24188,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19589,4,2,-1,'Forest Stalker\'s Bracers',32090,4,36864,0,1,0,0,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,3,17,4,9,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19590,4,2,-1,'Forest Stalker\'s Bracers',32090,4,36864,0,1,0,0,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,3,14,4,8,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19591,4,0,-1,'The Eye of Zuldazar',32713,2,32768,0,1,0,0,2,16,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,5,7,6,10,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19592,4,0,-1,'The Eye of Zuldazar',32714,3,32768,0,1,0,0,2,16,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,5,7,6,10,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19593,4,0,-1,'The Eye of Zuldazar',32715,3,32768,0,1,0,0,2,16,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,5,8,6,13,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19594,4,0,-1,'The All-Seeing Eye of Zuldazar',32716,4,32768,0,1,0,0,2,16,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,5,8,6,13,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,24191,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19595,4,1,-1,'Dryad\'s Wrist Bindings',32091,4,36864,0,1,0,0,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,5,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19596,4,1,-1,'Dryad\'s Wrist Bindings',32091,4,36864,0,1,0,0,9,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,5,6,6,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19597,4,1,-1,'Dryad\'s Wrist Bindings',32091,4,36864,0,1,0,0,9,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,3,5,6,6,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19598,4,0,-1,'Pebble of Kajaro',32713,2,32768,0,1,0,0,2,128,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,5,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19599,4,0,-1,'Pebble of Kajaro',32714,3,32768,0,1,0,0,2,128,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,5,10,6,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19600,4,0,-1,'Pebble of Kajaro',32715,3,32768,0,1,0,0,2,128,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,5,13,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19601,4,0,-1,'Jewel of Kajaro',32716,4,32768,0,1,0,0,2,128,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,5,13,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,24429,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,482,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19602,4,0,-1,'Kezan\'s Taint',32713,2,32768,0,1,0,0,2,256,-1,60,0,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19603,4,0,-1,'Kezan\'s Taint',32714,3,32768,0,1,0,0,2,256,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,7,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19604,4,0,-1,'Kezan\'s Taint',32715,3,32768,0,1,0,0,2,256,-1,68,0,0,0,0,0,0,0,0,1,1,0,2,7,13,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19605,4,0,-1,'Kezan\'s Unstoppable Taint',32716,4,32768,0,1,0,0,2,256,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,7,13,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,24430,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,481,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19606,4,0,-1,'Vision of Voodress',32713,2,32768,0,1,0,0,2,64,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,5,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19607,4,0,-1,'Vision of Voodress',32714,3,32768,0,1,0,0,2,64,-1,60,0,0,0,0,0,0,0,0,1,1,0,4,4,6,5,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19608,4,0,-1,'Vision of Voodress',32715,3,32768,0,1,0,0,2,64,-1,68,0,0,0,0,0,0,0,0,1,1,0,4,4,6,5,10,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19609,4,0,-1,'Unmarred Vision of Voodress',32716,4,32768,0,1,0,0,2,64,-1,65,0,0,0,0,0,0,0,0,1,1,0,4,4,6,5,10,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24436,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19610,4,0,-1,'Enchanted South Seas Kelp',32713,2,32768,0,1,0,0,2,1024,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,5,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19611,4,0,-1,'Enchanted South Seas Kelp',32714,3,32768,0,1,0,0,2,1024,-1,60,0,0,0,0,0,0,0,0,1,1,0,4,4,6,5,8,6,7,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19612,4,0,-1,'Enchanted South Seas Kelp',32715,3,32768,0,1,0,0,2,1024,-1,68,0,0,0,0,0,0,0,0,1,1,0,4,4,6,5,10,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19613,4,0,-1,'Pristine Enchanted South Seas Kelp',32716,4,32768,0,1,0,0,2,1024,-1,65,0,0,0,0,0,0,0,0,1,1,0,4,4,6,5,10,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24433,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,479,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19614,4,0,-1,'Zandalarian Shadow Talisman',32713,2,32768,0,1,0,0,2,8,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,3,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19615,4,0,-1,'Zandalarian Shadow Talisman',32714,3,32768,0,1,0,0,2,8,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,3,12,4,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19616,4,0,-1,'Zandalarian Shadow Talisman',32715,3,32768,0,1,0,0,2,8,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,3,15,4,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19617,4,0,-1,'Zandalarian Shadow Mastery Talisman',32716,4,32768,0,1,0,0,2,8,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,3,15,4,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24434,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19618,4,0,-1,'Maelstrom\'s Tendril',32713,2,32768,0,1,0,0,2,4,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,3,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19619,4,0,-1,'Maelstrom\'s Tendril',32714,3,32768,0,1,0,0,2,4,-1,60,0,0,0,0,0,0,0,0,1,1,0,3,3,12,5,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19620,4,0,-1,'Maelstrom\'s Tendril',32715,3,32768,0,1,0,0,2,4,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,3,15,5,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19621,4,0,-1,'Maelstrom\'s Wrath',32716,4,32768,0,1,0,0,2,4,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,3,10,5,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24432,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19642,12,0,-1,'iCoke Prize Voucher',7744,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,5,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (19682,4,1,-1,'Bloodvine Vest',32154,3,0,0,1,104934,20986,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,23729,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,421,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19683,4,1,-1,'Bloodvine Leggings',32155,3,0,0,1,105328,21065,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,421,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19684,4,1,-1,'Bloodvine Boots',32770,3,0,0,1,79283,15856,8,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,421,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19685,4,2,-1,'Primal Batskin Jerkin',32157,3,0,0,1,132632,26526,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,32,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,441,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19686,4,2,-1,'Primal Batskin Gloves',32159,3,0,0,1,66562,13312,10,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,441,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19687,4,2,-1,'Primal Batskin Bracers',32158,3,0,0,1,66808,13361,9,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,14,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,441,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19688,4,2,-1,'Blood Tiger Breastplate',25682,3,0,0,1,134095,26819,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,4,17,7,17,5,16,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,442,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19689,4,2,-1,'Blood Tiger Shoulders',32160,3,0,0,1,100940,20188,3,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,4,13,7,13,5,12,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,442,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19690,4,3,-1,'Bloodsoul Breastplate',32163,3,0,0,1,166327,33265,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,13,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,7598,1,0,0,3600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,443,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19691,4,3,-1,'Bloodsoul Shoulders',32165,3,0,0,1,125744,25148,3,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,443,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19692,4,3,-1,'Bloodsoul Gauntlets',32164,3,0,0,1,83746,16749,10,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,17,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,443,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19693,4,4,-1,'Darksoul Breastplate',32166,3,0,0,1,177452,35490,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,444,135,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340), (19694,4,4,-1,'Darksoul Leggings',32167,3,0,0,1,178141,35628,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,444,100,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340), (19695,4,4,-1,'Darksoul Shoulders',32168,3,0,0,1,133867,26773,3,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,444,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19696,0,5,-1,'Harvest Bread',21203,1,66,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (19697,4,0,-1,'Bounty of the Harvest',32171,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24006,0,0,0,43200000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19698,12,0,-1,'Zulian Coin',32301,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19699,12,0,-1,'Razzashi Coin',32279,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19700,12,0,-1,'Hakkari Coin',32278,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19701,12,0,-1,'Gurubashi Coin',32276,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19702,12,0,-1,'Vilebranch Coin',32282,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19703,12,0,-1,'Witherbark Coin',32283,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19704,12,0,-1,'Sandfury Coin',32280,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19705,12,0,-1,'Skullsplitter Coin',32281,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19706,12,0,-1,'Bloodscalp Coin',32277,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One of the lesser Paragons of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19707,12,0,-1,'Red Hakkari Bijou',32553,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19708,12,0,-1,'Blue Hakkari Bijou',32547,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19709,12,0,-1,'Yellow Hakkari Bijou',32555,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19710,12,0,-1,'Orange Hakkari Bijou',32551,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19711,12,0,-1,'Green Hakkari Bijou',32550,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19712,12,0,-1,'Purple Hakkari Bijou',32552,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19713,12,0,-1,'Bronze Hakkari Bijou',32548,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19714,12,0,-1,'Silver Hakkari Bijou',32554,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19715,12,0,-1,'Gold Hakkari Bijou',32549,3,32832,0,1,0,0,0,-1,-1,61,58,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24377,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A significant Paragon of Power from the Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19716,12,0,-1,'Primal Hakkari Bindings',32252,4,0,0,1,0,0,0,134,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19717,12,0,-1,'Primal Hakkari Armsplint',32253,4,0,0,1,0,0,0,73,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19718,12,0,-1,'Primal Hakkari Stanchion',32254,4,0,0,1,0,0,0,1296,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19719,12,0,-1,'Primal Hakkari Girdle',32255,4,0,0,1,0,0,0,73,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19720,12,0,-1,'Primal Hakkari Sash',7046,4,0,0,1,0,0,0,1296,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19721,12,0,-1,'Primal Hakkari Shawl',32256,4,0,0,1,0,0,0,134,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19722,12,0,-1,'Primal Hakkari Tabard',32257,4,0,0,1,0,0,0,1090,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19723,12,0,-1,'Primal Hakkari Kossack',32258,4,0,0,1,0,0,0,385,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19724,12,0,-1,'Primal Hakkari Aegis',32259,4,0,0,1,0,0,0,28,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A legendary Paragon of Power from the old Gurubashi Empire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19725,12,0,-1,'Arathi Resource Crate',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Proof of victory in Arathi Basin',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19726,7,9,-1,'Bloodvine',18087,2,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19727,7,9,-1,'Blood Scythe',32189,3,0,0,1,60000,15000,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows an Herbalist to collect Bloodvine from Zul\'Gurub Flora when carried.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19764,9,2,-1,'Pattern: Bloodvine Vest',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Bloodvine Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19765,9,2,-1,'Pattern: Bloodvine Leggings',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bloodvine Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19766,9,2,-1,'Pattern: Bloodvine Boots',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24093,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bloodvine Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19767,7,6,-1,'Primal Bat Leather',26371,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19768,7,6,-1,'Primal Tiger Leather',32230,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19769,9,1,-1,'Pattern: Primal Batskin Jerkin',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24121,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Primal Batskin Jerkin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19770,9,1,-1,'Pattern: Primal Batskin Gloves',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24122,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Primal Batskin Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19771,9,1,-1,'Pattern: Primal Batskin Bracers',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24123,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Primal Batskin Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19772,9,1,-1,'Pattern: Blood Tiger Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24124,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Blood Tiger Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19773,9,1,-1,'Pattern: Blood Tiger Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,165,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Blood Tiger Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19774,3,7,-1,'Souldarite',22652,2,0,0,1,20000,5000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19775,15,0,-1,'Sealed Azure Bag',32231,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed tight.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19776,9,4,-1,'Plans: Bloodsoul Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24136,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bloodsoul Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19777,9,4,-1,'Plans: Bloodsoul Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24137,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bloodsoul Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19778,9,4,-1,'Plans: Bloodsoul Gauntlets',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24138,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bloodsoul Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19779,9,4,-1,'Plans: Darksoul Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24139,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Darksoul Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19780,9,4,-1,'Plans: Darksoul Leggings',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24140,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Darksoul Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19781,9,4,-1,'Plans: Darksoul Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,65,0,164,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24141,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Darksoul Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19782,15,0,-1,'Presence of Might',32233,3,32832,0,1,0,0,0,1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24149,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19783,15,0,-1,'Syncretist\'s Sigil',32234,3,32832,0,1,0,0,0,2,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24160,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19784,15,0,-1,'Death\'s Embrace',32235,3,32832,0,1,0,0,0,8,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24161,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19785,15,0,-1,'Falcon\'s Call',32242,3,32832,0,1,0,0,0,4,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24162,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19786,15,0,-1,'Vodouisant\'s Vigilant Embrace',32237,3,32832,0,1,0,0,0,64,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24163,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19787,15,0,-1,'Presence of Sight',32238,3,32832,0,1,0,0,0,128,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24164,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19788,15,0,-1,'Hoodoo Hex',32239,3,32832,0,1,0,0,0,256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24165,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19789,15,0,-1,'Prophetic Aura',32240,3,32832,0,1,0,0,0,16,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24167,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19790,15,0,-1,'Animist\'s Caress',32241,3,32832,0,1,0,0,0,1024,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24168,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19802,12,0,-1,'Heart of Hakkar',32260,4,0,0,1,0,0,0,-1,-1,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8183,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19803,15,0,-1,'Brownell\'s Blue Striped Racer',24521,2,0,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone in Booty Bay might be interested.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19805,15,0,-1,'Keefer\'s Angelfish',18535,2,0,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone in Booty Bay might be interested.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19806,15,0,-1,'Dezian Queenfish',32261,2,0,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone in Booty Bay might be interested.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19807,12,0,-1,'Speckled Tastyfish',28622,1,65536,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,14400,0,0,'',0,0,0,0,1,12340), (19808,2,4,-1,'Rockhide Strongfish',32262,2,0,0,1,77783,15556,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',27,0,0,0,0,12340), (19812,4,0,-1,'Rune of the Dawn',20984,3,32768,0,1,0,0,12,-1,-1,61,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24198,1,0,0,-1,0,-1,17670,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19813,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24289,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a warrior.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19814,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,8,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24281,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a rogue.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19815,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,2,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24285,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a paladin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19816,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,4,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24280,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a hunter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19817,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,64,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24288,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a shaman.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19818,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,128,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24282,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a mage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19819,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,256,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24290,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a warlock.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19820,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,16,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24284,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a priest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19821,12,0,-1,'Punctured Voodoo Doll',2622,2,33792,0,1,0,0,0,1024,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24279,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The doll resembles a druid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19822,4,4,-1,'Zandalar Vindicator\'s Breastplate',32415,4,32768,0,1,0,0,5,1,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,4,23,7,24,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,474,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340), (19823,4,4,-1,'Zandalar Vindicator\'s Belt',32416,4,32768,0,1,0,0,6,1,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,4,25,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,474,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19824,4,4,-1,'Zandalar Vindicator\'s Armguards',32417,4,32768,0,1,0,0,9,1,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,4,13,7,13,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,474,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19825,4,4,-1,'Zandalar Freethinker\'s Breastplate',32263,4,32768,0,1,0,0,5,2,-1,65,0,0,0,0,0,0,0,0,1,1,0,4,4,19,7,26,5,16,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,475,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19826,4,4,-1,'Zandalar Freethinker\'s Belt',32264,4,32768,0,1,0,0,6,2,-1,61,0,0,0,0,0,0,0,0,1,1,0,4,4,16,5,12,7,16,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,475,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19827,4,4,-1,'Zandalar Freethinker\'s Armguards',32265,4,32768,0,1,0,0,9,2,-1,61,0,0,0,0,0,0,0,0,1,1,0,4,5,10,7,12,4,12,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,7679,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,475,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19828,4,3,-1,'Zandalar Augur\'s Hauberk',32748,4,32768,0,1,0,0,5,64,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,476,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19829,4,3,-1,'Zandalar Augur\'s Belt',32750,4,32768,0,1,0,0,6,64,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,5,21,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,476,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19830,4,3,-1,'Zandalar Augur\'s Bracers',32749,4,32768,0,1,0,0,9,64,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,7,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,476,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19831,4,3,-1,'Zandalar Predator\'s Mantle',32270,4,32768,0,1,0,0,3,4,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,3,15,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,477,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19832,4,3,-1,'Zandalar Predator\'s Belt',32272,4,32768,0,1,0,0,6,4,-1,61,0,0,0,0,0,0,0,0,1,1,0,4,5,12,3,14,7,12,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,477,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19833,4,3,-1,'Zandalar Predator\'s Bracers',28806,4,32768,0,1,0,0,9,4,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,21439,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,477,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19834,4,2,-1,'Zandalar Madcap\'s Tunic',32273,4,32768,0,1,0,0,5,8,-1,65,0,0,0,0,0,0,0,0,1,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,478,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19835,4,2,-1,'Zandalar Madcap\'s Mantle',32274,4,32768,0,1,0,0,3,8,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,3,20,7,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,478,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19836,4,2,-1,'Zandalar Madcap\'s Bracers',32275,4,32768,0,1,0,0,9,8,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,7,14,3,14,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,478,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19838,4,2,-1,'Zandalar Haruspex\'s Tunic',32285,4,32768,0,1,0,0,5,1024,-1,65,0,0,0,0,0,0,0,0,1,1,0,3,5,24,6,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,479,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340), (19839,4,2,-1,'Zandalar Haruspex\'s Belt',32286,4,32768,0,1,0,0,6,1024,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,21,6,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,479,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (19840,4,2,-1,'Zandalar Haruspex\'s Bracers',32287,4,32768,0,1,0,0,9,1024,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,11,6,11,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,479,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (19841,4,1,-1,'Zandalar Confessor\'s Mantle',32567,4,32768,0,1,0,0,3,16,-1,68,0,0,0,0,0,0,0,0,1,1,0,3,5,24,6,15,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,480,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19842,4,1,-1,'Zandalar Confessor\'s Bindings',32289,4,32768,0,1,0,0,6,16,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,20,7,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,480,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19843,4,1,-1,'Zandalar Confessor\'s Wraps',32290,4,32768,0,1,0,0,9,16,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,11,6,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,480,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19845,4,1,-1,'Zandalar Illusionist\'s Mantle',32292,4,32768,0,1,0,0,3,128,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,21,7,13,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,482,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19846,4,1,-1,'Zandalar Illusionist\'s Wraps',32290,4,32768,0,1,0,0,9,128,-1,61,0,0,0,0,0,0,0,0,1,1,0,3,5,11,7,11,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,482,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19848,4,1,-1,'Zandalar Demoniac\'s Wraps',32290,4,32768,0,1,0,0,9,256,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,7,15,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,481,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19849,4,1,-1,'Zandalar Demoniac\'s Mantle',32566,4,32768,0,1,0,0,3,256,-1,61,0,0,0,0,0,0,0,0,1,1,0,2,7,23,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,481,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19850,12,0,-1,'Uther\'s Tribute',21586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24194,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19851,12,0,-1,'Grom\'s Tribute',20342,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24195,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19852,2,0,-1,'Ancient Hakkari Manslayer',34718,4,0,0,1,369057,73811,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,24585,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19853,2,3,-1,'Gurubashi Dwarf Destroyer',32577,4,0,0,1,277816,55563,26,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19854,2,8,-1,'Zin\'rokh, Destroyer of Worlds',32603,4,0,0,1,464686,92937,17,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,295,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19855,4,4,-1,'Bloodsoaked Legplates',32296,4,0,0,1,261179,52235,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,4,36,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19856,4,0,-1,'The Eye of Hakkar',32297,4,0,0,1,194513,48628,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19857,4,1,-1,'Cloak of Consumption',32298,4,0,0,1,112752,22550,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19858,12,0,-1,'Zandalar Honor Token',32300,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24226,0,-1,-1,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19859,2,15,-1,'Fang of the Faceless',32575,4,524288,0,1,378532,75706,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19861,2,19,-1,'Touch of Chaos',32595,4,0,0,1,285918,57183,26,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19862,4,6,-1,'Aegis of the Blood God',32561,4,0,0,1,244856,48971,14,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2959,0,0,0,0,0,0,0,0,0,23562,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,13675,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,61,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19863,4,0,-1,'Primalist\'s Seal',32305,3,524288,0,1,245144,61286,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19864,2,7,-1,'Bloodcaller',32314,4,0,0,1,385316,77063,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,5,15,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,114,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.2,0,0,0,'',65,0,0,0,0,12340), (19865,2,7,-1,'Warblade of the Hakkari',32722,4,0,0,1,386644,77328,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,110,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9335,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Forged in...',0,0,0,0,0,1,1,0,0,0,461,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19866,2,7,-1,'Warblade of the Hakkari',32722,4,0,0,1,351800,70360,22,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,106,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The seething flames of hatred.',0,0,0,0,0,1,1,0,0,0,461,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19867,2,7,-1,'Bloodlord\'s Defender',32581,4,0,0,1,353130,70626,13,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,80,0,0,0,0,0,0,1900,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19869,4,2,-1,'Blooddrenched Grips',32340,3,0,0,1,71004,14200,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19870,4,1,-1,'Hakkari Loa Cloak',32320,3,0,0,1,85523,17104,16,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,8,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19871,4,0,-1,'Talisman of Protection',32321,3,0,0,1,201151,50287,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19872,15,5,-1,'Swift Razzashi Raptor',17494,4,0,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,24242,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon Bloodlord Mandokir\'s raptor. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19873,4,0,-1,'Overlord\'s Crimson Band',32323,3,524288,0,1,194642,48660,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,4,9,7,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19874,2,6,-1,'Halberd of Smiting',32604,4,0,0,1,452959,90591,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,263,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,25669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19875,4,3,-1,'Bloodstained Coif',32413,3,0,0,1,130661,26132,1,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19876,4,0,-1,'Soul Corrupter\'s Necklace',32326,4,0,0,1,341245,85311,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19877,4,2,-1,'Animist\'s Leggings',32405,3,0,0,1,146226,29245,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,18,5,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',50,0,0,0,0,12340), (19878,4,4,-1,'Bloodsoaked Pauldrons',32409,3,0,0,1,153801,30760,3,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,16,4,16,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19879,2,10,-1,'Alex\'s Test Beatdown Staff',32332,4,0,0,1,644009,128801,17,2047,-1,70,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24243,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1), (19880,12,0,-1,'Gurubashi Head Collection',32333,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19881,12,0,-1,'Channeler\'s Head',18136,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19882,12,0,-1,'The Hexxer\'s Head',13061,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19883,12,0,-1,'Sacred Cord',25147,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24245,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19884,2,10,-1,'Jin\'do\'s Judgement',32613,4,0,0,1,436380,87276,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,227,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,23729,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',65,0,0,0,0,12340), (19885,4,0,-1,'Jin\'do\'s Evil Eye',32335,4,0,0,1,176815,44203,2,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,5,11,6,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19886,4,1,-1,'The Hexxer\'s Cover',32734,3,0,0,1,84249,16849,1,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19887,4,3,-1,'Bloodstained Legplates',32337,3,0,0,1,169136,33827,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,3,24,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19888,4,1,-1,'Overlord\'s Embrace',32339,3,0,0,1,84878,16975,16,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,13674,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',50,0,0,0,0,12340), (19889,4,2,-1,'Blooddrenched Leggings',32772,3,0,0,1,141994,28398,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,3,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19890,2,4,-1,'Jin\'do\'s Hexxer',32588,4,0,0,1,357047,71409,21,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,134,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18035,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',65,0,0,0,0,12340), (19891,4,0,-1,'Jin\'do\'s Bag of Whammies',32344,4,0,0,1,254512,63628,23,-1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,5,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19892,4,2,-1,'Animist\'s Boots',32406,3,0,0,1,107679,21535,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,14,5,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',50,0,0,0,0,12340), (19893,4,0,-1,'Zanzil\'s Seal',32347,3,524288,0,1,221421,55355,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19894,4,4,-1,'Bloodsoaked Gauntlets',32348,3,0,0,1,101822,20364,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,17,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,460,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19895,4,1,-1,'Bloodtinged Kilt',32401,3,0,0,1,116120,23224,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19896,2,13,-1,'Thekal\'s Grasp',32776,4,0,0,1,360249,72049,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,463,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19897,4,1,-1,'Betrayer\'s Boots',32563,4,0,0,1,108468,21693,8,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,6,12,5,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19898,4,0,-1,'Seal of Jin',32353,3,524288,0,1,220141,55035,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19899,4,1,-1,'Ritualistic Legguards',32407,3,0,0,1,105386,21077,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,6,20,5,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19900,2,1,-1,'Zulian Stone Axe',34507,3,0,0,1,330610,66122,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15810,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the mark of Jin.',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19901,2,7,-1,'Zulian Slicer',32356,3,0,0,1,265511,53102,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,24251,2,0,1.2,-1,0,-1,9141,1,0,0,-1,0,-1,24591,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Also serves as a skinning knife.',0,0,0,0,0,1,3,0,0,0,0,90,0,0,8,166,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19902,15,5,-1,'Swift Zulian Tiger',17607,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,24252,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon High Preist Thekal\'s tiger. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19903,2,15,-1,'Fang of Venoxis',32576,4,0,0,1,343255,68651,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,8,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,72,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,24595,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-6,0,0,0,'',65,0,0,0,0,12340), (19904,4,3,-1,'Runed Bloodstained Hauberk',32360,4,0,0,1,206740,41348,5,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19905,4,0,-1,'Zanzil\'s Band',32347,3,524288,0,1,181012,45253,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19906,4,2,-1,'Blooddrenched Footpads',32773,3,0,0,1,101474,20294,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,21,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19907,4,1,-1,'Zulian Tigerhide Cloak',32371,3,0,0,1,81478,16295,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19908,2,4,-1,'Sceptre of Smiting',32600,3,524288,0,1,262337,52467,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,145,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,24254,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19909,2,10,-1,'Will of Arlokk',32612,4,0,0,1,438869,87773,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,6,35,5,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,204,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-6,0,0,0,'',65,0,0,0,0,12340), (19910,2,13,-1,'Arlokk\'s Grasp',32615,4,0,0,1,352373,70474,22,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,84,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18205,2,0,3.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,463,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340), (19911,15,0,-1,'Whipweed Heart',32376,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (19912,4,0,-1,'Overlord\'s Onyx Band',32323,3,524288,0,1,174192,43548,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13675,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19913,4,4,-1,'Bloodsoaked Greaves',32379,3,0,0,1,145517,29103,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,25,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19914,1,0,-1,'Panther Hide Sack',21586,3,524288,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19915,4,6,-1,'Zulian Defender',32560,3,0,0,1,183713,36742,14,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,43,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19918,2,5,-1,'Jeklik\'s Crusher',32782,4,0,0,1,465256,93051,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,248,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,24257,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340), (19919,4,3,-1,'Bloodstained Greaves',32389,3,0,0,1,119073,23814,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,3,21,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19920,4,0,-1,'Primalist\'s Band',32305,3,524288,0,1,224151,56037,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19921,2,0,-1,'Zulian Hacker',26535,3,0,0,1,255472,51094,13,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,134,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,4990,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19922,4,0,-1,'Arlokk\'s Hoodoo Stick',32784,3,0,0,1,254621,63655,23,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19923,4,0,-1,'Jeklik\'s Opaline Talisman',32395,3,0,0,1,176121,44030,2,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19924,2,15,-1,'Monster - Dagger, Fang Hook Curve Dark',32397,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (19925,4,0,-1,'Band of Jin',32353,3,524288,0,1,174541,43635,11,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19927,2,19,-1,'Mar\'li\'s Touch',32582,4,0,0,1,261326,52265,26,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,5,11,6,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,170,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19928,4,2,-1,'Animist\'s Spaulders',32404,3,0,0,1,102221,20444,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',49,0,0,0,0,12340), (19929,4,1,-1,'Bloodtinged Gloves',32410,3,0,0,1,56780,11356,10,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (19930,4,0,-1,'Mar\'li\'s Eye',32745,3,0,0,1,295411,73852,12,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24268,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19931,12,0,-1,'Gurubashi Mojo Madness',9731,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24264,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19933,15,0,-1,'Glowing Scorpid Blood',33178,1,0,0,1,8320,2080,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19934,15,0,-1,'Large Scorpid Claw',6651,0,0,0,1,5600,1400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19935,15,0,-1,'Empty Venom Sac',21365,0,0,0,1,3320,830,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19936,15,0,-1,'Dried Scorpid Carapace',21365,0,0,0,1,3320,830,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19937,15,0,-1,'Small Scorpid Claw',6651,0,0,0,1,3120,780,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19938,15,0,-1,'Heavy Scorpid Leg',1438,0,0,0,1,2320,580,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19939,12,0,-1,'Gri\'lek\'s Blood',26865,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Iron Blood of Gri\'lek.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19940,12,0,-1,'Renataki\'s Tooth',32425,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Razor Sharp Tooth of Renataki.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19941,12,0,-1,'Wushoolay\'s Mane',30532,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Wushoolay\'s Unkempt Mane.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19942,12,0,-1,'Hazza\'rah\'s Dream Thread',32426,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19943,7,11,-1,'Massive Mojo',32427,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'More Mojo than any one troll should have.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19944,2,10,-1,'Nat Pagle\'s Fish Terminator',32450,4,0,0,1,430576,86115,17,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,4,41,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,258,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inscription reads: Fishin\'s fer sissies -Nat Pagle',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19945,4,2,-1,'Foror\'s Eyepatch',21701,4,0,0,1,129665,25933,1,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19946,2,6,-1,'Tigule\'s Harpoon',32430,3,0,0,1,338145,67629,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,232,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,15465,1,0,0,-1,0,-1,18207,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19947,4,0,-1,'Nat Pagle\'s Broken Reel',20625,3,0,0,1,346112,86528,12,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24610,0,0,0,75000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inscription reads: Fer really long castin\'.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19948,4,0,-1,'Zandalarian Hero Badge',32431,4,0,0,1,445213,111303,12,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24574,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19949,4,0,-1,'Zandalarian Hero Medallion',32431,4,0,0,1,445213,111303,12,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24661,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19950,4,0,-1,'Zandalarian Hero Charm',32431,4,0,0,1,445213,111303,12,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24658,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (19951,4,0,-1,'Gri\'lek\'s Charm of Might',32326,4,0,0,1,0,0,12,1,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24571,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19952,4,0,-1,'Gri\'lek\'s Charm of Valor',32326,4,0,0,1,0,0,12,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24498,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19953,4,0,-1,'Renataki\'s Charm of Beasts',32326,4,0,0,1,0,0,12,4,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24531,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19954,4,0,-1,'Renataki\'s Charm of Trickery',32326,4,0,0,1,0,0,12,8,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24532,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19955,4,0,-1,'Wushoolay\'s Charm of Nature',32326,4,0,0,1,0,0,12,1024,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24542,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,479,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19956,4,0,-1,'Wushoolay\'s Charm of Spirits',32326,4,0,0,1,0,0,12,64,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24499,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19957,4,0,-1,'Hazza\'rah\'s Charm of Destruction',32326,4,0,0,1,0,0,12,256,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24543,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,481,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19958,4,0,-1,'Hazza\'rah\'s Charm of Healing',32326,4,0,0,1,0,0,12,16,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24546,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19959,4,0,-1,'Hazza\'rah\'s Charm of Magic',32326,4,0,0,1,0,0,12,128,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24544,0,0,0,180000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,482,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19960,12,0,-1,'Crystalized Honey',32432,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The crown jewel of killer bees.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19961,2,4,-1,'Gri\'lek\'s Grinder',32780,3,0,0,1,265400,53080,13,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,24291,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19962,2,1,-1,'Gri\'lek\'s Carver',36762,3,0,0,1,333029,66605,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,274,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,24292,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19963,2,6,-1,'Pitchfork of Madness',32446,3,0,0,1,343433,68686,17,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,246,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,14098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19964,2,7,-1,'Renataki\'s Soul Conduit',32438,3,0,0,1,275770,55154,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,115,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,9345,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-4,0,0,0,'',49,0,0,0,0,12340), (19965,2,15,-1,'Wushoolay\'s Poker',32439,3,0,0,1,276793,55358,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,88,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9317,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-4,0,0,0,'',49,0,0,0,0,12340), (19967,2,19,-1,'Thoughtblighter',32584,3,0,0,1,209108,41821,26,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19968,2,7,-1,'Fiery Retributer',32443,3,0,0,1,279834,55966,13,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,105,0,0,0,0,60,0,0,0,0,0,0,1800,0,0,13383,1,0,0,-1,0,-1,7711,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19969,4,1,-1,'Nat Pagle\'s Extreme Anglin\' Boots',32449,2,0,0,1,16801,3360,8,-1,-1,40,35,356,1,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,7823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (19970,2,20,-1,'Arcanite Fishing Pole',20619,3,0,0,1,10878,2175,17,-1,-1,20,0,356,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,63,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,24301,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It looks like Nat Pagle himself used this.',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (19971,0,6,-1,'High Test Eternium Fishing Line',32452,2,64,0,1,8000,2000,0,-1,-1,45,0,356,150,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24302,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19972,4,1,-1,'Lucky Fishing Hat',16548,2,0,0,1,16983,3396,1,-1,-1,40,0,356,1,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,7823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (19973,12,0,-1,'Nat\'s Measuring Tape',11926,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19974,12,0,-1,'Mudskunk Lure',17288,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24325,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19975,12,0,-1,'Zulian Mudskunk',4810,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19978,15,0,-1,'Fishing Tournament!',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2786,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19979,4,0,-1,'Hook of the Master Angler',8233,3,64,0,1,100000,25000,12,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24347,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19982,4,1,-1,'Duskbat Drape',32503,3,0,0,1,47222,9444,16,1535,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,3,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19984,4,2,-1,'Ebon Mask',43777,3,0,0,1,59469,11893,1,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19986,4,2,-1,'Pirate\'s Eye Patch',21701,3,0,8192,1,59904,11980,1,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,7,20,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24351,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arrrrrgh!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (19990,4,0,-1,'Blessed Prayer Beads',9657,3,0,0,1,100000,25000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24354,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A friend in need is a friend without beads.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19991,4,0,-1,'Devilsaur Eye',1504,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24352,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19992,4,0,-1,'Devilsaur Tooth',13806,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50708,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (19993,2,2,-1,'Hoodoo Hunting Bow',32571,3,0,0,1,213650,42730,15,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,10,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (19994,0,5,-1,'Harvest Fruit',24568,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (19995,0,5,-1,'Harvest Boar',31516,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (19996,0,5,-1,'Harvest Fish',32521,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (19997,0,0,-1,'Harvest Nectar',18099,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24355,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (19998,4,2,-1,'Bloodvine Lens',32536,3,0,0,1,97288,19457,1,-1,-1,65,60,202,300,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (19999,4,1,-1,'Bloodvine Goggles',26614,3,0,0,1,78126,15625,1,-1,-1,65,60,202,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,23729,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20000,9,3,-1,'Schematic: Bloodvine Goggles',1325,1,64,0,1,120000,30000,0,-1,-1,65,0,202,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24356,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bloodvine Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20001,9,3,-1,'Schematic: Bloodvine Lens',1325,1,64,0,1,50000,12500,0,-1,-1,65,0,202,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bloodvine Lens.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20002,0,1,-1,'Greater Dreamless Sleep Potion',17403,1,64,0,1,4000,1000,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24360,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20003,2,13,-1,'Devilsaur Claws',32538,3,0,8192,1,157980,31596,21,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,3,4,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The claws hum with primal energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20004,0,2,-1,'Mighty Troll\'s Blood Elixir',29353,1,0,0,1,4000,1000,0,-1,-1,58,53,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24361,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20005,2,13,-1,'Devilsaur Claws',32539,3,0,8192,1,159141,31828,22,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,3,4,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The claws hum with primal energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20006,4,0,-1,'Circle of Hope',32678,3,0,0,1,33500,8375,11,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Forged from pure light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20007,0,2,-1,'Mageblood Elixir',32543,1,0,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24363,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20008,0,1,-1,'Living Action Potion',3663,1,0,0,1,2400,600,0,-1,-1,57,47,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24364,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20009,12,0,-1,'For the Light!',1103,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'by Jennre Loresinger... dedicated to Uther Lightbringer',2787,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20010,12,0,-1,'The Horde\'s Hellscream',1246,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'by Tolven Warsong... dedicated to Grom Hellscream',2790,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20011,9,6,-1,'Recipe: Mageblood Elixir',1301,1,64,0,1,50000,12500,0,-1,-1,55,0,171,275,0,0,0,270,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24365,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mageblood Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20012,9,6,-1,'Recipe: Greater Dreamless Sleep Potion',1301,1,64,0,1,50000,12500,0,-1,-1,55,0,171,275,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24366,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Greater Dreamless Sleep Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20013,9,6,-1,'Recipe: Living Action Potion',1301,1,64,0,1,50000,12500,0,-1,-1,57,0,171,285,0,0,0,270,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24367,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Living Action Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20014,9,6,-1,'Recipe: Mighty Troll\'s Blood Elixir',1301,1,64,0,1,50000,12500,0,-1,-1,58,0,171,290,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24368,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Troll\'s Blood Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20015,15,0,-1,'Elder Raptor Feathers',19567,0,0,0,1,6632,1658,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20016,15,0,-1,'Trophy Raptor Skull',4807,0,0,0,1,14540,3635,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20017,15,0,-1,'Perfect Courser Antler',8232,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20018,12,0,-1,'Angerclaw Grizzly Hide',7169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20019,15,0,-1,'Tooth of Morphaz',959,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20020,12,0,-1,'Bundle of Goods',7918,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crate contains carefully packed antlers and hides.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20021,12,0,-1,'Gold Pirate Earring',9849,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20022,15,0,-1,'Azure Key',13885,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20023,12,0,-1,'Encoded Fragment',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The text is written in an arcane language.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20025,12,0,-1,'Blood of Morphaz',292,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20027,12,0,-1,'Healthy Courser Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20028,12,0,-1,'Glittering Dust',7414,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20029,12,0,-1,'Enchanted Coral',32557,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20030,15,0,-1,'Pet Rock',4772,0,0,0,1,6321,1580,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It looks happy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20031,0,5,-1,'Essence Mango',22979,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24384,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20032,4,1,-1,'Flowing Ritual Robes',12675,4,0,0,1,135201,27040,20,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,6,24,5,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20033,4,1,-1,'Zandalar Demoniac\'s Robe',32564,4,32768,0,1,0,0,20,256,-1,65,0,0,0,0,0,0,0,0,1,1,0,1,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,481,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20034,4,1,-1,'Zandalar Illusionist\'s Robe',32565,4,32768,0,1,0,0,20,128,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,5,24,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,482,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20035,2,15,-1,'Glacial Spike',32592,3,0,0,1,153257,30651,13,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,24392,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Diabolical runes adorn the blade.',0,0,0,0,0,-1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20036,4,0,-1,'Fire Ruby',7122,3,0,0,1,11002,2750,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24389,0,0,0,180000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unpredictability leads to both victory and death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20037,4,0,-1,'Arcane Crystal Pendant',18707,3,0,0,1,60012,15003,2,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arcane crystals are best utilized for the purposes of a mage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20038,2,2,-1,'Mandokir\'s Sting',32570,4,0,0,1,262745,52549,15,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,2,3,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20039,4,4,-1,'Dark Iron Boots',42672,4,0,0,1,193772,38754,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,28,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,866,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',65,0,0,0,0,12340), (20040,9,4,-1,'Plans: Dark Iron Boots',1301,1,64,0,1,80000,20000,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24399,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dark Iron Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20041,4,4,-1,'Highlander\'s Plate Girdle',32644,3,36864,2,1,0,0,6,3,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,467,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20042,4,4,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,15,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,468,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20043,4,3,-1,'Highlander\'s Chain Girdle',34241,3,36864,2,1,0,0,6,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,469,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20044,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,470,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20045,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,471,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20046,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,472,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20047,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,473,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340), (20048,4,4,-1,'Highlander\'s Plate Greaves',32822,3,36864,2,1,0,0,8,3,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,14,7,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,467,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20049,4,4,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,4,14,7,8,3,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,468,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20050,4,3,-1,'Highlander\'s Chain Greaves',34242,3,36864,2,1,0,0,8,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,469,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20051,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,470,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20052,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,471,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20053,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,472,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20054,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,473,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340), (20055,4,3,-1,'Highlander\'s Chain Pauldrons',34243,4,36864,2,1,0,0,3,68,32767,65,60,0,0,0,0,0,0,0,1,1,0,3,3,14,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,469,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20056,4,3,-1,'Highlander\'s Mail Pauldrons',34249,4,36864,2,1,0,0,3,68,32767,65,60,0,0,0,0,0,0,0,1,1,0,4,4,11,7,18,3,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,470,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20057,4,4,-1,'Highlander\'s Plate Spaulders',34245,4,36864,2,1,0,0,3,3,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,20,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,467,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20058,4,4,-1,'Highlander\'s Lamellar Spaulders',34245,4,36864,2,1,0,0,3,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,18,7,15,3,17,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,468,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20059,4,2,-1,'Highlander\'s Leather Shoulders',18971,4,36864,2,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,17,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,471,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340), (20060,4,2,-1,'Highlander\'s Lizardhide Shoulders',18971,4,36864,2,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,17,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,472,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340), (20061,4,1,-1,'Highlander\'s Epaulets',32740,4,36864,2,1,0,0,3,400,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,473,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340), (20062,0,0,-1,'Arathi Basin Enriched Ration',21203,1,0,0,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20063,0,0,-1,'Arathi Basin Field Ration',6413,1,0,0,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24409,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20064,0,0,-1,'Arathi Basin Iron Ration',6344,1,0,0,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24410,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20065,0,7,-1,'Arathi Basin Mageweave Bandage',17458,1,64,0,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24413,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20066,0,7,-1,'Arathi Basin Runecloth Bandage',25147,1,64,0,1,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20067,0,7,-1,'Arathi Basin Silk Bandage',11926,1,64,0,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24412,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20068,4,1,-1,'Deathguard\'s Cloak',23140,4,36864,1,1,0,0,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,11,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20069,2,10,-1,'Ironbark Staff',32677,4,36864,2,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,243,0,0,0,0,100,0,0,0,0,0,0,3400,0,0,18382,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340), (20070,2,15,-1,'Sageclaw',32648,4,36864,2,1,0,0,21,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,95,0,0,0,0,40,0,0,0,0,0,0,1700,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340), (20071,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23991,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20072,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23991,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20073,4,1,-1,'Cloak of the Honor Guard',23140,4,36864,2,1,0,0,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,11,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20074,0,5,-1,'Heavy Crocolisk Stew',32650,1,0,0,1,1200,300,0,-1,-1,30,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (20075,9,5,-1,'Recipe: Heavy Crocolisk Stew',1102,1,64,0,1,2000,500,0,-1,-1,30,0,185,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Heavy Crocilisk Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20076,12,0,-1,'Zandalar Signet of Mojo',32657,3,64,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24421,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20077,12,0,-1,'Zandalar Signet of Might',32656,3,64,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24422,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20078,12,0,-1,'Zandalar Signet of Serenity',32658,3,64,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24420,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20079,0,0,-1,'Spirit of Zanza',17896,2,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24382,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Blessed with the mojo of Zanza!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20080,0,0,-1,'Sheen of Zanza',24211,2,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24417,0,-1,-1,120000,79,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Blessed with the mojo of Zanza!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20081,0,0,-1,'Swiftness of Zanza',24156,2,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24383,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Blessed with the mojo of Zanza!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20082,2,19,-1,'Woestave',32685,3,0,0,1,121145,24229,26,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,5,0,0,0,0,0,0,0,0,0,0,1900,0,100,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Woe to those who oppose.',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20083,2,6,-1,'Hunting Spear',32717,3,0,0,1,202624,40524,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,168,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,7597,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20085,15,0,-1,'Arcane Shard',35016,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20086,15,0,-1,'Broken Dusksteel Throwing Knife',32693,2,0,0,200,1200,1,0,-1,-1,52,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,5,0,0,0,0,0,0,0,1800,4,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20087,15,0,-1,'Wavethrasher Scales',32691,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20088,4,3,-1,'Highlander\'s Chain Girdle',34241,3,36864,2,1,0,0,6,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20089,4,3,-1,'Highlander\'s Chain Girdle',34241,3,36864,2,1,0,0,6,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20090,4,2,-1,'Highlander\'s Padded Girdle',34392,3,36864,2,1,0,0,6,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20091,4,3,-1,'Highlander\'s Chain Greaves',34242,3,36864,2,1,0,0,8,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20092,4,3,-1,'Highlander\'s Chain Greaves',34242,3,36864,2,1,0,0,8,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20093,4,2,-1,'Highlander\'s Padded Greaves',34393,3,36864,2,1,0,0,8,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20094,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340), (20095,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20096,4,1,-1,'Highlander\'s Cloth Boots',34240,3,36864,2,1,0,0,8,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (20097,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (20098,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (20099,4,1,-1,'Highlander\'s Cloth Girdle',34244,3,36864,2,1,0,0,6,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20100,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20101,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,3,7,10,3,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20102,4,2,-1,'Highlander\'s Lizardhide Boots',34248,3,36864,2,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,7,8,3,5,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20103,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (20104,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20105,4,2,-1,'Highlander\'s Lizardhide Girdle',34244,3,36864,2,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20106,4,4,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20107,4,4,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,4,12,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20108,4,3,-1,'Highlander\'s Lamellar Girdle',32644,3,36864,2,1,0,0,6,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20109,4,4,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,4,4,11,7,7,3,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20110,4,4,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,4,4,8,7,6,3,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20111,4,3,-1,'Highlander\'s Lamellar Greaves',32822,3,36864,2,1,0,0,8,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,4,4,6,7,4,3,6,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20112,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20113,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20114,4,2,-1,'Highlander\'s Leather Boots',34247,3,36864,2,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20115,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (20116,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20117,4,2,-1,'Highlander\'s Leather Girdle',34244,3,36864,2,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20118,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,2,7,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20119,4,3,-1,'Highlander\'s Mail Girdle',34241,3,36864,2,1,0,0,6,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20120,4,2,-1,'Highlander\'s Mail Girdle',34392,3,36864,2,1,0,0,6,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20121,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20122,4,3,-1,'Highlander\'s Mail Greaves',34242,3,36864,2,1,0,0,8,68,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20123,4,2,-1,'Highlander\'s Mail Greaves',34393,3,36864,2,1,0,0,8,68,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20124,4,4,-1,'Highlander\'s Plate Girdle',32644,3,36864,2,1,0,0,6,3,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,4,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20125,4,4,-1,'Highlander\'s Plate Girdle',32644,3,36864,2,1,0,0,6,3,-1,43,40,0,0,0,0,0,0,0,1,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20126,4,3,-1,'Highlander\'s Mail Girdle',34394,3,36864,2,1,0,0,6,3,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,4,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20127,4,4,-1,'Highlander\'s Plate Greaves',32822,3,36864,2,1,0,0,8,3,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20128,4,4,-1,'Highlander\'s Plate Greaves',32822,3,36864,2,1,0,0,8,3,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,4,8,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20129,4,3,-1,'Highlander\'s Mail Greaves',34395,3,36864,2,1,0,0,8,3,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,6,7,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20130,4,0,-1,'Diamond Flask',18059,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24427,0,0,0,360000,1141,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Served on the rocks.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20131,4,0,-1,'Battle Tabard of the Defilers',32694,1,4096,1,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20132,4,0,-1,'Arathor Battle Tabard',32695,1,4096,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20134,4,3,-1,'Skyfury Helm',32735,4,0,0,1,151234,30246,1,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,4,7,14,4,13,6,12,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20142,4,4,-1,'90 Epic Warrior Waistband',29864,4,16,8192,1,172592,34518,6,1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,7,23,4,24,50,200,51,6,52,6,54,6,56,6,55,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20150,4,3,-1,'Defiler\'s Chain Girdle',34241,3,36864,1,1,0,0,6,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,483,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20151,4,3,-1,'Defiler\'s Chain Girdle',34241,3,36864,1,1,0,0,6,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20152,4,2,-1,'Defiler\'s Chain Girdle',34392,3,36864,1,1,0,0,6,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20153,4,3,-1,'Defiler\'s Chain Girdle',34241,3,36864,1,1,0,0,6,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20154,4,3,-1,'Defiler\'s Chain Greaves',34242,3,36864,1,1,0,0,8,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,483,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20155,4,3,-1,'Defiler\'s Chain Greaves',34242,3,36864,1,1,0,0,8,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20156,4,3,-1,'Defiler\'s Chain Greaves',34242,3,36864,1,1,0,0,8,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20157,4,2,-1,'Defiler\'s Chain Greaves',34393,3,36864,1,1,0,0,8,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20158,4,3,-1,'Defiler\'s Chain Pauldrons',34243,4,36864,1,1,0,0,3,68,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,3,14,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,483,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20159,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,485,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340), (20160,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340), (20161,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20162,4,1,-1,'Defiler\'s Cloth Boots',34240,3,36864,1,1,0,0,8,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (20163,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,485,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340), (20164,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20165,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (20166,4,1,-1,'Defiler\'s Cloth Girdle',34244,3,36864,1,1,0,0,6,400,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (20167,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,488,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20168,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,3,7,10,3,6,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20169,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,7,8,3,5,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20170,4,2,-1,'Defiler\'s Lizardhide Boots',34248,3,36864,1,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20171,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,7,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,488,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20172,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,4,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20173,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,4,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20174,4,2,-1,'Defiler\'s Lizardhide Girdle',34244,3,36864,1,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (20175,4,2,-1,'Defiler\'s Lizardhide Shoulders',18971,4,36864,1,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,17,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,488,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340), (20176,4,1,-1,'Defiler\'s Epaulets',32740,4,36864,1,1,0,0,3,400,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,485,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340), (20177,4,4,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,4,15,7,6,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20178,4,3,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20179,4,4,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,4,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20180,4,4,-1,'Defiler\'s Lamellar Girdle',32644,3,36864,1,1,0,0,6,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,4,12,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20181,4,4,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,63,58,0,0,0,0,0,0,0,1,1,0,4,4,14,7,8,3,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20182,4,3,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,33,28,0,0,0,0,0,0,0,1,1,0,4,4,6,7,4,3,6,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20183,4,4,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,43,40,0,0,0,0,0,0,0,1,1,0,4,4,8,7,6,3,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20184,4,4,-1,'Defiler\'s Lamellar Spaulders',32739,4,36864,1,1,0,0,3,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,18,7,15,3,17,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20185,4,4,-1,'Defiler\'s Lamellar Greaves',32822,3,36864,1,1,0,0,8,2,-1,53,48,0,0,0,0,0,0,0,1,1,0,4,4,11,7,7,3,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20186,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,486,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20187,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,2,7,10,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20188,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20189,4,2,-1,'Defiler\'s Leather Boots',34247,3,36864,1,1,0,0,8,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,13,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20190,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,486,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (20191,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,33,28,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (20192,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,43,38,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (20193,4,2,-1,'Defiler\'s Leather Girdle',34244,3,36864,1,1,0,0,6,1032,-1,53,48,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (20194,4,2,-1,'Defiler\'s Leather Shoulders',18971,4,36864,1,1,0,0,3,1032,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,7,17,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,486,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,110,0,0,0,'',0,0,0,0,0,12340), (20195,4,3,-1,'Defiler\'s Mail Girdle',34241,3,36864,1,1,0,0,6,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,2,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,484,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20196,4,3,-1,'Defiler\'s Mail Girdle',34241,3,36864,1,1,0,0,6,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,2,7,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20197,4,2,-1,'Defiler\'s Padded Girdle',34392,3,36864,1,1,0,0,6,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20198,4,3,-1,'Defiler\'s Mail Girdle',34241,3,36864,1,1,0,0,6,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,2,7,6,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20199,4,3,-1,'Defiler\'s Mail Greaves',34242,3,36864,1,1,0,0,8,68,-1,63,58,0,0,0,0,0,0,0,1,1,0,3,7,16,3,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,484,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20200,4,3,-1,'Defiler\'s Mail Greaves',34242,3,36864,1,1,0,0,8,68,-1,43,40,0,0,0,0,0,0,0,1,1,0,3,7,10,3,7,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20201,4,2,-1,'Defiler\'s Mail Greaves',34393,3,36864,1,1,0,0,8,68,-1,33,28,0,0,0,0,0,0,0,1,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20202,4,3,-1,'Defiler\'s Mail Greaves',34242,3,36864,1,1,0,0,8,68,-1,53,48,0,0,0,0,0,0,0,1,1,0,3,7,13,3,8,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20203,4,3,-1,'Defiler\'s Mail Pauldrons',34249,4,36864,1,1,0,0,3,68,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,11,7,18,3,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,484,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20204,4,4,-1,'Defiler\'s Plate Girdle',32644,3,36864,1,1,0,0,6,3,32767,63,58,0,0,0,0,0,0,0,1,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,487,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20205,4,4,-1,'Defiler\'s Plate Girdle',32644,3,36864,1,1,0,0,6,3,32767,53,48,0,0,0,0,0,0,0,1,1,0,2,4,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20206,4,4,-1,'Defiler\'s Plate Girdle',32644,3,36864,1,1,0,0,6,3,32767,43,40,0,0,0,0,0,0,0,1,1,0,2,4,15,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20207,4,3,-1,'Defiler\'s Mail Girdle',34394,3,36864,1,1,0,0,6,3,32767,33,28,0,0,0,0,0,0,0,1,1,0,2,4,12,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20208,4,4,-1,'Defiler\'s Plate Greaves',32822,3,36864,1,1,0,0,8,3,32767,63,58,0,0,0,0,0,0,0,1,1,0,3,4,14,7,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,487,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20209,4,4,-1,'Defiler\'s Plate Greaves',32822,3,36864,1,1,0,0,8,3,32767,43,40,0,0,0,0,0,0,0,1,1,0,3,4,8,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20210,4,3,-1,'Defiler\'s Mail Greaves',34395,3,36864,1,1,0,0,8,3,32767,33,28,0,0,0,0,0,0,0,1,1,0,3,4,6,7,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20211,4,4,-1,'Defiler\'s Plate Greaves',32822,3,36864,1,1,0,0,8,3,32767,53,48,0,0,0,0,0,0,0,1,1,0,3,4,11,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,23990,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20212,4,4,-1,'Defiler\'s Plate Spaulders',34245,4,36864,1,1,0,0,3,3,32767,65,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,20,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,487,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20213,4,4,-1,'Belt of Shrunken Heads',32718,3,0,0,1,100599,20119,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20214,2,15,-1,'Mindfang',32648,4,36864,1,1,0,0,21,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,95,0,0,0,0,40,0,0,0,0,0,0,1700,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340), (20215,4,3,-1,'Belt of Shriveled Heads',32721,3,0,0,1,86358,17271,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,4,6,7,7,18,3,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20216,4,2,-1,'Belt of Preserved Heads',32720,3,0,0,1,72227,14445,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,3,15,4,14,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20217,4,1,-1,'Belt of Tiny Heads',32724,3,0,0,1,57991,11598,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,2,5,17,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20218,4,1,-1,'Faded Hakkari Cloak',32726,3,0,0,1,72950,14590,16,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20219,4,1,-1,'Tattered Hakkari Cape',32727,3,0,0,1,73206,14641,16,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,2,4,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,21598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20220,2,10,-1,'Ironbark Staff',32677,4,36864,1,1,0,0,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,243,0,0,0,0,100,0,0,0,0,0,0,3400,0,0,18382,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-5.7,0,0,0,'',0,0,0,0,0,12340), (20221,15,5,-1,'Foror\'s Fabled Steed',32728,5,0,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,24576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20222,0,0,-1,'Defiler\'s Enriched Ration',21203,1,0,1,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20223,0,0,-1,'Defiler\'s Field Ration',6413,1,0,1,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24409,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20224,0,0,-1,'Defiler\'s Iron Ration',6344,1,0,1,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24410,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20225,0,0,-1,'Highlander\'s Enriched Ration',21203,1,0,2,5,2000,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20226,0,0,-1,'Highlander\'s Field Ration',6413,1,0,2,5,1000,50,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24409,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20227,0,0,-1,'Highlander\'s Iron Ration',6344,1,0,2,5,1500,75,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24410,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20228,0,0,-1,'Defiler\'s Advanced Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20229,0,0,-1,'Defiler\'s Basic Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20230,0,0,-1,'Defiler\'s Standard Care Package',7242,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20231,0,0,-1,'Arathor Advanced Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20232,0,7,-1,'Defiler\'s Mageweave Bandage',17458,1,64,1,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24413,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20233,0,0,-1,'Arathor Basic Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20234,0,7,-1,'Defiler\'s Runecloth Bandage',25147,1,64,1,5,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20235,0,7,-1,'Defiler\'s Silk Bandage',11926,1,64,1,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24412,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20236,0,0,-1,'Arathor Standard Care Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20237,0,7,-1,'Highlander\'s Mageweave Bandage',17458,1,64,2,5,1500,75,0,-1,-1,45,35,129,175,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24413,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20243,0,7,-1,'Highlander\'s Runecloth Bandage',25147,1,64,2,5,2000,100,0,-1,-1,55,45,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20244,0,7,-1,'Highlander\'s Silk Bandage',11926,1,64,2,5,1000,50,0,-1,-1,35,25,129,125,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24412,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20253,9,1,-1,'Pattern: Warbear Harness',1102,1,64,0,1,16000,4000,0,-1,-1,55,0,165,275,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Warbear Harness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20254,9,1,-1,'Pattern: Warbear Woolies',1102,1,64,0,1,20000,5000,0,-1,-1,57,0,165,285,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,19080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Warbear Woolies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20255,4,2,-1,'Whisperwalk Boots',32732,3,0,0,1,62129,12425,8,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,3,18,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20256,12,0,-1,'Warsong Gulch Ribbon of Sacrifice',32746,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Second Place',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20257,4,3,-1,'Seafury Gauntlets',32751,4,0,0,1,116037,23207,10,1535,-1,68,60,0,0,0,0,0,0,0,0,1,0,4,4,10,5,9,7,9,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20258,2,10,-1,'Zulian Ceremonial Staff',32587,3,524288,0,1,316878,63375,17,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,16,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,171,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,-1,0,0,0,'',48,0,0,0,0,12340), (20259,4,2,-1,'Shadow Panther Hide Gloves',32752,3,0,0,1,63621,12724,10,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340), (20260,4,3,-1,'Seafury Leggings',32753,3,0,0,1,159273,31854,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,4,4,15,7,15,5,15,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20261,4,2,-1,'Shadow Panther Hide Belt',30749,3,0,0,1,64107,12821,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,8,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20262,4,3,-1,'Seafury Boots',32755,3,0,0,1,120911,24182,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20263,4,4,-1,'Gurubashi Helm',32900,3,0,0,1,135401,27080,1,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,4,22,3,21,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20264,4,4,-1,'Peacekeeper Gauntlets',32757,4,0,0,1,126495,25299,10,1535,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20265,4,4,-1,'Peacekeeper Boots',32758,3,0,0,1,141765,28353,8,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20266,4,4,-1,'Peacekeeper Leggings',32756,3,0,0,1,190096,38019,7,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20295,4,3,-1,'Blue Dragonscale Leggings',32760,3,0,0,1,155418,31083,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,5,23,45,17,43,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,491,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20296,4,3,-1,'Green Dragonscale Gauntlets',32762,3,0,0,1,56028,11205,10,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,3,45,21,5,10,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,9,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,490,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20310,12,0,-1,'Flayed Demon Skin',13002,1,2048,1,1,0,0,0,-1,-1,25,25,0,0,0,0,0,67,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,1480,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20329,4,1,-1,'90 Epic Frost Leggings',29273,4,16,8192,1,191873,38374,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,6,26,7,54,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20364,15,0,-1,'Test Ammo Lockbox',9632,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20368,2,2,-1,'Bland Bow of Steadiness',30926,3,16,8192,1,194329,38865,15,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This bow has no real variance.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20369,4,3,-1,'Azurite Fists',32890,3,0,0,1,49879,9975,10,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,4,7,7,3,6,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20371,15,2,-1,'Blue Murloc Egg',18050,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,24696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20373,12,0,-1,'Stonelash Scorpid Stinger',7987,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20374,12,0,-1,'Stonelash Pincer Stinger',7987,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20375,12,0,-1,'Stonelash Flayer Stinger',7229,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20376,12,0,-1,'Sand Skitterer Fang',3671,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20377,12,0,-1,'Rock Stalker Fang',1151,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20378,12,0,-1,'Twilight Tablet Fragment',22443,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20379,12,0,-1,'Noggle\'s Satchel',2593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20380,4,3,-1,'Dreamscale Breastplate',32818,4,0,0,1,218072,43614,5,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,3,15,7,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,30,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20381,7,6,-1,'Dreamscale',21363,2,0,0,1,20000,5000,0,-1,-1,63,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20382,9,1,-1,'Pattern: Dreamscale Breastplate',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,165,300,0,0,0,609,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dreamscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20383,12,0,-1,'Head of the Broodlord Lashlayer',20931,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20384,12,0,-1,'Silithid Carapace Fragment',32820,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20385,12,0,-1,'Deathclasp\'s Pincer',2627,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20387,12,0,-1,'Forsaken Stink Bomb Cluster',2533,1,65600,0,1,1000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24706,0,-3,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Filled with a potent funk!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340), (20388,0,0,-1,'Lollipop',15963,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24707,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20389,0,0,-1,'Candy Corn',16837,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24707,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20390,0,0,-1,'Candy Bar',15964,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24707,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20391,4,0,-1,'Flimsy Male Gnome Mask',41729,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20392,4,0,-1,'Flimsy Female Gnome Mask',41721,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20393,15,0,-1,'Treat Bag',44552,1,131078,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Open your bag quickly as it will fade on logout.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20394,12,0,-1,'Twilight Lexicon - Chapter 1',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20395,12,0,-1,'Twilight Lexicon - Chapter 2',9129,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20396,12,0,-1,'Twilight Lexicon - Chapter 3',8093,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20397,0,0,-1,'Hallowed Wand - Pirate',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24717,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20398,0,0,-1,'Hallowed Wand - Ninja',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24718,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20399,0,0,-1,'Hallowed Wand - Leper Gnome',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24719,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20400,1,0,-1,'Pumpkin Bag',32830,2,0,0,1,80000,20000,18,-1,-1,1,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20401,12,0,-1,'Restored Twilight Tablet',11185,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20402,15,0,-1,'Agent of Nozdormu',32831,2,32768,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'As an Agent of Nozdormu, only you may take the Silithid Carapace Fragments from the corpses of the silithid. Keep your badge in your pack at all times.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20403,15,0,-1,'Proxy of Nozdormu',32233,2,32832,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24726,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the Seal of the Bronze Flight',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20404,12,0,-1,'Encrypted Twilight Text',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'These words are unintelligible',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20405,12,0,-1,'Decoded Tablet Transcription',7694,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20406,4,1,-1,'Twilight Cultist Mantle',33129,2,32768,0,1,9645,1929,3,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,492,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20407,4,1,-1,'Twilight Cultist Robe',32841,2,32768,0,1,12905,2581,20,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,492,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20408,4,1,-1,'Twilight Cultist Cowl',33073,2,32768,0,1,9713,1942,1,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,492,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20409,0,0,-1,'Hallowed Wand - Ghost',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24737,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20410,0,0,-1,'Hallowed Wand - Bat',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24733,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20411,0,0,-1,'Hallowed Wand - Skeleton',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24724,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20413,0,0,-1,'Hallowed Wand - Random',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24720,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20414,0,0,-1,'Hallowed Wand - Wisp',41718,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24741,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20415,15,0,-1,'The War of the Shifting Sands',1246,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This tome appears freshly inked.',2793,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20416,12,0,-1,'Crest of Beckoning: Fire',32933,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20418,12,0,-1,'Crest of Beckoning: Thunder',32933,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20419,12,0,-1,'Crest of Beckoning: Earth',32933,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20420,12,0,-1,'Crest of Beckoning: Water',32933,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20422,12,0,-1,'Twilight Cultist Medallion of Station',9285,1,0,0,1,0,0,2,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24748,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20424,7,8,-1,'Sandworm Meat',22193,1,0,0,1,700,175,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (20425,2,10,-1,'Advisor\'s Gnarled Staff',20330,3,36864,1,1,0,0,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,8,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20426,4,0,-1,'Advisor\'s Ring',30661,3,36864,1,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,21360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20427,4,1,-1,'Battle Healer\'s Cloak',28042,3,36864,1,1,0,0,16,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,7,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,7678,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20428,4,1,-1,'Caretaker\'s Cape',32072,3,36864,2,1,0,0,16,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,7,4,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,7678,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20429,4,0,-1,'Legionnaire\'s Band',29697,3,36864,1,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,3,4,4,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20430,2,7,-1,'Legionnaire\'s Sword',32076,3,36864,1,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,4,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20431,4,0,-1,'Lorekeeper\'s Ring',28812,3,36864,2,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,21360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20432,12,0,-1,'Signet of Beckoning: Fire',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20433,12,0,-1,'Signet of Beckoning: Thunder',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20434,2,10,-1,'Lorekeeper\'s Staff',18289,3,36864,2,1,0,0,17,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,2,7,8,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,69,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20435,12,0,-1,'Signet of Beckoning: Stone',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20436,12,0,-1,'Signet of Beckoning: Water',32923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20437,2,2,-1,'Outrider\'s Bow',32079,3,36864,1,1,0,0,15,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20438,2,2,-1,'Outrunner\'s Bow',32081,3,36864,2,1,0,0,15,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20439,4,0,-1,'Protector\'s Band',9832,3,36864,2,1,0,0,11,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,3,4,4,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20440,2,7,-1,'Protector\'s Sword',32077,3,36864,2,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,4,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,53,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20441,2,15,-1,'Scout\'s Blade',32074,3,36864,1,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20442,4,0,-1,'Scout\'s Medallion',32008,3,36864,1,1,0,0,2,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20443,2,15,-1,'Sentinel\'s Blade',32075,3,36864,2,1,0,0,13,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20444,4,0,-1,'Sentinel\'s Medallion',32073,3,36864,2,1,0,0,2,-1,-1,23,18,0,0,0,0,0,0,0,1,1,0,2,3,6,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20447,12,0,-1,'Scepter of Beckoning: Fire',32932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20448,12,0,-1,'Scepter of Beckoning: Thunder',32932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20449,12,0,-1,'Scepter of Beckoning: Stone',32932,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20450,12,0,-1,'Scepter of Beckoning: Water',32931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20451,12,0,-1,'Twilight Cultist Ring of Lordship',23629,1,0,0,1,0,0,11,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20452,0,5,-1,'Smoked Desert Dumplings',32650,1,0,0,1,5000,250,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24800,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20453,12,0,-1,'Geologist\'s Transcription Kit',20627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For use with Glyphed Crystals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20454,12,0,-1,'Hive\'Zora Rubbing',30603,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20455,12,0,-1,'Hive\'Ashi Rubbing',32845,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20456,12,0,-1,'Hive\'Regal Rubbing',1037,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20457,12,0,-1,'Hive\'Ashi Silithid Brain',10923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20458,12,0,-1,'Hive\'Zora Silithid Brain',10923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20459,12,0,-1,'Hive\'Regal Silithid Brain',10923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20461,15,0,-1,'Brann Bronzebeard\'s Lost Letter',32847,1,2048,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8308,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20463,12,0,-1,'Glyphed Crystal Prism',7221,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20464,15,0,-1,'Glyphs of Calling',32850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24815,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20465,12,0,-1,'Crystal Unlocking Mechanism',32851,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20466,12,0,-1,'Vyral\'s Signet Ring',9840,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20467,12,0,-1,'Torn Recipe Page',1325,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20469,15,0,-1,'Decoded True Believer Clippings',20709,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20470,0,0,-1,'Solanian\'s Scrying Orb',7261,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20471,0,0,-1,'Scroll of Scourge Magic',24051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20472,0,0,-1,'Solanian\'s Journal',1103,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20474,1,0,-1,'Sunstrider Book Satchel',8270,1,0,0,1,0,0,18,-1,-1,1,0,0,0,0,0,0,0,0,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20475,0,8,-1,'Adamantite Arrow Maker',8928,1,0,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43674,0,-5,-5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20476,4,3,-1,'Sandstalker Bracers',32871,3,0,0,1,76460,15292,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,15,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340), (20477,4,3,-1,'Sandstalker Gauntlets',32874,3,0,0,1,78777,15755,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',48,0,0,0,0,12340), (20478,4,3,-1,'Sandstalker Breastplate',32872,3,0,0,1,158121,31624,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',48,0,0,0,0,12340), (20479,4,3,-1,'Spitfire Breastplate',32876,3,0,0,1,158673,31734,5,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20480,4,3,-1,'Spitfire Gauntlets',32877,3,0,0,1,79620,15924,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20481,4,3,-1,'Spitfire Bracers',32875,3,0,0,1,79904,15980,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,3,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20482,12,0,-1,'Arcane Sliver',32878,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20483,15,0,-1,'Tainted Arcane Sliver',21472,1,2048,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This arcane sliver glows with an eerie luster.',0,0,0,8338,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20487,2,10,-1,'Lok\'delar, Stave of the Ancient Keepers DEP',31163,4,33856,0,1,830469,166093,17,4,-1,75,60,0,0,0,0,0,0,0,1,1,0,2,7,26,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,282,0,0,0,0,0,0,0,10,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,14097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1), (20488,2,2,-1,'Rhok\'delar, Longbow of the Ancient Keepers DEP',31338,4,33856,0,1,0,0,15,4,-1,75,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,0,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21432,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1), (20490,12,0,-1,'Ironforge Mint',26732,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Dwarves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20491,12,0,-1,'Undercity Mint',26732,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Forsaken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20492,12,0,-1,'Stormwind Nougat',15964,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Humans.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20493,12,0,-1,'Orgrimmar Nougat',15964,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An Orgrimmar classic Hallow\'s End treat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20494,12,0,-1,'Gnomeregan Gumdrop',32884,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Gnomes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20495,12,0,-1,'Darkspear Gumdrop',32884,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Darkspear tribe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20496,12,0,-1,'Darnassus Marzipan',15965,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Night Elves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20497,12,0,-1,'Thunder Bluff Marzipan',15965,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A classic Hallow\'s End treat of the Tauren.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20498,7,6,-1,'Silithid Chitin',32885,1,0,0,1,4000,1000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20499,15,0,-1,'Broken Silithid Chitin',22838,0,0,0,1,2000,500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20500,7,6,-1,'Light Silithid Carapace',32886,1,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20501,7,6,-1,'Heavy Silithid Carapace',32887,1,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20502,4,6,-1,'Ironbark Shield',32888,3,0,8192,1,106389,21277,14,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,7,6,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20503,4,0,-1,'Enamored Water Spirit',7143,3,64,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24854,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20504,2,8,-1,'Lightforged Blade',33033,3,0,0,1,189365,37873,17,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,2,4,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,178,0,0,0,0,0,0,10,0,10,10,0,3300,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20505,4,0,-1,'Chivalrous Signet',31905,3,0,0,1,61830,15457,11,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,7,7,7,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20506,9,1,-1,'Pattern: Spitfire Bracers',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Spitfire Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20507,9,1,-1,'Pattern: Spitfire Gauntlets',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24847,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Spitfire Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20508,9,1,-1,'Pattern: Spitfire Breastplate',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24848,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Spitfire Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20509,9,1,-1,'Pattern: Sandstalker Bracers',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24849,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sandstalker Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20510,9,1,-1,'Pattern: Sandstalker Gauntlets',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24850,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sandstalker Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20511,9,1,-1,'Pattern: Sandstalker Breastplate',1102,1,64,0,1,40000,10000,0,-1,-1,62,0,165,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24851,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Sandstalker Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20512,4,0,-1,'Sanctified Orb',24730,3,0,0,1,40000,10000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24865,0,0,0,180000,1141,25000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20513,12,0,-1,'Abyssal Crest',2667,2,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20514,12,0,-1,'Abyssal Signet',32895,3,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20515,12,0,-1,'Abyssal Scepter',32894,4,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20516,0,5,-1,'Bobbing Apple',6410,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24869,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Crisp, delicious and hopefully worm-free.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20517,4,4,-1,'Razorsteel Shoulders',32903,3,0,0,1,85565,17113,3,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,10,7,9,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20518,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24874,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20519,12,0,-1,'Southsea Pirate Hat',33070,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20520,7,11,-1,'Dark Rune',32905,2,0,0,1,8000,2000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27869,0,-1,-1,900000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20521,4,4,-1,'Fury Visor',32906,3,0,0,1,86790,17358,1,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20522,2,10,-1,'Feral Staff',32909,3,0,8192,1,207772,41554,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,4,17,3,16,50,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20524,4,2,-1,'Shadowhide Leggings',32910,3,0,8192,1,75730,15146,7,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,5,12,6,6,50,48,54,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Shadowmaw panthers are known for their exquisite hides.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20526,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24885,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20527,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24887,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20528,12,0,-1,'Scroll: Create Crest of Beckoning',3331,1,1088,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24888,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20530,4,1,-1,'Robes of Servitude',33150,3,0,0,1,63675,12735,20,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20531,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24889,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20532,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24890,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20533,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24891,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20534,4,0,-1,'Abyss Shard',30690,3,1088,0,1,15903,3975,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25112,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dark rituals are trapped in dark gems.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20535,12,0,-1,'Scroll: Create Signet of Beckoning',2616,1,1088,0,1,3000,750,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24892,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20536,2,10,8,'Soul Harvester',33087,3,0,0,1,203359,40671,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,178,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,23727,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20537,4,1,-1,'Runed Stygian Boots',18863,3,0,0,1,79816,15963,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,20,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20538,4,1,-1,'Runed Stygian Leggings',32927,3,0,0,1,106806,21361,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,25,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20539,4,1,-1,'Runed Stygian Belt',38344,3,0,0,1,53589,10717,6,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,20,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20540,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24895,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20541,12,0,-1,'Decoded Twilight Text',7694,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2810,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20542,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24896,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20543,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24897,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20544,12,0,-1,'Scroll: Create Scepter of Beckoning',1093,1,1088,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24898,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20545,12,0,-1,'Decoded Twilight Text',7694,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2811,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20546,9,2,-1,'Pattern: Runed Stygian Leggings',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24901,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runed Stygian Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20547,9,2,-1,'Pattern: Runed Stygian Boots',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24903,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Runed Stygian Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20548,9,2,-1,'Pattern: Runed Stygian Belt',6270,3,64,0,1,40000,10000,0,-1,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24902,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Runed Stygian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20549,4,4,-1,'Darkrune Gauntlets',57569,3,0,0,1,90961,18192,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,20,0,0,0,0,13675,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20550,4,4,-1,'Darkrune Breastplate',32945,3,0,0,1,181541,36308,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,25,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20551,4,4,-1,'Darkrune Helm',33195,3,0,0,1,136399,27279,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,25,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20552,12,0,-1,'Decoded Twilight Text',7694,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2812,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20553,9,4,-1,'Plans: Darkrune Gauntlets',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24912,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Darkrune Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20554,9,4,-1,'Plans: Darkrune Breastplate',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Darkrune Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20555,9,4,-1,'Plans: Darkrune Helm',6270,3,64,0,1,60000,15000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,24913,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Darkrune Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20556,2,10,-1,'Wildstaff',24014,3,0,0,1,203339,40667,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,10,5,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,135,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (20557,0,0,-1,'Hallow\'s End Pumpkin Treat',32955,1,65536,0,5,3500,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24930,0,-1,-1,60000,79,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (20558,10,0,-1,'Warsong Gulch Mark of Honor',20219,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Warsong Gulch',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20559,10,0,-1,'Arathi Basin Mark of Honor',33023,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Arathi Basin',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20560,10,0,-1,'Alterac Valley Mark of Honor',33022,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Alterac Valley',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20561,4,0,-1,'Flimsy Male Dwarf Mask',41728,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20562,4,0,-1,'Flimsy Female Dwarf Mask',41720,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20563,4,0,-1,'Flimsy Female Night Elf Mask',41723,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20564,4,0,-1,'Flimsy Male Night Elf Mask',41731,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20565,4,0,-1,'Flimsy Female Human Mask',41722,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20566,4,0,-1,'Flimsy Male Human Mask',41730,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20567,4,0,-1,'Flimsy Female Troll Mask',41726,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20568,4,0,-1,'Flimsy Male Troll Mask',41734,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20569,4,0,-1,'Flimsy Female Orc Mask',41724,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20570,4,0,-1,'Flimsy Male Orc Mask',41732,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20571,4,0,-1,'Flimsy Female Tauren Mask',41725,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20572,4,0,-1,'Flimsy Male Tauren Mask',41733,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20573,4,0,-1,'Flimsy Male Undead Mask',41735,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20574,4,0,-1,'Flimsy Female Undead Mask',41727,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (20575,4,2,-1,'Black Whelp Tunic',32974,2,0,0,1,3719,743,5,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,2,31,5,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (20576,9,1,-1,'Pattern: Black Whelp Tunic',1102,1,64,0,1,1400,350,0,-1,-1,20,0,165,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,24940,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Black Whelp Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20577,2,7,-1,'Nightmare Blade',33097,4,524288,0,1,364533,72906,13,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,185,0,0,0,0,70,0,0,0,0,0,0,2700,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20578,2,15,-1,'Emerald Dragonfang',33095,4,524288,0,1,365949,73189,13,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,24993,2,0,2.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20579,4,1,-1,'Green Dragonskin Cloak',33096,4,0,0,1,110209,22041,16,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,20,0,0,0,0,0,0,21595,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20580,2,4,-1,'Hammer of Bestial Fury',33017,4,0,0,1,368742,73748,13,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,38,26,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,90,0,0,0,0,0,0,1900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20581,2,10,-1,'Staff of Rampant Growth',33015,4,524288,0,1,462697,92539,17,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,16,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,184,0,0,0,0,0,0,0,20,0,0,0,2600,0,0,17320,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-11,0,0,0,'',65,0,0,0,0,12340), (20582,4,0,-1,'Trance Stone',33018,4,0,0,1,251211,62802,23,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,9,5,8,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20591,4,0,-1,'Sturdy Male Dwarf Mask',41728,2,0,0,1,50106,25053,1,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,1), (20596,4,0,-1,'Sturdy Male Tauren Mask',41733,2,0,0,1,50996,25498,1,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,1), (20599,2,18,-1,'Polished Ironwood Crossbow',33020,4,0,0,1,275466,55093,26,-1,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,186,0,0,0,0,0,0,0,7,0,0,0,3100,2,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20600,4,0,-1,'Malfurion\'s Signet Ring',31576,4,0,0,1,394641,98660,11,-1,-1,72,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20601,15,0,-1,'Sack of Spoils',1285,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20602,15,0,-1,'Chest of Spoils',17329,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20603,15,0,-1,'Bag of Spoils',31783,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20604,12,0,-1,'Stink Bomb Cleaner',33021,1,65600,0,1,500,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24973,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fights the funk of the Forsaken with the power of pine!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340), (20605,12,0,-1,'Rotten Eggs',18049,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Suitable for ruining the contents of a keg...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20606,15,0,-1,'Amber Voodoo Feather',19529,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20607,15,0,-1,'Blue Voodoo Feather',19528,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20608,15,0,-1,'Green Voodoo Feather',19570,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20610,15,0,-1,'Bloodshot Spider Eye',6492,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20611,15,0,-1,'Thick Black Claw',6651,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20612,15,0,-1,'Inert Scourgestone',33026,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20613,15,0,-1,'Rotting Wood',7290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20614,15,0,-1,'Bloodvenom Essence',16210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20615,4,2,-1,'Dragonspur Wraps',33028,4,0,0,1,99980,19996,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,4,4,4,4,4,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20616,4,4,-1,'Dragonbone Wristguards',18378,4,0,0,1,141271,28254,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,13,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20617,4,3,-1,'Ancient Corroded Leggings',33029,4,0,0,1,221323,44264,7,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,4,3,33,5,16,6,11,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20618,4,1,-1,'Gloves of Delusional Power',33031,4,0,0,1,74053,14810,10,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20619,4,4,-1,'Acid Inscribed Greaves',33034,4,0,0,1,194770,38954,8,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,19,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,25,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20620,15,0,-1,'Holy Mightstone',18519,1,0,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24833,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20621,4,3,-1,'Boots of the Endless Moor',33036,4,0,0,1,167276,33455,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,25,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20622,4,0,-1,'Dragonheart Necklace',31907,4,0,0,1,456415,114103,2,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,21,5,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20623,4,2,-1,'Circlet of Restless Dreams',33161,4,0,0,1,145369,29073,1,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,3,21,7,38,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20624,4,0,-1,'Ring of the Unliving',31664,4,524288,0,1,573214,143303,11,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,3,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20625,4,1,-1,'Belt of the Dark Bog',33040,4,0,0,1,77168,15433,6,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,25,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20626,4,1,-1,'Black Bark Wristbands',16892,4,0,0,1,77444,15488,9,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20627,4,2,-1,'Dark Heart Pants',33042,4,0,0,1,194318,38863,7,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,110,0,0,0,'',65,0,0,0,0,12340), (20628,4,2,-1,'Deviate Growth Cap',33162,4,0,0,1,148041,29608,1,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20629,4,3,-1,'Malignant Footguards',33045,4,0,0,1,179069,35813,8,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,4,4,10,5,14,7,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20630,4,4,-1,'Gauntlets of the Shining Light',33047,4,0,0,1,139956,27991,10,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,5,4,15,3,12,5,16,6,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20631,4,1,-1,'Mendicant\'s Slippers',33049,4,0,0,1,118278,23655,8,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,23,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20632,4,0,-1,'Mindtear Band',9834,4,524288,0,1,405124,101281,11,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20633,4,2,-1,'Unnatural Leather Spaulders',33051,4,0,0,1,150698,30139,3,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,19,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,25,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20634,4,2,-1,'Boots of Fright',30845,4,0,0,1,151236,30247,8,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20635,4,1,-1,'Jade Inlaid Vestments',33054,4,0,0,1,159954,31990,20,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,5,18,7,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20636,4,0,-1,'Hibernation Crystal',1262,4,524288,0,1,356415,89103,12,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24998,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20637,4,4,-1,'Acid Inscribed Pauldrons',33056,4,0,0,1,193248,38649,3,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,16,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,25,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20638,4,3,-1,'Leggings of the Demented Mind',33057,4,0,0,1,228293,45658,7,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,4,5,26,7,25,6,16,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20639,4,4,-1,'Strangely Glyphed Legplates',33059,4,0,0,1,267345,53469,7,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,5,4,20,3,12,5,21,6,16,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,813,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20640,4,4,-1,'Southsea Head Bucket',34495,2,0,0,1,42027,8405,1,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,2,7,15,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (20641,4,1,-1,'Southsea Mojo Boots',18863,2,0,0,1,24149,4829,8,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (20642,4,1,-1,'Antiquated Nobleman\'s Tunic',33062,2,0,0,1,37696,7539,5,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (20643,4,2,-1,'Undercity Reservist\'s Cap',35629,2,0,0,1,35471,7094,1,-1,-1,47,0,0,0,0,0,0,0,0,0,1,0,3,4,10,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (20644,12,0,-1,'Nightmare Engulfed Object',33064,4,32768,0,1,0,0,0,-1,-1,63,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An unknown object shrouded in nightmares.',0,0,0,8446,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20645,4,0,-1,'Nature\'s Whisper',6539,2,0,0,1,87141,21785,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20646,2,2,-1,'Sandstrider\'s Mark',33068,3,0,0,1,179781,35956,15,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20647,2,15,-1,'Black Crystal Dagger',33069,3,0,0,1,240585,48117,21,-1,-1,59,0,0,0,0,0,0,0,0,1,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,91,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,21618,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20648,2,4,-1,'Cold Forged Hammer',33072,3,4096,0,1,264138,52827,13,-1,-1,63,0,0,0,0,0,0,0,0,1,1,0,2,7,5,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20649,4,0,-1,'Sunprism Pendant',31604,2,0,0,1,89701,22425,2,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,2,3,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20650,4,4,-1,'Desert Wind Gauntlets',33092,2,0,0,1,74902,14980,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20651,15,2,-1,'Orange Murloc Egg',18050,3,134250560,139264,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,25018,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20652,4,1,-1,'Abyssal Cloth Slippers',33098,2,0,0,1,64291,12858,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8654,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20653,4,4,-1,'Abyssal Plate Gauntlets',33100,2,0,0,1,75705,15141,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,8657,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20654,2,10,-1,'Amethyst War Staff',18368,3,0,0,1,300876,60175,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,9,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,179,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20655,4,1,-1,'Abyssal Cloth Handwraps',33101,2,0,0,1,40270,8054,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8654,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20656,4,3,-1,'Abyssal Mail Sabatons',33105,2,0,0,1,91348,18269,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8675,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20657,2,15,-1,'Crystal Tipped Stiletto',33107,3,524288,0,1,243437,48687,13,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20658,4,2,-1,'Abyssal Leather Boots',33112,2,0,0,1,76361,15272,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8655,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20659,4,3,-1,'Abyssal Mail Handguards',33110,2,0,0,1,61319,12263,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8659,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20660,2,6,-1,'Stonecutting Glaive',33113,3,0,0,1,307716,61543,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,29,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,228,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20661,4,2,-1,'Abyssal Leather Gloves',33132,2,0,0,1,51477,10295,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8655,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20662,4,4,-1,'Abyssal Plate Greaves',33117,2,0,0,1,108299,21659,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,8657,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20663,2,2,-1,'Deep Strike Bow',28547,3,0,0,1,186681,37336,15,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,3,6,5,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (20664,4,1,-1,'Abyssal Cloth Sash',16767,2,0,0,1,44547,8909,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8660,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (20665,4,2,-1,'Abyssal Leather Leggings',33119,3,0,0,1,128879,25775,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8664,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20666,2,4,-1,'Hardened Steel Warhammer',33120,3,0,0,1,258704,51740,21,-1,-1,62,57,0,0,0,0,0,0,0,1,1,0,2,7,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7679,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20667,4,2,-1,'Abyssal Leather Belt',33121,2,0,0,1,56294,11258,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,8658,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (20668,4,3,-1,'Abyssal Mail Legguards',33122,3,0,0,1,156342,31268,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8663,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20669,2,8,-1,'Darkstone Claymore',33123,3,0,0,1,326895,65379,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,229,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20670,4,3,-1,'Abyssal Mail Clutch',27137,2,0,0,1,63395,12679,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,8659,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (20671,4,4,-1,'Abyssal Plate Legguards',33124,3,0,0,1,171196,34239,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,566,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,8662,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20672,2,19,-1,'Sparkling Crystal Wand',33125,3,0,0,1,184133,36826,26,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,122,3,0,0,0,0,0,0,0,0,0,0,1500,0,100,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20673,4,4,-1,'Abyssal Plate Girdle',33126,2,0,0,1,75242,15048,6,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8661,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (20674,4,1,-1,'Abyssal Cloth Pants',33127,3,0,0,1,98961,19792,7,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,8665,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20675,2,0,-1,'Soulrender',33128,3,0,0,1,248324,49664,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20676,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2816,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20677,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2817,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20678,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2819,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20679,12,0,-1,'Decoded Twilight Text',7695,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A decoded True Believer article',2820,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20680,4,3,-1,'Abyssal Mail Pauldrons',26919,3,0,0,1,123698,24739,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,8672,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20681,4,2,-1,'Abyssal Leather Bracers',33131,3,0,0,1,68672,13734,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,8667,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20682,4,0,-1,'Elemental Focus Band',24087,4,524288,0,1,294212,73553,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20683,4,4,-1,'Abyssal Plate Epaulets',33133,3,0,0,1,144996,28999,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,8670,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20684,4,3,-1,'Abyssal Mail Armguards',33134,3,0,0,1,83320,16664,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,8668,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20685,4,0,-1,'Wavefront Necklace',33135,4,0,0,1,246471,61617,2,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20686,4,1,-1,'Abyssal Cloth Amice',33136,3,0,0,1,86123,17224,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,8673,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20687,4,4,-1,'Abyssal Plate Vambraces',33137,3,0,0,1,101412,20282,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,8669,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20688,4,6,-1,'Earthen Guard',33138,4,0,0,1,237416,47483,14,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2836,0,0,0,0,0,0,0,0,0,13386,1,0,0,-1,0,-1,25036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,58,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20689,4,2,-1,'Abyssal Leather Shoulders',33139,3,0,0,1,108805,21761,3,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,8671,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20690,4,1,-1,'Abyssal Cloth Wristbands',33141,3,0,0,1,52693,10538,9,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,8666,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (20691,4,1,-1,'Windshear Cape',26137,4,0,0,1,101805,20361,16,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,3,15,7,14,4,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (20692,4,0,-1,'Multicolored Band',963,2,0,0,1,53451,13362,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,3499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (20693,4,1,-1,'Weighted Cloak',33142,2,0,0,1,59926,11985,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,60,0,0,0,'',10,0,0,0,0,12340), (20694,4,0,-1,'Glowing Black Orb',24122,2,0,0,1,71314,17828,23,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (20695,4,0,-1,'Abyssal War Beads',9852,3,0,0,1,145012,36253,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20696,2,5,-1,'Crystal Spiked Maul',33143,3,0,0,1,315791,63158,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,252,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20697,4,1,-1,'Crystalline Threaded Cape',33144,3,0,0,1,76069,15213,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20698,2,7,-1,'Elemental Attuned Blade',33145,4,0,0,1,339366,67873,21,-1,-1,63,58,0,0,0,0,0,0,0,1,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,117,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,17367,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-4,0,0,0,'',65,0,0,0,0,12340), (20699,4,4,-1,'Cenarion Reservist\'s Legplates',33146,3,0,0,1,178838,35767,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,25,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20700,4,4,-1,'Cenarion Reservist\'s Legplates',33146,3,0,0,1,179509,35901,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20701,4,3,-1,'Cenarion Reservist\'s Legguards',33147,3,0,0,1,154425,30885,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20702,4,3,-1,'Cenarion Reservist\'s Legguards',33147,3,0,0,1,159120,31824,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,13,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20703,4,2,-1,'Cenarion Reservist\'s Leggings',33148,3,0,0,1,133080,26616,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,25,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20704,4,2,-1,'Cenarion Reservist\'s Leggings',33148,3,0,0,1,133559,26711,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,25,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20705,4,1,-1,'Cenarion Reservist\'s Pants',33149,3,0,0,1,107220,21444,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,25,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20706,4,1,-1,'Cenarion Reservist\'s Pants',33149,3,0,0,1,107604,21520,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,25,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,1), (20707,4,1,-1,'Cenarion Reservist\'s Pants',33149,3,0,0,1,107987,21597,7,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,25,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20708,15,0,-1,'Tightly Sealed Trunk',12331,1,4,0,1,10,2,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20709,0,5,-1,'Rumsey Rum Light',18102,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25037,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20710,4,4,-1,'Crystal Encrusted Greaves',33152,3,0,0,1,129365,25873,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',48,0,0,0,0,12340), (20711,4,4,-1,'Crystal Lined Greaves',33152,3,0,0,1,129867,25973,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,12,4,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20712,4,3,-1,'Wastewalker\'s Gauntlets',33154,3,0,0,1,74631,14926,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,5,4,10,5,10,7,10,3,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20713,4,3,-1,'Desertstalkers\'s Gauntlets',33154,3,0,0,1,74919,14983,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,15,5,10,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20714,4,2,-1,'Sandstorm Boots',33155,3,0,0,1,94008,18801,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20715,4,2,-1,'Dunestalker\'s Boots',33155,3,0,0,1,94368,18873,8,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,10,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20716,4,1,-1,'Sandworm Skin Gloves',33160,3,0,0,1,50516,10103,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20717,4,1,-1,'Desert Bloom Gloves',33160,3,0,0,1,50708,10141,10,-1,-1,63,0,0,0,0,0,0,0,0,0,1,0,3,7,5,5,5,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20720,2,15,-1,'Dark Whisper Blade',21620,3,0,0,1,270320,54064,21,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,77,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-1,0,0,0,'',48,0,0,0,0,12340), (20721,4,0,-1,'Band of the Cultist',26391,3,524288,0,1,155162,38790,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,7,12,3,12,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20722,2,3,-1,'Crystal Slugthrower',31237,3,0,0,1,204216,40843,26,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,153,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (20723,2,0,-1,'Brann\'s Trusty Pick',33171,2,0,0,1,218803,43760,13,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,130,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Also serves as a mining pick.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,1024,165,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (20724,2,10,-1,'Corrupted Blackwood Staff',33172,2,0,0,1,274463,54892,17,-1,-1,62,0,0,0,0,0,0,0,0,1,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',31,0,0,0,0,12340), (20725,7,12,-1,'Nexus Crystal',37755,4,0,0,1,60000,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20726,9,8,-1,'Formula: Enchant Gloves - Threat',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20727,9,8,-1,'Formula: Enchant Gloves - Shadow Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25073,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase shadow spell power by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20728,9,8,-1,'Formula: Enchant Gloves - Frost Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25074,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase frost spell power by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20729,9,8,-1,'Formula: Enchant Gloves - Fire Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase fire spell power by 20.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20730,9,8,-1,'Formula: Enchant Gloves - Healing Power',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase spell power by 16.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20731,9,8,-1,'Formula: Enchant Gloves - Superior Agility',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase Agility by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20732,9,8,-1,'Formula: Enchant Cloak - Greater Fire Resistance',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase fire resistance by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20733,9,8,-1,'Formula: Enchant Cloak - Greater Nature Resistance',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase nature resistance by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20734,9,8,-1,'Formula: Enchant Cloak - Stealth',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20735,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20736,9,8,-1,'Formula: Enchant Cloak - Dodge',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase dodge rating by 12.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20741,15,0,-1,'Deadwood Ritual Totem',7299,1,0,0,1,0,0,0,-1,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The totem is thick with the taint of corruption.',0,0,0,8470,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20742,15,0,-1,'Winterfall Ritual Totem',33191,1,0,0,1,0,0,0,-1,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The totem is thick with the taint of corruption.',0,0,0,8471,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20743,12,0,-1,'Unstable Mana Crystal',7050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20744,0,8,-1,'Minor Wizard Oil',9731,1,64,0,1,2000,500,0,-1,-1,15,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25117,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20745,0,8,-1,'Minor Mana Oil',34492,1,64,0,1,4000,1000,0,-1,-1,30,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25118,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20746,0,8,-1,'Lesser Wizard Oil',47903,1,64,0,1,4000,1000,0,-1,-1,40,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25119,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20747,0,8,-1,'Lesser Mana Oil',47902,1,64,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25120,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20748,0,8,-1,'Brilliant Mana Oil',41488,1,64,0,1,4000,1000,0,-1,-1,55,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25123,0,-5,-5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20749,0,8,-1,'Brilliant Wizard Oil',47901,1,64,0,1,4000,1000,0,-1,-1,55,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25122,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20750,0,8,-1,'Wizard Oil',47905,1,64,0,1,4000,1000,0,-1,-1,50,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25121,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20752,9,8,-1,'Formula: Minor Mana Oil',11431,1,64,0,1,3000,750,0,-1,-1,30,0,333,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Minor Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20753,9,8,-1,'Formula: Lesser Wizard Oil',11431,1,64,0,1,4000,1000,0,-1,-1,40,0,333,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25126,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Lesser Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20754,9,8,-1,'Formula: Lesser Mana Oil',11431,1,64,0,1,10000,2500,0,-1,-1,50,0,333,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Lesser Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20755,9,8,-1,'Formula: Wizard Oil',7798,1,64,0,1,20000,5000,0,-1,-1,55,0,333,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25128,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20756,9,8,-1,'Formula: Brilliant Wizard Oil',7798,1,64,0,1,40000,10000,0,-1,-1,60,0,333,300,0,0,0,270,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25129,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Brilliant Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20757,9,8,-1,'Formula: Brilliant Mana Oil',7798,1,64,0,1,40000,10000,0,-1,-1,60,0,333,300,0,0,0,270,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25130,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Brilliant Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20758,9,8,-1,'Formula: Minor Wizard Oil',11431,1,64,0,1,500,125,0,-1,-1,15,0,333,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25124,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Minor Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20759,12,0,-1,'Otembe\'s Hammer',36443,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20760,12,0,-1,'Chieftain Zul\'Marosh\'s Head',10546,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20761,9,6,-1,'Recipe: Transmute Elemental Fire',1102,1,64,0,1,120000,30000,0,-1,-1,60,0,171,300,0,0,0,59,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25146,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to transmute a Heart of Fire into three Elemental Fires.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20763,15,0,-1,'Broken Weapon',33200,0,0,0,1,1250,312,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20764,12,0,-1,'Prospector Anvilward\'s Head',3920,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20765,12,0,-1,'Incriminating Documents',3024,1,2048,0,1,0,0,0,-1,-1,4,4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8482,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20766,15,0,-1,'Slimy Bag',33201,1,4,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20767,15,0,-1,'Scum Covered Bag',33201,1,4,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20768,15,0,-1,'Oozing Bag',33204,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20769,15,2,-1,'Disgusting Oozeling',33202,1,64,0,1,10000,2500,0,-1,-1,55,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,25162,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20770,15,0,-1,'Bubbling Green Ichor',33203,0,0,0,1,1800,450,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20771,12,0,-1,'Tainted Soil Sample',4690,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20772,12,0,-1,'Springpaw Pelt',33205,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20797,12,0,-1,'Lynx Collar',7061,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These collars were used as markings for the lynxes of Sunstrider Isle.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20799,12,0,-1,'Felendren\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20800,12,0,-1,'Cenarion Logistics Badge',33207,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20801,12,0,-1,'Cenarion Tactical Badge',33208,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20802,12,0,-1,'Cenarion Combat Badge',33209,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20803,12,0,-1,'Twilight Battle Orders',5567,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20804,12,0,-1,'Erona\'s Package',33210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20805,15,0,-1,'Followup Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20806,12,0,-1,'Logistics Task Briefing X',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8496,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20807,12,0,-1,'Logistics Task Briefing I',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8497,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20808,15,0,-1,'Combat Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20809,15,0,-1,'Tactical Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20810,12,0,-1,'Signed Field Duty Papers',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20812,15,0,-1,'Tattered Pelt',33222,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20813,15,0,-1,'Lynx Tooth',6002,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20815,7,11,-1,'Jeweler\'s Kit',33224,1,0,0,1,800,200,0,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,5,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20816,7,4,-1,'Delicate Copper Wire',39921,1,0,0,1,80,20,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20817,7,4,-1,'Bronze Setting',39923,1,0,0,1,400,100,0,-1,-1,22,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20818,4,0,-1,'Elegant Silver Ring',3666,2,524288,0,1,2500,625,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (20819,7,4,-1,'Cut Malachite',7353,2,0,0,1,0,20,0,-1,-1,7,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20820,4,0,-1,'Simple Pearl Ring',28812,2,524288,0,1,4258,1064,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,31,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (20821,4,0,-1,'Inlaid Malachite Ring',24087,2,524288,0,1,4258,1064,11,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (20822,7,4,-1,'Cut Tigerseye',7413,2,0,0,1,0,110,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20823,4,0,-1,'Gloom Band',24022,2,524288,0,1,3350,837,11,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,1,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (20824,7,4,-1,'Simple Grinder',33227,1,0,0,1,25000,6250,0,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,5,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20825,7,4,-1,'Cut Shadowgem',7401,2,0,0,1,0,300,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20826,4,0,-1,'Heavy Silver Ring',26537,3,524288,0,1,8830,2207,11,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,3476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',42,0,0,0,0,12340), (20827,4,0,-1,'Ring of Silver Might',9837,2,524288,0,1,3500,875,11,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,2,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (20828,4,0,-1,'Ring of Twilight Shadows',31800,2,524288,0,1,2710,677,11,-1,-1,28,23,0,0,0,0,0,0,0,0,1,0,2,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (20829,7,4,-1,'Cut Moonstone',33296,2,0,0,1,0,700,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20830,4,0,-1,'Amulet of the Moon',9657,2,0,0,1,6140,1535,2,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,2,5,4,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25207,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (20831,4,0,-1,'Heavy Golden Necklace of Battle',9857,2,0,0,1,6140,1535,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,7,5,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25211,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (20832,4,1,-1,'Moonsoul Crown',43894,3,0,0,1,9003,1800,1,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (20833,4,0,-1,'Wicked Moonstone Ring',6012,2,524288,0,1,6160,1540,11,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (20835,2,7,-1,'Sunstrider Sword',33236,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20836,2,15,-1,'Sunstrider Dagger',33237,1,0,0,1,129,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20837,2,0,-1,'Sunstrider Axe',33235,1,0,0,1,130,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20838,2,2,-1,'Sunstrider Bow',20723,1,0,0,1,98,19,15,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20839,2,10,-1,'Sunstrider Staff',38291,1,0,0,1,164,32,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20840,2,4,-1,'Sunstrider Mace',5194,1,0,0,1,131,26,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20841,4,6,-1,'Sunstrider Shield',33291,1,0,0,1,84,16,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20842,15,0,-1,'Frayed Tender Vine',6501,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20843,15,0,-1,'Smashed Petal',33239,0,0,0,1,24,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20844,0,8,-1,'Deadly Poison V',13707,1,2097216,0,1,300,75,0,8,-1,60,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25351,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20845,15,0,-1,'Torn Wyrm Scale',26375,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20846,15,0,-1,'Faintly Glowing Eye',3177,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20847,15,0,-1,'Wraith Fragment',33248,0,0,0,1,24,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20848,15,0,-1,'Sparkling Dust',33249,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20849,2,7,-1,'Arcane Forged Shortsword',33220,1,0,0,1,84,16,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20850,2,0,-1,'Arcane Forged Axe',33255,1,0,0,1,84,16,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20851,2,4,-1,'Arcane Forged Mace',33308,1,0,0,1,85,17,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20852,2,15,-1,'Arcane Forged Dirk',33253,1,0,0,1,85,17,13,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20853,2,10,-1,'Mana Gathering Staff',33254,1,0,0,1,107,21,17,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20854,9,10,-1,'Design: Amulet of the Moon',1102,1,64,0,1,1800,450,0,-1,-1,30,0,755,110,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25339,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Amulet of the Moon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20855,9,10,-1,'Design: Wicked Moonstone Ring',1102,1,64,0,1,1500,375,0,-1,-1,32,0,755,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25323,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Wicked Moonstone Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20856,9,10,-1,'Design: Heavy Golden Necklace of Battle',1102,1,64,0,1,1500,375,0,-1,-1,35,0,755,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25320,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Golden Necklace of Battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20857,0,5,-1,'Honey Bread',6399,1,0,0,1,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (20858,12,0,-1,'Stone Scarab',34162,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20859,12,0,-1,'Gold Scarab',34159,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20860,12,0,-1,'Silver Scarab',34161,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20861,12,0,-1,'Bronze Scarab',34156,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20862,12,0,-1,'Crystal Scarab',34158,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20863,12,0,-1,'Clay Scarab',34157,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20864,12,0,-1,'Bone Scarab',34155,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20865,12,0,-1,'Ivory Scarab',34160,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20866,12,0,-1,'Azure Idol',34140,3,32832,0,1,0,0,0,140,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20867,12,0,-1,'Onyx Idol',34153,3,32832,0,1,0,0,0,265,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20868,12,0,-1,'Lambent Idol',34228,3,32832,0,1,0,0,0,21,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20869,12,0,-1,'Amber Idol',34136,3,32832,0,1,0,0,0,326,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20870,12,0,-1,'Jasper Idol',34151,3,32832,0,1,0,0,0,1296,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20871,12,0,-1,'Obsidian Idol',34152,3,32832,0,1,0,0,0,210,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20872,12,0,-1,'Vermillion Idol',34154,3,32832,0,1,0,0,0,1098,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20873,12,0,-1,'Alabaster Idol',34138,3,32832,0,1,0,0,0,1153,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20874,12,0,-1,'Idol of the Sun',34150,3,32832,0,1,0,0,0,141,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20875,12,0,-1,'Idol of Night',34145,3,32832,0,1,0,0,0,393,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20876,12,0,-1,'Idol of Death',34143,3,32832,0,1,0,0,0,401,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20877,12,0,-1,'Idol of the Sage',34148,3,32832,0,1,0,0,0,466,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20878,12,0,-1,'Idol of Rebirth',34146,3,32832,0,1,0,0,0,1362,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20879,12,0,-1,'Idol of Life',34144,3,32832,0,1,0,0,0,1110,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20880,12,0,-1,'Golden Token',32549,6,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,500,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'A mighty token created from the godly combination of pure evil of the necropolis and money.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20881,12,0,-1,'Idol of Strife',34147,3,32832,0,1,0,0,0,1102,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20882,12,0,-1,'Idol of War',34149,3,32832,0,1,0,0,0,1037,-1,61,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20884,12,0,-1,'Qiraji Magisterial Ring',34168,3,0,0,1,0,0,0,1219,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20885,12,0,-1,'Qiraji Martial Drape',34169,3,0,0,1,0,0,0,153,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20886,12,0,-1,'Qiraji Spiked Hilt',34170,4,0,0,1,0,0,0,79,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20887,12,0,-1,'Qiraji Engraved Jewel',32253,4,0,8192,1,0,0,0,1102,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20888,12,0,-1,'Qiraji Ceremonial Ring',34167,3,0,0,1,0,0,0,284,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20889,12,0,-1,'Qiraji Regal Drape',32253,3,0,0,1,0,0,0,1350,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20890,12,0,-1,'Qiraji Ornate Hilt',34171,4,0,0,1,0,0,0,1424,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20891,4,1,-1,'Neophyte\'s Robe',33256,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20892,4,1,-1,'Acolyte\'s Robe',33257,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20893,4,1,-1,'Apprentice\'s Robe',33258,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20894,4,1,-1,'Apprentice\'s Pants',33259,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20895,4,0,-1,'Apprentice\'s Boots',33260,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20896,4,1,-1,'Lookout\'s Pants',33342,0,0,0,1,4,1,7,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20897,4,0,-1,'Lookout\'s Tunic',33353,0,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20898,4,1,-1,'Lookout\'s Shoes',36764,0,0,0,1,3,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20899,4,1,-1,'Warder\'s Pants',33351,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20900,4,1,-1,'Warder\'s Boots',33350,0,0,0,1,3,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20901,4,0,-1,'Warder\'s Shirt',33352,0,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20902,4,1,-1,'Recruit\'s Pants',33359,1,0,8192,1,7,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20903,4,1,-1,'Recruit\'s Boots',33348,1,0,8192,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20904,4,3,-1,'Recruit\'s Tunic',33346,1,0,8192,1,11,2,5,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20906,4,0,-1,'Braided Copper Ring',9823,2,524288,0,1,1000,250,11,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (20907,4,0,-1,'Solid Bronze Ring',9836,2,524288,0,1,1200,300,11,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,30,0,0,0,'',3,0,0,0,0,12340), (20909,4,0,-1,'Barbaric Iron Collar',33262,2,0,0,1,4040,1010,2,-1,-1,30,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9140,1,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (20910,2,2,-1,'Stiff Shortbow',20723,1,0,0,1,63,12,15,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20911,4,6,-1,'Light Guard',33309,1,0,0,1,37,7,14,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20912,4,6,-1,'Large Shield',33307,1,0,0,1,84,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20913,4,6,-1,'Medium Guard',18662,1,0,8192,1,84,16,14,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20914,4,3,-1,'Unadorned Chain Belt',33264,1,0,0,1,39,7,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20915,4,3,-1,'Unadorned Chain Boots',33270,1,0,0,1,60,12,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20916,4,3,-1,'Unadorned Chain Bracers',33266,1,0,0,1,36,7,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20917,4,3,-1,'Unadorned Chain Gloves',33269,1,0,0,1,36,7,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20918,4,3,-1,'Unadorned Chain Leggings',33263,1,0,0,1,72,14,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20919,4,3,-1,'Unadorned Chain Vest',33268,1,0,0,1,73,14,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20920,4,2,-1,'Sun Cured Belt',33271,1,0,0,1,30,6,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20921,4,2,-1,'Sun Cured Boots',33272,1,0,0,1,46,9,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20922,4,2,-1,'Sun Cured Bracers',33275,1,0,0,1,30,6,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20923,4,2,-1,'Sun Cured Gloves',33276,1,0,0,1,30,6,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20924,4,2,-1,'Sun Cured Pants',33273,1,0,0,1,62,12,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20925,4,2,-1,'Sun Cured Vest',33274,1,0,0,1,62,12,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20926,12,0,-1,'Vek\'nilash\'s Circlet',32253,4,0,0,1,0,0,0,401,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20927,12,0,-1,'Ouro\'s Intact Hide',34172,4,0,0,1,0,0,0,153,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20928,15,0,-1,'Qiraji Bindings of Command',34164,4,0,0,1,0,0,0,29,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20929,15,0,-1,'Carapace of the Old God',34174,4,0,0,1,0,0,0,79,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20930,15,0,-1,'Vek\'lor\'s Diadem',32253,4,0,0,1,0,0,0,1102,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20931,12,0,-1,'Skin of the Great Sandworm',34173,4,0,0,1,0,0,0,1350,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20932,15,0,-1,'Qiraji Bindings of Dominance',34166,4,0,0,1,0,0,0,1474,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20933,15,0,-1,'Husk of the Old God',34175,4,0,0,1,0,0,0,1424,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20934,12,0,-1,'Wraith Essence',26773,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20935,12,0,-1,'Tainted Wraith Essence',20614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20938,12,0,-1,'Falconwing Square Gift Voucher',18499,1,0,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8547,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20939,12,0,-1,'Logistics Task Briefing II',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8540,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20940,12,0,-1,'Logistics Task Briefing III',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8541,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20941,12,0,-1,'Combat Task Briefing XII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8501,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20942,12,0,-1,'Combat Task Briefing III',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8502,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20943,12,0,-1,'Tactical Task Briefing X',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8498,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20944,12,0,-1,'Tactical Task Briefing IX',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8740,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20945,12,0,-1,'Tactical Task Briefing II',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8537,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20947,12,0,-1,'Tactical Task Briefing IV',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8535,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20948,12,0,-1,'Tactical Task Briefing V',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8538,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20949,12,0,-1,'Magical Ledger',33285,1,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2822,11,1,8575,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20950,4,0,-1,'Pendant of the Agate Shield',33288,2,0,0,1,6140,1535,2,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,2,7,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,0,0,-1,25606,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (20951,12,0,-1,'Narain\'s Scrying Goggles',33286,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20952,7,4,-1,'Cut Agate',7393,2,0,0,1,0,450,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20953,7,4,-1,'Cut Jade',1262,2,0,0,1,0,750,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20954,2,13,-1,'Heavy Iron Knuckles',26592,2,0,0,1,28409,5681,13,-1,-1,32,27,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,35,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (20955,4,0,-1,'Golden Dragon Ring',31498,2,524288,0,1,2660,665,11,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9140,1,0,0,-1,0,-1,7515,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (20956,4,0,-1,'Silver Rose Pendant',33287,2,0,0,1,11110,2777,2,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20888,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (20957,7,4,-1,'Cut Citrine',7339,2,0,0,1,3500,875,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20958,4,0,-1,'Blazing Citrine Ring',30661,2,524288,0,1,4520,1130,11,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (20959,4,0,-1,'The Jade Eye',9842,2,524288,0,1,6880,1720,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (20960,4,0,-1,'Engraved Truesilver Ring',31616,2,524288,0,1,6880,1720,11,-1,-1,37,32,0,0,0,0,0,0,0,0,1,0,5,4,3,7,3,3,3,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (20961,4,0,-1,'Citrine Ring of Rapid Healing',28831,2,524288,0,1,6880,1720,11,-1,-1,38,33,0,0,0,0,0,0,0,0,1,0,2,6,6,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (20962,7,4,-1,'Cut Aquamarine',13496,2,0,0,1,0,1100,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20963,7,4,-1,'Mithril Filigree',39922,1,0,0,1,3600,900,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20964,4,0,-1,'Aquamarine Signet',9837,3,524288,0,1,26584,6646,11,-1,-1,42,37,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (20965,7,4,-1,'Cut Ruby',4777,2,0,0,1,0,5500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (20966,4,0,-1,'Jade Pendant of Blasting',6539,2,64,0,1,13930,3482,2,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9398,1,0,0,0,0,-1,25607,0,10,10,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (20967,4,0,-1,'Citrine Pendant of Golden Healing',15420,2,64,0,1,13930,3482,2,-1,-1,39,34,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9407,1,0,0,0,0,-1,25608,0,10,10,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (20969,4,1,-1,'Ruby Crown of Restoration',43895,3,64,0,1,29947,5989,1,262143,2147483647,45,40,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,18034,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (20970,9,10,-1,'Design: Pendant of the Agate Shield',1102,1,64,0,1,1500,375,0,-1,-1,31,0,755,120,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25610,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Pendant of the Agate Shield.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20971,9,10,-1,'Design: Heavy Iron Knuckles',1102,1,64,0,1,1500,375,0,-1,-1,32,0,755,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25612,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Heavy Iron Knuckles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20973,9,10,-1,'Design: Blazing Citrine Ring',1102,1,64,0,1,2000,500,0,-1,-1,35,0,755,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Blazing Citrine Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20974,9,10,-1,'Design: Jade Pendant of Blasting',15274,2,64,0,1,2500,625,0,-1,-1,36,0,755,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25618,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Jade Pendant of Blasting.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20975,9,10,-1,'Design: The Jade Eye',1102,1,64,0,1,2500,625,0,-1,-1,37,0,755,170,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25619,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft The Jade Eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20976,9,10,-1,'Design: Citrine Pendant of Golden Healing',15274,2,64,0,1,3500,0,0,-1,-1,39,0,755,190,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25622,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Citrine Pendant of Golden Healing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20977,2,7,-1,'Recruit\'s Shortsword',33304,1,0,8192,1,18,3,21,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,1,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20978,2,10,-1,'Apprentice\'s Staff',33299,1,0,0,1,46,9,17,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20979,2,0,-1,'Warder\'s Axe',33300,1,0,8192,1,37,7,21,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20980,2,2,-1,'Warder\'s Shortbow',8106,1,0,0,1,27,5,15,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20981,2,4,-1,'Neophyte\'s Mace',37294,1,0,0,1,37,7,21,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20982,2,15,-1,'Sharp Dagger',37170,1,0,0,1,37,7,13,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20983,2,15,-1,'Acolyte\'s Dagger',37171,1,0,0,1,37,7,13,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20984,4,6,-1,'Recruit\'s Shield',33305,1,0,8192,1,12,2,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (20985,4,1,-1,'Light Cloth Shoes',16576,1,0,0,1,38,7,8,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20986,4,1,-1,'Light Cloth Pants',8969,1,0,0,1,51,10,7,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20987,4,1,-1,'Light Cloth Gloves',16969,1,0,0,1,25,5,10,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20988,4,1,-1,'Light Cloth Bracers',16929,1,0,0,1,25,5,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20989,4,1,-1,'Light Cloth Belt',16832,1,0,0,1,25,5,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20990,4,1,-1,'Light Cloth Armor',16575,1,0,0,1,52,10,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20991,4,1,-1,'Daylight Cloak',15196,1,0,0,1,36,7,16,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20992,4,1,-1,'Sunrise Bracers',33319,1,0,0,1,24,4,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20993,4,2,-1,'Lynxskin Gloves',36955,1,0,0,1,30,6,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20994,4,3,-1,'Green Chain Vest',33322,1,0,0,1,73,14,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20995,4,1,-1,'Well Watcher Gloves',33323,1,0,0,1,24,4,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20996,4,2,-1,'Sunspire Cord',33324,1,0,0,1,30,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20997,4,3,-1,'Green Chain Boots',33325,1,0,0,1,56,11,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20998,4,1,-1,'Wyrm Sash',33326,1,0,0,1,24,4,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (20999,4,3,-1,'Green Chain Gauntlets',33327,1,0,0,1,37,7,10,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21000,4,2,-1,'Vigorous Bracers',33328,1,0,0,1,31,6,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21001,4,1,-1,'Striding Pants',33329,1,0,0,1,50,10,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21002,4,1,-1,'Unkempt Belt',33330,0,0,0,1,7,1,6,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21003,4,1,-1,'Unkempt Bracers',33331,0,0,0,1,16,3,9,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21004,4,1,-1,'Unkempt Cloak',33356,0,0,0,1,25,5,16,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21005,4,1,-1,'Unkempt Gloves',33333,0,0,0,1,7,1,10,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21006,4,1,-1,'Unkempt Pants',33334,0,0,0,1,10,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21007,4,1,-1,'Unkempt Robe',16696,0,0,0,1,22,4,20,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21008,4,1,-1,'Unkempt Shoes',14403,0,0,0,1,17,3,8,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21009,4,2,-1,'Scraggy Leather Belt',14335,0,0,0,1,20,4,6,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21010,4,2,-1,'Scraggy Leather Boots',14354,0,0,0,1,13,2,8,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21011,4,2,-1,'Scraggy Leather Bracers',14336,0,0,0,1,13,2,9,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21012,4,2,-1,'Scraggy Leather Gloves',17184,0,0,0,1,13,2,10,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21013,4,2,-1,'Scraggy Leather Pants',14338,0,0,0,1,12,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21014,4,2,-1,'Scraggy Leather Vest',14339,0,0,0,1,40,8,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21015,4,3,-1,'Shoddy Chain Belt',27951,0,0,0,1,7,1,6,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21016,4,3,-1,'Shoddy Chain Vest',33340,0,0,0,1,49,9,5,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21017,4,3,-1,'Shoddy Chain Pants',3519,0,0,0,1,14,2,7,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21018,4,3,-1,'Shoddy Chain Gloves',33341,0,0,0,1,16,3,10,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21019,4,3,-1,'Shoddy Chain Bracers',6828,0,0,0,1,16,3,9,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21020,4,3,-1,'Shoddy Chain Boots',6827,0,0,0,1,16,3,8,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21021,4,6,-1,'Battered Shield',3931,0,0,0,1,35,7,14,-1,-1,4,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21022,4,6,-1,'Weather Beaten Buckler',2552,0,0,0,1,16,3,14,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21023,0,5,-1,'Dirge\'s Kickin\' Chimaerok Chops',25468,1,0,0,5,5000,250,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25660,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (21024,7,8,-1,'Chimaerok Tenderloin',25472,1,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21025,9,5,-1,'Recipe: Dirge\'s Kickin\' Chimaerok Chops',12547,4,64,0,1,5000,1250,0,32767,-1,60,0,185,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25659,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Dirge\'s Kickin\' Chimaerok Chops.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21027,12,0,-1,'Lakmaeran\'s Carcass',4112,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It really does look like a big chicken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21028,12,0,-1,'500 Pound Chicken',4112,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21029,12,0,-1,'Ransom Letter',31238,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21030,0,5,-1,'Darnassus Kimchi Pie',6342,1,0,0,5,2000,100,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (21031,0,5,-1,'Cabbage Kimchi',26733,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (21032,12,0,-1,'Meridith\'s Love Letter',7649,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21033,0,5,-1,'Radish Kimchi',26731,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (21037,15,0,-1,'Crude Map',33399,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A map indicating where the crooks expect the drop-off to be made.',2828,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21038,0,8,-1,'Hardpacked Snowball',29169,1,65600,0,1,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25677,0,-1,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,2597,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (21039,4,0,-1,'Narain\'s Turban',33401,1,1088,0,1,5,1,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25688,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Use with Narain\'s Robe to disguise yourself as Narain!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21040,4,0,-1,'Narain\'s Robe',33402,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21041,12,0,-1,'Bag of Gold',21202,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25720,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21042,15,0,-1,'Narain\'s Special Kit',30271,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21043,12,0,-1,'Mysterious Envelope',3020,1,2048,8192,1,0,0,0,-1,-1,16,16,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21044,15,0,-1,'Reindeer Reins',47917,3,0,0,1,1250,250,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25675,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21071,7,8,-1,'Raw Sagefish',24719,1,0,0,1,100,25,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25692,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (21072,0,5,-1,'Smoked Sagefish',24719,1,0,0,1,160,40,0,-1,-1,20,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25690,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (21099,9,5,-1,'Recipe: Smoked Sagefish',1102,1,64,0,1,500,125,0,-1,-1,15,0,185,80,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Smoked Sagefish.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21100,12,0,-1,'Coin of Ancestry',34104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A symbol of honor and respect for one\'s ancestry.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21103,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter I',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21104,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter II',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21105,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter III',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21106,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter IV',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21107,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter V',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21108,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter VI',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21109,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter VII',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21110,15,0,-1,'Draconic for Dummies',33423,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chapter VIII',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21111,12,0,-1,'Draconic For Dummies: Volume II',1246,1,131072,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21112,12,0,-1,'Magical Book Binding',32426,1,1088,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21113,15,0,-1,'Watertight Trunk',12331,1,4,0,1,10,2,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21114,0,5,-1,'Rumsey Rum Dark',18099,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25722,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21115,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25746,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21116,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25747,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21117,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,53,48,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25746,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21118,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,43,38,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25747,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21119,4,0,-1,'Talisman of Arathor',6502,3,36864,2,1,0,0,12,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25750,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21120,4,0,-1,'Defiler\'s Talisman',6502,3,36864,1,1,0,0,12,-1,-1,33,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25750,0,0,0,180000,1155,180000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21124,2,19,-1,'Ahn\'Qiraj Wand [PH]',33428,4,0,8192,1,288903,57780,26,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21125,2,10,-1,'Ahn\'Qiraj Staff [PH]',33429,4,0,8192,1,483361,96672,17,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21126,2,15,-1,'Death\'s Sting',34513,4,524288,0,1,428491,85698,13,32767,-1,84,60,0,0,0,0,0,0,0,0,1,0,2,7,10,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,144,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21127,2,4,-1,'Ahn\'Qiraj Mace [PH]',33431,4,0,8192,1,389617,77923,21,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21128,2,10,-1,'Staff of the Qiraji Prophets',33429,4,0,0,1,488877,97775,17,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,26,7,21,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,214,0,0,0,0,0,0,10,10,10,10,10,2900,0,0,23732,1,0,0,-1,0,-1,25767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',65,0,0,0,0,12340), (21130,15,0,-1,'Diary of Weavil',1134,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2829,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21131,15,0,-1,'Followup Combat Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21132,15,0,-1,'Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21133,15,0,-1,'Followup Tactical Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21134,2,1,-1,'Dark Edge of Insanity',33435,4,0,0,1,551889,110377,17,32767,-1,84,60,0,0,0,0,0,0,0,0,1,0,3,4,35,3,19,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,364,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,26108,2,0,1.7,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21136,12,0,-1,'Arcanite Buoy',33436,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25783,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21137,12,0,-1,'Blue Scepter Shard',6614,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21138,12,0,-1,'Red Scepter Shard',20977,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21139,12,0,-1,'Green Scepter Shard',6663,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21140,0,8,-1,'Auction Stationery',1102,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21141,12,0,-1,'Destroyed Red Scepter Shard',20977,0,0,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21142,15,0,-1,'From the Desk of Lord Victor Nefarius',16065,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2838,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21143,12,0,-1,'Unsigned Field Duty Papers',24154,1,1024,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28745,0,-1,0,180000,1140,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21144,12,0,-1,'Demon Summoning Torch',23295,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25793,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A shamanistic device fashioned by the Timbermaw to summon forth corrupting demons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21145,12,0,-1,'Essence of Xandivious',9731,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21146,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Hinterlands',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21147,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Ashenvale',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21148,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Feralas',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21149,12,0,-1,'Fragment of the Nightmare\'s Corruption',33456,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'-Duskwood',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21150,15,0,-1,'Iron Bound Trunk',12331,1,4,0,1,10,2,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21151,0,5,-1,'Rumsey Rum Black Label',18099,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25804,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21152,12,0,-1,'The Nightmare\'s Corruption',33457,1,64,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21153,7,8,-1,'Raw Greater Sagefish',28622,1,0,0,1,500,125,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25693,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (21154,4,1,-1,'Festival Dress',34096,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21155,12,0,-1,'Timbermaw Offering of Peace',33460,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This truesilver-wrought item is a furbolg symbol of peace. A sealed message is attached to it.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21156,15,0,-1,'Scarab Bag',20342,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21157,4,0,-1,'Festive Green Dress',34093,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21158,12,0,-1,'Hive\'Zora Scout Report',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21159,12,0,-1,'Hive\'Zora Scout Orders',1102,1,0,8192,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21160,12,0,-1,'Hive\'Regal Scout Report',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21161,12,0,-1,'Hive\'Ashi Scout Report',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21162,15,4,-1,'Bloated Oily Blackmouth',9150,1,4,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21164,15,4,-1,'Bloated Rockscale Cod',4823,1,4,0,1,400,100,0,-1,-1,35,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21165,12,0,-1,'Tactical Task Briefing VI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8534,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21166,12,0,-1,'Tactical Task Briefing VII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8738,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21167,12,0,-1,'Tactical Task Briefing VIII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8739,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21168,15,2,-1,'Baby Shark',59500,1,64,0,1,0,1500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,25849,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (21171,15,0,-1,'Filled Festive Mug',33469,1,66624,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25851,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340), (21174,15,0,-1,'Empty Festive Mug',33470,1,196672,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25855,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340), (21175,15,0,-1,'The Scepter of the Shifting Sands',33518,1,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21176,15,5,-1,'Black Qiraji Resonating Crystal',33967,5,32768,0,1,1000000,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,26656,6,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21177,15,1,-1,'Symbol of Kings',34177,1,0,0,20,3000,37,0,-1,-1,60,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21178,4,2,-1,'Gloves of Earthen Power',33519,3,0,0,1,66344,13268,10,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21179,4,0,-1,'Band of Earthen Wrath',23608,3,0,0,1,42837,10709,11,-1,-1,62,0,0,0,0,0,0,0,0,1,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21180,4,0,-1,'Earthstrike',33520,4,0,0,1,86450,21612,12,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25891,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21181,4,0,-1,'Grace of Earth',33522,3,64,0,1,86450,21612,12,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25892,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21182,4,0,-1,'Band of Earthen Might',26001,3,0,0,1,42837,10709,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21183,4,1,-1,'Earthpower Vest',33527,3,0,0,1,103103,20620,5,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21184,4,4,-1,'Deeprock Bracers',33528,4,0,0,1,118358,23671,9,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,3,4,19,3,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21185,4,0,-1,'Earthcalm Orb',33529,4,0,0,1,41810,10452,23,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21629,1,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21186,4,1,-1,'Rockfury Bracers',33530,4,0,0,1,67753,13550,9,1535,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21187,4,1,-1,'Earthweave Cloak',33531,3,0,0,1,76499,15299,16,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21188,2,5,-1,'Fist of Cenarius',33533,4,0,0,1,449769,89953,17,-1,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,263,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,18056,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21189,4,0,-1,'Might of Cenarius',31908,4,32768,0,1,755555,188888,11,-1,-1,62,0,0,0,0,0,0,0,0,1,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25901,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21190,4,0,-1,'Wrath of Cenarius',31498,4,32768,0,1,755555,188888,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25906,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21191,15,0,-1,'Carefully Wrapped Present',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21196,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,60,60,0,0,0,0,0,910,3,1,1,0,2,7,18,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21197,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,65,60,0,0,0,0,0,910,4,1,1,0,2,7,19,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21198,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,70,60,0,0,0,0,0,910,5,1,1,0,2,7,21,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21199,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,75,60,0,0,0,0,0,910,6,1,1,0,2,7,22,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21200,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,80,60,0,0,0,0,0,910,7,1,1,0,2,7,24,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Protector',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21201,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,60,60,0,0,0,0,0,910,3,1,1,0,2,3,14,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21202,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,65,60,0,0,0,0,0,910,4,1,1,0,2,3,15,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21203,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,70,60,0,0,0,0,0,910,5,1,1,0,2,3,17,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21204,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,75,60,0,0,0,0,0,910,6,1,1,0,2,3,17,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21205,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,80,60,0,0,0,0,0,910,7,1,1,0,2,3,18,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Conqueror',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21206,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,60,60,0,0,0,0,0,910,3,1,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21207,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,65,60,0,0,0,0,0,910,4,1,1,0,2,5,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21208,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,70,60,0,0,0,0,0,910,5,1,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21209,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,75,60,0,0,0,0,0,910,6,1,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21210,4,0,-1,'Signet Ring of the Bronze Dragonflight',33537,4,32768,0,1,0,0,11,32767,-1,80,60,0,0,0,0,0,910,7,1,1,0,2,5,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Path of the Invoker',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21211,12,0,-1,'Pouch of Reindeer Dust',2593,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This strange dust should allow Metzen to be freed when sprinkled on him.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21212,0,0,-1,'Fresh Holly',57757,1,65536,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25860,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,141,'',0,0,0,0,0,12340), (21213,15,3,-1,'Preserved Holly',57757,2,0,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62061,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21214,9,0,-1,'Tome of Frostbolt XI',1103,3,64,0,1,400000,100000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25304,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Frostbolt (Rank 11).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21215,0,5,-1,'Graccu\'s Mince Meat Fruitcake',33681,1,0,0,1,0,0,0,32767,-1,65,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25990,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Preserved with Graccu\'s special spices! It\'ll be a very long time before these turn bad...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21216,15,0,-1,'Smokywood Pastures Extra-Special Gift',29902,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21217,0,5,-1,'Sagefish Delight',28622,1,0,0,1,500,125,0,-1,-1,40,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25691,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (21218,15,5,-1,'Blue Qiraji Resonating Crystal',33969,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,25953,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21219,9,5,-1,'Recipe: Sagefish Delight',1301,1,64,0,1,5000,1250,0,-1,-1,35,0,185,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Sagefish Delight.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21220,12,0,-1,'Head of Ossirian the Unscarred',33540,4,32768,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8791,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21221,12,0,-1,'Eye of C\'Thun',33541,4,32768,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8801,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21222,15,0,-1,'Armored Chitin',33542,0,0,0,1,7000,1750,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21223,15,0,-1,'Black Stone',33543,0,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21224,15,0,-1,'Ancient Armor Fragment',33544,0,0,0,1,12000,3000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21225,15,0,-1,'Heavy Silithid Husk',33545,0,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21226,15,0,-1,'Runic Stone',33546,0,0,0,1,16000,4000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21227,15,0,-1,'Ancient Hero\'s Skull',7741,0,0,0,1,30000,7500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21228,15,0,-1,'Mithril Bound Trunk',30952,1,4,0,1,10,2,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21229,15,0,-1,'Qiraji Lord\'s Insignia',32745,1,2048,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21230,15,0,-1,'Ancient Qiraji Artifact',33547,1,2048,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8784,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21232,15,0,-1,'Imperial Qiraji Armaments',33549,4,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ceremonial Armaments of the Qiraji Lords. Used by Qiraji infantry.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21235,0,5,-1,'Winter Veil Roast',33551,1,64,0,1,0,0,0,32767,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (21237,15,0,-1,'Imperial Qiraji Regalia',33572,4,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Regalia of Qiraji Nobility. Used by Qiraji spell casters.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21241,0,0,-1,'Winter Veil Eggnog',24570,1,64,0,1,0,0,0,32767,-1,55,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24355,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21242,2,0,-1,'Blessed Qiraji War Axe',34178,4,0,0,1,410728,82145,13,32767,-1,79,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21243,15,4,-1,'Bloated Mightfish',7176,1,4,0,1,400,100,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21244,2,15,-1,'Blessed Qiraji Pugio',34142,4,0,0,1,413792,82758,13,32767,-1,79,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21245,12,0,-1,'Tactical Task Briefing I',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8737,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21248,12,0,-1,'Combat Task Briefing IV',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8773,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21249,12,0,-1,'Combat Task Briefing V',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8539,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21250,12,0,-1,'Combat Task Briefing VI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8772,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21251,12,0,-1,'Combat Task Briefing VII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8687,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21252,12,0,-1,'Combat Task Briefing VIII',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8774,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21253,12,0,-1,'Combat Task Briefing IX',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8775,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21254,0,5,-1,'Winter Veil Cookie',33555,1,64,0,1,0,0,0,32767,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24869,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fresh from the oven',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (21255,12,0,-1,'Combat Task Briefing X',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8776,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21256,12,0,-1,'Combat Task Briefing XI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8777,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21257,12,0,-1,'Logistics Task Briefing IV',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8778,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21258,12,0,-1,'Logistics Task Briefing IV',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8785,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21259,12,0,-1,'Logistics Task Briefing V',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8779,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21260,12,0,-1,'Logistics Task Briefing VI',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8781,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21261,12,0,-1,'Logistics Task Briefing VI',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8786,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21262,12,0,-1,'Logistics Task Briefing VIII',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8782,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21263,12,0,-1,'Logistics Task Briefing VII',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8780,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21264,12,0,-1,'Logistics Task Briefing VII',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8787,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21265,12,0,-1,'Logistics Task Briefing IX',1102,2,0,2,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8783,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21266,15,0,-1,'Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21267,15,3,-1,'Toasting Goblet',18060,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26008,0,-3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340), (21268,2,4,-1,'Blessed Qiraji War Hammer',33830,4,0,0,1,431040,86208,13,32767,-1,79,60,0,0,0,0,0,0,0,0,1,0,2,7,12,38,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,70,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21269,4,6,-1,'Blessed Qiraji Bulwark',34137,4,0,0,1,276859,55371,14,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3407,0,0,0,0,0,0,0,0,0,21476,1,0,0,-1,0,-1,23203,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shield is infused and reinforced with Elementium.',0,0,0,0,0,1,4,0,0,73,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21270,15,0,-1,'Gently Shaken Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21271,15,0,-1,'Gently Shaken Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21272,2,3,-1,'Blessed Qiraji Musket',34139,4,0,0,1,327907,65581,26,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,192,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,21438,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21273,2,10,-1,'Blessed Qiraji Acolyte Staff',34134,4,0,0,1,548400,109680,17,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,2,5,33,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,227,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,26460,1,0,0,-1,0,-1,23729,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-19,0,0,0,'',65,0,0,0,0,12340), (21275,2,10,-1,'Blessed Qiraji Augur Staff',34135,4,0,0,1,499771,99954,17,32767,-1,79,60,0,0,0,0,0,0,0,1,1,0,2,5,24,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,227,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,26461,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The weapon is infused and reinforced with Elementium.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-19,0,0,0,'',65,0,0,0,0,12340), (21277,15,2,-1,'Tranquil Mechanical Yeti',34050,1,64,0,1,5000,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,26010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21278,4,2,-1,'Stormshroud Gloves',4318,3,0,0,1,45632,9126,10,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,2,32,19,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,142,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (21279,9,0,-1,'Tome of Fireball XII',1103,3,64,0,1,400000,100000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25306,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Fireball (Rank 12).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21280,9,0,-1,'Tome of Arcane Missiles VIII',1103,3,64,0,1,400000,100000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25345,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Missiles (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21281,9,0,-1,'Grimoire of Shadow Bolt X',1246,3,64,0,1,400000,100000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25307,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Shadow Bolt (Rank 10).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21282,9,0,-1,'Grimoire of Immolate VIII',1246,3,64,0,1,400000,100000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25309,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Immolate (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21283,9,0,-1,'Grimoire of Corruption VII',1246,3,64,0,1,400000,100000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25311,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Corruption (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21284,9,0,-1,'Codex of Greater Heal V',1143,3,64,0,1,400000,100000,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25314,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Greater Heal (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21285,9,0,-1,'Codex of Renew X',1143,3,64,0,1,400000,100000,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25315,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Renew (Rank 10).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21287,9,0,-1,'Codex of Prayer of Healing V',1143,3,64,0,1,400000,100000,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Healing (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21288,9,0,-1,'Libram: Blessing of Wisdom VI',1155,3,64,0,1,400000,100000,0,31234,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25290,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Blessing of Wisdom (Rank 6).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21289,9,0,-1,'Libram: Blessing of Might VII',1155,3,64,0,1,400000,100000,0,31234,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25291,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Blessing of Might (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21290,9,0,-1,'Libram: Holy Light IX',1155,3,64,0,1,400000,100000,0,31234,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Holy Light (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21291,9,0,-1,'Tablet of Healing Wave X',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Healing Wave (Rank 10).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21292,9,0,-1,'Tablet of Strength of Earth Totem V',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25361,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Strength of Earth Totem (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21293,9,0,-1,'Tablet of Grace of Air Totem III',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Grace of Air Totem (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21294,9,0,-1,'Book of Healing Touch XI',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25297,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Healing Touch (Rank 11).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21295,9,0,-1,'Book of Starfire VII',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25298,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Starfire (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21296,9,0,-1,'Book of Rejuvenation XI',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25299,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Rejuvenation (Rank 11).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21297,9,0,-1,'Manual of Heroic Strike IX',3426,3,64,0,1,400000,100000,0,31233,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25286,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Heroic Strike (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21298,9,0,-1,'Manual of Battle Shout VII',3426,3,64,0,1,400000,100000,0,31233,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25289,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Battle Shout (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21299,9,0,-1,'Manual of Revenge VI',3426,3,64,0,1,400000,100000,0,31233,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25288,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Revenge (Rank 6).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21300,9,0,-1,'Handbook of Backstab IX',1134,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25300,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Backstab (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21301,15,3,-1,'Green Helper Box',33588,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1500,0,-1,26533,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21302,9,0,-1,'Handbook of Deadly Poison V',1134,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25347,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Deadly Poison (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21303,9,0,-1,'Handbook of Feint V',1134,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25302,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Feint (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21304,9,0,-1,'Guide: Multi-Shot V',12547,3,64,0,1,400000,100000,0,31236,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Multi-Shot (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21305,15,3,-1,'Red Helper Box',29902,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1500,0,-1,26541,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21306,9,0,-1,'Guide: Serpent Sting IX',12547,3,64,0,1,400000,100000,0,31236,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Serpent Sting (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21307,9,0,-1,'Guide: Aspect of the Hawk VII',12547,3,64,0,1,400000,100000,0,31236,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Aspect of the Hawk (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21308,15,3,-1,'Jingling Bell',33589,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,26529,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21309,15,3,-1,'Snowman Kit',21202,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,26045,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21310,15,0,-1,'Gaily Wrapped Present',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21311,4,1,-1,'Earth Warder\'s Vest',33590,2,0,0,1,42365,8473,5,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (21312,4,3,-1,'Belt of the Den Watcher',33591,2,0,0,1,31887,6377,6,-1,-1,48,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (21314,15,0,-1,'Metzen\'s Letters and Notes',3019,1,16384,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A collection of information related to the whereabouts of Metzen the reindeer, including both ransom notes.',2841,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21315,15,0,-1,'Smokywood Satchel',362,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Inside are the things you will need to rescue Metzen the Reindeer!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21316,4,4,-1,'Leggings of the Ursa',33604,2,0,0,1,108565,21713,7,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (21317,4,2,-1,'Helm of the Pathfinder',42880,2,0,0,1,58378,11675,1,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (21318,4,1,-1,'Earth Warder\'s Gloves',18271,2,0,0,1,37221,7444,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21319,4,2,-1,'Gloves of the Pathfinder',33599,2,0,0,1,46696,9339,10,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,4,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21320,4,3,-1,'Vest of the Den Watcher',33601,2,0,0,1,112489,22497,5,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,2,3,20,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21321,15,5,-1,'Red Qiraji Resonating Crystal',33971,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,26054,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21322,4,4,-1,'Ursa\'s Embrace',33603,2,0,0,1,132197,26439,5,-1,-1,58,0,0,0,0,0,0,0,0,0,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21323,15,5,-1,'Green Qiraji Resonating Crystal',33970,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,26056,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21324,15,5,-1,'Yellow Qiraji Resonating Crystal',33972,3,32768,0,1,1000000,0,0,-1,-1,40,40,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,26055,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This mount may only be summoned in the Temple of Ahn\'Qiraj.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21325,0,0,-1,'Mechanical Greench',26461,2,65536,0,1,0,0,0,32767,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26067,0,-3,-3,600000,24,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,0,12340), (21326,4,0,-1,'Defender of the Timbermaw',33702,4,0,0,1,35965,8991,12,-1,-1,62,0,0,0,0,0,0,576,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26066,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21327,15,0,-1,'Ticking Present',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21328,15,0,-1,'Wand of Holiday Cheer',6620,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26074,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,0,12340), (21329,4,4,-1,'Conqueror\'s Crown',34486,4,0,0,1,215053,43010,1,1,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,18,4,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,496,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21330,4,4,-1,'Conqueror\'s Spaulders',34256,4,0,0,1,208865,41773,3,1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,496,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21331,4,4,-1,'Conqueror\'s Breastplate',33709,4,0,0,1,311370,62274,5,1,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,24,4,34,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,496,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21332,4,4,-1,'Conqueror\'s Legguards',33713,4,0,0,1,290587,58117,7,1,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,21,4,33,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,496,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21333,4,4,-1,'Conqueror\'s Greaves',33714,4,0,0,1,211279,42255,8,1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,17,4,21,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,496,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21334,4,1,-1,'Doomcaller\'s Robes',34061,4,0,0,1,179955,35991,20,256,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,7,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21335,4,1,-1,'Doomcaller\'s Mantle',34018,4,0,0,1,121870,24374,3,256,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,11,6,4,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21336,4,1,-1,'Doomcaller\'s Trousers',33618,4,0,0,1,168572,33714,7,256,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,9,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21337,4,1,-1,'Doomcaller\'s Circlet',34351,4,0,0,1,126892,25378,1,256,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,6,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21338,4,1,-1,'Doomcaller\'s Footwraps',33625,4,0,0,1,123240,24648,8,256,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,3,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,499,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21339,4,1,-1,'Doomcaller\'s Handwraps [PH]',33624,4,0,8192,1,82467,16493,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21340,1,1,-1,'Soul Pouch',33940,2,0,0,1,20000,5000,18,256,-1,52,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21341,1,1,-1,'Felcloth Bag',33941,3,0,0,1,80000,20000,18,256,-1,57,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21342,1,1,-1,'Core Felcloth Bag',33942,4,0,0,1,320000,80000,18,256,-1,60,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21343,4,1,-1,'Enigma Robes',37266,4,0,0,1,186064,37212,20,128,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,23,6,7,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21344,4,1,-1,'Enigma Boots',33641,4,0,0,1,125991,25198,8,128,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21345,4,1,-1,'Enigma Shoulderpads',34020,4,0,0,1,129739,25947,3,128,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,4,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21346,4,1,-1,'Enigma Leggings',33643,4,0,0,1,179415,35883,7,128,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,8,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21347,4,1,-1,'Enigma Circlet',34370,4,0,0,1,135037,27007,1,128,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,12,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,503,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21348,4,1,-1,'Tiara of the Oracle',34348,4,0,0,1,122632,24526,1,16,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,22,6,16,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,60,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340), (21349,4,1,-1,'Footwraps of the Oracle',33647,4,0,0,1,119106,23821,8,16,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,12,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,50,0,0,0,0,0,0,0,0,0,0,0,0,225,30,0,0,0,'',65,0,0,0,0,12340), (21350,4,1,-1,'Mantle of the Oracle',34021,4,0,0,1,119566,23913,3,16,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,8,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,60,0,0,0,0,0,0,0,0,0,0,0,0,225,30,0,0,0,'',65,0,0,0,0,12340), (21351,4,1,-1,'Vestments of the Oracle',34063,4,0,0,1,177907,35581,20,16,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,26,6,15,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,100,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340), (21352,4,1,-1,'Trousers of the Oracle',33652,4,0,0,1,166015,33203,7,16,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,24,6,14,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,507,75,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340), (21353,4,2,-1,'Genesis Helm',34609,4,0,0,1,156234,31246,1,1024,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,15,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21354,4,2,-1,'Genesis Shoulderpads',34037,4,0,0,1,151746,30349,3,1024,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,14,4,15,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21355,4,2,-1,'Genesis Boots',33661,4,0,0,1,152322,30464,8,1024,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,13,4,12,5,14,6,6,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21356,4,2,-1,'Genesis Trousers',33662,4,0,0,1,210672,42134,7,1024,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,12,5,22,6,9,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21357,4,2,-1,'Genesis Vest',34086,4,0,0,1,227459,45491,5,1024,-1,88,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,13,5,24,6,11,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,493,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21358,9,2,-1,'Pattern: Soul Pouch',1102,1,64,0,1,12000,3000,0,-1,-1,52,0,197,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Soul Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21359,4,2,-1,'Deathdealer\'s Boots',33673,4,0,0,1,154610,30922,8,8,32767,78,60,0,0,0,0,0,0,0,0,1,0,3,3,26,4,14,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21360,4,2,-1,'Deathdealer\'s Helm',34608,4,0,0,1,160368,32073,1,8,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,29,4,25,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21361,4,2,-1,'Deathdealer\'s Spaulders',34077,4,0,0,1,159870,31974,3,8,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,27,4,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21362,4,2,-1,'Deathdealer\'s Leggings',33678,4,0,0,1,221095,44219,7,8,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,38,4,18,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21363,15,0,-1,'Festive Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21364,4,2,-1,'Deathdealer\'s Vest',34087,4,0,0,1,239501,47900,5,8,32767,88,60,0,0,0,0,0,0,0,0,1,0,3,3,37,4,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,497,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21365,4,3,-1,'Striker\'s Footguards',33690,4,0,0,1,195455,39091,8,4,-1,78,60,0,0,0,0,0,0,0,0,1,0,4,3,21,5,8,6,6,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21366,4,3,-1,'Striker\'s Diadem',34221,4,0,0,1,201823,40364,1,4,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,3,20,5,18,6,10,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21367,4,3,-1,'Striker\'s Pauldrons',34904,4,0,0,1,203418,40683,3,4,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,3,18,5,11,6,5,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21368,4,3,-1,'Striker\'s Leggings',33700,4,0,0,1,245214,49042,7,4,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,3,24,5,14,6,10,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21370,4,3,-1,'Striker\'s Hauberk',33691,4,0,0,1,265808,53161,5,4,-1,88,60,0,0,0,0,0,0,0,0,1,0,4,3,26,5,15,6,7,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,509,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21371,9,2,-1,'Pattern: Core Felcloth Bag',6270,3,64,0,1,80000,20000,0,-1,-1,60,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Core Felcloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21372,4,3,-1,'Stormcaller\'s Diadem',34222,4,0,0,1,186748,37349,1,64,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,8,4,12,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21373,4,3,-1,'Stormcaller\'s Footguards',33696,4,0,0,1,182192,36438,8,64,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,9,4,12,5,14,6,6,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21374,4,3,-1,'Stormcaller\'s Hauberk',33697,4,0,0,1,269878,53975,5,64,-1,88,60,0,0,0,0,0,0,0,0,1,0,5,3,10,4,11,5,24,6,11,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21375,4,3,-1,'Stormcaller\'s Leggings',33701,4,0,0,1,251828,50365,7,64,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,9,4,12,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21376,4,3,-1,'Stormcaller\'s Pauldrons',34056,4,0,0,1,184255,36851,3,64,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,10,4,10,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,501,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21377,12,0,-1,'Deadwood Headdress Feather',31500,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These may be gathered for the Timbermaw furbolgs to earn their trust.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21378,12,0,-1,'Logistics Task Briefing I',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8804,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21379,12,0,-1,'Logistics Task Briefing II',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8805,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21380,12,0,-1,'Logistics Task Briefing III',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8806,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21381,12,0,-1,'Logistics Task Briefing IX',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8809,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21382,12,0,-1,'Logistics Task Briefing V',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8807,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21383,12,0,-1,'Winterfall Spirit Beads',1399,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These may be gathered for the Timbermaw furbolgs to earn their trust.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21384,12,0,-1,'Logistics Task Briefing VIII',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8808,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21385,12,0,-1,'Logistics Task Briefing X',1102,2,0,1,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8810,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21386,15,0,-1,'Followup Logistics Assignment',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21387,4,4,-1,'Avenger\'s Crown',34487,4,0,0,1,235798,47159,1,2,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,20,5,22,6,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21388,4,4,-1,'Avenger\'s Greaves',33708,4,0,0,1,207190,41438,8,2,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,13,4,18,5,14,6,6,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21389,4,4,-1,'Avenger\'s Breastplate',33705,4,0,0,1,308883,61776,5,2,-1,88,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,23,5,24,6,11,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21390,4,4,-1,'Avenger\'s Legguards',33706,4,0,0,1,288245,57649,7,2,-1,81,60,0,0,0,0,0,0,0,0,1,0,5,3,12,4,21,5,22,6,9,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21391,4,4,-1,'Avenger\'s Pauldrons',34257,4,0,0,1,209583,41916,3,2,-1,78,60,0,0,0,0,0,0,0,0,1,0,5,3,14,4,18,5,13,6,6,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,505,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21392,2,0,-1,'Sickle of Unyielding Strength',33727,4,32768,0,1,0,0,13,1,-1,70,60,0,0,0,0,0,0,0,1,1,0,3,4,15,3,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,495,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21393,4,0,-1,'Signet of Unyielding Strength',33856,4,32768,0,1,0,0,11,1,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,4,11,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21394,4,1,-1,'Drape of Unyielding Strength',24013,4,32768,0,1,0,0,16,1,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,4,15,3,9,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21395,2,7,-1,'Blade of Eternal Justice',33839,4,32768,0,1,0,0,13,2,-1,70,60,0,0,0,0,0,0,0,1,1,0,3,4,9,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,506,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21396,4,0,-1,'Ring of Eternal Justice',33856,4,32768,0,1,0,0,11,2,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,4,12,5,12,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21397,4,1,-1,'Cape of Eternal Justice',33730,4,32768,0,1,0,0,16,2,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,4,11,7,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21398,2,4,-1,'Hammer of the Gathering Storm',33731,4,32768,0,1,0,0,21,64,-1,70,60,0,0,0,0,0,0,0,1,1,0,3,7,10,5,9,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,137,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,502,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340), (21399,4,0,-1,'Ring of the Gathering Storm',33856,4,32768,0,1,0,0,11,64,-1,65,60,0,0,0,0,0,0,0,1,1,0,4,4,8,3,9,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21400,4,1,-1,'Cloak of the Gathering Storm',33732,4,32768,0,1,0,0,16,64,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,13,7,10,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21401,2,0,-1,'Scythe of the Unseen Path',33727,4,32768,0,1,0,0,13,4,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,3,11,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,21361,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,510,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21402,4,0,-1,'Signet of the Unseen Path',33856,4,32768,0,1,0,0,11,4,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,3,13,7,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21403,4,1,-1,'Cloak of the Unseen Path',33733,4,32768,0,1,0,0,16,4,-1,67,60,0,0,0,0,0,0,0,1,1,0,2,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21404,2,15,-1,'Dagger of Veiled Shadows',33734,4,32768,0,1,0,0,13,8,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,3,15,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,121,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,498,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21405,4,0,-1,'Band of Veiled Shadows',33856,4,32768,0,1,0,0,11,8,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,3,18,4,11,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21406,4,1,-1,'Cloak of Veiled Shadows',33735,4,32768,0,1,0,0,16,8,-1,67,60,0,0,0,0,0,0,0,1,1,0,2,7,11,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21407,2,5,-1,'Mace of Unending Life',33731,4,32768,0,1,0,0,17,1024,-1,70,60,0,0,0,0,0,0,0,1,1,0,5,38,28,3,14,5,14,7,21,45,40,0,0,0,0,0,0,0,0,0,0,0,0,179,249,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,494,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,15.55,0,0,0,'',0,0,0,0,0,12340), (21408,4,0,-1,'Band of Unending Life',33856,4,32768,0,1,0,0,11,1024,-1,65,60,0,0,0,0,0,0,0,1,1,0,5,4,10,7,9,5,8,3,10,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21409,4,1,-1,'Cloak of Unending Life',33736,4,32768,0,1,0,0,16,1024,-1,67,60,0,0,0,0,0,0,0,1,1,0,5,5,10,7,10,4,12,3,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21410,2,4,-1,'Gavel of Infinite Wisdom',33731,4,32768,0,1,0,0,21,16,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,154,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21362,1,0,0,-1,0,-1,26154,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,508,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340), (21411,4,0,-1,'Ring of Infinite Wisdom',33856,4,32768,0,1,0,0,11,16,-1,65,60,0,0,0,0,0,0,0,1,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,508,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21412,4,1,-1,'Shroud of Infinite Wisdom',33737,4,32768,0,1,0,0,16,16,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,14,7,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,508,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21413,2,7,-1,'Blade of Vaulted Secrets',33839,4,32768,0,1,0,0,21,128,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,5,16,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,131,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,23727,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,504,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340), (21414,4,0,-1,'Band of Vaulted Secrets',33856,4,32768,0,1,0,0,11,128,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,504,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21415,4,1,-1,'Drape of Vaulted Secrets',33144,4,32768,0,1,0,0,16,128,-1,67,60,0,0,0,0,0,0,0,1,1,0,3,5,9,7,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,504,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21416,2,15,-1,'Kris of Unspoken Names',33734,4,32768,0,1,0,0,21,256,-1,70,60,0,0,0,0,0,0,0,1,1,0,2,7,9,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,86,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,500,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-10,0,0,0,'',0,0,0,0,0,12340), (21417,4,0,-1,'Ring of Unspoken Names',33856,4,32768,0,1,0,0,11,256,-1,65,60,0,0,0,0,0,0,0,1,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21418,4,1,-1,'Shroud of Unspoken Names',26202,4,32768,0,1,0,0,16,256,-1,67,60,0,0,0,0,0,0,0,1,1,0,2,7,16,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21436,15,0,-1,'Alliance Commendation Signet',33786,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seek out an Alliance Commendation Officer to exchange signets for recognition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21438,15,0,-1,'Horde Commendation Signet',33789,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seek out a Horde Commendation Officer to exchange signets for recognition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21442,4,0,-1,'AHNQIRAJ TEST ITEM D PLATE BOOTS',33794,1,0,8192,1,5,1,8,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21452,2,10,-1,'Staff of the Ruins',33809,4,0,0,1,480887,96177,17,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,23,7,24,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,247,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,26158,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-11,0,0,0,'',65,0,0,0,0,12340), (21453,4,4,-1,'Mantle of the Horusath',33810,4,0,0,1,202338,40467,3,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21454,4,3,-1,'Runic Stone Shoulders',33812,4,0,0,1,175166,35033,3,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21455,4,2,-1,'Southwind Helm',33880,3,0,0,1,112016,22403,1,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,4,21,3,24,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21456,4,1,-1,'Sandstorm Cloak',33814,4,0,0,1,117120,23424,16,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,7,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',65,0,0,0,0,12340), (21457,4,4,-1,'Bracers of Brutality',33818,4,0,0,1,137925,27585,9,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,4,21,3,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21458,4,2,-1,'Gauntlets of New Life',33819,4,0,0,1,100872,20174,10,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21459,2,18,-1,'Crossbow of Imminent Doom',33828,4,0,0,1,303692,60738,26,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,3,7,7,5,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,189,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21460,4,4,-1,'Helm of Domination',33822,4,0,0,1,212930,42586,1,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,7,28,4,21,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21461,4,1,-1,'Leggings of the Black Blizzard',33823,4,0,0,1,147610,29522,7,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,5,16,6,8,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21462,4,1,-1,'Gloves of Dark Wisdom',19128,4,0,0,1,74084,14816,10,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21463,4,3,-1,'Ossirian\'s Binding',33824,4,0,0,1,111556,22311,6,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,19,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21464,4,1,-1,'Shackles of the Unscarred',33825,4,0,0,1,74657,14931,9,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21466,2,4,-1,'Stinger of Ayamiss',33838,4,0,0,1,362608,72521,21,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,136,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,18384,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-9,0,0,0,'',65,0,0,0,0,12340), (21467,4,2,-1,'Thick Silithid Chestguard',33840,4,0,0,1,181995,36399,5,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,7,30,3,21,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,5,5,5,5,5,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,50,0,0,0,'',65,0,0,0,0,12340), (21468,4,1,-1,'Mantle of Maz\'Nadir',33841,3,0,0,1,87311,17462,3,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,7,11,5,15,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21469,4,2,-1,'Gauntlets of Southwind',33842,3,0,0,1,73027,14605,10,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21470,4,1,-1,'Cloak of the Savior',28951,3,0,0,1,87962,17592,16,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,5,11,7,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21471,4,0,-1,'Talon of Furious Concentration',33845,4,0,0,1,355151,88787,23,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,2,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21472,4,1,-1,'Dustwind Turban',33848,4,0,0,1,111257,22251,1,32767,-1,69,60,0,0,0,0,0,0,0,0,1,0,3,6,15,5,29,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21473,4,0,-1,'Eye of Moam',33973,3,524288,0,1,331515,82878,12,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26166,0,0,0,180000,1141,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21474,4,2,-1,'Chitinous Shoulderguards',33852,3,0,0,1,114547,22909,3,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,3,3,25,4,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21475,4,4,-1,'Legplates of the Destroyer',33853,3,0,0,1,214592,42918,7,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,4,4,19,5,18,7,18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21476,4,3,-1,'Obsidian Scaled Leggings',33854,3,0,0,1,184596,36919,7,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,4,4,16,5,18,7,18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21477,4,0,-1,'Ring of Fury',33855,3,524288,0,1,354012,88503,11,32767,-1,74,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21478,2,2,-1,'Bow of Taut Sinew',33857,4,0,0,1,288102,57620,15,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,8,0,0,0,2200,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21479,4,4,-1,'Gauntlets of the Immovable',33903,4,0,0,1,135696,27139,10,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21480,4,3,-1,'Scaled Silithid Gauntlets',29833,3,0,0,1,92506,18501,10,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,4,3,18,7,18,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21481,4,4,-1,'Boots of the Desert Protector',22757,3,0,0,1,146732,29346,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,4,14,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21482,4,3,-1,'Boots of the Fiery Sands',33863,3,0,0,1,127062,25412,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,4,9,5,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,11723), (21483,4,0,-1,'Ring of the Desert Winds',33864,3,524288,0,1,301215,75303,11,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21484,4,2,-1,'Helm of Regrowth',33901,3,0,0,1,106221,21244,1,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,28,7,18,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21485,4,6,-1,'Buru\'s Skull Fragment',33867,4,0,0,1,228292,45658,14,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,20,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2959,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,61,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21486,4,4,-1,'Gloves of the Swarm',33868,4,0,0,1,126040,25208,10,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,4,5,18,7,18,4,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21487,4,3,-1,'Slimy Scaled Gauntlets',33870,4,0,0,1,107830,21566,10,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,18,7,18,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21488,4,0,-1,'Fetish of Chitinous Spikes',33849,3,524288,0,1,271251,67812,12,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26168,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ouch',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21489,4,1,-1,'Quicksand Waders',33873,3,0,0,1,86599,17319,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,14,7,14,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21490,4,4,-1,'Slime Kickers',33876,3,0,0,1,155911,31182,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,4,18,3,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21491,4,2,-1,'Scaled Bracers of the Gorger',33879,3,0,0,1,74656,14931,9,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,3,15,4,10,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21492,2,8,-1,'Manslayer of the Qiraji',33882,4,0,0,1,458125,91625,17,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,4,35,7,20,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,270,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21493,4,2,-1,'Boots of the Vanguard',31166,4,0,0,1,137936,27587,8,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,11,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21494,4,2,-1,'Southwind\'s Grasp',33885,3,0,0,1,73680,14736,6,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21495,4,4,-1,'Legplates of the Qiraji Command',33888,3,0,0,1,207027,41405,7,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,20,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21496,4,1,-1,'Bracers of Qiraji Command',33889,3,0,0,1,59363,11872,9,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21497,4,3,-1,'Boots of the Qiraji General',33892,3,0,0,1,134640,26928,8,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,3,26,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21498,2,15,-1,'Qiraji Sacrificial Dagger',33894,4,524288,0,1,374443,74888,13,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Still dripping with blood',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21499,4,1,-1,'Vestments of the Shifting Sands',33895,4,0,0,1,150295,30059,20,32767,-1,66,60,0,0,0,0,0,0,0,0,1,0,3,7,20,5,14,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21500,4,1,-1,'Belt of the Inquisition',14174,3,0,0,1,60206,12041,6,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21501,4,2,-1,'Toughened Silithid Hide Gloves',33897,3,0,0,1,68342,13668,10,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,7,18,3,15,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',50,0,0,0,0,12340), (21502,4,3,-1,'Sand Reaver Wristguards',33902,3,0,0,1,82330,16466,9,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,3,16,7,11,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21503,4,4,-1,'Belt of the Sand Reaver',33905,3,0,0,1,96964,19392,6,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',50,0,0,0,0,12340), (21504,4,0,-1,'Charm of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21505,4,0,-1,'Choker of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21506,4,0,-1,'Pendant of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,2,7,21,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7517,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21507,4,0,-1,'Amulet of the Shifting Sands',33906,4,0,0,1,446512,111628,2,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21508,12,0,-1,'Mark of Cenarius',33907,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21509,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21510,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21511,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21512,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21513,15,0,-1,'Ahn\'Qiraj War Effort Supplies',12333,1,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21514,12,0,-1,'Logistics Task Briefing XI',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8829,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21515,12,0,-1,'Mark of Remulos',33911,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21517,4,1,-1,'Gnomish Turban of Psychic Might',34353,4,0,0,1,124911,24982,1,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,31,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,35126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21519,15,0,-1,'Mistletoe',18087,1,0,0,1,1,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26004,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21520,2,7,-1,'Ravencrest\'s Legacy',31866,4,0,0,1,425646,85129,13,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,7,14,4,13,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21521,2,7,-1,'Runesword of the Red',33994,4,0,0,1,386531,77306,21,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,7,17,5,9,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,129,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,23730,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-16,0,0,0,'',65,0,0,0,0,12340), (21522,2,15,-1,'Shadowsong\'s Sorrow',33992,4,0,0,1,398744,79748,13,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,7,14,3,13,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21523,2,15,-1,'Fang of Korialstrasz',33991,4,0,0,1,400246,80049,21,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,3,5,14,7,9,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,106,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,26228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-16,0,0,0,'',65,0,0,0,0,12340), (21524,4,1,-1,'Red Winter Hat',33998,2,0,0,1,9,1,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,761,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21525,4,1,-1,'Green Winter Hat',33999,2,0,0,1,9,1,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,761,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21526,4,0,-1,'Band of Icy Depths',31616,4,0,0,1,3312341,828085,11,32767,-1,77,60,0,0,0,0,0,0,0,1,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,11789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21527,4,1,-1,'Darkwater Robes',33980,4,0,0,1,164340,32868,20,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,5,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,30,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21528,15,0,-1,'Colossal Bag of Loot',21202,2,32772,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21529,4,0,-1,'Amulet of Shadow Shielding',31899,4,0,0,1,363154,90788,2,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,18,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21530,4,3,-1,'Onyx Embedded Leggings',34031,4,0,0,1,249218,49843,7,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,3,23,7,23,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,30,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21531,4,0,-1,'Drake Tooth Necklace',34034,4,0,0,1,412121,103030,2,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21532,4,2,-1,'Drudge Boots',28627,4,0,0,1,156900,31380,8,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,7,20,3,17,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21533,12,0,-1,'Colossus of Zora\'s Husk',34035,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny fragment of a very large insect.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (21534,12,0,-1,'Colossus of Ashi\'s Husk',34036,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny fragment of a very large insect.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (21535,12,0,-1,'Colossus of Regal\'s Husk',20952,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny fragment of a very large insect.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (21536,15,3,-1,'Elune Stone',24730,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25823,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21537,0,0,-1,'Festival Dumplings',34059,1,64,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26263,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21538,4,0,-1,'Festive Pink Dress',34094,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21539,4,0,-1,'Festive Purple Dress',34095,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21540,15,0,-1,'Elune\'s Lantern',21469,2,33856,0,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26265,0,0,0,86400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A device said to capture the light shed by Elune herself.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21541,4,0,-1,'Festive Black Pant Suit',62893,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21542,4,0,-1,'Festival Suit',34099,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21543,4,0,-1,'Festive Teal Pant Suit',62895,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21544,4,0,-1,'Festive Blue Pant Suit',62894,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21545,12,0,-1,'Smokywood Supplies',11449,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Use before 2010',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21546,0,2,-1,'Elixir of Greater Firepower',24214,1,0,0,1,140,35,0,-1,-1,50,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26276,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21547,9,6,-1,'Recipe: Elixir of Greater Firepower',15274,2,64,0,1,10000,2500,0,-1,-1,50,0,171,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26277,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Greater Firepower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21548,9,1,-1,'Pattern: Stormshroud Gloves',1102,3,64,0,1,60000,15000,0,-1,-1,62,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26279,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Stormshroud Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21552,0,5,-1,'Striped Yellowtail',4811,1,0,0,5,2000,5,0,32767,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (21557,15,3,-1,'Small Red Rocket',34281,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26286,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21558,15,3,-1,'Small Blue Rocket',34279,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26291,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21559,15,3,-1,'Small Green Rocket',34280,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26292,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21560,15,3,-1,'Small Purple Rocket',34282,1,64,8192,1,10,2,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26293,0,-1,0,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21561,15,3,-1,'Small White Rocket',34283,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26294,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21562,15,3,-1,'Small Yellow Rocket',34284,1,64,0,1,25,6,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26295,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21563,4,0,-1,'Don Rodrigo\'s Band',31800,4,36864,0,1,0,0,11,262143,32767,65,60,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21565,4,0,-1,'Rune of Perfection',34188,3,36864,0,1,0,0,12,262096,-1,45,40,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26283,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21566,4,0,-1,'Rune of Perfection',34188,3,36864,0,1,0,0,12,262096,-1,25,20,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25975,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21567,4,0,-1,'Rune of Duty',7248,3,36864,0,1,0,0,12,260623,-1,45,40,0,0,0,0,0,0,0,1,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21599,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21568,4,0,-1,'Rune of Duty',7248,3,36864,0,1,0,0,12,260623,-1,25,20,0,0,0,0,0,0,0,1,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21569,15,3,-1,'Firework Launcher',31401,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26298,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21570,15,3,-1,'Cluster Launcher',34121,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26299,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21571,15,3,-1,'Blue Rocket Cluster',34271,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26304,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21574,15,3,-1,'Green Rocket Cluster',34272,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26325,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21576,15,3,-1,'Red Rocket Cluster',34275,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26327,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21577,15,3,-1,'White Rocket Cluster',34276,1,64,8192,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26328,0,-1,0,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21578,15,3,-1,'Yellow Rocket Cluster',34277,1,64,8192,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26329,0,-1,0,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21579,4,0,-1,'Vanquished Tentacle of C\'Thun',34132,4,524288,0,1,432121,108030,12,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26391,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21581,4,4,-1,'Gauntlets of Annihilation',34165,4,0,0,1,158945,31789,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21582,4,1,-1,'Grasp of the Old God',34176,4,0,0,1,90642,18128,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21583,4,1,-1,'Cloak of Clarity',34179,4,0,0,1,136475,27295,16,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,12,6,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21584,4,3,-1,'Bracers of Eternal Reckoning',34181,4,0,8192,1,136987,27397,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,0,3,26,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21585,4,1,-1,'Dark Storm Gauntlets',34183,4,0,0,1,91666,18333,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21586,4,2,-1,'Belt of Never-ending Agony',34184,4,0,0,1,118055,23611,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21587,4,4,-1,'Wristguards of Castigation',34185,4,0,0,1,267065,53413,9,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,13,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1), (21588,4,3,-1,'Wristguards of Elemental Fury',34186,4,0,0,1,402040,80408,9,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1), (21589,15,3,-1,'Large Blue Rocket',34285,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26333,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21590,15,3,-1,'Large Green Rocket',34286,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26334,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21591,15,3,-1,'Large Purple Rocket',34287,1,64,8192,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26335,0,-1,0,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21592,15,3,-1,'Large Red Rocket',34289,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26336,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21593,15,3,-1,'Large White Rocket',34290,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26337,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21594,4,2,-1,'Bracers of the Fallen Son',34187,4,0,8192,1,109900,21980,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,0,7,24,5,23,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21595,15,3,-1,'Large Yellow Rocket',34291,1,64,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26338,0,-1,-1,1000,1136,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21596,4,0,-1,'Ring of the Godslayer',34189,4,524288,0,1,356132,89033,11,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,3,21,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21597,4,0,-1,'Royal Scepter of Vek\'lor',34190,4,0,0,1,290604,72651,23,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21598,4,4,-1,'Royal Qiraji Belt',34191,4,0,0,1,146078,29215,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,7,22,4,13,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,584,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21599,4,3,-1,'Vek\'lor\'s Gloves of Devastation',34193,4,0,0,1,124974,24994,10,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,21,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21600,4,1,-1,'Boots of Epiphany',34195,4,0,0,1,125451,25090,8,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21601,4,0,-1,'Ring of Emperor Vek\'lor',33808,4,524288,0,1,316102,79025,11,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,7,18,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,100,0,0,0,'',65,0,0,0,0,12340), (21602,4,2,-1,'Qiraji Execution Bracers',34197,4,0,0,1,108167,21633,9,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21603,2,19,-1,'Wand of Qiraji Nobility',34198,4,0,0,1,315134,63026,26,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,5,0,0,0,0,0,0,0,0,0,0,1600,0,100,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21604,4,1,-1,'Bracelets of Royal Redemption',34199,4,0,0,1,87168,17433,9,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,10,6,9,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21605,4,2,-1,'Gloves of the Hidden Temple',34260,4,0,0,1,109346,21869,10,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,7,22,3,21,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,6,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,100,0,0,0,'',65,0,0,0,0,12340), (21606,4,4,-1,'Belt of the Fallen Emperor',34202,4,0,0,1,154518,30903,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,4,17,7,17,5,18,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,584,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21607,4,3,-1,'Grasp of the Fallen Emperor',34203,4,0,0,1,132168,26433,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,4,4,13,3,12,5,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21608,4,0,-1,'Amulet of Vek\'nilash',34204,4,0,0,1,411111,102777,2,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,5,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21609,4,2,-1,'Regenerating Belt of Vek\'nilash',34205,4,0,0,1,110923,22184,6,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,3,5,18,6,13,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21610,4,6,-1,'Wormscale Blocker',34206,4,0,0,1,284978,56995,14,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,4,0,0,75,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21611,4,1,-1,'Burrower Bracers',34207,4,0,0,1,89373,17874,9,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21612,4,3,-1,'Wormscale Stompers',34208,4,0,8192,1,202681,40536,8,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,3,26,7,23,5,13,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21613,4,2,-1,'Wormhide Boots',34210,4,0,8192,1,168749,33749,8,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,3,32,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21614,4,2,-1,'Wormhide Protector',34606,4,0,8192,1,153242,30648,1,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,7,40,3,24,55,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (21615,4,1,-1,'Don Rigoberto\'s Lost Hat',30670,4,0,0,1,123070,24614,1,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,5,24,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21616,2,2,-1,'Huhuran\'s Stinger',34223,4,0,0,1,298824,59764,15,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21617,4,2,-1,'Wasphide Gauntlets',34226,4,0,0,1,99991,19998,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,6,16,5,15,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21618,4,4,-1,'Hive Defiler Wristguards',34227,4,0,0,1,145200,29040,9,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,4,23,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21619,4,1,-1,'Gloves of the Messiah',34230,4,0,0,1,82807,16561,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,5,17,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21620,4,0,-1,'Ring of the Martyr',33808,4,524288,0,1,354646,88661,11,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21621,4,1,-1,'Cloak of the Golden Hive',34231,4,0,0,1,125120,25024,16,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,19,4,13,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21622,2,7,-1,'Sharpened Silithid Femur',41490,4,0,0,1,418602,83720,21,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,2,5,7,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,137,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Recently devoured',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-18,0,0,0,'',65,0,0,0,0,12340), (21623,4,4,-1,'Gauntlets of the Righteous Champion',34235,4,0,0,1,147888,29577,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,4,4,15,5,13,7,17,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,627,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21624,4,3,-1,'Gauntlets of Kalimdor',34236,4,0,0,1,126489,25297,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,4,4,14,5,13,6,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21625,4,0,-1,'Scarab Brooch',34237,4,524288,0,1,332121,83030,12,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26467,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21626,4,3,-1,'Slime-coated Leggings',34238,4,0,0,1,254822,50964,7,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,28,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21627,4,1,-1,'Cloak of Untold Secrets',34239,4,0,0,1,126431,25286,16,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,20,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21635,2,6,-1,'Barb of the Sand Reaver',34250,4,0,0,1,504123,100824,17,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,3,32,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21639,4,4,-1,'Pauldrons of the Unrelenting',34252,4,0,0,1,214489,42897,3,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,30,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,743,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21640,15,0,-1,'Lunar Festival Fireworks Pack',18721,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Filled with fireworks to celebrate the Lunar Festival in style!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21645,4,2,-1,'Hive Tunneler\'s Boots',34259,4,0,0,1,156900,31380,8,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,7,30,3,17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340), (21647,4,0,-1,'Fetish of the Sand Reaver',34261,4,524288,0,1,345481,86370,12,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26400,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21648,4,1,-1,'Recomposed Boots',34263,4,0,0,1,125442,25088,8,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,20,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21650,2,7,-1,'Ancient Qiraji Ripper',41491,4,0,0,1,395706,79141,13,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21651,4,3,-1,'Scaled Sand Reaver Leggings',34266,4,0,0,1,238335,47667,7,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21652,4,4,-1,'Silithid Carapace Chestguard',34268,4,0,0,1,279120,55824,5,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,7,23,4,17,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,35,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21663,4,1,-1,'Robes of the Guardian Saint',34270,4,0,0,1,166129,33225,20,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21664,4,0,-1,'Barbed Choker',34274,4,0,0,1,345774,86443,2,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21665,4,2,-1,'Mantle of Wicked Revenge',34278,4,0,0,1,156869,31373,3,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,3,3,30,4,16,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21666,4,0,-1,'Sartura\'s Might',34288,4,0,0,1,365411,91352,23,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21667,4,4,-1,'Legplates of Blazing Light',34292,4,0,0,1,270713,54142,7,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,4,9,5,23,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21668,4,3,-1,'Scaled Leggings of Qiraji Fury',32760,4,0,0,1,232941,46588,7,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,23,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21669,4,2,-1,'Creeping Vine Helm',34711,4,0,0,1,146136,29227,1,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,26,5,23,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21670,4,0,-1,'Badge of the Swarmguard',33851,4,0,0,1,321213,80303,12,32767,-1,76,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26480,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21671,4,1,-1,'Robes of the Battleguard',34294,4,0,0,1,157079,31415,20,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,23,5,17,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21672,4,2,-1,'Gloves of Enforcement',34295,4,0,0,1,98539,19707,10,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,3,20,4,28,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21673,2,13,-1,'Silithid Claw',34296,4,0,0,1,395660,79132,21,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21674,4,4,-1,'Gauntlets of Steadfast Determination',34298,4,0,0,1,139801,27960,10,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,20,4,19,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21675,4,2,-1,'Thick Qirajihide Belt',34299,4,0,0,1,99665,19933,6,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,7,20,3,17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340), (21676,4,1,-1,'Leggings of the Festering Swarm',34302,4,0,0,1,160049,32009,7,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,23,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21677,4,0,-1,'Ring of the Qiraji Fury',33808,4,524288,0,1,387414,96853,11,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21678,4,0,-1,'Necklace of Purity',34303,4,0,0,1,398564,99641,2,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21679,2,8,-1,'Kalimdor\'s Revenge',34304,4,0,0,1,534669,106933,17,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,4,24,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,315,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,26415,2,0,1.75,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21680,4,2,-1,'Vest of Swift Execution',34305,4,0,0,1,207682,41536,5,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,41,4,21,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21681,4,0,-1,'Ring of the Devoured',33864,4,524288,0,1,365478,91369,11,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,5,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21682,4,2,-1,'Bile-Covered Gauntlets',34306,4,0,0,1,104609,20921,10,32767,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,3,17,7,21,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,60,0,0,0,'',65,0,0,0,0,12340), (21683,4,4,-1,'Mantle of the Desert Crusade',34310,4,0,0,1,220785,44157,3,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,4,5,20,7,17,4,10,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21684,4,3,-1,'Mantle of the Desert\'s Fury',34312,4,0,0,1,191108,38221,3,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,17,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21685,4,0,-1,'Petrified Scarab',33871,4,524288,0,1,348481,87120,12,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26463,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21686,4,1,-1,'Mantle of Phrenic Power',34314,4,0,0,1,127742,25548,3,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,2,5,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21687,4,0,-1,'Ukko\'s Ring of Darkness',28733,4,524288,0,1,411981,102995,11,32767,-1,76,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,21596,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21688,4,4,-1,'Boots of the Fallen Hero',34315,4,0,0,1,201069,40213,8,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,4,20,3,14,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21689,4,2,-1,'Gloves of Ebru',34317,4,0,0,1,96301,19260,10,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21690,4,0,-1,'Angelista\'s Charm',34318,4,0,0,1,294997,73749,2,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21691,4,4,-1,'Ooze-ridden Gauntlets',34319,4,0,0,1,136622,27324,10,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,7,20,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21692,4,4,-1,'Triad Girdle',34320,4,0,0,1,137145,27429,6,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,4,26,3,19,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21693,4,2,-1,'Guise of the Devourer',34607,4,0,0,1,146663,29332,1,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,7,36,3,19,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',65,0,0,0,0,12340), (21694,4,1,-1,'Ternary Mantle',34323,4,0,0,1,117775,23555,3,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,17,6,20,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21695,4,0,-1,'Angelista\'s Touch',33855,4,524288,0,1,361110,90277,11,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,7,17,4,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21696,4,1,-1,'Robes of the Triumvirate',34325,4,0,0,1,158205,31641,20,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,5,22,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,30,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21697,4,1,-1,'Cape of the Trinity',18948,4,0,0,1,119099,23819,16,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21698,4,2,-1,'Leggings of Immersion',34326,4,0,0,1,194637,38927,7,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,5,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21699,4,3,-1,'Barrage Shoulders',34419,4,0,0,1,181283,36256,3,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,3,29,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21700,4,0,-1,'Pendant of the Qiraji Guardian',34204,4,0,0,1,362141,90535,2,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,7,17,4,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21701,4,1,-1,'Cloak of Concentrated Hatred',34329,4,0,0,1,121190,24238,16,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,3,16,4,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21702,4,0,-1,'Amulet of Foul Warding',31889,4,0,0,1,314520,78630,2,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21703,2,5,-1,'Hammer of Ji\'zhi',34331,4,0,0,1,508537,101707,17,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,5,22,7,26,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,297,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21704,4,4,-1,'Boots of the Redeemed Prophecy',34332,4,0,0,1,213938,42787,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,4,3,12,4,15,5,16,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,647,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21705,4,3,-1,'Boots of the Fallen Prophet',34333,4,0,0,1,185197,37039,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,4,3,10,4,15,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21706,4,4,-1,'Boots of the Unwavering Will',34334,4,0,0,1,215437,43087,8,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,3,7,29,4,12,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',65,0,0,0,0,12340), (21707,4,0,-1,'Ring of Swarming Thought',33855,4,524288,0,1,341597,85399,11,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21708,4,2,-1,'Beetle Scaled Wristguards',34335,4,0,0,1,93703,18740,9,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,15,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21709,4,0,-1,'Ring of the Fallen God',34336,4,0,0,1,454568,113642,11,32767,-1,88,60,0,0,0,0,0,0,0,1,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21710,4,1,-1,'Cloak of the Fallen God',34337,4,0,0,1,133402,26680,16,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,26,4,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21711,0,0,-1,'Lunar Festival Invitation',34342,1,65600,0,1,0,0,0,-1,-1,55,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26373,0,0,0,600000,11,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,1,12340), (21712,4,0,-1,'Amulet of the Fallen God',34274,4,0,0,1,460801,115200,2,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21713,2,14,-1,'Elune\'s Candle',34365,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26374,0,-88,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21714,15,3,-1,'Large Blue Rocket Cluster',34354,1,64,0,1,200,50,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26488,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21715,2,4,-1,'Sand Polished Hammer',34339,4,524288,0,1,390595,78119,13,32767,-1,72,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21716,15,3,-1,'Large Green Rocket Cluster',34356,1,64,0,1,200,50,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26490,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21718,15,3,-1,'Large Red Rocket Cluster',34358,1,64,0,1,200,50,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26517,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21721,0,5,-1,'Moonglow',15794,1,0,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26389,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21722,9,2,-1,'Pattern: Festival Dress',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Festival Dress.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21723,9,2,-1,'Pattern: Festival Suit',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Festival Suit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21724,9,3,-1,'Schematic: Small Blue Rocket',15274,2,64,0,1,700,175,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26416,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Small Blue Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21725,9,3,-1,'Schematic: Small Green Rocket',15274,2,64,0,1,700,175,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Small Green Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21726,9,3,-1,'Schematic: Small Red Rocket',15274,2,64,0,1,700,175,0,-1,-1,25,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Small Red Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21727,9,3,-1,'Schematic: Large Blue Rocket',15274,2,64,0,1,1100,275,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26420,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Blue Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21728,9,3,-1,'Schematic: Large Green Rocket',15274,2,64,0,1,1100,275,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26421,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Green Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21729,9,3,-1,'Schematic: Large Red Rocket',15274,2,64,0,1,1100,275,0,-1,-1,35,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26422,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Red Rocket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21730,9,3,-1,'Schematic: Blue Rocket Cluster',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26423,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Blue Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21731,9,3,-1,'Schematic: Green Rocket Cluster',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26424,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Green Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21732,9,3,-1,'Schematic: Red Rocket Cluster',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26425,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Red Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21733,9,3,-1,'Schematic: Large Blue Rocket Cluster',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26426,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Blue Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21734,9,3,-1,'Schematic: Large Green Rocket Cluster',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26427,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Green Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21735,9,3,-1,'Schematic: Large Red Rocket Cluster',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26428,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Large Red Rocket Cluster.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21737,9,3,-1,'Schematic: Cluster Launcher',15274,2,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Firework Cluster Launcher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21738,9,3,-1,'Schematic: Firework Launcher',15274,2,64,0,1,3500,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Firework Launcher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21740,0,0,-1,'Small Rocket Recipes',1102,1,4,0,1,0,0,0,32767,-1,1,0,202,125,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21741,0,0,-1,'Cluster Rocket Recipes',6270,1,4,0,1,0,0,0,32767,-1,1,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21742,0,0,-1,'Large Rocket Recipes',1096,1,4,0,1,0,0,0,32767,-1,1,0,202,175,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21743,0,0,-1,'Large Cluster Rocket Recipes',15274,1,4,0,1,0,0,0,32767,-1,1,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21744,0,0,-1,'Lucky Rocket Cluster',34359,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26521,0,-1,-1,1000,1136,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21745,0,0,-1,'Elder\'s Moonstone',24730,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25823,0,-1,-1,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21746,0,0,-1,'Lucky Red Envelope',34361,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21747,15,3,-1,'Festival Firecracker',34363,1,0,0,1,300,75,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25822,0,-1,0,-1,0,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21748,4,0,-1,'Figurine - Jade Owl',39914,2,64,0,1,6000,1500,12,-1,-1,40,35,755,200,0,0,0,0,0,1,1,0,2,5,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26551,0,0,0,300000,28,60000,0,0,0,0,300000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (21749,12,0,-1,'Combat Task Briefing I',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8770,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21750,12,0,-1,'Combat Task Briefing II',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8771,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21751,12,0,-1,'Tactical Task Briefing III',1102,2,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8536,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21752,7,4,-1,'Thorium Setting',39924,1,0,0,1,5000,1250,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21753,4,0,-1,'Gem Studded Band',31576,3,524288,0,1,20000,5000,11,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (21754,4,0,-1,'The Aquamarine Ward',28831,2,524288,0,1,17230,4307,11,-1,-1,49,44,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (21755,4,0,-1,'Aquamarine Pendant of the Warrior',31603,2,0,0,1,17230,4307,2,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,0,0,-1,26562,0,10,10,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (21756,4,0,-1,'Figurine - Golden Hare',39920,2,64,0,1,6000,1500,12,-1,-1,40,35,755,200,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23990,1,0,0,0,0,0,26571,0,0,0,1200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (21757,12,0,-1,'Grimscale Murloc Head',9585,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21758,4,0,-1,'Figurine - Black Pearl Panther',39915,2,64,0,1,6000,1500,12,-1,-1,43,38,755,215,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26578,1,0,0,0,0,0,26576,0,0,0,300000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (21760,4,0,-1,'Figurine - Truesilver Crab',39916,2,64,0,1,6000,1500,12,-1,-1,45,40,755,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7516,1,0,0,0,0,0,26581,0,0,0,300000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',7,0,0,0,0,12340), (21761,13,0,-1,'Scarab Coffer Key',34378,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26587,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21762,13,0,-1,'Greater Scarab Coffer Key',34378,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26588,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21763,4,0,-1,'Figurine - Truesilver Boar',39917,2,0,0,1,6000,1500,12,-1,-1,47,42,755,235,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9139,1,0,0,0,0,0,26593,0,0,0,900000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (21764,4,0,-1,'Ruby Pendant of Fire',31604,2,0,0,1,25680,6420,2,-1,-1,47,42,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (21765,4,0,-1,'Truesilver Healing Ring',26537,2,524288,0,1,10170,2542,11,-1,-1,48,43,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9314,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (21766,4,0,-1,'Opal Necklace of Impact',32008,3,32768,0,1,30000,7500,2,-1,-1,50,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26598,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21767,4,0,-1,'Simple Opal Ring',23629,2,524288,0,1,33500,8375,11,-1,-1,52,47,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (21768,4,0,-1,'Sapphire Signet',28831,3,524288,0,1,50000,12500,11,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,3461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (21769,4,0,-1,'Figurine - Ruby Serpent',39918,2,64,0,1,6000,1500,12,-1,-1,52,47,755,260,0,0,0,0,0,1,1,0,2,5,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26599,0,0,0,300000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (21770,12,0,-1,'Ring of Mmmrrrggglll',34382,1,2048,0,1,0,0,0,32767,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s slightly tarnished and slimy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21771,12,0,-1,'Captain Kelisendra\'s Cargo',34389,1,0,0,1,0,0,0,32767,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little worse for the wear, but it doesn\'t sound like anything inside\'s broken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21772,7,4,-1,'Cut Sapphire',1659,2,0,0,1,0,7500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21773,7,4,-1,'Cut Opal',6496,2,0,0,1,0,7500,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21774,4,1,-1,'Emerald Crown of Destruction',43893,3,0,0,1,57083,11416,1,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (21775,4,0,-1,'Onslaught Ring',26391,2,524288,0,1,33500,8375,11,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21776,12,0,-1,'Captain Kelisendra\'s Lost Rutters',1102,1,2048,1,1,0,0,0,32767,690,1,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Luckily they were kept in a waterproofed case.',0,0,0,8887,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21777,4,0,-1,'Figurine - Emerald Owl',39914,2,64,0,1,15000,3750,12,-1,-1,55,50,755,285,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21360,1,0,0,0,0,0,26600,0,0,0,300000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (21778,4,0,-1,'Ring of Bitter Shadows',33808,2,524288,0,1,74651,18662,11,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21779,4,0,-1,'Band of Natural Fire',31908,3,524288,0,1,85220,21305,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21780,4,1,-1,'Blood Crown',43892,3,0,0,1,76082,15216,1,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,7598,1,0,0,0,0,0,26605,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21781,12,0,-1,'Thaelis\'s Head',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21783,12,0,-1,'Magister Duskwither\'s Journal',6672,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This journal appears to be relatively new, with only a few of its pages written in.',2846,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21784,4,0,-1,'Figurine - Black Diamond Crab',39916,3,64,0,1,60000,15000,12,-1,-1,60,55,755,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,1,0,0,0,0,0,26609,0,0,0,300000,28,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (21785,7,4,-1,'Cut Emerald',6851,2,0,0,1,0,12000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21786,7,4,-1,'Cut Azerothian Diamond',4775,2,0,0,1,0,12000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21789,4,0,-1,'Figurine - Dark Iron Scorpid',61338,3,64,0,1,60000,15000,12,-1,-1,60,55,755,300,0,0,0,0,0,1,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26614,0,0,0,300000,1141,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (21790,4,0,-1,'Sapphire Pendant of Winter Night',9657,2,0,0,1,31068,7767,2,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (21791,4,0,-1,'Living Emerald Pendant',6539,3,0,0,1,50012,12503,2,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (21792,4,0,-1,'Necklace of the Diamond Tower',39214,3,0,0,1,100872,25218,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,3,3,3,0,0,0,21407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21793,4,0,-1,'Arcanite Sword Pendant',39215,3,0,0,1,103656,25914,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21800,2,3,-1,'Silithid Husked Launcher',34484,3,0,0,1,197619,39523,26,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,10,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21801,2,19,-1,'Antenna of Invigoration',35017,3,0,0,1,198386,39677,26,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,21361,1,0,0,-1,0,-1,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21802,2,15,-1,'The Lost Kris of Zedd',34478,3,0,0,1,265538,53107,21,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,83,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.5,0,0,0,'',49,0,0,0,0,12340), (21803,4,4,-1,'Helm of the Holy Avenger',35222,3,0,0,1,139678,27935,1,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21804,4,3,-1,'Coif of Elemental Fury',36715,3,0,0,1,120400,24080,1,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21805,4,4,-1,'Polished Obsidian Pauldrons',34482,3,0,0,1,140736,28147,3,32767,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,4,16,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (21806,2,5,-1,'Gavel of Qiraji Authority',34474,3,0,0,1,349713,69942,17,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,3,5,16,4,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,162,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,14254,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21807,12,0,-1,'Unmarked Letter',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21808,12,0,-1,'Arcane Core',24730,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21809,4,0,-1,'Fury of the Forgotten Swarm',32008,3,0,0,1,194623,48655,2,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21810,4,1,-1,'Treads of the Wandering Nomad',34479,3,0,0,1,85196,17039,8,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,5,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (21812,15,0,-1,'Box of Chocolates',18721,1,65540,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,1,12340), (21813,15,0,-1,'Bag of Heart Candies',34655,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26678,0,-10,-10,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21814,4,4,-1,'Breastplate of Annihilation',34483,4,0,0,1,282778,56555,5,32767,-1,73,60,0,0,0,0,0,0,0,0,1,0,2,4,37,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21815,0,0,-1,'Love Token',34508,1,64,0,10,10,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A small message of affection...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,335,'',0,0,0,0,0,12340), (21816,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70577,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Be mine!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21817,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70580,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I LOVE YOU',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21818,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70579,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I\'ll follow you all around Azeroth.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21819,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70578,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'All yours.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21820,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70576,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You\'re the best!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21821,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70581,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I\'m all yours!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21822,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70575,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You\'re mine!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21823,15,3,-1,'Heart Candy',34654,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70574,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hot lips.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (21829,15,3,-1,'Perfume Bottle',34537,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26682,0,-10,0,-1,1142,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21830,15,3,-1,'Empty Wrapper',6405,1,512,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68418,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This one is missing...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21831,15,3,-1,'Wrappered Gift',23146,1,512,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21833,15,3,-1,'Cologne Bottle',34536,1,64,0,1,100,25,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26681,0,-10,0,-1,1142,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21835,0,8,-1,'Anesthetic Poison',34432,1,2097216,0,1,1500,375,0,8,-1,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26785,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21836,4,0,-1,'Ritssyn\'s Ring of Chaos',31800,4,524288,0,1,387414,96853,11,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21837,2,4,-1,'Anubisath Warhammer',34468,4,0,0,1,398584,79716,13,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,7,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,123,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21838,4,1,-1,'Garb of Royal Ascension',34469,4,0,0,1,159984,31996,20,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,25,0,0,0,0,14798,1,0,0,-1,0,-1,23729,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21839,2,4,-1,'Scepter of the False Prophet',34485,4,0,0,1,464583,92916,21,32767,-1,84,60,0,0,0,0,0,0,0,0,1,0,2,7,10,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,111,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,26814,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-24.8,0,0,0,'',65,0,0,0,0,12340), (21840,7,5,-1,'Bolt of Netherweave',39453,1,0,0,1,16000,4000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21841,1,0,-1,'Netherweave Bag',39457,2,0,0,1,40000,10000,18,-1,-1,63,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21842,7,5,-1,'Bolt of Imbued Netherweave',39454,2,0,0,1,32000,8000,0,-1,-1,66,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21843,1,0,-1,'Imbued Netherweave Bag',39458,2,0,0,1,40000,10000,18,-1,-1,68,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21844,7,5,-1,'Bolt of Soulcloth',39462,1,0,0,1,32000,8000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21845,7,5,-1,'Primal Mooncloth',39461,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21846,4,1,-1,'Spellfire Belt',43295,4,0,0,1,108162,21632,6,32767,-1,105,70,0,0,26797,0,0,0,0,0,1,0,2,32,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,552,35,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21847,4,1,-1,'Spellfire Gloves',43296,4,0,0,1,108562,21712,10,-1,-1,105,70,0,0,26797,0,0,0,0,0,1,0,2,32,23,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,552,35,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21848,4,1,-1,'Spellfire Robe',44953,4,0,0,1,217923,43584,20,-1,-1,105,70,0,0,26797,0,0,0,0,0,1,0,2,32,28,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33022,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,552,100,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21849,4,1,-1,'Netherweave Bracers',16892,2,0,0,1,61307,12261,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (21850,4,1,-1,'Netherweave Belt',27830,2,0,0,1,61531,12306,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (21851,4,1,-1,'Netherweave Gloves',16642,2,0,0,1,65299,13059,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (21852,4,1,-1,'Netherweave Pants',27822,2,0,0,1,134630,26926,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (21853,4,1,-1,'Netherweave Boots',4272,2,0,0,1,106682,21336,8,-1,-1,108,62,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (21854,4,1,-1,'Netherweave Robe',28479,2,0,0,1,146337,29267,20,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (21855,4,1,-1,'Netherweave Tunic',27821,2,0,0,1,150457,30091,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,555,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (21856,2,1,-1,'Neretzek, The Blood Drinker',34481,4,0,0,1,496413,99282,17,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,303,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,26693,2,0,1.3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21858,1,3,-1,'Spellfire Bag',39459,3,0,0,1,80000,20000,18,262143,32767,95,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21859,4,1,-1,'Imbued Netherweave Pants',38942,3,0,0,1,159418,31883,7,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,556,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21860,4,1,-1,'Imbued Netherweave Boots',38102,3,0,0,1,123080,24616,8,32767,-1,109,69,0,0,0,0,0,0,0,0,1,0,2,7,30,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,556,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21861,4,1,-1,'Imbued Netherweave Robe',38920,3,0,0,1,171542,34308,20,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,556,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21862,4,1,-1,'Imbued Netherweave Tunic',38941,3,0,0,1,172187,34437,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,556,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21863,4,1,-1,'Soulcloth Gloves',42158,4,0,0,1,102374,20474,10,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,13,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,35,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,557,35,0,0,0,0,4,0,2,0,0,0,2863,0,300,0,0,0,0,'',66,0,0,0,0,12340), (21864,4,1,-1,'Soulcloth Shoulders',42159,4,0,0,1,154120,30824,3,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,15,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,557,60,0,0,0,0,4,0,2,0,0,0,2863,0,300,0,0,0,0,'',66,0,0,0,0,12340), (21865,4,1,-1,'Soulcloth Vest',42157,4,0,0,1,206258,41251,5,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,20,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,45,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,557,100,0,0,0,0,4,0,2,0,8,0,2869,0,300,0,0,0,0,'',66,0,0,0,0,12340), (21866,4,1,-1,'Arcanoweave Bracers',42714,3,0,0,1,85985,17197,9,32767,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,25,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,558,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21867,4,1,-1,'Arcanoweave Boots',38102,3,0,0,1,131549,26309,8,32767,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,35,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,558,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21868,4,1,-1,'Arcanoweave Robe',38926,3,0,0,1,177430,35486,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,50,0,0,0,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,558,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (21869,4,1,-1,'Frozen Shadoweave Shoulders',43297,4,0,0,1,164009,32801,3,32767,-1,105,70,0,0,26801,0,0,0,0,0,1,0,2,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,553,60,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21870,4,1,-1,'Frozen Shadoweave Boots',43298,4,0,0,1,164609,32921,8,32767,-1,105,70,0,0,26801,0,0,0,0,0,1,0,2,5,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,553,50,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21871,4,1,-1,'Frozen Shadoweave Robe',44952,4,0,0,1,220278,44055,20,-1,-1,105,70,0,0,26801,0,0,0,0,0,1,0,2,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,553,100,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21872,1,1,-1,'Ebon Shadowbag',33941,3,0,0,1,160000,40000,18,256,-1,75,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21873,4,1,-1,'Primal Mooncloth Belt',43300,4,0,0,1,120445,24089,6,32767,-1,115,70,0,0,26798,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,554,35,0,0,0,0,4,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21874,4,1,-1,'Primal Mooncloth Shoulders',43319,4,0,0,1,166991,33398,3,32767,-1,105,70,0,0,26798,0,0,0,0,0,1,0,2,5,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,554,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21875,4,1,-1,'Primal Mooncloth Robe',43301,4,0,0,1,234263,46852,20,-1,-1,120,70,0,0,26798,0,0,0,0,1,1,0,2,5,20,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,26228,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,554,100,0,0,0,0,4,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (21876,1,0,-1,'Primal Mooncloth Bag',39463,3,0,0,1,200000,50000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21877,7,5,-1,'Netherweave Cloth',39452,1,0,0,1,3200,800,0,32767,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21878,7,11,-1,'ZZOLD Spellthread',25048,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21881,7,5,-1,'Netherweb Spider Silk',18597,1,0,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21882,7,11,-1,'Soul Essence',42151,1,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21884,7,10,-1,'Primal Fire',41675,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21885,7,10,-1,'Primal Water',41680,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21886,7,10,-1,'Primal Life',41676,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21887,7,6,-1,'Knothide Leather',38744,1,0,0,1,5000,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21888,4,1,-1,'Gloves of the Immortal',29736,4,0,0,1,77153,15430,10,32767,-1,71,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,120,0,0,0,'',65,0,0,0,0,12340), (21889,4,4,-1,'Gloves of the Redeemed Prophecy',34466,4,0,0,1,142892,28578,10,2,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,7,20,5,20,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21890,4,3,-1,'Gloves of the Fallen Prophet',34467,4,0,0,1,122228,24445,10,64,-1,75,60,0,0,0,0,0,0,0,0,1,0,3,5,20,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21891,4,0,-1,'Shard of the Fallen Star',34471,4,0,0,1,397512,99378,12,32767,-1,75,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26789,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (21892,9,2,-1,'Pattern: Bolt of Imbued Netherweave',1301,1,64,0,1,40000,10000,0,-1,-1,65,0,197,325,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26747,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Bolt of Imbued Netherweave.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21893,9,2,-1,'Pattern: Imbued Netherweave Bag',1301,1,64,0,1,40000,10000,0,-1,-1,68,0,197,340,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26749,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Imbued Netherweave Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21894,9,2,-1,'Pattern: Bolt of Soulcloth',1301,1,64,0,1,40000,10000,0,-1,-1,69,0,197,345,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26750,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Bolt of Soulcloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21895,9,2,-1,'Pattern: Primal Mooncloth',1301,1,64,0,1,40000,10000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26751,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to create Primal Mooncloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21896,9,2,-1,'Pattern: Netherweave Robe',1301,1,64,0,1,40000,10000,0,-1,-1,68,0,197,340,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26773,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Netherweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21897,9,2,-1,'Pattern: Netherweave Tunic',1301,1,64,0,1,40000,10000,0,-1,-1,69,0,197,345,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26774,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Netherweave Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21898,9,2,-1,'Pattern: Imbued Netherweave Pants',1301,1,64,0,1,60000,15000,0,-1,-1,68,0,197,340,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26775,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Imbued Netherweave Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21899,9,2,-1,'Pattern: Imbued Netherweave Boots',1301,1,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26776,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Imbued Netherweave Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21900,9,2,-1,'Pattern: Imbued Netherweave Robe',2571,1,64,0,1,60000,15000,0,-1,-1,72,0,197,360,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Imbued Netherweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21901,9,2,-1,'Pattern: Imbued Netherweave Tunic',2571,1,64,0,1,60000,15000,0,-1,-1,72,0,197,360,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26778,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Imbued Netherweave Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21902,9,2,-1,'Pattern: Soulcloth Gloves',1301,1,64,0,1,80000,20000,0,-1,-1,71,0,197,355,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Soulcloth Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21903,9,2,-1,'Pattern: Soulcloth Shoulders',1096,4,64,0,1,60000,15000,0,-1,-1,73,0,197,365,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26780,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulcloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21904,9,2,-1,'Pattern: Soulcloth Vest',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26781,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Soulcloth Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21905,9,2,-1,'Pattern: Arcanoweave Bracers',15274,2,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26782,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Arcanoweave Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21906,9,2,-1,'Pattern: Arcanoweave Boots',15274,2,64,0,1,60000,15000,0,-1,-1,72,0,197,360,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26783,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Arcanoweave Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21907,9,2,-1,'Pattern: Arcanoweave Robe',15274,2,64,0,1,80000,20000,0,-1,-1,74,0,197,370,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26784,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Arcanoweave Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21908,9,2,-1,'Pattern: Spellfire Belt',1301,1,64,0,1,60000,15000,0,-1,-1,71,0,197,355,26797,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26752,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellfire Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21909,9,2,-1,'Pattern: Spellfire Gloves',1301,1,64,0,1,60000,15000,0,-1,-1,73,0,197,365,26797,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26753,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Spellfire Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21910,9,2,-1,'Pattern: Spellfire Robe',2571,1,64,0,1,60000,15000,0,-1,-1,75,0,197,375,26797,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26754,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellfire Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21911,9,2,-1,'Pattern: Spellfire Bag',6270,3,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26755,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellfire Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21912,9,2,-1,'Pattern: Frozen Shadoweave Shoulders',1301,1,64,0,1,60000,15000,0,-1,-1,71,0,197,355,26801,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26756,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Frozen Shadoweave Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21913,9,2,-1,'Pattern: Frozen Shadoweave Robe',2571,1,64,0,1,60000,15000,0,-1,-1,75,0,197,375,26801,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Frozen Shadoweave Robe',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21914,9,2,-1,'Pattern: Frozen Shadoweave Boots',1301,1,64,0,1,60000,15000,0,-1,-1,73,0,197,365,26801,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26757,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Frozen Shadoweave Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21915,9,2,-1,'Pattern: Ebon Shadowbag',6270,3,64,0,1,60000,0,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26759,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Ebon Shadowbag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21916,9,2,-1,'Pattern: Primal Mooncloth Belt',1301,1,64,0,1,60000,15000,0,-1,-1,71,0,197,355,26798,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26760,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Primal Mooncloth Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21917,9,2,-1,'Pattern: Primal Mooncloth Robe',2571,1,64,0,1,60000,15000,0,-1,-1,75,0,197,375,26798,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26762,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Primal Mooncloth Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21918,9,2,-1,'Pattern: Primal Mooncloth Shoulders',1301,1,64,0,1,60000,15000,0,-1,-1,73,0,197,365,26798,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Primal Mooncloth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21919,9,2,-1,'Pattern: Primal Mooncloth Bag',6270,3,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26763,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Primal Mooncloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21920,15,0,-1,'Creased Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21921,15,0,-1,'Carefully Penned Note',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21925,15,0,-1,'Immaculate Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21926,15,0,-1,'Slightly Creased Note',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21927,0,8,-1,'Instant Poison VII',13710,1,2097216,0,1,1500,375,0,8,-1,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26891,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21928,12,0,-1,'Winterspring Blood Sample',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21929,3,5,-1,'Flame Spessarite',35921,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21931,4,0,-1,'Woven Copper Ring',9833,2,524288,0,1,1000,250,11,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (21932,4,0,-1,'Heavy Copper Ring',9833,2,524288,0,1,1000,250,11,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (21933,4,0,-1,'Thick Bronze Necklace',34491,2,0,0,1,3000,750,2,-1,-1,22,17,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (21934,4,0,-1,'Ornate Tigerseye Necklace',9854,2,0,0,1,6000,1500,2,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (21935,12,0,-1,'Stable Ectoplasm',24211,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21936,12,0,-1,'Frozen Ectoplasm',15794,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21937,12,0,-1,'Scorched Ectoplasm',15788,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21938,12,0,-1,'Magma Core',5292,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21939,12,0,-1,'Fel Elemental Rod',20892,1,0,0,1,400000,100000,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fel and Elemental, two great tastes...',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21940,9,10,-1,'Design: Golden Hare',15274,2,64,0,1,5000,1250,0,-1,-1,40,0,755,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Golden Hare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21941,9,10,-1,'Design: Black Pearl Panther',1102,1,64,0,1,5000,1250,0,-1,-1,43,0,755,215,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26875,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Black Pearl Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21942,9,10,-1,'Design: Ruby Crown of Restoration',1102,1,64,0,1,6000,1500,0,-1,-1,45,0,755,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26878,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Ruby Crown of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21943,9,10,-1,'Design: Truesilver Crab',1102,1,64,0,1,6000,1500,0,-1,-1,45,0,755,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26881,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Truesilver Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21944,9,10,-1,'Design: Truesilver Boar',15274,2,64,0,1,7500,1875,0,-1,-1,47,0,755,235,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26882,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Truesilver Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21945,9,10,-1,'Design: The Aquamarine Ward',15274,2,64,0,1,7500,1875,0,-1,-1,49,0,755,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26887,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft The Aquamarine Ward.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21946,12,0,-1,'Ectoplasmic Distiller',34872,1,1024,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27433,0,0,0,0,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21947,9,10,-1,'Design: Gem Studded Band',15274,2,64,0,1,7500,1875,0,-1,-1,50,0,755,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26896,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Gem Studded Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21948,9,10,-1,'Design: Opal Necklace of Impact',1102,1,64,0,1,7500,1875,0,-1,-1,50,0,755,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26897,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Opal Necklace of Impact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21949,9,10,-1,'Design: Ruby Serpent',15274,2,64,0,1,10000,2500,0,-1,-1,52,0,755,260,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26900,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Ruby Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21952,9,10,-1,'Design: Emerald Crown of Destruction',1102,1,64,0,1,10000,2500,0,-1,-1,55,0,755,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Emerald Crown of Destruction.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21953,9,10,-1,'Design: Emerald Owl',15274,2,64,0,1,12500,3125,0,-1,-1,57,0,755,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26909,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Emerald Owl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21954,9,10,-1,'Design: Ring of Bitter Shadows',1102,1,64,0,1,10000,2500,0,-1,-1,57,0,755,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Ring of Bitter Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21955,9,10,-1,'Design: Black Diamond Crab',15274,2,64,0,1,12500,0,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26912,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Black Diamond Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21956,9,10,-1,'Design: Dark Iron Scorpid',15274,2,64,0,1,12500,0,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dark Iron Scorpid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21957,9,10,-1,'Design: Necklace of the Diamond Tower',1102,1,64,0,1,13500,3375,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26915,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Necklace of the Diamond Tower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21960,15,3,-1,'Handmade Woodcraft',13082,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27708,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (21975,15,3,-1,'Pledge of Adoration: Stormwind',34538,1,196612,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21979,15,3,-1,'Gift of Adoration: Darnassus',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21980,15,3,-1,'Gift of Adoration: Ironforge',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21981,15,3,-1,'Gift of Adoration: Stormwind',34538,1,196612,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (21982,12,0,-1,'Ogre Warbeads',32326,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21983,12,0,-1,'Incomplete Banner of Provocation',34874,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21984,12,0,-1,'Left Piece of Lord Valthalak\'s Amulet',34868,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27146,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The evil trapped within this fragment seems to be growing stronger...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21985,12,0,-1,'Sealed Blood Container',30952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21986,12,0,-1,'Banner of Provocation',34874,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27517,0,0,0,600000,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21987,12,0,-1,'Incendicite of Incendius',7148,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This still-smoldering chunk of Lord Incendius will make for an excellent coal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21988,12,0,-1,'Ember of Emberseer',18716,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This one\'s far too hot to touch... better wrap it in something nonflammable!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21989,12,0,-1,'Cinder of Cynders',13688,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This visceral chunk of the Duke burns on, fueled by his hatred for you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21990,0,7,-1,'Netherweave Bandage',39456,1,2097216,0,1,5100,1275,0,-1,-1,64,0,129,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27030,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21991,0,7,-1,'Heavy Netherweave Bandage',39455,1,2097216,0,1,12000,3000,0,-1,-1,70,0,129,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27031,0,-1,-1,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21992,9,7,-1,'Manual: Netherweave Bandage',8117,1,64,0,1,20000,5000,0,-1,-1,64,0,129,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27032,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Netherweave Bandage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21993,9,7,-1,'Manual: Heavy Netherweave Bandage',8117,1,64,0,1,40000,10000,0,-1,-1,70,0,129,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27033,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Netherweave Bandage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (21994,4,4,-1,'Belt of Heroism',34610,3,0,0,1,92033,18406,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,12,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21995,4,4,-1,'Boots of Heroism',34611,4,0,0,1,171384,34276,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,20,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (21996,4,4,-1,'Bracers of Heroism',34612,3,0,0,1,92717,18543,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,14,4,9,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,7515,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (21997,4,4,-1,'Breastplate of Heroism',34617,4,0,0,1,230643,46128,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,7,26,4,21,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,165,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (21998,4,4,-1,'Gauntlets of Heroism',34613,4,0,0,1,116412,23282,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,13,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (21999,4,4,-1,'Helm of Heroism',42240,4,0,0,1,173939,34787,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,32,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22000,4,4,-1,'Legplates of Heroism',34615,3,0,0,1,189563,37912,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,4,25,7,16,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22001,4,4,-1,'Spaulders of Heroism',34616,3,0,0,1,140588,28117,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,18,4,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,511,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22002,4,2,-1,'Darkmantle Belt',34699,3,0,0,1,67320,13464,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,17,7,13,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22003,4,2,-1,'Darkmantle Boots',34684,4,0,0,1,126307,25261,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,27037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22004,4,2,-1,'Darkmantle Bracers',34685,3,0,0,1,69569,13913,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,15,7,7,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22005,4,2,-1,'Darkmantle Cap',34700,4,0,0,1,130510,26102,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,26,7,18,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22006,4,2,-1,'Darkmantle Gloves',34686,4,0,0,1,79015,15803,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,24,4,13,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22007,4,2,-1,'Darkmantle Pants',34687,3,0,0,1,128959,25791,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,15,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22008,4,2,-1,'Darkmantle Spaulders',34688,3,0,0,1,95832,19166,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22009,4,2,-1,'Darkmantle Tunic',34689,4,0,0,1,159854,31970,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,31,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,512,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22010,4,3,-1,'Beastmaster\'s Belt',34646,3,0,0,1,77256,15451,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,16,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22011,4,3,-1,'Beastmaster\'s Bindings',34647,3,0,0,1,77543,15508,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,7,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22012,9,7,-1,'Master First Aid - Doctor in the House',1134,1,64,0,1,50000,12500,0,-1,-1,60,0,129,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27029,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22013,4,3,-1,'Beastmaster\'s Cap',34649,4,0,0,1,146062,29212,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,15,7,21,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,27038,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22014,12,0,-1,'Hallowed Brazier',34867,1,0,0,1,1333333,333333,0,-1,-1,1,0,0,0,0,0,0,529,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22015,4,3,-1,'Beastmaster\'s Gloves',34650,4,0,0,1,98101,19620,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,3,11,7,13,5,11,38,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,27043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22016,4,3,-1,'Beastmaster\'s Mantle',34651,3,0,0,1,119045,23809,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,18,3,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22017,4,3,-1,'Beastmaster\'s Pants',34652,3,0,0,1,160687,32137,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22018,0,5,-1,'Conjured Glacier Water',24570,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22019,0,5,-1,'Conjured Croissant',34497,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33725,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (22020,0,8,-1,'QAEnchant Weapon +15 Agility',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26792,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22023,0,8,-1,'QAEnchant Weapon +20 Spirit',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26743,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22024,0,8,-1,'QAEnchant Weapon Unholy',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27102,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22042,0,8,-1,'QAEnchant Cloak -2% Threat',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27121,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22044,0,0,-1,'Mana Emerald',1262,1,2097152,0,1,0,0,0,-1,-1,68,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27103,0,-3,-1,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340), (22045,15,0,-1,'Test QARaid Uber Ammo Lockbox',9632,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22046,12,0,-1,'Right Piece of Lord Valthalak\'s Amulet',34870,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27738,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This section of the amulet vibrates with a palpable fervor to be rejoined with its sibling pieces.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22047,12,0,-1,'Top Piece of Lord Valthalak\'s Amulet',34871,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27739,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This object feels wrong to the touch, as if an evil within is trying to escape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22048,12,0,-1,'Lord Valthalak\'s Amulet',34869,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27360,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Reunited into its whole form, the amulet pulses strongly with the evil spirit of Lord Valthalak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22049,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27184,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22050,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27190,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22051,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27191,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22052,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27201,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22053,0,8,-1,'Deadly Poison VI',13707,1,2097216,0,1,1000,250,0,8,-1,62,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26967,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22054,0,8,-1,'Deadly Poison VII',13707,1,2097216,0,1,1500,375,0,8,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27186,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22055,0,8,-1,'Wound Poison V',37278,1,2097216,0,1,900,225,0,8,-1,64,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27188,0,-1,-1,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22056,12,0,-1,'Brazier of Beckoning',34865,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27202,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22057,12,0,-1,'Brazier of Invocation',34866,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27203,0,0,0,0,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22058,15,3,-1,'Valentine\'s Day Stationery',34508,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22059,15,0,-1,'Valentine\'s Day Card',34508,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,6,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22060,4,3,-1,'Beastmaster\'s Tunic',34645,4,0,0,1,205076,41015,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,3,17,7,16,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,27225,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,140,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22061,4,3,-1,'Beastmaster\'s Boots',34648,4,0,0,1,155045,31009,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,27206,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,515,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22062,4,1,-1,'Sorcerer\'s Belt',34599,3,0,0,1,55245,11049,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,14,6,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22063,4,1,-1,'Sorcerer\'s Bindings',34601,3,0,0,1,55442,11088,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,5,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22064,4,1,-1,'Sorcerer\'s Boots',34782,4,0,0,1,104000,20800,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,6,10,5,16,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22065,4,1,-1,'Sorcerer\'s Crown',34602,4,0,0,1,104368,20873,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22066,4,1,-1,'Sorcerer\'s Gloves',34600,4,0,0,1,63185,12637,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,6,11,5,15,7,13,31,9,45,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22067,4,1,-1,'Sorcerer\'s Leggings',34598,3,0,0,1,103124,20624,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,6,10,5,22,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22068,4,1,-1,'Sorcerer\'s Mantle',34597,3,0,0,1,78749,15749,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,17,6,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22069,4,1,-1,'Sorcerer\'s Robes',34596,4,0,0,1,131345,26269,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,9,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,517,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22070,4,1,-1,'Deathmist Belt',34620,3,0,0,1,52893,10578,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22071,4,1,-1,'Deathmist Bracers',34621,3,0,0,1,53090,10618,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22072,4,1,-1,'Deathmist Leggings',34622,3,0,0,1,107955,21591,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22073,4,1,-1,'Deathmist Mantle',34623,3,0,0,1,80217,16043,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22074,4,1,-1,'Deathmist Mask',34624,4,0,0,1,100339,20067,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,24,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22075,4,1,-1,'Deathmist Robe',34625,4,0,0,1,134263,26852,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22076,4,1,-1,'Deathmist Sandals',34626,4,0,0,1,101065,20213,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22077,4,1,-1,'Deathmist Wraps',34627,4,0,0,1,67622,13524,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,18,5,14,31,9,45,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,518,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22078,4,1,-1,'Virtuous Belt',34628,3,0,0,1,54457,10891,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,13,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22079,4,1,-1,'Virtuous Bracers',34629,3,0,0,1,54649,10929,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,8,6,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,21360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22080,4,1,-1,'Virtuous Crown',34630,4,0,0,1,102528,20505,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,17,7,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22081,4,1,-1,'Virtuous Gloves',34631,4,0,0,1,68597,13719,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,6,13,5,17,7,15,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22082,4,1,-1,'Virtuous Mantle',34632,3,0,0,1,82860,16572,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,13,6,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22083,4,1,-1,'Virtuous Robe',34633,4,0,0,1,138163,27632,20,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,22,6,12,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22084,4,1,-1,'Virtuous Sandals',34634,4,0,0,1,96668,19333,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,6,12,5,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22085,4,1,-1,'Virtuous Skirt',34635,3,0,0,1,105173,21034,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,514,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22086,4,4,-1,'Soulforge Belt',34520,3,0,0,1,91705,18341,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,11,4,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22087,4,4,-1,'Soulforge Boots',34521,4,0,0,1,170759,34151,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,13,5,12,4,12,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22088,4,4,-1,'Soulforge Bracers',34522,3,0,0,1,92389,18477,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,9,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22089,4,4,-1,'Soulforge Breastplate',34519,4,0,0,1,229831,45966,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,17,5,17,4,16,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,165,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22090,4,4,-1,'Soulforge Gauntlets',34523,4,0,0,1,115992,23198,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,5,11,4,10,7,11,32,15,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22091,4,4,-1,'Soulforge Helm',34524,4,0,0,1,173313,34662,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,7,17,4,16,5,17,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22092,4,4,-1,'Soulforge Legplates',34525,3,0,0,1,188903,37780,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,4,4,16,7,17,5,17,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22093,4,4,-1,'Soulforge Spaulders',34526,3,0,0,1,140100,28020,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,7,11,5,11,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,516,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22094,12,0,-1,'Bloodkelp',34863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Its red juice can leave an indelible stain on your clothing, so be careful.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22095,4,3,-1,'Bindings of The Five Thunders',34691,3,0,0,1,80792,16158,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,9,6,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22096,4,3,-1,'Boots of The Five Thunders',34692,4,0,0,1,152257,30451,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,4,12,7,13,5,12,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22097,4,3,-1,'Coif of The Five Thunders',34693,4,0,0,1,152135,30427,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,5,21,7,22,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,85,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22098,4,3,-1,'Cord of The Five Thunders',34694,3,0,0,1,81670,16334,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,3,5,11,4,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22099,4,3,-1,'Gauntlets of The Five Thunders',34695,4,0,0,1,102150,20430,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,4,10,5,15,7,13,43,6,45,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22100,4,3,-1,'Kilt of The Five Thunders',34696,3,0,0,1,154768,30953,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,4,6,16,5,17,4,10,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22101,4,3,-1,'Pauldrons of The Five Thunders',34697,3,0,0,1,115533,23106,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,4,5,11,7,11,6,10,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22102,4,3,-1,'Vest of The Five Thunders',34698,4,0,0,1,191844,38368,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,4,5,17,6,16,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,519,140,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22103,0,8,-1,'Master Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27235,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (22104,0,8,-1,'Master Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27236,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (22105,0,8,-1,'Master Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27237,0,-1,-1,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (22106,4,2,-1,'Feralheart Belt',34637,3,0,0,1,65118,13023,6,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,5,5,12,6,8,7,9,4,6,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22107,4,2,-1,'Feralheart Boots',34638,4,0,0,1,122191,24438,8,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,6,10,7,13,5,12,4,12,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22108,4,2,-1,'Feralheart Bracers',34641,3,0,0,1,65610,13122,9,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,5,5,12,4,6,3,6,7,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,9395,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22109,4,2,-1,'Feralheart Cowl',34639,4,0,0,1,123099,24619,1,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,5,17,6,16,7,17,4,14,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22110,4,2,-1,'Feralheart Gloves',34640,4,0,0,1,82372,16474,10,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,6,6,11,5,13,3,10,7,11,4,11,45,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',63,0,0,0,0,12340), (22111,4,2,-1,'Feralheart Kilt',34642,3,0,0,1,134418,26883,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,5,5,14,6,14,7,14,4,14,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22112,4,2,-1,'Feralheart Spaulders',34643,3,0,0,1,99883,19976,3,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,5,5,16,7,9,6,8,4,8,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22113,4,2,-1,'Feralheart Vest',34644,4,0,0,1,166569,33313,5,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,5,5,17,6,14,7,17,4,16,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,513,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22114,15,2,-1,'Pink Murloc Egg',59503,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,27241,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22115,12,0,-1,'Extra-Dimensional Ghost Revealer',34873,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27616,0,0,0,0,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22116,0,0,-1,'Master Soulstone',6009,1,66,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27239,0,-1,-1,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22117,15,3,-1,'Pledge of Loyalty: Stormwind',34754,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27702,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22119,15,3,-1,'Pledge of Loyalty: Ironforge',34753,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27704,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22120,15,3,-1,'Pledge of Loyalty: Darnassus',34752,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27710,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22121,15,3,-1,'Pledge of Loyalty: Undercity',34751,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27719,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22122,15,3,-1,'Pledge of Loyalty: Thunder Bluff',34755,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27716,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22123,15,3,-1,'Pledge of Loyalty: Orgrimmar',34751,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27713,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22128,4,0,-1,'Master Firestone (DEPRECATED)',24380,1,2097154,0,1,0,0,28,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27252,1,0,0,0,0,0,27256,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22131,15,3,-1,'Stormwind Gift Collection',34679,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27667,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22132,15,3,-1,'Ironforge Gift Collection',34677,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27667,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22133,15,3,-1,'Darnassus Gift Collection',34676,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27667,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22134,15,3,-1,'Undercity Gift Collection',34682,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22135,15,3,-1,'Thunder Bluff Gift Collection',34681,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22136,15,3,-1,'Orgrimmar Gift Collection',34677,1,66560,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22137,15,0,-1,'Ysida\'s Satchel',20709,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22138,12,0,-1,'Blackrock Bracer',34509,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crudely crafted, mostly from dark iron, these bracers exhibit trace amounts of a shiny metal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22139,12,0,-1,'Ysida\'s Locket',34510,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22140,15,3,-1,'Sentinel\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27709,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22141,15,3,-1,'Ironforge Guard\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27703,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22142,15,3,-1,'Grunt\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27711,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22143,15,3,-1,'Stormwind Guard\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27701,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22144,15,3,-1,'Bluffwatcher\'s Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27715,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22145,15,3,-1,'Guardian\'s Moldy Card',34736,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27718,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22146,9,0,-1,'Book: Gift of the Wild III',1317,3,64,0,1,400000,100000,0,32256,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,26991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Gift of the Wild (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22147,15,1,-1,'Flintweed Seed',7287,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22148,15,1,-1,'Wild Quillvine',7406,1,0,0,1,1500,375,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22149,4,0,-1,'Beads of Ogre Mojo',1399,3,0,0,1,41135,10283,2,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,7,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22150,4,0,-1,'Beads of Ogre Might',1399,3,0,0,1,41135,10283,2,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22153,9,0,-1,'Tome of Arcane Brilliance 2',1103,3,64,0,1,400000,100000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Brilliance (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22154,15,3,-1,'Pledge of Adoration: Ironforge',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22155,15,3,-1,'Pledge of Adoration: Darnassus',34538,1,196612,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22156,15,3,-1,'Pledge of Adoration: Orgrimmar',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22157,15,3,-1,'Pledge of Adoration: Undercity',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22158,15,3,-1,'Pledge of Adoration: Thunder Bluff',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22159,15,3,-1,'Pledge of Friendship: Darnassus',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22160,15,3,-1,'Pledge of Friendship: Ironforge',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22161,15,3,-1,'Pledge of Friendship: Orgrimmar',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22162,15,3,-1,'Pledge of Friendship: Thunder Bluff',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22163,15,3,-1,'Pledge of Friendship: Undercity',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22164,15,3,-1,'Gift of Adoration: Orgrimmar',34538,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22165,15,3,-1,'Gift of Adoration: Thunder Bluff',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22166,15,3,-1,'Gift of Adoration: Undercity',34538,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22167,15,3,-1,'Gift of Friendship: Darnassus',34674,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22168,15,3,-1,'Gift of Friendship: Ironforge',34674,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22169,15,3,-1,'Gift of Friendship: Orgrimmar',34674,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22170,15,3,-1,'Gift of Friendship: Stormwind',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22171,15,3,-1,'Gift of Friendship: Thunder Bluff',34542,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22172,15,3,-1,'Gift of Friendship: Undercity',34542,1,131076,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22173,15,3,-1,'Dwarven Homebrew',18079,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27706,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22174,15,3,-1,'Romantic Poem',34748,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27717,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22175,15,3,-1,'Freshly Baked Pie',6342,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27712,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22176,15,3,-1,'Homemade Bread',21203,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27700,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22177,15,3,-1,'Freshly Picked Flowers',7328,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27714,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22178,15,3,-1,'Pledge of Friendship: Stormwind',34542,1,131076,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22179,9,0,-1,'Grimoire of Firebolt (Rank 8)',1246,1,64,0,1,54000,13500,0,31488,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27487,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22180,9,0,-1,'Grimoire of Blood Pact (Rank 6)',1246,1,64,0,1,26000,6500,0,31488,-1,62,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27488,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22181,9,0,-1,'Grimoire of Fire Shield (Rank 6)',1246,1,64,0,1,36000,9000,0,31488,-1,64,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27489,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22182,9,0,-1,'Grimoire of Torment (Rank 7)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27490,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22183,9,0,-1,'Grimoire of Suffering (Rank 5)',1246,1,64,0,1,32000,8000,0,31488,-1,63,63,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27500,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22184,9,0,-1,'Grimoire of Consume Shadows (Rank 7)',1246,1,64,0,1,44000,11000,0,31488,-1,66,66,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27491,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22185,9,0,-1,'Grimoire of Sacrifice (Rank 7)',1246,1,64,0,1,36000,9000,0,31488,-1,64,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27492,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22186,9,0,-1,'Grimoire of Lash of Pain (Rank 7)',1246,1,64,0,1,54000,13500,0,31488,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27493,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22187,9,0,-1,'Grimoire of Soothing Kiss (Rank 5)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27494,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22188,9,0,-1,'Grimoire of Devour Magic (Rank 5)',1246,1,64,0,1,29000,7250,0,31488,-1,62,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27495,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22189,9,0,-1,'Grimoire of Devour Magic (Rank 6)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27496,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22190,9,0,-1,'Grimoire of Tainted Blood (Rank 5)',1246,1,64,0,1,36000,9000,0,31488,-1,64,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27497,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22191,4,3,-1,'Obsidian Mail Tunic',34515,4,0,0,1,237749,47549,5,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,27518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22192,0,0,-1,'Bloodkelp Elixir of Dodging',15713,1,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27653,0,-1,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22193,0,0,-1,'Bloodkelp Elixir of Resistance',15791,1,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27652,0,-1,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22194,4,3,-1,'Black Grasp of the Destroyer',34516,4,0,0,1,117276,23455,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,27522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22195,4,3,-1,'Light Obsidian Belt',36968,3,0,0,1,86107,17221,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,18676,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22196,4,4,-1,'Thick Obsidian Breastplate',34518,4,0,0,1,282334,56466,5,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,2,4,38,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,27539,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22197,4,4,-1,'Heavy Obsidian Belt',36967,3,0,0,1,94579,18915,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,18676,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22198,4,6,-1,'Jagged Obsidian Shield',34533,4,0,0,1,235942,47188,14,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3040,0,0,0,0,0,0,0,0,0,21473,1,0,0,-1,0,-1,18676,1,0,0,-1,0,-1,27561,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,63,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22200,15,2,-1,'Silver Shafted Arrow',34535,1,65600,0,5,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27662,0,-1,-1,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (22201,12,0,-1,'Reliquary of Purity',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22202,7,7,-1,'Small Obsidian Shard',34543,1,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22203,7,7,-1,'Large Obsidian Shard',20769,1,0,0,1,20000,5000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22204,4,2,-1,'Wristguards of Renown',34549,3,0,0,1,62015,12403,9,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,9,7,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22205,4,4,-1,'Black Steel Bindings',34550,3,0,0,1,74994,14998,9,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,4,10,7,10,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22206,4,0,-1,'Bouquet of Red Roses',34553,2,64,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27571,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22207,4,3,-1,'Sash of the Grand Hunt',34555,3,0,0,1,75239,15047,6,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,4,3,15,7,14,5,6,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22208,2,5,-1,'Lavastone Hammer',34556,3,0,0,1,285396,57079,17,32767,-1,58,53,0,0,0,0,0,0,0,0,1,0,3,7,14,32,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,203,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22209,9,4,-1,'Plans: Heavy Obsidian Belt',1301,1,64,0,1,50000,12500,0,-1,-1,68,0,164,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27585,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Obsidian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22212,4,3,-1,'Golem Fitted Pauldrons',34558,3,0,0,1,93180,18636,3,32767,-1,56,51,0,0,0,0,0,0,0,0,1,0,2,3,13,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22214,9,4,-1,'Plans: Light Obsidian Belt',1301,1,64,0,1,50000,12500,0,-1,-1,68,0,164,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Light Obsidian Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22216,12,0,-1,'Venoxis\'s Venom Sac',5287,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22217,12,0,-1,'Kurinnaxx\'s Venom Sac',5287,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22218,15,3,-1,'Handful of Rose Petals',34561,1,69696,0,5,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27571,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (22219,9,4,-1,'Plans: Jagged Obsidian Shield',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27586,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Jagged Obsidian Shield.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22220,9,4,-1,'Plans: Black Grasp of the Destroyer',6270,3,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27589,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make the Black Grasp of the Destroyer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22221,9,4,-1,'Plans: Obsidian Mail Tunic',1301,1,64,0,1,80000,20000,0,-1,-1,72,0,164,300,0,0,0,609,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Obsidian Mail Tunic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22222,9,4,-1,'Plans: Thick Obsidian Breastplate',6270,3,64,0,1,80000,20000,0,-1,-1,72,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27587,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thick Obsidian Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22223,4,4,-1,'Foreman\'s Head Protector',34564,3,0,0,1,98614,19722,1,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,4,15,7,14,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22224,12,0,-1,'Jeering Spectre\'s Essence',9731,1,2048,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22225,4,1,-1,'Dragonskin Cowl',35922,3,0,0,1,74687,14937,1,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,7,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,3304,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22226,12,0,-1,'Druidical Remains',3233,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The silithid have left little to the corpse of this champion of the Cenarion Circle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22227,12,0,-1,'Starbreeze Village Relic',34572,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This night elvic antiquity has been frozen solid by the Frostmaul giants. Handle with care.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22228,12,0,-1,'Brilliant Sword of Zealotry',34573,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The keenest of edges, meant to indiscriminately cleave through any foe, living or dead.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22229,12,0,-1,'Soul Ashes of the Banished',35024,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These ashen remains of an exiled soul pulse faintly with the echo of a once-promising life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22230,4,1,-1,'Frightmaw Hide',23081,3,0,8192,1,49894,9978,16,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,4,15,50,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22231,4,1,-1,'Kayser\'s Boots of Precision',34593,3,0,0,1,79400,15880,8,32767,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,18,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22232,4,3,-1,'Marksman\'s Girdle',34577,3,0,0,1,72107,14421,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22234,4,1,-1,'Mantle of Lost Hope',34579,3,0,0,1,48568,9713,3,32767,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,11,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22235,15,2,-1,'Truesilver Shafted Arrow',34535,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,27570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Peddlefeet.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22236,0,0,-1,'Buttermilk Delight',34581,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71074,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (22237,0,0,-1,'Dark Desire',34584,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71073,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (22238,0,0,-1,'Very Berry Cream',34582,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71071,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (22239,0,0,-1,'Sweet Surprise',34583,1,65536,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71068,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (22240,4,3,-1,'Greaves of Withering Despair',34585,3,0,0,1,74861,14972,8,32767,-1,53,48,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22241,4,2,-1,'Dark Warder\'s Pauldrons',34590,3,0,0,1,78697,15739,3,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,17,4,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22242,4,3,-1,'Verek\'s Leash',34594,3,0,0,1,59617,11923,6,32767,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,3,8,5,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22243,1,1,-1,'Small Soul Pouch',1281,2,0,0,1,1000,250,18,256,-1,20,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22244,1,1,-1,'Box of Souls',20913,2,0,0,1,4000,1000,18,256,-1,30,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22245,4,1,-1,'Soot Encrusted Footwear',34595,3,0,0,1,61875,12375,8,32767,-1,56,51,0,0,0,0,0,0,0,0,1,0,3,5,9,7,8,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22246,1,3,-1,'Enchanted Mageweave Pouch',34780,2,0,0,1,10000,2500,18,-1,-1,45,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22247,4,1,-1,'Faith Healer\'s Boots',34605,3,0,0,1,80438,16087,8,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,6,12,5,12,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22248,1,3,-1,'Enchanted Runecloth Bag',34796,2,0,0,1,40000,10000,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22249,1,3,-1,'Big Bag of Enchantment',34778,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22250,1,2,-1,'Herb Pouch',34797,2,0,0,1,1000,250,18,-1,-1,20,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22251,1,2,-1,'Cenarion Herb Bag',34779,2,0,0,1,40000,10000,18,-1,-1,55,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22252,1,2,-1,'Satchel of Cenarius',34798,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22253,4,0,-1,'Tome of the Lost',31138,3,0,0,1,137801,34450,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The title reads \"The Brode to Nowhere\"',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22254,2,19,-1,'Wand of Eternal Light',34636,3,0,0,1,153277,30655,26,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,109,1,0,0,0,0,0,0,0,0,0,0,1500,0,100,21624,1,0,0,-1,0,-1,7678,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22255,4,0,-1,'Magma Forged Band',9834,3,524288,0,1,131210,32802,11,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,3,12,4,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22256,4,1,-1,'Mana Shaping Handwraps',30774,3,0,0,1,41184,8236,10,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,11,7,9,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22257,4,0,-1,'Bloodclot Band',31655,3,524288,0,1,144510,36127,11,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,3,5,8,7,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22259,0,0,-1,'Unbestowed Friendship Bracelet',34653,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26899,0,-1,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22260,0,0,-1,'Friendship Bracelet',34653,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These are received from true friends...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22261,15,3,-1,'Love Fool',8928,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27661,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,423,'',0,0,0,0,1,12340), (22262,15,3,-1,'Alliance Gift Collection',34674,1,65536,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Give this collection to Kwee Q. Peddlefeet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22263,15,3,-1,'Horde Gift Collection',34674,1,65536,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Give this collection to Kwee Q. Peddlefeet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22264,15,0,-1,'Carefully Written Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22265,15,0,-1,'Lovingly Composed Letter',34656,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22266,2,15,-1,'Flarethorn',6555,3,0,0,1,219394,43878,13,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,88,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22267,4,1,-1,'Spellweaver\'s Turban',34690,3,0,0,1,80423,16084,1,32767,-1,63,60,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22268,4,0,-1,'Draconic Infused Emblem',23713,3,524352,0,1,265161,66290,12,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27675,0,0,0,75000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22269,4,1,-1,'Shadow Prowler\'s Cloak',24013,3,0,0,1,80998,16199,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,17,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22270,4,4,-1,'Entrenching Boots',34708,3,0,0,1,103775,20755,8,32767,-1,55,50,0,0,0,0,0,0,0,0,1,0,4,4,11,31,8,3,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22271,4,2,-1,'Leggings of Frenzied Magic',34710,3,0,0,1,111644,22328,7,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22272,4,2,-1,'Forest\'s Embrace',34714,3,0,0,1,75761,15152,5,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22273,4,2,-1,'Moonshadow Hood',34715,3,0,8192,1,57042,11408,1,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,7,23,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22274,4,2,-1,'Grizzled Pelt',34717,3,0,0,1,76350,15270,5,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,3,4,17,3,16,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22275,4,2,-1,'Firemoss Boots',6762,3,0,0,1,76917,15383,8,32767,-1,57,52,0,0,0,0,0,0,0,0,1,0,2,5,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22276,4,0,-1,'Lovely Red Dress',34726,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22277,4,0,-1,'Red Dinner Suit',62921,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22278,4,0,-1,'Lovely Blue Dress',34725,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22279,4,0,-1,'Lovely Black Dress',34727,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22280,4,0,-1,'Lovely Purple Dress',34728,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22281,4,0,-1,'Blue Dinner Suit',62919,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22282,4,0,-1,'Purple Dinner Suit',62920,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22283,15,3,-1,'Sack of Homemade Bread',2588,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22284,15,3,-1,'Bundle of Cards',34737,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22285,15,3,-1,'Stormwind Pledge Collection',34738,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22286,15,3,-1,'Ironforge Pledge Collection',34739,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22287,15,3,-1,'Parcel of Cards',34740,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22288,15,3,-1,'Case of Homebrew',11448,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22289,15,3,-1,'Stack of Cards',34741,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27666,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22290,15,3,-1,'Darnassus Pledge Collection',34742,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27666,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22291,15,3,-1,'Box of Woodcrafts',11449,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27666,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22292,15,3,-1,'Box of Fresh Pies',11449,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22293,15,3,-1,'Package of Cards',34745,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22294,15,3,-1,'Orgrimmar Pledge Collection',34746,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22295,15,3,-1,'Satchel of Cards',19595,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22296,15,3,-1,'Basket of Flowers',6524,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22297,15,3,-1,'Thunder Bluff Pledge Collection',34747,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22298,15,3,-1,'Book of Romantic Poems',1143,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27671,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22299,15,3,-1,'Sheaf of Cards',34749,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27671,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22300,15,3,-1,'Undercity Pledge Collection',34750,1,66560,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27671,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (22301,4,1,-1,'Ironweave Robe',34799,3,0,0,1,104919,20983,20,400,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,80,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340), (22302,4,1,-1,'Ironweave Cowl',34781,3,0,0,1,78977,15795,1,400,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,50,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340), (22303,4,1,-1,'Ironweave Pants',34788,3,0,0,1,104269,20853,7,400,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,65,0,0,0,0,0,0,0,0,0,0,0,0,225,130,0,0,0,'',48,0,0,0,0,12340), (22304,4,1,-1,'Ironweave Gloves',34789,3,0,0,1,51612,10322,10,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,30,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340), (22305,4,1,-1,'Ironweave Mantle',34791,3,0,0,1,77690,15538,3,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,50,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340), (22306,4,1,-1,'Ironweave Belt',34790,3,0,0,1,51980,10396,6,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,30,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340), (22307,9,2,-1,'Pattern: Enchanted Mageweave Pouch',811,1,64,0,1,6000,1500,0,-1,-1,45,0,197,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27658,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Enchanted Mageweave Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22308,9,2,-1,'Pattern: Enchanted Runecloth Bag',1102,1,64,0,1,20000,5000,0,-1,-1,55,0,197,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27659,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Enchanted Runecloth Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22309,9,2,-1,'Pattern: Big Bag of Enchantment',15274,2,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27660,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Big Bag of Enchantment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22310,9,2,-1,'Pattern: Cenarion Herb Bag',1102,1,64,0,1,20000,5000,0,-1,-1,55,0,197,275,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Cenarion Herb Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22311,4,1,-1,'Ironweave Boots',34792,3,0,0,1,73794,14758,8,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,40,0,0,0,0,0,0,0,0,0,0,0,0,225,90,0,0,0,'',48,0,0,0,0,12340), (22312,9,2,-1,'Pattern: Satchel of Cenarius',811,1,64,0,1,50000,12500,0,-1,-1,65,0,197,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Satchel of Cenarius.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22313,4,1,-1,'Ironweave Bracers',34793,3,0,0,1,49564,9912,9,400,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,520,30,0,0,0,0,0,0,0,0,0,0,0,0,225,70,0,0,0,'',48,0,0,0,0,12340), (22314,2,6,-1,'Huntsman\'s Harpoon',34794,3,0,0,1,310945,62189,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,226,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22315,2,4,-1,'Hammer of Revitalization',6798,3,0,0,1,249689,49937,21,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9315,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22317,2,13,-1,'Lefty\'s Brass Knuckle',23742,3,0,0,1,251530,50306,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,4,5,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22318,2,2,-1,'Malgen\'s Long Bow',34800,3,0,0,1,189347,37869,15,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,150,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22319,4,0,-1,'Tome of Divine Right',34802,3,0,0,1,154658,38664,23,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,5,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22320,15,0,-1,'Mux\'s Quality Goods',2593,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22321,4,0,-1,'Heart of Wyrmthalak',6006,3,524352,0,1,42158,10539,12,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27656,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22322,2,4,-1,'The Jaw Breaker',5199,3,0,0,1,256170,51234,13,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not edible',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22324,0,5,-1,'Winter Kimchi',26733,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22325,4,2,-1,'Belt of the Trickster',14389,3,0,0,1,60095,12019,6,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,3,22,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22326,4,0,-1,'Amalgam\'s Band',26001,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,0,0,0,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22327,4,0,-1,'Amulet of the Redeemed',9857,3,64,0,1,10140,2535,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,5,9,7,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22328,4,4,-1,'Legplates of Vigilance',21961,3,0,0,1,174902,34980,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,18196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22329,4,0,-1,'Scepter of Interminable Focus',34807,3,0,0,1,137801,34450,23,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22330,4,1,-1,'Shroud of Arcane Mastery',34808,3,0,0,1,73507,14701,16,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,10,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22331,4,0,-1,'Band of the Steadfast Hero',24569,3,524288,0,1,145013,36253,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,4,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22332,2,7,-1,'Blade of Necromancy',34810,3,0,0,1,250267,50053,13,32767,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,80,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,18384,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22333,2,5,-1,'Hammer of Divine Might',2440,3,0,0,1,314016,62803,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,5,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22334,4,0,-1,'Band of Mending',9837,3,524288,0,1,55130,13782,11,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,7,7,5,7,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22335,2,10,-1,'Lord Valthalak\'s Staff of Command',34891,3,0,0,1,320650,64130,17,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,136,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,14798,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22336,4,6,-1,'Draconian Aegis of the Legion',18790,3,0,0,1,164786,32957,14,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2153,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,40,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22337,4,1,-1,'Shroud of Domination',34812,3,0,0,1,77531,15506,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,7,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22338,12,0,-1,'Volcanic Ash',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22339,4,0,-1,'Rune Band of Wizardry',31616,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22340,4,0,-1,'Pendant of Celerity',9852,3,0,0,1,421315,65328,2,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22342,4,1,-1,'Leggings of Torment',24354,3,0,0,1,108029,21605,7,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22343,4,3,-1,'Handguards of Savagery',33154,3,0,0,1,81301,16260,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,10,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22344,15,0,-1,'Brazier of Invocation: User\'s Manual',1588,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Where to find Haunted Loci',2859,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22345,4,9,-1,'Totem of Rebirth',34958,3,0,0,1,73101,14620,28,32767,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27797,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22347,2,18,-1,'Fahrad\'s Reloading Repeater',22929,3,0,0,1,191664,38332,26,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,162,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22348,2,5,-1,'Doomulus Prime',35010,3,0,0,1,320670,64134,17,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,7,22,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,265,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22349,15,0,-1,'Desecrated Breastplate',35307,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22350,15,0,-1,'Desecrated Tunic',35347,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22351,15,0,-1,'Desecrated Robe',35354,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22352,15,0,-1,'Desecrated Legplates',35337,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22353,15,0,-1,'Desecrated Helmet',35336,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22354,15,0,-1,'Desecrated Pauldrons',35338,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22355,15,0,-1,'Desecrated Bracers',35334,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22356,15,0,-1,'Desecrated Waistguard',35340,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22357,15,0,-1,'Desecrated Gauntlets',35335,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22358,15,0,-1,'Desecrated Sabatons',35339,4,0,0,1,0,0,0,9,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22359,15,0,-1,'Desecrated Legguards',35345,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22360,15,0,-1,'Desecrated Headpiece',35344,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22361,15,0,-1,'Desecrated Spaulders',35346,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22362,15,0,-1,'Desecrated Wristguards',35348,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22363,15,0,-1,'Desecrated Girdle',35342,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22364,15,0,-1,'Desecrated Handguards',35343,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22365,15,0,-1,'Desecrated Boots',35341,4,0,0,1,0,0,0,1094,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22366,15,0,-1,'Desecrated Leggings',35353,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22367,15,0,-1,'Desecrated Circlet',35351,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22368,15,0,-1,'Desecrated Shoulderpads',35356,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22369,15,0,-1,'Desecrated Bindings',35350,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22370,15,0,-1,'Desecrated Belt',35349,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22371,15,0,-1,'Desecrated Gloves',35352,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22372,15,0,-1,'Desecrated Sandals',35355,4,0,0,1,0,0,0,400,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22373,12,0,-1,'Wartorn Leather Scrap',35300,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22374,12,0,-1,'Wartorn Chain Scrap',35298,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22375,12,0,-1,'Wartorn Plate Scrap',35301,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22376,12,0,-1,'Wartorn Cloth Scrap',35299,3,32768,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22377,2,15,-1,'The Thunderwood Poker',34849,3,0,0,1,272342,54468,13,-1,-1,65,0,0,0,0,0,0,0,0,1,1,0,2,3,13,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,100,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22378,2,7,-1,'Ravenholdt Slicer',34850,3,0,0,1,273326,54665,13,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22379,2,15,-1,'Shivsprocket\'s Shiv',34859,3,0,0,1,274311,54862,21,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,82,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-1.3,0,0,0,'',48,0,0,0,0,12340), (22380,2,4,-1,'Simone\'s Cultivating Hammer',34860,3,0,0,1,275269,55053,21,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,98,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-1.3,0,0,0,'',48,0,0,0,0,12340), (22381,12,0,-1,'Silithus Venom Sample',2637,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22382,12,0,-1,'Sealed Venom Container',30952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22383,2,7,-1,'Sageblade',36970,4,0,0,1,366118,73223,21,32767,-1,64,59,0,0,0,0,0,0,0,0,1,0,2,7,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,100,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14799,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-5,0,0,0,'',65,0,0,0,0,12340), (22384,2,4,-1,'Persuader',36969,4,0,0,1,362516,72503,13,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22385,4,4,-1,'Titanic Leggings',34890,4,0,0,1,221172,44234,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22386,12,0,-1,'Head of Instructor Razuvious DEP',3486,1,2048,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22387,12,0,-1,'Heart of Anub\'Rekhan',13291,1,2048,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22388,9,4,-1,'Plans: Titanic Leggings',6270,4,64,0,1,60000,15000,0,-1,-1,61,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27829,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Titanic Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22389,9,4,-1,'Plans: Sageblade',6270,4,64,0,1,80000,20000,0,-1,-1,64,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27832,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sageblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22390,9,4,-1,'Plans: Persuader',6270,4,64,0,1,80000,20000,0,-1,-1,63,0,164,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27830,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make the Persuader.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22392,9,8,-1,'Formula: Enchant 2H Weapon - Agility',7798,1,64,0,1,25000,6250,0,-1,-1,58,0,333,290,0,0,0,576,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27837,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase Agility by 25.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22393,9,0,-1,'Codex: Prayer of Shadow Protection',1143,3,64,0,1,59000,14750,0,31248,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27683,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Shadow Protection (Rank 1).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22394,2,10,-1,'Staff of Metanoia',34894,3,0,0,1,323539,64707,17,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,15,7,15,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22395,4,9,-1,'Totem of Rage',34957,3,0,0,1,64867,12973,28,32767,-1,57,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27859,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22396,4,9,-1,'Totem of Life',34956,4,0,0,1,126962,25392,28,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22397,4,8,-1,'Idol of Ferocity',34955,3,0,0,1,65339,13067,28,32767,-1,57,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22398,4,8,-1,'Idol of Rejuvenation',34954,3,0,0,1,78777,15755,28,32767,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22399,4,8,-1,'Idol of Health',34953,4,0,0,1,128332,25666,28,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27846,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22400,4,7,-1,'Libram of Truth',34961,3,0,0,1,66041,13208,28,32767,-1,57,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27850,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (22401,4,7,-1,'Libram of Hope',34960,3,0,0,1,79620,15924,28,32767,-1,62,57,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27848,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22402,4,7,-1,'Libram of Grace',34959,4,0,0,1,129714,25942,28,32767,-1,78,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27847,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22403,4,0,-1,'Diana\'s Pearl Necklace',9858,3,0,0,1,167814,41953,2,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,2,7,8,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22404,2,13,-1,'Willey\'s Back Scratcher',34896,3,0,0,1,264568,52913,21,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22405,4,1,-1,'Mantle of the Scarlet Crusade',34897,3,0,0,1,72077,14415,3,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,11,5,11,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22406,2,10,-1,'Redemption',20384,3,0,0,1,309841,61968,17,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,132,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22407,4,2,-1,'Helm of the New Moon',42208,3,0,0,1,93293,18658,1,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,7,14,5,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22408,2,19,-1,'Ritssyn\'s Wand of Bad Mojo',34899,3,0,0,1,192448,38489,26,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,5,0,0,0,0,0,0,0,0,0,0,1300,0,100,9416,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22409,4,2,-1,'Tunic of the Crescent Moon',34900,3,0,0,1,128778,25755,5,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,14,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22410,4,3,-1,'Gauntlets of Deftness',34901,3,0,0,1,77546,15509,10,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,3,23,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,80,0,0,0,'',48,0,0,0,0,12340), (22411,4,4,-1,'Helm of the Executioner',34902,3,0,0,1,135951,27190,1,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,4,14,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22412,4,1,-1,'Thuzadin Mantle',15014,3,0,0,1,78122,15624,3,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,11,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22413,12,0,-1,'Sin\'dorei Armaments',37078,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22414,12,0,-1,'Antheol\'s Elemental Grimoire',8093,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22416,4,4,-1,'Dreadnaught Breastplate',35049,4,0,0,1,342525,68505,5,1535,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,14249,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22417,4,4,-1,'Dreadnaught Legplates',35051,4,0,0,1,330489,66097,7,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,23,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,0,0,0,0,0,0,0,0,0,21409,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,28325,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22418,4,4,-1,'Dreadnaught Helmet',36730,4,0,0,1,248265,49653,1,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,45,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,21410,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22419,4,4,-1,'Dreadnaught Pauldrons',35177,4,0,0,1,244154,48830,3,1535,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,29,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,28112,1,0,0,-1,0,-1,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22420,4,4,-1,'Dreadnaught Sabatons',35067,4,0,0,1,245030,49006,8,1535,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,4,15,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22421,4,4,-1,'Dreadnaught Gauntlets',35050,4,0,0,1,168576,33715,10,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,27,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,13388,1,0,0,-1,0,-1,21476,1,0,0,-1,0,-1,28112,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22422,4,4,-1,'Dreadnaught Waistguard',35058,4,0,0,1,157208,31441,6,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,20,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,22912,1,0,0,-1,0,-1,21476,1,0,0,-1,0,-1,13388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22423,4,4,-1,'Dreadnaught Bracers',35044,4,0,0,1,157808,31561,9,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,4,14,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,523,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22424,4,4,-1,'Redemption Wristguards',35619,4,0,0,1,158409,31681,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22425,4,4,-1,'Redemption Tunic',35618,4,0,0,1,328919,65783,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22426,4,4,-1,'Redemption Handguards',35615,4,0,0,1,159595,31919,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22427,4,4,-1,'Redemption Legguards',35616,4,0,0,1,318572,63714,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22428,4,4,-1,'Redemption Headpiece',36972,4,0,0,1,239368,47873,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22429,4,4,-1,'Redemption Spaulders',35617,4,0,0,1,235412,47082,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22430,4,4,-1,'Redemption Boots',35613,4,0,0,1,236289,47257,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22431,4,4,-1,'Redemption Girdle',35614,4,0,0,1,162583,32516,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,19,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,528,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22432,12,0,-1,'Devilsaur Barb',34923,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7211,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22433,4,0,-1,'Don Mauricio\'s Band of Domination',24022,3,524288,0,1,61130,15282,11,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,0,0,0,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22434,15,0,-1,'Bloodcap',34936,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22435,15,0,-1,'Gorishi Sting',34925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22436,4,3,-1,'Cryptstalker Tunic',35415,4,0,0,1,293564,58712,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,3,30,7,27,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22437,4,3,-1,'Cryptstalker Legguards',35413,4,0,0,1,283221,56644,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,28,7,26,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22438,4,3,-1,'Cryptstalker Headpiece',35601,4,0,0,1,197903,39580,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,21,7,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22439,4,3,-1,'Cryptstalker Spaulders',35611,4,0,0,1,195545,39109,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,3,20,7,23,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22440,4,3,-1,'Cryptstalker Boots',35409,4,0,0,1,196301,39260,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,19,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22441,4,3,-1,'Cryptstalker Handguards',35411,4,0,0,1,133458,26691,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,16,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22442,4,3,-1,'Cryptstalker Girdle',35410,4,0,0,1,133970,26794,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,16,7,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22443,4,3,-1,'Cryptstalker Wristguards',35416,4,0,0,1,134482,26896,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,3,18,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,530,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22444,15,0,-1,'Putrid Vine',34924,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22445,7,12,-1,'Arcane Dust',39195,1,0,0,1,24000,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22446,7,12,-1,'Greater Planar Essence',39200,2,1024,0,1,120000,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32978,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22447,7,12,-1,'Lesser Planar Essence',39199,2,1024,0,1,40000,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32977,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22448,7,12,-1,'Small Prismatic Shard',39197,3,0,0,1,72000,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22449,7,12,-1,'Large Prismatic Shard',39198,3,0,0,1,72000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22450,7,12,-1,'Void Crystal',39201,4,0,0,1,120000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22451,7,10,-1,'Primal Air',41673,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22452,7,10,-1,'Primal Earth',38617,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22456,7,10,-1,'Primal Shadow',39707,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22457,7,10,-1,'Primal Mana',41677,2,0,0,1,16000,4000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22458,2,10,-1,'Moonshadow Stave',18289,3,0,0,1,189464,37892,17,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,200,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,9346,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (22459,3,8,-1,'Void Sphere',39424,4,0,0,1,120000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,342,-1,0,0,0,0,'',0,0,0,0,0,12340), (22460,3,8,-1,'Prismatic Sphere',40304,3,0,0,1,72000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,341,-1,0,0,0,0,'',0,0,0,0,0,12340), (22461,7,12,-1,'Runed Fel Iron Rod',39728,1,0,0,1,5000,1250,0,-1,-1,61,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,41,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22462,7,12,-1,'Runed Adamantite Rod',39730,2,1088,0,1,128000,32000,0,-1,-1,61,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,62,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22463,7,12,-1,'Runed Eternium Rod',39732,3,1088,0,1,160000,40000,0,-1,-1,61,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,63,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22464,4,3,-1,'Earthshatter Tunic',35752,4,0,0,1,280779,56155,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,26,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22465,4,3,-1,'Earthshatter Legguards',35754,4,0,0,1,270957,54191,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22466,4,3,-1,'Earthshatter Headpiece',42115,4,0,0,1,203986,40797,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,26,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22467,4,3,-1,'Earthshatter Spaulders',35751,4,0,0,1,201512,40302,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,24,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22468,4,3,-1,'Earthshatter Boots',35746,4,0,0,1,202268,40453,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22469,4,3,-1,'Earthshatter Handguards',35748,4,0,0,1,137513,27502,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,21,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22470,4,3,-1,'Earthshatter Girdle',35747,4,0,0,1,141693,28338,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,25,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22471,4,3,-1,'Earthshatter Wristguards',35753,4,0,0,1,142192,28438,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,527,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22472,4,2,-1,'Boots of Ferocity',9653,3,0,0,1,97501,19500,8,-1,-1,61,56,0,0,0,0,0,0,0,0,1,0,3,3,13,7,13,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (22473,12,0,-1,'Antheol\'s Disciplinary Rod',21206,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27907,0,0,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22476,4,2,-1,'Bonescythe Breastplate',35054,4,0,0,1,250923,50184,5,1535,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,15826,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22477,4,2,-1,'Bonescythe Legplates',35065,4,0,0,1,242084,48416,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,32,7,25,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22478,4,2,-1,'Bonescythe Helmet',41849,4,0,0,1,164867,32973,1,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,30,7,29,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22479,4,2,-1,'Bonescythe Pauldrons',35064,4,0,0,1,162182,32436,3,1535,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22480,4,2,-1,'Bonescythe Sabatons',36351,4,0,0,1,162810,32562,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22481,4,2,-1,'Bonescythe Gauntlets',35055,4,0,0,1,111192,22238,10,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22482,4,2,-1,'Bonescythe Waistguard',36349,4,0,0,1,111607,22321,6,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,3,24,7,20,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22483,4,2,-1,'Bonescythe Bracers',35053,4,0,0,1,112034,22406,9,1535,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,3,26,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,524,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22484,15,0,-1,'Necrotic Rune',18021,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22487,12,0,-1,'Aldaron\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22488,4,2,-1,'Dreamwalker Tunic',35159,4,0,0,1,243845,48769,5,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,6,19,5,29,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22489,4,2,-1,'Dreamwalker Legguards',35161,4,0,0,1,235279,47055,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,20,5,26,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22490,4,2,-1,'Dreamwalker Headpiece',35162,4,0,0,1,177082,35416,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,20,5,31,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22491,4,2,-1,'Dreamwalker Spaulders',35160,4,0,0,1,174152,34830,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,12,5,22,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22492,4,2,-1,'Dreamwalker Boots',35173,4,0,0,1,174779,34955,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,5,20,6,14,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22493,4,2,-1,'Dreamwalker Handguards',35167,4,0,0,1,119323,23864,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,16,7,17,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22494,4,2,-1,'Dreamwalker Girdle',35164,4,0,0,1,119750,23950,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,14,5,23,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22495,4,2,-1,'Dreamwalker Wristguards',35158,4,0,0,1,120177,24035,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,521,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22496,4,1,-1,'Frostfire Robe',35523,4,0,0,1,200719,40143,20,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,21,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22497,4,1,-1,'Frostfire Leggings',35522,4,0,0,1,193631,38726,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,26,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22498,4,1,-1,'Frostfire Circlet',36440,4,0,0,1,131880,26376,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22499,4,1,-1,'Frostfire Shoulderpads',35326,4,0,0,1,129732,25946,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22500,4,1,-1,'Frostfire Sandals',35525,4,0,0,1,130234,26046,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22501,4,1,-1,'Frostfire Gloves',35521,4,0,0,1,88935,17787,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,17,5,19,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22502,4,1,-1,'Frostfire Belt',35519,4,0,0,1,91721,18344,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,10,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22503,4,1,-1,'Frostfire Bindings',35677,4,0,0,1,92063,18412,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,25975,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,526,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22504,4,1,-1,'Plagueheart Robe',35185,4,0,0,1,192234,38446,20,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,27,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,28767,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22505,4,1,-1,'Plagueheart Leggings',35184,4,0,0,1,185473,37094,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22506,4,1,-1,'Plagueheart Circlet',35182,4,0,0,1,139617,27923,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22507,4,1,-1,'Plagueheart Shoulderpads',35187,4,0,0,1,137314,27462,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,23727,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22508,4,1,-1,'Plagueheart Sandals',35186,4,0,0,1,137802,27560,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22509,4,1,-1,'Plagueheart Gloves',35183,4,0,0,1,94093,18818,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22510,4,1,-1,'Plagueheart Belt',35179,4,0,0,1,94434,18886,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22511,4,1,-1,'Plagueheart Bindings',35180,4,0,0,1,94776,18955,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,7,23,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,529,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22512,4,1,-1,'Robe of Faith',36354,4,0,0,1,197859,39571,20,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,6,21,5,27,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22513,4,1,-1,'Leggings of Faith',35154,4,0,0,1,190899,38179,7,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,28,5,26,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22514,4,1,-1,'Circlet of Faith',56051,4,0,0,1,143686,28737,1,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,22,5,22,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22515,4,1,-1,'Shoulderpads of Faith',35149,4,0,0,1,141302,28260,3,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,17,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22516,4,1,-1,'Sandals of Faith',35148,4,0,0,1,141790,28358,8,32767,-1,86,60,0,0,0,0,0,0,0,0,1,0,3,6,13,7,19,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22517,4,1,-1,'Gloves of Faith',35145,4,0,0,1,96806,19361,10,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,6,22,5,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22518,4,1,-1,'Belt of Faith',35143,4,0,0,1,90356,18071,6,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,5,23,7,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22519,4,1,-1,'Bindings of Faith',35144,4,0,0,1,90697,18139,9,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,3,7,11,5,15,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,525,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22520,15,0,-1,'The Phylactery of Kel\'Thuzad',31577,4,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9120,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22521,0,8,-1,'Superior Mana Oil',36862,1,64,0,1,6000,1500,0,-1,-1,62,52,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28013,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22522,0,8,-1,'Superior Wizard Oil',47904,1,64,0,1,6000,1500,0,-1,-1,68,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28017,0,-5,-5,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22523,15,0,-1,'Insignia of the Dawn',35274,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22524,15,0,-1,'Insignia of the Crusade',35273,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22525,12,0,-1,'Crypt Fiend Parts',35014,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22526,12,0,-1,'Bone Fragments',13806,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22527,12,0,-1,'Core of Elements',18514,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22528,12,0,-1,'Dark Iron Scraps',22924,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22529,12,0,-1,'Savage Frond',35015,1,0,0,1,800,200,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22530,9,8,-1,'Formula: Enchant Bracer - Major Defense',7798,2,64,0,1,60000,15000,0,-1,-1,64,0,333,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase defense rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22531,9,8,-1,'Formula: Enchant Bracer - Superior Healing',7798,1,64,2,1,60000,15000,0,-1,-1,65,0,333,325,0,0,0,946,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27911,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22532,9,8,-1,'Formula: Enchant Bracer - Restore Mana Prime',7798,2,64,0,1,60000,15000,0,-1,-1,67,0,333,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27913,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to restore 8 mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22533,9,8,-1,'Formula: Enchant Bracer - Fortitude',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase Stamina by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22534,9,8,-1,'Formula: Enchant Bracer - Spellpower',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27917,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22535,9,8,-1,'Formula: Enchant Ring - Striking',7798,1,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27920,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase physical damage by 2. Only the enchanter\'s rings can be enchanted and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22536,9,8,-1,'Formula: Enchant Ring - Spellpower',7798,1,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase spell power by 12. Only the enchanter\'s rings can be enchanted and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22537,9,8,-1,'Formula: Enchant Ring - Healing Power',7798,1,64,0,1,100000,25000,0,-1,-1,74,0,333,370,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27926,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase spell power by 12. Only the enchanter\'s rings can be enchanted and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22538,9,8,-1,'Formula: Enchant Ring - Stats',7798,1,64,0,1,200000,50000,0,-1,-1,75,0,333,375,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a ring to increase all stats by 4. Only the enchanter\'s rings can be enchanted, and enchanting a ring will cause it to become soulbound. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22539,9,8,-1,'Formula: Enchant Shield - Intellect',7798,1,64,0,1,60000,15000,0,-1,-1,65,0,333,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase Intellect by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22540,9,8,-1,'Formula: Enchant Shield - Shield Block',7798,2,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27946,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase block rating by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22541,9,8,-1,'Formula: Enchant Shield - Resistance',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27947,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase all resistances by 5. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22542,9,8,-1,'Formula: Enchant Boots - Vitality',7798,2,64,0,1,40000,10000,0,-1,-1,61,0,333,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to restore 5 health and mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22543,9,8,-1,'Formula: Enchant Boots - Fortitude',7798,2,64,0,1,60000,15000,0,-1,-1,64,0,333,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase Stamina by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22544,9,8,-1,'Formula: Enchant Boots - Dexterity',7798,2,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27951,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase Agility by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22545,9,8,-1,'Formula: Enchant Boots - Surefooted',7798,2,64,0,1,60000,15000,0,-1,-1,74,0,333,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase both hit rating and critical strike rating by 10. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22547,9,8,-1,'Formula: Enchant Chest - Exceptional Stats',7798,1,64,2,1,60000,15000,0,-1,-1,69,0,333,345,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase all stats by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22548,9,8,-1,'Formula: Enchant Cloak - Major Resistance',7798,2,64,0,1,60000,15000,0,-1,-1,66,0,333,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase all resistances by 7. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22549,12,0,-1,'Quartermaster Lymel\'s Bill of Lading',7798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s barely enough room on the page for everything written here. Who\'s going to carry all of this?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22550,12,0,-1,'Quartermaster Lymel\'s Goods',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'re not certain, but it sounded like something inside might have broken.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22551,9,8,-1,'Formula: Enchant Weapon - Major Intellect',7798,2,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27968,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Intellect by 30. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22552,9,8,-1,'Formula: Enchant Weapon - Major Striking',7798,1,64,0,1,60000,15000,0,-1,-1,68,0,333,340,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27967,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase its damage by 7. Requires a level 35 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22553,9,8,-1,'Formula: Enchant Weapon - Potency',7798,2,64,0,1,80000,20000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27972,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase Strength by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22554,9,8,-1,'Formula: Enchant 2H Weapon - Savagery',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase attack power by 70. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22555,9,8,-1,'Formula: Enchant Weapon - Major Spellpower',7798,2,64,0,1,80000,20000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27975,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase spell power by 40. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22556,9,8,-1,'Formula: Enchant 2H Weapon - Major Agility',7798,2,64,0,1,60000,15000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27977,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase Agility by 35. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22557,9,8,-1,'Formula: Enchant Weapon - Battlemaster',7798,2,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to occasionally heal nearby party members for 180 to 300 when attacking in melee. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22558,9,8,-1,'Formula: Enchant Weapon - Spellsurge',7798,2,64,0,1,100000,25000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to make your spells sometimes restore 100 mana to nearby party members. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22559,9,8,-1,'Formula: Enchant Weapon - Mongoose',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27984,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to occasionally increase Agility by 120 and attack speed slightly. Requires a level 35 or higher item. ',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22560,9,8,-1,'Formula: Enchant Weapon - Sunfire',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27981,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase fire and arcane spell power by 50. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22561,9,8,-1,'Formula: Enchant Weapon - Soulfrost',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27982,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase frost and shadow spell power by 54. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22562,9,8,-1,'Formula: Superior Mana Oil',7798,1,64,0,1,50000,12500,0,-1,-1,62,0,333,310,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28016,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Superior Mana Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22563,9,8,-1,'Formula: Superior Wizard Oil',7798,1,64,0,1,70000,17500,0,-1,-1,68,0,333,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28019,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Superior Wizard Oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22565,9,8,-1,'Formula: Large Prismatic Shard',7798,1,64,0,1,60000,15000,0,-1,-1,67,0,333,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to turn Small Prismatic Shards into a Large Prismatic Shard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22566,12,0,-1,'Phantasmal Substance',20614,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange to the touch... tingly, as if there\'s still some energy in it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22567,12,0,-1,'Gargoyle Fragment',4689,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Shattered into a hundred tiny pieces, they don\'t seem quite as menacing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22568,15,0,-1,'Sealed Craftsman\'s Writ',634,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22570,12,0,-1,'Plagued Blood Sample',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22571,1,0,-1,'Courier\'s Bag',8270,1,0,0,1,250,62,18,-1,-1,1,0,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22572,7,10,-1,'Mote of Air',41681,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28100,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22573,7,10,-1,'Mote of Earth',38610,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28101,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22574,7,10,-1,'Mote of Fire',41682,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28102,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22575,7,10,-1,'Mote of Life',41683,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28106,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22576,7,10,-1,'Mote of Mana',41684,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28105,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22577,7,10,-1,'Mote of Shadow',41685,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28104,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22578,7,10,-1,'Mote of Water',41686,1,1024,0,1,1600,400,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28103,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22579,12,0,-1,'Plagued Murloc Spine',6349,1,0,0,1,325,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22580,12,0,-1,'Crystallized Mana Essence',37217,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22583,12,0,-1,'Rathis Tomber\'s Supplies',20775,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Amazingly, between the ghouls and the corrosive slime, it appears undamaged.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22584,0,8,-1,'QAEnchant Cloak +3 Agility',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3231,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22589,2,10,-1,'Atiesh, Greatstaff of the Guardian',35632,5,64,0,1,922791,184558,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,3,7,31,5,32,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,23729,1,0,0,-1,0,-1,28141,1,0,0,-1,0,-1,28142,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,-32.7,0,0,0,'',0,0,0,0,0,12340), (22590,12,0,-1,'Night Elf Plans: An\'daroth',15274,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These contain a detailed map and tactical situation for An\'daroth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22591,12,0,-1,'Night Elf Plans: An\'owyn',6270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These contain a detailed map and tactical situation for An\'owyn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22592,12,0,-1,'Night Elf Plans: Scrying on the Sin\'dorei',1096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These plans talk of using the high elf moon crystals to scry upon the blood elves!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22593,15,0,-1,'Writ of Safe Passage',30953,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22594,12,0,-1,'Night Elf Plans',1102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'All of the plans gathered from Shalandis Isle rolled up together.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22595,15,0,-1,'Call to Arms Announcement',35025,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2872,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22597,12,0,-1,'The Lady\'s Necklace',31603,1,2048,1,1,0,0,0,32767,32767,1,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s an inscription, which reads: To Sylvanas. Love always, Alleria.',0,0,0,9175,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22598,12,0,-1,'Stone of Light',26571,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22599,12,0,-1,'Stone of Flame',24730,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22600,12,0,-1,'Craftsman\'s Writ - Dense Weightstone',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9178,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22601,12,0,-1,'Craftsman\'s Writ - Imperial Plate Chest',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9179,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22602,12,0,-1,'Craftsman\'s Writ - Volcanic Hammer',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9181,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22603,12,0,-1,'Craftsman\'s Writ - Huge Thorium Battleaxe',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9182,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22604,12,0,-1,'Craftsman\'s Writ - Radiant Circlet',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9183,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22605,12,0,-1,'Craftsman\'s Writ - Wicked Leather Headband',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9184,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22606,12,0,-1,'Craftsman\'s Writ - Rugged Armor Kit',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9185,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22607,12,0,-1,'Craftsman\'s Writ - Wicked Leather Belt',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9186,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22608,12,0,-1,'Craftsman\'s Writ - Runic Leather Pants',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9187,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22609,12,0,-1,'Craftsman\'s Writ - Brightcloth Pants',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9188,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22610,12,0,-1,'Craftsman\'s Writ - Runecloth Boots',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9190,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22611,12,0,-1,'Craftsman\'s Writ - Runecloth Bag',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9191,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22612,12,0,-1,'Craftsman\'s Writ - Runecloth Robe',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9194,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22613,12,0,-1,'Craftsman\'s Writ - Goblin Sapper Charge',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9195,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22614,12,0,-1,'Craftsman\'s Writ - Thorium Grenade',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9196,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22615,12,0,-1,'Craftsman\'s Writ - Gnomish Battle Chicken',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9197,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22616,12,0,-1,'Craftsman\'s Writ - Thorium Tube',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9198,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22617,12,0,-1,'Craftsman\'s Writ - Major Mana Potion',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9200,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22618,12,0,-1,'Craftsman\'s Writ - Major Healing Potion',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9202,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22620,12,0,-1,'Craftsman\'s Writ - Greater Arcane Protection Potion',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9201,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22621,12,0,-1,'Craftsman\'s Writ - Potion of Petrification',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9203,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22622,12,0,-1,'Craftsman\'s Writ - Stonescale Eel',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9204,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22623,12,0,-1,'Craftsman\'s Writ - Plated Armorfish',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9205,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22624,12,0,-1,'Craftsman\'s Writ - Lightning Eel',16065,1,0,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the seal of the Argent Dawn.',0,0,0,9206,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22627,12,0,-1,'The Lady\'s Necklace',31603,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s an inscription, which reads: To Sylvanas. Love always, Alleria.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22628,12,0,-1,'Renzithen\'s Restorative Draught',17893,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22629,12,0,-1,'Sealed Sin\'dorei Orders',1096,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This sheaf of papers is rolled and protected with the ambassador\'s seal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22630,2,10,-1,'Atiesh, Greatstaff of the Guardian',35631,5,64,0,1,925791,185158,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,18382,1,0,0,-1,0,-1,28141,1,0,0,-1,0,-1,28143,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,-32.7,0,0,0,'',0,0,0,0,0,12340), (22631,2,10,-1,'Atiesh, Greatstaff of the Guardian',35634,5,64,0,1,864107,172821,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,3,7,28,5,28,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,28144,1,0,0,-1,0,-1,28155,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,-32.7,0,0,0,'',0,0,0,0,0,12340), (22632,2,10,-1,'Atiesh, Greatstaff of the Guardian',35633,5,64,0,1,867372,173474,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,3,7,28,5,28,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,28145,1,0,0,-1,0,-1,28152,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,28148,0,0,0,-1,0,-1,31796,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22633,12,0,-1,'Troll Juju',35057,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Shiny!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22634,12,0,-1,'Underlight Ore',4691,1,0,0,1,0,0,0,32767,32767,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This stuff gives off a faint aura in the dark.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22635,15,0,-1,'Savage Guard',35045,3,64,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28161,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22636,15,0,-1,'Ice Guard',35046,3,64,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28163,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22637,15,0,-1,'Primal Hakkari Idol',32745,3,0,0,1,0,0,0,32767,-1,60,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An ancient evil stirs within...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22638,15,0,-1,'Shadow Guard',35048,3,64,0,1,0,0,0,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28165,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22639,12,0,-1,'Zeb\'Sora Troll Ear',18703,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'At least they string together nicely.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22640,12,0,-1,'Head of Kel\'gash the Wicked',10546,1,2048,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Somehow he doesn\'t seem so wicked now.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22641,12,0,-1,'Rotting Heart',35056,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22642,12,0,-1,'Spinal Dust',36577,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22644,7,8,-1,'Crunchy Spider Leg',35068,1,0,0,1,48,12,0,32767,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (22645,0,5,-1,'Crunchy Spider Surprise',39722,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (22646,4,0,-1,'Master Spellstone (DEPRECATED)',21610,1,2097154,0,1,0,0,28,-1,-1,66,66,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28170,0,0,0,0,1148,180000,32789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22647,9,5,-1,'Recipe: Crunchy Spider Surprise',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28267,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Crunchy Spider Surprise.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22648,15,0,-1,'Hive\'Ashi Dossier',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22649,15,0,-1,'Hive\'Regal Dossier',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22650,15,0,-1,'Hive\'Zora Dossier',33211,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22651,4,4,-1,'Outrider\'s Plate Legguards',35069,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22652,4,1,-1,'Glacial Vest',35302,4,0,0,1,166784,33356,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,40,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22653,12,0,-1,'Dar\'Khan\'s Head',14023,1,2048,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22654,4,1,-1,'Glacial Gloves',35286,4,0,0,1,84020,16804,10,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,30,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22655,4,1,-1,'Glacial Wrists',35283,4,0,0,1,84325,16865,9,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,20,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22656,2,3,-1,'The Purifier',35071,4,0,0,1,248063,49612,26,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22657,4,0,-1,'Amulet of the Dawn',6543,4,0,0,1,134500,33625,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22658,4,1,-1,'Glacial Cloak',35076,4,0,0,1,127901,25580,16,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,24,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22659,4,0,-1,'Medallion of the Dawn',6543,4,0,0,1,134500,33625,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22660,4,1,-1,'Gaea\'s Embrace',35077,3,0,0,1,86069,17213,16,32767,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,20,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22661,4,2,-1,'Polar Tunic',35290,4,0,0,1,215503,43100,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,26,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22662,4,2,-1,'Polar Gloves',35303,4,0,0,1,108144,21628,10,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,18,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,30,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22663,4,2,-1,'Polar Bracers',35287,4,0,0,1,111336,22267,9,1535,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,20,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,20,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22664,4,3,-1,'Icy Scale Breastplate',36436,4,0,0,1,242666,48533,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,40,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22665,4,3,-1,'Icy Scale Bracers',36435,4,0,0,1,121804,24360,9,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,20,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22666,4,3,-1,'Icy Scale Gauntlets',36437,4,0,0,1,122275,24455,10,1535,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,30,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22667,4,1,-1,'Bracers of Hope',35090,4,0,0,1,63948,12789,9,1535,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,6,12,7,10,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22668,4,2,-1,'Bracers of Subterfuge',35091,4,0,0,1,80242,16048,9,1535,-1,60,0,0,0,0,0,0,0,0,0,1,0,3,4,10,7,12,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22669,4,4,-1,'Icebane Breastplate',35276,4,0,0,1,288576,57715,5,32767,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,24,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,42,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22670,4,4,-1,'Icebane Gauntlets',35277,4,0,0,1,145650,29130,10,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,0,0,0,32,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22671,4,4,-1,'Icebane Bracers',35275,4,0,0,1,146203,29240,9,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,2,7,13,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,24,0,0,0,0,0,7518,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22672,4,4,-1,'Sentinel\'s Plate Legguards',35069,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22673,4,3,-1,'Outrider\'s Chain Leggings',35093,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22674,12,0,-1,'Wavefront Medallion',6497,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22675,12,0,-1,'Bundle of Medallions',21913,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28226,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22676,4,3,-1,'Outrider\'s Mail Leggings',35093,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,4,14,5,22,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22677,12,0,-1,'Catlord Claws',35585,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dirty, but sharp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22678,4,0,-1,'Talisman of Ascendance',24730,4,0,0,1,445213,111303,12,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28200,0,0,0,60000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',64,0,0,0,0,12340), (22679,1,0,-1,'Supply Bag',21202,3,4096,0,1,35000,8750,18,-1,-1,60,0,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22680,4,0,-1,'Band of Resolution',3666,3,0,0,1,42837,10709,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13383,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22681,4,0,-1,'Band of Piety',24569,3,0,0,1,42837,10709,11,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22682,7,11,-1,'Frozen Rune',35465,3,0,0,1,80000,20000,0,-1,-1,80,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29432,0,-1,0,-1,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22683,9,2,-1,'Pattern: Gaea\'s Embrace',1301,1,64,0,1,90000,22500,0,-1,-1,70,0,197,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28210,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Gaea\'s Embrace.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22688,2,15,-1,'Verimonde\'s Last Resort',35094,3,0,0,1,260885,52177,21,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,2,7,7,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,76,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-1.8,0,0,0,'',49,0,0,0,0,12340), (22689,4,2,-1,'Sanctified Leather Helm',35095,3,0,0,1,98195,19639,1,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,6,12,7,14,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,18031,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22690,4,3,-1,'Leggings of the Plague Hunter',35096,3,0,0,1,157711,31542,7,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,3,3,20,5,10,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22691,2,8,-1,'Corrupted Ashbringer',35097,4,0,0,1,553155,110631,17,32767,-1,86,60,0,0,0,0,0,0,0,1,1,0,1,7,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,389,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28282,1,0,0,-1,0,-1,28414,2,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,29155,2,0,0,-1,0,-1,1,'Blade of the Scarlet Highlord',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22693,12,0,-1,'Infused Crystal',35098,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28247,0,0,0,60000,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22699,4,4,-1,'Icebane Leggings',35278,4,0,0,1,307317,61463,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,25,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,40,0,0,0,0,0,13384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22700,4,1,-1,'Glacial Leggings',35282,4,0,0,1,176221,35244,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,40,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22701,4,2,-1,'Polar Leggings',35289,4,0,0,1,221061,44212,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,28,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22702,4,3,-1,'Icy Scale Leggings',36438,4,0,0,1,266215,53243,7,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,28,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,505,0,0,0,40,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22706,12,0,-1,'Dar\'Khan\'s Journal',1317,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22707,4,0,-1,'Ramaladni\'s Icy Grasp',31616,4,0,0,1,394641,98660,11,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Inscribed on the band: Ramaladni',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22708,12,0,-1,'Fate of Ramaladni',31616,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Inscribed on the band: Ramaladni',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22709,2,8,-1,'Monster - Sword2H, Corrupted Ashbringer',35112,0,0,8192,1,15,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22710,7,9,-1,'Bloodthistle',18089,1,0,0,1,120,30,0,262143,31232,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28273,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22711,4,1,-1,'Cloak of the Hakkari Worshippers',35114,3,0,0,1,110810,22162,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22712,4,1,-1,'Might of the Tribe',35115,3,0,0,1,83685,16737,16,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22713,2,4,-1,'Zulian Scepter of Rites',35116,3,0,0,1,279973,55994,21,-1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,9,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,143,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9315,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.5,0,0,0,'',49,0,0,0,0,12340), (22714,4,4,-1,'Sacrificial Gauntlets',35118,3,0,0,1,98910,19782,10,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,1,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22715,4,3,-1,'Gloves of the Tormented',35119,3,0,0,1,84597,16919,10,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,7,9,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22716,4,1,-1,'Belt of Untapped Power',35120,3,0,0,1,56602,11320,6,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22717,12,0,-1,'Letter from Silvermoon',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22718,4,2,-1,'Blooddrenched Mask',41850,3,0,0,1,106897,21379,1,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,2,3,22,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,15465,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22719,15,0,-1,'Omarion\'s Handbook',1588,1,0,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9233,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22720,4,1,-1,'Zulian Headdress',35125,3,0,0,1,86123,17224,1,-1,-1,68,60,0,0,0,0,0,0,0,0,1,0,3,5,15,6,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22721,4,0,-1,'Band of Servitude',24022,4,524288,0,1,256120,64030,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,7,8,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22722,4,0,-1,'Seal of the Gurubashi Berserker',30661,4,524288,0,1,256120,64030,11,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22723,12,0,-1,'A Letter from the Keeper of the Rolls',3018,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The indelible mark of the Argent Dawn is pressed clearly into the wax of the seal.',0,0,0,9247,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22725,4,0,-1,'Band of Cenarius',9842,3,0,0,1,155162,38790,11,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22726,15,0,-1,'Splinter of Atiesh',35130,5,33856,0,1,0,0,0,1424,-1,60,60,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28324,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A splinter of Atiesh, Greatstaff of the Guardian.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22727,15,0,-1,'Frame of Atiesh',33566,5,32768,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head and base are missing.',0,0,0,9250,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22728,7,3,-1,'Steam Tonk Controller',44269,1,64,0,1,20000,5000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45440,0,-50,-50,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22729,9,3,-1,'Schematic: Steam Tonk Controller',1301,1,64,0,1,8000,2000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28327,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Steam Tonk Controller.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22730,4,1,-1,'Eyestalk Waist Cord',35138,4,0,0,1,92404,18480,6,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,9,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22731,4,1,-1,'Cloak of the Devoured',35139,4,0,0,1,139105,27821,16,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22732,4,0,-1,'Mark of C\'Thun',34303,4,0,0,1,345774,86443,2,32767,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22733,12,0,-1,'Staff Head of Atiesh',35140,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22734,12,0,-1,'Base of Atiesh',35141,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22735,12,0,-1,'Research Notes',3024,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22736,2,7,-1,'Andonisus, Reaper of Souls',35152,5,229378,0,1,0,0,21,32767,-1,100,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,28347,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This blade is dimensional. It appears to be fading from this plane of existence.',0,0,0,0,0,1,1,0,0,0,0,125,2017,0,0,0,0,0,0,0,0,0,0,0,-1,0,600,0,0,'',0,0,0,0,1,1), (22737,15,0,-1,'Atiesh, Greatstaff of the Guardian',29948,5,64,0,1,0,0,0,32767,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28354,0,0,0,0,1149,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An entity of great evil is imprisoned within the staff.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22739,9,0,-1,'Tome of Polymorph: Turtle',1103,3,64,0,1,59000,14750,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28271,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Polymorph: Turtle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22740,4,2,-1,'Outrider\'s Leather Pants',35157,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22741,4,2,-1,'Outrider\'s Lizardhide Pants',18962,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,5,4,22,3,10,7,22,6,9,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340), (22742,4,1,-1,'Bloodsail Shirt',35169,1,0,0,1,7,1,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22743,0,0,-1,'Bloodsail Sash',4511,1,0,0,1,3,1,6,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22744,4,1,-1,'Bloodsail Boots',19950,1,0,0,1,5,1,8,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22745,4,1,-1,'Bloodsail Pants',36971,1,0,0,1,7,1,7,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22746,15,0,-1,'Buccaneer\'s Uniform',1282,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22747,4,1,-1,'Outrider\'s Silk Leggings',32927,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,23,5,19,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340), (22748,4,3,-1,'Sentinel\'s Chain Leggings',35093,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,35,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22749,4,2,-1,'Sentinel\'s Leather Pants',35157,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,3,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22750,4,2,-1,'Sentinel\'s Lizardhide Pants',18962,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,5,4,22,3,10,7,22,6,9,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,90,0,0,0,'',0,0,0,0,0,12340), (22752,4,1,-1,'Sentinel\'s Silk Leggings',32927,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,1,1,0,3,7,23,5,19,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,100,0,0,0,'',0,0,0,0,0,12340), (22753,4,4,-1,'Sentinel\'s Lamellar Legguards',35175,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22754,12,0,-1,'Eternal Quintessence',17403,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21358,0,0,0,3600000,1149,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22755,12,0,-1,'Blazing Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28451,0,10,0,10000,1157,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22756,4,1,-1,'Sylvan Vest',35207,3,0,0,1,116029,23205,5,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,30,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22757,4,1,-1,'Sylvan Crown',35206,3,0,0,1,87328,17465,1,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,30,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22758,4,1,-1,'Sylvan Shoulders',35209,3,0,0,1,87642,17528,3,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,20,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22759,4,2,-1,'Bramblewood Helm',42883,3,0,0,1,102123,20424,1,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,30,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22760,4,2,-1,'Bramblewood Boots',35214,3,0,0,1,102516,20503,8,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,25,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22761,4,2,-1,'Bramblewood Belt',35213,3,0,0,1,68599,13719,6,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,15,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22762,4,4,-1,'Ironvine Breastplate',35216,3,0,0,1,192812,38562,5,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,30,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22763,4,4,-1,'Ironvine Gloves',35217,3,0,0,1,97326,19465,10,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,20,0,0,0,0,0,0,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22764,4,4,-1,'Ironvine Belt',35219,3,0,0,1,97685,19537,6,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,15,0,0,0,0,0,0,7516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (22766,9,4,-1,'Plans: Ironvine Breastplate',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28461,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ironvine Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22767,9,4,-1,'Plans: Ironvine Gloves',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28462,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ironvine Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22768,9,4,-1,'Plans: Ironvine Belt',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,164,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28463,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ironvine Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22769,9,1,-1,'Pattern: Bramblewood Belt',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,165,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28474,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Bramblewood Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22770,9,1,-1,'Pattern: Bramblewood Boots',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,165,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28473,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bramblewood Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22771,9,1,-1,'Pattern: Bramblewood Helm',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,165,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28472,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Bramblewood Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22772,9,2,-1,'Pattern: Sylvan Shoulders',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,197,300,0,0,0,609,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28482,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Sylvan Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22773,9,2,-1,'Pattern: Sylvan Crown',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,197,300,0,0,0,609,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28481,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Sylvan Crown.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22774,9,2,-1,'Pattern: Sylvan Vest',1301,1,64,0,1,50000,12500,0,-1,-1,70,0,197,300,0,0,0,609,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28480,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Sylvan Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22775,12,0,-1,'Suntouched Special Reserve',18080,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The light passing through the bottle reveals a magical property to the wine.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22776,12,0,-1,'Springpaw Appetizers',2474,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A succulent aroma wafts off of the covered platter.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22777,12,0,-1,'Bundle of Fireworks',34281,1,0,0,1,150,37,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They *look* safe...',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22778,0,0,-1,'Scourgebane Infusion',1288,1,0,0,1,2800,700,0,-1,-1,10,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28488,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22779,0,0,-1,'Scourgebane Draught',2357,1,0,0,1,2800,700,0,-1,-1,10,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28486,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22780,15,2,-1,'White Murloc Egg',18050,3,134250560,139264,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,28487,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22781,15,2,-1,'Polar Bear Collar',35224,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28505,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (22782,4,1,-1,'Sin\'dorei Cloak of Warding',15120,2,0,8192,1,2073,414,16,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22783,2,7,-1,'Sunwell Blade',20014,2,0,0,1,6938,1387,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,28516,0,0,0,600000,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (22784,4,0,-1,'Sunwell Orb',28464,2,0,0,1,3210,802,23,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28516,0,0,0,600000,1139,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (22785,7,9,-1,'Felweed',37663,1,536870912,0,1,2000,500,0,-1,-1,60,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22786,7,9,-1,'Dreaming Glory',37877,1,536870912,0,1,2000,500,0,-1,-1,60,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22787,7,9,-1,'Ragveil',37393,1,536870912,0,1,2400,600,0,-1,-1,65,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22788,7,9,-1,'Flame Cap',37662,1,64,0,1,3000,750,0,-1,-1,67,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28714,0,-1,-1,0,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22789,7,9,-1,'Terocone',37661,1,536870912,0,1,2000,500,0,-1,-1,60,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22790,7,9,-1,'Ancient Lichen',44296,1,536870912,0,1,3000,750,0,-1,-1,68,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (22791,7,9,-1,'Netherbloom',37412,1,536870912,0,1,4000,1000,0,-1,-1,70,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22792,7,9,-1,'Nightmare Vine',37394,1,536870912,0,1,5000,1250,0,-1,-1,70,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22793,7,9,-1,'Mana Thistle',37413,1,536870912,0,1,6000,1500,0,-1,-1,70,0,773,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22794,7,9,-1,'Fel Lotus',38652,2,0,0,1,30000,7500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22795,0,0,-1,'Fel Blossom',37665,1,0,0,1,0,0,0,-1,-1,65,60,182,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28527,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22796,12,0,-1,'Apothecary\'s Poison',15742,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29517,0,-3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22797,7,9,-1,'Nightmare Seed',37414,1,0,0,1,5000,1250,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28726,0,-1,-1,-1,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22798,2,5,-1,'Might of Menethil',35239,4,0,0,1,557292,111458,17,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,2,7,46,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,435,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22799,2,10,-1,'Soulseeker',35240,4,0,0,1,559447,111889,17,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,265,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,28792,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,28799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-31.5,0,0,0,'',65,0,0,0,0,12340), (22800,2,10,-1,'Brimstone Staff',35241,4,0,0,1,528092,105618,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,31,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,251,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,23729,1,0,0,-1,0,-1,28841,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-23.9,0,0,0,'',65,0,0,0,0,12340), (22801,2,10,-1,'Spire of Twilight',35242,4,0,0,1,530119,106023,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,30,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,251,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,21632,1,0,0,-1,0,-1,28736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,-23.9,0,0,0,'',65,0,0,0,0,12340), (22802,2,15,-1,'Kingsfall',35819,4,524288,0,1,452684,90536,13,32767,-1,89,60,0,0,0,0,0,0,0,0,1,0,1,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,158,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22803,2,15,-1,'Midnight Haze',35244,4,0,0,1,418256,83651,21,32767,-1,81,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,109,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-21.3,0,0,0,'',65,0,0,0,0,12340), (22804,2,15,-1,'Maexxna\'s Fang',35709,4,524288,0,1,428915,85783,13,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,141,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14089,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22805,2,7,-1,'Naxxramas Sword 1H 1 [PH]',35247,4,0,8192,1,403216,80643,13,-1,-1,77,60,0,0,0,0,0,0,0,1,1,0,0,3,14,4,14,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22806,2,7,-1,'Widow\'s Remorse',35247,4,524288,0,1,422974,84594,13,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,100,0,0,0,0,0,0,1600,0,0,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22807,2,7,-1,'Wraith Blade',36371,4,0,0,1,433735,86747,21,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,2,7,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,110,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28693,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-23.9,0,0,0,'',65,0,0,0,0,12340), (22808,2,4,-1,'The Castigator',35250,4,524288,0,1,446969,89393,13,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,221,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22809,2,5,-1,'Maul of the Redeemed Crusader',36518,4,0,0,1,560738,112147,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,24,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,367,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,21629,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22810,2,3,-1,'Toxin Injector',35370,4,0,0,1,330484,66096,26,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,153,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22811,2,2,-1,'Soulstring',35870,4,0,0,1,338842,67768,15,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,229,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,7597,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22812,2,18,-1,'Nerubian Slavemaker',35253,4,0,0,1,361637,72327,26,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,14027,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22813,2,8,-1,'Claymore of Unholy Might',35255,4,0,0,1,556706,111341,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,354,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22814,2,8,-1,'Naxxramas Sword 2H 2 [PH]',35256,4,0,8192,1,558690,111738,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,7,33,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22815,2,1,-1,'Severance',35371,4,0,0,1,560673,112134,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,354,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22816,2,0,-1,'Hatchet of Sundered Bone',35258,4,524288,0,1,459852,91970,13,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,221,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14089,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22817,2,6,-1,'Naxxramas Polearm [PH]',35259,4,0,8192,1,488836,97767,17,32767,-1,77,60,0,0,0,0,0,0,0,0,1,0,0,3,41,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22818,4,6,-1,'The Plague Bearer',35577,4,0,0,1,268280,53656,14,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570,0,0,0,15,0,0,0,0,0,18369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,78,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22819,4,6,-1,'Shield of Condemnation',35573,4,0,0,1,294952,58990,14,-1,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3936,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,90,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22820,2,19,-1,'Wand of Fates',35262,4,0,0,1,316822,63364,26,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,222,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9417,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22821,2,19,-1,'Doomfinger',35263,4,0,0,1,348274,69654,26,-1,-1,92,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,271,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18384,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (22822,12,0,-1,'iCoke Prize Voucher',811,1,0,0,1,0,0,0,2047,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,5,'Return to the iCoke redemption vendor to receive a virtual prize',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22823,0,2,-1,'Elixir of Camouflage',37865,1,0,0,1,10000,2500,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28489,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22824,0,2,-1,'Elixir of Major Strength',37842,1,0,0,1,10000,2500,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28490,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22825,0,2,-1,'Elixir of Healing Power',37863,1,0,0,1,10000,2500,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28491,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22826,0,1,-1,'Sneaking Potion',37855,1,0,0,1,10000,2500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28492,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22827,0,2,-1,'Elixir of Major Frost Power',37848,1,0,0,1,10000,2500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28493,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22828,0,1,-1,'Insane Strength Potion',37859,1,0,0,1,10000,2500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28494,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22829,0,1,-1,'Super Healing Potion',37807,1,0,0,1,20000,5000,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22830,0,2,-1,'Elixir of the Searching Eye',37860,1,0,0,1,16000,4000,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28496,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22831,0,2,-1,'Elixir of Major Agility',37812,1,0,0,1,16000,4000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54494,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22832,0,1,-1,'Super Mana Potion',37808,1,0,0,1,20000,5000,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22833,0,2,-1,'Elixir of Major Firepower',37844,1,0,0,1,10000,2500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28501,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22834,0,2,-1,'Elixir of Major Defense',37849,1,0,0,1,16000,4000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28502,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22835,0,2,-1,'Elixir of Major Shadow Power',37846,1,0,0,1,24000,6000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28503,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22836,0,1,-1,'Major Dreamless Sleep Potion',37845,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28504,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22837,0,1,-1,'Heroic Potion',37858,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28506,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22838,0,1,-1,'Haste Potion',37857,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28507,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22839,0,1,-1,'Destruction Potion',37856,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28508,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22840,0,2,-1,'Elixir of Major Mageblood',37862,1,0,0,1,24000,6000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28509,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22841,0,1,-1,'Major Fire Protection Potion',37815,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28511,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22842,0,1,-1,'Major Frost Protection Potion',37814,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28512,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22843,4,3,-1,'Blood Guard\'s Chain Greaves',31181,3,36864,1,1,0,0,8,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,19,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22844,0,1,-1,'Major Nature Protection Potion',37812,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28513,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22845,0,1,-1,'Major Arcane Protection Potion',37816,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28536,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22846,0,1,-1,'Major Shadow Protection Potion',37810,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28537,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22847,0,1,-1,'Major Holy Protection Potion',37813,1,0,0,1,20000,5000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28538,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22848,0,2,-1,'Elixir of Empowerment',37861,1,0,0,1,28000,7000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28514,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22849,0,1,-1,'Ironshield Potion',37847,1,0,0,1,28000,7000,0,-1,-1,73,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28515,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22850,0,1,-1,'Super Rejuvenation Potion',37809,1,0,0,1,28000,7000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28517,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22851,0,3,-1,'Flask of Fortification',37850,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28518,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22852,4,2,-1,'Blood Guard\'s Dragonhide Treads',27263,3,36864,1,1,0,0,8,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,5,7,13,4,13,5,6,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22853,0,3,-1,'Flask of Mighty Restoration',37851,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28519,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22854,0,3,-1,'Flask of Relentless Assault',37852,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28520,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22855,4,1,-1,'Blood Guard\'s Dreadweave Walkers',31026,3,36864,1,1,0,0,8,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22856,4,2,-1,'Blood Guard\'s Leather Walkers',31035,3,36864,1,1,0,0,8,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (22857,4,3,-1,'Blood Guard\'s Mail Greaves',31183,3,36864,1,1,0,0,8,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,12,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,22801,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22858,4,4,-1,'Blood Guard\'s Plate Greaves',31050,3,36864,1,1,0,0,8,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,23,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22859,4,1,-1,'Blood Guard\'s Satin Walkers',31027,3,36864,1,1,0,0,8,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22860,4,1,-1,'Blood Guard\'s Silk Walkers',31097,3,36864,1,1,0,0,8,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (22861,0,3,-1,'Flask of Blinding Light',37853,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28521,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22862,4,3,-1,'Blood Guard\'s Chain Vices',31182,3,36864,1,1,0,0,10,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,28539,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22863,4,2,-1,'Blood Guard\'s Dragonhide Grips',27265,3,36864,1,1,0,0,10,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,4,4,13,3,10,7,12,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22864,4,2,-1,'Blood Guard\'s Leather Grips',31036,3,36864,1,1,0,0,10,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (22865,4,1,-1,'Blood Guard\'s Dreadweave Handwraps',27256,3,36864,1,1,0,0,10,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22866,0,3,-1,'Flask of Pure Death',37854,1,0,0,1,20000,5000,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28540,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22867,4,3,-1,'Blood Guard\'s Mail Vices',27279,3,36864,1,1,0,0,10,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22868,4,4,-1,'Blood Guard\'s Plate Gauntlets',31051,3,36864,1,1,0,0,10,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,4,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22869,4,1,-1,'Blood Guard\'s Satin Handwraps',31028,3,36864,1,1,0,0,10,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (22870,4,1,-1,'Blood Guard\'s Silk Handwraps',31098,3,36864,1,1,0,0,10,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (22871,0,1,-1,'Shrouding Potion',44302,1,0,0,1,20000,5000,0,-1,-1,67,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28548,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22872,4,4,-1,'Legionnaire\'s Plate Hauberk',27274,3,36864,1,1,0,0,5,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,23,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22873,4,4,-1,'Legionnaire\'s Plate Leggings',31052,3,36864,1,1,0,0,7,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22874,4,3,-1,'Legionnaire\'s Chain Hauberk',31048,3,36864,1,1,0,0,5,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22875,4,3,-1,'Legionnaire\'s Chain Legguards',30367,3,36864,1,1,0,0,7,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22876,4,3,-1,'Legionnaire\'s Mail Hauberk',31185,3,36864,1,1,0,0,5,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22877,4,2,-1,'Legionnaire\'s Dragonhide Chestpiece',31037,3,36864,1,1,0,0,5,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,4,7,13,4,13,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (22878,4,2,-1,'Legionnaire\'s Dragonhide Leggings',27267,3,36864,1,1,0,0,7,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,12,7,12,6,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (22879,4,2,-1,'Legionnaire\'s Leather Chestpiece',31039,3,36864,1,1,0,0,5,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22880,4,2,-1,'Legionnaire\'s Leather Legguards',31040,3,36864,1,1,0,0,7,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22881,4,1,-1,'Legionnaire\'s Dreadweave Legguards',31032,3,36864,1,1,0,0,7,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22882,4,1,-1,'Legionnaire\'s Satin Legguards',31033,3,36864,1,1,0,0,7,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22883,4,1,-1,'Legionnaire\'s Silk Legguards',26144,3,36864,1,1,0,0,7,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22884,4,1,-1,'Legionnaire\'s Dreadweave Tunic',27260,3,36864,1,1,0,0,20,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22885,4,1,-1,'Legionnaire\'s Satin Tunic',30351,3,36864,1,1,0,0,20,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,39547,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22886,4,1,-1,'Legionnaire\'s Silk Tunic',31102,3,36864,1,1,0,0,20,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (22887,4,3,-1,'Legionnaire\'s Mail Legguards',31186,3,36864,1,1,0,0,7,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22888,12,0,-1,'Azure Watch Gift Voucher',18499,1,0,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9278,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22889,12,0,-1,'Vial of Moth Blood',15773,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'One extraction is more than enough to replenish a healing crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22890,9,0,-1,'Tome of Frost Ward V',1103,3,64,0,1,40000,10000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Frost Ward (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22891,9,0,-1,'Grimoire of Shadow Ward IV',1103,3,64,0,1,40000,10000,0,31488,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28610,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Shadow Ward (Rank 4).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22892,12,0,-1,'Dim Necrotic Stone',7122,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22893,12,0,-1,'Luzran\'s Head',35267,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22894,12,0,-1,'Knucklerot\'s Head',35268,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22895,0,5,-1,'Conjured Cinnamon Roll',35639,1,2097154,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29073,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (22896,12,0,-1,'Healing Crystal',20784,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28624,0,-4,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (22897,9,0,-1,'Tome of Conjure Food VII',1103,3,32832,0,1,40000,10000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28612,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Food (Rank 7).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22899,12,0,-1,'Etched Crystal',2516,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2875,0,4,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (22900,9,6,-1,'Recipe: Elixir of Camouflage',1102,1,64,0,1,30000,7500,0,32767,-1,61,0,171,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28543,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Camouflage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22901,9,6,-1,'Recipe: Sneaking Potion',1102,1,64,0,1,30000,7500,0,32767,-1,63,0,171,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sneaking Potion',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22902,9,6,-1,'Recipe: Elixir of Major Frost Power',1102,1,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Major Frost Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22903,9,6,-1,'Recipe: Insane Strength Potion',15274,2,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28550,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Insane Strength Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22904,9,6,-1,'Recipe: Elixir of the Searching Eye',15274,2,64,0,1,40000,10000,0,32767,-1,65,0,171,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of the Searching Eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22905,9,6,-1,'Recipe: Elixir of Major Agility',1102,1,64,2,1,50000,12500,0,32767,-1,66,0,171,330,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Agility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22906,9,6,-1,'Recipe: Shrouding Potion',15274,2,4160,0,1,0,0,0,32767,-1,67,0,171,335,0,0,0,970,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shrouding Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22907,9,6,-1,'Recipe: Super Mana Potion',1102,1,64,0,1,50000,12500,0,32767,-1,68,0,171,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Super Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22908,9,6,-1,'Recipe: Elixir of Major Firepower',15274,2,64,0,1,60000,15000,0,32767,-1,69,0,171,345,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Firepower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22909,9,6,-1,'Recipe: Elixir of Major Defense',1102,1,64,0,1,50000,12500,0,32767,-1,69,0,171,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Major Defense.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22910,9,6,-1,'Recipe: Elixir of Major Shadow Power',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Shadow Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22911,9,6,-1,'Recipe: Major Dreamless Sleep Potion',1102,1,64,0,1,50000,12500,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Major Dreamless Sleep Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22912,9,6,-1,'Recipe: Heroic Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heroic Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22913,9,6,-1,'Recipe: Haste Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Haste Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22914,9,6,-1,'Recipe: Destruction Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28565,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Destruction Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22915,9,6,-1,'Recipe: Transmute Primal Air to Fire',15274,2,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Air into Primal Fire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22916,9,6,-1,'Recipe: Transmute Primal Earth to Water',15274,2,4160,0,1,0,0,0,-1,-1,70,0,171,350,0,0,0,970,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Earth into Primal Water.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22917,9,6,-1,'Recipe: Transmute Primal Fire to Earth',15274,2,64,1,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,941,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Fire into Primal Earth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22918,9,6,-1,'Recipe: Transmute Primal Water to Air',15274,2,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Water into Air.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22919,9,6,-1,'Recipe: Elixir of Major Mageblood',15274,2,64,0,1,100000,25000,0,32767,-1,71,0,171,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Major Mageblood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22920,9,6,-1,'Recipe: Major Fire Protection Potion',15274,2,64,0,1,60000,15000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Fire Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22921,9,6,-1,'Recipe: Major Frost Protection Potion',15274,2,64,0,1,60000,15000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Frost Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22922,9,6,-1,'Recipe: Major Nature Protection Potion',15274,1,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Nature Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22923,9,6,-1,'Recipe: Major Arcane Protection Potion',15274,2,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28575,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Arcane Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22924,9,6,-1,'Recipe: Major Shadow Protection Potion',15274,2,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Shadow Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22925,9,6,-1,'Recipe: Major Holy Protection Potion',15274,2,64,0,1,100000,25000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28577,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Major Holy Protection Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22926,9,6,-1,'Recipe: Elixir of Empowerment',15274,2,64,0,1,100000,25000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Elixir of Empowerment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22927,9,6,-1,'Recipe: Ironshield Potion',15274,2,64,0,1,60000,15000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28579,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Ironshield Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22930,12,0,-1,'A Bloodstained Envelope',3033,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2878,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22932,12,0,-1,'A Torn Letter',3032,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2880,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22934,12,0,-1,'Lasher Sample',34863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like it\'s in good condition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22935,4,0,-1,'Touch of Frost',19763,4,0,0,1,353421,88355,2,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22936,4,4,-1,'Wristguards of Vengeance',35310,4,0,0,1,154479,30895,9,1535,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,4,24,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22937,4,0,-1,'Gem of Nerubis',35817,4,0,0,1,290604,72651,23,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25975,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22938,4,1,-1,'Cryptfiend Silk Cloak',35312,4,0,0,1,132618,26523,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,13385,1,0,0,-1,0,-1,13669,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,140,0,0,0,'',65,0,0,0,0,12340), (22939,4,0,-1,'Band of Unanswered Prayers',35313,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,5,11,7,11,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22940,4,4,-1,'Icebane Pauldrons',35324,4,0,0,1,233339,46667,3,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,797,0,0,0,33,0,0,0,0,0,13385,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22941,4,2,-1,'Polar Shoulder Pads',35325,4,0,0,1,167580,33516,3,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,33,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22942,2,4,-1,'The Widow\'s Embrace',35642,4,0,0,1,439016,87803,21,32767,-1,81,60,0,0,0,0,0,0,0,1,1,0,3,5,12,7,12,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,116,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-21.3,0,0,0,'',65,0,0,0,0,12340), (22943,4,0,-1,'Malice Stone Pendant',35358,4,0,0,1,411111,102777,2,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22944,12,0,-1,'A Crumpled Missive',3029,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2881,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22945,12,0,-1,'A Careworn Note',13430,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2882,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22946,12,0,-1,'A Ragged Page',7695,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2883,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22947,4,0,-1,'Pendant of Forgotten Names',35359,4,0,0,1,353421,88355,2,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,6,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22948,12,0,-1,'A Smudged Document',7629,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2884,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22949,12,0,-1,'Cracked Necrotic Crystal',18021,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22950,12,0,-1,'Faint Necrotic Crystal',6006,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22951,4,2,-1,'Springpaw Hide Leggings',9975,1,0,0,1,136,27,7,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22952,4,1,-1,'Springpaw Hide Cloak',23130,1,0,0,1,84,16,16,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22953,4,3,-1,'Fur Lined Chain Shirt',2967,1,0,0,1,169,33,5,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22954,4,0,-1,'Kiss of the Spider',35361,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,32,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,28866,0,0,0,120000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22955,12,0,-1,'Neutralizing Agent',35404,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28700,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22956,2,4,-1,'Rusty Mace',36924,1,0,0,1,285,57,13,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22957,2,7,-1,'Rusty Sin\'dorei Sword',1544,1,0,0,1,286,57,21,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22958,2,8,-1,'Farstrider Sword',20084,1,0,0,1,914,182,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,23,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22959,2,10,-1,'Smooth Metal Staff',35363,1,0,0,1,918,183,17,262143,32767,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22960,4,1,-1,'Cloak of Suturing',35366,4,0,0,1,133565,26713,16,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,6,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22961,4,0,-1,'Band of Reanimation',35367,4,524288,0,1,454568,113642,11,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22962,12,0,-1,'Inoculating Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29528,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22963,2,15,-1,'Ranger\'s Pocketknife',3006,1,0,0,1,745,149,13,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,9,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22964,4,3,-1,'Sunsail Bracers',9644,1,0,0,1,123,24,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22965,4,2,-1,'Longshoreman\'s Bindings',3708,1,0,0,1,103,20,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22966,4,1,-1,'Silk Wristbands',16906,1,0,0,1,82,16,9,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22967,4,3,-1,'Icy Scale Spaulders',36434,4,0,0,1,206348,41269,3,-1,-1,83,0,0,0,0,0,0,0,0,0,1,0,1,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,33,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22968,4,1,-1,'Glacial Mantle',35369,4,0,0,1,127754,25550,3,-1,-1,83,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,33,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22969,2,2,-1,'Ven\'jashi\'s Bow',7603,2,0,0,1,1150,230,15,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (22970,12,0,-1,'A Bloodstained Envelope',3033,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9301,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22971,2,19,-1,'Hoodoo Wand',28159,2,0,0,1,1158,231,26,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (22972,12,0,-1,'A Careworn Note',13430,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9299,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22973,12,0,-1,'A Crumpled Missive',3029,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9302,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22974,12,0,-1,'A Ragged Page',7695,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9300,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22975,12,0,-1,'A Smudged Document',7629,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9304,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22976,1,0,-1,'Magister\'s Pouch',2586,1,0,0,1,1000,250,18,-1,-1,1,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22977,12,0,-1,'A Torn Letter',3032,1,0,0,1,0,0,0,32767,-1,45,45,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9295,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22978,12,0,-1,'Emitter Spare Part',9345,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like it\'s still in working order.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22979,4,0,-1,'Slayer\'s Band',6011,2,0,0,1,1615,403,11,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,7,3,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (22980,2,10,-1,'Staff of the Sun',44339,3,0,0,1,12467,2493,17,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,6,4,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,66,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (22981,4,0,-1,'Gluth\'s Missing Collar',35373,4,0,0,1,515451,128862,2,-1,-1,83,60,0,0,0,0,0,0,0,1,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21477,1,0,0,-1,0,-1,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22982,2,2,-1,'Farstrider\'s Longbow',20674,3,0,0,1,7535,1507,15,262143,-1,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,1700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (22983,4,1,-1,'Rime Covered Mantle',36424,4,0,0,1,134997,26999,3,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,12,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22984,2,15,-1,'Dawnblade',35390,3,0,0,1,9395,1879,13,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (22985,4,3,-1,'Suncrown Hauberk',33322,2,32768,0,1,2038,407,5,-1,-1,15,10,0,0,0,0,0,922,6,0,1,0,1,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22986,4,1,-1,'Apothecary\'s Robe',12718,2,32768,0,1,1364,272,20,-1,-1,15,10,0,0,0,0,0,922,6,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22987,4,2,-1,'Deathstalker\'s Vest',36996,2,32768,0,1,1712,342,5,-1,-1,15,10,0,0,0,0,0,922,6,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22988,2,4,-1,'The End of Dreams',35710,4,0,0,1,425804,85160,21,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,2,5,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,121,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,28693,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-21.8,0,0,0,'',65,0,0,0,0,12340), (22990,4,1,-1,'Tranquillien Champion\'s Cloak',35378,3,32768,0,1,2883,576,16,-1,-1,21,16,0,0,0,0,0,922,7,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22991,4,1,-1,'Apprentice Boots',35380,2,32768,0,1,1042,208,8,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,5,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22992,4,2,-1,'Bogwalker Boots',35381,2,32768,0,1,1308,261,8,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,3,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22993,4,3,-1,'Volunteer\'s Greaves',35399,2,32768,0,1,1582,316,8,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,4,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (22994,4,0,-1,'Digested Hand of Power',35383,4,0,0,1,365411,91352,23,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (22995,2,8,-1,'Sin\'dorei Warblade',35392,3,0,0,1,12240,2448,17,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,7,4,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,75,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (22996,4,6,-1,'Reforged Quel\'dorei Crest',41470,2,0,0,1,4558,911,14,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (22997,2,19,-1,'Ley-Keeper\'s Wand',20903,2,0,0,1,5361,1072,26,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,28,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (22998,4,2,-1,'Ghostclaw Leggings',35395,2,0,0,1,3587,717,7,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (22999,4,0,-1,'Tabard of the Argent Dawn',35396,1,4096,0,1,0,0,19,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23000,4,4,-1,'Plated Abomination Ribcage',35398,4,0,0,1,318181,63636,5,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,4,45,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23001,4,0,-1,'Eye of Diminution',35400,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18382,1,0,0,-1,0,-1,28862,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23002,15,2,-1,'Turtle Box',35406,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23003,12,0,-1,'Blood Elf Plans',35402,1,0,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2906,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23004,4,8,-1,'Idol of Longevity',34953,4,0,0,1,125795,25159,28,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28847,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23005,4,9,-1,'Totem of Flowing Water',34956,4,0,0,1,126268,25253,28,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28849,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23006,4,7,-1,'Libram of Light',34959,4,0,0,1,126755,25351,28,32767,-1,83,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23007,15,2,-1,'Piglet\'s Collar',35405,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23008,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2885,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23009,2,19,-1,'Wand of the Whispering Dead',35262,4,0,0,1,320503,64100,26,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,10,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,222,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23010,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2886,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23011,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2887,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23012,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2888,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23013,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2889,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23014,2,7,-1,'Iblis, Blade of the Fallen Seraph',36376,4,524288,0,1,426191,85238,13,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23015,15,2,-1,'Rat Cage',59497,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23016,12,0,-1,'Sealed Research Report',811,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2890,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23017,4,1,-1,'Veil of Eclipse',35408,4,0,0,1,135550,27110,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23018,4,0,-1,'Signet of the Fallen Defender',35313,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,140,0,0,0,'',65,0,0,0,0,12340), (23019,4,4,-1,'Icebane Helmet',35419,4,0,0,1,238460,47692,1,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,24,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,44,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23020,4,2,-1,'Polar Helmet',35421,4,0,0,1,171245,34249,1,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,44,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23021,4,1,-1,'The Soul Harvester\'s Bindings',35422,4,0,0,1,91655,18331,9,1535,2147483647,83,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23022,15,0,-1,'Curmudgeon\'s Payoff',22611,1,4,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A bag of 5 gold. For those who like telling children there\'s no Great Father Winter...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,50000,0,12340), (23023,4,0,-1,'Sadist\'s Collar',35358,4,0,0,1,345774,86443,2,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23024,12,0,-1,'Prepared Field Duty Papers',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23025,4,0,-1,'Seal of the Damned',35423,4,524288,0,1,241024,60256,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23027,4,0,-1,'Warmth of Forgiveness',35429,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,28760,0,0,0,180000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23028,4,0,-1,'Hailstone Band',31616,4,524288,0,1,394641,98660,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,13669,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23029,4,0,-1,'Noth\'s Frigid Heart',35813,4,0,0,1,290604,72651,23,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,5,12,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23030,4,1,-1,'Cloak of the Scourge',35430,4,0,0,1,128674,25734,16,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23031,4,0,-1,'Band of the Inevitable',35431,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23032,4,1,-1,'Glacial Headdress',35432,4,0,0,1,129634,25926,1,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,40,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23033,4,3,-1,'Icy Scale Coif',36433,4,0,0,1,200406,40081,1,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,44,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23034,4,4,-1,'Nax PH Crit Plate Shoulders',35434,4,0,8192,1,234212,46842,3,1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,7,18,4,33,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23035,4,1,-1,'Preceptor\'s Hat',42767,4,0,0,1,134577,26915,1,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,18,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23036,4,0,-1,'Necklace of Necropsy',35437,4,0,0,1,353421,88355,2,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,6,10,5,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23037,4,0,-1,'Ring of Spiritual Fervor',35438,4,524288,0,1,241024,60256,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,5,14,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23038,4,0,-1,'Band of Unnatural Forces',35423,4,524288,0,1,241024,60256,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23039,2,6,-1,'The Eye of Nerub',35259,4,0,0,1,568736,113747,17,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,3,30,7,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,378,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23040,4,0,-1,'Glyph of Deflection',35439,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21475,1,0,0,-1,0,-1,22852,1,0,0,-1,0,-1,28773,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23041,4,0,-1,'Slayer\'s Crest',35442,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,28777,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23042,4,0,-1,'Loatheb\'s Reflection',35439,4,524288,0,1,364641,91160,12,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,13,13,13,13,0,0,0,28778,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23043,4,6,-1,'The Face of Death',35576,4,0,0,1,287026,57405,14,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3994,0,0,0,0,0,0,0,0,0,21475,1,0,0,-1,0,-1,28112,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,87,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,140,0,0,0,'',65,0,0,0,0,12340), (23044,2,15,-1,'Harbinger of Doom',35246,4,524288,0,1,419187,83837,13,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,8,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,126,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23045,4,1,-1,'Shroud of Dominion',35444,4,0,0,1,135588,27117,16,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,1,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23046,4,0,-1,'The Restrained Essence of Sapphiron',35445,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,28779,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23047,4,0,-1,'Eye of the Dead',35429,4,524288,0,1,364641,91160,12,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,28780,0,0,0,120000,1141,30000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23048,4,0,-1,'Sapphiron\'s Right Eye',35816,4,0,0,1,290604,72651,23,32767,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23049,4,0,-1,'Sapphiron\'s Left Eye',35792,4,0,0,1,290604,72651,23,32767,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23050,4,1,-1,'Cloak of the Necropolis',35446,4,0,0,1,141928,28385,16,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23051,2,2,-1,'Glaive of the Defender',35450,5,0,0,1,1265810,763810,15,1,-1,86,60,0,0,0,0,0,0,0,1,1,0,3,7,18,4,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,210,0,0,0,0,80,0,0,0,8,8,0,2300,0,0,18185,1,0,0,-1,0,-1,871,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23053,4,0,-1,'Stormrage\'s Talisman of Seething',35359,4,0,0,1,345774,86443,2,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23054,2,7,-1,'Gressil, Dawn of Ruin',36378,4,524288,0,1,475239,95047,13,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,257,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23055,7,11,-1,'Word of Thawing',1013,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28800,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23056,2,4,-1,'Hammer of the Twisting Nether',35574,4,0,0,1,478687,95737,21,32767,-1,89,60,0,0,0,0,0,0,0,1,1,0,2,7,8,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,121,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,28805,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,-31.7,0,0,0,'',65,0,0,0,0,12340), (23057,4,0,-1,'Gem of Trapped Innocents',35358,4,0,0,1,411111,102777,2,32767,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,9,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23058,4,0,-1,'Life Channeling Necklace',35437,4,0,8192,1,353421,88355,2,-1,-1,92,60,0,0,0,0,0,0,0,0,1,0,0,5,32,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23059,4,0,-1,'Ring of the Dreadnaught',35472,4,524288,0,1,241024,60256,11,1,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13669,1,0,0,-1,0,-1,13390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,523,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23060,4,0,-1,'Bonescythe Ring',35472,4,524288,0,1,241024,60256,11,8,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,7,10,3,20,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23061,4,0,-1,'Ring of Faith',35472,4,524288,0,1,241024,60256,11,16,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,5,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,525,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23062,4,0,-1,'Frostfire Ring',35472,4,524288,0,1,241024,60256,11,128,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,526,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23063,4,0,-1,'Plagueheart Ring',35472,4,524288,0,1,241024,60256,11,256,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23064,4,0,-1,'Ring of the Dreamwalker',35472,4,524288,0,1,241024,60256,11,1024,-1,92,60,0,0,0,0,0,0,0,0,1,0,3,7,16,5,16,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23065,4,0,-1,'Ring of the Earthshatterer',35472,4,524288,0,1,241024,60256,11,64,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23066,4,0,-1,'Ring of Redemption',35472,4,524288,0,1,241024,60256,11,2,-1,92,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23067,4,0,-1,'Ring of the Cryptstalker',35472,4,524288,0,1,241024,60256,11,4,-1,92,60,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23068,4,4,-1,'Legplates of Carnage',35508,4,0,0,1,306038,61207,7,1535,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,4,42,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23069,4,1,-1,'Necro-Knight\'s Garb',36370,4,0,0,1,179222,35844,20,400,-1,85,60,0,0,0,0,0,0,0,0,1,0,1,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,320,0,0,0,'',65,0,0,0,0,12340), (23070,4,1,-1,'Leggings of Polarity',35514,4,0,0,1,179884,35976,7,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23071,4,2,-1,'Leggings of Apocalypse',36478,4,0,0,1,221008,44201,7,32767,-1,83,60,0,0,0,0,0,0,0,0,1,0,3,3,31,7,23,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23072,4,4,-1,'Fists of the Unrelenting',36279,4,0,0,1,167721,33544,10,1535,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,7,26,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,43588,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',65,0,0,0,0,12340), (23073,4,2,-1,'Boots of Displacement',6720,4,0,0,1,166956,33391,8,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,3,33,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,27037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23075,4,6,-1,'Death\'s Bargain',35654,4,0,0,1,287014,57402,14,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,78,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23076,7,11,-1,'Brilliant Citrine',7339,2,0,0,1,0,800,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23077,3,0,-1,'Blood Garnet',35916,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23078,4,4,-1,'Gauntlets of Undead Slaying',35550,3,0,0,1,94354,18870,10,1535,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28870,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,533,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23079,3,4,-1,'Deep Peridot',35917,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23081,4,2,-1,'Handwraps of Undead Slaying',36479,3,0,0,1,62957,12591,10,1535,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,28870,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,534,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23082,4,3,-1,'Handguards of Undead Slaying',35542,3,0,0,1,75836,15167,10,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,28870,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,535,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23083,15,2,-1,'Captured Flame',15788,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,28871,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23084,4,1,-1,'Gloves of Undead Cleansing',35545,3,0,0,1,50936,10187,10,32767,-1,63,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,22849,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,536,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23085,4,1,-1,'Robe of Undead Cleansing',35544,3,0,0,1,102255,20451,20,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,12,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,24197,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,536,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23087,4,4,-1,'Breastplate of Undead Slaying',36077,3,0,0,1,180289,36057,5,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,0,17319,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,533,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23088,4,3,-1,'Chestguard of Undead Slaying',35554,3,0,0,1,155093,31018,5,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,17319,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,535,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23089,4,2,-1,'Tunic of Undead Slaying',36480,3,0,0,1,129724,25944,5,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,17319,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,534,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23090,4,4,-1,'Bracers of Undead Slaying',35555,3,0,0,1,91663,18332,9,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,18098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,533,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23091,4,1,-1,'Bracers of Undead Cleansing',35556,3,0,0,1,52273,10454,9,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,2,7,6,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,28876,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,536,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23092,4,3,-1,'Wristguards of Undead Slaying',35557,3,0,0,1,78689,15737,9,32767,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,535,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23093,4,2,-1,'Wristwraps of Undead Slaying',36481,3,0,0,1,65814,13162,9,1535,-1,63,58,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,534,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23094,3,0,-1,'Teardrop Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,21,-1,0,0,0,0,'',0,0,0,0,0,12340), (23095,3,0,-1,'Bold Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,22,-1,0,0,0,0,'',0,0,0,0,0,12340), (23096,3,0,-1,'Runed Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,23,-1,0,0,0,0,'',0,0,0,0,0,12340), (23097,3,0,-1,'Delicate Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,24,-1,0,0,0,0,'',0,0,0,0,0,12340), (23098,3,5,-1,'Inscribed Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,141,-1,0,0,0,0,'',0,0,0,0,0,12340), (23099,3,5,-1,'Luminous Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,61,-1,0,0,0,0,'',0,0,0,0,0,12340), (23100,3,5,-1,'Glinting Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,144,-1,0,0,0,0,'',0,0,0,0,0,12340), (23101,3,5,-1,'Potent Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,149,-1,0,0,0,0,'',0,0,0,0,0,12340), (23103,3,4,-1,'Radiant Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,151,-1,0,0,0,0,'',0,0,0,0,0,12340), (23104,3,4,-1,'Jagged Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,146,-1,0,0,0,0,'',0,0,0,0,0,12340), (23105,3,4,-1,'Enduring Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,62,-1,0,0,0,0,'',0,0,0,0,0,12340), (23106,3,4,-1,'Dazzling Deep Peridot',35843,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,63,-1,0,0,0,0,'',0,0,0,0,0,12340), (23107,3,3,-1,'Shadow Draenite',35919,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23108,3,3,-1,'Glowing Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,64,-1,0,0,0,0,'',0,0,0,0,0,12340), (23109,3,3,-1,'Royal Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,65,-1,0,0,0,0,'',0,0,0,0,0,12340), (23110,3,3,-1,'Shifting Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,66,-1,0,0,0,0,'',0,0,0,0,0,12340), (23111,3,3,-1,'Sovereign Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,67,-1,0,0,0,0,'',0,0,0,0,0,12340), (23112,3,2,-1,'Golden Draenite',35918,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23113,3,2,-1,'Brilliant Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,25,-1,0,0,0,0,'',0,0,0,0,0,12340), (23114,3,2,-1,'Gleaming Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,26,-1,0,0,0,0,'',0,0,0,0,0,12340), (23115,3,2,-1,'Thick Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,28,-1,0,0,0,0,'',0,0,0,0,0,12340), (23116,3,2,-1,'Rigid Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,27,-1,0,0,0,0,'',0,0,0,0,0,12340), (23117,3,1,-1,'Azure Moonstone',35920,2,0,0,1,10000,2500,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23118,3,1,-1,'Solid Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,29,-1,0,0,0,0,'',0,0,0,0,0,12340), (23119,3,1,-1,'Sparkling Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,30,-1,0,0,0,0,'',0,0,0,0,0,12340), (23120,3,1,-1,'Stormy Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,31,-1,0,0,0,0,'',0,0,0,0,0,12340), (23121,3,1,-1,'Lustrous Azure Moonstone',35852,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,32,-1,0,0,0,0,'',0,0,0,0,0,12340), (23122,0,8,-1,'Consecrated Sharpening Stone',24674,2,64,0,1,0,0,0,-1,-1,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28891,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23123,0,8,-1,'Blessed Wizard Oil',26865,2,64,0,1,0,0,0,-1,-1,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28898,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23124,2,10,-1,'Staff of Balzaphon',35563,3,0,0,1,305478,61095,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,7,8,5,10,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,241,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,13881,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (23125,4,0,-1,'Chains of the Lich',18172,3,0,0,1,167814,41953,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (23126,4,1,-1,'Waistband of Balzaphon',35564,3,0,0,1,49239,9847,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,5,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (23127,4,1,-1,'Cloak of Revanchion',35565,3,0,0,1,77243,15448,16,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,3,7,11,4,10,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23128,4,1,-1,'The Shadow\'s Grasp',35569,3,0,0,1,50994,10198,10,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,14,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23129,4,1,-1,'Bracers of Mending',30833,3,0,0,1,52538,10507,9,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,3,5,9,6,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23130,9,10,-1,'Design: Teardrop Blood Garnet',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28903,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23131,9,10,-1,'Design: Bold Blood Garnet',1102,1,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28905,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bold Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23132,2,7,-1,'Lord Blackwood\'s Blade',35571,3,0,0,1,265504,53100,13,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,80,0,0,0,0,60,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23133,9,10,-1,'Design: Runed Blood Garnet',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,934,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23134,9,10,-1,'Design: Delicate Blood Garnet',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28907,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Blood Garnet.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23135,9,10,-1,'Design: Inscribed Flame Spessarite',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Inscribed Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23136,9,10,-1,'Design: Luminous Flame Spessarite',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28912,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23137,9,10,-1,'Design: Glinting Flame Spessarite',1102,1,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28914,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glinting Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23138,9,10,-1,'Design: Potent Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,1011,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28915,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Potent Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23139,4,6,-1,'Lord Blackwood\'s Buckler',2456,3,0,0,1,157749,31549,14,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,39,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23140,9,10,-1,'Design: Radiant Deep Peridot',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28916,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Radiant Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23141,9,10,-1,'Design: Jagged Deep Peridot',1102,1,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28917,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Jagged Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23142,9,10,-1,'Design: Enduring Deep Peridot',15274,2,64,2,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,946,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enduring Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23143,9,10,-1,'Design: Dazzling Deep Peridot',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23144,9,10,-1,'Design: Glowing Shadow Draenite',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28925,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glowing Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23145,9,10,-1,'Design: Royal Shadow Draenite',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadow Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23146,9,10,-1,'Design: Shifting Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadow Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23147,9,10,-1,'Design: Sovereign Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28936,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sovereign Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23148,9,10,-1,'Design: Brilliant Golden Draenite',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28938,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Brilliant Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23149,9,10,-1,'Design: Gleaming Golden Draenite',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,932,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28944,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Golden Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23150,9,10,-1,'Design: Thick Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28947,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Golden Draenite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23151,9,10,-1,'Design: Rigid Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Rigid Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23152,9,10,-1,'Design: Solid Azure Moonstone',1102,1,64,0,1,40000,10000,0,-1,-1,60,0,755,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Solid Azure Moonstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23153,9,10,-1,'Design: Sparkling Azure Moonstone',15274,2,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sparkling Azure Moonstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23154,9,10,-1,'Design: Stormy Azure Moonstone',15274,2,64,0,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28955,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Stormy Azure Moonstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23155,9,10,-1,'Design: Lustrous Azure Moonstone',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28957,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Azure Moonstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23156,4,0,-1,'Blackwood\'s Thigh',28647,3,0,0,1,52453,13113,23,-1,-1,62,57,0,0,0,0,0,0,0,0,1,0,2,7,12,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23157,7,4,-1,'Thick Citrine',7339,2,0,8192,1,3200,800,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23160,0,5,-1,'Friendship Bread',26736,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29008,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (23161,0,0,-1,'Freshly-Squeezed Lemonade',21845,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23162,1,0,-1,'Foror\'s Crate of Endless Resist Gear Storage',11448,1,0,0,1,0,0,18,32767,-1,60,0,0,0,0,0,0,0,0,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The bottom of the crate is leaking. Leaking tears...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23165,12,0,-1,'Headhunter Axe',35586,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Surprisingly well made, despite being stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23166,12,0,-1,'Hexxer Stave',35587,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Good versus skeletal scourge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23167,12,0,-1,'Shadowcaster Mace',35588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The snake engraving is very realistic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23168,2,15,-1,'Scorn\'s Focal Dagger',35589,3,0,0,1,13328,2665,21,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (23169,4,0,-1,'Scorn\'s Icy Choker',9853,3,64,0,1,13930,3482,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,2,5,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (23170,4,3,-1,'The Frozen Clutch',18339,3,0,0,1,13424,2684,10,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (23171,2,1,-1,'The Axe of Severing',28804,3,0,0,1,21067,4213,17,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,76,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (23173,4,1,-1,'Abomination Skin Leggings',28648,3,0,0,1,6789,1357,7,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,5,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (23177,2,19,-1,'Lady Falther\'ess\' Finger',35593,3,0,0,1,52683,10536,26,262143,32767,41,36,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,5,0,0,0,0,0,0,0,0,0,0,1300,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (23178,4,1,-1,'Mantle of Lady Falther\'ess',22994,3,0,0,1,21152,4230,16,-1,-1,41,36,0,0,0,0,0,0,0,0,1,0,1,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,9415,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (23179,12,0,-1,'Flame of Orgrimmar',30562,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9324,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23180,12,0,-1,'Flame of Thunder Bluff',35595,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9325,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23181,12,0,-1,'Flame of the Undercity',35596,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9326,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23182,12,0,-1,'Flame of Stormwind',30562,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9330,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23183,12,0,-1,'Flame of Ironforge',35596,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9331,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23184,12,0,-1,'Flame of Darnassus',35595,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9332,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23191,12,0,-1,'Crystal Controlling Orb',26571,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29049,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23192,4,0,-1,'Tabard of the Scarlet Crusade',15817,2,0,0,1,28575,7143,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23193,15,0,-1,'Naxxramas Deathcharger Reins',24011,4,64,8192,1,1000000,250000,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,29059,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon a Naxxramas Deathcharger. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23194,0,0,-1,'Lesser Mark of the Dawn',35274,1,64,0,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30088,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23195,0,0,-1,'Mark of the Dawn',35620,1,64,0,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30089,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23196,0,0,-1,'Greater Mark of the Dawn',35621,1,64,0,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30090,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23197,4,8,-1,'Idol of the Moon',34954,3,0,0,1,78453,15690,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23198,4,8,-1,'Idol of Brutality',34955,3,0,0,1,78749,15749,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23199,4,9,-1,'Totem of the Storm',34957,3,0,0,1,79044,15808,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28857,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23200,4,9,-1,'Totem of Sustaining',34956,3,0,0,1,79339,15867,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28856,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23201,4,7,-1,'Libram of Divinity',34960,3,0,0,1,79627,15925,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23203,4,7,-1,'Libram of Fervor',34961,3,0,0,1,80217,16043,28,32767,-1,65,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60804,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (23205,12,0,-1,'Hellfire Spineleaf',30601,1,32768,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The leaf of a rugged plant found in Hellfire Peninsula.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23206,4,0,-1,'Mark of the Champion',35649,4,32768,0,1,0,0,12,-1,-1,90,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29112,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23207,4,0,-1,'Mark of the Champion',35621,4,32768,0,1,0,0,12,-1,-1,90,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23211,0,0,-1,'Toasted Smorc',35657,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29334,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gooey, melty, good.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23214,12,0,-1,'Plump Helboar Carcass',10377,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The final word in incendiary catapult ammunition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23215,0,0,-1,'Bag of Smorc Ingredients',3568,1,65600,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29116,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sweet honey crackers, marshmallow and chocolate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23217,12,0,-1,'Ravager Egg',18049,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It shakes nonstop, as though the hatchling could emerge at any moment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23218,12,0,-1,'Condensed Voidwalker Essence',9731,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The voidwalker essence radiates energy. It\'s just the kind of thing that Screed could use to \"improve\" his zeppelin\'s engine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23219,4,4,-1,'Girdle of the Mentor',30535,4,0,0,1,155951,31190,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,21,7,21,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23220,4,1,-1,'Crystal Webbed Robe',36369,4,0,0,1,177862,35572,20,1535,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,25,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23221,2,4,-1,'Misplaced Servo Arm',35643,4,0,0,1,437066,87413,13,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,238,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,29150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23224,0,8,-1,'Summer Gift Package',6404,1,4,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23226,4,2,-1,'Ghoul Skin Tunic',35713,4,0,0,1,228370,45674,5,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,2,4,40,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,170,0,0,0,'',65,0,0,0,0,12340), (23227,12,0,-1,'iCoke Gift Box Voucher',811,1,2048,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Return to the iCoke redemption vendor to receive a gift box',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23228,12,0,-1,'Old Whitebark\'s Pendant',1399,1,2048,1,1,0,0,0,-1,-1,1,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,8474,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23229,2,7,-1,'Sword of Sockety Goodness',20009,2,0,8192,1,56762,11352,13,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,0,4,4,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,14,0,14,0,0,0,2392,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23233,7,4,-1,'Red Bryanite of Strength stuff',3494,2,0,0,1,0,0,0,32767,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-1,0,0,0,0,'',0,0,0,0,0,12340), (23234,7,4,-1,'Blue Bryanite of Agility',35718,2,0,0,1,0,0,0,32767,-1,10,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,3,-1,0,0,0,0,'',0,0,0,0,0,12340), (23235,7,4,-1,'Yellow Bryanite of Stamina',32432,2,0,0,1,0,0,0,32767,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,-1,0,0,0,0,'',0,0,0,0,0,12340), (23237,4,0,-1,'Ring of the Eternal Flame',35423,4,524288,0,1,241024,60256,11,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23238,4,6,-1,'Stygian Buckler',35719,4,0,0,1,276609,55321,14,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570,0,0,0,0,0,0,0,0,0,29162,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,78,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23239,12,0,-1,'Plump Buzzard Wing',22200,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Premium quality wings from only the finest free range carrion birds.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23242,2,13,-1,'Claw of the Frost Wyrm',35818,4,0,0,1,474065,94813,22,-1,-1,88,60,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23243,4,4,-1,'Champion\'s Plate Shoulders',31049,3,36864,1,1,0,0,3,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23244,4,4,-1,'Champion\'s Plate Helm',30071,3,36864,1,1,0,0,1,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,24,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,537,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23246,0,0,-1,'Fiery Festival Brew',35744,1,65600,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47175,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23247,15,0,-1,'Burning Blossom',35745,1,65600,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28806,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23248,12,0,-1,'Purified Helboar Meat',20803,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Tender, succulent free range helboar meat, but not quite organic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23249,12,0,-1,'Amani Invasion Plans',24051,1,2048,1,1,0,0,0,-1,-1,1,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9360,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23250,15,0,-1,'Prismatic Shell',36448,1,2048,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23251,4,3,-1,'Champion\'s Chain Helm',31184,3,36864,1,1,0,0,1,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,12,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23252,4,3,-1,'Champion\'s Chain Shoulders',31047,3,36864,1,1,0,0,3,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,543,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23253,4,2,-1,'Champion\'s Dragonhide Headguard',28106,3,36864,1,1,0,0,1,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,7,16,3,12,4,16,5,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23254,4,2,-1,'Champion\'s Dragonhide Shoulders',28935,3,36864,1,1,0,0,3,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,6,7,12,6,6,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,539,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23255,4,1,-1,'Champion\'s Dreadweave Cowl',27258,3,36864,1,1,0,0,1,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23256,4,1,-1,'Champion\'s Dreadweave Spaulders',30381,3,36864,1,1,0,0,3,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,541,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23257,4,2,-1,'Champion\'s Leather Helm',30358,3,36864,1,1,0,0,1,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340), (23258,4,2,-1,'Champion\'s Leather Shoulders',31038,3,36864,1,1,0,0,3,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,522,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (23259,4,3,-1,'Champion\'s Mail Headguard',30072,3,36864,1,1,0,0,1,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,4,7,24,5,16,4,6,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23260,4,3,-1,'Champion\'s Mail Pauldrons',30382,3,36864,1,1,0,0,3,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,5,10,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,538,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23261,4,1,-1,'Champion\'s Satin Hood',31030,3,36864,1,1,0,0,1,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (23262,4,1,-1,'Champion\'s Satin Mantle',31031,3,36864,1,1,0,0,3,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,540,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23263,4,1,-1,'Champion\'s Silk Cowl',31099,3,36864,1,1,0,0,1,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,5,18,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23264,4,1,-1,'Champion\'s Silk Mantle',31100,3,36864,1,1,0,0,3,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,542,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23265,4,3,-1,'Blackened Chain Girdle',8295,1,0,0,1,293,58,6,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23266,4,2,-1,'Ranger\'s Vest',33372,1,0,0,1,491,98,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23267,4,1,-1,'Satin Lined Boots',6777,1,0,0,1,295,59,8,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23268,12,0,-1,'Purification Mixture',983,1,1088,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29200,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23269,12,0,-1,'Felblood Sample',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23270,12,0,-1,'Tainted Helboar Meat',25475,1,32768,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Discolored, malodorous flesh from a deranged creature.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23272,4,4,-1,'Knight-Captain\'s Lamellar Breastplate',30315,3,36864,2,1,0,0,5,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,4,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23273,4,4,-1,'Knight-Captain\'s Lamellar Leggings',31084,3,36864,2,1,0,0,7,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,17,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23274,4,4,-1,'Knight-Lieutenant\'s Lamellar Gauntlets',30321,3,36864,2,1,0,0,10,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,13,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23275,4,4,-1,'Knight-Lieutenant\'s Lamellar Sabatons',31082,3,36864,2,1,0,0,8,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,12,4,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23276,4,4,-1,'Lieutenant Commander\'s Lamellar Headguard',30316,3,36864,2,1,0,0,1,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23277,4,4,-1,'Lieutenant Commander\'s Lamellar Shoulders',31085,3,36864,2,1,0,0,3,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,4,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,544,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23278,4,3,-1,'Knight-Lieutenant\'s Chain Greaves',36006,3,36864,2,1,0,0,8,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,19,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23279,4,3,-1,'Knight-Lieutenant\'s Chain Vices',35798,3,36864,2,1,0,0,10,4,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,28539,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23280,4,2,-1,'Knight-Lieutenant\'s Dragonhide Grips',36003,3,36864,2,1,0,0,10,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,4,4,13,3,10,7,12,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23281,4,2,-1,'Knight-Lieutenant\'s Dragonhide Treads',36004,3,36864,2,1,0,0,8,1024,-1,66,60,0,0,0,0,0,0,0,1,1,0,5,7,13,4,13,5,6,3,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23282,4,1,-1,'Knight-Lieutenant\'s Dreadweave Handwraps',31060,3,36864,2,1,0,0,10,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,23046,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23283,4,1,-1,'Knight-Lieutenant\'s Dreadweave Walkers',36007,3,36864,2,1,0,0,8,256,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23284,4,2,-1,'Knight-Lieutenant\'s Leather Grips',31075,3,36864,2,1,0,0,10,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23285,4,2,-1,'Knight-Lieutenant\'s Leather Walkers',31068,3,36864,2,1,0,0,8,8,-1,66,60,0,0,0,0,0,0,0,1,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,23049,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23286,4,4,-1,'Knight-Lieutenant\'s Plate Gauntlets',35808,3,36864,2,1,0,0,10,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,4,17,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23287,4,4,-1,'Knight-Lieutenant\'s Plate Greaves',26752,3,36864,2,1,0,0,8,1,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,23,4,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23288,4,1,-1,'Knight-Lieutenant\'s Satin Handwraps',36010,3,36864,2,1,0,0,10,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23043,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23289,4,1,-1,'Knight-Lieutenant\'s Satin Walkers',36008,3,36864,2,1,0,0,8,16,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23290,4,1,-1,'Knight-Lieutenant\'s Silk Handwraps',36013,3,36864,2,1,0,0,10,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,12,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,23037,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23291,4,1,-1,'Knight-Lieutenant\'s Silk Walkers',31063,3,36864,2,1,0,0,8,128,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23292,4,3,-1,'Knight-Captain\'s Chain Hauberk',35799,3,36864,2,1,0,0,5,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23293,4,3,-1,'Knight-Captain\'s Chain Legguards',35800,3,36864,2,1,0,0,7,4,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,3,11,7,13,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23294,4,2,-1,'Knight-Captain\'s Dragonhide Chestpiece',35805,3,36864,2,1,0,0,5,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,4,7,13,4,13,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (23295,4,2,-1,'Knight-Captain\'s Dragonhide Leggings',27235,3,36864,2,1,0,0,7,1024,-1,68,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,12,7,12,6,5,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (23296,4,1,-1,'Knight-Captain\'s Dreadweave Legguards',30385,3,36864,2,1,0,0,7,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23297,4,1,-1,'Knight-Captain\'s Dreadweave Tunic',36017,3,36864,2,1,0,0,20,256,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23298,4,2,-1,'Knight-Captain\'s Leather Chestpiece',36015,3,36864,2,1,0,0,5,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23299,4,2,-1,'Knight-Captain\'s Leather Legguards',36014,3,36864,2,1,0,0,7,8,-1,68,60,0,0,0,0,0,0,0,1,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23300,4,4,-1,'Knight-Captain\'s Plate Hauberk',31083,3,36864,2,1,0,0,5,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,23,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23301,4,4,-1,'Knight-Captain\'s Plate Leggings',26659,3,36864,2,1,0,0,7,1,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,17,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23302,4,1,-1,'Knight-Captain\'s Satin Legguards',36018,3,36864,2,1,0,0,7,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23303,4,1,-1,'Knight-Captain\'s Satin Tunic',36021,3,36864,2,1,0,0,20,16,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,39546,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23304,4,1,-1,'Knight-Captain\'s Silk Legguards',36022,3,36864,2,1,0,0,7,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23305,4,1,-1,'Knight-Captain\'s Silk Tunic',36024,3,36864,2,1,0,0,20,128,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23306,4,3,-1,'Lieutenant Commander\'s Chain Helm',35801,3,36864,2,1,0,0,1,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,3,12,7,14,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,7598,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23307,4,3,-1,'Lieutenant Commander\'s Chain Shoulders',35802,3,36864,2,1,0,0,3,4,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,550,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23308,4,2,-1,'Lieutenant Commander\'s Dragonhide Headguard',40407,3,36864,2,1,0,0,1,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,7,16,3,12,4,16,5,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23309,4,2,-1,'Lieutenant Commander\'s Dragonhide Shoulders',35807,3,36864,2,1,0,0,3,1024,-1,71,60,0,0,0,0,0,0,0,1,1,0,5,4,12,3,6,7,12,6,6,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,551,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23310,4,1,-1,'Lieutenant Commander\'s Dreadweave Cowl',36040,3,36864,2,1,0,0,1,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23311,4,1,-1,'Lieutenant Commander\'s Dreadweave Spaulders',36027,3,36864,2,1,0,0,3,256,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,547,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23312,4,2,-1,'Lieutenant Commander\'s Leather Helm',36669,3,36864,2,1,0,0,1,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,80,0,0,0,'',0,0,0,0,0,12340), (23313,4,2,-1,'Lieutenant Commander\'s Leather Shoulders',36044,3,36864,2,1,0,0,3,8,-1,71,60,0,0,0,0,0,0,0,1,1,0,1,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,548,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (23314,4,4,-1,'Lieutenant Commander\'s Plate Helmet',35810,3,36864,2,1,0,0,1,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,24,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23315,4,4,-1,'Lieutenant Commander\'s Plate Shoulders',35811,3,36864,2,1,0,0,3,1,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,545,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23316,4,1,-1,'Lieutenant Commander\'s Satin Hood',36042,3,36864,2,1,0,0,1,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (23317,4,1,-1,'Lieutenant Commander\'s Satin Mantle',36038,3,36864,2,1,0,0,3,16,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,549,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (23318,4,1,-1,'Lieutenant Commander\'s Silk Cowl',36041,3,36864,2,1,0,0,1,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,5,18,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23319,4,1,-1,'Lieutenant Commander\'s Silk Mantle',27231,3,36864,2,1,0,0,3,128,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,11,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,546,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (23320,9,0,-1,'Tablet of Flame Shock VI',33585,3,64,0,1,400000,100000,0,31296,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29228,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Flame Shock (Rank 6).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23321,4,1,-1,'Recruit\'s Robe',12647,0,0,0,1,5,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23322,4,1,-1,'Acolyte\'s Robe',36138,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23323,4,1,-1,'Crown of the Fire Festival',41462,1,0,0,1,5,1,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23324,4,0,-1,'Mantle of the Fire Festival',44563,1,0,0,1,0,0,3,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23326,0,0,-1,'Midsummer Sausage',35831,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29333,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23327,0,0,-1,'Fire-toasted Bun',6399,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29332,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23329,0,8,-1,'Enriched Lasher Root',6624,1,0,0,1,12,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29251,0,-1,-1,120000,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23330,15,0,-1,'Wilted Petal',30601,0,0,8192,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23331,15,0,-1,'Broken Vine',30600,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23332,15,0,-1,'Withered Lasher Root',6501,0,0,0,1,12,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23333,15,0,-1,'Shattered Power Core',30634,0,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23334,0,8,-1,'Cracked Power Core',2516,1,0,0,1,40,10,0,-1,-1,1,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29271,0,-1,-1,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23336,12,0,-1,'Helboar Blood Sample',15710,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23337,12,0,-1,'Cenarion Antidote',15791,1,64,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34665,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23338,12,0,-1,'Eroded Leather Case',36270,1,2048,0,1,0,0,0,32767,32767,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This case seems to have spent some time in the digestive system of a large worm.',0,0,0,9373,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23339,12,0,-1,'Arelion\'s Journal',1143,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23340,12,0,-1,'Arelion\'s Journal Page 2',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23341,12,0,-1,'Arelion\'s Journal Page 3',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23342,12,0,-1,'Arelion\'s Journal Page 4',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23343,12,0,-1,'Torn Pilgrim\'s Pack',1281,1,2048,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although torn and stained, this pack shows unmistakable signs of blood elf craftsmanship.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23344,4,1,-1,'Scout\'s Pants',36120,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23345,4,0,-1,'Scout\'s Shirt',36118,1,0,0,1,4,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23346,2,8,-1,'Battleworn Claymore',2380,1,0,0,1,45,9,17,262143,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23347,2,18,-1,'Weathered Crossbow',10671,1,0,0,1,27,5,26,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23348,4,0,-1,'Scout\'s Boots',36122,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23350,4,1,-1,'Battleworn Pants',9975,1,0,8192,1,7,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23352,12,0,-1,'Potent Voidwalker Essence',36272,1,2048,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unusually powerful concentrate of a wild voidwalker\'s energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23353,15,0,-1,'Mana Residue',35871,0,0,0,1,12,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23354,0,8,-1,'Crystalized Mana Residue',17957,1,0,0,1,25,6,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29276,0,-1,-1,180000,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23355,12,0,-1,'Toxic Helboar Meat',25480,0,0,0,1,800,200,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Not fit for consumption.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23358,12,0,-1,'Signaling Gem',10449,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29279,0,0,0,120000,1140,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23360,12,0,-1,'Head of Instructor Razuvious',3486,1,2048,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23361,0,0,-1,'Cleansing Vial',29354,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29297,0,0,0,120000,1140,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23362,2,4,-1,'Hammer of the Sun',35992,4,0,8192,1,448573,89714,21,32767,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,4,4,7,4,3,4,32,14,50,32,51,10,54,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,8,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23363,4,4,-1,'Titanic Breastplate',35991,4,0,8192,1,315187,63037,5,32767,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,4,15,7,15,32,14,13,15,55,10,56,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23364,7,4,-1,'zzDEPRECATEDHeart of the Sky',12310,3,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,41,-1,0,0,0,0,'',0,0,0,0,0,12340), (23365,4,6,-1,'Steel Rimmed Buckler',18698,1,0,8192,1,78,15,14,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23366,7,4,-1,'zzDEPRECATEDPerfect Diamond',35884,3,0,0,1,0,0,0,32767,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,42,-1,0,0,0,0,'',0,0,0,0,0,12340), (23367,4,1,-1,'Light Silk Robe',12661,1,0,0,1,49,9,20,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23368,4,2,-1,'Soft Leather Boots',8308,1,0,8192,1,46,9,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23370,2,7,-1,'Ley-Keeper\'s Blade',35898,1,0,0,1,191,38,13,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23371,2,10,-1,'Velania\'s Walking Stick',3405,1,0,0,1,240,48,17,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23372,2,8,-1,'Bloodhawk Claymore',37415,1,0,0,1,361,72,17,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23373,2,7,-1,'Long Knife',36958,1,0,0,1,290,58,13,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23375,4,2,-1,'Black Leather Vest',35903,1,0,0,1,97,19,5,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23376,4,3,-1,'Gatewatcher\'s Chain Gloves',6954,1,0,0,1,58,11,10,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23377,4,1,-1,'Guard\'s Leggings',16847,1,0,0,1,78,15,7,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23378,12,0,-1,'Undamaged Warp Hound Corpse',9826,1,0,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23379,0,0,-1,'Cinder Bracers',7025,2,65536,0,1,0,0,0,32767,-1,58,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29305,0,-3,-3,600000,24,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23380,15,0,-1,'Broken Power Core',30634,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23381,0,8,-1,'Chipped Power Core',2516,1,0,0,1,40,10,0,-1,-1,1,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29308,0,-1,0,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23383,15,0,-1,'Ripped Wyrm Scale',26375,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23384,15,0,-1,'Dimly Glowing Eye',3177,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23385,15,0,-1,'Dormant Mana Powder',35871,0,0,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23386,0,8,-1,'Condensed Mana Powder',17957,1,0,0,1,70,17,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29312,0,-1,0,180000,1153,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23387,12,0,-1,'Bonestripper Tail Feather',36273,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Perfect for use in fletching or the tickling of feet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23389,1,0,-1,'Empty Draenei Supply Pouch',1025,1,0,0,1,60,15,18,-1,-1,5,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23390,2,8,-1,'Exodar Bastard Sword',20084,1,0,0,1,159,31,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23391,2,15,-1,'Exodar Dagger',6432,1,0,0,1,128,25,13,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23392,2,4,-1,'Exodar Maul',19772,1,0,0,1,128,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23393,2,7,-1,'Exodar Shortsword',20176,1,0,0,1,129,25,21,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23394,12,0,-1,'Healing Salve',983,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29314,0,0,0,10000,1140,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23395,4,6,-1,'Farstrider\'s Buckler',18698,1,0,0,1,366,73,14,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,3,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23396,2,7,-1,'Slightly Used Ranger\'s Blade',1544,1,0,0,1,575,115,21,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23397,4,1,-1,'Satin Lined Gloves',16817,1,0,0,1,115,23,10,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23398,2,2,-1,'Worn Ranger\'s Bow',20722,1,0,0,1,434,86,15,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23399,4,1,-1,'Fallen Apprentice\'s Robe',19011,2,0,0,1,503,100,20,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (23400,4,1,-1,'Sylastor\'s Cloak',23044,2,0,0,1,1275,255,16,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23401,4,0,-1,'Divining Crystal',28464,2,0,0,1,3210,802,23,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,1,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (23402,2,15,-1,'Arcanist\'s Dagger',35932,2,0,0,1,2886,577,13,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (23403,4,3,-1,'Salvaged Mail Leggings',22687,2,0,0,1,1738,347,7,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (23404,4,2,-1,'Padded Running Shoes',6777,2,0,0,1,1090,218,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (23405,4,2,-1,'Farstrider\'s Tunic',9502,2,0,0,1,973,194,5,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (23406,4,3,-1,'Sentry Bracers',25766,2,0,0,1,1844,368,9,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23407,4,1,-1,'Supple Cotton Bracer',16805,2,0,0,1,1234,246,9,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,7,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23408,4,2,-1,'Farstrider\'s Bracers',17014,2,0,0,1,1548,309,9,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23409,2,2,-1,'Well Crafted Long Bow',20550,2,0,0,1,5362,1072,15,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,39,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (23410,2,7,-1,'Well Crafted Sword',36960,2,0,0,1,7176,1435,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (23411,2,10,-1,'Well Crafted Staff',20401,2,0,0,1,9003,1800,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,39,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (23412,4,3,-1,'Troll Kickers',10434,2,0,0,1,2148,429,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23413,4,1,-1,'Troll Kickers',14552,2,0,0,1,1431,286,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,9393,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23414,4,2,-1,'Troll Kickers',14276,2,0,0,1,1795,359,8,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (23415,2,15,-1,'Survival Knife',3006,2,0,0,1,3633,726,13,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (23417,0,0,-1,'Sanctified Crystal',20784,1,64,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29364,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal shimmers with the power of a stored spell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23420,2,1,-1,'Engraved Axe',35959,2,0,8192,1,4296,859,17,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23421,2,7,-1,'Engraved Sword',5145,2,0,8192,1,3450,690,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23422,2,15,-1,'Engraved Dagger',35961,2,0,8192,1,3463,692,13,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23423,2,8,-1,'Mercenary Greatsword',35962,2,0,0,1,1485,297,17,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (23424,7,7,-1,'Fel Iron Ore',38645,1,262144,0,1,4000,1000,0,-1,-1,60,0,755,275,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23425,7,7,-1,'Adamantite Ore',38648,1,262144,0,1,6000,1500,0,-1,-1,65,0,755,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23426,7,7,-1,'Khorium Ore',38647,2,0,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23427,7,7,-1,'Eternium Ore',38644,2,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23429,2,5,-1,'Mercenary Clout',35968,2,0,0,1,1519,303,17,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (23430,2,7,-1,'Mercenary Sword',5145,2,0,0,1,1219,243,13,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (23431,2,15,-1,'Mercenary Stiletto',35961,2,0,0,1,1224,244,13,1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (23432,2,8,-1,'Engraved Greatsword',35962,2,0,8192,1,4491,898,17,1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,3,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23433,4,1,-1,'Blood Robes',35974,2,0,8192,1,1442,288,20,16,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,7,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23434,4,1,-1,'Robes of the Shard',35975,2,0,8192,1,1447,289,20,16,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,7,2,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23435,0,0,-1,'Elderberry Pie',6342,1,65536,0,5,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29335,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,341,'',0,0,0,0,0,12340), (23436,3,0,-1,'Living Ruby',39911,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23437,3,4,-1,'Talasite',44729,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23438,3,1,-1,'Star of Elune',39928,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23439,3,5,-1,'Noble Topaz',39932,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23440,3,2,-1,'Dawnstone',39938,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23441,3,3,-1,'Nightseye',39933,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23442,12,0,-1,'Glowing Sanctified Crystal',36271,1,1024,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29343,3,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A dark, inky substance swirls within the depths of the crystal and threatens to shatter it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23444,0,2,-1,'Goldenmist Special Brew',3664,1,0,0,1,440,110,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29348,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23445,7,7,-1,'Fel Iron Bar',44950,1,0,0,1,8000,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23446,7,7,-1,'Adamantite Bar',39489,1,0,0,1,12000,3000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23447,7,7,-1,'Eternium Bar',39490,2,0,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23448,7,7,-1,'Felsteel Bar',39487,2,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23449,7,7,-1,'Khorium Bar',43358,2,0,0,1,50000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23451,2,15,-1,'Grand Marshal\'s Mageblade',36045,4,36864,2,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,119,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340), (23452,4,0,-1,'Grand Marshal\'s Tome of Power',36265,4,36864,2,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23453,4,0,-1,'Grand Marshal\'s Tome of Restoration',36266,4,36864,2,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,14,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23454,2,4,-1,'Grand Marshal\'s Warhammer',36064,4,36864,2,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,173,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,29369,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340), (23455,2,5,-1,'Grand Marshal\'s Demolisher',36065,4,36864,2,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,21364,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23456,2,7,-1,'Grand Marshal\'s Swiftblade',36066,4,36864,2,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23457,2,5,-1,'High Warlord\'s Destroyer',36067,4,0,0,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,21364,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23458,2,15,-1,'High Warlord\'s Spellblade',36068,4,32768,0,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,119,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,1), (23459,2,4,-1,'High Warlord\'s Battle Mace',36069,4,36864,0,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68.8,172.8,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,29369,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,1), (23460,12,0,-1,'Broken Blood Sample',15770,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23461,2,7,-1,'High Warlord\'s Quickblade',36073,4,36864,0,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',65,0,0,0,0,12340), (23462,4,0,-1,'High Warlord\'s Tome of Destruction',36267,4,32768,0,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,1), (23464,2,4,-1,'High Warlord\'s Battle Mace',36078,4,36864,1,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,173,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,29369,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340), (23465,2,5,-1,'High Warlord\'s Destroyer',36079,4,36864,1,1,0,0,17,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,21364,1,0,0,-1,0,-1,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23466,2,15,-1,'High Warlord\'s Spellblade',36080,4,36864,1,1,0,0,21,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,119,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,26395,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-18,0,0,0,'',0,0,0,0,0,12340), (23467,2,7,-1,'High Warlord\'s Quickblade',36081,4,36864,1,1,0,0,13,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,7597,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23468,4,0,-1,'High Warlord\'s Tome of Destruction',36267,4,36864,1,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,2,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23469,4,0,-1,'High Warlord\'s Tome of Mending',36268,4,36864,1,1,0,0,23,-1,-1,78,60,0,0,0,0,0,0,0,0,1,0,3,7,14,5,14,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23471,4,1,-1,'Rugged Trapper\'s Pants',36104,1,0,8192,1,7,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23473,4,0,-1,'Recruit\'s Shirt',36124,1,0,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23474,4,1,-1,'Recruit\'s Pants',36125,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23475,4,0,-1,'Recruit\'s Boots',36126,1,0,0,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23476,4,0,-1,'Squire\'s Shirt',36133,1,0,0,1,7,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23477,4,1,-1,'Squire\'s Pants',36134,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23478,4,1,-1,'Recruit\'s Pants',36125,0,0,0,1,4,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23479,4,1,-1,'Recruit\'s Robe',36140,0,0,0,1,4,1,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23480,12,0,-1,'Lit Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29384,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23482,4,4,-1,'Fel Iron Plate Gloves',38318,2,0,0,1,101347,20269,10,32767,32767,90,61,0,0,0,0,0,0,0,0,1,0,2,4,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23483,12,0,-1,'Haal\'eshi Scroll',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23484,4,4,-1,'Fel Iron Plate Belt',38319,2,0,0,1,104846,20969,6,32767,32767,90,61,0,0,0,0,0,0,0,0,1,0,2,4,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23485,12,0,-1,'Empty Birdcage',22271,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29435,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23486,12,0,-1,'Caged Female Kaliri Hatchling',22271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23487,4,4,-1,'Fel Iron Plate Boots',39451,2,0,0,1,167096,33419,8,32767,32767,96,62,0,0,0,0,0,0,0,0,1,0,2,7,30,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23488,4,4,-1,'Fel Iron Plate Pants',38316,2,0,0,1,224026,44805,7,32767,32767,96,62,0,0,0,0,0,0,0,0,1,0,2,4,34,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23489,4,4,-1,'Fel Iron Breastplate',38321,2,0,0,1,237376,47475,5,32767,-1,102,64,0,0,0,0,0,0,0,0,1,0,2,7,46,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,560,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (23490,4,3,-1,'Fel Iron Chain Tunic',38327,2,0,0,1,198800,39760,5,32767,32767,99,63,0,0,0,0,0,0,0,0,1,0,2,5,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23491,4,3,-1,'Fel Iron Chain Gloves',38328,2,0,0,1,94332,18866,10,32767,32767,93,61,0,0,0,0,0,0,0,0,1,0,2,5,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23492,0,0,-1,'Suntouched Special Reserve',18080,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Deceptively light and fruity with a magical aftertaste.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23493,4,3,-1,'Fel Iron Chain Coif',44656,2,0,0,1,138418,27683,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,2,5,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23494,4,3,-1,'Fel Iron Chain Bracers',39177,2,0,0,1,98076,19615,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,2,5,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,561,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23495,0,5,-1,'Springpaw Appetizer',2474,1,0,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Succulent and tasty!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (23497,2,0,-1,'Fel Iron Hatchet',39450,2,0,0,1,290820,58164,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,2,31,15,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (23498,2,4,-1,'Fel Iron Hammer',39376,2,0,0,1,300318,60063,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,143,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (23499,2,8,-1,'Fel Iron Greatsword',39449,2,0,0,1,397916,79583,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,259,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (23500,15,0,-1,'Saltheril\'s Haven Party Invitation',3018,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29451,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23501,15,0,-1,'Bloodthistle Petal',19494,1,0,0,1,0,0,0,262143,31232,5,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28273,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23502,2,5,-1,'Adamantite Maul',38681,2,0,0,1,413237,82647,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,1,4,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (23503,2,1,-1,'Adamantite Cleaver',38682,2,0,0,1,425716,85143,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (23504,2,15,-1,'Adamantite Dagger',38683,2,0,0,1,341822,68364,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,31,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (23505,2,7,-1,'Adamantite Rapier',20076,2,0,0,1,351901,70380,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,2,13,16,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (23506,4,4,-1,'Adamantite Plate Bracers',38684,3,0,0,1,142931,28586,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,4,22,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,562,45,0,0,0,0,8,0,0,0,0,0,1583,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23507,4,4,-1,'Adamantite Breastplate',36206,3,0,0,1,292740,58548,5,32767,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,4,34,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,562,135,0,0,0,0,8,0,8,0,2,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23508,4,4,-1,'Adamantite Plate Gloves',38685,3,0,0,1,143968,28793,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,4,24,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,562,45,0,0,0,0,2,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23509,4,4,-1,'Enchanted Adamantite Breastplate',38686,3,0,0,1,314922,62984,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,135,0,0,0,0,8,0,8,0,4,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23510,4,4,-1,'Enchanted Adamantite Belt',38687,3,0,0,1,157648,31529,6,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,45,0,0,0,0,8,0,4,0,0,0,112,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23511,4,4,-1,'Enchanted Adamantite Boots',38689,3,0,0,1,235520,47104,8,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,65,0,0,0,0,2,0,8,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23512,4,4,-1,'Enchanted Adamantite Leggings',38690,3,0,0,1,320818,64163,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,563,100,0,0,0,0,2,0,8,0,8,0,113,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23513,4,4,-1,'Flamebane Breastplate',42874,3,0,0,1,321957,64391,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,135,0,0,0,0,8,0,4,0,2,0,113,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23514,4,4,-1,'Flamebane Gloves',42875,3,0,0,1,161172,32234,10,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,45,0,0,0,0,8,0,4,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23515,4,4,-1,'Flamebane Bracers',42877,3,0,0,1,148038,29607,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,28,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,45,0,0,0,0,8,0,0,0,0,0,2907,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23516,4,4,-1,'Flamebane Helm',42876,3,0,0,1,222998,44599,1,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,564,80,0,0,0,0,8,0,2,0,4,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23517,4,4,-1,'Felsteel Gloves',38695,3,0,0,1,151556,30311,10,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,27,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,569,45,0,0,0,0,8,0,2,0,0,0,2870,0,275,221,0,0,0,'',52,0,0,0,0,12340), (23518,4,4,-1,'Felsteel Leggings',38696,3,0,0,1,302520,60504,7,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,39,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,569,100,0,0,0,0,4,0,2,0,8,0,2871,0,275,247,0,0,0,'',52,0,0,0,0,12340), (23519,4,4,-1,'Felsteel Helm',38697,3,0,0,1,229114,45822,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,569,80,0,0,0,0,2,0,8,0,8,0,2873,0,275,338,0,0,0,'',52,0,0,0,0,12340), (23520,4,4,-1,'Ragesteel Gloves',38698,3,0,0,1,154481,30896,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,2,4,35,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23521,4,4,-1,'Ragesteel Helm',38699,3,0,0,1,230797,46159,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,45,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23522,4,4,-1,'Ragesteel Breastplate',38700,3,0,0,1,309456,61891,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,50,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23523,4,4,-1,'Khorium Pants',36230,3,0,0,1,308141,61628,7,32767,32767,114,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,0,0,0,0,0,0,21634,1,0,0,-1,0,-1,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,565,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23524,4,4,-1,'Khorium Belt',38701,3,0,0,1,155519,31103,6,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,5,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,565,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23525,4,4,-1,'Khorium Boots',38702,3,0,0,1,234185,46837,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,565,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23526,4,3,-1,'Swiftsteel Gloves',38703,3,0,0,1,134563,26912,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,76,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23527,4,3,-1,'Earthpeace Breastplate',44089,3,0,0,1,270104,54020,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,33780,1,0,0,-1,0,-1,23593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23528,0,8,-1,'Fel Sharpening Stone',39192,1,64,0,1,3000,750,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29452,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23529,0,8,-1,'Adamantite Sharpening Stone',39193,2,64,0,1,4000,1000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29453,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23530,0,6,-1,'Felsteel Shield Spike',39194,2,64,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29454,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23531,4,3,-1,'Felfury Gauntlets',34236,4,0,0,1,156296,31259,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,30,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23532,4,4,-1,'Gauntlets of the Iron Tower',38705,4,0,0,1,184091,36818,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,30,35,26,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23533,4,4,-1,'Steelgrip Gauntlets',38706,4,0,0,1,184775,36955,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,4,28,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,43588,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23534,4,3,-1,'Storm Helm',36416,4,0,0,1,237118,47423,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,28,32,22,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,85,0,0,0,0,2,0,8,0,4,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23535,4,4,-1,'Helm of the Stalwart Defender',44880,4,0,0,1,277158,55431,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,47,35,23,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2892,0,300,286,0,0,0,'',67,0,0,0,0,12340), (23536,4,4,-1,'Oathkeeper\'s Helm',44877,4,0,0,1,278177,55635,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,22,7,40,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,2,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23537,4,4,-1,'Black Felsteel Bracers',36248,4,0,0,1,187570,37514,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,4,26,32,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23538,4,4,-1,'Bracers of the Green Fortress',36249,4,0,0,1,188274,37654,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,39,13,10,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23539,4,4,-1,'Blessed Bracers',36250,4,0,0,1,188977,37795,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,18,7,12,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23540,2,7,-1,'Felsteel Longblade',36253,4,4096,0,1,538812,107762,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23541,2,8,-1,'Khorium Champion',36255,4,4160,0,1,676014,135202,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,4,50,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,430,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,16916,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23542,2,0,-1,'Fel Edged Battleaxe',41709,4,4096,0,1,542810,108562,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,32,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23543,2,1,-1,'Felsteel Reaper',36259,4,4096,0,1,681010,136202,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,443,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23544,2,4,-1,'Runic Hammer',36261,4,4096,0,1,546753,109350,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,261,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23545,12,0,-1,'Power of the Scourge',36276,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29467,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23546,2,5,-1,'Fel Hardened Maul',36263,4,4096,0,1,688438,137687,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,46,4,50,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,430,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23547,12,0,-1,'Resilience of the Scourge',36277,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29475,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23548,12,0,-1,'Might of the Scourge',36275,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29483,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23549,12,0,-1,'Fortitude of the Scourge',36274,4,64,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29480,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23550,12,0,-1,'Heavy Stone Axe',37377,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23551,12,0,-1,'Azure Phial',8545,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23552,12,0,-1,'Filled Azure Phial',7121,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23553,2,10,-1,'Living Branch',36317,1,0,0,1,881,176,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23554,2,15,-1,'Eternium Runed Blade',36283,4,4096,0,1,526875,105375,21,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,32,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,114,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,37542,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340), (23555,2,15,-1,'Dirge',36285,4,4096,0,1,528819,105763,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,152,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23556,2,4,-1,'Hand of Eternity',45615,4,4096,0,1,530818,106163,21,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,21628,1,0,0,-1,0,-1,39602,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-39.8,0,0,0,'',67,0,0,0,0,12340), (23557,2,3,-1,'Larvae of the Great Worm',34484,4,0,0,1,317327,63465,26,32767,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,229,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,7597,1,0,0,-1,0,-1,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23558,4,0,-1,'The Burrower\'s Shell',36290,4,524288,0,1,7230,1807,12,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29506,0,0,0,120000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23559,0,8,-1,'Lesser Rune of Warding',38757,1,64,0,1,3000,750,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32274,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23560,15,0,-1,'Arena Team Charter (2v2)',16161,1,8192,0,1,1,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23561,15,0,-1,'Arena Team Charter (3v3)',16161,1,8192,0,1,1,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23562,15,0,-1,'Arena Team Charter (5v5)',16161,1,8192,0,1,1,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23563,4,3,-1,'Nether Chain Shirt',45805,4,0,0,1,341164,68232,5,-1,-1,107,70,0,0,9788,0,0,0,0,0,1,0,3,32,28,5,18,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,90,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23564,4,3,-1,'Twisting Nether Chain Shirt',45806,4,0,0,1,400144,80028,5,-1,-1,127,70,0,0,9788,0,0,0,0,0,1,0,3,32,33,5,22,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,21365,1,0,0,0,0,-1,34518,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,90,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23565,4,3,-1,'Embrace of the Twisting Nether',45807,4,0,0,1,456637,91327,5,-1,-1,146,70,0,0,9788,0,0,0,0,0,1,0,3,32,35,5,27,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,21632,1,0,0,0,0,-1,34518,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,90,0,300,0,0,0,0,'',67,0,0,0,0,12340), (23566,12,0,-1,'Azure Phial',8545,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29542,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23567,7,11,-1,'[PH] Silithus PvP Dust [DEP]',27454,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23568,12,0,-1,'Bundle of Vials',36318,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Be careful! The vials inside are fragile.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23569,12,0,-1,'Letter from the Mag\'har',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23570,4,0,-1,'Jom Gabbar',36338,4,524288,0,1,7230,1807,12,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29602,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23571,7,10,-1,'Primal Might',41678,3,0,0,1,64000,16000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23572,7,13,-1,'Primal Nether',41697,3,0,0,1,0,16000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23573,7,7,-1,'Hardened Adamantite Bar',39486,1,0,0,1,120000,30000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23574,9,6,-1,'Recipe: Transmute Primal Might',15274,2,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to Transmute Primal Air, Water, Earth, Fire and Mana into Primal Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23575,0,8,-1,'Lesser Ward of Shielding',38759,1,64,0,1,6000,1500,0,-1,-1,65,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29507,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23576,0,8,-1,'Greater Ward of Shielding',38760,1,64,0,1,5000,1250,0,-1,-1,70,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29720,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23577,2,7,-1,'The Hungering Cold',35575,4,524288,0,1,459627,91925,13,-1,-1,89,60,0,0,0,0,0,0,0,0,1,0,2,7,14,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,143,0,0,0,0,140,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23578,0,1,-1,'Diet McWeaksauce',21672,1,0,0,1,0,0,0,2047,-1,59,49,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Food for the Mind',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23579,0,1,-1,'The McWeaksauce Classic',24152,1,0,0,1,0,0,0,2047,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Original.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23580,12,0,-1,'Avruu\'s Orb',36375,1,2048,0,1,0,0,0,-1,-1,1,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29764,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9418,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23584,0,0,-1,'Loch Modan Lager',18117,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23585,0,0,-1,'Stouthammer Lite',18099,1,0,0,1,4000,200,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For those warm days in the sun!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23586,0,0,-1,'Aerie Peak Pale Ale',18102,1,0,0,1,340,85,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23587,4,1,-1,'Mirren\'s Drinking Hat',39942,2,0,0,1,92614,18522,1,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,29830,0,0,0,3600000,0,-1,21363,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (23588,12,0,-1,'Kaliri Feather',19528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23589,12,0,-1,'Mag\'har Ancestral Beads',38239,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23590,9,4,-1,'Plans: Adamantite Maul',1102,1,64,0,1,40000,10000,0,-1,-1,65,0,164,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Maul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23591,9,4,-1,'Plans: Adamantite Cleaver',1102,1,64,0,1,40000,10000,0,-1,-1,66,0,164,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Cleaver.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23592,9,4,-1,'Plans: Adamantite Dagger',1102,1,64,0,1,40000,10000,0,-1,-1,66,0,164,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Dagger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23593,9,4,-1,'Plans: Adamantite Rapier',1102,1,64,0,1,40000,10000,0,-1,-1,67,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Rapier.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23594,9,4,-1,'Plans: Adamantite Plate Bracers',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29603,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Adamantite Plate Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23595,9,4,-1,'Plans: Adamantite Plate Gloves',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29605,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Adamantite Plate Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23596,9,4,-1,'Plans: Adamantite Breastplate',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,164,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29606,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23597,9,4,-1,'Plans: Enchanted Adamantite Belt',1102,1,64,0,1,60000,15000,0,-1,-1,71,0,164,355,0,0,0,934,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29608,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Enchanted Adamantite Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23598,9,4,-1,'Plans: Enchanted Adamantite Boots',1102,1,64,0,1,60000,15000,0,-1,-1,71,0,164,355,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29611,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Adamantite Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23599,9,4,-1,'Plans: Enchanted Adamantite Breastplate',1102,1,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29610,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Adamantite Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23600,9,4,-1,'Plans: Enchanted Adamantite Leggings',1102,1,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Adamantite Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23601,9,4,-1,'Plans: Flamebane Bracers',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,932,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29614,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamebane Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23602,9,4,-1,'Plans: Flamebane Helm',1102,1,64,0,1,60000,15000,0,-1,-1,71,0,164,355,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flamebane Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23603,9,4,-1,'Plans: Flamebane Gloves',1102,1,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29616,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamebane Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23604,9,4,-1,'Plans: Flamebane Breastplate',1102,1,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29617,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flamebane Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23605,9,4,-1,'Plans: Felsteel Gloves',6270,3,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29619,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felsteel Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23606,9,4,-1,'Plans: Felsteel Leggings',6270,3,64,0,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felsteel Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23607,9,4,-1,'Plans: Felsteel Helm',6270,3,64,0,1,60000,15000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29621,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23608,9,4,-1,'Plans: Khorium Belt',6270,3,64,0,1,240000,60000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29628,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Khorium Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23609,9,4,-1,'Plans: Khorium Pants',6270,3,64,0,1,240000,60000,0,-1,-1,72,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29629,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Khorium Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23610,9,4,-1,'Plans: Khorium Boots',6270,3,64,0,1,240000,60000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29630,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Khorium Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23611,9,4,-1,'Plans: Ragesteel Gloves',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ragesteel Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23612,9,4,-1,'Plans: Ragesteel Helm',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Ragesteel Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23613,9,4,-1,'Plans: Ragesteel Breastplate',6270,3,64,0,1,100000,25000,0,-1,-1,74,0,164,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Ragesteel Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23614,12,0,-1,'Red Snapper',4809,1,2147483648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23615,9,4,-1,'Plans: Swiftsteel Gloves',6270,3,64,0,1,60000,15000,0,-1,-1,74,0,164,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29648,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftsteel Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23617,9,4,-1,'Plans: Earthpeace Breastplate',6270,3,64,0,1,60000,15000,0,-1,-1,74,0,164,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29649,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Earthpeace Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23618,9,4,-1,'Plans: Adamantite Sharpening Stone',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29656,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Sharpening Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23619,9,4,-1,'Plans: Felsteel Shield Spike',1102,1,64,2,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23620,9,4,-1,'Plans: Felfury Gauntlets',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29658,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Felfury Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23621,9,4,-1,'Plans: Gauntlets of the Iron Tower',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29622,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Gauntlets of the Iron Tower.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23622,9,4,-1,'Plans: Steelgrip Gauntlets',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Steelgrip Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23623,9,4,-1,'Plans: Storm Helm',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29663,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Storm Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23624,9,4,-1,'Plans: Helm of the Stalwart Defender',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29664,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Helm of the Stalwart Defender.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23625,9,4,-1,'Plans: Oathkeeper\'s Helm',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29668,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Oathkeeper\'s Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23626,9,4,-1,'Plans: Black Felsteel Bracers',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29669,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Black Felsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23627,9,4,-1,'Plans: Bracers of the Green Fortress',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29671,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Bracers of the Green Fortress.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23628,9,4,-1,'Plans: Blessed Bracers',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29672,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Blessed Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23629,9,4,-1,'Plans: Felsteel Longblade',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29692,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Felsteel Longblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23630,9,4,-1,'Plans: Khorium Champion',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29693,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Khorium Champion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23631,9,4,-1,'Plans: Fel Edged Battleaxe',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29694,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fel Edged Battleaxe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23632,9,4,-1,'Plans: Felsteel Reaper',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Felsteel Reaper.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23633,9,4,-1,'Plans: Runic Hammer',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runic Hammer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23634,9,4,-1,'Plans: Fel Hardened Maul',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fel Hardened Maul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23635,9,4,-1,'Plans: Eternium Runed Blade',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Eternium Runed Blade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23636,9,4,-1,'Plans: Dirge',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29699,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dirge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23637,9,4,-1,'Plans: Hand of Eternity',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29700,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hand of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23638,9,4,-1,'Plans: Lesser Ward of Shielding',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,164,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lesser Ward of Shielding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23639,9,4,-1,'Plans: Greater Ward of Shielding',6270,3,64,0,1,300000,75000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,29729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Greater Ward of Shielding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23642,12,0,-1,'Sha\'naar Relic',39041,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23643,12,0,-1,'Purifying Earth',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This clump of earth, found at the core of a boulderkin, radiates a sense of purity absent from the rest of the elemental\'s body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23644,12,0,-1,'Crate of Reagents',9288,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A container full of the reagents needed to make a trial dose of Magistrix Elosai\'s tonic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23645,0,0,-1,'Seer\'s Relic',44562,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30489,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23646,12,0,-1,'Shipment of Rare Crystals',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A plain, unmarked box containing valuable crystals from the Azurelode Mine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23654,12,0,-1,'Draenei Fishing Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29866,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23657,12,0,-1,'Dawn Runner Cargo',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remaining cargo from the holds of the Dawn Runner.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23658,12,0,-1,'Advisor\'s Pack',2588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A brightly-colored silken bag. It looks to have spent some time as a chewtoy for some Dark Iron dwarf\'s pet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23659,12,0,-1,'Fel-Tainted Morsels',25467,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29917,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23660,12,0,-1,'Advisor\'s Rapier',36417,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A finely crafted elven sword, destined for the slag heap of a Dark Iron smithy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23661,12,0,-1,'Mark of the Lightbringer',36419,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The holy symbol carried by Uther Lightbringer during his final days.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23662,12,0,-1,'Letter from Nazgrel',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23663,4,3,-1,'Girdle of Elemental Fury',34203,4,0,0,1,128966,25793,6,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23664,4,3,-1,'Pauldrons of Elemental Fury',36425,4,0,0,1,195037,39007,3,64,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23665,4,3,-1,'Leggings of Elemental Fury',36426,4,0,0,1,259893,51978,7,64,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,26,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23666,4,4,-1,'Belt of the Grand Crusader',36430,4,0,0,1,153053,30610,6,2,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,18,7,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23667,4,4,-1,'Spaulders of the Grand Crusader',36429,4,0,0,1,228708,45741,3,2,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,18,5,17,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23668,4,4,-1,'Leggings of the Grand Crusader',22985,4,0,0,1,306654,61330,7,2,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',65,0,0,0,0,12340), (23669,12,0,-1,'Ancestral Spirit Wolf Totem',36431,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29731,0,0,0,60000,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23670,12,0,-1,'Thalanaar Moonwell Water',2357,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial of water from the moonwell in Thalanaar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23671,12,0,-1,'Earth Crystal',35843,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal vibrates with elemental earth energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23672,12,0,-1,'Crate of Red Snapper',18574,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23675,12,0,-1,'Robotron Control Unit',7841,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30009,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Control your very own top-of-the-line Robotron 3000!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23676,7,8,-1,'Moongraze Stag Tenderloin',25467,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dripping with tender juicy goodness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (23677,12,0,-1,'Moongraze Buck Hide',21470,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unusually rigid.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23678,12,0,-1,'Faintly Glowing Crystal',30690,1,2048,2,1,0,0,0,-1,-1,5,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Removed from the stomach of a nightstalker runt. It looks familiar.',0,0,0,9455,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23679,12,0,-1,'Bloodscalp Totem',36446,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unusual looking totem with inscriptions in a language unknown to trolls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23680,12,0,-1,'Gift of Naias',36446,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30015,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The totem\'s inscription identifies the bearer as an ally of the water elemental Naias.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23681,12,0,-1,'Heart of Naias',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The heart shimmers with the volatile energy of a powerful elemental.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23682,12,0,-1,'Ritual Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30212,0,0,0,60000,1140,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23683,0,5,-1,'Crystal Flake Throat Lozenge',26732,1,0,0,1,0,750,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23684,0,7,-1,'Crystal Infused Bandage',32426,1,0,0,1,0,1500,0,-1,-1,60,0,129,225,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23685,12,0,-1,'Root Trapper Vine',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23686,12,0,-1,'Lacy Handkerchief',35299,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23687,12,0,-1,'Blacktalon\'s Claws',3596,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23688,12,0,-1,'Hauteur\'s Ashes',7127,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ashes still glow with a heat that is nigh-unbearable.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23691,12,0,-1,'Corrupted Mark of the Lightbringer',36454,1,192,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30098,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The corrupting fel magics make it almost unbearable to hold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23692,12,0,-1,'Azure Snapdragon Bulb',6661,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23693,12,0,-1,'Carinda\'s Scroll of Retribution',3331,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30077,0,-1,-1,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23694,12,0,-1,'Gryphon Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An unhatched gryphon egg rescued from the Witherbark trolls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23695,15,0,-1,'Featherbeard\'s Map',24153,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A hand-drawn map of the Shadra\'Alor area, pinpointing the locations of stolen gryphon eggs.',2907,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23697,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30099,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23702,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30102,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23703,12,0,-1,'Taming Rod',26595,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30105,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23705,4,0,-1,'Tabard of Flame',38283,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23706,12,0,-1,'Arcane Fragment',35016,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23707,12,0,-1,'Spindleweb Silk Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23709,4,0,-1,'Tabard of Frost',38284,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23711,9,0,-1,'Grimoire of Intercept (Rank 1)',1246,1,64,0,1,18000,4500,0,31488,-1,52,52,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30154,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23712,15,2,-1,'White Tiger Cub',36470,4,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,30152,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (23713,15,2,-1,'Hippogryph Hatchling',18048,4,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,30156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23714,4,0,-1,'Perpetual Purple Firework',34282,4,128,0,1,0,0,12,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69773,0,-1,0,30000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23716,4,0,-1,'Carved Ogre Idol',36471,4,128,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69777,0,-1,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23717,4,0,-1,'Pitted Gold Band',963,1,0,0,1,0,0,11,262143,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23720,15,0,-1,'Riding Turtle',36474,4,32768,0,1,0,0,0,262143,32767,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,30174,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23723,12,0,-1,'Warchief Kargath\'s Fist',36476,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Warchief Kargath Bladefist\'s fearsome namesake.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23726,12,0,-1,'Fel Ember',33967,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The smoldering ember emits faint purple sparks, but no heat. Its coolness belies the immense power held within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23729,12,0,-1,'Fel Horde Banner',36477,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23730,9,0,-1,'Grimoire of Intercept (Rank 2)',1246,1,64,0,1,26000,6500,0,31488,-1,61,61,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30199,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23731,9,0,-1,'Grimoire of Intercept (Rank 3)',1246,1,64,0,1,60000,15000,0,31488,-1,69,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30200,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23732,12,0,-1,'Voidstone',36482,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30208,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23733,12,0,-1,'Ritual Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The torch burns with an almost unbearable heat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23734,9,0,-1,'Grimoire of Cleave (Rank 1)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30214,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23735,12,0,-1,'Grand Warlock\'s Amulet',6494,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30230,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The necklace\'s charm is shaped as a small cage and can be used to retrieve a Fel Ember from one of the braziers to either side of the Grand Warlock\'s throne.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23736,7,2,-1,'Fel Iron Bomb',40541,1,64,0,1,10000,2500,0,-1,-1,60,0,202,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30216,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23737,7,2,-1,'Adamantite Grenade',25482,1,64,0,1,10000,2500,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30217,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23738,12,0,-1,'Nautical Compass',36487,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Property of Alliance Naval Command',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23739,12,0,-1,'Nautical Map',23229,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Property of Alliance Naval Command',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23742,2,3,-1,'Fel Iron Musket',43685,2,0,0,1,236084,47216,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,185,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (23744,12,0,-1,'Foul Essence',15741,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The smell of this watery remnant is truly offensive.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23745,9,0,-1,'Grimoire of Cleave (Rank 2)',1246,1,64,0,1,15000,3750,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30222,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23746,2,3,-1,'Adamantite Rifle',43687,2,0,0,1,278627,55725,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,234,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (23747,2,3,-1,'Felsteel Boomstick',43688,3,0,0,1,312067,62413,26,-1,-1,108,70,0,0,0,0,0,0,0,0,1,0,2,32,13,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,194,0,0,0,0,0,0,0,0,0,0,0,2400,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23748,2,3,-1,'Ornate Khorium Rifle',43690,3,0,0,1,331560,66312,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,268,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23749,12,0,-1,'Empty Bota Bag',29438,1,64,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30226,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23750,12,0,-1,'Filled Bota Bag',29439,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The purity of the water within makes the bag glow ever so slightly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23751,12,0,-1,'Skin of Purest Water',29439,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30408,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23752,12,0,-1,'Flask of Purest Water',15794,1,0,0,1,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The water within radiates with the power of purity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23753,12,0,-1,'Drycap Mushroom',19566,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23754,12,0,-1,'Bristlehide Clefthoof Hide',13002,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23755,9,0,-1,'Grimoire of Cleave (Rank 3)',1246,1,64,0,1,60000,15000,0,31488,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30224,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23756,0,5,-1,'Cookie\'s Jumbo Gumbo',32650,1,0,0,1,40,10,0,-1,-1,8,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23757,12,0,-1,'Skittering Crawler Meat',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23758,4,2,-1,'Cogspinner Goggles',43889,3,0,0,1,148336,29667,1,-1,-1,106,0,202,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,63,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23759,12,0,-1,'Rune Covered Tablet',24037,1,2048,2,1,0,0,0,-1,-1,6,6,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9514,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23760,12,0,-1,'Chalice of Elune',36504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A shimmering silver vessel somehow untarnished by its long exposure to corrupt influences.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23761,4,1,-1,'Power Amplification Goggles',40545,3,0,0,1,102671,20534,1,-1,-1,89,0,202,340,0,0,0,0,0,0,1,0,2,32,31,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (23762,4,1,-1,'Ultra-Spectropic Detection Goggles',43890,3,67108864,0,1,126620,25324,1,-1,-1,112,0,202,350,0,0,0,0,0,0,1,0,5,31,24,32,24,36,24,35,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,12883,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23763,4,2,-1,'Hyper-Vision Goggles',43891,3,64,0,1,158870,31774,1,-1,-1,112,0,202,360,0,0,0,0,0,0,1,0,1,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,0,0,-1,30249,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23764,7,3,-1,'Adamantite Scope',7326,2,64,0,1,10000,2500,0,-1,-1,67,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30250,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23765,7,3,-1,'Khorium Scope',7326,3,64,0,1,10000,2500,0,-1,-1,72,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30252,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23766,7,3,-1,'Stabilized Eternium Scope',7326,3,64,0,1,80000,20000,0,-1,-1,75,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30260,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23767,7,3,-1,'Crashin\' Thrashin\' Robot',9730,2,32768,0,1,20000,5000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30261,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23768,0,8,-1,'White Smoke Flare',34283,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30262,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23769,0,8,-1,'Red Smoke Flare',34281,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30263,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23770,0,8,-1,'Blue Smoke Flare',34279,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30265,0,-1,0,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23771,0,8,-1,'Green Smoke Flare',34280,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30264,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23772,6,3,-1,'Fel Iron Shells',40542,2,0,0,200,8000,20,24,-1,-1,97,57,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,26,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23773,6,3,-1,'Adamantite Shells',40526,3,0,0,200,1000,2,24,-1,-1,118,62,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23774,1,4,-1,'Fel Iron Toolbox',36511,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23775,1,4,-1,'Titanium Toolbox',36512,3,0,0,1,120000,30000,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Filled with small compartments that are perfect for storing engineering devices.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23776,12,0,-1,'Warsong Lumber',929,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This tortured lumber bears long, jagged scars from a Horde sawblade.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23777,12,0,-1,'Diabolical Plans',1093,1,2048,2,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,1,9520,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23778,12,0,-1,'Sentinel Luciel\'s Report',16065,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sealed report written by Sentinel Luciel Starwhisper, intended for Sentinel Farsong.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23779,12,0,-1,'Ancient Relic',3667,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23780,12,0,-1,'Diabolical Plans',1093,1,0,0,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ink appears to be dried blood.',2909,7,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23781,7,1,-1,'Elemental Blasting Powder',40543,1,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23782,7,1,-1,'Fel Iron Casing',40544,1,0,0,1,32000,8000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23783,7,1,-1,'Handful of Fel Iron Bolts',40548,1,0,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23784,7,1,-1,'Adamantite Frame',40549,1,0,0,1,40000,10000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23785,7,1,-1,'Hardened Adamantite Tube',40550,1,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23786,7,1,-1,'Khorium Power Core',43101,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23787,7,1,-1,'Felsteel Stabilizer',40552,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23788,12,0,-1,'Tree Seedlings',1443,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29773,0,-8,-8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23789,12,0,-1,'Remains of Cowlen\'s Family',3233,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23790,12,0,-1,'Hollowed Out Tree',36520,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23791,12,0,-1,'Pile of Leaves',35015,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23792,15,0,-1,'Tree Disguise Kit',36521,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30298,0,0,0,0,1164,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23793,7,6,-1,'Heavy Knothide Leather',38745,1,0,0,1,25000,6250,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23797,12,0,-1,'Diabolical Plans',1093,1,2048,1,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,1,9535,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23798,12,0,-1,'Diabolical Plans',1093,1,0,0,1,0,0,0,32767,32767,1,27,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ink appears to be dried blood.',2911,1,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23799,9,3,-1,'Schematic: Adamantite Rifle',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,202,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30313,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23800,9,3,-1,'Schematic: Felsteel Boomstick',6270,3,64,0,1,100000,25000,0,-1,-1,72,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30314,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Boomstick.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23801,13,0,-1,'Bristlelimb Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30406,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23802,9,3,-1,'Schematic: Ornate Khorium Rifle',6270,3,64,0,1,150000,37500,0,-1,-1,75,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30315,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ornate Khorium Rifle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23803,9,3,-1,'Schematic: Cogspinner Goggles',1102,1,64,0,1,60000,15000,0,-1,-1,68,0,202,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Cogspinner Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23804,9,3,-1,'Schematic: Power Amplification Goggles',6270,3,64,0,1,80000,20000,0,-1,-1,68,0,202,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30317,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Power Amplification Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23805,9,3,-1,'Schematic: Ultra-Spectropic Detection Goggles',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,202,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Ultra-Spectropic Detection Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23806,9,3,-1,'Schematic: Hyper-Vision Goggles',6270,3,64,0,1,160000,40000,0,-1,-1,72,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30325,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Hyper-Vision Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23807,9,3,-1,'Schematic: Adamantite Scope',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30329,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23808,9,3,-1,'Schematic: Khorium Scope',6270,3,64,0,1,160000,40000,0,-1,-1,72,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30332,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Khorium Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23809,9,3,-1,'Schematic: Stabilized Eternium Scope',6270,3,64,0,1,60000,15000,0,-1,-1,75,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30334,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stabilized Eternium Scope.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23810,9,3,-1,'Schematic: Crashin\' Thrashin\' Robot',15274,2,64,0,1,80000,20000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30337,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Crashin\' Thrashin\' Robot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23811,9,3,-1,'Schematic: White Smoke Flare',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30341,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a White Smoke Flare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23814,9,3,-1,'Schematic: Green Smoke Flare',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30344,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Green Smoke Flare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23815,9,3,-1,'Schematic: Adamantite Shell Machine',1102,1,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30347,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Shell Machine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23816,9,3,-1,'Schematic: Fel Iron Toolbox',1102,1,64,0,1,40000,10000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30348,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Fel Iron Toolbox.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23817,9,3,-1,'Schematic: Titanium Toolbox',1325,1,64,0,1,80000,20000,0,-1,-1,75,0,202,405,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30349,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Titanium Toolbox.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23818,15,0,-1,'Stillpine Furbolg Language Primer',1143,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30419,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The primer provides translations for the basic symbology of the furbolg language.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23819,7,2,-1,'Elemental Seaforium Charge',30999,1,64,0,1,24000,6000,0,-1,-1,70,0,202,350,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30434,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23820,7,3,-1,'Critter Enlarger',31205,2,1088,0,1,60000,15000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30435,0,0,0,15000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The practical uses for this device are nearly limitless.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23821,7,3,-1,'Zapthrottle Mote Extractor',40557,1,33856,0,1,60000,15000,0,-1,-1,61,0,202,305,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30427,0,0,0,0,0,0,30645,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23822,0,1,-1,'Healing Potion Injector',45437,1,0,0,1,400000,100000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67486,0,-20,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'They just don\'t make \'em like this anymore...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23823,0,1,-1,'Mana Potion Injector',45156,1,0,0,1,400000,100000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67487,0,-20,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'They just don\'t make \'em like this anymore...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23824,4,2,-1,'Rocket Boots Xtreme',46155,3,67108928,0,1,163670,32734,8,-1,-1,112,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15826,1,0,0,0,0,0,0,1,0,0,0,0,0,51582,0,0,0,300000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (23825,4,1,-1,'Nigh Invulnerability Belt',36539,3,0,0,1,85481,17096,6,-1,-1,109,0,202,350,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,30458,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Protection not always valid. In RARE cases wearer may take additional damage.',0,0,0,0,0,8,0,0,0,0,0,30,0,0,128,0,0,0,0,0,0,0,0,0,275,140,0,0,0,'',52,0,0,0,0,12340), (23826,7,2,-1,'The Bigger One',40554,1,64,0,1,12000,3000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30461,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23827,7,2,-1,'Super Sapper Charge',40555,1,0,0,1,16000,4000,0,-1,-1,68,0,202,340,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30486,0,-1,-1,300000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23828,4,1,-1,'Gnomish Power Goggles',43887,4,0,0,1,152738,30547,1,-1,-1,95,0,202,375,20219,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,18382,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (23829,4,2,-1,'Gnomish Battle Goggles',43886,4,0,0,1,191607,38321,1,-1,-1,95,0,202,375,20219,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,7598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (23830,12,0,-1,'Clopper\'s Equipment',36558,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The equipment appears unharmed, if a bit slimy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23831,7,3,-1,'Goblin Tonk Controller',35133,1,0,0,1,20000,5000,0,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39681,0,50,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23832,7,3,-1,'Gnomish Tonk Controller',35133,1,0,0,1,20000,5000,0,32767,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39684,0,50,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23833,12,0,-1,'Crude Murloc Knife',36566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crudely knapped stone blade affixed to a long stick with sinew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23834,12,0,-1,'Crude Murloc Idol',36567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A roughly carved idol depicting no discernable figure.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23835,4,0,-1,'Gnomish Poultryizer',36568,3,64,0,1,90000,22500,12,-1,-1,68,0,202,340,20219,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30507,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340), (23836,4,0,-1,'Goblin Rocket Launcher',40556,3,64,0,1,90000,22500,12,-1,-1,70,0,202,350,20222,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46567,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340), (23837,12,0,-1,'Weathered Treasure Map',23229,1,0,2,1,0,0,0,-1,-1,1,13,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The parchment is yellowed, faded, and full of holes, but most of the writing is still visible.',0,0,0,9550,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23838,4,1,-1,'Foreman\'s Enchanted Helmet',20814,4,0,0,1,147271,29454,1,-1,-1,95,0,202,350,20222,0,0,0,0,0,1,0,2,7,48,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,40386,1,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (23839,4,3,-1,'Foreman\'s Reinforced Helmet',20814,4,0,0,1,221729,44345,1,-1,-1,95,0,202,350,20222,0,0,0,0,0,1,0,2,7,48,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,15816,1,0,0,0,0,0,30519,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (23840,7,3,-1,'Remote Mail Terminal',36571,1,16,0,1,40000,10000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30524,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23841,7,2,-1,'Gnomish Flame Turret',40553,1,64,0,1,12000,3000,0,-1,-1,70,0,202,325,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30526,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23843,12,0,-1,'Whorl of Air',36572,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A swirl from Susurrus somehow retains its cohesion in your hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23844,4,0,-1,'Nolkai\'s Lantern',36575,2,0,0,1,2665,666,23,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (23845,12,0,-1,'Ravager Hide',21366,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23846,15,0,-1,'Nolkai\'s Box',9632,1,4,0,1,0,0,0,-1,-1,17,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23847,15,0,-1,'Nolkai\'s Band',31819,0,0,0,1,0,0,0,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'An inscription on the inside of the band reads: A token for my love to remember me by. May Elune watch over my dear Nolkai.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23848,0,5,-1,'Nethergarde Bitter',18099,1,0,0,1,2000,500,0,-1,-1,45,30,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23849,12,0,-1,'Stillpine Grain',7087,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23850,12,0,-1,'Gurf\'s Dignity',26378,1,2048,2,1,0,0,0,-1,-1,11,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A small patch of white fur belonging to Gurf of the Stillpine.',0,0,0,9564,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23851,12,0,-1,'Battered Journal',36578,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cover of this journal is well worn and its pages yellowed, but two sets of text are still visible within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23852,1,0,-1,'Nolkai\'s Bag',2591,2,0,0,1,3500,875,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Despite its long time buried in the earth, this bag seems nearly new.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23854,7,5,-1,'Shadoweave Cloth',42161,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23855,7,5,-1,'Spellfire Cloth',39460,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23857,0,8,-1,'Legacy of the Mountain King',1103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30562,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23858,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on \'Legacy of the Mountain King.\'',2913,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23859,12,0,-1,'Nazzivus Monument Glyph',37269,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Wicked looking characters accompany a series of humanoid figures as part of some kind of narrative.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23860,12,0,-1,'The Kurken\'s Hide',21416,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23862,0,8,-1,'Redemption of the Fallen',1103,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30550,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23863,12,0,-1,'Corrupted Crystal',33971,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal pulsates with an angry red light. It\'s hard to believe such a thing was once a part of the Exodar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23864,0,8,-1,'Torment of the Worgen',1103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30567,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23865,0,8,-1,'Wrath of the Titans',1103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30557,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The essence of this book is bound to Karazhan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23866,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on \'Redemption of the Fallen.\'',2914,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23867,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on the \'Wrath of the Titans.\'',3001,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23868,15,0,-1,'Singed Page',7629,1,0,0,1,6000,1500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on \'Torment of the Worgen.\'',2918,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23869,12,0,-1,'Crystallized Bark',36589,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Pieces of red crystal have become embedded within the bark and appear to be replacing the wood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23870,12,0,-1,'Red Crystal Pendant',36590,1,2048,2,1,0,0,0,-1,-1,12,9,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of jewelry fashioned from a crystal shard and a rolled seaweed cord.',0,0,0,9576,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23871,0,2,-1,'Potion of Water Breathing',24151,1,0,0,1,0,0,0,-1,-1,18,8,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7178,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23873,12,0,-1,'Galaen\'s Amulet',36592,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small jeweled charm dangles from the end of a fine chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23874,9,3,-1,'Schematic: Elemental Seaforium Charge',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,202,350,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30547,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elemental Seaforium Charge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23875,12,0,-1,'Crystal Mining Pick',36594,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30611,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23876,12,0,-1,'Crystal Mining Pick',36594,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30612,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23877,12,0,-1,'Crystal Mining Pick',36594,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30617,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23878,12,0,-1,'Impact Site Crystal Sample',36595,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A chunk of crystal from Exodar crash debris.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23879,12,0,-1,'Altered Crystal Sample',36596,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A shard of crystal that once formed part of the Exodar, but has been modified by blood elves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23880,12,0,-1,'Axxarien Crystal Sample',36597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sample chipped from the crystals found in satyr settlements.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23881,12,0,-1,'Gargolmar\'s Hand',36598,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23882,9,3,-1,'Schematic: Critter Enlarger',6270,3,64,8192,1,60000,15000,0,-1,-1,65,0,202,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Critter Enlarger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23883,9,3,-1,'Schematic: Healing Potion Injector',6270,3,64,0,1,70000,17500,0,-1,-1,66,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30551,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Healing Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23884,9,3,-1,'Schematic: Mana Potion Injector',6270,3,64,0,1,80000,20000,0,-1,-1,69,0,202,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Mana Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23885,9,3,-1,'Schematic: Remote Mail Terminal',6270,3,80,0,1,50000,12500,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (23886,12,0,-1,'Omor\'s Hoof',12625,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23887,9,3,-1,'Schematic: Rocket Boots Xtreme',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,202,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,30556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Rocket Boots Xtreme.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23888,9,3,-1,'Schematic: Zapthrottle Mote Extractor',1102,1,64,0,1,24000,6000,0,-1,-1,61,0,202,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30548,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Zapthrottle Mote Extractor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23890,12,0,-1,'Ominous Letter',1096,1,2048,2,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9587,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23891,12,0,-1,'Ominous Letter',1096,1,0,0,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2916,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23892,12,0,-1,'Ominous Letter',1096,1,2048,1,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9588,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23893,12,0,-1,'Ominous Letter',1096,1,0,0,1,0,0,0,32767,32767,1,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2917,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23894,12,0,-1,'Fel Orc Blood Vial',15711,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Not quite the same shade of red as you might expect. And it glows ever so slightly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23896,12,0,-1,'Taming Totem',8122,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30646,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23897,12,0,-1,'Taming Totem',8122,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30653,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23898,12,0,-1,'Taming Totem',8122,1,64,0,1,0,0,0,262143,32767,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30654,0,3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23899,12,0,-1,'Traitor\'s Communication',34748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This document is held together by an unusual seal.',2919,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23900,12,0,-1,'Tzerak\'s Armor Plate',36615,1,2048,2,1,0,0,0,-1,-1,1,10,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of armor plating carved from the body of the felguard Tzerak.',0,0,0,9594,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23901,12,0,-1,'Nazan\'s Head',36617,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23902,12,0,-1,'Topher\'s List',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A list of items most urgently needed for the Blood Watch inn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23903,12,0,-1,'Nurguni\'s Supplies',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A box filled with a variety of building materials, first aid supplies, and other items for the Blood Watch inn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23909,4,0,-1,'Blood Elf Bandit Mask',42479,1,0,0,1,36,7,1,-1,-1,5,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23910,15,0,-1,'Blood Elf Communication',16161,1,2048,2,1,0,0,0,-1,-1,8,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9616,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23919,12,0,-1,'Stack of Reports',3030,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The reports are all signed by Keltus Darkleaf.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23920,15,0,-1,'Tattered Handkerchief',18170,0,0,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The handkerchief is covered in blood and dirt, ruining its scent.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23921,15,0,-1,'Bulging Sack of Silver',1168,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,1930,5790,0,12340), (23922,15,0,-1,'Rat Skeleton',3233,0,0,0,1,110,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23923,2,15,-1,'Amani Sacrificial Dagger',36650,1,0,0,1,2914,582,13,-1,-1,17,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23924,4,1,-1,'Robes of Silvermoon',27472,2,0,0,1,87,17,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (23925,12,0,-1,'Ravager Cage Key',36652,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30767,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23926,12,0,-1,'Tome of Divinity',13005,1,0,0,1,0,0,0,-1,-1,12,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2994,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23927,12,0,-1,'Sand Pear',7130,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bright, juicy fruit favored by the elekk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23928,12,0,-1,'The Exarch\'s Orders',25271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23929,12,0,-1,'Letter from Lor\'themar Theron',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2924,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23930,12,0,-1,'Letter Sealed by Sylvanas',35448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2923,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23931,4,1,-1,'Azure Watch Robes',36676,2,0,0,1,81,16,20,16,-1,5,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (23932,12,0,-1,'Survey Data Crystal',36675,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A draenei crystal containing information on the eastern part of Bloodmyst Isle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23933,12,0,-1,'Medivh\'s Journal',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23934,12,0,-1,'Medivh\'s Journal',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31114,0,0,0,20000,0,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23937,12,0,-1,'Letter of Introduction',32846,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A letter written by Anchorite Paetheus.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23938,15,0,-1,'Pristine Ravager Carapace',36682,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23939,15,0,-1,'Pristine Ravager Claw',35014,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23944,15,0,-1,'Broken Ravager Carapace',36682,0,0,0,1,7,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23945,15,0,-1,'Broken Ravager Fang',6002,0,0,0,1,8,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23946,15,0,-1,'Broken Ravager Claw',35014,0,0,0,1,9,9,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23947,15,0,-1,'Cracked Ravager Carapace',36682,0,0,0,1,14,14,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23948,15,0,-1,'Cracked Ravager Fang',6002,0,0,0,1,17,17,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23949,15,0,-1,'Cracked Ravager Claw',35014,0,0,0,1,22,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23952,15,0,-1,'Damaged Ravager Claw',35014,0,0,8192,1,40,40,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23965,15,0,-1,'Chipped Ravager Claw',35014,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23976,15,0,-1,'Gnarled Ravager Carapace',36682,0,0,0,1,2820,705,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23977,15,0,-1,'Gnarled Ravager Fang',6002,0,0,0,1,1992,498,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23978,15,0,-1,'Gnarled Ravager Claw',35014,0,0,0,1,2420,605,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23979,15,0,-1,'Chipped Ravager Carapace',36682,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23980,15,0,-1,'Chipped Ravager Fang',6002,0,0,8192,1,3032,758,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (23981,12,0,-1,'Steam Pump Part',36687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little rusty, but it appears to be in working order.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23984,12,0,-1,'Irradiated Crystal Shard',35930,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23985,0,0,-1,'Crystal of Vitality',36675,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30845,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23986,0,0,-1,'Crystal of Insight',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30847,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23987,15,0,-1,'Mutated Petal',30601,0,0,0,1,25,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23988,15,0,-1,'Mutated Vine',30600,0,0,0,1,30,30,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23989,0,0,-1,'Crystal of Ferocity',36693,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30848,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23994,12,0,-1,'Thorny Constrictor Vine',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23995,12,0,-1,'Murloc Tagger',36696,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30877,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Where are you, little murloc? This won\'t hurt a bit...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23997,12,0,-1,'Head of Tel\'athion',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (23999,4,0,-1,'Honor Hold Tabard',36701,1,0,2,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,946,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24000,9,8,-1,'Formula: Enchant Bracer - Superior Healing',7798,1,64,1,1,60000,15000,0,-1,-1,65,0,333,325,0,0,0,947,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27911,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24001,9,6,-1,'Recipe: Elixir of Major Agility',1102,1,64,1,1,50000,12500,0,32767,-1,66,0,171,330,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Major Agility.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24002,9,4,-1,'Plans: Felsteel Shield Spike',1102,1,64,1,1,60000,15000,0,-1,-1,72,0,164,360,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,29657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felsteel Shield Spike.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24003,9,8,-1,'Formula: Enchant Chest - Exceptional Stats',7798,1,64,1,1,60000,15000,0,-1,-1,69,0,333,345,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase all stats by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24004,4,0,-1,'Thrallmar Tabard',35933,1,0,1,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,947,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24006,0,0,-1,'Grunt\'s Waterskin',36702,1,0,1,1,2000,100,0,-1,-1,55,45,0,0,0,0,0,947,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24007,0,0,-1,'Footman\'s Waterskin',36702,1,0,2,5,2000,100,0,-1,-1,55,55,0,0,0,0,0,946,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24008,0,5,-1,'Dried Mushroom Rations',36703,1,0,2,5,4500,225,0,-1,-1,65,55,0,0,0,0,0,946,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (24009,0,5,-1,'Dried Fruit Rations',36704,1,0,1,1,4500,225,0,-1,-1,65,55,0,0,0,0,0,947,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24020,2,7,-1,'Shadowrend Longblade',39374,3,0,0,1,319899,63979,13,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24021,4,4,-1,'Light-Touched Breastplate',43142,3,0,0,1,224798,44959,5,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,26,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,2,0,4,0,8,0,2889,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24022,4,3,-1,'Scale Leggings of the Skirmisher',43149,3,0,0,1,193409,38681,7,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,3,22,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,8,0,4,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24023,4,2,-1,'Bracers of Finesse',43166,3,0,0,1,80897,16179,9,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,3,18,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24024,4,1,-1,'Pauldrons of Arcane Rage',43187,3,0,0,1,97449,19489,3,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24025,12,0,-1,'Deathclaw\'s Paw',1769,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24026,12,0,-1,'Elder Brown Bear Flank',25475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24027,3,0,-1,'Bold Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,81,-1,0,0,0,0,'',0,0,0,0,0,12340), (24028,3,0,-1,'Delicate Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,82,-1,0,0,0,0,'',0,0,0,0,0,12340), (24029,3,0,-1,'Teardrop Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,83,-1,0,0,0,0,'',0,0,0,0,0,12340), (24030,3,0,-1,'Runed Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,84,-1,0,0,0,0,'',0,0,0,0,0,12340), (24031,3,0,-1,'Bright Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,85,-1,0,0,0,0,'',0,0,0,0,0,12340), (24032,3,0,-1,'Subtle Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,86,-1,0,0,0,0,'',0,0,0,0,0,12340), (24033,3,1,-1,'Solid Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,87,-1,0,0,0,0,'',0,0,0,0,0,12340), (24035,3,1,-1,'Sparkling Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,88,-1,0,0,0,0,'',0,0,0,0,0,12340), (24036,3,0,-1,'Flashing Living Ruby',39926,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,143,-1,0,0,0,0,'',0,0,0,0,0,12340), (24037,3,1,-1,'Lustrous Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,89,-1,0,0,0,0,'',0,0,0,0,0,12340), (24039,3,1,-1,'Stormy Star of Elune',39927,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,154,-1,0,0,0,0,'',0,0,0,0,0,12340), (24040,12,0,-1,'Blood Mushroom',36727,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24041,12,0,-1,'Aquatic Stinkhorn',15857,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24042,12,0,-1,'Ruinous Polyspore',15854,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24043,12,0,-1,'Fel Cone Fungus',36728,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24044,2,6,-1,'Hellreaver',36729,3,0,0,1,405999,81199,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,30,7,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24045,4,0,-1,'Band of Renewal',26537,3,0,0,1,55130,13782,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24046,4,3,-1,'Kilt of Rolling Thunders',43160,3,0,0,1,201685,40337,7,64,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,5,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,2,0,4,0,2864,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24047,3,2,-1,'Brilliant Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,101,-1,0,0,0,0,'',0,0,0,0,0,12340), (24048,3,2,-1,'Smooth Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,102,-1,0,0,0,0,'',0,0,0,0,0,12340), (24049,12,0,-1,'Ysera\'s Tear',19566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24050,3,2,-1,'Gleaming Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,121,-1,0,0,0,0,'',0,0,0,0,0,12340), (24051,3,2,-1,'Rigid Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,153,-1,0,0,0,0,'',0,0,0,0,0,12340), (24052,3,2,-1,'Thick Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,122,-1,0,0,0,0,'',0,0,0,0,0,12340), (24053,3,2,-1,'Mystic Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,148,-1,0,0,0,0,'',0,0,0,0,0,12340), (24054,3,3,-1,'Sovereign Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,123,-1,0,0,0,0,'',0,0,0,0,0,12340), (24055,3,3,-1,'Shifting Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,124,-1,0,0,0,0,'',0,0,0,0,0,12340), (24056,3,3,-1,'Glowing Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,125,-1,0,0,0,0,'',0,0,0,0,0,12340), (24057,3,3,-1,'Royal Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,126,-1,0,0,0,0,'',0,0,0,0,0,12340), (24058,3,5,-1,'Inscribed Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,142,-1,0,0,0,0,'',0,0,0,0,0,12340), (24059,3,5,-1,'Potent Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,150,-1,0,0,0,0,'',0,0,0,0,0,12340), (24060,3,5,-1,'Luminous Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,127,-1,0,0,0,0,'',0,0,0,0,0,12340), (24061,3,5,-1,'Glinting Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,145,-1,0,0,0,0,'',0,0,0,0,0,12340), (24062,3,4,-1,'Enduring Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,128,-1,0,0,0,0,'',0,0,0,0,0,12340), (24063,4,2,-1,'Shifting Sash of Midnight',43167,3,0,0,1,83096,16619,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,3,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2876,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24064,4,4,-1,'Ironsole Clompers',43135,3,0,0,1,174819,34963,8,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,14,7,19,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,2,0,8,0,0,0,2861,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24065,3,4,-1,'Dazzling Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,129,-1,0,0,0,0,'',0,0,0,0,0,12340), (24066,3,4,-1,'Radiant Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,152,-1,0,0,0,0,'',0,0,0,0,0,12340), (24067,3,4,-1,'Jagged Talasite',39930,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,147,-1,0,0,0,0,'',0,0,0,0,0,12340), (24069,2,10,-1,'Crystalfire Staff',39050,3,0,0,1,424751,84950,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,34,5,34,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,150,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,-11.5,0,0,0,'',50,0,0,0,0,12340), (24071,2,15,-1,'Bland Dagger',36741,3,0,8192,1,285536,57107,13,-1,-1,69,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like this is for internal use only.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24072,0,5,-1,'Sand Pear Pie',6342,1,0,0,1,125,6,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (24073,4,0,-1,'Garrote-String Necklace',34034,3,0,0,1,41135,10283,2,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,16,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24074,4,0,-1,'Fel Iron Blood Ring',31657,2,524288,0,1,97964,24491,11,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24075,4,0,-1,'Golden Draenite Ring',39129,2,524288,0,1,97964,24491,11,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24076,4,0,-1,'Azure Moonstone Ring',35313,2,524288,0,1,102600,25650,11,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24077,4,0,-1,'Thick Adamantite Necklace',35358,2,0,0,1,109552,27388,2,-1,-1,83,66,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24078,4,0,-1,'Heavy Adamantite Ring',39128,2,524288,0,1,109552,27388,11,-1,-1,83,66,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24079,4,0,-1,'Khorium Band of Shadows',39121,3,524288,0,1,155100,38775,11,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24080,4,0,-1,'Khorium Band of Frost',39123,3,524288,0,1,156488,39122,11,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24081,12,0,-1,'Satyrnaar Fel Wood',7290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The foul presence of the satyr has corrupted this wood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24082,4,0,-1,'Khorium Inferno Band',39120,3,524288,0,1,156488,39122,11,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24083,4,1,-1,'Lifegiver Britches',43182,3,0,0,1,132940,26588,7,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,16,5,25,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,8,0,8,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24084,15,0,-1,'Draenei Banner',36754,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30988,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24085,4,0,-1,'Khorium Band of Leaves',39122,3,524288,0,1,157880,39470,11,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24086,4,0,-1,'Arcane Khorium Band',39124,3,524288,0,1,159272,39818,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24087,4,0,-1,'Heavy Felsteel Ring',39125,3,524288,0,1,148148,37037,11,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,4,25,7,21,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24088,4,0,-1,'Delicate Eternium Ring',39127,3,524288,0,1,156488,39122,11,-1,-1,101,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,15,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24089,4,0,-1,'Blazing Eternium Band',39126,3,524288,0,1,159272,39818,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,18,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21629,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24090,4,3,-1,'Bloodstained Ravager Gauntlets',43151,3,0,0,1,102292,20458,10,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,3,13,7,19,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2863,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24091,4,4,-1,'Tenacious Defender',43136,3,0,0,1,120460,24092,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,15,3,14,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It has the power... to move you.',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,2,0,0,0,2862,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24092,4,0,-1,'Pendant of Frozen Flame',39162,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30997,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24093,4,0,-1,'Pendant of Thawing',39210,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,30994,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24094,2,5,-1,'Heart Fire Warhammer',38823,3,0,0,1,401510,80302,17,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,5,19,4,19,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,182,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,9417,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24095,4,0,-1,'Pendant of Withering',39211,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,30999,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24096,4,0,-1,'Heartblood Prayer Beads',38544,3,0,0,1,176121,44030,2,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24097,4,0,-1,'Pendant of Shadow\'s End',39209,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,31000,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24098,4,0,-1,'Pendant of the Null Rune',39212,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,31002,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24099,13,0,-1,'The High Chief\'s Key',36756,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31003,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24100,2,15,-1,'Warder\'s Dagger',33302,1,0,8192,1,36,7,13,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24101,9,0,-1,'Book of Ferocious Bite V',12547,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31018,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Ferocious Bite (Rank 5).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24102,9,0,-1,'Manual of Eviscerate IX',36765,3,64,0,1,400000,100000,0,31240,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31016,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Eviscerate (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24103,4,2,-1,'Moongraze Hide Boots',36767,1,0,0,1,148,29,8,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24104,4,1,-1,'Moongraze Fur Cloak',23050,1,0,0,1,166,33,16,-1,-1,9,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24105,0,5,-1,'Roasted Moongraze Tenderloin',25481,1,0,0,1,24,6,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (24106,4,0,-1,'Thick Felsteel Necklace',31899,3,0,0,1,156488,39122,2,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,2,7,36,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31023,0,10,10,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24107,4,3,-1,'Ravager Chitin Tunic',36997,2,0,0,1,729,145,5,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24108,4,2,-1,'Ravager Hide Leggings',14346,2,0,0,1,609,121,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24109,4,1,-1,'Thick Ravager Belt',17119,2,0,0,1,244,48,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24110,4,0,-1,'Living Ruby Pendant',31604,3,0,0,1,156488,39122,2,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,2,5,15,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,18379,1,0,0,0,0,-1,31024,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24111,4,2,-1,'Kurken Hide Jerkin',36771,2,0,0,1,632,126,5,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24112,4,1,-1,'Kurkenstoks',16855,2,0,0,1,380,76,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24113,4,1,-1,'Cowlen\'s Bracers of Kinship',28013,2,0,0,1,230,46,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24114,4,0,-1,'Braided Eternium Chain',9859,3,0,0,1,157880,39470,2,-1,-1,102,70,0,0,0,0,0,0,0,0,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33488,1,0,0,0,0,0,31025,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24116,4,0,-1,'Eye of the Night',36755,3,0,0,1,157880,39470,2,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,32,26,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28869,1,0,0,0,0,-1,31033,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24117,4,0,-1,'Embrace of the Dawn',35358,3,0,0,1,159272,39818,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21628,1,0,0,0,0,0,31026,0,10,10,3600000,0,0,0,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24118,4,0,-1,'Signet of Argas',9847,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (24119,4,0,-1,'Band of Argas',9832,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (24120,4,0,-1,'Seal of Argas',9847,2,0,0,1,6000,1500,11,-1,-1,32,0,0,0,0,0,0,0,0,0,1,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9397,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',5,0,0,0,0,12340), (24121,4,0,-1,'Chain of the Twilight Owl',34274,3,0,0,1,159272,39818,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,19,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,31035,0,10,10,3600000,0,0,0,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24122,4,1,-1,'Coronet of Verdant Flame',27606,4,0,0,1,152988,30597,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,40,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,32981,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (24123,4,1,-1,'Circlet of Arcane Might',36772,4,0,0,1,153561,30712,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,5,27,6,27,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,32980,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (24124,4,0,-1,'Figurine - Felsteel Boar',39917,3,0,0,1,48000,12000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15819,1,0,0,0,0,0,31038,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24125,4,0,-1,'Figurine - Dawnstone Crab',39916,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31039,0,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24126,4,0,-1,'Figurine - Living Ruby Serpent',39918,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,2,5,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31040,0,0,0,300000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24127,4,0,-1,'Figurine - Talasite Owl',39914,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21640,1,0,0,0,0,0,31045,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24128,4,0,-1,'Figurine - Nightseye Panther',39915,3,0,0,1,60000,15000,12,-1,-1,115,70,755,370,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,15813,1,0,0,0,0,0,31047,0,0,0,180000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24129,4,2,-1,'Salvaged Leather Belt',14443,1,0,0,1,32,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24130,4,1,-1,'Worn Slippers',16587,1,0,0,1,39,7,8,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24131,4,3,-1,'Slightly Rusted Bracers',6904,1,0,0,1,39,7,9,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24132,12,0,-1,'A Letter from the Admiral',24153,1,0,2,1,0,0,0,-1,-1,18,15,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9672,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24133,4,3,-1,'Weathered Mail Tunic',36775,1,0,0,1,72,14,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24134,4,2,-1,'Weathered Leather Vest',36776,1,0,0,1,60,12,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24135,4,1,-1,'Weathered Cloth Armor',40713,1,0,0,1,48,9,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24136,2,2,-1,'Farstrider\'s Bow',18350,2,0,0,1,1421,284,15,4,32767,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,27,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (24137,4,4,-1,'PH Plate Ramparts Reward',36780,3,0,8192,1,171975,34395,1,-1,-1,86,0,0,0,0,0,0,0,0,0,1,0,0,4,26,3,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24138,2,18,-1,'Silver Crossbow',11247,2,0,0,1,1431,286,26,4,32767,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (24139,12,0,-1,'Faint Arcane Essence',20608,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24140,0,0,-1,'Blackened Urn',31577,0,0,0,1,0,20000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Though the urn now appears to be empty, it might still be worth something to a vendor.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24141,4,3,-1,'Battle Worn Gauntlets',36786,1,0,0,1,117,23,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24142,4,2,-1,'Battle Worn Gloves',36787,1,0,0,1,100,20,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24143,4,0,-1,'Initiate\'s Shirt',36789,0,0,0,1,5,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24144,4,1,-1,'Battle Worn Handguards',36788,1,0,0,1,81,16,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24145,4,1,-1,'Initiate\'s Pants',36790,0,0,0,1,5,1,7,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24146,4,1,-1,'Initiate\'s Boots',36793,0,0,0,1,3,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24150,4,1,-1,'Mok\'Nathal Wildercloak',38813,3,0,0,1,104920,20984,16,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24151,4,0,-1,'Mok\'Nathal Clan Ring',23629,3,0,0,1,301215,75303,11,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,16,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24152,12,0,-1,'Charred Bone Fragment',36860,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24153,12,0,-1,'Bloodcursed Soul',36861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24154,4,0,-1,'Witching Band',28733,3,0,0,1,55130,13782,11,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,7,16,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24155,2,10,-1,'Ursol\'s Claw',40357,3,0,0,1,402894,80578,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,38,56,3,27,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,248,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24156,12,0,-1,'Filled Shimmering Vessel',36862,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange fluid fills the vessel, radiating a holy power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24157,12,0,-1,'Shimmering Vessel',16023,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45351,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A delicate container made of an indistinguishable material.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24158,9,10,-1,'Design: Khorium Band of Shadows',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Band of Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24159,9,10,-1,'Design: Khorium Band of Frost',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Band of Frost.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24160,9,10,-1,'Design: Khorium Inferno Band',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Inferno Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24161,9,10,-1,'Design: Khorium Band of Leaves',6270,3,64,0,1,140000,35000,0,-1,-1,72,0,755,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Khorium Band of Leaves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24162,9,10,-1,'Design: Arcane Khorium Band',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31057,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft an Arcane Khorium Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24163,9,10,-1,'Design: Heavy Felsteel Ring',6270,3,64,0,1,120000,30000,0,-1,-1,69,0,755,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31058,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Heavy Felsteel Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24164,9,10,-1,'Design: Delicate Eternium Ring',6270,3,64,0,1,120000,30000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Delicate Eternium Ring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24165,9,10,-1,'Design: Blazing Eternium Band',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31061,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Blazing Eternium Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24166,9,10,-1,'Design: Thick Felsteel Necklace',6270,3,64,0,1,120000,30000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31067,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Thick Felsteel Necklace.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24167,9,10,-1,'Design: Living Ruby Pendant',6270,3,64,0,1,120000,30000,0,-1,-1,71,0,755,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Living Ruby Pendant.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24168,9,10,-1,'Design: Braided Eternium Chain',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31070,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Braided Eternium Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24169,9,10,-1,'Design: Eye of the Night',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31071,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Eye of the Night.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24170,9,10,-1,'Design: Embrace of the Dawn',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Embrace of the Dawn.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24171,9,10,-1,'Design: Chain of the Twilight Owl',6270,3,64,0,1,140000,35000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31076,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Chain of the Twilight Owl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24172,9,10,-1,'Design: Coronet of Verdant Flame',6270,4,64,0,1,60000,15000,0,-1,-1,74,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31077,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Coronet of the Verdant Flame.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24173,9,10,-1,'Design: Circlet of Arcane Might',6270,4,64,0,1,60000,15000,0,-1,-1,74,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31078,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Circlet of Arcane Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24174,9,10,-1,'Design: Pendant of Frozen Flame',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31062,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Frozen Flame.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24175,9,10,-1,'Design: Pendant of Thawing',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31063,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Thawing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24176,9,10,-1,'Design: Pendant of Withering',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31064,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Withering.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24177,9,10,-1,'Design: Pendant of Shadow\'s End',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31065,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of Shadow\'s End.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24178,9,10,-1,'Design: Pendant of the Null Rune',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31066,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Pendant of the Null Rune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24179,9,10,-1,'Design: Felsteel Boar',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Felsteel Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24180,9,10,-1,'Design: Dawnstone Crab',6270,3,64,2,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dawnstone Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24181,9,10,-1,'Design: Living Ruby Serpent',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Living Ruby Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24182,9,10,-1,'Design: Talasite Owl',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Talasite Owl.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24183,9,10,-1,'Design: Nightseye Panther',6270,3,64,0,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Nightseye Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24184,12,0,-1,'Filled Shimmering Vessel',36862,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31225,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange fluid fills the vessel, radiating a holy power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24185,12,0,-1,'Dragon Bone',18072,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This bone has been used in a ritual.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24186,15,0,-1,'Copper Powder',38471,0,0,0,1,200,50,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24188,15,0,-1,'Tin Powder',38474,0,0,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24189,15,0,-1,'Crystalline Fragments',20977,0,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24190,15,0,-1,'Iron Powder',38475,0,262144,0,1,1600,400,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24192,9,10,-1,'Design: Bright Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bright Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24193,9,10,-1,'Design: Bold Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bold Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24194,9,10,-1,'Design: Delicate Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Delicate Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24195,9,10,-1,'Design: Teardrop Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Teardrop Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24196,9,10,-1,'Design: Runed Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Runed Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24197,9,10,-1,'Design: Subtle Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31090,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Subtle Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24198,9,10,-1,'Design: Flashing Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Flashing Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24199,9,10,-1,'Design: Solid Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Solid Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24200,9,10,-1,'Design: Sparkling Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31149,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sparkling Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24201,9,10,-1,'Design: Lustrous Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31094,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Lustrous Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24202,9,10,-1,'Design: Stormy Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31095,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Stormy Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24203,9,10,-1,'Design: Brilliant Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Brilliant Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24204,9,10,-1,'Design: Smooth Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31097,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Smooth Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24205,9,10,-1,'Design: Rigid Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31098,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Rigid Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24206,9,10,-1,'Design: Gleaming Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31099,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Gleaming Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24207,9,10,-1,'Design: Thick Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31100,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thick Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24208,9,10,-1,'Design: Mystic Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31101,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24209,9,10,-1,'Design: Sovereign Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31102,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sovereign Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24210,9,10,-1,'Design: Shifting Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31103,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Shifting Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24211,9,10,-1,'Design: Glowing Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31104,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glowing Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24212,9,10,-1,'Design: Royal Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31105,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Royal Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24213,9,10,-1,'Design: Inscribed Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31106,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Inscribed Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24214,9,10,-1,'Design: Potent Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31107,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Potent Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24215,9,10,-1,'Design: Luminous Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31108,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Luminous Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24216,9,10,-1,'Design: Glinting Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31109,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Glinting Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24217,9,10,-1,'Design: Enduring Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31110,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Enduring Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24218,9,10,-1,'Design: Radiant Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31111,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Radiant Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24219,9,10,-1,'Design: Dazzling Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31112,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Dazzling Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24220,9,10,-1,'Design: Jagged Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31113,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Jagged Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24221,12,0,-1,'Bundle of Dragon Bones',13806,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31268,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24222,2,15,-1,'The Shadowfoot Stabber',30724,3,0,0,1,221054,44210,13,-1,-1,57,52,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,88,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (24223,15,0,-1,'Bloodvalor\'s Notes',16065,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Knight-Lord Bloodvalor\'s handwritten instructions to candidates for the Blood Knight rank of Adept.',2930,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24224,12,0,-1,'Crate of Bloodforged Ingots',36901,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate filled with dark metal ingots radiating a sense of wrongness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24225,12,0,-1,'Blood of the Wrathful',26858,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A stoppered flask of potent demon blood, perfect for quenching a newly-forged Blood Knight weapon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24226,12,0,-1,'Blood Knight Insignia',36902,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small, black and red enameled metal pendant in the shape of a falcon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24227,4,2,-1,'Soft Leather Belt',36906,1,0,8192,1,30,6,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24230,12,0,-1,'Velen\'s Orders',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of the Prophet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24231,15,0,-1,'Coarse Snuff',6371,0,0,0,1,211,52,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24232,15,0,-1,'Shabby Knot',10301,0,0,0,1,900,225,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24233,12,0,-1,'Discarded Nutriment',15854,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These mushroom remains are desiccated and have likely been here a while.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24234,15,0,-1,'Mithril Powder',38476,0,262144,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24235,15,0,-1,'Thorium Powder',38477,0,262144,0,1,3200,800,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24236,12,0,-1,'Medical Supplies',26381,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24237,12,0,-1,'Galaen\'s Journal',1317,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2937,35,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24238,12,0,-1,'Mushroom Sample',19488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like the ones that the boglords have discarded, except fresher.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24239,12,0,-1,'Crate of Materials',7913,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24240,12,0,-1,'Box of Mushrooms',9288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These are heavy! Ogre-sized, in fact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24241,4,3,-1,'Green Chain Belt',37154,1,0,0,1,39,7,6,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24242,15,0,-1,'Fel Iron Powder',38478,0,262144,0,1,6000,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24243,7,4,-1,'Adamantite Powder',38479,1,262144,0,1,9000,2250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24245,12,0,-1,'Glowcap',36934,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24246,12,0,-1,'Sanguine Hibiscus',19495,1,0,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It certainly has a \'passionate\' fragrance.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24247,12,0,-1,'Underspore Frond',34863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells like it\'s a thousand years old, too.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24248,12,0,-1,'Brain of the Black Stalker',37035,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ok, this is disgusting!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24249,4,1,-1,'Unyielding Bracers',38923,3,0,0,1,82815,16563,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,39,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,570,30,0,0,0,0,4,0,0,0,0,0,2909,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24250,4,1,-1,'Bracers of Havok',38922,3,0,0,1,83133,16626,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2884,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24251,4,1,-1,'Blackstrike Bracers',38921,3,0,0,1,83451,16690,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24252,4,1,-1,'Cloak of the Black Void',26202,3,0,0,1,125640,25128,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24253,4,1,-1,'Cloak of Eternity',38973,3,0,0,1,126117,25223,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,12,23,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24254,4,1,-1,'White Remedy Cape',36937,3,0,0,1,130008,26001,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (24255,4,1,-1,'Unyielding Girdle',36938,4,0,0,1,109404,21880,6,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,570,35,0,0,0,0,8,0,4,0,0,0,81,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24256,4,1,-1,'Girdle of Ruination',38974,4,0,0,1,109804,21960,6,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,13,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2883,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24257,4,1,-1,'Black Belt of Knowledge',38975,4,0,0,1,110204,22040,6,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,18,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24258,4,1,-1,'Resolute Cape',29719,4,4096,0,1,165905,33181,16,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,30,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,260,0,0,0,'',67,0,0,0,0,12340), (24259,4,1,-1,'Vengeance Wrap',38976,4,4096,0,1,166489,33297,16,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24260,4,1,-1,'Manaweave Cloak',38977,4,4096,0,1,167088,33417,16,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,20,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24261,4,1,-1,'Whitemend Pants',43304,4,0,0,1,223584,44716,7,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,571,75,0,0,0,0,8,0,4,0,2,0,94,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24262,4,1,-1,'Spellstrike Pants',38958,4,0,0,1,224383,44876,7,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,32,26,31,22,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,559,75,0,0,0,0,8,0,4,0,2,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24263,4,1,-1,'Battlecast Pants',43421,4,0,0,1,225161,45032,7,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,572,75,0,0,0,0,2,0,8,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24264,4,1,-1,'Whitemend Hood',43883,4,0,0,1,169470,33894,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,571,60,0,0,0,0,8,0,4,0,2,0,94,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24265,4,1,-1,'Old Spellstrike Hood',36945,4,16,8192,1,170070,34014,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24266,4,1,-1,'Spellstrike Hood',38956,4,0,0,1,154448,30889,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,32,24,31,16,5,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,559,60,0,0,0,0,8,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24267,4,1,-1,'Battlecast Hood',43884,4,0,0,1,155032,31006,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,43,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,572,60,0,0,0,0,2,0,8,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (24268,0,8,-1,'Netherweave Net',1007,1,64,0,1,400,100,0,-1,-1,60,0,197,300,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31367,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24269,0,8,-1,'Heavy Netherweave Net',1007,1,64,0,1,400,100,0,-1,-1,60,0,197,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31368,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24270,1,5,-1,'Bag of Jewels',24496,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24271,7,5,-1,'Spellcloth',39460,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24272,7,5,-1,'Shadowcloth',42161,3,0,0,1,16000,4000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24273,0,6,-1,'Mystic Spellthread',42716,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31371,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24274,0,6,-1,'Runic Spellthread',42717,4,32832,0,1,200000,50000,0,262143,32767,75,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31372,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24275,0,6,-1,'Silver Spellthread',42718,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31369,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24276,0,6,-1,'Golden Spellthread',42715,4,32832,0,1,200000,50000,0,262143,32767,75,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31370,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24277,15,0,-1,'Items for Magister Astalor Bloodsworn',18010,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A list of items and resources required by Magister Astalor Bloodmourn',2941,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24278,15,0,-1,'Flare Gun',16299,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31333,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of the Hand of Argus',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24279,12,0,-1,'Vicious Teromoth Sample',6700,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This one has the eerie blue glow that permeates everything in the thicket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24280,12,0,-1,'Naga Claws',3146,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24281,15,0,-1,'Carved Ivory Bone',18072,0,0,0,1,1210,302,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like the carving was never finished...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24282,15,0,-1,'Rogue\'s Diary',1588,0,0,0,1,18250,4562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'All the pages are blank.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24283,15,0,-1,'An Antique Gun',7397,0,0,0,1,152345,38086,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The name \'Lasitor\' is etched into the barrel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24284,12,0,-1,'Tyr\'s Hand Holy Water',15770,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial containing a sample of holy water from the Scarlet Crusade\'s abbey at Tyr\'s Hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24285,12,0,-1,'Crepuscular Powder',37130,1,0,0,1,1500000,375000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This dark powder seems to readily absorb light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24286,12,0,-1,'Arcane Catalyst',35023,1,0,0,1,500000,125000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A brightly colored powder used to promote reactions between magical substances.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24287,15,0,-1,'Extinguishing Mixture',16321,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31497,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A shimmering, inky black liquid capable of extinguishing an eternal flame.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24288,7,11,-1,'Rune Thread',25048,3,0,0,1,60000,15000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (24289,0,0,-1,'Chrono-beacon',35649,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31479,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,2366,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24290,12,0,-1,'Mature Spore Sac',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24291,12,0,-1,'Bog Lord Tendril',36984,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24292,9,2,-1,'Pattern: Mystic Spellthread',1301,1,64,0,1,60000,15000,0,-1,-1,67,0,197,335,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31430,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Mystic Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24293,9,2,-1,'Pattern: Silver Spellthread',1301,1,64,0,1,60000,15000,0,-1,-1,67,0,197,335,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31431,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Silver Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24294,9,2,-1,'Pattern: Runic Spellthread',1301,1,64,0,1,360000,90000,0,-1,-1,75,0,197,375,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31432,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Runic Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24295,9,2,-1,'Pattern: Golden Spellthread',1301,1,64,0,1,360000,90000,0,-1,-1,75,0,197,375,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31433,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Golden Spellthread.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24296,9,2,-1,'Pattern: Unyielding Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Unyielding Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24297,9,2,-1,'Pattern: Bracers of Havok',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31435,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Bracers of Havok.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24298,9,2,-1,'Pattern: Blackstrike Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31437,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Blackstrike Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24299,9,2,-1,'Pattern: Cloak of the Black Void',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31438,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cloak of the Black Void.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24300,9,2,-1,'Pattern: Cloak of Eternity',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31440,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cloak of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24301,9,2,-1,'Pattern: White Remedy Cape',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a White Remedy Cape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24302,9,2,-1,'Pattern: Unyielding Girdle',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew an Unyielding Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24303,9,2,-1,'Pattern: Girdle of Ruination',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Girdle of Ruination.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24304,9,2,-1,'Pattern: Black Belt of Knowledge',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31444,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Black Belt of Knowledge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24305,9,2,-1,'Pattern: Resolute Cape',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31448,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Resolute Cape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24306,9,2,-1,'Pattern: Vengeance Wrap',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31449,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Vengeance Wrap.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24307,9,2,-1,'Pattern: Manaweave Cloak',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31450,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Manaweave Cloak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24308,9,2,-1,'Pattern: Whitemend Pants',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Whitemend Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24309,9,2,-1,'Pattern: Spellstrike Pants',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Spellstrike Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24310,9,2,-1,'Pattern: Battlecast Pants',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Battlecast Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24311,9,2,-1,'Pattern: Whitemend Hood',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Whitemend Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24312,9,2,-1,'Pattern: Spellstrike Hood',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellstrike Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24313,9,2,-1,'Pattern: Battlecast Hood',6270,4,64,0,1,60000,15000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31456,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Battlecast Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24314,9,2,-1,'Pattern: Bag of Jewels',1301,1,64,0,1,40000,10000,0,-1,-1,68,0,197,340,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31459,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Bag of Jewels.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24315,9,2,-1,'Pattern: Heavy Netherweave Net',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,197,325,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31461,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (24316,9,2,-1,'Pattern: Spellcloth',1301,1,64,0,1,40000,10000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31373,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Spellcloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24317,12,0,-1,'Bloodmyst Water Sample',15791,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s glowing red.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24318,12,0,-1,'Water Sample Flask',34493,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31549,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24323,12,0,-1,'Translated Sunhawk Missive',634,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This letter bears the seal of the blood elves.',2943,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24330,0,0,-1,'Drain Schematics',4110,1,2048,0,1,0,0,0,-1,-1,0,59,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9731,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24334,4,6,-1,'Wheel of the Lost Hope',18456,2,0,0,1,3993,798,14,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,7,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (24335,15,0,-1,'Orb of Returning',27454,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31613,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24336,15,0,-1,'Fireproof Satchel',30271,1,4,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24337,12,0,-1,'Deactivating Jewel',35843,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31614,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24338,0,5,-1,'Hellfire Spineleaf',37044,1,0,0,1,4000,200,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24339,2,7,-1,'Stung',31400,2,0,0,1,1498,299,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (24340,4,1,-1,'Vandril\'s Hand Me Down Pants',14498,2,0,0,1,601,120,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24341,4,3,-1,'Fortified Oven Mitts',7000,2,0,0,1,453,90,10,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24342,2,19,-1,'Stillpine Shocker',28633,2,0,0,1,1776,355,26,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (24343,2,4,-1,'The Thumper',8572,2,0,0,1,2377,475,13,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,24,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (24344,4,0,-1,'Tabard of the Hand',37080,1,0,2,1,0,0,19,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24345,9,0,-1,'Book of Cower IV',1317,3,64,0,1,400000,100000,0,32256,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Cower (Rank 4).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24346,4,1,-1,'Robe of the Dragon Slayer',37046,2,0,0,1,2106,421,20,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,7,3,5,3,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (24347,4,2,-1,'Vest of the Dragon Slayer',37047,2,0,0,1,2643,528,5,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,3,3,7,3,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (24348,4,3,-1,'Tunic of the Dragon Slayer',37048,2,0,0,1,3183,636,5,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,3,4,3,7,3,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (24349,4,0,-1,'Signet Ring of the Hand',23608,2,0,0,1,1650,412,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (24350,4,0,-1,'Signet Ring of the Hand',26001,2,0,0,1,1650,412,11,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,2,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (24351,2,4,-1,'Mace of the Hand',37049,2,0,0,1,7284,1456,13,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,600000,0,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (24352,2,8,-1,'Blade of the Hand',37050,2,0,0,1,9138,1827,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,41,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (24353,2,18,-1,'Crossbow of the Hand',37057,2,0,0,1,5502,1100,26,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,30,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (24354,2,10,-1,'Staff of the Hand',37054,2,0,0,1,9203,1840,17,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,3,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,30,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,9394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (24355,0,0,-1,'Ironvine Seeds',37062,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31736,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24356,2,15,-1,'Wastewalker Shiv',43194,3,0,0,1,371539,74307,13,-1,-1,91,62,0,0,0,0,0,0,0,1,1,0,2,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,130,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24357,4,3,-1,'Vest of Living Lightning',43161,3,0,0,1,223693,44738,5,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,7,12,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,2872,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24359,4,1,-1,'Princely Reign Leggings',42315,3,0,0,1,135911,27182,7,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,4,7,18,5,28,31,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These leggings will guide you to the princely reign.',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24360,4,3,-1,'Tracker\'s Belt',43153,3,0,0,1,102329,20465,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,21,32,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24361,2,7,-1,'Spellfire Longsword',43733,3,0,0,1,342380,68476,21,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,15,5,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,128,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,23732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',50,0,0,0,0,12340), (24362,4,1,-1,'Spore-Soaked Vaneer',43197,3,0,0,1,103109,20621,16,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24363,4,4,-1,'Unscarred Breastplate',43140,3,0,0,1,241512,48302,5,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,4,26,3,21,7,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,2,0,2,0,8,0,113,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24364,4,4,-1,'Azureplate Greaves',43144,3,0,0,1,242436,48487,7,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,4,33,7,27,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,815,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24365,4,2,-1,'Deft Handguards',43170,3,0,0,1,86905,17381,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,7,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2860,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24366,4,3,-1,'Scorpid-Sting Mantle',43156,3,0,0,1,157720,31544,3,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,3,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2863,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24367,12,0,-1,'Orders from Lady Vashj',24153,1,2048,0,1,0,0,0,-1,-1,70,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9764,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24368,12,0,-1,'Coilfang Armaments',23315,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24372,12,0,-1,'Diaphanous Wing',37083,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A thin, nearly transparent insect wing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24373,12,0,-1,'Scout Jyoba\'s Report',24153,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stained and streaked, this document contains the scout\'s observations about the Dead Mire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24374,12,0,-1,'Eel Filet',22193,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Finally, a non-fungal meal alternative...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24375,12,0,-1,'Thick Hydra Scale',37094,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tough scale from the belly of a hydra.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24376,4,0,-1,'Runed Fungalcap',39055,3,524288,0,1,7230,1807,12,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31771,0,0,0,120000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24378,2,4,-1,'Coilfang Hammer of Renewal',43195,3,0,0,1,374105,74821,21,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,7,10,5,13,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,139,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,26225,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-14,0,0,0,'',50,0,0,0,0,12340), (24379,4,1,-1,'Bogstrok Scale Cloak',38548,3,0,0,1,101922,20384,16,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,7,22,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,208,0,0,0,'',50,0,0,0,0,12340), (24380,2,19,-1,'Calming Spore Reed',39057,3,0,0,1,255769,51153,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,5,8,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24381,2,18,-1,'Coilfang Needler',39059,3,0,0,1,256758,51351,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,187,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24382,12,0,-1,'Zurai\'s Report',7649,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24383,12,0,-1,'Fulgor Spore',19566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24384,2,4,-1,'Diamond-Core Sledgemace',38827,3,0,0,1,345306,69061,21,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,7,12,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,144,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,28767,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-12.8,0,0,0,'',50,0,0,0,0,12340), (24385,4,0,-1,'Pendant of Battle-Lust',31899,3,0,0,1,78585,19646,2,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,4,19,3,14,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24386,4,7,-1,'Libram of Saints Departed',36578,3,0,0,1,104360,20872,28,32767,-1,88,61,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24387,4,4,-1,'Ironblade Gauntlets',43134,3,0,0,1,122887,24577,10,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,4,4,20,3,14,7,19,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2870,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24388,4,3,-1,'Girdle of the Gale Storm',43159,3,0,0,1,105118,21023,6,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,7,13,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2863,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24389,2,3,-1,'Legion Blunderbuss',41427,3,0,0,1,263755,52751,26,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24390,4,0,-1,'Auslese\'s Light Channeler',38837,3,524288,0,1,82948,20737,12,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,31794,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24391,4,2,-1,'Kilt of the Night Strider',43175,3,0,0,1,177099,35419,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,21,5,26,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,8,0,2890,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24392,4,1,-1,'Arcing Bracers',43188,3,0,0,1,71096,14219,9,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24393,4,1,-1,'Bloody Surgeon\'s Mitts',40042,3,0,0,1,71352,14270,10,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,10,5,20,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2866,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24394,2,1,-1,'Warsong Howling Axe',40900,3,0,0,1,447550,89510,17,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,262,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24395,4,1,-1,'Mindfire Waistband',43189,3,0,0,1,71857,14371,6,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,4,7,10,5,14,6,8,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,8,0,0,0,2880,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24396,4,2,-1,'Vest of Vengeance',43168,3,0,0,1,180283,36056,5,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,3,27,7,18,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2871,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24397,4,1,-1,'Raiments of Divine Authority',43183,3,0,0,1,144738,28947,20,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,7,16,5,21,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,4,0,8,0,2868,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24398,4,2,-1,'Mantle of the Dusk-Dweller',43169,3,0,0,1,136172,27234,3,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,3,20,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24399,15,0,-1,'Sunhawk Missive',634,1,2048,0,1,0,0,0,-1,-1,14,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This letter bears the seal of the blood elves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24400,12,0,-1,'Dead Mire Soil Sample',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sample of slick, sickly soil from Zangarmarsh\'s Dead Mire region.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24401,12,0,-1,'Unidentified Plant Parts',7328,1,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24402,15,0,-1,'Package of Identified Plants',3565,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24403,12,0,-1,'Common Fern',18089,0,0,0,1,4000,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24404,15,0,-1,'Ruined Specimen',1442,0,0,0,1,2000,500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24405,12,0,-1,'Common Azerothian Species',7273,0,0,0,1,2000,500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This plant was probably carried through the Dark Portal by someone from Azeroth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24406,12,0,-1,'Common Flower',2788,0,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24407,0,0,-1,'Uncatalogued Species',6387,1,0,0,1,4000,1000,0,-1,-1,1,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This plant is not listed in Lauranna\'s manual.',0,0,0,9875,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24408,0,0,-1,'Edible Stalks',24690,1,0,0,1,4000,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24411,12,0,-1,'Ikeyen\'s Belongings',15692,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24412,6,2,-1,'Warden\'s Arrow',40522,3,16,0,200,5000,6,24,-1,-1,115,62,0,0,0,0,0,942,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24413,4,9,-1,'Totem of the Thunderhead',43198,3,0,0,1,113467,22693,28,32767,-1,94,63,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24414,12,0,-1,'Blood Elf Plans',35402,1,2048,2,1,0,0,0,32767,-1,1,2,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,9798,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24415,12,0,-1,'Vindicator Idaar\'s Letter',32847,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24416,12,0,-1,'Corrupted Flower',19495,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It even oozes red sap.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24417,6,2,-1,'Scout\'s Arrow',40521,2,0,0,200,2000,2,24,-1,-1,97,61,0,0,0,0,0,942,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,26,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24419,12,0,-1,'Digested Caracoli',37181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It smells a little funky.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24421,0,0,-1,'Nagrand Cherry',37181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31920,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24422,12,0,-1,'Feralfen Idol',37182,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small stone statue depicting an animal spirit worshipped by the Feralfen Lost Ones.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24423,4,3,-1,'Beaten Chain Leggings',37184,1,0,0,1,75,15,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24424,4,2,-1,'Rough Leather Leggings',37185,1,0,0,1,63,12,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24425,4,1,-1,'Hand Sewn Pants',37186,1,0,0,1,50,10,7,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24426,12,0,-1,'Sporebat Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24427,12,0,-1,'Fen Strider Tentacle',18537,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24428,12,0,-1,'Ahuurn\'s Elixir',15790,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32038,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The liquid in this vial bubbles softly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24429,0,0,-1,'Expedition Flare',39448,1,64,0,1,8000,2000,0,-1,-1,64,60,0,0,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32027,0,-1,-1,3600000,0,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24430,2,8,-1,'Seafarer\'s Blade',37191,1,0,0,1,924,184,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,19,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24431,2,4,-1,'McWeaksauce\'s Meat Tenderizer',37192,1,0,0,1,761,152,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24432,2,5,-1,'The Shell Cracker',37193,1,0,0,1,864,172,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24433,2,18,-1,'Crossbow of the Albatross',37057,1,0,0,1,520,104,26,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24434,2,10,-1,'The Discipline Stick',37195,1,0,0,1,871,174,17,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24435,4,3,-1,'Reinforced Mail Boots',37196,1,0,0,1,124,24,8,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24436,4,2,-1,'Huntsman\'s Bracers',37197,1,0,0,1,68,13,9,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24437,4,1,-1,'Slightly Worn Bracer',37198,1,0,0,1,55,11,9,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24438,4,1,-1,'Fur Covered Robe',37199,2,0,0,1,613,122,20,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,7,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24439,4,2,-1,'Savage Leggings',37185,2,0,0,1,769,153,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24440,4,3,-1,'Heavy Chain Leggings',37200,2,0,0,1,927,185,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (24441,2,18,-1,'Exodar Crossbow',37201,1,0,0,1,93,18,26,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24442,4,3,-1,'Mail Belt of the Silverpine',37202,1,0,0,1,215,43,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (24443,4,2,-1,'Bracers of Shed Fur',37203,1,0,0,1,0,0,9,-1,-1,10,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (24444,4,1,-1,'Newly Weaved Pants',37204,1,0,0,1,289,57,7,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (24445,4,3,-1,'Fortified Wristguards',37205,1,0,0,1,217,43,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24446,4,2,-1,'Sturdy Leather Belt',37206,1,0,0,1,182,36,6,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24447,4,3,-1,'Naga Scale Boots',37207,1,0,0,1,339,67,8,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24448,2,7,-1,'Battle Tested Blade',37209,1,0,0,1,753,150,21,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24449,12,0,-1,'Fertile Spores',37214,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24450,4,1,-1,'Manaspark Gloves',43190,3,0,0,1,76760,15352,10,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,4,7,14,5,14,6,10,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,4,0,0,0,2875,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24451,4,3,-1,'Lykul Bloodbands',43152,3,0,0,1,115536,23107,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,3,18,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24452,4,2,-1,'Starlight Gauntlets',43176,3,0,0,1,87438,17487,10,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,10,5,21,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,8,0,0,0,2889,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24453,2,15,-1,'Zangartooth Shortblade',39074,3,0,0,1,351112,70222,21,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,88,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-15.3,0,0,0,'',50,0,0,0,0,12340), (24454,4,1,-1,'Cloak of Enduring Swiftness',39075,3,0,0,1,105740,21148,16,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,3,12,7,13,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24455,4,2,-1,'Tunic of the Nightwatcher',43177,3,0,0,1,176895,35379,5,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,27,5,21,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24456,4,4,-1,'Greaves of the Iron Guardian',43138,3,0,0,1,248603,49720,7,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,32,7,33,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,4,0,8,0,2873,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24457,4,4,-1,'Truth Bearer Shoulderguards',43199,3,0,0,1,186808,37361,3,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,17,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,721,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,2,0,0,0,2875,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24458,4,4,-1,'Studded Girdle of Virtue',43143,3,0,0,1,125967,25193,6,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,19,7,18,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2874,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24459,4,1,-1,'Cloak of Healing Rays',39078,3,0,0,1,107755,21551,16,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,12,5,13,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24460,4,0,-1,'Talisman of Tenacity',38555,3,0,0,1,129865,32466,2,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,7,30,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24461,2,5,-1,'Hatebringer',43200,3,0,0,1,452373,90474,17,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,25,7,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,318,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,106,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24462,4,0,-1,'Luminous Pearls of Insight',9858,3,0,0,1,41135,10283,2,32767,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,5,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24463,4,4,-1,'Pauldrons of Brute Force',43139,3,0,0,1,196132,39226,3,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,16,7,22,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,721,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,8,0,0,0,2876,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24464,2,15,-1,'The Stalker\'s Fangs',39081,3,524288,0,1,375656,75131,13,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,2,7,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24465,4,3,-1,'Shamblehide Chestguard',43154,3,0,16,1,226208,45241,5,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,16,5,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,2877,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24466,4,2,-1,'Skulldugger\'s Leggings',43171,3,0,0,1,189167,37833,7,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,7,24,13,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,8,0,2871,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24467,15,0,-1,'Living Fire',15788,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31927,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Chaotic fires dance inside the bottle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24468,12,0,-1,'Burstcap Mushroom',37210,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A soft, spongy fungus that can explode into a toxic cloud if not handled properly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24469,12,0,-1,'Muck-ridden Core',37215,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Oozing with tainted muck.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24470,12,0,-1,'Murloc Cage',22271,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31949,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cage filled with baby murlocs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24471,12,0,-1,'Ango\'rosh Attack Plans',31238,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crudely-written attack plans scribbled on ogre\'s napkin. Although the handwriting looks childish, the plans represent a clear threat to Zabra\'jin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24472,12,0,-1,'Boss Grog\'ak\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24473,12,0,-1,'Enraged Crusher Core',37218,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24474,0,0,-1,'Violet Scrying Crystal',37219,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32042,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24475,15,0,-1,'Gordawg\'s Imprint',18519,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of earth with Gordawg\'s map imprint displaying the location of the Enraged Crushers.',2944,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24476,7,11,-1,'Jaggal Clam',16211,1,64,0,1,400,100,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58160,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24477,7,8,-1,'Jaggal Clam Meat',22193,1,0,0,1,400,100,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (24478,3,7,-1,'Jaggal Pearl',12310,2,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24479,3,7,-1,'Shadow Pearl',16209,2,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24480,12,0,-1,'Ghostly Essence',37222,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24481,4,1,-1,'Robes of the Augurer',43191,3,0,0,1,148619,29723,20,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,5,18,7,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,4,0,8,0,2864,0,225,0,0,0,0,'',50,0,0,0,0,12340), (24482,12,0,-1,'Alturus\'s Report',7726,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24483,12,0,-1,'Withered Basidium',21975,1,2048,2,1,0,0,0,-1,-1,1,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of a withered boglord from the Dead Mire.',0,0,0,9827,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24484,12,0,-1,'Withered Basidium',21975,1,2048,0,1,0,0,0,-1,-1,1,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A piece of a withered boglord from the Dead Mire.',0,0,0,9828,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24485,12,0,-1,'Marshlight Bleeder Venom',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The potent, concentrated venom of a Zangarmarsh fen bleeder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24486,12,0,-1,'Fenclaw Hide',37223,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A thick, scaly hide from a muckclaw thrasher',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24487,12,0,-1,'Second Key Fragment',8737,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24488,12,0,-1,'Third Key Fragment',8042,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24489,12,0,-1,'Restored Apprentice\'s Key',8042,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24490,13,0,-1,'The Master\'s Key',9154,1,64,0,1,1,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24492,12,0,-1,'Keanna\'s Log',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24493,12,0,-1,'Marshfang Slicer Blade',37226,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Even touching the blade lightly is sufficient to draw blood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24494,0,0,-1,'Tears of the Goddess',37234,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32028,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (24496,12,0,-1,'Horn of Banthar',37236,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This thing is massive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24497,12,0,-1,'Feralfen Protection Totem',37237,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cleverly carved wooden depiction of an animal spirit worshipped by the Feralfen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24498,12,0,-1,'Feralfen Totem',37237,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32037,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cleverly carved wooden depiction of an animal spirit worshipped by the Feralfen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24499,12,0,-1,'Daggerfen Poison Manual',1155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A \'how-to\' guide to the unique poisons of the Daggerfen Lost Ones.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24500,12,0,-1,'Daggerfen Poison Vial',1288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial of the poison favored by Daggerfen Lost One assassins.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24501,15,0,-1,'Gordawg\'s Boulder',18107,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32001,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24502,15,0,-1,'Warmaul Skull',37238,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32036,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24503,12,0,-1,'Gurok\'s Earthen Head',37241,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24504,15,0,-1,'Howling Wind',37240,1,2048,0,1,0,0,0,-1,-1,65,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9861,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24505,12,0,-1,'Heart of Tusker',4826,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like you\'ll need your friend\'s help to carry this one back to the camp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24506,15,0,-1,'Elemental Sliver',36540,0,0,8192,1,2420,605,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24507,15,0,-1,'Elemental Shard',36597,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24508,15,0,-1,'Elemental Fragment',36675,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24509,15,0,-1,'Primordial Element',36693,0,0,8192,1,2820,705,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24510,15,0,-1,'Primordial Core',37250,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24511,15,0,-1,'Primordial Essence',37249,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24513,12,0,-1,'Eye of Gutripper',38287,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The eye still looks as if it were alive and looking at you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24514,12,0,-1,'First Key Fragment',3118,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24516,15,0,-1,'Damaged Rock Flayer Talon',959,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24517,15,0,-1,'Blood Soaked Tail',18096,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24519,15,0,-1,'Twisted Rock Flayer Talon',959,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24520,0,0,-1,'Honor Hold Favor',35013,1,64,2,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32098,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24521,15,0,-1,'Mangled Tail',36682,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24522,0,0,-1,'Thrallmar Favor',37271,1,64,1,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32096,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24523,12,0,-1,'Hoof of Bach\'lor',12625,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'King of the stags, indeed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24526,4,4,-1,'130 Epic Warrior Bracelets',29859,4,16,8192,1,238055,47611,9,1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,4,23,3,23,7,24,31,14,32,14,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24538,0,8,-1,'Fire Bomb',37282,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31958,0,-1,-1,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340), (24539,0,5,-1,'Marsh Lichen',26534,1,0,0,5,0,0,0,-1,-1,65,55,0,0,0,0,0,0,3,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32112,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (24540,0,0,-1,'Edible Fern',34863,1,0,0,1,4000,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10257,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24542,12,0,-1,'Murkblood Idol',37293,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An idol of unknown origin or representation.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24543,12,0,-1,'Head of Ortor of Murkblood',7164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24544,4,4,-1,'Gladiator\'s Plate Chestpiece',39539,4,36864,0,1,0,0,5,1,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,49,4,23,32,30,35,23,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24545,4,4,-1,'Gladiator\'s Plate Helm',44561,4,36864,0,1,0,0,1,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,52,4,30,32,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24546,4,4,-1,'Gladiator\'s Plate Shoulders',39543,4,36864,0,1,0,0,3,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,45,4,22,32,23,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24547,4,4,-1,'Gladiator\'s Plate Legguards',45932,4,36864,0,1,0,0,7,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,40,32,36,35,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24549,4,4,-1,'Gladiator\'s Plate Gauntlets',39540,4,36864,0,1,0,0,10,1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,4,28,32,26,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24550,2,8,-1,'Gladiator\'s Greatsword',41561,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,32,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Finely crafted to Proximo\'s specification.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24551,4,0,-1,'Talisman of the Horde',23713,4,36864,1,1,0,0,12,-1,-1,90,70,0,0,0,0,0,0,3,1,1,0,1,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32140,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24552,4,1,-1,'Gladiator\'s Dreadweave Robe',41717,4,36864,0,1,0,0,20,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,19,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24553,4,1,-1,'Gladiator\'s Dreadweave Hood',45148,4,36864,0,1,0,0,1,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,20,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24554,4,1,-1,'Gladiator\'s Dreadweave Mantle',41716,4,36864,0,1,0,0,3,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,35,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24555,4,1,-1,'Gladiator\'s Dreadweave Leggings',41715,4,36864,0,1,0,0,7,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24556,4,1,-1,'Gladiator\'s Dreadweave Gloves',41714,4,36864,0,1,0,0,10,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24557,2,10,-1,'Gladiator\'s War Staff',41557,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,31,21,32,36,35,25,5,35,0,0,0,0,0,0,0,0,0,0,0,0,89,185,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,41973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340), (24558,15,0,-1,'Murkblood Invasion Plans',23229,1,2048,1,1,0,0,0,-1,-1,67,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9872,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24559,15,0,-1,'Murkblood Invasion Plans',23229,1,2048,2,1,0,0,0,-1,-1,67,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,9871,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24560,12,0,-1,'Torch of Liquid Fire',12734,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32146,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24561,4,1,-1,'130 Test Caster Belt',29793,4,0,8192,1,136282,27256,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,7,60,32,26,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24567,4,1,-1,'130 Test Caster Cloak',26681,4,16,8192,1,189072,37814,16,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,7,43,31,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (24573,12,0,-1,'Elder Kuruti\'s Response',7630,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A politely worded, but firm refusal of Anchorite Ahuurn\'s message.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24575,4,1,-1,'Outlander\'s Girdle',37970,2,0,0,1,53086,10617,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24576,4,1,-1,'Loosely Threaded Belt',37327,0,0,0,1,18334,3666,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24577,4,1,-1,'Loosely Threaded Boots',37328,0,0,0,1,27600,5520,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24578,4,1,-1,'Loosely Threaded Bracers',37329,0,0,0,1,18467,3693,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24579,0,0,-1,'Mark of Honor Hold',40185,1,0,2,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24580,4,1,-1,'Loosely Threaded Hat',42766,0,0,0,1,27897,5579,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24581,0,0,-1,'Mark of Thrallmar',40184,1,0,1,1,0,0,0,32767,-1,60,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24582,4,1,-1,'Outlander\'s Boots',39623,2,0,0,1,83827,16765,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24583,4,1,-1,'Outlander\'s Tunic',40693,2,0,0,1,112156,22431,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24584,4,1,-1,'Outlander\'s Gloves',12865,2,0,0,1,56276,11255,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24585,4,1,-1,'Outlander\'s Facewrap',41844,2,0,0,1,76661,15332,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24586,4,1,-1,'Outlander\'s Leggings',40692,2,0,0,1,102612,20522,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24587,4,1,-1,'Outlander\'s Pauldrons',1058,2,0,0,1,77248,15449,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24588,4,1,-1,'Outlander\'s Bracers',16566,2,0,0,1,51697,10339,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24589,4,1,-1,'Fireheart Girdle',7881,2,0,0,1,53578,10715,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24590,4,1,-1,'Fireheart Boots',40700,2,0,0,1,80674,16134,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24591,4,1,-1,'Fireheart Chestpiece',40698,2,0,0,1,107964,21592,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24592,4,1,-1,'Fireheart Gloves',40702,2,0,0,1,55653,11130,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24593,4,1,-1,'Fireheart Skullcap',40703,2,0,0,1,83788,16757,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24594,4,1,-1,'Fireheart Leggings',40312,2,0,0,1,112116,22423,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24595,4,1,-1,'Fireheart Shoulderpads',16786,2,0,0,1,84394,16878,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24596,4,1,-1,'Fireheart Bracers',40701,2,0,0,1,56467,11293,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24597,4,1,-1,'Starfire Sash',38064,2,0,0,1,58451,11690,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24598,4,1,-1,'Starfire Sandals',40706,2,0,0,1,87985,17597,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24599,4,1,-1,'Starfire Vest',40708,2,0,0,1,117737,23547,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24600,4,1,-1,'Starfire Gloves',40704,2,0,0,1,59079,11815,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24601,4,1,-1,'Starfire Circlet',19990,2,0,0,1,88936,17787,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24602,4,1,-1,'Starfire Trousers',40707,2,0,0,1,118993,23798,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24603,4,1,-1,'Starfire Mantle',13672,2,0,0,1,89561,17912,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24604,4,1,-1,'Starfire Wristwraps',40709,2,0,0,1,59919,11983,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24605,4,1,-1,'Laughing Skull Waistguard',16807,2,0,0,1,56071,11214,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24606,4,1,-1,'Laughing Skull Boot',38437,2,0,0,1,84425,16885,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24607,4,1,-1,'Laughing Skull Tunic',38444,2,0,0,1,113002,22600,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24608,4,1,-1,'Laughing Skull Gloves',38441,2,0,0,1,58277,11655,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24609,4,1,-1,'Laughing Skull Cap',42766,2,0,0,1,87734,17546,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24610,4,1,-1,'Laughing Skull Pants',38442,2,0,0,1,117414,23482,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24611,4,1,-1,'Laughing Skull Shoulderpads',9999,2,0,0,1,88387,17677,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24612,4,1,-1,'Laughing Skull Bracelets',16790,2,0,0,1,59142,11828,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24613,4,1,-1,'Vindicator Belt',38736,2,0,0,1,61107,12221,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24614,4,1,-1,'Vindicator Boots',38737,2,0,0,1,91997,18399,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24615,4,1,-1,'Vindicator Tunic',38740,2,0,0,1,123112,24622,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24616,4,1,-1,'Vindicator Gloves',9555,2,0,0,1,61780,12356,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24617,4,1,-1,'Vindicator Cap',44718,2,0,0,1,92997,18599,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24618,4,1,-1,'Vindicator Pants',38739,2,0,0,1,124444,24888,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24619,4,1,-1,'Vindicator Shoulderpads',38741,2,0,0,1,93669,18733,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24620,4,1,-1,'Vindicator Bracers',16555,2,0,0,1,62670,12534,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24621,4,1,-1,'Slavehandler Belt',7881,2,0,0,1,64693,12938,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24622,4,1,-1,'Slavehandler Footpads',39008,2,0,0,1,97385,19477,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24623,4,1,-1,'Slavehandler Jerkin',39009,2,0,0,1,130308,26061,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24624,4,1,-1,'Slavehandler Handwraps',16797,2,0,0,1,60792,12158,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24625,4,1,-1,'Slavehandler Cap',42386,2,0,0,1,91534,18306,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24626,4,1,-1,'Slavehandler Pants',39010,2,0,0,1,122507,24501,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24627,4,1,-1,'Slavehandler Amice',39011,2,0,0,1,92226,18445,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24628,4,1,-1,'Slavehandler Wristguards',16804,2,0,0,1,61708,12341,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24629,4,1,-1,'Feralfen Sash',39093,2,0,0,1,63666,12733,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24630,4,1,-1,'Feralfen Sandals',39089,2,0,0,1,95855,19171,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24631,4,1,-1,'Feralfen Jerkin',39092,2,0,0,1,128281,25656,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24632,4,1,-1,'Feralfen Hand',39090,2,0,0,1,64371,12874,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24633,4,1,-1,'Feralfen Hood',39091,2,0,0,1,96912,19382,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24634,4,1,-1,'Feralfen Pants',14529,2,0,0,1,129690,25938,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24635,4,1,-1,'Feralfen Amice',39094,2,0,0,1,97623,19524,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24636,4,1,-1,'Feralfen Cuffs',39088,2,0,0,1,65312,13062,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24637,4,1,-1,'Mistyreed Belt',29929,2,0,0,1,67328,13465,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24638,4,1,-1,'Mistyreed Boots',39334,2,0,0,1,101357,20271,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24639,4,1,-1,'Mistyreed Tunic',39337,2,0,0,1,135630,27126,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24640,4,1,-1,'Mistyreed Gloves',39335,2,0,0,1,63210,12642,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24641,4,1,-1,'Mistyreed Hood',16638,2,0,0,1,95180,19036,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24642,4,1,-1,'Mistyreed Pants',39336,2,0,0,1,127394,25478,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24643,4,1,-1,'Mistyreed Shoulderpads',39338,2,0,0,1,95901,19180,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24644,4,1,-1,'Mistyreed Bracers',16905,2,0,0,1,64177,12835,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24645,4,1,-1,'Astralaan Belt',39395,2,0,0,1,66122,13224,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24646,4,1,-1,'Astralaan Boots',39396,2,0,0,1,99558,19911,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24647,4,1,-1,'Astralaan Robe',39976,2,0,0,1,133231,26646,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24648,4,1,-1,'Astralaan Gloves',39398,2,0,0,1,66865,13373,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24649,4,1,-1,'Astralaan Headdress',39405,2,0,0,1,100672,20134,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24650,4,1,-1,'Astralaan Pants',39399,2,0,0,1,134730,26946,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24651,4,1,-1,'Astralaan Shoulderpads',39403,2,0,0,1,101412,20282,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24652,4,1,-1,'Astralaan Bracer',39397,2,0,0,1,67858,13571,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24653,4,1,-1,'Consortium Sash',16819,2,0,0,1,69860,13972,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24654,4,1,-1,'Consortium Boot',14403,2,0,0,1,105175,21035,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24655,4,1,-1,'Consortium Robe',39509,2,0,0,1,140732,28146,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24656,4,1,-1,'Consortium Gloves',14404,2,0,0,1,72458,14491,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24657,4,1,-1,'Consortium Hood',39511,2,0,0,1,109071,21814,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24658,4,1,-1,'Consortium Pants',39507,2,0,0,1,132061,26412,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24659,4,1,-1,'Consortium Mantle',39510,2,0,0,1,99430,19886,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24660,4,1,-1,'Consortium Bracer',39506,2,0,0,1,66543,13308,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24661,4,1,-1,'Shadow Council Chain',39778,2,0,0,1,68475,13695,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24662,4,1,-1,'Shadow Council Boots',39777,2,0,0,1,103097,20619,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24663,4,1,-1,'Shadow Council Tunic',39781,2,0,0,1,137988,27597,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24664,4,1,-1,'Shadow Council Gloves',39779,2,0,0,1,69256,13851,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24665,4,1,-1,'Shadow Council Cowl',39783,2,0,0,1,104279,20855,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24666,4,1,-1,'Shadow Council Pants',39780,2,0,0,1,139550,27910,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24667,4,1,-1,'Shadow Council Mantle',39782,2,0,0,1,105056,21011,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24668,4,1,-1,'Shadow Council Bracer',16892,2,0,0,1,70300,14060,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24669,4,1,-1,'Eldr\'naan Belt',39882,2,0,0,1,72290,14458,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24670,4,1,-1,'Eldr\'naan Boots',39883,2,0,0,1,108828,21765,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24671,4,1,-1,'Eldr\'naan Jerkin',39885,2,0,0,1,145642,29128,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24672,4,1,-1,'Eldr\'naan Gloves',39884,2,0,0,1,75018,15003,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24673,4,1,-1,'Eldr\'naan Hood',39887,2,0,0,1,112919,22583,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24674,4,1,-1,'Eldr\'naan Pants',39886,2,0,0,1,151097,30219,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24675,4,1,-1,'Eldr\'naan Shoulderpads',16637,2,0,0,1,113727,22745,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24676,4,1,-1,'Eldr\'naan Bracelets',16636,2,0,0,1,76087,15217,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24677,4,1,-1,'Archmage Belt',16704,2,0,0,1,78173,15634,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24678,4,1,-1,'Archmage Slippers',16703,2,0,0,1,106491,21298,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24679,4,1,-1,'Archmage Robe',39977,2,0,0,1,142539,28507,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24680,4,1,-1,'Archmage Gloves',16702,2,0,0,1,71545,14309,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24681,4,1,-1,'Archmage Headpiece',44265,2,0,0,1,107720,21544,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24682,4,1,-1,'Archmage Pants',16701,2,0,0,1,144177,28835,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24683,4,1,-1,'Archmage Mantle',16706,2,0,0,1,108546,21709,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24684,4,1,-1,'Archmage Bracelets',9894,2,0,0,1,72640,14528,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24685,4,1,-1,'Elementalist Belt',16704,2,0,0,1,74609,14921,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24686,4,1,-1,'Elementalist Boots',16703,2,0,0,1,112337,22467,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24687,4,1,-1,'Elementalist Tunic',16700,2,0,0,1,150347,30069,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24688,4,1,-1,'Elementalist Gloves',16702,2,0,0,1,77475,15495,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24689,4,1,-1,'Elementalist Skullcap',42386,2,0,0,1,116624,23324,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24690,4,1,-1,'Elementalist Leggings',16701,2,0,0,1,156062,31212,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24691,4,1,-1,'Elementalist Mantle',16706,2,0,0,1,117470,23494,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24692,4,1,-1,'Elementalist Bracelets',9894,2,0,0,1,78587,15717,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24693,4,2,-1,'Bonechewer Pelt-Girdle',40154,2,0,0,1,69360,13872,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24694,4,2,-1,'Bonechewer Shredboots',40720,2,0,0,1,104412,20882,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24695,4,2,-1,'Bonechewer Chestpiece',40718,2,0,0,1,139712,27942,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24696,4,2,-1,'Bonechewer Spikegloves',40722,2,0,0,1,70097,14019,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24697,4,2,-1,'Bonechewer Skincloak',41852,2,0,0,1,105518,21103,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24698,4,2,-1,'Bonechewer Ripleggings',40719,2,0,0,1,127769,25553,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24699,4,2,-1,'Bonechewer Shoulderguards',38830,2,0,0,1,96199,19239,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24700,4,2,-1,'Bonechewer Bands',40717,2,0,0,1,64374,12874,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24701,4,2,-1,'Haal\'eshi Cord',40724,2,0,0,1,66716,13343,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24702,4,2,-1,'Haal\'eshi Boots',40723,2,0,0,1,100458,20091,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24703,4,2,-1,'Haal\'eshi Jerkin',40727,2,0,0,1,134457,26891,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24704,4,2,-1,'Haal\'eshi Gloves',40726,2,0,0,1,69311,13862,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24705,4,2,-1,'Haal\'eshi Hat',42209,2,0,0,1,104351,20870,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24706,4,2,-1,'Haal\'eshi Leggings',40728,2,0,0,1,139646,27929,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24707,4,2,-1,'Haal\'eshi Pauldrons',40729,2,0,0,1,105108,21021,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24708,4,2,-1,'Haal\'eshi Bindings',17010,2,0,0,1,70328,14065,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24709,4,2,-1,'Vengeance Belt',17124,2,0,0,1,72800,14560,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24710,4,2,-1,'Vengeance Boots',38351,2,0,0,1,109596,21919,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24711,4,2,-1,'Vengeance Chestpiece',38352,2,0,0,1,146643,29328,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24712,4,2,-1,'Vengeance Gloves',38354,2,0,0,1,73585,14717,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24713,4,2,-1,'Vengeance Helm',39671,2,0,0,1,110774,22154,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24714,4,2,-1,'Vengeance Legguards',38356,2,0,0,1,148227,29645,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24715,4,2,-1,'Vengeance Pauldrons',38355,2,0,0,1,111555,22311,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24716,4,2,-1,'Vengeance Bands',38350,2,0,0,1,74634,14926,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24717,4,2,-1,'Dreghood Belt',38415,2,0,0,1,77178,15435,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24718,4,2,-1,'Dreghood Boots',38416,2,0,0,1,105134,21026,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24719,4,2,-1,'Dreghood Chestpiece',9511,2,0,0,1,140708,28141,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24720,4,2,-1,'Dreghood Gloves',14383,2,0,0,1,72575,14515,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24721,4,2,-1,'Dreghood Cowl',44882,2,0,0,1,109270,21854,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24722,4,2,-1,'Dreghood Trousers',2628,2,0,0,1,146224,29244,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24723,4,2,-1,'Dreghood Pauldrons',14205,2,0,0,1,110076,22015,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24724,4,2,-1,'Dreghood Bands',38414,2,0,0,1,73656,14731,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24725,4,2,-1,'Dementia Cord',38658,2,0,0,1,76112,15222,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24726,4,2,-1,'Dementia Boots',38657,2,0,0,1,114577,22915,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24727,4,2,-1,'Dementia Vest',38663,2,0,0,1,153329,30665,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24728,4,2,-1,'Dementia Gloves',38661,2,0,0,1,76945,15389,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24729,4,2,-1,'Dementia Hood',44657,2,0,0,1,115837,23167,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24730,4,2,-1,'Dementia Trousers',17031,2,0,0,1,154995,30999,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24731,4,2,-1,'Dementia Shoulderguards',38664,2,0,0,1,116666,23333,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24732,4,2,-1,'Dementia Armguards',38654,2,0,0,1,78057,15611,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24733,4,2,-1,'Sunroc Waistband',38862,2,0,0,1,80585,16117,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24734,4,2,-1,'Sunroc Boots',38857,2,0,0,1,121299,24259,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24735,4,2,-1,'Sunroc Chestpiece',38856,2,0,0,1,162308,32461,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24736,4,2,-1,'Sunroc Gloves',38858,2,0,0,1,75710,15142,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24737,4,2,-1,'Sunroc Mask',41853,2,0,0,1,113986,22797,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24738,4,2,-1,'Sunroc Pants',38860,2,0,0,1,152557,30511,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24739,4,2,-1,'Sunroc Shoulderguards',38861,2,0,0,1,114850,22970,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24740,4,2,-1,'Sunroc Armguards',14803,2,0,0,1,76855,15371,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24741,4,2,-1,'Ranger Belt',39096,2,0,0,1,79287,15857,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24742,4,2,-1,'Ranger Boots',39097,2,0,0,1,119375,23875,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24743,4,2,-1,'Ranger Jerkin',8701,2,0,0,1,159759,31951,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24744,4,2,-1,'Ranger Gloves',14400,2,0,0,1,80175,16035,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24745,4,2,-1,'Ranger Hat',39098,2,0,0,1,120696,24139,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24746,4,2,-1,'Ranger Pants',43404,2,0,0,1,161520,32304,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24747,4,2,-1,'Ranger Pauldrons',27667,2,0,0,1,121584,24316,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24748,4,2,-1,'Ranger Armguards',39095,2,0,0,1,81352,16270,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24749,4,2,-1,'Daggerfen Belt',39319,2,0,0,1,83856,16771,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24750,4,2,-1,'Daggerfen Boots',13864,2,0,0,1,126240,25248,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24751,4,2,-1,'Daggerfen Battlevest',39670,2,0,0,1,168929,33785,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24752,4,2,-1,'Daggerfen Gloves',39320,2,0,0,1,78716,15743,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24753,4,2,-1,'Daggerfen Cowl',16137,2,0,0,1,118519,23703,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24754,4,2,-1,'Daggerfen Stitchpants',39321,2,0,0,1,158634,31726,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24755,4,2,-1,'Daggerfen Pauldrons',39322,2,0,0,1,119432,23886,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24756,4,2,-1,'Daggerfen Bindings',17172,2,0,0,1,79917,15983,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24757,4,2,-1,'Umbrafen Waistband',39469,2,0,0,1,82341,16468,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24758,4,2,-1,'Umbrafen Boots',39466,2,0,0,1,123980,24796,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24759,4,2,-1,'Umbrafen Tunic',39468,2,0,0,1,165931,33186,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24760,4,2,-1,'Umbrafen Gloves',14583,2,0,0,1,83269,16653,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24761,4,2,-1,'Umbrafen Cap',39471,2,0,0,1,125372,25074,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24762,4,2,-1,'Umbrafen Britches',39467,2,0,0,1,167788,33557,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24763,4,2,-1,'Umbrafen Shoulderguards',39470,2,0,0,1,126309,25261,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24764,4,2,-1,'Umbrafen Bindings',9546,2,0,0,1,84510,16902,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24765,4,2,-1,'Clefthoof Belt',16947,2,0,0,1,87005,17401,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24766,4,2,-1,'Clefthoof Wanderboots',39496,2,0,0,1,130989,26197,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24767,4,2,-1,'Clefthoof Hidemantle',39494,2,0,0,1,175292,35058,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24768,4,2,-1,'Clefthoof Gloves',39493,2,0,0,1,87958,17591,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24769,4,2,-1,'Clefthoof Cover',45166,2,0,0,1,135858,27171,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24770,4,2,-1,'Clefthoof Britches',39492,2,0,0,1,181785,36357,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24771,4,2,-1,'Clefthoof Shoulderguards',39498,2,0,0,1,123807,24761,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24772,4,2,-1,'Clefthoof Bracers',17024,2,0,0,1,82858,16571,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24773,4,2,-1,'Boneshredder Belt',39736,2,0,0,1,85266,17053,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24774,4,2,-1,'Boneshredder Boots',39737,2,0,0,1,128392,25678,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24775,4,2,-1,'Boneshredder Jerkin',39746,2,0,0,1,171828,34365,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24776,4,2,-1,'Boneshredder Gloves',39744,2,0,0,1,86242,17248,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24777,4,2,-1,'Boneshredder Skullcap',35629,2,0,0,1,129856,25971,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24778,4,2,-1,'Boneshredder Britches',39738,2,0,0,1,173798,34759,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24779,4,2,-1,'Boneshredder Shoulderguards',26035,2,0,0,1,130828,26165,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24780,4,2,-1,'Boneshredder Wristguards',3652,2,0,0,1,87547,17509,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24781,4,2,-1,'Murkblood Belt',39895,2,0,0,1,90026,18005,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24782,4,1,-1,'Loosely Threaded Gloves',37332,0,0,0,1,17861,3572,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (24783,4,2,-1,'Murkblood Boots',39896,2,0,0,1,136035,27207,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24784,4,2,-1,'Murkblood Chestpiece',9548,2,0,0,1,182053,36410,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24785,4,2,-1,'Murkblood Gloves',39897,2,0,0,1,93772,18754,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24786,4,2,-1,'Murkblood Cover',40149,2,0,0,1,141149,28229,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24787,4,2,-1,'Murkblood Pants',39898,2,0,0,1,188872,37774,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24788,4,2,-1,'Murkblood Shoulderguards',39900,2,0,0,1,142158,28431,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24789,4,2,-1,'Murkblood Bracers',27706,2,0,0,1,95108,19021,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24790,4,2,-1,'Expedition Girdle',16704,2,0,0,1,97716,19543,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24791,4,2,-1,'Expedition Boots',16703,2,0,0,1,133114,26622,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24792,4,2,-1,'Expedition Tunic',16700,2,0,0,1,178174,35634,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24793,4,2,-1,'Expedition Gloves',16702,2,0,0,1,89431,17886,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24794,4,2,-1,'Expedition Hood',18422,2,0,0,1,134650,26930,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24795,4,2,-1,'Expedition Pants',16701,2,0,0,1,180222,36044,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24796,4,2,-1,'Expedition Shoulderguards',16706,2,0,0,1,135683,27136,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24797,4,2,-1,'Expedition Bracers',9894,2,0,0,1,90800,18160,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24798,4,2,-1,'Dragonhawk Belt',16704,2,0,0,1,93261,18652,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24799,4,2,-1,'Dragonhawk Boots',16703,2,0,0,1,140421,28084,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24800,4,2,-1,'Dragonhawk Tunic',16700,2,0,0,1,187933,37586,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24801,4,2,-1,'Dragonhawk Gloves',16702,2,0,0,1,96834,19366,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24802,4,2,-1,'Dragonhawk Hat',42460,2,0,0,1,145780,29156,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24803,4,2,-1,'Dragonhawk Pants',16701,2,0,0,1,195078,39015,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24804,4,2,-1,'Dragonhawk Shoulderguards',16706,2,0,0,1,146837,29367,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24805,4,2,-1,'Dragonhawk Bands',9894,2,0,0,1,98234,19646,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24806,4,3,-1,'Unyielding Waistband',40737,2,0,0,1,83232,16646,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24807,4,3,-1,'Unyielding Footwraps',40734,2,0,0,1,125851,25170,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24808,4,3,-1,'Unyielding Chain Vest',40731,2,0,0,1,167655,33531,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24809,4,3,-1,'Unyielding Fists',40732,2,0,0,1,84117,16823,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24810,4,3,-1,'Unyielding Helm',40733,2,0,0,1,126622,25324,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24811,4,3,-1,'Unyielding Leggings',40735,2,0,0,1,153323,30664,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24812,4,3,-1,'Unyielding Spaulders',40736,2,0,0,1,115951,23190,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24813,4,3,-1,'Unyielding Bindings',40730,2,0,0,1,77248,15449,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24814,4,3,-1,'Felstone Waistband',40745,2,0,0,1,80059,16011,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24815,4,3,-1,'Felstone Greaves',40741,2,0,0,1,121086,24217,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24816,4,3,-1,'Felstone Chain Vest',40739,2,0,0,1,161348,32269,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24817,4,3,-1,'Felstone Gauntlets',40740,2,0,0,1,83173,16634,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24818,4,3,-1,'Felstone Helm',40742,2,0,0,1,125221,25044,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24819,4,3,-1,'Felstone Leggings',40129,2,0,0,1,167576,33515,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24820,4,3,-1,'Felstone Spaulders',40744,2,0,0,1,126691,25338,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24821,4,3,-1,'Felstone Bindings',40738,2,0,0,1,84394,16878,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24822,4,3,-1,'Netherstalker Belt',42104,2,0,0,1,87360,17472,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24823,4,3,-1,'Netherstalker Greaves',42107,2,0,0,1,132100,26420,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24824,4,3,-1,'Netherstalker Armor',42105,2,0,0,1,175971,35194,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24825,4,3,-1,'Netherstalker Gloves',42106,2,0,0,1,88302,17660,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24826,4,3,-1,'Netherstalker Helmet',42103,2,0,0,1,132929,26585,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24827,4,3,-1,'Netherstalker Legguards',42108,2,0,0,1,177872,35574,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24828,4,3,-1,'Netherstalker Mantle',42109,2,0,0,1,134462,26892,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24829,4,3,-1,'Netherstalker Bracer',39787,2,0,0,1,89561,17912,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24830,4,3,-1,'Nexus-Strider Belt',49703,2,0,0,1,92614,18522,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24831,4,3,-1,'Nexus-Strider Greaves',38627,2,0,0,1,126721,25344,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24832,4,3,-1,'Nexus-Strider Breastplate',38608,2,0,0,1,168850,33770,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24833,4,3,-1,'Nexus-Strider Gloves',38626,2,0,0,1,87090,17418,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24834,4,3,-1,'Nexus-Strider Helmet',38628,2,0,0,1,131125,26225,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24835,4,3,-1,'Nexus-Strider Legwraps',38629,2,0,0,1,175468,35093,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24836,4,3,-1,'Nexus-Strider Mantle',38630,2,0,0,1,132678,26535,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24837,4,3,-1,'Nexus-Strider Bracer',38625,2,0,0,1,88387,17677,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24838,4,3,-1,'Wrathfin Waistband',38851,2,0,0,1,91334,18266,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24839,4,3,-1,'Wrathfin Greaves',38845,2,0,0,1,138103,27620,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24840,4,3,-1,'Wrathfin Armor',16725,2,0,0,1,183995,36799,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24841,4,3,-1,'Wrathfin Gloves',38844,2,0,0,1,92334,18466,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24842,4,3,-1,'Wrathfin Helmet',42201,2,0,0,1,139005,27801,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24843,4,3,-1,'Wrathfin Legguards',32337,2,0,0,1,185994,37198,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24844,4,3,-1,'Wrathfin Mantle',38848,2,0,0,1,140622,28124,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24845,4,3,-1,'Wrathfin Bindings',38843,2,0,0,1,93669,18733,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24846,4,3,-1,'Fenclaw Waistband',38873,2,0,0,1,96703,19340,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24847,4,3,-1,'Fenclaw Footwraps',38868,2,0,0,1,146206,29241,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24848,4,3,-1,'Fenclaw Armor',38865,2,0,0,1,194770,38954,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24849,4,3,-1,'Fenclaw Fists',38867,2,0,0,1,90852,18170,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24850,4,3,-1,'Fenclaw Helm',41377,2,0,0,1,136783,27356,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24851,4,3,-1,'Fenclaw Legguards',38871,2,0,0,1,183069,36613,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24852,4,3,-1,'Fenclaw Mantle',38872,2,0,0,1,138433,27686,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24853,4,3,-1,'Fenclaw Bindings',38866,2,0,0,1,92226,18445,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24854,4,3,-1,'Marshcreeper Belt',25775,2,0,0,1,95144,19028,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24855,4,3,-1,'Marshcreeper Sludgeboots',40252,2,0,0,1,143886,28777,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24856,4,3,-1,'Marshcreeper Fen-Vest',13011,2,0,0,1,191711,38342,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24857,4,3,-1,'Marshcreeper Gloves',40254,2,0,0,1,96210,19242,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24858,4,3,-1,'Marshcreeper Helm',40255,2,0,0,1,144835,28967,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24859,4,3,-1,'Marshcreeper Leggings',40256,2,0,0,1,193824,38764,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24860,4,3,-1,'Marshcreeper Mantle',40257,2,0,0,1,146550,29310,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24861,4,3,-1,'Marshcreeper Bracelets',40258,2,0,0,1,97623,19524,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24862,4,3,-1,'Blood Knight Girdle',39302,2,0,0,1,100627,20125,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24863,4,3,-1,'Blood Knight Boots',39305,2,0,0,1,152162,30432,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24864,4,3,-1,'Blood Knight Breastplate',39304,2,0,0,1,202715,40543,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24865,4,3,-1,'Blood Knight Gauntlets',39306,2,0,0,1,94450,18890,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24866,4,3,-1,'Blood Knight Helm',44677,2,0,0,1,142223,28444,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24867,4,3,-1,'Blood Knight Greaves',39307,2,0,0,1,190361,38072,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24868,4,3,-1,'Blood Knight Pauldrons',39308,2,0,0,1,143955,28791,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24869,4,3,-1,'Blood Knight Bracers',39303,2,0,0,1,95901,19180,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24870,4,3,-1,'Ironspine Belt',39436,2,0,0,1,98809,19761,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24871,4,3,-1,'Ironspine Greaves',39442,2,0,0,1,149437,29887,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24872,4,3,-1,'Ironspine Chain Vest',11497,2,0,0,1,199117,39823,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24873,4,3,-1,'Ironspine Gloves',39441,2,0,0,1,99923,19984,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24874,4,3,-1,'Ironspine Helm',25791,2,0,0,1,150447,30089,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24875,4,3,-1,'Ironspine Legguards',39443,2,0,0,1,201345,40269,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24876,4,3,-1,'Ironspine Shoulderguards',39445,2,0,0,1,152245,30449,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24877,4,3,-1,'Ironspine Bracelets',28596,2,0,0,1,101412,20282,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24878,4,3,-1,'Der\'izu Belt',39513,2,0,0,1,104406,20881,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24879,4,3,-1,'Der\'izu Greaves',41953,2,0,0,1,157885,31577,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24880,4,3,-1,'Der\'izu Chestpiece',39514,2,0,0,1,210351,42070,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24881,4,3,-1,'Der\'izu Fists',39515,2,0,0,1,108302,21660,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24882,4,3,-1,'Der\'izu Helm',42439,2,0,0,1,163030,32606,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24883,4,3,-1,'Der\'izu Legguards',39518,2,0,0,1,218142,43628,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24884,4,3,-1,'Der\'izu Spaulders',39520,2,0,0,1,149229,29845,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24885,4,3,-1,'Der\'izu Bracer',13508,2,0,0,1,99430,19886,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24886,4,3,-1,'Skettis Belt',39786,2,0,0,1,102319,20463,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24887,4,3,-1,'Skettis Footwraps',39789,2,0,0,1,154755,30951,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24888,4,3,-1,'Skettis Chestpiece',39788,2,0,0,1,206194,41238,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24889,4,3,-1,'Skettis Gauntlets',39790,2,0,0,1,103491,20698,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24890,4,3,-1,'Skettis Helmet',39793,2,0,0,1,155827,31165,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24891,4,3,-1,'Skettis Legguards',39792,2,0,0,1,208558,41711,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24892,4,3,-1,'Skettis Spaulders',39794,2,0,0,1,157691,31538,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24893,4,3,-1,'Skettis Bracer',39787,2,0,0,1,105056,21011,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24894,4,3,-1,'Sundered Waistband',39983,2,0,0,1,108032,21606,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24895,4,3,-1,'Sundered Footwraps',39980,2,0,0,1,163376,32675,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24896,4,3,-1,'Sundered Chestpiece',39979,2,0,0,1,217656,43531,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24897,4,3,-1,'Sundered Gauntlets',39981,2,0,0,1,112123,22424,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24898,4,3,-1,'Sundered Helmet',39986,2,0,0,1,168790,33758,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24899,4,3,-1,'Sundered Legguards',39982,2,0,0,1,225839,45167,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24900,4,3,-1,'Sundered Spaulders',39985,2,0,0,1,170740,34148,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24901,4,3,-1,'Tortured Bracer',39988,2,0,0,1,113727,22745,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24902,4,3,-1,'Talhide Stitched-Belt',39809,2,0,0,1,116857,23371,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24903,4,3,-1,'Talhide Lined-Boots',39812,2,0,0,1,176671,35334,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24904,4,3,-1,'Talhide Chestpiece',39810,2,0,0,1,212982,42596,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,602,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24905,4,3,-1,'Talhide Lined-Gloves',39814,2,0,0,1,106904,21380,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24906,4,3,-1,'Talhide Helmet',42461,2,0,0,1,160976,32195,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24907,4,3,-1,'Talhide Lined-Leggings',39704,2,0,0,1,215440,43088,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24908,4,3,-1,'Talhide Shoulderguards',39815,2,0,0,1,162921,32584,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24909,4,3,-1,'Talhide Lined-Bracers',39813,2,0,0,1,108546,21709,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24910,4,3,-1,'Netherstorm Belt',16704,2,0,0,1,111502,22300,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24911,4,3,-1,'Netherstorm Greaves',40183,2,0,0,1,168617,33723,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24912,4,3,-1,'Netherstorm Chestpiece',16700,2,0,0,1,224674,44934,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24913,4,3,-1,'Netherstorm Gauntlets',16702,2,0,0,1,115789,23157,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24914,4,3,-1,'Netherstorm Helm',42462,2,0,0,1,174301,34860,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24915,4,3,-1,'Netherstorm Legguards',39171,2,0,0,1,233248,46649,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24916,4,3,-1,'Netherstorm Shoulderguards',16706,2,0,0,1,176350,35270,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24917,4,3,-1,'Netherstorm Bracer',9894,2,0,0,1,117470,23494,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24918,4,4,-1,'Grimscale Belt',40748,2,0,0,1,97310,19462,6,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24919,4,4,-1,'Grimscale Sabatons',40758,2,0,0,1,145379,29075,8,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24920,4,4,-1,'Grimscale Armor',40746,2,0,0,1,194903,38980,5,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24921,4,4,-1,'Grimscale Gauntlets',40747,2,0,0,1,98357,19671,10,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24922,4,4,-1,'Grimscale Helm',42214,2,0,0,1,146924,29384,1,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24923,4,4,-1,'Grimscale Legguards',40756,2,0,0,1,196967,39393,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24924,4,4,-1,'Grimscale Pauldrons',40757,2,0,0,1,133902,26780,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24925,4,4,-1,'Grimscale Vambraces',40759,2,0,0,1,90298,18059,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24926,4,4,-1,'Ango\'rosh Belt',40761,2,0,0,1,93576,18715,6,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24927,4,4,-1,'Ango\'rosh Sabatons',40765,2,0,0,1,139838,27967,8,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24928,4,4,-1,'Ango\'rosh Breastplate',40762,2,0,0,1,187523,37504,5,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24929,4,4,-1,'Ango\'rosh Gauntlets',40763,2,0,0,1,97229,19445,10,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24930,4,4,-1,'Ango\'rosh Helm',44883,2,0,0,1,145276,29055,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24931,4,4,-1,'Ango\'rosh Legguards',40764,2,0,0,1,194788,38957,7,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24932,4,4,-1,'Ango\'rosh Pauldrons',28403,2,0,0,1,146349,29269,3,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24933,4,4,-1,'Ango\'rosh Vambraces',40766,2,0,0,1,98662,19732,9,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24934,4,4,-1,'Darkcrest Belt',40767,2,0,0,1,102131,20426,6,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24935,4,4,-1,'Darkcrest Sabatons',40774,2,0,0,1,152590,30518,8,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24936,4,4,-1,'Darkcrest Breastplate',40769,2,0,0,1,204581,40916,5,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24937,4,4,-1,'Darkcrest Gauntlets',40770,2,0,0,1,103236,20647,10,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24938,4,4,-1,'Darkcrest Helm',40771,2,0,0,1,154235,30847,1,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24939,4,4,-1,'Darkcrest Legguards',40772,2,0,0,1,206779,41355,7,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24940,4,4,-1,'Darkcrest Pauldrons',40773,2,0,0,1,155342,31068,3,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24941,4,4,-1,'Darkcrest Bracers',40768,2,0,0,1,104713,20942,9,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24942,4,4,-1,'Bloodscale Belt',38357,2,0,0,1,108284,21656,6,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24943,4,4,-1,'Bloodscale Sabatons',40352,2,0,0,1,161766,32353,8,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24944,4,4,-1,'Bloodscale Breastplate',38359,2,0,0,1,196250,39250,5,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24945,4,4,-1,'Bloodscale Gauntlets',38360,2,0,0,1,101802,20360,10,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24946,4,4,-1,'Bloodscale Helm',45182,2,0,0,1,152117,30423,1,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24947,4,4,-1,'Bloodscale Legguards',38362,2,0,0,1,203972,40794,7,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24948,4,4,-1,'Bloodscale Pauldrons',40303,2,0,0,1,153242,30648,3,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24949,4,4,-1,'Bloodscale Bracers',38358,2,0,0,1,103324,20664,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24950,4,4,-1,'Bogslayer Belt',39174,2,0,0,1,106771,21354,6,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24951,4,4,-1,'Bogslayer Sabatons',49767,2,0,0,1,159531,31906,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24952,4,4,-1,'Bogslayer Breastplate',49764,2,0,0,1,213877,42775,5,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24953,4,4,-1,'Bogslayer Gauntlets',49765,2,0,0,1,107944,21588,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24954,4,4,-1,'Bogslayer Helm',44684,2,0,0,1,161276,32255,1,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24955,4,4,-1,'Bogslayer Legplates',49766,2,0,0,1,216230,43246,7,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24956,4,4,-1,'Bogslayer Pauldrons',16106,2,0,0,1,162435,32487,3,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24957,4,4,-1,'Bogslayer Bracers',44766,2,0,0,1,109511,21902,9,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24958,4,4,-1,'Khan\'aish Girdle',44274,2,0,0,1,113059,22611,6,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24959,4,4,-1,'Khan\'aish Greaves',44277,2,0,0,1,168908,33781,8,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24960,4,4,-1,'Khan\'aish Breastplate',44273,2,0,0,1,226425,45285,5,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24961,4,4,-1,'Khan\'aish Gloves',44275,2,0,0,1,106194,21238,10,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24962,4,4,-1,'Khan\'aish Helmet',44278,2,0,0,1,158688,31737,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24963,4,4,-1,'Khan\'aish Legplates',44279,2,0,0,1,212774,42554,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24964,4,4,-1,'Khan\'aish Epaulets',40303,2,0,0,1,159880,31976,3,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,668,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24965,4,4,-1,'Khan\'aish Bracers',44272,2,0,0,1,107806,21561,9,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24966,4,4,-1,'Talonguard Girdle',39803,2,0,0,1,111230,22246,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24967,4,4,-1,'Talonguard Greaves',39805,2,0,0,1,166185,33237,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24968,4,4,-1,'Talonguard Armor',39800,2,0,0,1,222833,44566,5,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24969,4,4,-1,'Talonguard Gloves',39804,2,0,0,1,112470,22494,10,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24970,4,4,-1,'Talonguard Helmet',42215,2,0,0,1,168048,33609,1,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,745,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24971,4,4,-1,'Talonguard Legplates',39807,2,0,0,1,225299,45059,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24972,4,4,-1,'Talonguard Epaulets',39802,2,0,0,1,169273,33854,3,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24973,4,4,-1,'Talonguard Bracers',39801,2,0,0,1,114127,22825,9,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (24974,4,4,-1,'Reaver Girdle',44280,2,0,0,1,117652,23530,6,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24975,4,4,-1,'Reaver Greaves',39384,2,0,0,1,175762,35152,8,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24976,4,4,-1,'Reaver Armor',39377,2,0,0,1,235649,47129,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24977,4,4,-1,'Reaver Gloves',39382,2,0,0,1,110405,22081,10,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24978,4,4,-1,'Reaver Helmet',39386,2,0,0,1,164973,32994,1,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24979,4,4,-1,'Reaver Legplates',39385,2,0,0,1,221236,44247,7,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,826,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24980,4,4,-1,'Reaver Epaulets',39379,2,0,0,1,166248,33249,3,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24981,4,4,-1,'Reaver Bracers',39378,2,0,0,1,112107,22421,9,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24982,4,4,-1,'Boulderfist Belt',39410,2,0,0,1,115496,23099,6,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24983,4,4,-1,'Boulderfist Greaves',39414,2,0,0,1,172587,34517,8,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24984,4,4,-1,'Boulderfist Armor',39409,2,0,0,1,231429,46285,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24985,4,4,-1,'Boulderfist Gloves',39412,2,0,0,1,116815,23363,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24986,4,4,-1,'Boulderfist Helm',45181,2,0,0,1,174532,34906,1,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24987,4,4,-1,'Boulderfist Legplates',40772,2,0,0,1,234029,46805,7,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24988,4,4,-1,'Boulderfist Epaulets',39416,2,0,0,1,175842,35168,3,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24989,4,4,-1,'Boulderfist Bracers',39411,2,0,0,1,118562,23712,9,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24990,4,4,-1,'Warmaul Belt',39612,2,0,0,1,122053,24410,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24991,4,4,-1,'Warmaul Greaves',39615,2,0,0,1,182364,36472,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24992,4,4,-1,'Warmaul Breastplate',39613,2,0,0,1,244513,48902,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24993,4,4,-1,'Warmaul Gloves',39614,2,0,0,1,123393,24678,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24994,4,4,-1,'Warmaul Helmet',44686,2,0,0,1,189168,37833,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24995,4,4,-1,'Warmaul Legplates',39617,2,0,0,1,253603,50720,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24996,4,4,-1,'Warmaul Epaulets',39620,2,0,0,1,190511,38102,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24997,4,4,-1,'Warmaul Vambraces',39618,2,0,0,1,116214,23242,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24998,4,4,-1,'Bloodfist Girdle',39643,2,0,0,1,119592,23918,6,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (24999,4,4,-1,'Bloodfist Greaves',39646,2,0,0,1,178718,35743,8,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25000,4,4,-1,'Bloodfist Breastplate',39641,2,0,0,1,239665,47933,5,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25001,4,4,-1,'Bloodfist Gloves',39644,2,0,0,1,120967,24193,10,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25002,4,4,-1,'Bloodfist Helmet',45183,2,0,0,1,180764,36152,1,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25003,4,4,-1,'Bloodfist Legplates',39647,2,0,0,1,242398,48479,7,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25004,4,4,-1,'Bloodfist Epaulets',39651,2,0,0,1,182141,36428,3,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25005,4,4,-1,'Bloodfist Vambraces',39648,2,0,0,1,122804,24560,9,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25006,4,4,-1,'Conqueror\'s Girdle',39868,2,0,0,1,126283,25256,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25007,4,4,-1,'Conqueror\'s Greaves',39869,2,0,0,1,188695,37739,8,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25008,4,4,-1,'Conqueror\'s Breastplate',39865,2,0,0,1,253016,50603,5,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25009,4,4,-1,'Conqueror\'s Gauntlets',39866,2,0,0,1,127692,25538,10,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25010,4,4,-1,'Conqueror\'s Helmet',39873,2,0,0,1,195842,39168,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25011,4,4,-1,'Conqueror\'s Legplates',39870,2,0,0,1,262563,52512,7,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25012,4,4,-1,'Conqueror\'s Epaulets',39867,2,0,0,1,197233,39446,3,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25013,4,4,-1,'Conqueror\'s Vambraces',39871,2,0,0,1,132966,26593,9,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25014,4,4,-1,'Shattered Hand Belt',44334,2,0,0,1,136628,27325,6,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25015,4,4,-1,'Shattered Hand Sabatons',44340,2,0,0,1,204111,40822,8,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25016,4,4,-1,'Shattered Hand Breastplate',40688,2,0,0,1,273606,54721,5,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1076,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25017,4,4,-1,'Shattered Hand Gauntlets',44336,2,0,0,1,124949,24989,10,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,673,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25018,4,4,-1,'Shattered Hand Helmet',48246,2,0,0,1,186726,37345,1,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25019,4,4,-1,'Shattered Hand Legplates',44279,2,0,0,1,250408,50081,7,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25020,4,4,-1,'Shattered Hand Epaulets',44335,2,0,0,1,188151,37630,3,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,807,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25021,4,4,-1,'Shattered Hand Vambraces',39170,2,0,0,1,126876,25375,9,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25022,4,4,-1,'Warlord\'s Iron-Girdle',44346,2,0,0,1,130333,26066,6,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25023,4,4,-1,'Warlord\'s Sabatons',44349,2,0,0,1,194758,38951,8,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25024,4,4,-1,'Warlord\'s Iron-Breastplate',44341,2,0,0,1,261133,52226,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25025,4,4,-1,'Warlord\'s Iron-Gauntlets',44345,2,0,0,1,131809,26361,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25026,4,4,-1,'Warlord\'s Iron-Helm',42390,2,0,0,1,202245,40449,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,896,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25027,4,4,-1,'Warlord\'s Iron-Legplates',44347,2,0,0,1,271136,54227,7,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25028,4,4,-1,'Warlord\'s Iron-Epaulets',39651,2,0,0,1,203703,40740,3,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25029,4,4,-1,'Warlord\'s Iron-Vambraces',44348,2,0,0,1,137335,27467,9,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25030,4,1,-1,'Silky Velvet Cloak',40775,2,0,0,1,82645,16529,16,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25031,4,1,-1,'Silvermoon Royal Cloak',40776,2,0,0,1,85623,17124,16,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25032,4,1,-1,'Hellfire Cloak',40777,2,0,0,1,88628,17725,16,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25033,4,1,-1,'Scavenger\'s Cloak',38589,2,0,0,1,91652,18330,16,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25034,4,1,-1,'Elementalist Cloak',38665,2,0,0,1,94696,18939,16,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25035,4,1,-1,'Silver-Lined Cloak',26027,2,0,0,1,97749,19549,16,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25036,4,1,-1,'Boulderfist Cloak',27974,2,0,0,1,100831,20166,16,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25037,4,1,-1,'Patched Cape',39391,2,0,0,1,94055,18811,16,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25038,4,1,-1,'Forest Shroud',30689,2,0,0,1,96915,19383,16,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25039,4,1,-1,'Farseer Cloak',29630,2,0,0,1,99783,19956,16,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25040,4,1,-1,'Murkblood Cape',25958,2,0,0,1,102681,20536,16,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25041,4,1,-1,'Ambusher\'s Cloak',15236,2,0,0,1,105599,21119,16,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25042,4,1,-1,'Nether Cloak',16707,2,0,0,1,111484,22296,16,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25043,4,1,-1,'Amber Cape',16707,2,0,0,1,114509,22901,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25044,4,0,-1,'Rubellite Ring',31655,2,0,0,1,107236,26809,11,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25045,4,0,-1,'Azurite Ring',24569,2,0,0,1,110712,27678,11,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25046,4,0,-1,'Spined Ring',31616,2,0,0,1,114184,28546,11,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25047,4,0,-1,'Tourmaline Loop',9839,2,0,0,1,117660,29415,11,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25048,4,0,-1,'Smoky Quartz Ring',23629,2,0,0,1,121136,30284,11,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25049,4,0,-1,'Scheelite Ring',24569,2,0,0,1,124616,31154,11,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25050,4,0,-1,'Moldavite Ring',23608,2,0,0,1,128092,32023,11,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25051,4,0,-1,'Blue Topaz Band',28831,2,0,0,1,131564,32891,11,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25052,4,0,-1,'Hauyne Ring',31616,2,0,0,1,135040,33760,11,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25053,4,0,-1,'Lazuli Ring',23728,2,0,0,1,138516,34629,11,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25054,4,0,-1,'Sodalite Band',9832,2,0,0,1,141992,35498,11,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25055,4,0,-1,'Alexandrite Ring',24569,2,0,0,1,145472,36368,11,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25056,4,0,-1,'Almandine Ring',9834,2,0,0,1,148944,37236,11,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25057,4,0,-1,'Amber Band',9834,2,0,0,1,152420,38105,11,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25058,4,0,-1,'Anglesite Choker',31889,2,0,0,1,107236,26809,2,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25059,4,0,-1,'Fire Opal Collar',31604,2,0,0,1,110712,27678,2,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25060,4,0,-1,'Sunstone Necklace',38348,2,0,0,1,114184,28546,2,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25061,4,0,-1,'Hiddenite Necklace',9657,2,0,0,1,117660,29415,2,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25062,4,0,-1,'Zircon Amulet',38809,2,0,0,1,121136,30284,2,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25063,4,0,-1,'Multi-Colored Beads',39000,2,0,0,1,124616,31154,2,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25064,4,0,-1,'Amethyst Pendant',39023,2,0,0,1,128092,32023,2,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25065,4,0,-1,'Turquoise Brooch',39390,2,0,0,1,131564,32891,2,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25066,4,0,-1,'Pink Sapphire Necklace',39023,2,0,0,1,135040,33760,2,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25067,4,0,-1,'Diopside Beads',6539,2,0,0,1,138516,34629,2,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25068,4,0,-1,'Kunzite Necklace',9857,2,0,0,1,141992,35498,2,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25069,4,0,-1,'Epidote Stone Necklace',39877,2,0,0,1,145472,36368,2,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25070,4,0,-1,'Coral Beads',4841,2,0,0,1,148944,37236,2,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25071,4,0,-1,'Tanzanite Pendant',4841,2,0,0,1,152420,38105,2,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25072,4,6,-1,'Northman\'s Shield',26046,2,0,0,1,177528,35505,14,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,49,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25073,4,6,-1,'Emperor Shield',40781,2,0,0,1,183920,36784,14,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,51,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25074,4,6,-1,'Telaari Shield',40782,2,0,0,1,176924,35384,14,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2598,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,54,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25075,4,6,-1,'Hardened Steel Shield',27222,2,0,0,1,183006,36601,14,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2683,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,56,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25076,4,6,-1,'Screaming Shield',38728,2,0,0,1,189110,37822,14,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2768,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,59,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25077,4,6,-1,'Modani War-Shield',4743,2,0,0,1,195274,39054,14,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2853,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,62,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25078,4,6,-1,'Zangari Shield',39044,2,0,0,1,201479,40295,14,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2938,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,65,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25079,4,6,-1,'Outland Shield',33305,2,0,0,1,207725,41545,14,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3023,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,68,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25080,4,6,-1,'Spell-Breaker Shield',38728,2,0,0,1,213991,42798,14,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,71,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25081,4,6,-1,'Bayeaux Shield',38728,2,0,0,1,220319,44063,14,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,74,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25082,4,6,-1,'Fel-Iron Shield',20974,2,0,0,1,226688,45337,14,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,77,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25083,4,6,-1,'Smouldering Shield',3931,2,0,0,1,233098,46619,14,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,80,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25084,4,6,-1,'Zeth\'Gor Shield',20900,2,0,0,1,239526,47905,14,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,83,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25085,4,6,-1,'Dragonscale Shield',23835,2,0,0,1,246018,49203,14,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3533,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,86,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25086,4,0,-1,'Dreamseeker Dandelion',41455,2,0,0,1,107236,26809,23,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25087,4,0,-1,'Bleeding Eye',40785,2,0,0,1,110712,27678,23,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25088,4,0,-1,'Laughing Skull Orb',40786,2,0,0,1,114184,28546,23,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25089,4,0,-1,'Supplicant\'s Rod',41458,2,0,0,1,117660,29415,23,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25090,4,0,-1,'Slavehandler Rod',38729,2,0,0,1,121136,30284,23,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25091,4,0,-1,'Mistyreed Torch',38999,2,0,0,1,124616,31154,23,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25092,4,0,-1,'Consortium Crystal',39037,2,0,0,1,128092,32023,23,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25093,4,0,-1,'Shadow Council Orb',39339,2,0,0,1,131564,32891,23,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25094,4,0,-1,'Eldr\'naan Scepter',41457,2,0,0,1,135040,33760,23,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25095,4,0,-1,'Archmage Orb',39472,2,0,0,1,138516,34629,23,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25096,4,0,-1,'Elementalist Star',38729,2,0,0,1,141992,35498,23,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25097,4,0,-1,'Astralaan Orb',39863,2,0,0,1,145472,36368,23,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25098,4,0,-1,'Tuurik Torch',22923,2,0,0,1,148944,37236,23,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25099,4,0,-1,'Draenei Crystal Rod',22923,2,0,0,1,152420,38105,23,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25100,2,15,-1,'Liege Blade',40787,2,0,0,1,265485,53097,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25101,2,15,-1,'Cross Pommel Dagger',40788,2,0,0,1,275114,55022,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25102,2,15,-1,'Jaedenis Dagger',40789,2,0,0,1,284808,56961,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25103,2,15,-1,'Nightstalker Dagger',38457,2,0,0,1,294536,58907,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,106,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25104,2,15,-1,'Anzac Dagger',38633,2,0,0,1,304357,60871,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,108,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25105,2,15,-1,'Arachnid Dagger',38853,2,0,0,1,314243,62848,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,110,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25106,2,15,-1,'Cobra Shortblade',39029,2,0,0,1,332647,66529,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,115,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25107,2,15,-1,'Draconic Dagger',20273,2,0,0,1,342891,68578,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,119,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25108,2,15,-1,'Grave Keeper Knife',39423,2,0,0,1,353199,70639,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25109,2,15,-1,'Moon Blade',39604,2,0,0,1,363571,72714,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,128,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25110,2,15,-1,'Sharp Bowie Knife',40711,2,0,0,1,338439,67687,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,132,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25111,2,15,-1,'Lionhead Dagger',39892,2,0,0,1,348069,69613,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25112,2,15,-1,'Fel Ripper',40182,2,0,0,1,357763,71552,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25113,2,15,-1,'Phantom Dagger',41469,2,0,0,1,367522,73504,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25114,2,4,-1,'Doomsayer\'s Mace',39004,2,0,0,1,259533,51906,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25115,2,4,-1,'Riversong Mace',5205,2,0,0,1,268969,53793,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25116,2,4,-1,'Pneumatic War Hammer',40791,2,0,0,1,278470,55694,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25117,2,4,-1,'Flanged Battle Mace',38418,2,0,0,1,288035,57607,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,162,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25118,2,4,-1,'Battle Star',5199,2,0,0,1,297634,59526,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25119,2,4,-1,'Silvermoon War-Mace',38854,2,0,0,1,307327,61465,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25120,2,4,-1,'Rockshard Club',39045,2,0,0,1,317084,63416,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25121,2,4,-1,'Dreaded Mace',5205,2,0,0,1,326906,65381,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25122,2,4,-1,'Khorium Plated Bludgeon',39427,2,0,0,1,345704,69140,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25123,2,4,-1,'Boneshredder Mace',39488,2,0,0,1,355883,71176,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25124,2,4,-1,'Footman Mace',39750,2,0,0,1,366127,73225,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25125,2,4,-1,'Retro-Spike Club',39610,2,0,0,1,376399,75279,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25126,2,4,-1,'Anvilmar Hammer',22118,2,0,0,1,386770,77354,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25127,2,4,-1,'Knight\'s War Hammer',40823,2,0,0,1,397206,79441,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25128,2,5,-1,'Shining Mace',40792,2,0,0,1,350555,70111,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25129,2,5,-1,'Giant\'s Leg Bone',19622,2,0,0,1,363163,72632,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25130,2,5,-1,'Gronn-Bone Club',44768,2,0,0,1,340166,68033,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25131,2,5,-1,'Hateful Bludgeon',38423,2,0,0,1,351881,70376,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25132,2,5,-1,'Thrallmar War Hammer',38726,2,0,0,1,363677,72735,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25133,2,5,-1,'Stormwind Maul',39001,2,0,0,1,375514,75102,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25134,2,5,-1,'Highmountain Hammer',39255,2,0,0,1,387469,77493,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25135,2,5,-1,'Clefthoof Mace',39311,2,0,0,1,399505,79901,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25136,2,5,-1,'Blood Stained Hammer',39408,2,0,0,1,411621,82324,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25137,2,5,-1,'Draenethyst Mallet',39527,2,0,0,1,423774,84754,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25138,2,5,-1,'Blood Knight Maul',39633,2,0,0,1,447808,89561,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25139,2,5,-1,'Algaz Battle Hammer',39861,2,0,0,1,460452,92090,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25140,2,5,-1,'Commanding Mallet',40824,2,0,0,1,473130,94626,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25141,2,5,-1,'Halaani Hammer',41952,2,0,0,1,485933,97186,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25142,2,7,-1,'Telaari Longblade',40794,2,0,0,1,274492,54898,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25143,2,7,-1,'Silver Hand Blade',7526,2,0,0,1,284413,56882,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25144,2,7,-1,'Skettis Curved Blade',40795,2,0,0,1,294371,58874,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25145,2,7,-1,'Wisdom Blade',4802,2,0,8192,1,304420,60884,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25146,2,7,-1,'Light-Etched Longsword',38635,2,0,0,1,314533,62906,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25147,2,7,-1,'Skystrider Katana',38863,2,0,0,1,324711,64942,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25148,2,7,-1,'Bone Collector Sword',39025,2,0,0,1,334921,66984,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25149,2,7,-1,'Baron\'s Broadsword',39310,2,0,0,1,345226,69045,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25150,2,7,-1,'Honor Hold Saber',7485,2,0,0,1,321802,64360,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25151,2,7,-1,'Assassins\' Short Blade',39474,2,0,0,1,331366,66273,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25152,2,7,-1,'Howling Sword',39752,2,0,0,1,340959,68191,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25153,2,7,-1,'Gladiator Greatblade',39890,2,0,0,1,350651,70130,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25154,2,7,-1,'Blood Groove Blade',41950,2,0,0,1,370275,74055,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25155,2,7,-1,'Iron Skull Sword',40686,2,0,0,1,380287,76057,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25156,2,8,-1,'Royal Crusader Sword',40796,2,0,0,1,335676,67135,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25157,2,8,-1,'Serpentlord Claymore',44329,2,0,0,1,347836,69567,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25158,2,8,-1,'Skeletal Broadsword',40798,2,0,0,1,360077,72015,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25159,2,8,-1,'Thunderstrike Falchion',38606,2,0,8192,1,372362,74472,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25160,2,8,-1,'Vengeance Blade',38735,2,0,0,1,384762,76952,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25161,2,8,-1,'Dragon Wing Blade',38864,2,0,0,1,397243,79448,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25162,2,8,-1,'Darkened Broadsword',39039,2,0,0,1,409805,81961,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25163,2,8,-1,'Elexorien Blade',39329,2,0,0,1,422405,84481,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25164,2,8,-1,'Crude Umbrafen Blade',39428,2,0,0,1,435126,87025,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25165,2,8,-1,'Boulderfist Claymore',39491,2,0,0,1,447928,89585,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25166,2,8,-1,'Mok\'Nathal Warblade',39758,2,0,0,1,460809,92161,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25167,2,8,-1,'Nethersteel Claymore',39906,2,0,0,1,473726,94745,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25168,2,8,-1,'Sha\'tari Longsword',40691,2,0,0,1,486768,97353,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25169,2,8,-1,'Fel Orc Brute Sword',44330,2,0,0,1,499889,99977,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25170,2,10,-1,'Rattan Bo Staff',40799,2,0,0,1,328237,65647,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25171,2,10,-1,'Straight Hardwood Staff',39172,2,0,0,1,340156,68031,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25172,2,10,-1,'Jinbali Warp-Staff',38347,2,0,0,1,352156,70431,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25173,2,10,-1,'Master\'s Bo Staff',5074,2,0,8192,1,364236,72847,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25174,2,10,-1,'Hanbo Staff',38713,2,0,0,1,376359,75271,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25175,2,10,-1,'Demoniac Longstaff',38995,2,0,0,1,388598,77719,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25176,2,10,-1,'Taiji Quarterstaff',39105,2,0,0,1,400919,80183,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25177,2,10,-1,'Tanjo Staff',5120,2,0,0,1,413319,82663,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25178,2,10,-1,'Bata Staff',4995,2,0,0,1,425758,85151,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25179,2,10,-1,'Nguni Stick',5111,2,0,0,1,438318,87663,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25180,2,10,-1,'Calenda Fighting Stick',39748,2,0,0,1,450959,90191,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25181,2,10,-1,'Tapered Staff',39987,2,0,0,1,463680,92736,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25182,2,10,-1,'Crystal-Etched Warstaff',38347,2,0,0,1,476435,95287,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25183,2,10,-1,'Voodoo Hex-Staff',21514,2,0,0,1,489315,97863,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25184,2,13,-1,'Ravager Claws',40801,2,0,0,1,276396,55279,21,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25185,2,13,-1,'Thrasher Blades',40802,2,0,0,1,286379,57275,22,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25186,2,13,-1,'Vampiric Handscythes',40803,2,0,0,1,275387,55077,21,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25187,2,13,-1,'Shekketh Talons',40431,2,0,0,1,284858,56971,22,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,162,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25188,2,13,-1,'Spleenripper Claws',8379,2,0,0,1,294394,58878,21,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25189,2,13,-1,'Ironspine Point',30572,2,0,0,1,303963,60792,22,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25190,2,13,-1,'Wight\'s Claws',40432,2,0,0,1,313626,62725,21,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25191,2,13,-1,'Dread Fangs',40434,2,0,0,1,323353,64670,22,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25192,2,13,-1,'Gutrippers',40177,2,0,0,1,333145,66629,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25193,2,13,-1,'Deathclaw Talons',40178,2,0,0,1,342967,68593,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25194,2,13,-1,'Serpent\'s Fangs',40179,2,0,0,1,352886,70577,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25195,2,13,-1,'Diamond Tipped Claws',40180,2,0,0,1,362870,72574,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25196,2,13,-1,'Boneshredder Claws',40426,2,0,0,1,372918,74583,21,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25197,2,13,-1,'Razor Scythes',40427,2,0,0,1,382993,76598,22,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25198,2,0,-1,'Karaborian Battle Axe',40804,2,0,0,1,270444,54088,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25199,2,0,-1,'Knight\'s War Axe',40805,2,0,0,1,280234,56046,13,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25200,2,0,-1,'Jagged Broadaxe',40806,2,0,0,1,290089,58017,13,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,158,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25201,2,0,-1,'Reaver\'s Sickle',14029,2,0,0,1,299978,59995,13,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,162,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25202,2,0,-1,'Kingly Axe',38723,2,0,0,1,309960,61992,13,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25203,2,0,-1,'Chipped Woodchopper',38997,2,0,0,1,297078,59415,13,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25204,2,0,-1,'Colossal War Axe',39739,2,0,0,1,306517,61303,13,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25205,2,0,-1,'Silvermoon Crescent Axe',39387,2,0,0,1,316051,63210,13,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25206,2,0,-1,'Berserker Axe',39406,2,0,0,1,325650,65130,13,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25207,2,0,-1,'Shadowmoon Cleaver',39608,2,0,0,1,335314,67062,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25208,2,0,-1,'Bladespire Broadaxe',39632,2,0,0,1,345006,69001,13,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25209,2,0,-1,'Amani Tomahawk',39862,2,0,0,1,354797,70959,13,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25210,2,0,-1,'Double-Bladed Axe',40313,2,0,0,1,364652,72930,13,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25211,2,0,-1,'Rockbiter Cutter',44332,2,0,0,1,374572,74914,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,220,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25212,2,1,-1,'Lucky Strike Axe',40295,2,0,0,1,330616,66123,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25213,2,1,-1,'Fel-Touched Axe',40294,2,0,0,1,342612,68522,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25214,2,1,-1,'Mok\'Nathal Battleaxe',40296,2,0,0,1,354689,70937,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25215,2,1,-1,'Spiked Battle Axe',40299,2,0,0,1,366847,73369,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25216,2,1,-1,'Ogre Splitting Axe',40297,2,0,0,1,379046,75809,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25217,2,1,-1,'Sundering Axe',40300,2,0,0,1,391363,78272,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25218,2,1,-1,'Silver-Edged Axe',40298,2,0,0,1,403761,80752,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25219,2,1,-1,'Rending Claw',40939,2,0,0,1,427092,85418,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25220,2,1,-1,'Glorious War-Axe',39421,2,0,0,1,439937,87987,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25221,2,1,-1,'Ghostly Battle Axe',39603,2,0,0,1,452862,90572,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25222,2,1,-1,'Ceremonial Slayer\'s Axe',39749,2,0,0,1,465868,93173,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25223,2,1,-1,'Windcaller Hatchet',40302,2,0,0,1,433404,86680,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25224,2,1,-1,'Slavemaster Axe',40938,2,0,0,1,445482,89096,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25225,2,1,-1,'Deepforge Broadaxe',40940,2,0,0,1,457640,91528,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25226,2,6,-1,'War Scythe',40807,2,0,0,1,323210,64642,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25227,2,6,-1,'Sha\'tari Longspear',40808,2,0,0,1,334932,66986,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25228,2,6,-1,'Halberd Polearm',40809,2,0,0,1,346768,69353,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25229,2,6,-1,'Partisan Polearm',38461,2,0,0,1,358684,71736,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25230,2,6,-1,'Voulge Blade',38742,2,0,0,1,370680,74136,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25231,2,6,-1,'Fel-Wrought Halberd',39003,2,0,0,1,382718,76543,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25232,2,6,-1,'War Glaive',39258,2,0,0,1,394874,78974,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25233,2,6,-1,'Battle Scythe',39287,2,0,0,1,407111,81422,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25234,2,6,-1,'Telaari Polearm',39425,2,0,0,1,419386,83877,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25235,2,6,-1,'Ethereal-Etched Glaive',39531,2,0,0,1,443253,88650,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25236,2,6,-1,'Grim Scythe',39751,2,0,0,1,456017,91203,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25237,2,6,-1,'Nether Trident',39894,2,0,0,1,468862,93772,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25238,2,6,-1,'Hellfire War Spear',40401,2,0,0,1,481741,96348,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25239,2,6,-1,'Legend\'s Glaive',40825,2,0,0,1,494745,98949,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25240,2,2,-1,'Azerothian Longbow',44659,2,0,0,1,209589,41917,15,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,156,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25241,2,2,-1,'Ashenvale Longbow',2786,2,0,0,1,217150,43430,15,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25242,2,2,-1,'Telaari Longbow',44682,2,0,0,1,224739,44947,15,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25243,2,2,-1,'Windtalker Bow',38632,2,0,0,1,210312,42062,15,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25244,2,2,-1,'Viper Bow',6233,2,0,0,1,217366,43473,15,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,171,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25245,2,2,-1,'Razorsong Bow',39007,2,0,0,1,224467,44893,15,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25246,2,2,-1,'Thalassian Compound Bow',39040,2,0,0,1,231593,46318,15,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25247,2,2,-1,'Expert\'s Bow',39331,2,0,0,1,238790,47758,15,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25248,2,2,-1,'Talbuk Hunting Bow',39431,2,0,0,1,246035,49207,15,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25249,2,2,-1,'Ranger\'s Recurved Bow',39607,2,0,0,1,253329,50665,15,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25250,2,2,-1,'Rocslayer Longbow',39775,2,0,0,1,260644,52128,15,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,200,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25251,2,2,-1,'Orc Flatbow',39975,2,0,0,1,275262,55052,15,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25252,2,2,-1,'Dream Catcher Bow',2786,2,0,0,1,282872,56574,15,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25253,2,2,-1,'Windspear Longbow',2786,2,0,0,1,290502,58100,15,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25254,2,18,-1,'Tower Crossbow',11247,2,0,0,1,205125,41025,26,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,156,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25255,2,18,-1,'Ram\'s Head Crossbow',42482,2,0,0,1,212542,42508,26,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25256,2,18,-1,'Stronghold Crossbow',10671,2,0,0,1,220007,44001,26,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25257,2,18,-1,'Citadel Crossbow',38419,2,0,0,1,227498,45499,26,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25258,2,18,-1,'Repeater Crossbow',38651,2,0,0,1,235059,47011,26,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,171,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25259,2,18,-1,'Collapsible Crossbow',39002,2,0,0,1,242668,48533,26,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25260,2,18,-1,'Archer\'s Crossbow',38651,2,0,0,1,250326,50065,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25261,2,18,-1,'Mighty Crossbow',39333,2,0,0,1,258007,51601,26,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25262,2,18,-1,'Battle Damaged Crossbow',39434,2,0,0,1,265760,53152,26,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25263,2,18,-1,'Assassins\' Silent Crossbow',39434,2,0,0,1,247563,49512,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25264,2,18,-1,'Pocket Ballista',39773,2,0,0,1,254761,50952,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,200,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25265,2,18,-1,'Barreled Crossbow',39864,2,0,0,1,261979,52395,26,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25266,2,18,-1,'Well-Balanced Crossbow',10671,2,0,0,1,269272,53854,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25267,2,18,-1,'Rampant Crossbow',10671,2,0,0,1,284187,56837,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25268,2,3,-1,'Lead-Slug Shotgun',44662,2,0,0,1,200661,40132,26,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,156,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25269,2,3,-1,'Longbeard Rifle',44660,2,0,0,1,207934,41586,26,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25270,2,3,-1,'Gnomish Assault Rifle',41603,2,0,0,1,215254,43050,26,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25271,2,3,-1,'Croc-Hunter\'s Rifle',44564,2,0,0,1,222623,44524,26,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25272,2,3,-1,'PC-54 Shotgun',44663,2,0,0,1,230017,46003,26,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,171,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25273,2,3,-1,'Sawed-Off Shotgun',39005,2,0,0,1,237481,47496,26,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25274,2,3,-1,'Cliffjumper Shotgun',48592,2,0,0,1,244994,48998,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,179,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25275,2,3,-1,'Dragonbreath Musket',44661,2,0,0,1,252555,50511,26,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25276,2,3,-1,'Tauren Runed Musket',44665,2,0,0,1,260139,52027,26,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25277,2,3,-1,'Sporting Rifle',44664,2,0,0,1,267795,53559,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25278,2,3,-1,'Nesingwary Longrifle',2792,2,0,0,1,275500,55100,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,200,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25279,2,3,-1,'Sen\'jin Longrifle',13060,2,0,0,1,283254,56650,26,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25280,2,3,-1,'Game Hunter Musket',39087,2,0,0,1,291027,58205,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25281,2,3,-1,'Big-Boar Battle Rifle',36494,2,0,0,1,298876,59775,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25282,2,19,-1,'Mahogany Wand',40815,2,0,0,1,211016,42203,26,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,163,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25283,2,19,-1,'Crystallized Ebony Wand',40816,2,0,0,1,203325,40665,26,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,169,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25284,2,19,-1,'Purpleheart Wand',40144,2,0,0,1,210501,42100,26,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,175,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25285,2,19,-1,'Bloodwood Wand',40131,2,0,8192,1,217725,43545,26,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25286,2,19,-1,'Yew Wand',40146,2,0,0,1,224997,44999,26,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25287,2,19,-1,'Magician\'s Wand',40139,2,0,0,1,232294,46458,26,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,193,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25288,2,19,-1,'Conjurer\'s Wand',40133,2,0,0,1,239662,47932,26,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25289,2,19,-1,'Majestic Wand',40155,2,0,0,1,247079,49415,26,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25290,2,19,-1,'Solitaire Wand',40145,2,0,0,1,254543,50908,26,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,219,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25291,2,19,-1,'Nobility Torch',40143,2,0,0,1,262030,52406,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25292,2,19,-1,'Mechano-Wand',40142,2,0,0,1,269590,53918,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,234,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25293,2,19,-1,'Draenethyst Wand',40136,2,0,0,1,277198,55439,26,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,242,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25294,2,19,-1,'Dragonscale Wand',40156,2,0,0,1,284855,56971,26,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,249,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25295,2,19,-1,'Flawless Wand',44333,2,0,0,1,292532,58506,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,255,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25296,2,15,-1,'Absorption Dagger',40214,2,0,0,1,275404,55080,21,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,93,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.3,0,0,0,'',32,0,0,0,0,12340), (25297,2,15,-1,'Tuning Knife',40817,2,0,0,1,285355,57071,21,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33094,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-4.3,0,0,0,'',32,0,0,0,0,12340), (25298,2,15,-1,'Combustion Dagger',40818,2,0,0,1,295341,59068,21,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-5.3,0,0,0,'',32,0,0,0,0,12340), (25299,2,15,-1,'Siphoning Dagger',38601,2,0,0,1,283770,56754,21,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',32,0,0,0,0,12340), (25300,2,15,-1,'Lightning Dagger',38724,2,0,0,1,293273,58654,21,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (25301,2,15,-1,'Shattering Dagger',39006,2,0,0,1,302841,60568,21,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,96,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.5,0,0,0,'',32,0,0,0,0,12340), (25302,2,15,-1,'Soul-Drain Dagger',39101,2,0,0,1,312441,62488,21,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,97,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.5,0,0,0,'',32,0,0,0,0,12340), (25303,2,15,-1,'Amplifying Blade',39282,2,0,0,1,322136,64427,21,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,98,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340), (25304,2,15,-1,'Destructo-Blade',39419,2,0,0,1,331896,66379,21,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340), (25305,2,15,-1,'Elemental Dagger',39530,2,0,0,1,341720,68344,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,100,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340), (25306,2,15,-1,'Permafrost Dagger',39769,2,0,0,1,351573,70314,21,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-18.3,0,0,0,'',33,0,0,0,0,12340), (25307,2,15,-1,'Shadow Dagger',39978,2,0,0,1,361525,72305,21,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,102,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-20.3,0,0,0,'',33,0,0,0,0,12340), (25308,2,15,-1,'Thunder Spike',41471,2,0,0,1,371541,74308,21,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-22,0,0,0,'',33,0,0,0,0,12340), (25309,2,15,-1,'Warpdagger',40158,2,0,0,1,381621,76324,21,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,28693,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-23.8,0,0,0,'',33,0,0,0,0,12340), (25310,2,4,-1,'Naaru Lightmace',6207,2,0,0,1,269452,53890,21,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,93,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.3,0,0,0,'',32,0,0,0,0,12340), (25311,2,4,-1,'Revitalizing Hammer',39427,2,0,0,1,279210,55842,21,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33103,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-4.3,0,0,0,'',32,0,0,0,0,12340), (25312,2,4,-1,'Glorious Scepter',38346,2,0,0,1,289032,57806,21,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,94,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33148,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-5.3,0,0,0,'',32,0,0,0,0,12340), (25313,2,4,-1,'Cold-Iron Scepter',24033,2,0,0,1,298919,59783,21,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33149,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-6.5,0,0,0,'',32,0,0,0,0,12340), (25314,2,4,-1,'Ceremonial Hammer',16498,2,0,0,1,308840,61768,21,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33163,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (25315,2,4,-1,'Restorative Mace',39004,2,0,0,1,327109,65421,21,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,96,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.5,0,0,0,'',32,0,0,0,0,12340), (25316,2,4,-1,'Spirit-Clad Mace',39102,2,0,0,1,305364,61072,21,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,97,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,18047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.5,0,0,0,'',32,0,0,0,0,12340), (25317,2,4,-1,'Lesser Sledgemace',39389,2,0,0,1,314835,62967,21,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,98,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340), (25318,2,4,-1,'Ancestral Hammer',39394,2,0,0,1,324401,64880,21,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340), (25319,2,4,-1,'Tranquility Mace',39611,2,0,0,1,334032,66806,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,100,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33165,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340), (25320,2,4,-1,'Queen\'s Insignia',39774,2,0,0,1,343728,68745,21,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,101,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33166,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-18.3,0,0,0,'',33,0,0,0,0,12340), (25321,2,4,-1,'Divine Hammer',39875,2,0,0,1,353451,70690,21,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,102,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-20.3,0,0,0,'',33,0,0,0,0,12340), (25322,2,4,-1,'Lordly Scepter',40159,2,0,0,1,363274,72654,21,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33169,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-22,0,0,0,'',33,0,0,0,0,12340), (25323,2,4,-1,'Ascendant\'s Scepter',41637,2,0,0,1,373162,74632,21,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,104,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33170,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-23.8,0,0,0,'',33,0,0,0,0,12340), (25324,2,10,-1,'Angerstaff',35363,2,0,0,1,329409,65881,17,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,244,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25325,2,10,-1,'Brutal Scar-Limb',20373,2,0,0,1,341332,68266,17,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,250,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25326,2,10,-1,'Primal Lore-Staff',38345,2,0,0,1,353369,70673,17,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,256,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25327,2,10,-1,'Frenzied Staff',35363,2,0,0,1,365486,73097,17,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,261,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25328,2,10,-1,'Faerie-Kind Staff',38666,2,0,0,1,377684,75536,17,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25329,2,10,-1,'Tranquility Staff',34939,2,0,0,1,389922,77984,17,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25330,2,10,-1,'Starshine Staff',39104,2,0,0,1,402280,80456,17,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25331,2,10,-1,'Vengeance Staff',39392,2,0,0,1,425612,85122,17,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,294,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25332,2,10,-1,'Reflective Staff',39429,2,0,0,1,438376,87675,17,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25333,2,10,-1,'Purification Staff',22145,2,0,0,1,451261,90252,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,316,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25334,2,10,-1,'Intimidating Greatstaff',39753,2,0,0,1,464226,92845,17,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25335,2,10,-1,'Feral Warp-Staff',39878,2,0,0,1,477272,95454,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25336,2,10,-1,'Splintering Greatstaff',21968,2,0,0,1,443760,88752,17,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25337,2,10,-1,'Swarming Sting-Staff',44331,2,0,0,1,455878,91175,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,356,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25338,4,1,-1,'Loosely Threaded Pants',37333,0,0,0,1,34533,6906,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25339,4,1,-1,'Loosely Threaded Shoulderpads',37334,0,0,0,1,25999,5199,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25340,4,1,-1,'Loosely Threaded Vest',37335,0,0,0,1,34795,6959,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25341,4,1,-1,'Dilapidated Cloth Belt',37327,0,0,0,1,18815,3763,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25342,4,1,-1,'Dilapidated Cloth Boots',37328,0,0,0,1,28330,5666,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25343,4,1,-1,'Dilapidated Cloth Bracers',37329,0,0,0,1,18958,3791,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25344,4,1,-1,'Dilapidated Cloth Gloves',37332,0,0,0,1,19028,3805,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25345,4,1,-1,'Dilapidated Cloth Hat',42766,0,0,0,1,28649,5729,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25346,4,1,-1,'Dilapidated Cloth Pants',43405,0,0,0,1,38343,7668,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25347,4,1,-1,'Dilapidated Cloth Shoulderpads',37334,0,0,0,1,29631,5926,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25348,4,1,-1,'Dilapidated Cloth Vest',37335,0,0,0,1,39652,7930,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25349,4,2,-1,'Moldy Leather Armor',14935,0,0,0,1,46171,9234,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25350,4,2,-1,'Moldy Leather Belt',37336,0,0,0,1,23169,4633,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25351,4,2,-1,'Moldy Leather Boots',37337,0,0,0,1,34874,6974,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25352,4,2,-1,'Moldy Leather Bracers',37338,0,0,0,1,23333,4666,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25353,4,2,-1,'Moldy Leather Gloves',27946,0,0,0,1,23416,4683,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25354,4,2,-1,'Moldy Leather Helmet',37339,0,0,0,1,35248,7049,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25355,4,2,-1,'Moldy Leather Pants',27947,0,0,0,1,47160,9432,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25356,4,2,-1,'Moldy Leather Shoulderpads',37340,0,0,0,1,32122,6424,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25357,4,2,-1,'Decaying Leather Armor',14935,0,0,0,1,46321,9264,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25358,4,2,-1,'Decaying Leather Belt',37336,0,0,0,1,23250,4650,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25359,4,2,-1,'Decaying Leather Boots',37337,0,0,0,1,35006,7001,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25360,4,2,-1,'Decaying Leather Bracers',37338,0,0,0,1,23427,4685,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25361,4,2,-1,'Decaying Leather Gloves',27946,0,0,0,1,23516,4703,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25362,4,2,-1,'Decaying Leather Helmet',37339,0,0,0,1,35405,7081,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25363,4,2,-1,'Decaying Leather Pants',27947,0,0,0,1,48669,9733,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25364,4,2,-1,'Decaying Leather Shoulderpads',37340,0,0,0,1,36636,7327,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25365,4,3,-1,'Eroded Mail Armor',37341,0,0,0,1,54608,10921,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25366,4,3,-1,'Eroded Mail Belt',37342,0,0,0,1,27401,5480,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25367,4,3,-1,'Eroded Mail Boots',6876,0,0,0,1,41434,8286,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25368,4,3,-1,'Eroded Mail Bracers',6915,0,0,0,1,27600,5520,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25369,4,3,-1,'Eroded Mail Circlet',28391,0,0,0,1,41550,8310,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25370,4,3,-1,'Eroded Mail Gloves',37343,0,0,0,1,27797,5559,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25371,4,3,-1,'Eroded Mail Pants',3043,0,0,0,1,55794,11158,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25372,4,3,-1,'Eroded Mail Shoulderpads',37344,0,0,0,1,42182,8436,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25373,4,3,-1,'Corroded Mail Armor',37341,0,0,0,1,60540,12108,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25374,4,3,-1,'Corroded Mail Belt',37342,0,0,0,1,30375,6075,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25375,4,3,-1,'Corroded Mail Boots',6876,0,0,0,1,45926,9185,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25376,4,3,-1,'Corroded Mail Bracers',6915,0,0,0,1,27682,5536,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25377,4,3,-1,'Corroded Mail Circlet',28391,0,0,0,1,41685,8337,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25378,4,3,-1,'Corroded Mail Gloves',37343,0,0,0,1,27894,5578,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25379,4,3,-1,'Corroded Mail Pants',3043,0,0,0,1,57543,11508,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25380,4,3,-1,'Corroded Mail Shoulderpads',37344,0,0,0,1,43511,8702,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25381,4,4,-1,'Tarnished Plate Belt',37348,0,0,0,1,31565,6313,6,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25382,4,4,-1,'Tarnished Plate Boots',37349,0,0,0,1,47164,9432,8,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25383,4,4,-1,'Tarnished Plate Bracers',37350,0,0,0,1,31799,6359,9,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25384,4,4,-1,'Tarnished Plate Chestpiece',25846,0,0,0,1,63470,12694,5,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25385,4,4,-1,'Tarnished Plate Gloves',37351,0,0,0,1,32030,6406,10,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25386,4,4,-1,'Tarnished Plate Helmet',42216,0,0,0,1,47856,9571,1,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25387,4,4,-1,'Tarnished Plate Pants',37353,0,0,0,1,64162,12832,7,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25388,4,4,-1,'Tarnished Plate Shoulderpads',37355,0,0,0,1,48204,9640,3,-1,-1,66,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25389,4,4,-1,'Deteriorating Plate Belt',37348,0,0,0,1,35009,7001,6,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25390,4,4,-1,'Deteriorating Plate Boots',37349,0,0,0,1,52304,10460,8,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25391,4,4,-1,'Deteriorating Plate Bracers',37350,0,0,0,1,35261,7052,9,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25392,4,4,-1,'Deteriorating Plate Chestpiece',25846,0,0,0,1,70373,14074,5,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25393,4,4,-1,'Deteriorating Plate Gloves',37351,0,0,0,1,35510,7102,10,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25394,4,4,-1,'Deteriorating Plate Helmet',42216,0,0,0,1,53049,10609,1,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25395,4,4,-1,'Deteriorating Plate Pants',37353,0,0,0,1,66131,13226,7,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25396,4,4,-1,'Deteriorating Plate Shoulderpads',37355,0,0,0,1,49686,9937,3,-1,-1,72,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25397,2,0,-1,'Eroded Axe',8478,0,0,0,1,91762,18352,21,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,59,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25398,2,1,-1,'Stone Reaper',19374,0,0,0,1,115135,23027,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,93,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25399,2,7,-1,'Deteriorating Blade',20225,0,0,0,1,92453,18490,21,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,68,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25400,2,8,-1,'Tarnished Claymore',20195,0,0,0,1,115986,23197,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,108,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25401,2,4,-1,'Corroded Mace',19716,0,0,0,1,93134,18626,21,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,71,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25402,2,5,-1,'The Stoppable Force',28691,0,0,0,1,116850,23370,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,134,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25403,2,15,-1,'Sharpened Stilleto',4119,0,0,0,1,93825,18765,13,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,50,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25404,2,10,-1,'Dense War Staff',20309,0,0,0,1,117701,23540,17,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,115,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25405,2,3,-1,'Rusted Musket',20721,0,0,0,1,70880,14176,26,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,65,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25406,2,2,-1,'Broken Longbow',20550,0,0,0,1,71139,14227,15,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25407,4,6,-1,'The Movable Object',18472,0,0,8192,1,60926,12185,14,-1,-1,69,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25408,15,0,-1,'Shiny Tail Hair',18095,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25409,15,0,-1,'Resilient Tail Hair',18095,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25410,15,0,-1,'Damaged Hoof',37654,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25411,15,0,-1,'Worn Hoof',37654,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25412,15,0,-1,'Dirt-covered Fur',18092,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25413,15,0,-1,'Smooth Fur',18092,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25414,15,0,-1,'Brittle Horn',7134,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25415,15,0,-1,'Aged Horn',7134,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25416,12,0,-1,'Oshu\'gun Crystal Fragment',30634,1,0,0,1,800,200,0,-1,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25417,15,0,-1,'Bloody Fang',959,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25418,15,0,-1,'Razor Sharp Fang',959,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25419,15,0,-1,'Unmarked Bag of Gems',2588,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25420,15,0,-1,'Severed Claw',3307,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25421,15,0,-1,'Gnarled Claw',3307,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25422,15,0,-1,'Bulging Sack of Gems',2593,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25423,15,0,-1,'Bag of Premium Gems',21202,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25424,15,0,-1,'Gem-Stuffed Envelope',3023,1,4,0,1,50,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25425,15,0,-1,'Molted Feather',37653,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25426,15,0,-1,'Brilliant Feather',37653,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25427,15,0,-1,'Beaten Talon',7202,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25428,15,0,-1,'Savage Talon',7202,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25429,15,0,-1,'Grime-encrusted Scale',37656,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25430,15,0,-1,'Glimmering Scale',37656,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25431,15,0,-1,'Ripped Fin',2874,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25432,15,0,-1,'Pristine Fin',2874,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25433,12,0,-1,'Obsidian Warbeads',32326,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25434,15,0,-1,'Fractured Carapace',23332,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25435,15,0,-1,'Hardened Carapace',23332,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25436,15,0,-1,'Twitching Leg',35014,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25437,15,0,-1,'Barbed Leg',35014,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25438,4,0,-1,'Malachite Pendant',6539,2,0,0,1,3000,750,2,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (25439,4,0,-1,'Tigerseye Band',29697,2,524288,0,1,1000,250,11,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (25440,15,0,-1,'Cracked Boar Tusk',3429,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25441,15,0,-1,'Gnarled Boar Tusk',3429,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25442,15,0,-1,'Mangled Snout',38305,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25443,15,0,-1,'Bloody Snout',37651,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25444,15,0,-1,'Corrosive Ichor',13715,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25445,15,0,-1,'Wretched Ichor',13715,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25446,15,0,-1,'Brittle Skull',7103,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25447,15,0,-1,'Broken Skull',7103,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25448,12,0,-1,'Blacksting\'s Stinger',37378,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s still oozing venom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25449,12,0,-1,'Bundle of Skins',2593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heavy and slightly damp from the marsh.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25450,15,0,-1,'Creeping Moss',37657,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25451,15,0,-1,'Swamp Moss',37657,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25452,15,0,-1,'Blighted Fungus',19566,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25453,15,0,-1,'Death Cap Fungus',19566,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25454,15,0,-1,'Luminescent Globe',37659,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25455,15,0,-1,'Phosphorescent Globe',37659,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25456,15,0,-1,'Glowing Spores',37658,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25457,15,0,-1,'Incandescent Spores',37658,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25458,15,0,-1,'Mag\'har Battle Standard',19562,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32205,0,0,0,0,1164,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25459,12,0,-1,'\"Count\" Ungula\'s Mandible',37392,1,2048,0,1,0,0,0,-1,-1,1,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Giant mandibles indicative of provincial insect nobility.',0,0,0,9911,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25460,12,0,-1,'Bleeding Hollow Supply Crate',9151,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25461,12,0,-1,'Book of Forgotten Names',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25462,12,0,-1,'Tome of Dusk',1246,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25463,12,0,-1,'Pair of Ivory Tusks',7999,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pristine!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25464,2,6,-1,'Blood-Tempered Ranseur',37410,3,0,0,1,26198,5239,17,262143,32767,27,0,0,0,0,0,0,0,0,0,1,0,3,4,8,7,8,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,91,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',41,0,0,0,0,12340), (25465,0,0,-1,'Stormcrow Amulet',37443,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31606,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25466,15,0,-1,'Broken Antenna',18096,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25467,15,0,-1,'Torn Moth Wing',37424,0,0,0,1,16,4,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25468,15,0,-1,'Boulderfist Plans',24153,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smudged with food, blood, and unidentifiable liquids and substances.',2975,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25469,9,0,-1,'Grimoire of Avoidance',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32234,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25470,15,5,-1,'Golden Gryphon',59338,3,0,2,1,500000,125000,0,262143,1101,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32235,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25471,15,5,-1,'Ebon Gryphon',59494,3,0,2,1,500000,125000,0,262143,1101,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32239,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25472,15,5,-1,'Snowy Gryphon',59493,3,0,2,1,500000,125000,0,262143,1101,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32240,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25473,15,5,-1,'Swift Blue Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32242,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25474,15,5,-1,'Tawny Wind Rider',59472,3,0,1,1,500000,125000,0,262143,690,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32243,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25475,15,5,-1,'Blue Wind Rider',59475,3,0,1,1,500000,125000,0,262143,690,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32244,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25476,15,5,-1,'Green Wind Rider',59473,3,0,1,1,500000,125000,0,262143,690,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32245,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25477,15,5,-1,'Swift Red Wind Rider',59470,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32246,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25478,4,4,-1,'Defender\'s Gauntlets',37441,2,0,0,1,107976,21595,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,16,4,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25479,4,3,-1,'Boots of the Earthcaller',37440,2,0,0,1,139143,27828,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25480,4,1,-1,'Wastewalker\'s Sash',37437,2,0,0,1,61792,12358,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,17,7,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25481,4,4,-1,'Sunstrider\'s Gauntlets',37444,2,0,0,1,109148,21829,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,16,4,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25482,4,3,-1,'Venn\'ren\'s Boots',37438,2,0,0,1,140663,28132,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25483,4,1,-1,'Fine Sash',37436,2,0,0,1,62458,12491,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,17,7,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25484,4,0,-1,'Telhamat Pendant',39682,2,0,0,1,62682,12536,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,10,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25485,4,0,-1,'Amaan\'s Signet',39681,2,0,0,1,110715,22143,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,18,7,15,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25486,4,2,-1,'Demonslayer\'s Wristguards',37433,2,0,0,1,78913,15782,9,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25487,4,0,-1,'Wind Dancer\'s Pendant',32297,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25488,4,0,-1,'Signet of Aeranas',37430,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25489,4,1,-1,'Windtalker\'s Cloak',37429,2,0,0,1,86601,17320,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25490,12,0,-1,'Boulderfist Key',37442,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32249,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25491,12,0,-1,'Salvaged Spore Sacs',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25492,2,4,-1,'Earthcaller\'s Mace',23267,2,0,0,1,300027,60005,21,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,140,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (25494,2,10,-1,'Totemic Staff',28580,2,0,0,1,377797,75559,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,234,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,26459,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (25495,2,15,-1,'Wolfrider\'s Dagger',20299,2,0,0,1,303358,60671,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,32,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,115,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25496,2,2,-1,'Mag\'har Bow',28309,2,0,0,1,228359,45671,15,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25498,0,0,-1,'Rough Stone Statue',38749,1,0,0,1,100,25,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32254,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25499,4,0,-1,'Felblood Band',9834,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25500,4,0,-1,'Felforce Medallion',9858,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25501,4,1,-1,'Lost Anchorite\'s Cloak',27721,2,0,0,1,93015,18603,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25502,4,4,-1,'Lightbearer\'s Gauntlets',37445,2,0,0,1,106379,21275,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25503,4,1,-1,'Flamehandler\'s Gloves',37446,2,0,0,1,60660,12132,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,5,11,31,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25504,4,2,-1,'Pilgrim\'s Belt',37447,2,0,0,1,76097,15219,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,3,16,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25505,4,0,-1,'Carinda\'s Wedding Band',31906,2,0,0,1,117660,29415,11,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25506,4,3,-1,'Vindicator\'s Chain Helm',37448,2,0,0,1,142017,28403,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25507,4,2,-1,'Leggings of Telhamat',37449,2,0,0,1,158356,31671,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25508,4,2,-1,'Omenai Vest',37450,2,0,0,1,147772,29554,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25509,12,0,-1,'Northwind Cleft Key',37442,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32255,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25510,4,1,-1,'Ceremonial Robes',37451,2,0,0,1,119102,23820,20,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25511,4,4,-1,'Thunderforge Leggings',27938,2,0,0,1,209213,41842,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25512,4,3,-1,'Tribal Hauberk',37454,2,0,0,1,179998,35999,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,28,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25513,4,2,-1,'Clefthoof Hide Mask',41854,2,0,0,1,112907,22581,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25514,4,3,-1,'Ikeyen\'s Pauldrons',27160,2,0,0,1,128759,25751,3,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25515,4,2,-1,'Mud Encrusted Boots',37457,2,0,0,1,107220,21444,8,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25516,4,1,-1,'Ikeyen\'s Boots',37459,2,0,0,1,86093,17218,8,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,5,11,32,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25517,4,0,-1,'Preserver\'s Medallion',9859,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25518,4,2,-1,'Explorer\'s Leggings',37460,2,0,0,1,153329,30665,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,23,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25519,2,4,-1,'Warden\'s Hammer',28262,2,0,0,1,307780,61556,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25521,0,8,-1,'Greater Rune of Warding',38758,1,64,0,1,12000,3000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32282,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25522,4,4,-1,'Marshstrider\'s Spaulders',27940,2,0,0,1,163022,32604,3,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,4,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25523,4,3,-1,'Windcaller\'s Gauntlets',37472,2,0,0,1,93669,18733,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25524,4,2,-1,'Cenarion Expedition Boots',37473,2,0,0,1,109137,21827,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,17,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25525,4,1,-1,'Zangar Epaulets',37474,2,0,0,1,90160,18032,3,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,31,17,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25526,9,4,-1,'Plans: Greater Rune of Warding',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32285,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Greater Rune of Warding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25527,15,5,-1,'Swift Red Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32289,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25528,15,5,-1,'Swift Green Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32290,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25529,15,5,-1,'Swift Purple Gryphon',39239,4,0,2,1,1000000,250000,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25530,4,4,-1,'Helm of Natural Purity',44327,2,0,0,1,160484,32096,1,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25531,15,5,-1,'Swift Green Wind Rider',59469,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25532,15,5,-1,'Swift Yellow Wind Rider',59471,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25533,15,5,-1,'Swift Purple Wind Rider',59468,4,0,1,1,1000000,250000,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,32297,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25534,4,3,-1,'Marsh Survivalist\'s Belt',37476,2,0,0,1,93254,18650,6,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,18,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25535,15,2,-1,'Netherwhelp\'s Collar',45013,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,32298,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25536,2,4,-1,'Sporeggar Smasher',19735,3,0,0,1,368759,73751,21,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,123,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33124,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,-15.3,0,0,0,'',50,0,0,0,0,12340), (25537,2,1,-1,'Hewing Axe of the Marsh',28207,3,0,0,1,462646,92529,17,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,3,4,29,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,265,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25538,2,13,-1,'Sporeling Claw',40181,3,0,0,1,371474,74294,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25539,0,2,-1,'Potion of Water Breathing',3665,1,0,0,1,0,0,0,-1,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22807,0,-3,-3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25540,4,1,-1,'Dark Cloak of the Marsh',40130,3,0,0,1,115162,23032,16,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25541,4,0,-1,'Cenarion Ring of Casting',28733,3,0,0,1,146756,36689,11,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25542,4,0,-1,'Lucky Circle of the Fool',9837,2,0,0,1,146756,36689,11,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,0,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25543,2,15,-1,'Talbuk Sticker',16130,2,0,0,1,323152,64630,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,15,5,11,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,87,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340), (25544,2,3,-1,'Zerid\'s Vintage Musket',28557,2,0,0,1,243301,48660,26,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25545,2,15,-1,'Talbuk Dirk',6448,2,0,0,1,325650,65130,13,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25548,0,8,-1,'Tallstalk Mushroom',19488,1,0,0,1,0,0,0,-1,-1,50,40,0,0,0,0,0,970,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32304,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25549,4,0,-1,'Blood Knight Tabard',37484,1,0,1,1,0,0,19,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25550,0,8,-1,'Redcap Toadstool',36727,1,0,0,1,0,0,0,-1,-1,50,40,0,0,0,0,0,970,5,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32305,0,-1,-1,120000,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25552,15,0,-1,'Warmaul Ogre Banner',6748,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32307,0,0,0,0,1167,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bears the symbol of Warmaul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25553,2,10,-1,'Exodar Staff',20446,1,0,0,1,150,30,17,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25554,12,0,-1,'Kil\'sorrow Armaments',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25555,15,0,-1,'Kil\'sorrow Banner',6748,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32314,0,0,0,0,1167,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25556,4,3,-1,'Oversized Ogre Hauberk',37490,2,0,0,1,203563,40712,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'After a good washing, this mail is serviceable, if a little baggy.',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25557,4,4,-1,'Salvaged Ango\'rosh Pauldrons',37491,2,0,0,1,178416,35683,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25558,4,1,-1,'Ango\'rosh Souleater\'s Cowl',37492,2,0,0,1,102502,20500,1,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,25,7,25,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25559,4,2,-1,'Lo\'ap\'s Tunic of Muck Diving',37493,2,0,0,1,136719,27343,5,-1,-1,79,0,0,0,0,0,0,0,0,0,1,0,2,7,27,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340), (25560,4,3,-1,'Lo\'ap\'s Muck Diving Pads',37494,2,0,0,1,124033,24806,3,-1,-1,79,0,0,0,0,0,0,0,0,0,1,0,3,3,13,7,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340), (25561,4,4,-1,'Muck-ridden Galoshes',45985,2,0,0,1,144299,28859,8,32767,32767,79,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340), (25562,4,0,-1,'Earthen Mark of Razing',15420,3,0,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,3,23,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25563,4,0,-1,'Earthen Mark of Power',32395,3,0,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,32,23,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25564,4,0,-1,'Earthen Mark of Health',9657,3,64,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,0,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25565,4,2,-1,'Spaulders of the Ring',37496,2,0,0,1,122106,24421,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25566,4,4,-1,'Judicator\'s Gauntlets',37498,2,0,0,1,115045,23009,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25567,4,3,-1,'Cord of the Ring',37500,2,0,0,1,98424,19684,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25568,4,3,-1,'Warcaster\'s Scaled Leggings',37501,2,0,0,1,197598,39519,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25569,4,4,-1,'Murkblood Avenger\'s Chestplate',27427,2,0,0,1,231405,46281,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25570,4,2,-1,'Melia\'s Lustrous Crown',39364,2,0,0,1,124423,24884,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25573,4,4,-1,'QR 9863 Warrior Chest',27427,2,0,0,1,241118,48223,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,1), (25574,4,1,-1,'Greenkeeper\'s Pantaloons',23711,2,0,0,1,138281,27656,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,21,5,22,32,21,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25575,4,3,-1,'Thunderbringer\'s Guard',37504,2,0,0,1,156129,31225,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,39,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25576,4,2,-1,'Smuggler\'s Mitts',37505,2,0,0,1,87050,17410,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25577,4,1,-1,'Greenblood Pantaloons',23711,2,0,0,1,139767,27953,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,21,5,22,6,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25578,4,2,-1,'Caustic Feelers',37505,2,0,0,1,87666,17533,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25579,4,3,-1,'Dark Shaman\'s Cover',41069,2,0,0,1,158362,31672,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,39,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25580,4,4,-1,'QR 9867 Warrior Legs',37508,2,0,0,1,247215,49443,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,1), (25581,4,3,-1,'QR 9867 Hunter Gloves',37509,2,0,0,1,106314,21262,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,3,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,1), (25582,4,2,-1,'QR 9867 Druid Moonkin Belt',37511,2,0,0,1,0,0,6,-1,-1,105,1,0,0,0,0,0,0,0,0,1,0,3,6,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25583,4,2,-1,'Eighty Silver Links',39363,2,0,0,1,80771,16154,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,6,16,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25584,4,3,-1,'Murkblood Oven Mitts',37509,2,0,0,1,97300,19460,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,3,16,7,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25585,4,4,-1,'Murkblood Avenger\'s Legplates',37508,2,0,0,1,227884,45576,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,26,7,39,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25586,12,0,-1,'Burning Blade Peace Offering',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s heavy!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25589,4,4,-1,'Clefthoof Helm',37533,2,0,0,1,177876,35575,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,4,22,3,22,7,33,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25590,12,0,-1,'Head of Cho\'war',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25591,4,2,-1,'Clefthoof Gloves',37534,2,0,0,1,85489,17097,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,24,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25592,4,3,-1,'Clefthoof Wristguards',37535,2,0,0,1,102951,20590,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25593,4,4,-1,'Windroc Greaves',37561,2,0,0,1,180476,36095,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,28,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25594,4,3,-1,'Windroc Boots',26326,2,0,0,1,156243,31248,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25595,4,1,-1,'Windroc Shroud',37537,2,0,0,1,138767,27753,20,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,22,5,22,32,21,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25596,15,0,-1,'Peep\'s Whistle',37541,5,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32345,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"Welcome to Alex country. Buckle up!\"',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25597,4,4,-1,'Vindicator\'s Cinch',37542,2,0,0,1,107155,21431,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25598,4,3,-1,'Fen Strider\'s Bracer',37543,2,0,0,1,91652,18330,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25599,4,2,-1,'Explorer\'s Bands',37544,2,0,0,1,76649,15329,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25600,4,2,-1,'Bog Walker\'s Bands',37544,2,0,0,1,76913,15382,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25601,4,3,-1,'Murk-Darkened Bracers',37543,2,0,0,1,92623,18524,9,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,3,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25602,4,4,-1,'Bog Walker\'s Belt',37542,2,0,0,1,98696,19739,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,24,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25603,2,6,-1,'Lantresor\'s Warblade',22792,3,0,0,1,451269,90253,17,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,4,42,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25604,15,0,-1,'Warmaul Prison Key',22477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32347,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25605,4,2,-1,'Burning Blade Devotee\'s Cinch',37547,3,0,0,1,93451,18690,6,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,33,32,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25606,4,0,-1,'Burning Blade Cultist Band',28682,3,0,0,1,131564,32891,11,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25607,4,0,-1,'Burning Blade Cultist Band',28682,3,0,0,1,131564,32891,11,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25608,2,6,-1,'Lantresor\'s Warblade',22792,3,0,0,1,472446,94489,17,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,4,42,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25609,4,2,-1,'Burning Blade Devotee\'s Cinch',37547,3,0,0,1,94838,18967,6,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,33,32,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25610,4,4,-1,'Fen Strider\'s Footguards',37548,2,0,0,1,140223,28044,8,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340), (25611,4,1,-1,'The Witch Doctor\'s Wraps',15008,2,0,0,1,53711,10742,10,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',12,0,0,0,0,12340), (25612,4,3,-1,'Daggerfen Mail',25882,2,0,0,1,168788,33757,5,-1,-1,84,0,0,0,0,0,0,0,0,0,1,0,3,3,17,7,25,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25613,4,1,-1,'Feralfen Mystic\'s Handwraps',15008,2,0,0,1,63559,12711,10,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25614,4,3,-1,'Feralfen Beastmaster\'s Hauberk',25882,2,0,0,1,202044,40408,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,3,21,7,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25615,4,4,-1,'Feralfen Champion\'s Boots',37548,2,0,0,1,167716,33543,8,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,18,7,25,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25616,4,2,-1,'Tim\'s Trusty Helmet',21304,2,0,0,1,120458,24091,1,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not the most attractive of headgear, but it gets the job done. Be sure to escape as quickly as possible after putting it on.',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25617,4,2,-1,'Captain Krosh\'s Crash Helmet',21304,2,0,0,1,120890,24178,1,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,34,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25618,4,1,-1,'Telaar Courier\'s Cloak',26323,2,0,0,1,97058,19411,16,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,19,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25619,4,0,-1,'Glowing Crystal Insignia',37549,2,0,0,1,28000,7000,12,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,32355,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25620,4,0,-1,'Ancient Crystal Talisman',37549,2,0,0,1,28000,7000,12,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,32355,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25621,4,1,-1,'Serpent Spirit\'s Drape',26323,2,0,0,1,91207,18241,16,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,19,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25622,2,10,-1,'Staff of the Four Golden Coins',39281,2,0,0,1,402712,80542,17,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,38,50,3,24,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,303,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25623,4,4,-1,'Bracers of the Battle Cleric',30704,2,0,0,1,113832,22766,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,16,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25624,4,6,-1,'King\'s Bulwark',39283,2,0,0,1,207746,41549,14,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,25,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3023,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,68,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25627,4,6,-1,'QR 9922 Shield',37551,2,0,0,1,210061,42012,14,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,25,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3023,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,1), (25628,4,0,-1,'Ogre Mauler\'s Badge',37552,2,0,0,1,28000,7000,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,32362,0,0,0,120000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25629,2,19,-1,'Ogre Handler\'s Shooter',30660,2,0,0,1,247991,49598,26,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25630,4,1,-1,'Ogre Basher\'s Slippers',37553,2,0,0,1,99551,19910,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,19,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25631,4,1,-1,'Boots of the Specialist',37553,2,0,0,1,99917,19983,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,19,5,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25632,2,19,-1,'Wand of Happiness',30660,2,0,0,1,250705,50141,26,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (25633,4,0,-1,'Uniting Charm',37552,2,0,0,1,28000,7000,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,32362,0,0,0,120000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25634,4,0,-1,'Oshu\'gun Relic',3026,2,0,0,1,28000,7000,12,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,32367,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25635,12,0,-1,'Eye of Veil Skith',37555,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Soft blue light pulses within the crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25636,4,1,-1,'Talbuk Cape',37556,2,0,0,1,96966,19393,16,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25637,4,1,-1,'Ethereal Sash',30697,2,0,0,1,64887,12977,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,7,19,5,19,6,12,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25638,12,0,-1,'Eye of Veil Reskk',29922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The globe emits a soft blue glow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25639,2,3,-1,'Hemet\'s Elekk Gun',37557,3,0,0,1,289191,57838,26,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,193,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25640,2,19,-1,'Nesingwary Safari Stick',44594,3,0,0,1,290296,58059,26,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,265,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25641,15,0,-1,'Broken Fitz\'s Throwing Axe',23723,3,0,0,1,47,11,0,-1,-1,103,0,0,0,0,0,0,0,0,0,200,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,4,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25642,12,0,-1,'Eye of Veil Shienor',37558,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dark energies swirl within the orb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25643,4,8,-1,'Harold\'s Rejuvenating Broach',34954,3,0,0,1,117432,23486,28,32767,-1,103,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32402,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25644,4,7,-1,'Blessed Book of Nagrand',34960,3,0,0,1,117874,23574,28,32767,-1,103,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32403,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25645,4,9,-1,'Totem of the Plains',34956,3,0,0,1,118304,23660,28,32767,-1,103,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32401,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25647,12,0,-1,'Telaar Supply Crate',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25648,12,0,-1,'Cho\'war\'s Key',37442,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32384,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25649,7,6,-1,'Knothide Leather Scraps',38743,1,0,0,1,1000,250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25650,0,6,-1,'Knothide Armor Kit',38763,1,64,0,1,30000,7500,0,-1,-1,60,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32397,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25651,0,6,-1,'Vindicator\'s Armor Kit',38765,1,64,0,1,90000,22500,0,-1,-1,65,55,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32398,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25652,0,6,-1,'Magister\'s Armor Kit',38764,1,64,0,1,90000,22500,0,-1,-1,65,55,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32399,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25653,4,0,-1,'Riding Crop',39186,3,524352,0,1,70000,17500,12,-1,-1,70,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48776,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340), (25654,4,3,-1,'Felscale Gloves',38982,2,0,0,1,87184,17436,10,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25655,4,3,-1,'Felscale Boots',38983,2,0,0,1,130533,26106,8,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25656,4,3,-1,'Felscale Pants',38980,2,0,0,1,183910,36782,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,1,3,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25657,4,3,-1,'Felscale Breastplate',38981,2,0,0,1,199650,39930,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,611,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25658,15,0,-1,'Damp Woolen Blanket',37579,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32408,0,0,0,0,1164,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used for managing smoke signals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25659,4,3,-1,'Scaled Draenic Boots',40164,2,0,0,1,151562,30312,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25660,4,3,-1,'Scaled Draenic Vest',38984,2,0,0,1,191802,38360,5,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25661,4,3,-1,'Scaled Draenic Gloves',38988,2,0,0,1,88636,17727,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25662,4,3,-1,'Scaled Draenic Pants',38985,2,0,0,1,162627,32525,7,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,612,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25666,12,0,-1,'Mug\'gok\'s Head',9666,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25667,4,8,-1,'ObsoleteIdol of the Beast',40160,3,0,8192,1,94198,18839,28,32767,-1,79,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32410,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25668,4,2,-1,'Thick Draenic Boots',41553,2,0,0,1,120239,24047,8,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,2,3,17,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,613,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25669,4,2,-1,'Thick Draenic Gloves',15684,2,0,0,1,71373,14274,10,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,2,3,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,613,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25670,4,2,-1,'Thick Draenic Pants',41551,2,0,0,1,161249,32249,7,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,2,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,613,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25671,4,2,-1,'Thick Draenic Vest',8664,2,0,0,1,175350,35070,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,3,25,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,613,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25672,12,0,-1,'Teromoth Sample',37559,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Doesn\'t look unusual to you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25673,4,2,-1,'Wild Draenish Boots',37607,2,0,0,1,108585,21717,8,-1,-1,84,57,0,0,0,0,0,0,0,0,1,0,3,45,23,7,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,614,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25674,4,2,-1,'Wild Draenish Gloves',37606,2,0,0,1,79488,15897,10,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,3,32,21,45,16,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,614,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25675,4,2,-1,'Wild Draenish Leggings',37605,2,0,0,1,152650,30530,7,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,3,45,35,32,20,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,614,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25676,4,2,-1,'Wild Draenish Vest',37604,2,0,0,1,161559,32311,5,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,3,45,38,31,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,614,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25677,12,0,-1,'Terokkar Chokeberry',37181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25678,12,0,-1,'Warp Hunter Essence',31843,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25679,0,8,-1,'Comfortable Insoles',7450,1,64,0,1,1000,250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32426,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25680,4,2,-1,'Stylin\' Purple Hat',37616,3,0,0,1,156503,31300,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,3,48,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25681,4,3,-1,'Stylin\' Adventure Hat',37619,3,0,0,1,188519,37703,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25682,4,2,-1,'Stylin\' Jungle Hat',37617,3,0,0,1,157695,31539,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,4,4,24,7,24,3,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25683,4,3,-1,'Stylin\' Crimson Hat',37618,3,0,0,1,189930,37986,1,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25684,12,0,-1,'Kokorek\'s Talisman',37615,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32446,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25685,4,2,-1,'Fel Leather Gloves',38992,3,0,0,1,103855,20771,10,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,31,17,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,573,35,0,0,0,0,4,0,2,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25686,4,2,-1,'Fel Leather Boots',38993,3,0,0,1,164314,32862,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,31,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,573,50,0,0,0,0,4,0,2,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25687,4,2,-1,'Fel Leather Leggings',38991,3,0,0,1,219880,43976,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,31,25,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,573,75,0,0,0,0,2,0,4,0,4,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25689,4,2,-1,'Heavy Clefthoof Vest',37633,3,0,0,1,225054,45010,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,3,7,45,12,24,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,574,100,0,0,0,0,4,0,4,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25690,4,2,-1,'Heavy Clefthoof Leggings',37631,3,0,0,1,224040,44808,7,-1,-1,113,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,29,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,574,75,0,0,0,0,8,0,4,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25691,4,2,-1,'Heavy Clefthoof Boots',37634,3,0,0,1,168631,33726,8,-1,-1,113,69,0,0,0,0,0,0,0,0,1,0,3,7,30,12,21,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,574,50,0,0,0,0,4,0,8,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25692,4,3,-1,'Netherfury Leggings',44833,3,0,0,1,255553,51110,7,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,576,90,0,0,0,0,2,0,8,0,8,0,2864,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25693,4,3,-1,'Netherfury Boots',45372,3,0,0,1,183339,36667,8,-1,-1,100,69,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,576,60,0,0,0,0,8,0,2,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25694,4,3,-1,'Netherfury Belt',45371,3,0,0,1,128671,25734,6,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,576,40,0,0,0,0,2,0,8,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25695,4,3,-1,'Felstalker Belt',37648,3,0,0,1,122819,24563,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,3,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,575,40,0,0,0,0,2,0,8,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25696,4,3,-1,'Felstalker Breastplate',37775,3,0,0,1,250583,50116,5,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,3,26,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,575,120,0,0,0,0,2,0,2,0,8,0,104,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25697,4,3,-1,'Felstalker Bracers',37647,3,0,0,1,125776,25155,9,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,3,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,575,40,0,0,0,0,8,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25699,7,6,-1,'Crystal Infused Leather',38746,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25700,7,6,-1,'Fel Scales',28257,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25701,4,4,-1,'Breastplate of Retribution',24102,3,0,0,1,242659,48531,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,7,33,4,23,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25702,4,3,-1,'Scaled Legs of Ruination',25111,3,0,0,1,208761,41752,7,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25703,15,0,-1,'Zhevra Leather',26378,0,16,0,1,400,100,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25705,12,0,-1,'Luanga\'s Orders',1102,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A document imprinted with a series of sharp, angular characters. The very script itself seems to see0',0,0,0,9984,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25706,12,0,-1,'Luanga\'s Orders',1102,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A document imprinted with a series of sharp, angular characters. The very script itself seems to see0',0,0,0,9985,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25707,7,6,-1,'Fel Hide',38748,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25708,7,6,-1,'Thick Clefthoof Leather',38747,1,0,0,1,3000,750,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25710,4,2,-1,'Moonkin Headdress',23544,3,0,0,1,134291,26858,1,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,6,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25711,4,1,-1,'Deadly Borer Leggings',16632,3,0,0,1,143756,28751,7,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,4,5,23,7,21,32,22,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25712,4,1,-1,'Perfectly Balanced Cape',30851,3,0,0,1,108201,21640,16,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,3,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25713,4,0,-1,'Holy Healing Band',31616,3,0,0,1,138416,34604,11,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25714,4,0,-1,'Crimson Pendant of Clarity',9854,3,0,0,1,115344,28836,2,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25715,4,4,-1,'Jade Warrior Pauldrons',27422,3,0,0,1,167627,33525,3,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,28,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25716,4,3,-1,'Handguards of Precision',30862,3,0,0,1,96332,19266,10,-1,-1,85,0,0,0,0,0,0,0,0,1,1,0,2,7,28,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25717,4,2,-1,'Sure-Step Boots',32732,3,0,0,1,124216,24843,8,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25718,4,1,-1,'Mantle of Magical Might',26229,3,0,0,1,99745,19949,3,-1,-1,85,0,0,0,0,0,0,0,0,1,1,0,4,5,17,7,16,32,16,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25719,12,0,-1,'Arakkoa Feather',37681,1,0,0,1,0,868,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25720,9,1,-1,'Pattern: Heavy Knothide Leather',1102,1,64,0,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Heavy Knothide Leather.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25721,9,1,-1,'Pattern: Vindicator\'s Armor Kit',1102,1,64,0,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32457,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Vindicator\'s Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25722,9,1,-1,'Pattern: Magister\'s Armor Kit',1102,1,64,0,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Magister\'s Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25723,15,0,-1,'Bent Antenna',18096,0,0,0,1,80,20,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25724,15,0,-1,'Ripped Moth Wing',37424,0,0,0,1,90,22,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25725,9,1,-1,'Pattern: Riding Crop',1102,1,64,0,1,50000,12500,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32461,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Riding Crop.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25726,9,1,-1,'Pattern: Comfortable Insoles',1102,1,64,0,1,10000,2500,0,-1,-1,60,0,165,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,32482,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Comfortable Insoles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25727,12,0,-1,'Sealed Box',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s sealed. Maybe you should shake it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25728,9,1,-1,'Pattern: Stylin\' Purple Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32485,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Purple Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25729,9,1,-1,'Pattern: Stylin\' Adventure Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32487,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Adventure Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25730,9,1,-1,'Pattern: Stylin\' Jungle Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32489,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Jungle Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25731,9,1,-1,'Pattern: Stylin\' Crimson Hat',6270,3,64,0,1,60000,15000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32488,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stylin\' Crimson Hat.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25732,9,1,-1,'Pattern: Fel Leather Gloves',6270,3,64,0,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32490,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fel Leather Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25733,9,1,-1,'Pattern: Fel Leather Boots',6270,3,64,0,1,140000,35000,0,-1,-1,70,0,165,350,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32493,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fel Leather Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25734,9,1,-1,'Pattern: Fel Leather Leggings',6270,3,64,0,1,140000,35000,0,-1,-1,70,0,165,350,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32494,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fel Leather Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25735,9,1,-1,'Pattern: Heavy Clefthoof Vest',6270,3,64,0,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32495,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Clefthoof Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25736,9,1,-1,'Pattern: Heavy Clefthoof Leggings',6270,3,64,0,1,140000,35000,0,-1,-1,71,0,165,355,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32496,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Heavy Clefthoof Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25737,9,1,-1,'Pattern: Heavy Clefthoof Boots',6270,3,64,0,1,140000,35000,0,-1,-1,71,0,165,355,0,0,0,942,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32497,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Heavy Clefthoof Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25738,9,1,-1,'Pattern: Felstalker Belt',6270,3,64,1,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,947,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25739,9,1,-1,'Pattern: Felstalker Bracers',6270,3,64,1,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felstalker Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25740,9,1,-1,'Pattern: Felstalker Breastplate',6270,3,64,1,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25741,9,1,-1,'Pattern: Netherfury Belt',6270,3,64,1,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,941,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Netherfury Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25742,9,1,-1,'Pattern: Netherfury Leggings',6270,3,64,1,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32502,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25743,9,1,-1,'Pattern: Netherfury Boots',6270,3,64,1,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,941,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25744,12,0,-1,'Dampscale Basilisk Eye',9292,1,0,0,1,2705,676,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25745,12,0,-1,'Olemba Seed',21149,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fist-sized, oily seeds from the olemba tree of Terokkar Forest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25746,12,0,-1,'Box of Parts',7918,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like a whole bunch of exotic engineering stuff',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25747,12,0,-1,'(Deprecated)Mana Bomb Schematics - Page 1',8927,1,1024,0,1,150,600,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32574,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25748,12,0,-1,'(Deprecated)Mana Bomb Schematics - Page 2',9155,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25749,12,0,-1,'(Deprecated)Mana Bomb Schematics - Page 3',7695,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25750,12,0,-1,'(Deprecated)Mana Bomb Schematics - Page 4',7629,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25751,12,0,-1,'The Master Planner\'s Blueprints',8927,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25754,12,0,-1,'Mana Bomb Code Sheet 1',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25755,12,0,-1,'Mana Bomb Code Sheet 2',9155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25756,12,0,-1,'Mana Bomb Code Sheet 3',7695,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25757,12,0,-1,'Mana Bomb Code Sheet 4',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25759,2,4,-1,'Mogor\'s Anointing Club',44606,3,0,0,1,395821,79164,21,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,126,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,21620,1,0,0,-1,0,-1,33328,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inscription reads: Never give them the chance to doubt you.',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340), (25760,2,10,-1,'Battle Mage\'s Baton',34891,3,0,0,1,496618,99323,17,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,7,45,5,31,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,161,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340), (25761,2,10,-1,'Staff of Beasts',39296,3,0,0,1,498460,99692,17,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,38,62,7,45,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,323,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25762,2,1,-1,'Honed Voidaxe',41636,3,0,0,1,500251,100050,17,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,31,7,45,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,333,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25763,2,15,-1,'Ceremonial Warmaul Blood-blade',48502,3,0,0,1,401674,80334,13,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,139,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25764,2,13,-1,'Mag\'hari Fury Brand',40169,3,0,0,1,403147,80629,13,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,204,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25765,12,0,-1,'Fel Orc Plans',634,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The locations of the Allerian Stronghold and Stonebreaker Hold are clearly marked on this map along with a series of bold ink strokes and assorted orders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25766,15,0,-1,'\"Creatures That Owe Sal\'salabim Golds\"',24154,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The list of creatures that owe Sal\'salabim money.',2976,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25767,12,0,-1,'Raliq\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25768,12,0,-1,'Coosh\'coosh\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25769,12,0,-1,'Floon\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25770,12,0,-1,'Fel Cannon Activator',37442,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33531,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forge Camp: Hate',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25771,12,0,-1,'Fel Cannon Activator',37442,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33532,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forge Camp: Fear',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25772,2,7,-1,'Crystalline Kopesh',39359,3,0,0,1,375451,75090,13,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,12,12,7,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,165,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25773,2,4,-1,'Hungering Bone Cudgel',43642,3,0,0,1,376847,75369,13,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,126,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9334,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25774,2,15,-1,'Azure Lightblade',39357,3,0,0,1,378282,75656,21,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,6,12,5,13,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,80,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,26461,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-19,0,0,0,'',52,0,0,0,0,12340), (25775,4,0,-1,'Ogre Slayer\'s Band',4284,3,0,0,1,155100,38775,11,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,4,17,3,16,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25776,4,0,-1,'Ogre Slayer\'s Pendant',9853,3,0,0,1,155100,38775,2,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,5,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25777,4,1,-1,'Ogre Slayer\'s Cover',29719,3,0,0,1,114764,22952,16,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,32,16,5,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25778,4,1,-1,'Manacles of Remembrance',16892,2,0,0,1,66865,13373,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,10,32,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25779,4,0,-1,'Warmaul Slayer\'s Band',41951,2,0,0,1,83894,16778,11,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25780,4,1,-1,'Warmaul Defender\'s Cloak',52783,2,0,0,1,101037,20207,16,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (25781,4,4,-1,'Segmented Breastplate',27372,2,0,0,1,217883,43576,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25782,4,3,-1,'Sunstrider Legguards',34031,2,0,0,1,187429,37485,7,32767,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,22,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25783,4,1,-1,'Pilgrim\'s Cover',39103,2,0,0,1,94051,18810,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,32,22,5,16,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25784,4,0,-1,'Imbued Chain',15420,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,7,16,4,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25785,4,0,-1,'Adept\'s Band',9839,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,2,32,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25786,4,0,-1,'Hypnotist\'s Watch',26551,2,0,0,1,29857,7464,12,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32599,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I\'m going to count backwards from three. When I reach zero, you\'re going to stop pummeling me... well, that\'s the theory.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25787,4,0,-1,'Charm of Alacrity',6502,2,0,0,1,35640,8910,12,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32600,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25788,4,4,-1,'Dauntless Handguards',29000,3,0,0,1,146456,29291,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,36,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25789,4,3,-1,'Rune-Engraved Belt',27323,3,0,0,1,125304,25060,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,25,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25790,4,2,-1,'Expedition Scout\'s Epaulets',19020,3,0,0,1,157236,31447,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,31,24,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25791,4,2,-1,'Gloves of Preservation',17263,3,0,0,1,105228,21045,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,25,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25792,4,1,-1,'Curate\'s Boots',26261,3,0,0,1,126745,25349,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,25,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25793,4,1,-1,'Curate\'s Footwraps',37798,2,0,8192,1,106024,21204,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,0,7,32,6,21,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25794,4,3,-1,'Bone Studded Girdle',37799,2,0,8192,1,106428,21285,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,0,3,21,31,21,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25795,4,2,-1,'Gloves of Preservation',14698,2,0,8192,1,89026,17805,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,0,7,32,6,21,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25796,4,2,-1,'Lurking Shadow Spaulders',37800,2,0,8192,1,134030,26806,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,0,31,21,3,21,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25797,4,4,-1,'Crushing Grasp',37801,2,0,8192,1,129676,25935,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,0,7,31,13,21,14,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25802,12,0,-1,'Dreadfang Venom Sac',5287,1,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25803,4,0,-1,'Medallion of the Valiant Guardian',33135,3,0,0,1,167612,41903,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,27,12,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25804,4,0,-1,'Naliko\'s Revenge',24022,3,0,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25805,4,1,-1,'Mantle of Vivification',34812,3,0,0,1,131037,26207,16,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25806,2,19,-1,'Nethekurse\'s Rod of Torment',44596,3,0,0,1,328757,65751,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25807,12,0,-1,'Timber Worg Tail',18093,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The thick, luxurious tail of one of Terokkar Forest\'s most dangerous predators.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25808,2,19,-1,'Rod of Dire Shadows',37803,3,0,0,1,299592,59918,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25809,4,0,-1,'Maimfist\'s Choker',31899,3,0,0,1,167612,41903,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,27,12,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25810,4,1,-1,'Vicar\'s Cloak',37805,3,0,0,1,120767,24153,16,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25811,4,0,-1,'Conqueror\'s Band',31905,3,0,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25812,12,0,-1,'Timber Worg Pelt',39446,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shaggy pelt of a timber worg.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25813,15,0,-1,'Small Mushroom',15851,0,0,0,1,4080,1020,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25814,12,0,-1,'Deathskitter\'s Fang',11947,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25815,12,0,-1,'Stonegazer\'s Blood',16452,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25817,12,0,-1,'Blessed Vial',4134,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32633,0,-5,-5,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25819,4,4,-1,'Breastplate of the Warbringer',39288,3,0,0,1,284349,56869,5,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,7,45,12,31,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25820,4,3,-1,'Metallic Headband of Simm\'onz',25826,3,0,0,1,183459,36691,1,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25821,4,2,-1,'Leggings of Unending Assault',17137,3,0,0,1,204580,40916,7,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,45,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25822,4,1,-1,'Watcher\'s Tunic',39286,3,0,0,1,164237,32847,5,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,45,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25823,2,0,-1,'Grunt\'s Waraxe',30699,3,32768,1,1,347318,69463,13,-1,-1,85,60,0,0,0,0,0,947,5,0,1,0,2,31,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25824,4,0,-1,'Farseer\'s Band',23629,3,32768,1,1,114780,28695,11,-1,-1,85,60,0,0,0,0,0,947,5,1,1,0,2,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25825,2,7,-1,'Footman\'s Longsword',28561,3,32768,2,1,349801,69960,13,-1,-1,85,60,0,0,0,0,0,946,5,0,1,0,2,7,16,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,145,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25826,4,0,-1,'Sage\'s Band',9842,3,32768,2,1,114780,28695,11,-1,-1,85,60,0,0,0,0,0,946,5,1,1,0,2,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25827,4,1,-1,'Muck-Covered Drape',35077,3,36864,0,1,0,0,16,32767,-1,97,64,0,0,0,0,0,970,5,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,32641,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25828,4,6,-1,'Petrified Lichen Guard',22805,3,36864,0,1,0,0,14,-1,-1,91,62,0,0,0,0,0,970,5,0,1,0,2,7,24,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3043,0,0,0,0,0,0,0,0,0,32642,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,62,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25829,4,0,-1,'Talisman of the Alliance',23714,4,36864,2,1,0,0,12,-1,-1,90,70,0,0,0,0,0,0,3,1,1,0,1,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33828,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25830,4,2,-1,'Gladiator\'s Leather Helm',44876,4,36864,0,1,0,0,1,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,53,3,34,35,23,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25831,4,2,-1,'Gladiator\'s Leather Tunic',41143,4,36864,0,1,0,0,5,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,50,3,33,35,23,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25832,4,2,-1,'Gladiator\'s Leather Spaulders',41142,4,36864,0,1,0,0,3,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,29,32,21,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25833,4,2,-1,'Gladiator\'s Leather Legguards',41140,4,36864,0,1,0,0,7,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,3,36,32,19,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25834,4,2,-1,'Gladiator\'s Leather Gloves',41138,4,36864,0,1,0,0,10,8,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,27,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25835,2,10,-1,'Explorer\'s Walking Stick',20269,3,32768,0,1,447982,89596,17,-1,-1,91,62,0,0,0,0,0,942,5,0,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,199,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,15819,1,0,0,-1,0,-1,23990,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25836,2,4,-1,'Preserver\'s Cudgel',28194,3,32768,0,1,359704,71940,21,-1,-1,91,62,0,0,0,0,0,942,5,0,1,0,2,7,16,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,145,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,37083,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,12340), (25837,12,0,-1,'Ironjaw\'s Pelt',3164,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A wolf pelt unlike any other from Terokkar Forest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25838,4,2,-1,'Warden\'s Hauberk',31934,3,32768,0,1,181153,36230,5,-1,-1,91,62,0,0,0,0,0,942,5,0,1,0,2,7,30,3,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2873,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25840,12,0,-1,'Extract of the Afterlife',1288,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32646,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (25841,12,0,-1,'Draenei Vessel',37870,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sealed vessel of draenei manufacture, containing charged crystals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25842,12,0,-1,'Restless Bones',3233,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remains are suffused with a soft, white glow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25843,7,12,-1,'Fel Iron Rod',39727,1,0,0,1,32000,8000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25844,7,12,-1,'Adamantite Rod',39729,1,0,0,1,128000,32000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25845,7,12,-1,'Eternium Rod',39731,1,0,0,1,160000,40000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25846,9,4,-1,'Plans: Adamantite Rod',1102,1,64,0,1,40000,10000,0,-1,-1,70,0,164,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32656,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25847,9,4,-1,'Plans: Eternium Rod',1102,1,64,0,1,120000,30000,0,-1,-1,75,0,164,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Eternium Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25848,9,8,-1,'Formula: Runed Adamantite Rod',7798,1,64,0,1,100000,25000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32665,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Adamantite Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25849,9,8,-1,'Formula: Runed Eternium Rod',7798,1,64,0,1,120000,30000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32667,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Runed Eternium Rod.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25850,12,0,-1,'Tuurem Artifact',37879,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25852,12,0,-1,'Tail Feather of Torgos',37888,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A grand plumage, fit for the king of the bonelashers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25853,15,0,-1,'Pack of Incendiary Bombs',37891,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32744,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,560,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25854,4,1,-1,'Gladiator\'s Silk Amice',40622,4,36864,0,1,0,0,3,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,13,35,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25855,4,1,-1,'Gladiator\'s Silk Cowl',41234,4,36864,0,1,0,0,1,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25856,4,1,-1,'Gladiator\'s Silk Raiment',40056,4,36864,0,1,0,0,20,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,18,32,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25857,4,1,-1,'Gladiator\'s Silk Handguards',40059,4,36864,0,1,0,0,10,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,14,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25858,4,1,-1,'Gladiator\'s Silk Trousers',39952,4,36864,0,1,0,0,7,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,28,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25861,2,16,-1,'Crude Throwing Axe',20777,1,4194304,0,1,15,3,25,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25862,12,0,-1,'Marshberry',21369,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25863,12,0,-1,'Olemba Root',6380,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25864,12,0,-1,'Telaari Frond',37911,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25865,12,0,-1,'Dragonspine',30600,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25866,15,0,-1,'Greatmother\'s List of Herbs',18010,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',2979,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25867,3,6,-1,'Earthstorm Diamond',39202,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25868,3,6,-1,'Skyfire Diamond',39204,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25869,9,6,-1,'Recipe: Transmute Earthstorm Diamond',1102,1,64,0,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute an Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25870,9,6,-1,'Recipe: Transmute Skyfire Diamond',1102,1,64,2,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32766,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute a Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25872,2,16,-1,'Balanced Throwing Dagger',16752,1,4194304,0,1,30,7,25,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25873,2,16,-1,'Keen Throwing Knife',20779,1,4194304,0,1,75,18,25,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25874,2,16,-1,'Large Throwing Knife',39740,1,4194304,0,1,1,0,25,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25875,2,16,-1,'Deadly Throwing Axe',20783,1,4194304,0,1,200,50,25,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25876,2,16,-1,'Gleaming Throwing Axe',26358,1,4194304,0,1,800,200,25,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,63,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25877,2,16,-1,'Master\'s Throwing Dagger',26361,1,4194304,8192,1,2500,625,25,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (25878,2,16,-1,'Dusksteel Throwing Knife',20773,2,4194304,0,1,53012,13253,25,-1,-1,52,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,95,0,1,7,5,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',29,0,0,0,0,12340), (25880,0,0,-1,'Coarse Stone Statue',38750,1,0,0,1,600,150,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32802,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25881,0,0,-1,'Heavy Stone Statue',38751,1,0,0,1,2400,600,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32803,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25882,0,0,-1,'Solid Stone Statue',38752,1,0,0,1,4000,1000,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32804,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25883,0,0,-1,'Dense Stone Statue',38753,1,0,0,1,4000,1000,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32805,0,-1,-1,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25884,0,0,-1,'Primal Stone Statue',38754,1,0,0,1,16000,4000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32806,0,-1,0,0,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25886,0,8,-1,'Purple Smoke Flare',34282,1,64,0,1,1000,250,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32812,0,-1,-1,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25887,9,3,-1,'Schematic: Purple Smoke Flare',15274,2,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32814,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Purple Smoke Flare.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25889,12,0,-1,'Draenei Holy Water',4136,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32834,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A vial of blessed water from the city of Shattrath.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25890,3,6,-1,'Destructive Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,161,-1,0,0,0,0,'',0,0,0,0,0,12340), (25891,12,0,-1,'Pristine Shimmerscale Eel',4810,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25893,3,6,-1,'Mystical Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,162,-1,0,0,0,0,'',0,0,0,0,0,12340), (25894,3,6,-1,'Swift Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,163,-1,0,0,0,0,'',0,0,0,0,0,12340), (25895,3,6,-1,'Enigmatic Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,164,-1,0,0,0,0,'',0,0,0,0,0,12340), (25896,3,6,-1,'Powerful Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,165,-1,0,0,0,0,'',0,0,0,0,0,12340), (25897,3,6,-1,'Bracing Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,166,-1,0,0,0,0,'',0,0,0,0,0,12340), (25898,3,6,-1,'Tenacious Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,167,-1,0,0,0,0,'',0,0,0,0,0,12340), (25899,3,6,-1,'Brutal Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,168,-1,0,0,0,0,'',0,0,0,0,0,12340), (25900,9,0,-1,'Grimoire of Demonic Frenzy',1246,1,64,0,1,22000,5500,0,31488,-1,56,56,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32852,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25901,3,6,-1,'Insightful Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,169,-1,0,0,0,0,'',0,0,0,0,0,12340), (25902,9,10,-1,'Design: Powerful Earthstorm Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32866,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Powerful Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25903,9,10,-1,'Design: Bracing Earthstorm Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bracing Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25904,9,10,-1,'Design: Insightful Earthstorm Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,935,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32870,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Insightful Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25905,9,10,-1,'Design: Tenacious Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Tenacious Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25906,9,10,-1,'Design: Brutal Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32869,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Brutal Earthstorm Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25907,9,10,-1,'Design: Destructive Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32871,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Destructive Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25908,9,10,-1,'Design: Swift Skyfire Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Swift Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25909,9,10,-1,'Design: Mystical Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32872,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Mystical Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25910,9,10,-1,'Design: Enigmatic Skyfire Diamond',1102,1,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32874,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enigmatic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25911,12,0,-1,'Salvaged Wood',29616,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25912,12,0,-1,'Salvaged Metal',35301,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25913,4,0,-1,'Ring of the Slain Anchorite',31616,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25914,4,0,-1,'Broken Choker',32395,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25915,2,7,-1,'Fallen Vindicator\'s Blade',32077,2,0,0,1,312353,62470,21,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,2,5,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25916,2,0,-1,'Terokkar Axe',42669,2,0,0,1,322436,64487,13,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,7,13,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,169,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25917,2,10,-1,'Healer\'s Staff of the Forest',28345,2,0,0,1,404487,80897,17,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,7,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,216,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,33275,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-8.5,0,0,0,'',32,0,0,0,0,12340), (25918,2,15,-1,'Blood-Guided Knife',20601,2,0,0,1,324742,64948,13,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,7,15,31,10,37,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25919,4,0,-1,'Sedai\'s Necklace',38098,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,13,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25920,2,7,-1,'Sedai\'s Blade',38099,2,0,0,1,317895,63579,21,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,2,5,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,127,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25921,4,0,-1,'Sedai\'s Ring',28831,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,1,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25922,4,4,-1,'Fearless Girdle',28364,2,0,0,1,107871,21574,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,7,25,12,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2860,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25923,4,3,-1,'Fierce Mantle',27106,2,0,0,1,139052,27810,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2881,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25924,4,2,-1,'Swamprunner\'s Boots',44456,2,0,0,1,115796,23159,8,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2866,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25925,4,1,-1,'Terrorcloth Mantle',44462,2,0,0,1,92992,18598,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,9,7,22,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2875,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25926,4,0,-1,'Nexus-Stalker\'s Band',9834,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,14,3,13,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Worn by affiliates of the Consortium.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25927,4,1,-1,'Consortium Cloak of the Quick',38101,2,0,0,1,96239,19247,16,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,3,14,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25928,4,0,-1,'Ethereal Healing Pendant',9857,2,0,0,1,128092,32023,2,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25929,4,4,-1,'Cenarion Thicket Legplates',26651,2,0,0,1,213940,42788,7,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2864,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25930,4,3,-1,'Cenarion Thicket Helm',30889,2,0,0,1,138037,27607,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,31,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,4,0,2,0,8,0,2882,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25931,4,1,-1,'Cenarion Thicket Circlet',19000,2,0,0,1,92352,18470,1,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,2,0,4,0,4,0,2882,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25932,4,2,-1,'Cenarion Thicket Jerkin',14278,2,0,0,1,154480,30896,5,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,31,16,3,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2882,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25933,2,7,-1,'Extra Sharp Blade',26572,2,0,0,1,327876,65575,13,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,10,3,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25934,2,5,-1,'Spiked Destroyer',6808,2,0,0,1,411326,82265,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,24,5,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,276,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25935,2,10,-1,'Invincible Stave',20257,2,0,0,1,412767,82553,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,34,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,218,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-10.5,0,0,0,'',32,0,0,0,0,12340), (25936,4,0,-1,'Terokkar Tablet of Vim',31287,2,64,0,1,265161,66290,12,-1,-1,99,0,0,0,0,0,0,0,0,1,1,0,1,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39201,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25937,4,0,-1,'Terokkar Tablet of Precision',31287,2,64,0,1,265161,66290,12,-1,-1,99,0,0,0,0,0,0,0,0,1,1,0,1,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39200,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25938,12,0,-1,'Mysteries of the Light',36578,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A book read many times over, but lovingly cared for by its owner',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25939,2,19,-1,'Voidfire Wand',39208,3,0,0,1,295975,59195,26,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,7,9,5,9,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,257,4,0,0,0,0,0,0,0,0,0,0,1900,0,100,9416,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25940,4,8,-1,'Idol of the Claw',34955,3,0,0,1,118809,23761,28,32767,-1,97,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34323,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25941,4,3,-1,'Boots of the Outlander',43158,3,0,0,1,162565,32513,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,22,7,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25942,4,4,-1,'Faith Bearer\'s Gauntlets',43146,3,0,0,1,130597,26119,10,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,24,7,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,8,0,0,0,2860,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25943,2,13,-1,'Creepjacker',39218,3,0,0,1,372410,74482,21,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,32,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,197,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25944,2,8,-1,'Shaarde the Greater',47478,3,0,0,1,467258,93451,17,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,34,7,33,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,309,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25945,4,1,-1,'Cloak of Revival',43201,3,0,0,1,112560,22512,16,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,15,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25946,4,2,-1,'Nethershade Boots',43173,3,0,0,1,141210,28242,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,22,7,21,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25947,4,3,-1,'Lightning-Rod Pauldrons',43162,3,0,0,1,170836,34167,3,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,18,7,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25948,4,4,-1,'Girdle of the Penitent',26437,2,0,0,1,113327,22665,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25949,4,2,-1,'Gloves of the Afterlife',18929,2,0,0,1,80784,16156,10,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25950,2,10,-1,'Staff of Polarities',39226,3,0,0,1,477634,95526,17,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,7,34,5,33,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,156,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33236,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,-16.6,0,0,0,'',50,0,0,0,0,12340), (25951,4,3,-1,'Fleet Refugee\'s Boots',22680,2,0,0,1,147114,29422,8,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,31,17,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25952,2,7,-1,'Scimitar of the Nexus-Stalkers',39228,3,0,0,1,384899,76979,13,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,14,7,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25953,2,2,-1,'Ethereal Warp-Bow',43202,3,0,0,1,289721,57944,15,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25954,4,0,-1,'Sigil of Shaffar',38560,3,0,0,1,33510,8377,2,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25955,4,3,-1,'Mask of the Howling Storm',45175,3,0,0,1,175072,35014,1,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,20,7,28,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,2,0,4,0,2865,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25956,4,4,-1,'Nexus-Bracers of Vigor',43141,3,0,0,1,137437,27487,9,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,23,3,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25957,4,1,-1,'Ethereal Boots of the Skystrider',43192,3,0,0,1,117541,23508,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,4,7,19,5,19,6,12,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25958,4,4,-1,'Eagle Engraved Bracers',27420,2,0,0,1,106205,21241,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,4,13,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25959,4,3,-1,'Feathered Armbands',39485,2,0,0,1,90861,18172,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25960,4,2,-1,'Talonstalker Bracers',19806,2,0,0,1,76006,15201,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25961,4,1,-1,'Feathered Wrist Cuffs',26205,2,0,0,1,61029,12205,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,5,13,7,13,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25962,4,0,-1,'Longstrider\'s Loop',33534,3,0,0,1,335188,83797,11,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,3,16,7,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (25963,4,0,-1,'Kokorek\'s Signet',35423,2,0,0,1,124616,31154,11,-1,-1,96,0,0,0,0,0,0,0,0,1,1,0,3,4,13,32,13,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25964,2,7,-1,'Shaarde the Lesser',41428,3,0,0,1,384098,76819,13,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,7,25,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (25965,4,1,-1,'Cloak of Grasping Talons',44372,2,0,0,1,92917,18583,16,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,31,11,3,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9332,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25966,4,1,-1,'Arakkoa Sage\'s Shawl',33732,2,0,0,1,93263,18652,16,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25967,4,4,-1,'Eagle Crested Pauldrons',27336,3,0,0,1,187084,37416,3,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,31,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,4,0,0,0,2881,0,225,0,0,0,0,'',50,0,0,0,0,1), (25968,4,3,-1,'Shalassi Sentry\'s Epaulets',26965,3,0,0,1,161974,32394,3,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2883,0,225,0,0,0,0,'',50,0,0,0,0,1), (25969,4,2,-1,'Rapscallion\'s Touch',27766,3,0,0,1,89908,17981,10,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,3,31,15,32,21,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A faded engraving reads, \'presented upon graduation from Lonika\'s School of Roguery.\'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2882,0,225,0,0,0,0,'',50,0,0,0,0,1), (25970,4,1,-1,'Shalassi Oracle\'s Sandals',16881,3,0,0,1,108285,21657,8,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,2,5,21,21,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2883,0,225,0,0,0,0,'',50,0,0,0,0,1), (25971,2,2,-1,'Stout Oak Longbow',25606,2,0,0,1,202133,40426,15,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,3300,2,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25972,2,3,-1,'Deadeye\'s Piece',28331,2,0,0,1,202849,40569,26,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,3,4,6,31,6,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,2500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25973,2,19,-1,'Dark Augur\'s Wand',20851,2,0,0,1,203585,40717,26,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,1,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,9397,1,0,0,0,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25974,4,1,-1,'Helm of Lupine Cunning',45177,2,0,0,1,89132,17826,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,24,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14054,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25975,4,2,-1,'Wolf Hunter\'s Guise',45176,2,0,0,1,111848,22369,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,7,34,3,23,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25976,4,3,-1,'Helm of Lupine Grace',45178,2,0,0,1,134722,26944,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,15811,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25977,4,4,-1,'Helm of Lupine Ferocity',45179,2,0,0,1,157480,31496,1,262143,32767,96,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,34,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25978,2,20,-1,'Seth\'s Graphite Fishing Pole',20619,2,0,0,1,250886,50177,17,-1,-1,60,0,356,200,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,168,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,7826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (25979,4,4,-1,'Flintlocke\'s Piloting Pants',21961,2,0,0,1,194250,38850,7,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,4,21,7,31,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25980,4,3,-1,'Aerodynamic Scaled Vest',28069,2,0,0,1,167116,33423,5,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,5,21,32,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25981,4,2,-1,'Dirigible Crash Helmet',28590,2,0,0,1,104844,20968,1,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25982,4,1,-1,'Foreman\'s Sash',28421,2,0,0,1,56128,11225,6,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,15,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25983,4,3,-1,'Heavy Miner\'s Belt',27206,2,0,0,1,84508,16901,6,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25984,4,2,-1,'Miner\'s Brace',33139,2,0,0,1,106021,21204,3,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,3,16,7,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25985,2,10,-1,'Cenarion Naturalist\'s Staff',42613,2,0,0,1,376321,75264,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,254,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (25986,2,5,-1,'Dreadtusk\'s Fury',35968,2,0,0,1,377721,75544,17,262143,32767,93,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,168,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25987,2,8,-1,'Helboar Carving Blade',26589,2,0,0,1,379122,75824,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,22,4,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (25988,4,0,-1,'Glowing Alabaster Ring',24646,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (25989,4,0,-1,'Draenethyst Chaplet',9657,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25990,4,0,-1,'Smooth Soapstone Band',23728,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (25991,4,0,-1,'Seamless Stone Band',28830,2,0,0,1,114184,28546,11,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,7,22,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (25992,4,0,-1,'Enforcer\'s Chain',9657,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,4,15,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25993,4,0,-1,'Finely Wrought Chain',9657,2,0,0,1,114184,28546,2,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (25994,4,0,-1,'Rune of Force',38129,2,0,0,1,86450,21612,12,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32955,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (25995,4,0,-1,'Star of Sha\'naar',38127,2,0,0,1,86450,21612,12,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32956,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (25996,4,0,-1,'Emblem of Perseverance',38130,2,0,0,1,86450,21612,12,-1,-1,87,0,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32957,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (25997,4,3,-1,'Gladiator\'s Linked Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,58,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25998,4,3,-1,'Gladiator\'s Linked Helm',44009,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,68,32,26,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (25999,4,3,-1,'Gladiator\'s Linked Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,38,32,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26000,4,3,-1,'Gladiator\'s Linked Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,38,50,32,27,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26001,4,3,-1,'Gladiator\'s Linked Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,54,38,60,32,36,35,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26002,12,0,-1,'Flaming Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32979,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A lively flame crackles on the end of a torch soaked in pitch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26004,4,1,-1,'Farmhand\'s Vest',16551,2,0,0,1,622,124,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26005,4,1,-1,'Jessera\'s Fungus Lined Tunic',38266,2,0,0,1,1617,323,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,7,2,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26006,4,1,-1,'Crystal-Flecked Pants',7533,2,0,0,1,804,160,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340); INSERT INTO `item_template` VALUES (26007,4,1,-1,'Vindicator\'s Woolies',14450,2,0,0,1,1923,384,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,7,4,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26008,4,1,-1,'Scholar\'s Gloves',25867,2,0,0,1,506,101,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26009,4,1,-1,'Flutterer Silk Handwraps',12865,2,0,0,1,1473,294,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26010,4,1,-1,'Vindicator\'s Soft Sole Slippers',16821,2,0,0,1,918,183,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26011,4,1,-1,'Cryo-Core Attendant\'s Boots',16563,2,0,0,1,1934,386,8,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,7,3,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26012,4,1,-1,'Kessel\'s Cinch Wrap',16554,2,0,0,1,740,148,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26013,4,1,-1,'Cincture of Woven Reeds',28051,2,0,0,1,1493,298,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,5,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26014,4,1,-1,'Jessera\'s Fungus Lined Cuffs',16927,2,0,0,1,468,93,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26015,4,1,-1,'Anchorite Neophyte\'s Cuffs',28168,2,0,8192,1,1029,205,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,5,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26016,4,1,-1,'Surveyor\'s Mantle',23050,2,0,0,1,849,169,16,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26017,4,1,-1,'Venomous Silk Cover',15248,2,0,0,1,1790,358,16,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26018,4,2,-1,'Elekk Handler\'s Leathers',19029,2,0,0,1,760,152,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26019,4,2,-1,'Jessera\'s Fungus Lined Vest',38267,2,0,0,1,1976,395,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26020,4,2,-1,'Shard-Covered Leggings',19030,2,0,0,1,958,191,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26021,4,2,-1,'Vindicator\'s Leather Chaps',7834,2,0,0,1,2290,458,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26022,4,2,-1,'Researcher\'s Gloves',41379,2,0,0,1,619,123,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26023,4,2,-1,'Ravager Hide Gloves',19032,2,0,0,1,1801,360,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26024,4,2,-1,'Vindicator\'s Leather Moccasins',19033,2,0,0,1,1123,224,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26025,4,2,-1,'Technician\'s Boots',16991,2,0,0,1,2367,473,8,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26026,4,2,-1,'Ornately Tooled Belt',19034,2,0,0,1,1821,364,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,9139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26027,4,2,-1,'Kessel\'s Sweat Stained Elekk Leash',14533,2,0,0,1,908,181,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26028,4,2,-1,'Jessera\'s Fungus Lined Bands',25864,2,0,0,1,633,126,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26029,4,2,-1,'Watchman\'s Bracers',16566,2,0,8192,1,1391,278,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26030,4,3,-1,'Jessera\'s Fungus Lined Hauberk',38268,2,0,0,1,2535,507,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,30,0,0,0,'',2,0,0,0,0,12340), (26031,4,3,-1,'Elekk Rider\'s Mail',26936,2,0,0,1,983,196,5,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,7,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26032,4,3,-1,'Crystal-Studded Legguards',26932,2,0,0,1,1233,246,7,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,7,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26033,4,3,-1,'Vindicator\'s Iron Legguards',4339,2,0,0,1,2946,589,7,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26034,4,3,-1,'Protective Field Gloves',27175,2,0,0,1,702,140,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26035,4,3,-1,'Corin\'s Handguards',28998,2,0,0,1,2042,408,10,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,3,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26036,4,3,-1,'Vindicator\'s Stompers',26927,2,0,0,1,1279,255,8,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26037,4,3,-1,'Lightweight Mesh Boots',26939,2,0,0,1,2696,539,8,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,7,3,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26038,4,3,-1,'Segmented Girdle',26930,2,0,0,1,2122,424,6,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (26039,4,3,-1,'Kessel\'s Sturdy Riding Handle',6864,2,0,0,1,1059,211,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,1,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26040,4,3,-1,'Jessera\'s Fungus Lined Bracers',26928,2,0,0,1,738,147,9,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (26041,4,3,-1,'Vigilant Vambraces',26938,2,0,8192,1,1622,324,9,-1,-1,18,0,0,0,0,0,0,0,0,0,1,0,0,4,2,7,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26042,15,0,-1,'Oshu\'gun Crystal Powder Sample',38158,1,0,1,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You may turn 10 of these items in to Chief Researcher Amereldine at Halaa if the Horde have control of the base.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26043,15,0,-1,'Oshu\'gun Crystal Powder Sample',38158,1,0,2,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You may turn 10 of these items in to Chief Researcher Kartos at Halaa if the Alliance have control of the base.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26044,15,0,-1,'Halaa Research Token',38160,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26045,15,0,-1,'Halaa Battle Token',28862,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26048,12,0,-1,'Letter to Kialon',24593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (26049,2,4,-1,'Old Elekk Prod',12992,2,0,0,1,1626,325,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (26050,2,4,-1,'Fist of Argus',37192,2,0,0,1,4224,844,13,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (26051,2,5,-1,'2 Stone Sledgehammer',5226,2,0,0,1,2048,409,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,4,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,33,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (26052,2,5,-1,'Vindicator\'s Smasher',38269,2,0,0,1,5318,1063,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (26053,2,7,-1,'Elekk Handler\'s Blade',1547,2,0,0,1,1650,330,13,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (26054,2,7,-1,'Blade of Argus',38265,2,0,0,1,3985,797,13,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (26055,4,0,-1,'Oculus of the Hidden Eye',32335,3,524352,0,1,369545,92386,12,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,1800000,0,0,33012,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (26128,4,1,-1,'68 TEST Green Cloth Belt',16704,2,0,0,1,66287,13257,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26129,4,1,-1,'68 TEST Green Cloth Boot',16703,2,0,0,1,99815,19963,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26130,4,1,-1,'68 TEST Green Cloth Chest',16700,2,0,0,1,133599,26719,5,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26131,4,1,-1,'68 TEST Green Cloth Hand',16702,2,0,0,1,67048,13409,10,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26132,4,1,-1,'68 TEST Green Cloth Head',18422,2,0,0,1,100957,20191,1,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26133,4,1,-1,'68 TEST Green Cloth Legs',16701,2,0,0,1,135122,27024,7,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26134,4,1,-1,'68 TEST Green Cloth Shoulder',16706,2,0,0,1,101716,20343,3,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26135,4,1,-1,'68 TEST Green Cloth Wrist',9894,2,0,0,1,69902,13980,9,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26173,4,2,-1,'59 TEST Green Rogue Legs',16701,2,0,8192,1,134270,26854,7,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26174,4,2,-1,'59 TEST Green Rogue Shoulder',16706,2,0,8192,1,101074,20214,3,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26175,4,2,-1,'59 TEST Green Rogue Wrist',9894,2,0,8192,1,67631,13526,9,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26180,4,2,-1,'60 TEST Green Rogue Head',18422,2,0,8192,1,106634,21326,1,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26235,4,2,-1,'67 TEST Green Rogue Hand',16702,2,0,8192,1,87371,17474,10,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26324,4,3,-1,'64 TEST Green Hunter Head',18422,2,0,8192,1,139362,27872,1,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26368,4,3,-1,'70 TEST Green Hunter Belt',16704,2,0,8192,1,112919,22583,6,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26372,4,3,-1,'70 TEST Green Hunter Head',18422,2,0,8192,1,171785,34357,1,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26464,4,4,-1,'68 TEST Green Warrior Belt',16704,2,0,8192,1,127526,25505,6,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26465,4,4,-1,'68 TEST Green Warrior Boot',16703,2,0,8192,1,190511,38102,8,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26513,4,1,-1,'68 TEST Green Cloth Cloak',16707,2,0,0,1,104448,20889,16,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26527,4,0,-1,'68 TEST Green Cloth Ring',9834,2,0,0,1,0,0,11,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26541,4,0,-1,'68 TEST Green Cloth Necklace',4841,2,0,0,1,0,0,2,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',14,0,0,0,0,1), (26548,4,6,-1,'61 TEST Green Shield',28449,2,0,8192,1,180285,36057,14,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26569,4,0,-1,'68 TEST Green Off Hand',22923,2,0,0,1,0,0,23,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',33,0,0,0,0,1), (26655,2,10,-1,'70 TEST Green Staff',33299,2,0,8192,1,438541,87708,17,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26738,2,18,-1,'69 TEST Green Crossbow',10671,2,0,8192,1,266688,53337,26,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26765,2,19,-1,'68 TEST Green Wand',10671,2,0,0,1,247693,49538,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,174,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',33,0,0,0,0,1), (26779,2,15,-1,'68 TEST Green Spell Dagger',22118,2,0,0,1,357234,71446,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,100,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',33,0,0,0,0,1), (26792,2,4,-1,'67 TEST Green Healer Mace',22118,2,0,8704,1,330613,66122,21,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (26843,4,2,-1,'62 TEST Green Druid Wrist',9894,2,0,8192,1,71501,14300,9,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (27002,4,3,-1,'Spojka Black Shirt',16706,3,0,0,1,0,0,3,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,3,4,10,3,0,7,10,5,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spojka 4ever',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (27007,4,3,-1,'Spojka Rich Purple Shirt',16702,3,0,0,1,0,0,10,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,4,4,0,3,0,7,10,5,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spojka 4ever',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (27196,4,1,-1,'65 TEST Green Druid/Warrior Cloak',16707,2,0,8192,1,91273,18254,16,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (27218,4,0,-1,'59 TEST Green Druid/Warrior Necklace',4841,2,0,8192,1,0,0,2,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (27317,0,0,-1,'Elemental Sapta',2351,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33019,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (27388,0,0,-1,'Mr. Pinchy',24629,3,0,0,1,40000,2000,0,-1,-1,70,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33060,0,-3,0,172800000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27389,2,8,-1,'Surplus Bastard Sword',20074,2,0,0,1,1918,383,17,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,4,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,30,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (27390,2,8,-1,'Vindicator\'s Letter Opener',38270,2,0,0,1,4982,996,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,37,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27398,4,0,-1,'Carved Crystalline Orb',28503,2,0,0,1,1700,425,23,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27399,4,6,-1,'Stillpine Defender',38258,2,0,0,1,1273,254,14,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (27400,4,6,-1,'Peacekeeper\'s Buckler',18523,2,0,0,1,3043,608,14,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,6,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27401,2,18,-1,'Arugoo\'s Crossbow of Destruction',38260,2,0,0,1,1503,300,26,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,25,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (27402,2,18,-1,'Huntsman\'s Crossbow',22929,2,0,0,1,3592,718,26,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27403,2,19,-1,'Stillpine Stinger',39743,2,0,0,1,1514,302,26,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,3,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (27404,2,19,-1,'Lightspark',28218,2,0,0,1,3359,671,26,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27408,4,4,-1,'Hope Bearer Helm',44873,3,0,0,1,197549,39509,1,32767,-1,100,65,0,0,0,0,0,0,0,0,1,0,4,4,30,7,19,3,23,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27409,4,2,-1,'Raven-Heart Headdress',43180,3,0,0,1,141914,28382,1,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,4,4,22,7,24,5,23,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,8,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27410,4,1,-1,'Collar of Command',43184,3,0,0,1,113961,22792,1,32767,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27411,4,1,-1,'Slippers of Serenity',43185,3,0,0,1,114380,22876,8,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,10,5,22,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27412,2,10,-1,'Ironstaff of Regeneration',43210,3,0,0,1,478378,95675,17,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,33,5,29,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,158,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,26461,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-19,0,0,0,'',52,0,0,0,0,12340), (27413,4,0,-1,'Ring of the Exarchs',31800,3,0,0,1,75000,18750,11,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,3,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27414,4,3,-1,'Mok\'Nathal Beast-Mask',44407,3,0,0,1,173507,34701,1,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,3,23,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,2,0,4,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27415,4,2,-1,'Darkguard Face Mask',45101,3,0,0,1,145112,29022,1,32767,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,3,29,7,30,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27416,4,0,-1,'Fetish of the Fallen',39365,3,524288,0,1,41230,10307,12,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,180000,1155,180000,33014,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27417,4,2,-1,'Ravenwing Pauldrons',43181,3,0,0,1,150120,30024,3,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,4,4,19,7,19,5,13,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27418,4,1,-1,'Stormreaver Shadow-Kilt',43193,3,0,0,1,160701,32140,7,262143,32767,103,66,0,0,0,0,0,0,0,0,1,0,4,7,19,5,26,6,14,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27419,12,0,-1,'Forge Camp: Spite Plans',1013,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (27420,4,4,-1,'Uther\'s Ceremonial Warboots',43147,3,0,0,1,212063,42412,8,32767,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,4,25,7,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27422,7,8,-1,'Barbed Gill Trout',38896,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27423,4,1,-1,'Cloak of Impulsiveness',38794,3,0,0,1,113932,22786,16,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,3,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27424,2,0,-1,'Amani Venom-Axe',38797,3,0,0,1,381248,76249,13,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,15,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,188,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27425,7,8,-1,'Spotted Feltail',38899,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27426,2,4,-1,'Northshire Battlemace',43204,3,0,0,1,384155,76831,21,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,5,15,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,162,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21620,1,0,0,0,0,-1,28686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340), (27427,4,4,-1,'Durotan\'s Battle Harness',43205,3,0,0,1,269939,53987,5,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,4,31,7,34,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This is a legacy chest piece worn by Frostwolf chieftans for eleven generations.',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,4,0,4,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27428,4,3,-1,'Stormfront Gauntlets',43164,3,0,0,1,116130,23226,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,22,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2879,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27429,7,8,-1,'Zangarian Sporefish',38893,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27430,4,3,-1,'Scaled Greaves of Patience',43206,3,0,0,1,234004,46800,7,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,3,28,7,24,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,2,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27431,2,15,-1,'Time-Shifted Dagger',43207,3,0,0,1,391481,78296,21,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,103,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,28687,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-21.3,0,0,0,'',52,0,0,0,0,12340), (27432,4,0,-1,'Broxigar\'s Ring of Valor',35431,3,0,0,1,146580,36645,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,4,21,7,19,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27433,4,1,-1,'Pauldrons of Sufferance',43186,3,0,0,1,118316,23663,3,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,18,5,13,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27434,4,2,-1,'Mantle of Perenolde',43209,3,0,0,1,148448,29689,3,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,24,32,23,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27435,7,8,-1,'Figluster\'s Mudfish',38901,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27436,4,0,-1,'Iron Band of the Unbreakable',28830,3,0,0,1,17235,4308,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,27,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27437,7,8,-1,'Icefin Bluefish',24713,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27438,7,8,-1,'Golden Darter',38897,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27439,7,8,-1,'Furious Crawdad',24629,1,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27440,4,0,-1,'Diamond Prism of Recurrence',38809,3,0,0,1,49510,12377,2,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,12,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27441,15,0,-1,'Felblood Snapper',38898,0,0,0,1,160,8,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A twisted fish that lives in fel pools and lava. Do Not Eat!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27442,15,0,-1,'Goldenscale Vendorfish',39145,0,0,0,1,1200000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27443,15,0,-1,'Steam Pump Debris',7842,0,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27445,15,2,-1,'Magical Crawdad Box',58861,1,64,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,33050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27446,15,0,-1,'Mr. Pinchy\'s Gift',24053,3,4,0,1,4,1,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27447,4,4,-1,'Bracers of Just Rewards',42865,3,0,0,1,149945,29989,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,23,7,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27448,4,1,-1,'Cloak of the Everliving',26431,3,0,0,1,128282,25656,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27449,4,6,-1,'Blood Knight Defender',41645,3,0,0,1,274682,54936,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,26,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,20,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27450,4,3,-1,'Wild Stalker Boots',43008,3,0,0,1,194730,38946,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27451,4,1,-1,'Boots of the Darkwalker',43084,3,0,0,1,129734,25946,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27452,4,1,-1,'Light Scribe Bands',42996,3,0,0,1,86806,17361,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,15,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27453,4,0,-1,'Averinn\'s Ring of Slaying',31664,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,22,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27454,4,3,-1,'Volcanic Pauldrons',42910,3,0,0,1,202921,40584,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27455,4,4,-1,'Irondrake Faceguard',44408,3,0,0,1,236098,47219,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,39,3,32,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27456,4,2,-1,'Raiments of Nature\'s Breath',42953,3,0,0,1,226076,45215,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,32,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27457,4,4,-1,'Life Bearer\'s Gauntlets',43639,3,0,0,1,159730,31946,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27458,4,3,-1,'Oceansong Kilt',42927,3,0,0,1,273245,54649,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27459,4,4,-1,'Vambraces of Daring',42832,3,0,0,1,160876,32175,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,18,7,26,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27460,4,0,-1,'Reavers\' Ring',40034,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,23,7,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27461,4,2,-1,'Chestguard of the Prowler',43015,3,0,0,1,230123,46024,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,31,7,26,14,16,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27462,4,1,-1,'Crimson Bracers of Gloom',42896,3,0,0,1,92374,18474,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27463,2,15,-1,'Terror Flame Dagger',41881,3,524288,0,1,419470,83894,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27464,4,0,-1,'Omor\'s Unyielding Will',31899,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27465,4,1,-1,'Mana-Etched Gloves',43073,3,0,0,1,84536,16907,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,30,0,0,0,0,2,0,4,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27466,4,1,-1,'Headdress of Alacrity',49090,3,0,0,1,127292,25458,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,33,6,18,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27467,4,2,-1,'Silent-Strider Kneeboots',43017,3,0,0,1,159709,31941,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,27,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27468,4,2,-1,'Moonglade Handwraps',42452,3,0,0,1,106880,21376,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,19,3,13,7,18,5,20,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18031,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27469,4,3,-1,'Gladiator\'s Mail Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,23,32,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27470,4,3,-1,'Gladiator\'s Mail Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,18,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27471,4,3,-1,'Gladiator\'s Mail Helm',44009,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27472,4,3,-1,'Gladiator\'s Mail Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,22,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27473,4,3,-1,'Gladiator\'s Mail Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,17,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27474,4,3,-1,'Beast Lord Handguards',42581,3,0,0,1,134669,26933,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,12,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,40,0,0,0,0,2,0,8,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27475,4,4,-1,'Gauntlets of the Bold',40830,3,0,0,1,158569,31713,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,17,3,16,7,31,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,45,0,0,0,0,2,0,4,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27476,2,4,-1,'Truncheon of Five Hells',41769,3,0,0,1,452109,90421,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,31,14,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,2,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27477,4,0,-1,'Faol\'s Signet of Cleansing',41655,3,0,0,1,137801,34450,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27478,4,3,-1,'Girdle of the Blasted Reaches',43045,3,0,0,1,136609,27321,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27479,12,0,-1,'Flaming Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33067,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A lively flame crackles on the end of a torch soaked in pitch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27480,12,0,-1,'Soul Device',38195,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'If you look closely enough, you can see something swirling around in it. Creepy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27481,15,4,-1,'Heavy Supply Crate',11449,1,4,0,1,4,1,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Steam Pump Replacement Parts',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27483,4,2,-1,'Moon-Touched Bands',42965,3,0,0,1,104845,20969,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,20,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27484,4,7,-1,'Libram of Avengement',5563,3,0,0,1,126302,25260,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27485,4,1,-1,'Embroidered Cape of Mysteries',15163,3,0,0,1,130288,26057,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27487,4,4,-1,'Bloodlord Legplates',42839,3,0,0,1,306253,61250,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,38,7,27,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2882,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27488,4,1,-1,'Mage-Collar of the Firestorm',44409,3,0,0,1,131739,26347,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,33,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27489,4,4,-1,'Virtue Bearer\'s Vambraces',42851,3,0,0,1,155147,31029,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27490,2,0,-1,'Firebrand Battleaxe',39964,3,0,0,1,442344,88468,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,17,7,15,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27491,4,0,-1,'Signet of Repose',39128,3,524288,0,1,123465,30866,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27492,4,2,-1,'Moonchild Leggings',42966,3,0,0,1,222799,44559,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,20,6,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27493,4,1,-1,'Gloves of the Deadwatcher',42903,3,0,0,1,89445,17889,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27494,4,3,-1,'Emerald Eye Bracer',42885,3,0,0,1,134643,26928,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27495,4,0,-1,'Soldier\'s Dog Tags',43085,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,21,3,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27497,4,4,-1,'Doomplate Gauntlets',43035,3,0,0,1,159684,31936,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,31,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,661,45,0,0,0,0,4,0,4,0,8,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27498,0,4,-1,'Scroll of Agility V',3331,1,0,0,1,500,125,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33077,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27499,0,4,-1,'Scroll of Intellect V',2616,1,0,0,1,600,112,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33078,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27500,0,4,-1,'Scroll of Protection V',1093,1,0,0,1,550,100,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33079,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27501,0,4,-1,'Scroll of Spirit V',2616,1,0,0,1,550,100,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33080,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27502,0,4,-1,'Scroll of Stamina V',1093,1,0,0,1,600,112,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33081,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27503,0,4,-1,'Scroll of Strength V',3331,1,0,0,1,500,125,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33082,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27505,4,4,-1,'Ruby Helm of the Just',42867,3,0,0,1,227524,45504,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,24,5,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27506,4,1,-1,'Robe of Effervescent Light',42997,3,0,0,1,174333,34866,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,33,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27507,2,18,-1,'Adamantine Repeater',41423,3,0,0,1,328096,65619,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,239,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27508,4,1,-1,'Incanter\'s Gloves',42371,3,0,0,1,87817,17563,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,24,6,12,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27509,4,2,-1,'Handgrips of Assassination',42410,3,0,0,1,110168,22033,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27510,4,3,-1,'Tidefury Gauntlets',42568,3,0,0,1,132690,26538,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27511,7,11,-1,'Inscribed Scrollcase',2618,1,4,0,1,100,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27512,2,7,-1,'The Willbreaker',41418,3,0,0,1,445555,89111,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,14,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27513,7,11,-1,'Curious Crate',7913,1,4,0,1,80,20,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27514,4,2,-1,'Leggings of the Unrepentant',42945,3,0,0,1,224383,44876,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,25,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27515,7,8,-1,'Huge Spotted Feltail',50502,1,0,0,1,2000,500,23,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27516,7,8,-1,'Enormous Barbed Gill Trout',50501,1,0,0,1,2000,500,23,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27517,4,1,-1,'Bands of Nethekurse',42975,3,0,0,1,82248,16449,9,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,5,18,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27518,4,8,-1,'Ivory Idol of the Moongoddess',39645,3,0,0,1,123850,24770,28,32767,-1,112,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34292,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27519,4,1,-1,'Cloak of Malice',43086,3,0,0,1,124326,24865,16,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,3,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27520,4,4,-1,'Greathelm of the Unbreakable',42829,3,0,0,1,217967,43593,1,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,36,7,48,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27521,4,3,-1,'Telaari Hunting Girdle',43009,3,0,0,1,128308,25661,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27522,4,3,-1,'World\'s End Bracers',42908,3,0,0,1,128797,25759,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,19,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27523,4,0,-1,'Exarch\'s Diamond Band',39126,3,524288,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27524,2,5,-1,'Firemaul of Destruction',44954,3,0,0,1,527851,105570,17,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,31,7,50,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,418,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27525,4,1,-1,'Jeweled Boots of Sanctification',43087,3,0,0,1,127161,25432,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,22,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27526,2,2,-1,'Skyfire Hawk-Bow',40908,3,0,0,1,319094,63818,15,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27527,4,4,-1,'Greaves of the Shatterer',42831,3,0,0,1,306192,61238,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,7,37,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2888,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27528,4,3,-1,'Gauntlets of Desolation',43052,3,0,16,1,131700,26340,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,40,0,0,0,0,2,0,2,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27529,4,0,-1,'Figurine of the Colossus',40039,3,524352,0,1,265161,66290,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,15,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33089,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27531,4,2,-1,'Wastewalker Gloves',43064,3,0,0,1,110959,22191,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,32,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,35,0,0,0,0,2,0,4,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27532,9,9,-1,'Master Fishing - The Art of Angling',1246,1,64,0,1,50000,12500,0,-1,-1,55,45,356,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33100,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27533,2,13,-1,'Demonblood Eviscerator',41452,3,0,0,1,458751,91750,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,16,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27534,4,0,-1,'Hortus\' Seal of Brilliance',41654,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27535,4,4,-1,'Gauntlets of the Righteous',42355,3,0,0,1,147111,29422,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,20,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,623,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27536,4,1,-1,'Hallowed Handwraps',42576,3,0,0,1,83911,16782,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,20,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27537,4,1,-1,'Gloves of Oblivion',42446,3,0,0,1,84237,16847,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27538,2,4,-1,'Lightsworn Hammer',44612,3,0,0,1,422813,84562,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27539,4,4,-1,'Justice Bearer\'s Pauldrons',42853,3,0,0,1,222384,44476,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27540,2,19,-1,'Nexus Torch',43088,3,0,0,1,319518,63903,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9398,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27541,4,3,-1,'Archery Belt of the Broken',42887,3,0,0,1,128295,25659,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,19,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27542,4,1,-1,'Cord of Belief',42999,3,0,0,1,85855,17171,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,23,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27543,2,15,-1,'Starlight Dagger',42825,3,0,0,1,430863,86172,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,15,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,95,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27544,4,9,-1,'Totem of Spontaneous Regrowth',39639,3,0,0,1,129747,25949,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34294,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27545,4,2,-1,'Mennu\'s Scaled Leggings',43018,3,0,0,1,217059,43411,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27546,4,0,-1,'Traitor\'s Noose',40035,3,0,0,1,35155,8788,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,32,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27547,4,1,-1,'Coldwhisper Cord',42987,3,0,0,1,87465,17493,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,19,5,23,6,12,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27548,4,4,-1,'Girdle of Many Blessings',42862,3,0,0,1,154512,30902,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27549,4,3,-1,'Wavefury Boots',42931,3,0,0,1,204413,40882,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27550,4,1,-1,'Ironscale War Cloak',43089,3,0,0,1,136147,27229,16,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,26,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27551,4,0,-1,'Skeletal Necklace of Battlerage',40036,3,0,0,1,41135,10283,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,26,7,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27552,4,2,-1,'Soft Leather Vest',28249,1,0,0,1,60,12,5,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27553,0,0,-1,'Crimson Steer Energy Drink',18114,1,0,0,1,120,30,0,8,-1,15,5,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9512,0,-1,-1,300000,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'The perfect pick me up for those rough mornings after a late night.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27590,15,0,-1,'Level 63 Test Gear Green - Mail - Hunter 2',9632,1,4,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (27631,2,16,-1,'Needle Shrike',38370,3,4194304,0,1,146756,36689,25,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,1,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,124,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,14027,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (27632,12,0,-1,'Terokk\'s Quill',38249,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A long, slender arakkoa spear ending in a razor-sharp point. It appears to have been forged from a single piece of metal and shows no signs of age.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27633,12,0,-1,'Terokk\'s Mask',38250,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A gem encrusted, feathered mask molded to fit an arakkoa face, although it appears to have been crafted for an arakkoa much bigger than any you\'ve yet seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27634,12,0,-1,'The Saga of Terokk',34961,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A scroll containing stories from the life of the great arakkoa hero Terokk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27635,0,5,-1,'Lynx Steak',22194,1,0,0,1,24,6,0,-1,-1,8,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27636,0,5,-1,'Bat Bites',39721,1,0,0,1,100,25,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,-1,0,11,1000,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27637,4,2,-1,'Shadowstalker\'s Sash',38261,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,24,3,17,32,13,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27638,4,1,-1,'Hierophant\'s Sash',34244,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,3,7,28,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27639,4,4,-1,'Slayer\'s Waistguard',38286,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,24,4,22,32,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27640,2,18,-1,'Hand of Argus Crossfire',38263,2,0,0,1,3033,606,26,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,26,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27641,2,10,-1,'Vindicator\'s Walking Stick',38264,2,0,0,1,5074,1014,17,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,37,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (27643,4,3,-1,'Stormbreaker\'s Girdle',34241,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,28,5,19,32,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27644,4,4,-1,'Avenger\'s Waistguard',38286,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,24,4,25,5,11,32,12,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27645,4,2,-1,'Dreamstalker Sash',34244,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,24,5,15,4,15,3,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (27646,4,3,-1,'Marksman\'s Belt',34241,3,36864,0,1,0,0,6,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,28,3,19,32,9,35,13,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27647,4,3,-1,'Marksman\'s Legguards',38278,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,39,3,25,32,11,35,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27648,4,2,-1,'Dreamstalker Leggings',38280,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,5,7,30,5,10,4,20,3,7,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2859,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (27649,4,1,-1,'Hierophant\'s Leggings',38276,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,3,7,39,5,17,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27650,4,2,-1,'Shadowstalker\'s Leggings',33041,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,33,3,23,32,15,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27651,0,5,-1,'Buzzard Bites',39718,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27652,4,3,-1,'Stormbreaker\'s Leggings',38279,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,39,5,16,32,14,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27653,4,4,-1,'Slayer\'s Leggings',38285,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,39,4,25,32,17,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27654,4,4,-1,'Avenger\'s Legplates',38285,3,36864,0,1,0,0,7,262143,32767,100,66,0,0,0,0,0,0,0,1,1,0,4,7,33,4,34,32,12,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27655,0,5,-1,'Ravager Dog',35831,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33260,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Don\'t ask what it\'s made of.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27656,0,5,-1,'Sporeling Snack',39717,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33272,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pets love sporeling snacks!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27657,0,5,-1,'Blackened Basilisk',39719,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Seared to perfection!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27658,0,5,-1,'Roasted Clefthoof',25481,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33255,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27659,0,5,-1,'Warp Burger',25468,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33262,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27660,0,5,-1,'Talbuk Steak',39720,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27661,0,5,-1,'Blackened Trout',39114,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27662,0,5,-1,'Feltail Delight',39116,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27663,0,5,-1,'Blackened Sporefish',39115,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33266,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27664,0,5,-1,'Grilled Mudfish',39118,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33262,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27665,0,5,-1,'Poached Bluefish',39119,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27666,0,5,-1,'Golden Fish Sticks',38273,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33269,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27667,0,5,-1,'Spicy Crawdad',38272,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33258,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27668,7,8,-1,'Lynx Meat',25466,1,0,0,1,20,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27669,7,8,-1,'Bat Flesh',25472,1,0,0,1,20,5,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27671,7,8,-1,'Buzzard Meat',39723,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27672,4,4,-1,'Girdle of the Immovable',42833,3,0,0,1,149372,29874,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,17,7,33,12,18,15,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27673,2,7,-1,'Phosphorescent Blade',43090,3,0,0,1,425980,85196,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27674,7,8,-1,'Ravager Flesh',25475,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27676,7,8,-1,'Strange Spores',38282,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27677,7,8,-1,'Chunk o\' Basilisk',39726,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27678,7,8,-1,'Clefthoof Meat',39725,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27679,3,2,-1,'Sublime Mystic Dawnstone',18707,4,528384,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,182,-1,0,0,0,0,'',0,0,0,0,0,12340), (27680,1,0,-1,'Halaani Bag',21202,3,4096,0,1,0,0,18,-1,-1,60,0,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27681,7,8,-1,'Warped Flesh',39724,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27682,7,8,-1,'Talbuk Venison',25466,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27683,4,0,-1,'Quagmirran\'s Eye',16209,3,528384,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,33297,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27684,9,5,-1,'Recipe: Buzzard Bites',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33279,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Buzzard Bite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27685,9,5,-1,'Recipe: Lynx Steak',811,1,64,0,1,40,10,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33276,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Lynx Steak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27686,9,5,-1,'Recipe: Roasted Moongraze Tenderloin',811,1,64,0,1,40,10,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33277,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Roasted Moongraze Tenderloin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27687,9,5,-1,'Recipe: Bat Bites',1102,1,64,0,1,400,100,0,-1,-1,15,0,185,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33278,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Bat Bites.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27688,9,5,-1,'Recipe: Ravager Dog',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33284,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Ravager Dog.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27689,9,5,-1,'Recipe: Sporeling Snack',1301,1,4160,0,1,0,0,0,-1,-1,62,0,185,310,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33285,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Sporeling Snack.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27690,9,5,-1,'Recipe: Blackened Basilisk',1301,1,64,0,1,30000,7500,0,-1,-1,62,0,185,315,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33286,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Blackened Basilisk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27691,9,5,-1,'Recipe: Roasted Clefthoof',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33287,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Roasted Clefthoof.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27692,9,5,-1,'Recipe: Warp Burger',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33288,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Warp Burger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27693,9,5,-1,'Recipe: Talbuk Steak',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33289,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Talbuk Steak.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27694,9,5,-1,'Recipe: Blackened Trout',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33290,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Blackened Trout.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27695,9,5,-1,'Recipe: Feltail Delight',1301,1,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33291,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Feltail Delight.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27696,9,5,-1,'Recipe: Blackened Sporefish',1301,1,64,0,1,20000,5000,0,-1,-1,62,0,185,310,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33292,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Blackened Sporefish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27697,9,5,-1,'Recipe: Grilled Mudfish',1301,1,64,0,1,30000,7500,0,-1,-1,64,0,185,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33293,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Grilled Mudfish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27698,9,5,-1,'Recipe: Poached Bluefish',1301,1,64,0,1,30000,7500,0,-1,-1,64,0,185,320,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Poached Bluefish.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27699,9,5,-1,'Recipe: Golden Fish Sticks',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33295,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Golden Fish Sticks.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27700,9,5,-1,'Recipe: Spicy Crawdad',1301,1,64,0,1,30000,7500,0,-1,-1,65,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33296,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Spicy Crawdad.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27702,4,4,-1,'Gladiator\'s Lamellar Chestpiece',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,25,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27703,4,4,-1,'Gladiator\'s Lamellar Gauntlets',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,24,32,24,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27704,4,4,-1,'Gladiator\'s Lamellar Helm',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27705,4,4,-1,'Gladiator\'s Lamellar Legguards',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27706,4,4,-1,'Gladiator\'s Lamellar Shoulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,18,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27707,4,1,-1,'Gladiator\'s Satin Gloves',41154,4,36864,0,1,0,0,10,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,20,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27708,4,1,-1,'Gladiator\'s Satin Hood',41794,4,36864,0,1,0,0,1,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,20,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27709,4,1,-1,'Gladiator\'s Satin Leggings',41155,4,36864,0,1,0,0,7,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27710,4,1,-1,'Gladiator\'s Satin Mantle',42171,4,36864,0,1,0,0,3,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27711,4,1,-1,'Gladiator\'s Satin Robe',41157,4,36864,0,1,0,0,20,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,26,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27712,4,2,-1,'Shackles of Quagmirran',31620,3,0,0,1,108969,21793,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27713,4,3,-1,'Pauldrons of Desolation',43044,3,0,0,1,197752,39550,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,16,5,19,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,70,0,0,0,0,2,0,2,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27714,4,0,-1,'Swamplight Lantern',43091,3,0,0,1,137801,34450,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27715,4,4,-1,'Circle\'s Stalwart Helmet',42217,2,0,0,1,154445,30889,1,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2892,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27716,4,4,-1,'Refuge Armor',19730,2,0,0,1,200944,40188,5,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,7,27,4,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27717,4,3,-1,'Expedition Forager Leggings',687,2,0,0,1,178133,35626,7,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,3,12,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2874,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27718,4,4,-1,'Aldor Defender\'s Legplates',24506,2,0,0,1,227070,45414,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,4,21,3,14,7,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,2,0,8,0,4,0,2874,0,225,0,0,0,0,'',13,0,0,0,0,1), (27719,4,2,-1,'Aldor Leggings of Puissance',17137,2,0,0,1,162785,32557,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,3,15,31,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,2,0,2,0,8,0,2874,0,225,0,0,0,0,'',13,0,0,0,0,1), (27720,4,1,-1,'Robes of the Aldor',19141,2,0,0,1,130689,26137,20,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,5,15,7,15,21,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,4,0,8,0,2889,0,225,0,0,0,0,'',13,0,0,0,0,1), (27721,4,4,-1,'Expedition Footgear',34708,2,0,0,1,162498,32499,8,32767,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,17,7,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27722,4,3,-1,'Gloves of Marshmanship',27791,2,0,0,1,93369,18673,10,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,17,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27723,4,2,-1,'Belt of the Moonkin',29954,2,0,0,1,78080,15616,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,14,6,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27724,4,2,-1,'Wild Shoulderpads',27569,2,0,0,1,117541,23508,3,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,4,4,14,3,14,31,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27725,4,4,-1,'Expedition Mantle',44422,2,0,0,1,164831,32966,3,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,21,7,21,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27726,4,3,-1,'Hearty Cenarion Cincture',27057,2,0,0,1,88018,17603,6,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,3,14,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27727,4,2,-1,'Swift Cenarion Footwear',18367,2,0,0,1,110431,22086,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,5,16,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27728,4,1,-1,'Cushy Cenarion Walkers',13051,2,0,0,1,88681,17736,8,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,18,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27729,15,0,-1,'Humanoid Skull',4262,0,0,0,1,2669,667,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27730,4,1,-1,'Watcher\'s Cloak of Vigilance',28303,2,0,0,1,89354,17870,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,4,13,31,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27731,4,1,-1,'Vindicator\'s Cloak',23118,2,0,0,1,87107,17421,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,15,3,10,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27732,4,1,-1,'Infiltrator\'s Cloak',24928,2,0,0,1,87434,17486,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,4,5,10,32,10,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27733,4,0,-1,'Warden\'s Ring of Precision',31905,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,31,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27734,4,0,-1,'Expedition Caster\'s Band',963,2,0,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,10,7,13,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27735,4,0,-1,'Pendant of the Marsh',6497,2,0,0,1,121136,30284,2,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,10,6,9,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9416,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (27736,9,5,-1,'Master Cookbook',1134,1,64,0,1,20000,5000,0,-1,-1,55,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33361,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27737,4,2,-1,'Moonglade Shoulders',42454,3,0,0,1,166472,33294,3,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,13,3,12,7,18,5,19,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,60,0,0,0,0,2,0,2,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27738,4,1,-1,'Incanter\'s Pauldrons',42372,3,0,0,1,133653,26730,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,50,0,0,0,0,4,0,2,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27739,4,4,-1,'Spaulders of the Righteous',42351,3,0,0,1,234300,46860,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,80,0,0,0,0,2,0,8,0,0,0,2861,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27740,4,0,-1,'Band of Ursol',28733,3,524288,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,23,3,12,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27741,2,4,-1,'Bleeding Hollow Warhammer',41771,3,0,0,1,450393,90078,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,151,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27742,4,1,-1,'Mage-Fury Girdle',43026,3,0,0,1,83920,16784,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27743,4,3,-1,'Girdle of Living Flame',42911,3,0,0,1,126368,25273,6,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,17,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27744,4,8,-1,'Idol of Ursoc',39640,3,0,0,1,126857,25371,28,32767,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34253,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27745,4,3,-1,'Hungarhide Gauntlets',42886,3,0,0,1,127345,25469,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27746,4,1,-1,'Arcanium Signet Bands',43025,3,0,0,1,85213,17042,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27747,2,13,-1,'Boggspine Knuckles',42408,3,0,0,1,427696,85539,22,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,15,7,10,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27748,4,4,-1,'Cassock of the Loyal',42859,3,0,0,1,300526,60105,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27749,2,10,-1,'Staff of the Wild',20293,2,0,0,1,392152,78430,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,7,30,38,42,3,20,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,251,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (27750,2,5,-1,'Hammer of the Sporelings',28629,2,0,0,1,393593,78718,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,227,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15715,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (27751,2,6,-1,'Survivalist\'s Pike',25630,2,0,0,1,395075,79015,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,3,21,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,259,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (27752,2,8,-1,'Zangarmarsh Claymore',20072,2,0,0,1,396556,79311,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,4,7,30,4,21,32,20,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,227,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (27753,2,15,-1,'Ensorcelled Marshfang Blade',40214,2,0,0,1,301117,60223,21,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,5,9,32,10,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,95,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (27754,2,7,-1,'Keen Marshfang Slicer',26572,2,0,0,1,302238,60447,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,31,10,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (27755,4,4,-1,'Girdle of Gallantry',42868,3,0,0,1,155101,31020,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,27,3,14,7,22,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,4,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27756,2,0,-1,'Marshfang Blade Axe',16126,2,0,0,1,304479,60895,13,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,95,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (27757,2,10,-1,'Greatstaff of the Leviathan',40358,3,0,0,1,554799,110959,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,38,78,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,360,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27758,4,0,-1,'Hydra-fang Necklace',39210,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,16,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27759,4,3,-1,'Headdress of the Tides',44410,3,0,0,1,206438,41287,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27760,4,2,-1,'Dunewind Sash',43065,3,0,0,1,115094,23018,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27761,4,0,-1,'Ring of the Shadow Deeps',33808,3,524288,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,32,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27762,4,0,-1,'Weathered Band of the Swamplord',33534,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,20,32,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27763,4,2,-1,'Crown of the Forest Lord',44411,3,0,0,1,157944,31588,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,30,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27764,4,1,-1,'Hands of the Sun',42985,3,0,0,1,84562,16912,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27765,4,2,-1,'Armwraps of Disdain',42948,3,0,0,1,106099,21219,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27766,4,0,-1,'Swampstone Necklace',40038,3,0,0,1,157880,39470,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,14,5,15,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18031,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27767,2,0,-1,'Bogreaver',41772,3,0,0,1,427652,85530,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27768,4,1,-1,'Oracle Belt of Timeless Mystery',42977,3,0,0,1,85855,17171,6,400,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,24,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,117,0,0,0,'',52,0,0,0,0,12340), (27769,2,8,-1,'Endbringer',41773,3,0,0,1,538579,107715,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,29,7,28,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27770,4,0,-1,'Argussian Compass',43092,3,524288,0,1,86450,21612,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39228,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27771,4,4,-1,'Doomplate Shoulderguards',43034,3,0,0,1,227477,45495,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,80,0,0,0,0,2,0,2,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27772,4,6,-1,'Stormshield of Renewal',42409,3,0,0,1,278849,55769,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27773,4,3,-1,'Barbaric Legstraps',43010,3,0,0,1,262397,52479,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,13,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27774,7,4,-1,'zzOLDMighty Blood Garnet',7122,3,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,201,-1,0,0,0,0,'',0,0,0,0,0,12340), (27775,4,1,-1,'Hallowed Pauldrons',42577,3,0,0,1,135672,27134,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,10,5,17,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,50,0,0,0,0,2,0,8,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27776,4,2,-1,'Shoulderpads of Assassination',42414,3,0,0,1,170184,34036,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,25,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,60,0,0,0,0,4,0,4,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27777,3,0,-1,'Stark Blood Garnet',10449,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,202,-1,0,0,0,0,'',0,0,0,0,0,12340), (27778,4,1,-1,'Spaulders of Oblivion',42447,3,0,0,1,137124,27424,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,50,0,0,0,0,4,0,8,0,0,0,2880,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27779,4,0,-1,'Bone Chain Necklace',32087,3,0,0,1,201151,50287,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,19,7,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27780,4,0,-1,'Ring of Fabled Hope',24646,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27781,4,1,-1,'Demonfang Ritual Helm',45147,3,0,0,1,125366,25073,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27783,4,2,-1,'Moonrage Girdle',42967,3,0,0,1,102789,20557,6,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,5,22,6,21,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27784,4,0,-1,'Scintillating Coral Band',39121,3,524288,0,1,167612,41903,11,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,14,5,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27785,3,4,-1,'Notched Deep Peridot',35917,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,204,-1,0,0,0,0,'',0,0,0,0,0,12340), (27786,3,4,-1,'Barbed Deep Peridot',35842,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,205,-1,0,0,0,0,'',0,0,0,0,0,12340), (27787,4,2,-1,'Chestguard of No Remorse',42946,3,0,0,1,208714,41742,5,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,35,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27788,4,4,-1,'Bloodsworn Warboots',42841,3,0,0,1,219565,43913,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,31,7,29,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27789,4,1,-1,'Cloak of Whispering Shells',43093,3,0,0,1,126181,25236,16,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,15,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,21619,1,0,0,-1,0,-1,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27790,4,4,-1,'Mask of Penance',42860,3,0,0,1,227193,45438,1,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,27,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27791,2,10,-1,'Serpentcrest Life-Staff',40836,3,0,0,1,543902,108780,17,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27792,4,0,-1,'Steam-Hinge Chain of Valor',40040,3,0,0,1,35155,8788,2,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,26,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33274,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27793,4,3,-1,'Earth Mantle Handwraps',42912,3,0,0,1,131490,26298,10,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,21,5,18,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27794,2,3,-1,'Recoilless Rocket Ripper X-54',41431,3,0,0,1,329916,65983,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,244,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27795,4,1,-1,'Sash of Serpentra',42897,3,0,0,1,90430,18086,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27796,4,1,-1,'Mana-Etched Spaulders',42443,3,0,0,1,136134,27226,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,50,0,0,0,0,4,0,2,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27797,4,2,-1,'Wastewalker Shoulderpads',43066,3,0,0,1,170778,34155,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,13,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,60,0,0,0,0,2,0,8,0,0,0,2887,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27798,4,4,-1,'Gauntlets of Vindication',42869,3,0,0,1,160876,32175,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,9416,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,2,0,2,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27799,4,1,-1,'Vermillion Robes of the Dominant',42898,3,0,0,1,183447,36689,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27800,4,2,-1,'Earthsoul Britches',42955,3,0,0,1,230123,46024,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,33,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27801,4,3,-1,'Beast Lord Mantle',42583,3,0,0,1,208767,41753,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,25,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,70,0,0,0,0,4,0,2,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27802,4,3,-1,'Tidefury Shoulderguards',42573,3,0,0,1,189580,37916,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,70,0,0,0,0,2,0,8,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27803,4,4,-1,'Shoulderguards of the Bold',42360,3,0,0,1,220632,44126,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,7,25,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,80,0,0,0,0,4,0,8,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27804,4,1,-1,'Devilshark Cape',43094,3,0,0,1,126804,25360,16,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,22,13,18,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27805,4,0,-1,'Ring of the Silver Hand',43407,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27806,4,3,-1,'Fathomheart Gauntlets',42932,3,0,0,1,131264,26252,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27807,12,0,-1,'Air Elemental Gas',38368,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Frozen solid!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27808,13,0,-1,'Jump-a-tron 4000 Key',38369,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33381,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Etched on the side: Wazat will not be held accountable for any accidents that occur as a result of using the Jump-a-tron 4000.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27809,3,4,-1,'Barbed Deep Peridot',35842,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,281,-1,0,0,0,0,'',0,0,0,0,0,12340), (27811,7,4,-1,'zzOLDMighty Blood Garnet',7122,3,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,282,-1,0,0,0,0,'',0,0,0,0,0,12340), (27812,3,0,-1,'Stark Blood Garnet',10449,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,284,-1,0,0,0,0,'',0,0,0,0,0,12340), (27813,4,4,-1,'Boots of the Colossus',42835,3,0,0,1,235222,47044,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,22,7,27,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,8,0,0,0,2861,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27814,2,15,-1,'Twinblade of Mastery',41884,3,0,0,1,450481,90096,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,32,21,37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27815,4,9,-1,'Totem of the Astral Winds',40043,3,0,0,1,135632,27126,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34244,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27816,4,1,-1,'Mindrage Pauldrons',43027,3,0,0,1,136121,27224,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27817,2,2,-1,'Starbolt Longbow',39230,3,0,0,1,341523,68304,15,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,242,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27818,4,2,-1,'Starry Robes of the Crescent',42969,3,0,0,1,228474,45694,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,23,5,30,6,24,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27820,3,4,-1,'Notched Deep Peridot',35917,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,283,-1,0,0,0,0,'',0,0,0,0,0,12340), (27821,4,1,-1,'Extravagant Boots of Malice',42902,3,0,0,1,138536,27707,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27822,4,0,-1,'Crystal Band of Valor',40044,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,12,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27823,4,3,-1,'Shard Encrusted Breastplate',42891,3,0,0,1,259600,51920,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,24,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27824,4,1,-1,'Robe of the Great Dark Beyond',42978,3,0,0,1,173717,34743,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,30,6,18,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27825,4,2,-1,'Predatory Gloves',43020,3,0,0,1,108969,21793,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,31,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27826,4,3,-1,'Mantle of the Sea Wolf',42933,3,0,0,1,197752,39550,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27827,4,2,-1,'Lucid Dream Bracers',42956,3,0,0,1,109783,21956,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,15,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27828,4,0,-1,'Warp-Scarab Brooch',40045,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21638,1,0,0,-1,0,-1,33400,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27829,2,1,-1,'Axe of the Nexus-Kings',41776,3,0,0,1,552930,110586,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,33,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27830,4,0,-1,'Circlet of the Victor',31655,3,36864,1,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27831,4,2,-1,'Mantle of the Unforgiven',42949,3,0,0,1,167099,33419,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27832,4,0,-1,'Band of the Victor',31655,3,36864,1,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1583,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27833,4,0,-1,'Band of the Victor',31655,3,36864,2,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1583,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27834,4,0,-1,'Circlet of the Victor',31655,3,36864,2,1,0,0,11,32767,-1,80,60,0,0,0,0,0,0,0,1,1,0,2,7,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27835,4,3,-1,'Stillwater Girdle',42936,3,0,0,1,135619,27123,6,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,18,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27837,4,2,-1,'Wastewalker Leggings',43067,3,0,0,1,227638,45527,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,31,7,27,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,75,0,0,0,0,2,0,2,0,8,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27838,4,1,-1,'Incanter\'s Trousers',42369,3,0,0,1,169811,33962,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,30,6,17,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27839,4,4,-1,'Legplates of the Righteous',42354,3,0,0,1,298309,59661,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,24,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27840,2,5,-1,'Scepter of Sha\'tar',41777,3,0,0,1,534675,106935,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,31,7,28,5,26,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,408,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Stolen long ago by the Nexus-Kings, the Scepter embodies the righteous power of the Naaru.',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27841,12,0,-1,'Severed Talon of the Matriarch',38389,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the biggest talon you have ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27842,2,10,-1,'Grand Scepter of the Nexus-Kings',40359,3,0,0,1,538743,107748,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,43,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27843,4,1,-1,'Glyph-Lined Sash',43078,3,0,0,1,86524,17304,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,4,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27844,4,4,-1,'Pauldrons of Swift Retribution',42872,3,0,0,1,227524,45504,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,29,7,24,5,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27845,4,3,-1,'Magma Plume Boots',42915,3,0,0,1,196996,39399,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,26,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27846,2,13,-1,'Claw of the Watcher',42172,3,0,0,1,437461,87492,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,8,0,2,0,0,0,2887,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27847,4,4,-1,'Fanblade Pauldrons',42836,3,0,0,1,230082,46016,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,16,7,22,12,20,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,8,0,0,0,2870,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27848,4,1,-1,'Embroidered Spellpyre Boots',43024,3,0,0,1,132201,26440,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27854,0,5,-1,'Smoked Talbuk Venison',20803,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (27855,0,5,-1,'Mag\'har Grainbread',40696,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (27856,0,5,-1,'Skethyl Berries',40697,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (27857,0,5,-1,'Garadar Sharp',40695,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (27858,0,5,-1,'Sunspring Carp',40834,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (27859,0,5,-1,'Zangar Caps',40850,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (27860,0,5,-1,'Purified Draenic Water',40852,1,0,0,5,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27861,12,0,-1,'Lathrai\'s Stolen Goods',38433,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'None of this stuff looks familiar to you. Just what is Lathrai up to?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27863,7,4,-1,'Extended Cost Bryanite',35718,2,4096,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,221,-1,0,0,0,0,'',0,0,0,0,0,15595), (27864,7,4,-1,'Brian\'s Bryanite of Extended Cost Copying',35718,2,4096,0,1,0,0,0,32767,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,222,-1,0,0,0,0,'',0,0,0,0,0,12340), (27865,4,3,-1,'Bracers of Shirrak',43012,3,0,0,1,130736,26147,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,17,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27866,4,1,-1,'Scintillating Headdress of Second Sight',44412,3,0,0,1,131212,26242,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,27,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27867,4,2,-1,'Boots of the Unjust',42950,3,0,0,1,164625,32925,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,19,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27868,2,15,-1,'Runesong Dagger',42561,3,0,0,1,430183,86036,21,-1,-1,112,68,0,0,0,0,0,0,0,1,1,0,3,7,12,5,11,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,91,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27869,4,0,-1,'Soulpriest\'s Ring of Resolve',31664,3,0,0,1,167612,41903,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,34,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27870,4,4,-1,'Doomplate Legguards',43037,3,0,0,1,310687,62137,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,33,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27871,4,0,-1,'Maladaar\'s Blessed Chaplet',40047,3,0,0,1,35155,8788,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,13,12,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27872,2,0,-1,'The Harvester of Souls',39965,3,0,0,1,458751,91750,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,16,7,13,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27873,4,2,-1,'Moonglade Pants',42453,3,0,0,1,230189,46037,7,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,25,3,16,7,24,5,25,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27874,4,3,-1,'Beast Lord Leggings',42582,3,0,0,1,250758,50151,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,25,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27875,4,1,-1,'Hallowed Trousers',42578,3,0,0,1,167823,33564,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,33,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27876,2,4,-1,'Will of the Fallen Exarch',41778,3,0,0,1,421185,84237,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27877,2,10,-1,'Draenic Wildstaff',40371,3,0,0,1,528516,105703,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,68,3,32,7,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27878,4,1,-1,'Auchenai Death Shroud',43096,3,0,0,1,127319,25463,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,15,7,15,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27879,4,4,-1,'Gladiator\'s Scaled Chestpiece',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,5,23,32,26,4,31,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27880,4,4,-1,'Gladiator\'s Scaled Gauntlets',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,34,5,14,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27881,4,4,-1,'Gladiator\'s Scaled Helm',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,5,21,32,16,4,45,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27882,4,4,-1,'Gladiator\'s Scaled Legguards',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,21,32,22,4,48,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27883,4,4,-1,'Gladiator\'s Scaled Shoulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,34,5,15,32,16,4,32,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27884,4,4,-1,'Ornate Boots of the Sanctified',42870,3,0,0,1,222085,44417,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,37,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27885,2,19,-1,'Soul-Wand of the Aldor',41671,3,0,0,1,319030,63806,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,9,5,8,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,293,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27886,4,8,-1,'Idol of the Emerald Queen',40048,3,0,0,1,128088,25617,28,32767,-1,112,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34246,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27887,4,6,-1,'Platinum Shield of the Valorous',43238,3,0,0,1,281556,56311,14,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,33,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3711,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,83,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27888,4,3,-1,'Dream-Wing Helm',42889,3,0,0,1,198684,39736,1,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,4,7,16,5,25,32,20,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27889,4,1,-1,'Jaedenfire Gloves of Annihilation',42985,3,0,0,1,88613,17722,10,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27890,2,19,-1,'Wand of the Netherwing',43449,3,0,0,1,333491,66698,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,293,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27891,4,0,-1,'Adamantine Figurine',40049,3,524352,0,1,265161,66290,12,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33479,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27892,4,1,-1,'Cloak of the Inciter',29827,3,0,0,1,134350,26870,16,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,15,32,18,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27893,4,4,-1,'Ornate Leggings of the Venerated',42871,3,0,0,1,314565,62913,7,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,35,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27895,4,0,-1,'Band of Many Prisms',35313,3,524288,0,1,123465,30866,11,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,10,10,10,10,10,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27896,4,0,-1,'Alembic of Infernal Power',40050,3,528384,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15603,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27897,4,4,-1,'Breastplate of Many Graces',42863,3,0,0,1,288893,57778,5,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,40,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27898,2,3,-1,'Wrathfire Hand-Cannon',41432,3,0,0,1,310720,62144,26,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27899,2,7,-1,'Mana Wrath',41787,3,0,0,1,425980,85196,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28792,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27900,4,0,-1,'Jewel of Charismatic Mystique',40051,3,524352,0,1,86450,21612,12,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33486,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27901,2,4,-1,'Blackout Truncheon',41780,3,524288,0,1,419017,83803,13,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33489,2,0,1.9,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27902,4,1,-1,'Silent Slippers of Meditation',42982,3,0,0,1,129245,25849,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27903,2,6,-1,'Sonic Spear',40367,3,0,0,1,555129,111025,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,30,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27904,4,0,-1,'Resounding Ring of Glory',39125,3,524288,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,24,7,24,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27905,2,7,-1,'Greatsword of Horrid Dreams',41781,3,0,0,1,447314,89462,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,14,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33490,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27906,4,4,-1,'Crimsonforge Breastplate',42845,3,0,0,1,314259,62851,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,45,32,26,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27907,4,1,-1,'Mana-Etched Pantaloons',43076,3,0,0,1,180227,36045,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,32,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,33491,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27908,4,2,-1,'Leggings of Assassination',42413,3,0,0,1,226076,45215,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27909,4,3,-1,'Tidefury Kilt',42572,3,0,0,1,272268,54453,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27910,4,6,-1,'Silvermoon Crest Shield',42285,3,0,0,1,291461,58292,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27911,4,2,-1,'Epoch\'s Whispering Cinch',43021,3,0,0,1,114259,22851,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27912,4,3,-1,'Harness of the Deep Currents',42944,3,0,0,1,275171,55034,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27913,2,15,-1,'Whispering Blade of Slaying',43097,3,0,0,1,460247,92049,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,164,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27914,4,2,-1,'Moonstrider Boots',42972,3,0,0,1,169097,33819,8,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27915,4,3,-1,'Sky-Hunter Swift Boots',42894,3,0,0,1,185086,37017,8,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,3,25,7,19,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27916,2,16,-1,'Sethekk Feather-Darts',38370,3,4194304,0,1,175952,43988,25,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,174,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9332,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27917,4,7,-1,'Libram of the Eternal Rest',34961,3,0,0,1,123798,24759,28,32767,-1,112,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27918,4,4,-1,'Bands of Syth',42847,3,0,0,1,145816,29163,9,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,4,21,3,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27919,4,1,-1,'Light-Woven Slippers',43003,3,0,0,1,128153,25630,8,32767,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,19,5,24,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27920,4,0,-1,'Mark of Conquest',38571,3,36864,1,1,0,0,12,1037,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33510,1,0,0,-1,0,-1,39598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27921,4,0,-1,'Mark of Conquest',38572,3,36864,2,1,0,0,12,1037,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33510,1,0,0,-1,0,-1,39598,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27922,4,0,-1,'Mark of Defiance',31603,3,36864,2,1,0,0,12,400,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,0,0,0,33511,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27924,4,0,-1,'Mark of Defiance',31603,3,36864,1,1,0,0,12,400,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,0,0,0,33511,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27925,4,0,-1,'Ravenclaw Band',24022,3,524288,0,1,28410,7102,11,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,3,20,7,15,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27926,4,0,-1,'Mark of Vindication',38556,3,36864,1,1,0,0,12,66,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27927,4,0,-1,'Mark of Vindication',38556,3,36864,2,1,0,0,12,66,32767,91,62,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,33522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27928,2,16,-1,'Terminal Edge',38679,3,4231168,1,1,0,0,25,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,138,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9329,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27929,2,16,-1,'Terminal Edge',38679,3,4231168,2,1,0,0,25,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,138,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9329,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27930,2,2,-1,'Splintermark',28827,3,36864,1,1,0,0,15,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27931,2,2,-1,'Splintermark',28827,3,36864,2,1,0,0,15,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,32,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27932,15,0,-1,'Razor Claw',6360,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27933,15,0,-1,'Serrated Tooth',959,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27934,15,0,-1,'Vorpal Claw',6360,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27935,15,0,-1,'Needle Fang',959,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27936,4,3,-1,'Greaves of Desolation',43055,3,0,16,1,259600,51920,7,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,4,7,24,5,33,32,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27937,2,4,-1,'Sky Breaker',39833,3,0,0,1,434294,86858,21,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,2,7,13,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28530,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (27938,4,2,-1,'Savage Mask of the Lynx Lord',44904,3,0,0,1,163454,32690,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,34,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27939,2,19,-1,'Incendic Rod',44558,3,36864,1,1,0,0,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,240,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27940,4,0,-1,'Marvelous Madstone of Immortality',32008,1,0,0,1,400000,100000,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This anchors your spirit to the world, allowing you to come back from the most dreadful of demises once your essence returns to where you perished!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27941,4,0,-1,'Compassionate Critter\'s Friend',4841,1,0,0,1,200000,50000,2,-1,-1,30,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This amulet keeps dangerous critters at bay. Its powerful warding magic is broken temporarily if you harm a critter.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27942,2,19,-1,'Incendic Rod',44558,3,36864,2,1,0,0,26,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,240,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27943,12,0,-1,'Chieftain Mummaki\'s Totem',37388,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27944,4,0,-1,'Talisman of True Treasure Tracking',31889,1,0,0,1,350000,87500,2,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wearing this, one might find the rarest of items in the most mundane of locales!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27945,4,0,-1,'Shark\'s Tooth of Bona Fide Fluidic Mobility',9860,1,0,0,1,150000,37500,2,-1,-1,20,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Allows you to move through the seas with the greatest of ease. ',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27946,4,1,-1,'Avian Cloak of Feathers',43099,3,0,0,1,134643,26928,16,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,2,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27947,4,9,-1,'Totem of Impact',25246,3,36864,1,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33556,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27948,4,1,-1,'Trousers of Oblivion',42448,3,0,0,1,180826,36165,7,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27949,4,7,-1,'Libram of Zeal',34961,3,36864,1,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27965,4,4,-1,'TEST 130 Epic Paladin DPS Chest',16700,4,0,8192,1,466794,93358,5,-1,-1,130,60,0,0,0,0,0,0,0,0,1,0,0,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (27976,4,0,-1,'Polished Pendant of Edible Energy',6510,1,0,0,1,250000,62500,2,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Focusing one\'s metabolism, this pendant allows the wearer to draw great energy from ordinary food and drink - even heal wounds!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27977,4,4,-1,'Legplates of the Bold',42363,3,0,0,1,303913,60782,7,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,4,4,31,3,19,7,45,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27978,4,0,-1,'Soap on a Rope',9858,1,0,0,1,10000,2500,2,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Adventuring is no excuse for being filthy. Now you can carry your soap wherever you go!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27979,4,0,-1,'Stone of Stupendous Springing Strides',31603,1,0,0,1,100000,25000,2,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A simple stone that grants the wearer the ability to bound over obstacles and across small gaps!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27980,2,4,-1,'Terokk\'s Nightmace',41871,3,0,0,1,439001,87800,13,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,2,7,25,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27981,4,1,-1,'Sethekk Oracle Cloak',31351,3,0,0,1,132188,26437,16,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27982,4,0,-1,'Charm of Potent and Powerful Passions',6484,1,0,0,1,300000,75000,2,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'When worn, this amulet will win over your heart\'s desire. Guaranteed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27983,4,7,-1,'Libram of Zeal',34961,3,36864,2,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27984,4,9,-1,'Totem of Impact',25246,3,36864,2,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33556,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27985,4,4,-1,'Deathforge Girdle',43042,3,0,0,1,161480,32296,6,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,4,22,7,25,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27986,2,1,-1,'Crow Wing Reaper',39958,3,0,0,1,575474,115094,17,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,3,4,28,3,17,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27987,2,2,-1,'Melmorta\'s Twilight Longbow',41791,3,0,0,1,306017,61203,15,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27988,4,1,-1,'Burnoose of Shifting Ages',43100,3,0,0,1,122883,24576,16,-1,-1,112,68,0,0,0,0,0,0,0,1,1,0,2,7,15,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,140,0,0,0,'',52,0,0,0,0,12340), (27989,4,8,-1,'Idol of Savagery',34955,3,36864,1,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33565,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27990,4,8,-1,'Idol of Savagery',34955,3,36864,2,1,0,0,28,32767,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33565,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27991,13,0,-1,'Shadow Labyrinth Key',8042,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27992,4,0,-1,'Infallible Tikbalang Ward',32073,1,0,0,1,50000,12500,2,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'With this trusty warding talisman, no tikbalang will ever find you and steal you away to the treetops. It really works!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (27993,4,3,-1,'Mask of Inner Fire',44874,3,0,0,1,187881,37576,1,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,30,5,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27994,4,1,-1,'Mantle of Three Terrors',42900,3,0,0,1,125718,25143,3,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,29,5,25,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27995,4,2,-1,'Sun-Gilded Shouldercaps',43019,3,0,0,1,157743,31548,3,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,3,25,7,26,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (27996,4,0,-1,'Ring of Spiritual Precision',39128,3,524288,0,1,123465,30866,11,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,13,5,18,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28023,2,16,-1,'Monster - Throwing Axe (Poison)',38576,0,4194304,8192,1,15,3,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (28024,12,0,-1,'Orion\'s Report',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2985,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28026,4,1,-1,'Crazy Cenarion Cloak',44599,2,0,0,1,97787,19557,16,32767,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,7,16,4,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28027,4,0,-1,'Lunatic\'s Choker',39689,2,0,0,1,112285,22457,2,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28028,4,2,-1,'Moonstruck Bands',28247,2,0,0,1,74261,14852,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28029,4,1,-1,'Goldenvine Wraps',19915,3,0,0,1,70237,14047,9,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,3,7,19,5,13,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28030,4,1,-1,'Spell-slinger\'s Protector',39271,3,0,0,1,108768,21753,16,32767,-1,97,0,0,0,0,0,0,0,0,0,1,0,4,7,15,5,14,32,13,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28031,4,1,-1,'Nomad\'s Woven Cloak',39277,3,0,0,1,112187,22437,16,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,4,4,14,3,14,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28032,4,1,-1,'Delicate Green Poncho',39279,3,0,0,1,112594,22518,16,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,19,3,14,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'They won\'t see you coming but they\'ll definitely see you leaving.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28033,2,10,-1,'Epoch-Mender',40838,3,0,0,1,535957,107191,17,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,37,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33273,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (28034,4,0,-1,'Hourglass of the Unraveller',43101,3,528384,0,1,40000,10000,12,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,1,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60066,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28038,0,0,-1,'Seaforium PU-36 Explosive Nether Modulator',38659,1,65600,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33655,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Manufactured: Garvin the Goblin, Area 52',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (28039,12,0,-1,'Crude Explosives',25483,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These explosives are a great example of fel orc \'engineering\' in action. They could make even the most accomplished goblin engineer blush.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28040,4,0,-1,'Vengeance of the Illidari',38671,3,64,0,1,265161,66290,12,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33662,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28041,4,0,-1,'Bladefist\'s Breadth',38671,3,64,0,1,265161,66290,12,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33667,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28042,4,0,-1,'Regal Protectorate',38671,3,64,0,1,265161,66290,12,-1,-1,88,0,0,0,0,0,0,0,0,1,1,0,1,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33668,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28043,4,0,-1,'Demon Stalker Pendant',36755,2,0,0,1,117660,29415,2,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,18,31,6,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13675,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (28044,4,0,-1,'Band of the Demon Stalker',38674,2,0,0,1,117660,29415,11,262143,-1,90,0,0,0,0,0,0,0,0,1,1,0,4,3,12,31,10,13,6,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (28045,4,1,-1,'Cloak of the Demon Stalker',23031,2,0,0,1,91996,18399,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,1), (28046,12,0,-1,'Legion Missive',25271,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Arazzius.',2981,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28047,12,0,-1,'Nekrogg\'s Key',22071,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33715,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28048,12,0,-1,'Crude Explosives',25483,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33670,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These explosives are a great example of fel orc \'engineering\' in action. They could make even the mo0',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28050,4,2,-1,'Sacred Feather Vest',8660,3,0,0,1,165671,33134,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,4,6,10,5,13,7,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28051,4,2,-1,'Jerkin of the Untamed Spirit',27739,3,0,0,1,166275,33255,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,25,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28052,4,1,-1,'Goldweave Tunic',27866,3,0,0,1,133517,26703,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,4,5,15,32,14,7,13,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28053,6,2,-1,'Wicked Arrow',40199,1,0,0,200,1600,2,24,-1,-1,80,55,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28054,4,4,-1,'Fleshripper\'s Bladed Chestplate',26871,3,0,0,1,235393,47078,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,4,4,36,32,14,31,13,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,794,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,1), (28055,4,4,-1,'Gilded Crimson Chestplate',38359,3,0,0,1,236239,47247,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,5,13,4,14,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28056,6,2,-1,'Blackflight Arrow',40200,1,0,0,200,3000,3,24,-1,-1,118,65,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28057,4,3,-1,'Bonechewer Berserker\'s Vest',25742,3,0,0,1,203981,40796,5,-1,-1,85,0,0,0,0,0,0,0,0,0,1,0,3,5,13,7,15,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28058,15,0,-1,'Shredded Wyrm Wing',959,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28059,15,0,-1,'Iridescent Eye',9292,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28060,6,3,-1,'Impact Shot',40525,1,0,0,200,1600,2,24,-1,-1,80,55,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28061,6,3,-1,'Ironbite Shell',40524,1,0,0,200,3000,3,24,-1,-1,118,65,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28062,2,18,-1,'Expedition Repeater',40715,2,0,0,1,234242,46848,26,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,3,6,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28063,2,19,-1,'Survivalist\'s Wand',28747,2,0,0,1,218365,43673,26,262143,32767,93,0,0,0,0,0,0,0,0,0,1,0,2,35,7,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,143,4,0,0,0,0,0,0,0,0,0,0,1300,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28064,4,8,-1,'Idol of the Wild',39635,2,0,0,1,87682,17536,28,32767,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28065,4,7,-1,'Libram of Wracking',34961,2,0,0,1,88018,17603,28,32767,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33695,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28066,4,9,-1,'Totem of Lightning',34957,2,0,0,1,88345,17669,28,32767,-1,93,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28068,9,0,-1,'Grimoire of Suffering (Rank 6)',1246,1,64,0,1,60000,15000,0,31488,-1,69,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33703,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28069,4,4,-1,'Golden Cenarion Greaves',38711,3,0,0,1,183703,36740,8,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28070,4,3,-1,'Verdant Handwraps',30862,3,0,0,1,105558,21111,10,-1,-1,91,0,0,0,0,0,0,0,0,1,1,0,3,5,12,7,13,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28071,9,0,-1,'Grimoire of Anguish (Rank 1)',1246,1,64,0,1,15000,3750,0,31488,-1,50,50,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33704,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28072,9,0,-1,'Grimoire of Anguish (Rank 2)',1246,1,64,0,1,26000,6500,0,31488,-1,60,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33705,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28073,9,0,-1,'Grimoire of Anguish (Rank 3)',1246,1,64,0,1,67000,16750,0,31488,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33706,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28074,4,2,-1,'Studded Green Anklewraps',19912,3,0,0,1,133913,26782,8,-1,-1,91,0,0,0,0,0,0,0,0,0,1,0,5,4,30,3,12,7,13,31,8,13,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28075,4,1,-1,'Destroyers\' Mantle',33841,3,0,0,1,107526,21505,3,32767,-1,91,0,0,0,0,0,0,0,0,0,1,0,4,7,12,5,12,32,9,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28099,12,0,-1,'Drillmaster Zurok\'s Orders',6270,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28100,0,1,-1,'Volatile Healing Potion',24212,1,0,0,1,4000,1000,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28101,0,1,-1,'Unstable Mana Potion',23731,1,0,0,1,6000,1500,0,-1,-1,62,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28102,0,2,-1,'Onslaught Elixir',34431,1,0,0,1,10000,2500,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33720,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28103,0,2,-1,'Adept\'s Elixir',38722,1,0,0,1,10000,2500,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54452,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28104,0,2,-1,'Elixir of Mastery',38720,1,0,0,1,10000,2500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33726,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28105,12,0,-1,'Duron\'s Report',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28106,15,0,-1,'Kingston\'s Primers',41644,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34387,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28107,12,0,-1,'Legion Missive',25271,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Arazzius.',2982,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28108,4,0,-1,'Power Infused Mushroom',15853,3,0,0,1,41230,10307,12,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33759,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28109,4,0,-1,'Essence Infused Mushroom',15853,3,0,0,1,41230,10307,12,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28110,0,0,-1,'Fat Gnome and Little Elf',38659,1,64,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33744,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28111,4,0,-1,'Everlasting Underspore Frond',38766,3,0,0,1,0,0,0,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33770,0,0,0,43200000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28112,0,5,-1,'Underspore Pod',21975,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33772,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (28116,12,0,-1,'Zeppelin Debris',36687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28117,7,4,-1,'zzOLDBold Ornate Ruby',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,241,-1,0,0,0,0,'',0,0,0,0,0,12340), (28118,3,0,-1,'Runed Ornate Ruby',6006,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,242,-1,0,0,0,0,'',0,0,0,0,0,12340), (28119,3,2,-1,'Smooth Ornate Dawnstone',18707,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,243,-1,0,0,0,0,'',0,0,0,0,0,12340), (28120,3,2,-1,'Gleaming Ornate Dawnstone',20978,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,244,-1,0,0,0,0,'',0,0,0,0,0,12340), (28121,4,0,-1,'Icon of Unyielding Courage',40037,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34106,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28122,7,4,-1,'zzOLDEnscribed Ornate Topaz',7221,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,261,-1,0,0,0,0,'',0,0,0,0,0,12340), (28123,3,5,-1,'Potent Ornate Topaz',7339,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,262,-1,0,0,0,0,'',0,0,0,0,0,12340), (28124,4,2,-1,'Liar\'s Cord',42947,3,0,0,1,106088,21217,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2876,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28126,4,2,-1,'Gladiator\'s Dragonhide Gloves',41443,4,36864,0,1,0,0,10,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,30,5,18,3,19,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28127,4,2,-1,'Gladiator\'s Dragonhide Helm',47172,4,36864,0,1,0,0,1,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,33,5,19,3,20,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28128,4,2,-1,'Gladiator\'s Dragonhide Legguards',41445,4,36864,0,1,0,0,7,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,40,5,25,3,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (28129,4,2,-1,'Gladiator\'s Dragonhide Spaulders',41758,4,36864,0,1,0,0,3,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,28,5,12,3,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28130,4,2,-1,'Gladiator\'s Dragonhide Tunic',41446,4,36864,0,1,0,0,5,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,42,4,32,5,18,3,20,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28131,0,0,-1,'Reaver Buster Launcher',38994,1,64,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33824,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28132,0,0,-1,'Area 52 Special',39014,1,196672,0,1,0,0,0,-1,-1,60,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33836,0,0,0,0,1170,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (28134,4,0,-1,'Brooch of Heightened Potential',43423,3,0,0,1,89857,22464,2,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,4,7,15,5,14,31,9,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28136,4,2,-1,'Gladiator\'s Wyrmhide Gloves',41443,4,36864,0,1,0,0,10,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28137,4,2,-1,'Gladiator\'s Wyrmhide Helm',47172,4,36864,0,1,0,0,1,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28138,4,2,-1,'Gladiator\'s Wyrmhide Legguards',41445,4,36864,0,1,0,0,7,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,29,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (28139,4,2,-1,'Gladiator\'s Wyrmhide Spaulders',41758,4,36864,0,1,0,0,3,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,14,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28140,4,2,-1,'Gladiator\'s Wyrmhide Tunic',41446,4,36864,0,1,0,0,5,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,22,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28141,4,1,-1,'Ranger\'s Sash',16554,2,0,0,1,674,134,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28142,4,2,-1,'Farstrider\'s Belt',17113,2,0,0,1,846,169,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28143,4,3,-1,'Rusted Chain Girdle',6864,2,0,0,1,1019,203,6,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,2,4,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28144,4,1,-1,'Troll Handler Gloves',20476,2,0,0,1,389,77,10,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,2,5,1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28145,4,2,-1,'Tranquillien Wraps',17051,2,0,8192,1,610,122,10,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (28146,4,1,-1,'Courier\'s Wraps',16918,2,0,0,1,241,48,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28147,4,2,-1,'Tranquillien Scout\'s Bracers',28045,2,0,0,1,302,60,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28148,4,3,-1,'Bronze Mail Bracers',22685,2,0,0,1,364,72,9,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28149,4,2,-1,'Tranquillien Breeches',7560,2,0,0,1,793,158,7,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,2,3,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28150,4,1,-1,'Renzithen\'s Dusty Cloak',15248,2,0,0,1,746,149,16,-1,-1,13,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (28151,2,19,-1,'Arcanist\'s Wand',28159,2,0,0,1,2247,449,26,-1,-1,14,0,0,0,0,0,0,0,0,0,1,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,22,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (28152,2,2,-1,'Quel\'Thalas Recurve',20550,2,0,0,1,1203,240,15,-1,-1,11,0,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (28153,4,6,-1,'Farstrider\'s Shield',18659,2,0,0,1,1287,257,14,-1,-1,12,0,0,0,0,0,0,0,0,0,1,0,1,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,4,0,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (28154,4,1,-1,'Red Silk Trousers',14458,2,0,0,1,1672,334,7,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28155,4,1,-1,'Apothecary\'s Waistband',4511,2,32768,0,1,965,193,6,-1,-1,17,12,0,0,0,0,0,922,5,0,1,0,2,6,2,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28156,4,1,-1,'Rotting Handwraps',28056,2,0,0,1,968,193,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28157,4,2,-1,'Black Leather Jerkin',16868,2,0,0,1,2112,422,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,3,3,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28158,4,2,-1,'Batskin Belt',28012,2,32768,0,1,1219,243,6,-1,-1,17,12,0,0,0,0,0,922,5,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28159,4,2,-1,'Undertaker\'s Gloves',28046,2,0,0,1,1223,244,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,3,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28160,4,3,-1,'An\'telas Scale Shirt',11563,2,0,0,1,2382,476,5,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,4,3,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28161,4,3,-1,'Tranquillien Scale Leggings',4339,2,0,0,1,2391,478,7,-1,-1,16,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28162,4,3,-1,'Tranquillien Defender\'s Girdle',6864,2,32768,0,1,1380,276,6,-1,-1,17,12,0,0,0,0,0,922,5,0,1,0,2,7,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28163,4,3,-1,'Maltendis\'s Handguards',6905,2,0,0,1,1385,277,10,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,2,5,2,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (28164,2,8,-1,'Tranquillien Flamberge',20087,2,32768,0,1,4381,876,17,-1,-1,15,10,0,0,0,0,0,922,4,0,1,0,2,5,2,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,44,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,16409,2,0,0.8,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28166,4,6,-1,'Shield of the Void',20900,3,0,0,1,230325,46065,14,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,7,24,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3234,0,0,0,0,0,0,0,0,0,23181,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,68,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28167,4,4,-1,'Sha\'tari Wrought Armguards',28824,3,0,0,1,155147,31029,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,18,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28168,4,0,-1,'Insignia of the Mag\'hari Hero',39210,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,31,14,32,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28169,4,1,-1,'Mag\'hari Ritualist\'s Horns',41972,3,0,0,1,120562,24112,1,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,4,5,16,32,15,31,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28170,4,3,-1,'Auchenai Bracers',24793,3,0,0,1,133679,26735,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28171,4,2,-1,'Spymistress\'s Wristguards',31620,3,0,0,1,111795,22359,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,15,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2926,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28172,4,2,-1,'Mag\'hari Scout\'s Tunic',31639,3,0,0,1,203126,40625,5,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,3,23,31,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28173,4,3,-1,'Mag\'hari Huntsman\'s Leggings',39666,3,0,0,1,244636,48927,7,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,4,3,16,7,18,5,12,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28174,4,1,-1,'Shattrath Wraps',4607,3,0,0,1,90413,18082,9,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28175,4,4,-1,'Mag\'hari Warlord\'s Legplates',32167,3,0,0,1,287443,57488,7,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,5,7,64,12,16,31,15,32,12,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28176,4,4,-1,'Sha\'tari Wrought Greaves',38702,3,0,0,1,221600,44320,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,4,24,3,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,2,0,8,0,0,0,2859,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28177,4,3,-1,'Auchenai Boots',32755,3,0,0,1,191887,38377,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28178,4,2,-1,'Spymistress\'s Boots',11571,3,0,0,1,159808,31961,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,15,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2895,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28179,4,1,-1,'Shattrath Jumpers',31140,3,0,0,1,128322,25664,8,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,25,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28180,4,4,-1,'Myrmidon\'s Headdress',32900,3,0,0,1,224988,44997,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,4,17,7,37,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,1,0,0,0,2927,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28181,4,3,-1,'Earthwarden\'s Coif',42213,3,0,0,1,193947,38789,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,25,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,1,0,0,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28182,4,2,-1,'Helm of the Claw',33901,3,0,0,1,162233,32446,1,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28183,4,1,-1,'Hydromancer\'s Headwrap',34690,3,0,0,1,130261,26052,1,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,1,0,0,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28184,2,7,-1,'Millennium Blade',41782,3,0,0,1,425502,85100,13,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,2,7,19,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28185,4,1,-1,'Khadgar\'s Kilt of Abjuration',42980,3,0,0,1,170836,34167,7,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,5,22,7,20,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,4,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28186,4,3,-1,'Laughing Skull Battle-Harness',43011,3,0,0,1,257208,51441,5,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,3,28,7,29,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28187,4,0,-1,'Star-Heart Lamp',43102,3,0,0,1,88181,22045,23,-1,-1,112,68,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28188,2,10,-1,'Bloodfire Greatstaff',37290,3,0,0,1,552875,110575,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,42,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (28189,2,7,-1,'Latro\'s Shifting Sword',41417,3,0,0,1,443927,88785,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,15,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,737,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28190,4,0,-1,'Scarab of the Infinite Cycle',43103,3,528384,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,60061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28191,4,1,-1,'Mana-Etched Vestments',43075,3,0,0,1,178855,35771,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,80,0,0,0,0,2,0,8,0,4,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28192,4,3,-1,'Helm of Desolation',43057,3,0,16,1,207190,41438,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,25,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,70,0,0,0,0,4,0,1,0,0,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28193,4,1,-1,'Mana-Etched Crown',43759,3,0,0,1,125405,25081,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,28869,1,0,0,-1,0,-1,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,658,50,0,0,0,0,2,0,1,0,0,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28194,4,3,-1,'Primal Surge Bracers',42939,3,0,0,1,125880,25176,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28202,4,2,-1,'Moonglade Robe',42456,3,0,0,1,216267,43253,20,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,25,7,16,5,17,6,14,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,100,0,0,0,0,2,0,4,0,8,0,2874,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28203,4,4,-1,'Breastplate of the Righteous',42352,3,0,0,1,303913,60782,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,135,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28204,4,2,-1,'Tunic of Assassination',42411,3,0,0,1,217894,43578,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,100,0,0,0,0,2,0,2,0,8,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28205,4,4,-1,'Breastplate of the Bold',42359,3,0,0,1,306161,61232,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,23,3,21,7,33,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,135,0,0,0,0,2,0,2,0,8,0,2932,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28206,4,2,-1,'Cowl of the Guiltless',44609,3,0,0,1,164625,32925,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,13,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28207,4,4,-1,'Pauldrons of the Crimson Flight',42846,3,0,0,1,230889,46177,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,40,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28209,12,0,-1,'Old Whitebark\'s Pendant',1399,1,2048,0,1,0,0,0,-1,-1,1,7,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33980,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28210,2,4,-1,'Bloodskull Destroyer',42212,3,0,0,1,457124,91424,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9332,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28211,4,0,-1,'Lieutenant\'s Signet of Lordaeron',43104,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,143,0,0,0,'',52,0,0,0,0,12340), (28212,4,1,-1,'Aran\'s Sorcerous Slacks',43028,3,0,0,1,184151,36830,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,28,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28213,4,0,-1,'Lordaeron Medical Guide',42566,3,0,0,1,137801,34450,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28214,4,2,-1,'Grips of the Lunar Eclipse',42971,3,0,0,1,104889,20977,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,25,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28215,4,3,-1,'Mok\'Nathal Mask of Battle',43013,3,0,0,1,189533,37906,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,21,5,21,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28216,2,4,-1,'Dathrohan\'s Ceremonial Hammer',41783,3,0,0,1,422813,84562,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,14,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (28217,4,0,-1,'Tarren Mill Vitality Locket',43105,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,35,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28218,4,1,-1,'Pontiff\'s Pantaloons of Prophecy',43002,3,0,0,1,170409,34081,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,27,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,8,0,8,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28219,4,3,-1,'Emerald-Scale Greaves',42892,3,0,0,1,256591,51318,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,28,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,8,0,8,0,4,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28220,4,2,-1,'Moon-Crown Antlers',64903,3,0,0,1,160963,32192,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,31,6,20,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28221,4,4,-1,'Boots of the Watchful Heart',42864,3,0,0,1,225772,45154,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,23,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28222,2,1,-1,'Reaver of the Infinites',41784,3,0,0,1,540613,108122,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,22,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2878,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28223,4,0,-1,'Arcanist\'s Stone',43108,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34000,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28224,4,2,-1,'Wastewalker Helm',47897,3,0,0,1,167759,33551,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,32,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,60,0,0,0,0,8,0,1,0,0,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28225,4,4,-1,'Doomplate Warhelm',43040,3,0,0,1,235268,47053,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,34,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,80,0,0,0,0,2,0,1,0,0,0,2873,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28226,2,15,-1,'Timeslicer',42560,3,0,0,1,450613,90122,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28227,4,0,-1,'Sparking Arcanite Ring',39124,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,13,5,14,31,10,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28228,4,3,-1,'Beast Lord Cuirass',42579,3,0,0,1,272294,54458,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,120,0,0,0,0,2,0,2,0,8,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28229,4,1,-1,'Incanter\'s Robe',42367,3,0,0,1,182181,36436,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,22,6,22,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,647,80,0,0,0,0,4,0,4,0,2,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28230,4,1,-1,'Hallowed Garments',42574,3,0,0,1,182832,36566,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,26,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,662,80,0,0,0,0,2,0,4,0,8,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28231,4,3,-1,'Tidefury Chestpiece',42567,3,0,0,1,275224,55044,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,22,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,120,0,0,0,0,8,0,4,0,4,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28232,4,1,-1,'Robe of Oblivion',42449,3,0,0,1,184116,36823,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,80,0,0,0,0,2,0,4,0,8,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28233,4,0,-1,'Necklace of Resplendent Hope',31889,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28234,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,8,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28235,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,1024,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28236,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,2,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28237,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,4,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28238,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,128,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28239,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,128,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28240,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,8,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28241,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,1024,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28242,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,2,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28243,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,4,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28244,4,0,-1,'Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,113,70,0,0,0,0,0,0,0,1,1,0,3,7,28,32,10,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2886,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28245,4,0,-1,'Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,113,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2884,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28246,4,0,-1,'Band of Triumph',39129,3,36864,0,1,0,0,11,262143,32767,100,70,0,0,0,0,0,0,0,1,1,0,3,7,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28247,4,0,-1,'Band of Dominance',39129,3,36864,0,1,0,0,11,262143,32767,100,70,0,0,0,0,0,0,0,1,1,0,2,7,27,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28248,4,9,-1,'Totem of the Void',43109,3,0,0,1,136134,27226,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34230,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28249,4,1,-1,'Capacitus\' Cloak of Calibration',43110,3,0,0,1,136622,27324,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,22,3,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28250,4,1,-1,'Vestia\'s Pauldrons of Inner Grace',43004,3,0,0,1,137110,27422,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28251,4,2,-1,'Boots of the Glade-Keeper',42961,3,0,0,1,171982,34396,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,24,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28252,4,1,-1,'Bloodfyre Robes of Annihilation',43029,3,0,0,1,184098,36819,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28253,2,6,-1,'Plasma Rat\'s Hyper-Scythe',41554,3,0,0,1,577343,115468,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,42,7,45,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28254,4,0,-1,'Warp Engineer\'s Prismatic Chain',35437,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,18,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28255,4,2,-1,'Lunar-Claw Pauldrons',42974,3,0,0,1,157895,31579,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28256,4,1,-1,'Thoriumweave Cloak',26431,3,0,0,1,130301,26060,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,312,0,0,0,'',52,0,0,0,0,12340), (28257,2,4,-1,'Hammer of the Penitent',41785,3,0,0,1,435965,87193,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,16,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (28258,2,16,-1,'Nethershrike',43111,3,4194304,0,1,175952,43988,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,179,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28259,4,0,-1,'Cosmic Lifeband',39121,3,524288,0,1,123465,30866,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28260,4,0,-1,'Manual of the Nethermancer',42564,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28262,4,4,-1,'Jade-Skull Breastplate',42838,3,0,0,1,310810,62162,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,30,7,50,12,25,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28263,2,0,-1,'Stellaris',41786,3,0,0,1,445643,89128,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28264,4,2,-1,'Wastewalker Tunic',43069,3,0,0,1,223635,44727,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,659,100,0,0,0,0,4,0,4,0,4,0,2877,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28265,4,0,-1,'Dath\'Remar\'s Ring of Defense',41448,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28266,4,3,-1,'Molten Earth Kilt',42919,3,0,0,1,270289,54057,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28267,2,7,-1,'Edge of the Cosmos',40855,3,0,0,1,452109,90421,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28268,4,2,-1,'Natural Mender\'s Wraps',42963,3,0,0,1,113434,22686,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,25,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28269,4,1,-1,'Baba\'s Cloak of Arcanistry',41396,3,0,0,1,136596,27319,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,15,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28270,9,8,-1,'Formula: Enchant Chest - Major Resilience',7798,2,64,0,1,60000,15000,0,-1,-1,69,0,333,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,33992,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase resilience rating by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28271,9,8,-1,'Formula: Enchant Gloves - Precise Strikes',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase hit rating by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28272,9,8,-1,'Formula: Enchant Gloves - Major Spellpower',7798,2,64,0,1,80000,20000,0,-1,-1,72,0,333,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase spell power by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28273,9,8,-1,'Formula: Enchant Gloves - Major Healing',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase spell power by 19. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28274,9,8,-1,'Formula: Enchant Cloak - Spell Penetration',7798,2,64,0,1,40000,10000,0,-1,-1,65,0,333,325,0,0,0,933,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase spell penetration by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28275,4,3,-1,'Beast Lord Helm',48247,3,0,0,1,194700,38940,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,650,70,0,0,0,0,2,0,1,0,0,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28276,9,8,-1,'Formula: Enchant Cloak - Greater Arcane Resistance',7798,3,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase arcane resistance by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28277,9,8,-1,'Formula: Enchant Cloak - Greater Shadow Resistance',7798,3,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase shadow resistance by 15. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28278,4,1,-1,'Incanter\'s Cowl',42370,3,0,0,1,131251,26250,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,15,5,27,6,17,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,647,50,0,0,0,0,4,0,1,0,0,0,2890,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28279,9,8,-1,'Formula: Enchant Boots - Cat\'s Swiftness',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34007,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Agility by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28280,9,8,-1,'Formula: Enchant Boots - Boar\'s Speed',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Stamina by 9. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28281,9,8,-1,'Formula: Enchant Weapon - Major Healing',7798,2,64,0,1,60000,15000,0,-1,-1,70,0,333,350,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase spell power by 40. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28282,9,8,-1,'Formula: Enchant Shield - Major Stamina',7798,1,64,0,1,40000,10000,0,-1,-1,65,0,333,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a shield to increase Stamina by 18. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28283,12,0,-1,'Soul Mirror',16265,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34063,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Used by the Auchenai priesthood to commune with spirits.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28284,0,5,-1,'Don Carlos Tequila',18079,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28285,4,4,-1,'Helm of the Righteous',42353,3,0,0,1,235176,47035,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,623,80,0,0,0,0,4,0,1,0,0,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28286,2,3,-1,'Telescopic Sharprifle',41433,3,0,0,1,337828,67565,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28287,12,0,-1,'Vial of Sedative Serum',2515,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28288,4,0,-1,'Abacus of Violent Odds',41449,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,33807,0,0,0,120000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28290,3,2,-1,'Smooth Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,301,-1,0,0,0,0,'',0,0,0,0,0,12340), (28291,9,10,-1,'Design: Smooth Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34069,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Smooth Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28292,12,0,-1,'Archmage Vargoth\'s Staff',39227,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although the staff shows no visible signs of age, you get the impression that it is quite old.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28293,2,8,-1,'High Warlord\'s Claymore',42069,3,36864,1,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,32,28,35,19,4,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28294,2,18,-1,'Gladiator\'s Heavy Crossbow',42385,4,36864,0,1,0,0,26,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,15,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,307,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,21436,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28295,2,7,-1,'Gladiator\'s Slicer',42379,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28296,4,7,-1,'Libram of the Lightbringer',39650,3,0,0,1,130261,26052,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28297,2,15,-1,'Gladiator\'s Spellblade',67267,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,41973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340), (28298,2,1,-1,'Gladiator\'s Decapitator',41560,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,48,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28299,2,5,-1,'Gladiator\'s Bonegrinder',41558,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,32,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28300,2,6,-1,'Gladiator\'s Painsaw',41562,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,48,32,35,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,313,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28301,4,1,-1,'Syrannis\' Mystic Sheen',35430,3,0,0,1,132690,26538,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,12,12,12,12,12,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,156,0,0,0,'',52,0,0,0,0,12340), (28302,2,4,-1,'Gladiator\'s Bonecracker',39278,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28303,4,0,-1,'Invoker\'s Signet',28682,2,0,0,1,1615,403,11,-1,-1,21,0,0,0,0,0,0,0,0,0,1,0,2,5,3,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (28304,4,1,-1,'Prismatic Mittens of Mending',43005,3,0,0,1,89427,17885,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,23,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28305,2,4,-1,'Gladiator\'s Pummeler',39278,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28306,4,3,-1,'Towering Mantle of the Hunt',43014,3,0,16,1,188944,37788,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28307,2,7,-1,'Gladiator\'s Quickblade',42379,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28308,2,0,-1,'Gladiator\'s Cleaver',41559,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28309,2,0,-1,'Gladiator\'s Hacker',41559,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28310,2,15,-1,'Gladiator\'s Shiv',42380,4,36864,0,1,0,0,22,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28311,2,7,-1,'Revenger',40856,3,0,0,1,426068,85213,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,34107,2,0,1.9,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28312,2,15,-1,'Gladiator\'s Shanker',42380,4,36864,0,1,0,0,13,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28313,2,13,-1,'Gladiator\'s Right Ripper',42759,4,36864,0,1,0,0,21,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,309,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28314,2,13,-1,'Gladiator\'s Left Ripper',42760,4,36864,0,1,0,0,22,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,21,32,15,35,10,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28315,2,13,-1,'Stormreaver Warblades',42173,3,0,0,1,432534,86506,22,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28316,4,6,-1,'Aegis of the Sunbird',43239,3,0,0,1,277863,55572,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28317,4,1,-1,'Energis Armwraps',42984,3,0,0,1,87157,17431,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28318,4,4,-1,'Obsidian Clodstompers',43043,3,0,0,1,229183,45836,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,34,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,4,0,0,0,2879,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28319,2,16,-1,'Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,15,32,11,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,248,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,14027,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28320,2,19,-1,'Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,11,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,414,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28321,4,0,-1,'Enchanted Thorium Torque',33808,3,0,0,1,35155,8788,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,13,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28322,2,15,-1,'Runed Dagger of Solace',43112,3,0,0,1,455496,91099,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,95,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,33273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (28323,4,0,-1,'Ring of Umbral Doom',24022,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28324,4,4,-1,'Gauntlets of Cruel Intention',42849,3,0,0,1,161480,32296,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,25,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28325,2,10,-1,'Dreamer\'s Dragonstaff',40355,3,0,0,1,575474,115094,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,38,92,3,27,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28327,4,0,-1,'Arcane Netherband',39121,3,528384,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28328,4,1,-1,'Mithril-Bark Cloak',43113,3,0,0,1,126355,25271,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28331,4,3,-1,'Gladiator\'s Chain Helm',42882,4,36864,0,1,0,0,1,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,49,3,34,32,20,35,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28332,4,3,-1,'Gladiator\'s Chain Leggings',40626,4,36864,0,1,0,0,7,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,53,3,35,32,19,35,31,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28333,4,3,-1,'Gladiator\'s Chain Spaulders',40628,4,36864,0,1,0,0,3,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,32,11,35,18,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28334,4,3,-1,'Gladiator\'s Chain Armor',40623,4,36864,0,1,0,0,5,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,51,3,27,32,18,35,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28335,4,3,-1,'Gladiator\'s Chain Gauntlets',40624,4,36864,0,1,0,0,10,4,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,41,3,26,32,14,35,18,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28336,12,0,-1,'Belmara\'s Tome',1103,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34140,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28337,4,4,-1,'Breastplate of Righteous Fury',42873,3,0,0,1,313151,62630,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,31,7,29,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,2,0,2,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28338,4,1,-1,'Devil-Stitched Leggings',42904,3,0,0,1,179594,35918,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28339,4,2,-1,'Boots of the Shifting Sands',43071,3,0,0,1,168980,33796,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28340,4,2,-1,'Mantle of Autumn',42964,3,0,0,1,169590,33918,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28341,2,10,-1,'Warpstaff of Arcanum',41788,3,0,0,1,567281,113456,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,31,16,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (28342,4,1,-1,'Warp Infused Drape',30868,3,0,0,1,182181,36436,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,8,0,4,0,2864,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28343,4,0,-1,'Jagged Bark Pendant',31899,3,0,0,1,41135,10283,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28344,4,3,-1,'Wyrmfury Pauldrons',42895,3,0,0,1,207335,41467,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28345,2,15,-1,'Warp Splinter\'s Thorn',43917,3,0,0,1,460291,92058,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,13,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,112,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28346,4,0,-1,'Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28347,4,2,-1,'Warpscale Leggings',43114,3,0,0,1,209757,41951,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,32,7,31,13,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28348,4,2,-1,'Moonglade Cowl',44610,3,0,0,1,157911,31582,1,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,4,24,3,8,7,18,5,25,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,637,60,0,0,0,0,8,0,1,0,0,0,2890,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28349,4,3,-1,'Tidefury Helm',42571,3,0,0,1,190226,38045,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,630,70,0,0,0,0,4,0,1,0,0,0,2869,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28350,4,4,-1,'Warhelm of the Bold',42362,3,0,0,1,222360,44472,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,24,3,22,7,23,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,653,80,0,0,0,0,8,0,1,0,0,0,2927,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28351,12,0,-1,'Dathric\'s Blade',39343,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34141,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28352,12,0,-1,'Luminrath\'s Mantle',39344,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34142,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28353,12,0,-1,'Cohlien\'s Cap',31176,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34144,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28355,4,8,-1,'Gladiator\'s Idol of Tenacity',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28356,4,7,-1,'Gladiator\'s Libram of Justice',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28357,4,9,-1,'Gladiator\'s Totem of the Third Wind',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28358,4,6,-1,'Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,2,7,45,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,134,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28359,12,0,-1,'Netherologist\'s Notes',9155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2984,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28360,3,0,-1,'Mighty Blood Garnet',7122,3,528384,1,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,321,-1,0,0,0,0,'',0,0,0,0,0,12340), (28361,3,0,-1,'Mighty Blood Garnet',7122,3,528384,2,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,322,-1,0,0,0,0,'',0,0,0,0,0,12340), (28362,3,0,-1,'Bold Ornate Ruby',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,323,-1,0,0,0,0,'',0,0,0,0,0,12340), (28363,3,5,-1,'Inscribed Ornate Topaz',7221,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,324,-1,0,0,0,0,'',0,0,0,0,0,12340), (28364,12,0,-1,'Etherlithium Matrix Crystal',35916,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wonder if it\'s safe to handle these while they\'re still glowing?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28367,2,8,-1,'Greatsword of Forlorn Visions',41789,3,0,0,1,524282,104856,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,4,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,34199,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28368,12,0,-1,'Sigil of Krasus',39432,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sigil seems to have been forged from an unearthly material and glows softly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28369,12,0,-1,'Battery Recharging Blaster',39944,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34219,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28370,4,0,-1,'Bangle of Endless Blessings',40413,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38334,1,0,0,-1,0,-1,34210,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28371,4,1,-1,'Netherfury Cape',43115,3,0,0,1,131264,26252,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,19,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28372,4,8,-1,'Idol of Feral Shadows',43117,3,0,0,1,131753,26350,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34241,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28373,4,1,-1,'Cloak of Scintillating Auras',23119,3,0,0,1,132241,26448,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,16,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28374,4,1,-1,'Mana-Sphere Shoulderguards',42983,3,0,0,1,132729,26545,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28375,4,4,-1,'Rubium War-Girdle',42848,3,0,0,1,156293,31258,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,31,7,29,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28376,12,0,-1,'B\'naar Personnel Roster',1102,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28377,4,1,-1,'Sergeant\'s Heavy Cloak',27088,4,36864,1,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,19,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28378,4,1,-1,'Sergeant\'s Heavy Cape',27088,4,36864,1,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,35,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28379,4,1,-1,'Sergeant\'s Heavy Cape',27088,4,36864,2,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,35,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28380,4,1,-1,'Sergeant\'s Heavy Cloak',27088,4,36864,2,1,0,0,16,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,19,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28381,4,4,-1,'General\'s Plate Bracers',30369,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,32,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28383,4,4,-1,'General\'s Plate Greaves',39546,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28384,4,3,-1,'Outland Striders',43059,3,0,0,1,207276,41455,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28385,4,4,-1,'General\'s Plate Belt',39544,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28386,2,19,-1,'Nether Core\'s Control Rod',44799,3,0,0,1,322058,64411,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28387,4,0,-1,'Lamp of Peaceful Repose',21962,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28388,7,4,-1,'TCHILTON TEST RUBY',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,361,-1,0,0,0,0,'',0,0,0,0,0,12340), (28389,7,4,-1,'TCHILTON TEST DAWNSTONE',18707,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,362,-1,0,0,0,0,'',0,0,0,0,0,12340), (28390,4,4,-1,'Thatia\'s Self-Correcting Gauntlets',42837,3,0,0,1,153429,30685,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,16,7,35,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28391,4,3,-1,'Worldfire Chestguard',42918,3,0,0,1,262503,52500,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,32,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28392,2,13,-1,'Reflex Blades',42174,3,0,0,1,439132,87826,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28393,2,5,-1,'Warmaul of Infused Light',39847,3,0,0,1,550950,110190,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,20,7,30,5,28,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,408,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28394,4,0,-1,'Ryngo\'s Band of Ingenuity',35423,3,524288,0,1,167612,41903,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28395,13,0,-1,'Shattered Halls Key',8042,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28396,4,2,-1,'Gloves of the Unbound',42952,3,0,0,1,111399,22279,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,27,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2862,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28397,2,18,-1,'Emberhawk Crossbow',41424,3,0,0,1,335387,67077,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,239,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28398,4,2,-1,'The Sleeper\'s Cord',42962,3,0,0,1,112202,22440,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,24,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28399,0,5,-1,'Filtered Draenic Water',40853,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28400,2,7,-1,'Warp-Storm Warblade',41790,3,0,0,1,452065,90413,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,12,13,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28401,4,3,-1,'Hauberk of Desolation',43054,3,0,16,1,252764,50552,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,660,120,0,0,0,0,4,0,4,0,2,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28402,4,1,-1,'General\'s Dreadweave Stalkers',41164,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28403,4,4,-1,'Doomplate Chestguard',43039,3,0,0,1,297170,59434,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,27,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,661,135,0,0,0,0,2,0,2,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28404,4,1,-1,'General\'s Dreadweave Belt',41475,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28405,4,1,-1,'General\'s Dreadweave Cuffs',41255,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28406,4,1,-1,'Sigil-Laced Boots',43082,3,0,0,1,128810,25762,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,18,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28407,4,0,-1,'Elementium Band of the Sentry',43120,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,12,20,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28408,2,16,-1,'Broken Silver Star',20772,2,4194304,0,1,37,9,25,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2300,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',22,0,0,0,0,12340), (28409,4,1,-1,'General\'s Silk Belt',40090,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28410,4,1,-1,'General\'s Silk Footguards',47914,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28411,4,1,-1,'General\'s Silk Cuffs',41265,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,17,32,12,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28412,4,0,-1,'Lamp of Peaceful Radiance',43118,3,0,0,1,88181,22045,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,13,5,14,31,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28413,4,1,-1,'Hallowed Crown',42764,3,0,0,1,132201,26440,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,24,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,662,50,0,0,0,0,8,0,1,0,0,0,2890,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28414,4,2,-1,'Helm of Assassination',42722,3,0,0,1,165862,33172,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,620,60,0,0,0,0,4,0,1,0,0,0,2871,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28415,4,1,-1,'Hood of Oblivion',44903,3,0,0,1,133178,26635,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,644,50,0,0,0,0,8,0,1,0,0,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28416,2,15,-1,'Hungering Spineripper',43246,3,0,0,1,445511,89102,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28417,12,0,-1,'Nether Ray Stinger',7987,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The stuff dripping out of the tip burns a hole... in the ground!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28418,4,0,-1,'Shiffar\'s Nexus-Horn',43122,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28419,4,0,-1,'Choker of Fluid Thought',35437,3,0,0,1,157880,39470,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (28420,0,8,-1,'Fel Weightstone',39548,1,64,0,1,3000,750,0,-1,-1,60,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34339,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28421,0,8,-1,'Adamantite Weightstone',39549,2,64,0,1,4000,1000,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34340,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28422,4,2,-1,'General\'s Leather Boots',41480,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28423,4,2,-1,'General\'s Leather Belt',41476,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28424,4,2,-1,'General\'s Leather Bracers',30801,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,3,19,32,7,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28425,2,7,-1,'Fireguard',41118,4,0,0,1,534212,106842,13,-1,-1,107,70,0,0,17039,0,0,0,0,0,1,0,3,7,23,3,16,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28426,2,7,-1,'Blazeguard',41390,4,0,0,1,608617,121723,13,-1,-1,123,70,0,0,17039,0,0,0,0,0,1,0,3,7,25,3,17,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28427,2,7,-1,'Blazefury',41389,4,0,0,1,669880,133976,13,-1,-1,136,70,0,0,17039,0,0,0,0,0,1,0,3,7,28,3,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28428,2,8,-1,'Lionheart Blade',39570,4,0,0,1,675320,135064,17,-1,-1,107,70,0,0,17039,0,0,0,0,1,1,0,2,4,47,3,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,474,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,34514,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28429,2,8,-1,'Lionheart Champion',39572,4,0,0,1,769345,153869,17,-1,-1,123,70,0,0,17039,0,0,0,0,1,1,0,2,4,49,3,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,34514,1,0,0,-1,0,-1,34513,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28430,2,8,-1,'Lionheart Executioner',39571,4,0,0,1,846839,169367,17,-1,-1,136,70,0,0,17039,0,0,0,0,1,1,0,2,4,52,3,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,34515,1,0,0,-1,0,-1,34513,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28431,2,0,-1,'The Planar Edge',41628,4,0,0,1,546300,109260,13,-1,-1,107,70,0,0,17041,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28432,2,0,-1,'Black Planar Edge',41629,4,0,0,1,622336,124467,13,-1,-1,123,70,0,0,17041,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,320,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28433,2,0,-1,'Wicked Edge of the Planes',41630,4,0,0,1,703115,140623,13,-1,-1,136,70,0,0,17041,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28434,2,1,-1,'Lunar Crescent',39576,4,0,0,1,708698,141739,17,-1,-1,107,70,0,0,17041,0,0,0,0,1,1,0,1,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,487,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28435,2,1,-1,'Mooncleaver',39577,4,0,0,1,807150,161430,17,-1,-1,123,70,0,0,17041,0,0,0,0,1,1,0,1,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,527,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28436,2,1,-1,'Bloodmoon',39578,4,0,0,1,888296,177659,17,-1,-1,136,70,0,0,17041,0,0,0,0,1,1,0,1,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,564,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28437,2,4,-1,'Drakefist Hammer',39579,4,0,0,1,573002,114600,13,-1,-1,107,70,0,0,17040,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28438,2,4,-1,'Dragonmaw',45769,4,0,0,1,652642,130528,13,-1,-1,123,70,0,0,17040,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,320,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28439,2,4,-1,'Dragonstrike',39581,4,0,0,1,649707,129941,13,-1,-1,136,70,0,0,17040,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,21165,2,0,1.5,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28440,2,5,-1,'Thunder',39582,4,0,0,1,655060,131012,17,-1,-1,107,70,0,0,17040,0,0,0,0,1,1,0,3,4,37,7,55,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,500,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28441,2,5,-1,'Deep Thunder',39583,4,0,0,1,746351,149270,17,-1,-1,123,70,0,0,17040,0,0,0,0,1,1,0,3,4,37,7,55,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,34510,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28442,2,5,-1,'Stormherald',39584,4,0,0,1,821622,164324,17,-1,-1,136,70,0,0,17040,0,0,0,0,1,1,0,3,4,42,7,61,3,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,579,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,34510,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28443,4,2,-1,'General\'s Dragonhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28444,4,2,-1,'General\'s Dragonhide Boots',41478,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28445,4,2,-1,'General\'s Dragonhide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,4,16,3,13,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (28446,4,2,-1,'General\'s Wyrmhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28447,4,2,-1,'General\'s Wyrmhide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28448,4,2,-1,'General\'s Wyrmhide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28449,4,3,-1,'General\'s Chain Sabatons',40631,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28450,4,3,-1,'General\'s Chain Girdle',40630,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28451,4,3,-1,'General\'s Chain Bracers',41250,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,3,18,35,11,32,7,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28452,12,0,-1,'Bloodgem Shard',34364,1,64,0,1,700,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34367,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28453,4,2,-1,'Bracers of the White Stag',40492,4,0,0,1,150747,30149,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,18,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28454,4,3,-1,'Stalker\'s War Bands',40494,4,0,0,1,181529,36305,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,21,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28455,12,0,-1,'Archmage Vargoth\'s Staff',39227,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34372,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Although the staff shows no visible signs of age, you get the impression that it is quite old.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28457,12,0,-1,'Ethereal Technology',23475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Goblins and ethereal technology should mix well...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28458,3,0,-1,'Bold Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,381,-1,0,0,0,0,'',0,0,0,0,0,12340), (28459,3,0,-1,'Delicate Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,382,-1,0,0,0,0,'',0,0,0,0,0,12340), (28460,3,0,-1,'Teardrop Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,383,-1,0,0,0,0,'',0,0,0,0,0,12340), (28461,3,0,-1,'Runed Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,384,-1,0,0,0,0,'',0,0,0,0,0,12340), (28462,3,0,-1,'Bright Tourmaline',20977,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,385,-1,0,0,0,0,'',0,0,0,0,0,12340), (28463,3,1,-1,'Solid Zircon',6673,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,386,-1,0,0,0,0,'',0,0,0,0,0,12340), (28464,3,1,-1,'Sparkling Zircon',6673,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,387,-1,0,0,0,0,'',0,0,0,0,0,12340), (28465,3,1,-1,'Lustrous Zircon',6673,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,388,-1,0,0,0,0,'',0,0,0,0,0,12340), (28466,3,2,-1,'Brilliant Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,389,-1,0,0,0,0,'',0,0,0,0,0,12340), (28467,3,2,-1,'Smooth Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,390,-1,0,0,0,0,'',0,0,0,0,0,12340), (28468,3,2,-1,'Rigid Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,391,-1,0,0,0,0,'',0,0,0,0,0,12340), (28469,3,2,-1,'Gleaming Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,392,-1,0,0,0,0,'',0,0,0,0,0,12340), (28470,3,2,-1,'Thick Amber',35016,1,0,0,1,20000,5000,0,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,393,-1,0,0,0,0,'',0,0,0,0,0,12340), (28472,12,0,-1,'Krasus\'s Compendium - Chapter 1',3331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28473,12,0,-1,'Krasus\'s Compendium - Chapter 2',2616,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28474,12,0,-1,'Krasus\'s Compendium - Chapter 3',39631,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28475,12,0,-1,'Heliotrope Oculus',40586,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28476,2,5,-1,'Gladiator\'s Maul',41558,4,36864,0,1,0,0,17,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,38,64,32,35,35,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,189,285,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28477,4,1,-1,'Harbinger Bands',40489,4,0,0,1,122298,24459,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28478,15,0,-1,'To\'arch\'s Primers',41644,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34387,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28479,12,0,-1,'Stone of Glacius',38758,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This smooth, timeworn stone summons Archmage Vargoth\'s familiar, Glacius.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28481,15,5,-1,'Brown Elekk',39653,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34406,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28482,15,5,-1,'Great Elite Elekk',39654,4,0,8192,1,100000,25000,0,262143,2098253,40,40,0,0,33391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34407,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (28483,4,4,-1,'Breastplate of Kings',39661,4,0,0,1,381179,76235,5,-1,-1,107,70,0,0,9788,0,0,0,0,0,1,0,4,4,31,7,46,32,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28484,4,4,-1,'Bulwark of Kings',39660,4,0,0,1,447102,89420,5,-1,-1,127,70,0,0,9788,0,0,0,0,0,1,0,4,4,35,7,55,32,37,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1595,0,0,0,0,0,0,0,0,0,34511,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28485,4,4,-1,'Bulwark of the Ancient Kings',39659,4,0,0,1,510304,102060,5,-1,-1,146,70,0,0,9788,0,0,0,0,0,1,0,4,4,40,7,56,32,41,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,34511,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28486,0,5,-1,'Moser\'s Magnificent Muffin',21203,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (28489,2,4,-1,'Monster - Work Wrench, Ethereal (Red Glow)',39679,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (28490,12,0,-1,'Shaffar\'s Wrappings',39456,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28491,4,1,-1,'Windwalker\'s Footwraps',39368,3,0,0,1,112322,22464,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,141,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28492,4,2,-1,'Talonite\'s Boots',39694,3,0,0,1,140898,28179,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,142,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28493,4,3,-1,'Dreadhawk\'s Schynbald',39706,3,0,0,1,170443,34088,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,143,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28494,4,4,-1,'Ravenguard\'s Greaves',39709,3,0,0,1,198305,39661,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,661,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,144,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (28495,4,1,-1,'Windwalker\'s Sash',39700,2,0,0,1,66292,13258,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,141,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28496,4,2,-1,'Talonite\'s Belt',39701,2,0,0,1,83161,16632,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,142,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28497,4,3,-1,'Dreadhawk\'s Girdle',39705,2,0,0,1,93079,18615,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,143,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28498,4,4,-1,'Ravenguard\'s Baldric',39708,2,0,0,1,109629,21925,6,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,144,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (28499,15,0,-1,'Arakkoa Hunter\'s Supplies',2588,1,4,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28500,12,0,-1,'Fossil Oil',39707,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28501,0,5,-1,'Ravager Egg Omelet',39716,1,0,0,1,100,25,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18234,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You aren\'t really going to eat that, are you?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28502,4,4,-1,'Vambraces of Courage',40496,4,0,0,1,203828,40765,9,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,15,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,28112,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28503,4,3,-1,'Whirlwind Bracers',40495,4,0,0,1,174351,34870,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28504,2,18,-1,'Steelhawk Crossbow',41421,4,0,0,1,437505,87501,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,288,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28505,4,4,-1,'Gauntlets of Renewed Hope',45870,4,0,0,1,206099,41219,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28506,4,2,-1,'Gloves of Dexterous Manipulation',43427,4,0,0,1,146920,29384,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,35,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,3092,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28507,4,1,-1,'Handwraps of Flowing Thought',43428,4,0,0,1,117958,23591,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28508,4,1,-1,'Gloves of Saintly Blessings',43429,4,0,0,1,118392,23678,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,25,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28509,4,0,-1,'Worgen Claw Necklace',34034,4,0,0,1,515451,128862,2,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,3,20,7,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28510,4,0,-1,'Spectral Band of Innervation',24646,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28511,4,1,-1,'Bands of Indwelling',40490,4,0,0,1,119682,23936,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28512,4,4,-1,'Bracers of Justice',40497,4,0,0,1,211405,42281,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28513,0,0,-1,'Demonic Rune Stone',33970,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28514,4,2,-1,'Bracers of Maliciousness',42248,4,0,0,1,140424,28084,9,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28515,4,1,-1,'Bands of Nefarious Deeds',40491,4,0,0,1,112773,22554,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28516,4,0,-1,'Barbed Choker of Discipline',34274,4,0,0,1,345774,86443,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,13,21,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28517,4,1,-1,'Boots of Foretelling',42327,4,0,0,1,170462,34092,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,23,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28518,4,4,-1,'Iron Gauntlets of the Maiden',45860,4,0,0,1,200752,40150,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,12,16,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2972,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28519,4,3,-1,'Gloves of Quickening',45878,4,0,0,1,171747,34349,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,24,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28520,4,3,-1,'Gloves of Centering',45877,4,0,0,1,172398,34479,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28521,4,2,-1,'Mitts of the Treemender',43441,4,0,0,1,144207,28841,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,22,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28522,2,4,-1,'Shard of the Virtuous',45798,4,0,0,1,578941,115788,21,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,129,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,40107,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340), (28523,4,9,-1,'Totem of Healing Rains',43430,4,0,0,1,174333,34866,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38322,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28524,2,15,-1,'Emerald Ripper',37063,4,0,0,1,583281,116656,13,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,3,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,189,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28525,4,0,-1,'Signet of Unshakable Faith',41657,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,21,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28526,12,0,-1,'Etherlithium Matrix Crystals',20977,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well, they sure do sound important.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28527,12,0,-1,'Mana Wraith Essence',6371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Clearly these can be used to jump-start the engines.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28528,4,0,-1,'Moroes\' Lucky Pocket Watch',43431,4,524288,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34519,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28529,4,1,-1,'Royal Cloak of Arathi Kings',34337,4,0,0,1,178204,35640,16,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,26,7,31,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28530,4,0,-1,'Brooch of Unquenchable Fury',34303,4,0,0,1,353421,88355,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28531,2,16,-1,'Barbed Shrike',39991,2,4194304,0,1,107236,26809,25,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28532,2,16,-1,'Silver Throwing Knives',39992,2,4194304,0,1,110712,27678,25,-1,-1,84,58,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28533,2,16,-1,'Wooden Boomerang',41459,2,4194304,0,1,114184,28546,25,-1,-1,87,59,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28534,2,16,-1,'Fel Tipped Dart',39995,2,4194304,0,1,117660,29415,25,-1,-1,90,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,138,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28535,2,16,-1,'Amani Throwing Axe',39996,2,4194304,0,1,121136,30284,25,-1,-1,93,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,141,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28536,2,16,-1,'Jagged Guillotine',39997,2,4194304,0,1,124616,31154,25,-1,-1,96,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,144,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28537,2,16,-1,'Wildhammer Throwing Axe',39998,2,4194304,0,1,128092,32023,25,-1,-1,99,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (28538,2,16,-1,'Forked Shuriken',39999,2,4194304,0,1,131564,32891,25,-1,-1,102,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,155,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28539,2,16,-1,'Razor-Edged Boomerang',44586,2,4194304,0,1,135040,33760,25,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,161,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28540,2,16,-1,'Arakkoa Talon-Axe',40001,2,4194304,0,1,138516,34629,25,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28541,2,16,-1,'Sawshrike',40002,2,4194304,0,1,141992,35498,25,-1,-1,111,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,172,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28542,2,16,-1,'Heartseeker Knives',40003,2,4194304,0,1,145472,36368,25,-1,-1,114,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28543,2,16,-1,'Dreghood Throwing Axe',40004,2,4194304,0,1,148944,37236,25,-1,-1,117,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28544,2,16,-1,'Assassin\'s Shuriken',40005,2,4194304,0,1,152420,38105,25,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (28545,4,2,-1,'Edgewalker Longboots',43442,4,0,0,1,219500,43900,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,28,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28547,12,0,-1,'Elemental Power Extractor',31199,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34520,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28548,12,0,-1,'Elemental Power',39827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A solid lump of elemental essence. What more could an engineer want?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28550,12,0,-1,'Flaming Torch',35178,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34526,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (28551,12,0,-1,'Fel Reaver Part',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Small is a relative term. Maybe Mama Wheeler would like to lug these around?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28552,12,0,-1,'A Mysterious Tome',1317,1,0,1,1,0,0,0,262143,32767,58,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A strange book, written in a ghostly ink.',0,0,0,10229,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28553,4,0,-1,'Band of the Exorcist',39129,4,36864,0,1,0,0,11,262143,32767,95,67,0,0,0,0,0,0,0,1,1,0,4,7,24,32,16,35,11,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28554,0,0,-1,'Shredder Spare Parts',39848,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28555,4,0,-1,'Seal of the Exorcist',39129,4,36864,0,1,0,0,11,262143,32767,95,67,0,0,0,0,0,0,0,1,1,0,3,7,24,31,12,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28556,3,6,-1,'Swift Windfire Diamond',39205,3,528384,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,401,-1,0,0,0,0,'',0,0,0,0,0,12340), (28557,3,6,-1,'Swift Starfire Diamond',39205,3,528384,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,402,-1,0,0,0,0,'',0,0,0,0,0,12340), (28558,12,0,-1,'Spirit Shard',39857,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shard pulses with energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28559,4,4,-1,'Exorcist\'s Plate Helm',27338,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,4,25,32,25,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,0,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28560,4,4,-1,'Exorcist\'s Lamellar Helm',27338,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,5,16,32,16,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,0,0,0,0,3204,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28561,4,2,-1,'Exorcist\'s Leather Helm',37894,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,33,3,27,35,14,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,0,0,0,0,2973,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28562,12,0,-1,'Unyielding Battle Horn',24188,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn that has seen many battles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28563,12,0,-1,'Doomclaw\'s Hand',39859,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Still sharp, and interestingly, trying to move around.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28564,12,0,-1,'Energy Isolation Cube',41533,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An incredible amount of energy seems isolated and buffered in this thin-walled container, through the use of some unknown technology.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28565,4,1,-1,'Nethershard Girdle',40507,4,0,0,1,120163,24032,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,30,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28566,4,4,-1,'Crimson Girdle of the Indomitable',40515,4,0,0,1,212251,42450,6,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,20,7,36,12,24,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2870,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28567,4,3,-1,'Belt of Gale Force',40513,4,0,0,1,181529,36305,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28568,4,8,-1,'Idol of the Avian Heart',43434,4,0,0,1,182181,36436,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38321,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28569,4,4,-1,'Boots of Valiance',42332,4,0,0,1,319346,63869,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,28,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28570,4,1,-1,'Shadow-Cloak of Dalaran',34239,4,0,0,1,183483,36696,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28571,0,0,-1,'Blank Scroll',2571,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28572,2,15,-1,'Blade of the Unrequited',42286,4,0,0,1,557182,111436,13,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,7,13,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,168,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9330,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28573,2,8,-1,'Despair',39957,4,0,0,1,699190,139838,17,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,4,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,479,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,34580,2,0,0.65,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28574,4,2,-1,'Exorcist\'s Dragonhide Helm',37894,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,4,23,35,12,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,0,0,0,0,2973,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28575,4,2,-1,'Exorcist\'s Wyrmhide Helm',37894,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,3,7,35,5,16,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,0,0,0,0,2900,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28576,4,3,-1,'Exorcist\'s Chain Helm',32133,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,5,7,35,3,20,35,12,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,0,0,0,0,2893,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28577,4,3,-1,'Exorcist\'s Linked Helm',32133,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,5,7,30,4,24,32,22,35,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,0,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28578,4,1,-1,'Masquerade Gown',43448,4,0,0,1,234251,46850,20,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,34,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,34584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28579,4,0,-1,'Romulo\'s Poison Vial',39888,4,0,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34586,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28580,0,0,-1,'B\'naar Console Transcription',2616,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28581,2,3,-1,'Wolfslayer Sniper Rifle',41430,4,0,0,1,444103,88820,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,278,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28582,4,1,-1,'Red Riding Hood\'s Cloak',38976,4,0,0,1,178274,35654,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28583,4,3,-1,'Big Bad Wolf\'s Head',31117,4,0,0,1,268388,53677,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,40,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28584,2,13,-1,'Big Bad Wolf\'s Paw',30595,4,0,0,1,598589,119717,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,3,17,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28585,4,1,-1,'Ruby Slippers',39899,4,64,0,1,180227,36045,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,29,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,39937,0,0,0,-1,1176,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s no place like home.',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28586,4,1,-1,'Wicked Witch\'s Hat',45369,4,0,0,1,180861,36172,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28587,2,1,-1,'Legacy',39421,4,0,0,1,756301,151260,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,46,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,479,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15826,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Legend tells of this axe being wielded by Draenei exarchs since the time of their banishment from Argus.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28588,2,19,-1,'Blue Diamond Witchwand',43491,4,0,0,1,455408,91081,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,314,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28589,4,3,-1,'Beastmaw Pauldrons',45856,4,0,0,1,275413,55082,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28590,4,0,-1,'Ribbon of Sacrifice',43456,4,0,0,1,364641,91160,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38332,0,0,0,120000,0,-1,18044,1,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28591,4,2,-1,'Earthsoul Leggings',43451,4,0,0,1,306831,61366,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,30,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28592,4,7,-1,'Libram of Souls Redeemed',34959,4,0,0,1,184749,36949,28,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60800,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28593,4,4,-1,'Eternium Greathelm',45858,4,0,0,1,293039,58607,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,31,7,48,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28594,4,1,-1,'Trial-Fire Trousers',43453,4,0,0,1,230779,46155,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28595,3,0,-1,'Bright Blood Garnet',35930,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,421,-1,0,0,0,0,'',0,0,0,0,0,12340), (28596,9,10,-1,'Design: Bright Blood Garnet',1102,1,64,0,1,50000,12500,0,-1,-1,61,0,755,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bright Blood Garnet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28597,4,4,-1,'Panzar\'Thar Breastplate',45864,4,0,0,1,408379,81675,5,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,51,12,26,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,8,0,8,0,2972,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28598,12,0,-1,'Fel Reaver Construction Manual',9129,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (28599,4,3,-1,'Scaled Breastplate of Carnage',45881,4,0,0,1,352643,70528,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,38,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28600,4,2,-1,'Stonebough Jerkin',43462,4,0,0,1,294954,58990,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28601,4,2,-1,'Chestguard of the Conniver',43463,4,0,0,1,296010,59202,5,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,36,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28602,4,1,-1,'Robe of the Elder Scribes',43469,4,0,0,1,237676,47535,20,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,29,6,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,34598,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28603,4,0,-1,'Talisman of Nightbane',42562,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,19,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28604,2,10,-1,'Nightstaff of the Everliving',40899,4,0,0,1,748090,149618,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,34,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340), (28605,4,3,-1,'General\'s Linked Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,38,38,35,10,32,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28606,4,6,-1,'Shield of Impenetrable Darkness',40865,4,0,0,1,385800,77160,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,28112,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28607,0,0,-1,'Sunfury Disguise',39940,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34603,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28608,4,4,-1,'Ironstriders of Urgency',45861,4,0,0,1,318117,63623,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,33,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28609,4,0,-1,'Emberspur Talisman',31899,4,0,0,1,411111,102777,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28610,4,3,-1,'Ferocious Swift-Kickers',45876,4,0,0,1,256856,51371,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28611,4,6,-1,'Dragonheart Flameshield',42406,4,0,0,1,365079,73015,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28612,4,1,-1,'Pauldrons of the Solace-Giver',45873,4,0,0,1,171764,34352,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,28,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28613,4,3,-1,'Grand Marshal\'s Chain Armor',41196,3,36864,2,1,0,0,5,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28614,4,3,-1,'Grand Marshal\'s Chain Gauntlets',41198,3,36864,2,1,0,0,10,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28615,4,3,-1,'Grand Marshal\'s Chain Helm',41200,3,36864,2,1,0,0,1,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28616,4,3,-1,'Grand Marshal\'s Chain Leggings',41201,3,36864,2,1,0,0,7,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28617,4,3,-1,'Grand Marshal\'s Chain Spaulders',41202,3,36864,2,1,0,0,3,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,595,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28618,4,2,-1,'Grand Marshal\'s Dragonhide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,11,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28619,4,2,-1,'Grand Marshal\'s Dragonhide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28620,4,2,-1,'Grand Marshal\'s Dragonhide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,4,23,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (28621,4,4,-1,'Wrynn Dynasty Greaves',45867,4,0,0,1,414373,82874,7,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,24,7,48,12,27,13,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28622,4,2,-1,'Grand Marshal\'s Dragonhide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,13,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28623,4,2,-1,'Grand Marshal\'s Dragonhide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,601,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28624,4,1,-1,'Grand Marshal\'s Dreadweave Gloves',41203,3,36864,2,1,0,0,10,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28625,4,1,-1,'Grand Marshal\'s Dreadweave Hood',42194,3,36864,2,1,0,0,1,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28626,4,1,-1,'Grand Marshal\'s Dreadweave Leggings',41205,3,36864,2,1,0,0,7,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28627,4,1,-1,'Grand Marshal\'s Dreadweave Mantle',41206,3,36864,2,1,0,0,3,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28628,4,1,-1,'Grand Marshal\'s Dreadweave Robe',41207,3,36864,2,1,0,0,20,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,591,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28629,4,3,-1,'General\'s Linked Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28630,4,3,-1,'General\'s Linked Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28631,4,3,-1,'Dragon-Quake Shoulderguards',45882,4,0,0,1,257784,51556,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28632,9,4,-1,'Plans: Adamantite Weightstone',1102,1,64,0,1,60000,15000,0,-1,-1,70,0,164,350,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,34608,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Weightstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28633,2,10,-1,'Staff of Infinite Mysteries',40370,4,0,0,1,718325,143665,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,61,5,51,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340), (28634,12,0,-1,'Scrap Reaver X6000 Controller',35133,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34630,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28635,0,0,-1,'Sunfury Arcanist Robes',39946,1,2147485696,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28636,0,0,-1,'Sunfury Researcher Gloves',30891,1,2147485696,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28637,0,0,-1,'Sunfury Guardsman Medallion',4776,1,2147485696,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28638,4,3,-1,'General\'s Mail Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,12,35,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28639,4,3,-1,'General\'s Mail Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28640,4,3,-1,'General\'s Mail Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28641,4,4,-1,'General\'s Lamellar Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28642,4,4,-1,'General\'s Lamellar Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28643,4,4,-1,'General\'s Lamellar Bracers',41257,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,32,14,5,12,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28644,4,4,-1,'General\'s Scaled Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28645,4,4,-1,'General\'s Scaled Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28646,4,4,-1,'General\'s Scaled Bracers',41262,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,22,4,26,32,7,5,11,35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28647,4,2,-1,'Forest Wind Shoulderpads',43476,4,0,0,1,210614,42122,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,28,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28649,4,0,-1,'Garona\'s Signet Ring',33728,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,3,20,7,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28651,12,0,-1,'Unyielding Battle Horn',24188,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34622,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn that has seen many battles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28652,4,1,-1,'Cincture of Will',40509,4,0,0,1,114486,22897,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,28,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28653,4,1,-1,'Shadowvine Cloak of Infusion',41396,4,0,0,1,172362,34472,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,21,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28654,4,1,-1,'Malefic Girdle',40508,4,0,0,1,115342,23068,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,26,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28655,4,2,-1,'Cord of Nature\'s Sustenance',40512,4,0,0,1,144720,28944,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,30,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28656,4,3,-1,'Girdle of the Prowler',40514,4,0,0,1,174315,34863,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,25,7,21,5,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28657,2,4,-1,'Fool\'s Bane',44823,4,0,0,1,583164,116632,13,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,296,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28658,2,10,-1,'Terestian\'s Stranglestaff',40369,4,0,0,1,751096,150219,17,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,4,38,76,3,37,7,48,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,411,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28659,2,16,-1,'Xavian Stiletto',45739,4,4198400,0,1,146756,36689,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,192,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28660,4,1,-1,'Gilded Thorium Cloak',24160,4,4096,0,1,181565,36313,16,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,288,0,0,0,'',67,0,0,0,0,12340), (28661,4,0,-1,'Mender\'s Heart-Ring',31655,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,7,18,5,21,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28662,4,4,-1,'Breastplate of the Lightbinder',45868,4,0,0,1,426649,85329,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28663,4,1,-1,'Boots of the Incorrupt',40500,4,0,0,1,183500,36700,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,24,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28664,15,0,-1,'Nitrin\'s Instructions',7630,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Read carefully...',2983,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28665,12,0,-1,'Mountain Gronn Eyeball',1504,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28666,4,4,-1,'Pauldrons of the Justice-Seeker',45865,4,0,0,1,293131,58626,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28667,12,0,-1,'Flawless Greater Windroc Beak',39962,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28668,12,0,-1,'Aged Clefthoof Blubber',22193,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28669,4,2,-1,'Rapscallion Boots',59593,4,0,0,1,212198,42439,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,26,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28670,4,1,-1,'Boots of the Infernal Coven',41484,4,4096,0,1,170409,34081,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28671,4,3,-1,'Steelspine Faceguard',43842,4,0,0,1,256591,51318,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,34,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28672,4,1,-1,'Drape of the Dark Reavers',43488,4,4096,0,1,171694,34338,16,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28673,2,19,-1,'Tirisfal Wand of Ascendancy',43916,4,0,0,1,430863,86172,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,10,5,9,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,314,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28674,4,0,-1,'Saberclaw Talisman',39210,4,0,0,1,353421,88355,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28675,4,0,-1,'Shermanar Great-Ring',26001,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,2,7,36,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,223,0,0,0,'',67,0,0,0,0,12340), (28676,12,0,-1,'Heart of Urtrak',3320,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The dark heart of Urtrak, commander of the southern wall of Zeth\'gor. ',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (28677,15,0,-1,'The Book of the Dead',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28679,4,4,-1,'Grand Marshal\'s Lamellar Chestpiece',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,12,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28680,4,4,-1,'Grand Marshal\'s Lamellar Gauntlets',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,13,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28681,4,4,-1,'Grand Marshal\'s Lamellar Helm',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,11,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28683,4,4,-1,'Grand Marshal\'s Lamellar Shoulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,12,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28684,4,2,-1,'Grand Marshal\'s Leather Gloves',41213,3,36864,2,1,0,0,10,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28685,4,2,-1,'Grand Marshal\'s Leather Helm',41797,3,36864,2,1,0,0,1,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28686,4,2,-1,'Grand Marshal\'s Leather Legguards',41215,3,36864,2,1,0,0,7,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28687,4,2,-1,'Grand Marshal\'s Leather Spaulders',41216,3,36864,2,1,0,0,3,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28688,4,2,-1,'Grand Marshal\'s Leather Tunic',41217,3,36864,2,1,0,0,5,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,605,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28689,4,3,-1,'Grand Marshal\'s Linked Armor',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,24,32,14,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28690,4,3,-1,'Grand Marshal\'s Linked Gauntlets',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28691,4,3,-1,'Grand Marshal\'s Linked Helm',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28692,4,3,-1,'Grand Marshal\'s Linked Leggings',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28693,4,3,-1,'Grand Marshal\'s Linked Spaulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,26,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,593,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28694,4,3,-1,'Grand Marshal\'s Mail Armor',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28695,4,3,-1,'Grand Marshal\'s Mail Gauntlets',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28696,4,3,-1,'Grand Marshal\'s Mail Helm',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28697,4,3,-1,'Grand Marshal\'s Mail Leggings',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28698,4,3,-1,'Grand Marshal\'s Mail Spaulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,603,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28699,4,4,-1,'Grand Marshal\'s Plate Chestpiece',41183,3,36864,2,1,0,0,5,1,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28700,4,4,-1,'Grand Marshal\'s Plate Gauntlets',26753,3,36864,2,1,0,0,10,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28701,4,4,-1,'Grand Marshal\'s Plate Helm',41184,3,36864,2,1,0,0,1,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28702,4,4,-1,'Grand Marshal\'s Plate Legguards',41185,3,36864,2,1,0,0,7,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28703,4,4,-1,'Grand Marshal\'s Plate Shoulders',41186,3,36864,2,1,0,0,3,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,590,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28704,4,1,-1,'Grand Marshal\'s Satin Gloves',41218,3,36864,2,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28705,4,1,-1,'Grand Marshal\'s Satin Hood',42195,3,36864,2,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28706,4,1,-1,'Grand Marshal\'s Satin Leggings',41220,3,36864,2,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28707,4,1,-1,'Grand Marshal\'s Satin Mantle',41221,3,36864,2,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28708,4,1,-1,'Grand Marshal\'s Satin Robe',41222,3,36864,2,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,597,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28709,4,4,-1,'Grand Marshal\'s Scaled Chestpiece',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28710,4,4,-1,'Grand Marshal\'s Scaled Gauntlets',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28711,4,4,-1,'Grand Marshal\'s Scaled Helm',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28712,4,4,-1,'Grand Marshal\'s Scaled Legguards',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28713,4,4,-1,'Grand Marshal\'s Scaled Shoulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,607,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28714,4,1,-1,'Grand Marshal\'s Silk Amice',41187,3,36864,2,1,0,0,3,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28715,4,1,-1,'Grand Marshal\'s Silk Cowl',42196,3,36864,2,1,0,0,1,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28716,4,1,-1,'Grand Marshal\'s Silk Handguards',41189,3,36864,2,1,0,0,10,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28717,4,1,-1,'Grand Marshal\'s Silk Raiment',41190,3,36864,2,1,0,0,20,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28718,4,1,-1,'Grand Marshal\'s Silk Trousers',41191,3,36864,2,1,0,0,7,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,599,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28719,4,2,-1,'Grand Marshal\'s Wyrmhide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28720,4,2,-1,'Grand Marshal\'s Wyrmhide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28721,4,2,-1,'Grand Marshal\'s Wyrmhide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (28722,4,2,-1,'Grand Marshal\'s Wyrmhide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28723,4,2,-1,'Grand Marshal\'s Wyrmhide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,609,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28724,4,4,-1,'Grand Marshal\'s Lamellar Legguards',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,15,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,589,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28725,12,0,-1,'Rune Activation Device',39984,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34646,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28726,4,1,-1,'Mantle of the Mind Flayer',45872,4,0,0,1,172415,34483,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28727,4,0,-1,'Pendant of the Violet Eye',35400,4,0,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29601,0,0,0,120000,0,-1,0,1,0,0,180000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28728,4,0,-1,'Aran\'s Soothing Sapphire',41454,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28729,2,7,-1,'Spiteblade',41414,4,0,0,1,581170,116234,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,308,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28730,4,0,-1,'Mithril Band of the Unscarred',28733,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,4,26,7,24,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28731,4,0,-1,'Shining Chain of the Afterworld',39212,4,0,0,1,411111,102777,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,21,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28732,4,2,-1,'Cowl of Defiance',44608,4,0,0,1,220358,44071,1,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,33,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28733,4,4,-1,'Girdle of Truth',40516,4,0,0,1,207606,41521,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28734,4,0,-1,'Jewel of Infinite Possibilities',41453,4,0,0,1,1015299,203059,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,18,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28735,4,3,-1,'Earthblood Chestguard',45875,4,0,0,1,356479,71295,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28738,2,10,-1,'Monster - Staff, Benediction',31347,1,1088,8192,1,0,0,17,16,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,15595), (28739,2,10,-1,'Monster - Staff, Anathema',31346,1,1088,8192,1,0,0,17,16,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,15595), (28740,4,3,-1,'Rip-Flayer Leggings',45880,4,0,0,1,337019,67403,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,30,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28741,4,2,-1,'Skulker\'s Greaves',43499,4,0,0,1,281934,56386,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,28,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28742,4,1,-1,'Pantaloons of Repentance',43500,4,0,0,1,226415,45283,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,34,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28743,4,4,-1,'Mantle of Abrahmis',45863,4,0,0,1,297741,59548,3,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,21,7,43,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28744,4,1,-1,'Uni-Mind Headdress',45874,4,0,0,1,171096,34219,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,5,40,32,25,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28745,4,0,-1,'Mithril Chain of Heroism',15420,4,0,0,1,411111,102777,2,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,28,3,22,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28746,4,3,-1,'Fiend Slayer Boots',42331,4,0,0,1,259746,51949,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,3,26,7,24,5,16,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28747,4,4,-1,'Battlescar Boots',42329,4,0,0,1,302259,60451,8,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,23,7,28,12,21,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2870,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28748,4,4,-1,'Legplates of the Innocent',45862,4,0,0,1,405259,81051,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,32,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28749,2,7,-1,'King\'s Defender',41416,4,0,0,1,581111,116222,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,28,12,13,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,182,0,0,0,0,182,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28750,4,2,-1,'Girdle of Treachery',40511,4,0,0,1,145820,29164,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,18,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28751,4,3,-1,'Heart-Flame Leggings',45879,4,0,0,1,351235,70247,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,4,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28752,4,2,-1,'Forestlord Striders',47479,4,0,0,1,220336,44067,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,27,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28753,4,0,-1,'Ring of Recurrence',9846,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,3,5,15,7,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28754,4,6,-1,'Triptych Shield of the Ancients',40867,4,0,0,1,378818,75763,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28755,4,2,-1,'Bladed Shoulderpads of the Merciless',43511,4,0,0,1,228584,45716,3,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,31,13,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28756,4,1,-1,'Headdress of the High Potentate',45871,4,0,0,1,183518,36703,1,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28757,4,0,-1,'Ring of a Thousand Marks',33864,4,0,0,1,454568,113642,11,32767,-1,125,70,0,0,0,0,0,0,0,1,1,0,3,7,21,32,23,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28758,4,3,-1,'Exorcist\'s Mail Helm',32133,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,5,16,32,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,0,0,0,0,3204,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28759,4,1,-1,'Exorcist\'s Dreadweave Hood',37311,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,3,7,34,5,25,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,1,0,0,0,0,0,2880,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28760,4,1,-1,'Exorcist\'s Silk Hood',37311,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,34,5,14,35,14,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,1,0,0,0,0,0,2880,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28761,4,4,-1,'Exorcist\'s Scaled Helm',27338,3,36864,0,1,0,0,1,262143,32767,100,66,0,0,0,0,0,0,0,0,1,0,4,7,30,4,29,32,18,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,0,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28762,4,0,-1,'Adornment of Stolen Souls',35358,4,0,0,1,411111,102777,2,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,5,20,7,18,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28763,4,0,-1,'Jade Ring of the Everliving',9847,4,4096,0,1,241024,60256,11,262143,32767,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28764,4,1,-1,'Farstrider Wildercloak',33096,4,0,0,1,184596,36919,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28765,4,1,-1,'Stainless Cloak of the Pure Hearted',43292,4,0,0,1,185299,37059,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28766,4,1,-1,'Ruby Drape of the Mysticant',38976,4,0,0,1,185982,37196,16,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28767,2,0,-1,'The Decapitator',40066,4,0,0,1,622283,124456,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,37208,0,0,0,180000,1141,10000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28768,2,15,-1,'Malchazeen',40937,4,0,0,1,624625,124925,13,32767,-1,125,70,0,0,0,0,0,0,0,1,1,0,2,7,16,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,199,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28769,12,0,-1,'The Keystone',40053,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28770,2,15,-1,'Nathrezim Mindblade',43098,4,0,0,1,629244,125848,21,32767,-1,125,70,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,125,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340), (28771,2,4,-1,'Light\'s Justice',40923,4,0,0,1,648357,129671,21,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,21,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,125,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,40151,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340), (28772,2,2,-1,'Sunfury Bow of the Phoenix',40859,4,0,0,1,488023,97604,15,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,314,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28773,2,1,-1,'Gorehowl',40922,4,4096,0,1,816300,163260,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,49,3,43,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,518,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The axe of Grom Hellscream has sown terror across hundreds of battlefields.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28774,2,6,-1,'Glaive of the Pit',40366,4,4096,0,1,819147,163829,17,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,532,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,34696,2,0,1.6,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28775,4,4,-1,'Thundering Greathelm',44840,4,0,0,1,344613,68922,1,1535,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,50,3,43,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1276,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28776,4,2,-1,'Liar\'s Tongue Gloves',43523,4,0,0,1,165000,33000,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,31,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28777,4,1,-1,'Cloak of the Pit Stalker',43525,4,4096,0,1,198702,39740,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,28,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28778,4,3,-1,'Terror Pit Girdle',43524,4,0,0,1,180381,36076,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28779,4,4,-1,'Girdle of the Endless Pit',43522,4,4096,0,1,212472,42494,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,30,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28780,4,1,-1,'Soul-Eater\'s Handwraps',43527,4,0,0,1,121191,24238,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28781,4,0,-1,'Karaborian Talisman',40783,4,0,0,1,1015299,203059,23,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,23,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28782,2,10,-1,'Crystalheart Pulse-Staff',41555,4,4096,0,1,763219,152643,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,297,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40151,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340), (28783,2,19,-1,'Eredar Wand of Obliteration',43915,4,4096,0,1,459687,91937,26,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,10,5,11,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28784,0,0,-1,'Unyielding Banner Scrap',23520,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28785,4,0,-1,'The Lightning Capacitor',35445,4,0,0,1,364641,91160,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37657,1,0,0,-1,0,-1,0,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28786,12,0,-1,'Apex\'s Crystal Focus',36693,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34717,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28787,12,0,-1,'Annihilator Servo',31200,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Is it a good idea to hand over something to the goblins with the word annihilator in it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28788,4,0,-1,'Tabard of the Protector',35396,1,0,0,1,0,0,19,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34750,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For Heroism at the Battle for the Dark Portal',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28789,4,0,-1,'Eye of Magtheridon',43528,4,4096,0,1,364641,91160,12,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,34749,1,0,0,-1,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28790,4,0,-1,'Naaru Lightwarden\'s Band',44357,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,2,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28791,4,0,-1,'Ring of the Recalcitrant',44841,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,2,3,24,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28792,4,0,-1,'A\'dal\'s Signet of Defense',39126,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,2,7,34,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28793,4,0,-1,'Band of Crimson Fury',39127,4,4096,0,1,241024,60256,11,262143,32767,125,0,0,0,0,0,0,0,0,1,1,0,3,7,22,5,22,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28794,2,1,-1,'Axe of the Gronn Lords',45804,4,4096,0,1,819068,163813,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,518,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28795,4,4,-1,'Bladespire Warbands',43529,4,4096,0,1,231474,46294,9,1535,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,20,7,16,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28796,4,2,-1,'Malefic Mask of the Shadows',44608,4,0,0,1,247476,49495,1,1535,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,45,32,42,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28797,4,1,-1,'Brute Cloak of the Ogre-Magi',29719,4,0,0,1,198664,39732,16,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28799,4,1,-1,'Belt of Divine Inspiration',42649,4,0,0,1,120710,24142,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28800,2,5,-1,'Hammer of the Naaru',43531,4,0,0,1,757286,151457,17,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,41,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,518,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28801,4,3,-1,'Maulgar\'s Warhelm',44884,4,0,0,1,273676,54735,1,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28802,2,7,-1,'Bloodmaw Magus-Blade',43036,4,4096,0,1,610512,122102,21,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,3,7,16,5,15,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,136,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-44.5,0,0,0,'',67,0,0,0,0,12340), (28803,4,2,-1,'Cowl of Nature\'s Breath',44896,4,4096,0,1,236109,47221,1,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,42,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28804,4,1,-1,'Collar of Cho\'gall',44566,4,0,0,1,189570,37914,1,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28805,4,3,-1,'High Warlord\'s Chain Armor',32103,3,36864,1,1,0,0,5,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28806,4,3,-1,'High Warlord\'s Chain Gauntlets',32100,3,36864,1,1,0,0,10,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28807,4,3,-1,'High Warlord\'s Chain Helm',32133,3,36864,1,1,0,0,1,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28808,4,3,-1,'High Warlord\'s Chain Leggings',32127,3,36864,1,1,0,0,7,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28809,4,3,-1,'High Warlord\'s Chain Spaulders',32128,3,36864,1,1,0,0,3,4,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,596,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28810,4,3,-1,'Windshear Boots',42334,4,0,0,1,291941,58388,8,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,32,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28811,4,2,-1,'High Warlord\'s Dragonhide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,12,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28812,4,2,-1,'High Warlord\'s Dragonhide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28813,4,2,-1,'High Warlord\'s Dragonhide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,4,22,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (28814,4,2,-1,'High Warlord\'s Dragonhide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,24,4,17,5,14,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28815,4,2,-1,'High Warlord\'s Dragonhide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,602,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28817,4,1,-1,'High Warlord\'s Dreadweave Gloves',37308,3,36864,1,1,0,0,10,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28818,4,1,-1,'High Warlord\'s Dreadweave Hood',37311,3,36864,1,1,0,0,1,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28819,4,1,-1,'High Warlord\'s Dreadweave Leggings',41223,3,36864,1,1,0,0,7,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28820,4,1,-1,'High Warlord\'s Dreadweave Mantle',37312,3,36864,1,1,0,0,3,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28821,4,1,-1,'High Warlord\'s Dreadweave Robe',37313,3,36864,1,1,0,0,20,256,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,592,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28822,4,0,-1,'Teeth of Gruul',43535,4,0,0,1,411111,102777,2,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,5,21,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28823,4,0,-1,'Eye of Gruul',31839,4,4096,0,1,364641,91160,12,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,37705,1,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28824,4,4,-1,'Gauntlets of Martial Perfection',43435,4,4096,0,1,222407,44481,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,4,36,7,34,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,982,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28825,4,6,-1,'Aldori Legacy Defender',40862,4,0,0,1,405875,81175,14,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,4,7,39,12,13,4,15,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5279,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,137,0,120,0,0,0,0,8,0,0,0,0,0,2976,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28826,2,16,-1,'Shuriken of Negation',43543,4,4198400,0,1,146756,36689,25,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,173,0,0,0,0,0,0,0,0,0,0,0,1200,0,100,15809,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28827,4,3,-1,'Gauntlets of the Dragonslayer',43436,4,4096,0,1,191640,38328,10,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28828,4,2,-1,'Gronn-Stitched Girdle',43542,4,4096,0,1,160285,32057,6,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28829,12,0,-1,'Arklon Crystal Artifact',6563,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hopefully this is the one that the nether-stalker is looking for.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28830,4,0,-1,'Dragonspine Trophy',1503,4,4096,0,1,364641,91160,12,-1,-1,125,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,34774,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28831,4,4,-1,'High Warlord\'s Lamellar Chestpiece',41247,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,12,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28832,4,4,-1,'High Warlord\'s Lamellar Gauntlets',41248,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,13,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28833,4,4,-1,'High Warlord\'s Lamellar Helm',42199,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,11,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28834,4,4,-1,'High Warlord\'s Lamellar Legguards',41249,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,15,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28835,4,4,-1,'High Warlord\'s Lamellar Shoulders',41228,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,12,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,587,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28836,4,2,-1,'High Warlord\'s Leather Gloves',37893,3,36864,1,1,0,0,10,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28837,4,2,-1,'High Warlord\'s Leather Helm',37894,3,36864,1,1,0,0,1,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28838,4,2,-1,'High Warlord\'s Leather Legguards',37895,3,36864,1,1,0,0,7,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28839,4,2,-1,'High Warlord\'s Leather Spaulders',37898,3,36864,1,1,0,0,3,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28840,4,2,-1,'High Warlord\'s Leather Tunic',37897,3,36864,1,1,0,0,5,8,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,606,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28841,4,3,-1,'High Warlord\'s Linked Armor',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,24,32,14,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28842,4,3,-1,'High Warlord\'s Linked Gauntlets',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28843,4,3,-1,'High Warlord\'s Linked Helm',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28844,4,3,-1,'High Warlord\'s Linked Leggings',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28845,4,3,-1,'High Warlord\'s Linked Spaulders',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,38,26,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,594,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28846,4,3,-1,'High Warlord\'s Mail Armor',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28847,4,3,-1,'High Warlord\'s Mail Gauntlets',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28848,4,3,-1,'High Warlord\'s Mail Helm',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28849,4,3,-1,'High Warlord\'s Mail Leggings',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28850,4,3,-1,'High Warlord\'s Mail Spaulders',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,604,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28851,4,4,-1,'High Warlord\'s Plate Chestpiece',37299,3,36864,1,1,0,0,5,1,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28852,4,4,-1,'High Warlord\'s Plate Gauntlets',37303,3,36864,1,1,0,0,10,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28853,4,4,-1,'High Warlord\'s Plate Helm',37300,3,36864,1,1,0,0,1,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28854,4,4,-1,'High Warlord\'s Plate Legguards',37301,3,36864,1,1,0,0,7,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28855,4,4,-1,'High Warlord\'s Plate Shoulders',37302,3,36864,1,1,0,0,3,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,588,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28856,4,1,-1,'High Warlord\'s Satin Gloves',37308,3,36864,1,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28857,4,1,-1,'High Warlord\'s Satin Hood',37311,3,36864,1,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28858,4,1,-1,'High Warlord\'s Satin Leggings',37310,3,36864,1,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28859,4,1,-1,'High Warlord\'s Satin Mantle',37312,3,36864,1,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28860,4,1,-1,'High Warlord\'s Satin Robe',37313,3,36864,1,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,598,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28861,4,4,-1,'High Warlord\'s Scaled Chestpiece',41229,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28862,4,4,-1,'High Warlord\'s Scaled Gauntlets',41230,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28863,4,4,-1,'High Warlord\'s Scaled Helm',41933,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28864,4,4,-1,'High Warlord\'s Scaled Legguards',41231,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28865,4,4,-1,'High Warlord\'s Scaled Shoulders',41232,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,608,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28866,4,1,-1,'High Warlord\'s Silk Amice',33089,3,36864,1,1,0,0,3,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28867,4,1,-1,'High Warlord\'s Silk Cowl',32999,3,36864,1,1,0,0,1,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28868,4,1,-1,'High Warlord\'s Silk Handguards',32997,3,36864,1,1,0,0,10,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28869,4,1,-1,'High Warlord\'s Silk Raiment',33085,3,36864,1,1,0,0,20,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28870,4,1,-1,'High Warlord\'s Silk Trousers',41182,3,36864,1,1,0,0,7,128,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,600,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28871,4,2,-1,'High Warlord\'s Wyrmhide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28872,4,2,-1,'High Warlord\'s Wyrmhide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28873,4,2,-1,'High Warlord\'s Wyrmhide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (28874,4,2,-1,'High Warlord\'s Wyrmhide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28875,4,2,-1,'High Warlord\'s Wyrmhide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,610,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (28878,12,0,-1,'Inscription of Faith',40108,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35403,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28881,12,0,-1,'Inscription of Discipline',40107,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35405,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28882,12,0,-1,'Inscription of Warding',40110,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35355,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28885,12,0,-1,'Inscription of Vengeance',40111,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35407,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28886,12,0,-1,'Greater Inscription of Discipline',40107,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35406,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28887,12,0,-1,'Greater Inscription of Faith',40109,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35404,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28888,12,0,-1,'Greater Inscription of Vengeance',40112,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35417,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28889,12,0,-1,'Greater Inscription of Warding',40082,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35402,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28903,12,0,-1,'Inscription of the Orb',40393,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35436,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28904,12,0,-1,'Inscription of the Oracle',40105,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35434,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28905,2,13,-1,'Monster - Claw, Badass',40874,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (28907,12,0,-1,'Inscription of the Blade',40098,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35438,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28908,12,0,-1,'Inscription of the Knight',40099,2,4160,0,1,0,0,0,-1,-1,64,64,0,0,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35432,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28909,12,0,-1,'Greater Inscription of the Orb',40394,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35437,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28910,12,0,-1,'Greater Inscription of the Blade',40103,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35439,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28911,12,0,-1,'Greater Inscription of the Knight',40104,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35433,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28912,12,0,-1,'Greater Inscription of the Oracle',40106,3,4160,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35435,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28913,12,0,-1,'Box of Surveying Equipment',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heavy and full of strange, ethereal devices.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28915,15,5,-1,'Reins of the Dark Riding Talbuk',40261,4,4096,0,1,0,0,0,262143,32767,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39316,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28917,2,5,-1,'High Warlord\'s Bonegrinder',42068,3,36864,1,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,4,28,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28918,2,1,-1,'High Warlord\'s Decapitator',39261,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28919,2,5,-1,'High Warlord\'s Maul',40981,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,56,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28920,2,0,-1,'High Warlord\'s Cleaver',42070,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28921,2,0,-1,'High Warlord\'s Hacker',42070,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28922,2,13,-1,'High Warlord\'s Left Ripper',42072,3,36864,1,1,0,0,22,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28923,2,6,-1,'High Warlord\'s Painsaw',42073,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28924,2,4,-1,'High Warlord\'s Bonecracker',42067,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28925,2,4,-1,'High Warlord\'s Pummeler',42067,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28926,2,7,-1,'High Warlord\'s Quickblade',42074,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28927,15,5,-1,'Red Hawkstrider',40116,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34795,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28928,2,13,-1,'High Warlord\'s Right Ripper',42075,3,36864,1,1,0,0,21,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28929,2,15,-1,'High Warlord\'s Shanker',42076,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28930,2,15,-1,'High Warlord\'s Shiv',42076,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28931,2,15,-1,'High Warlord\'s Spellblade',42077,3,36864,1,1,0,0,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,13,35,13,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,101,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (28933,2,18,-1,'High Warlord\'s Heavy Crossbow',42071,3,36864,1,1,0,0,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,32,9,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,255,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,21434,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28934,12,0,-1,'Surveying Equipment',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28935,2,10,-1,'High Warlord\'s War Staff',42078,3,36864,1,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,40,31,20,32,30,35,20,5,30,0,0,0,0,0,0,0,0,0,0,0,0,133,245,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,34796,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (28936,15,5,-1,'Swift Pink Hawkstrider',40117,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,33660,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28937,2,7,-1,'High Warlord\'s Slicer',42074,3,36864,1,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28938,4,0,-1,'High Warlord\'s Battletome',42079,3,36864,1,1,0,0,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28939,4,6,-1,'High Warlord\'s Barricade',31746,3,36864,1,1,0,0,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28940,4,6,-1,'Grand Marshal\'s Barricade',40976,3,36864,2,1,0,0,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,36,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28941,4,0,-1,'Grand Marshal\'s Battletome',42092,3,36864,2,1,0,0,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28942,2,5,-1,'Grand Marshal\'s Bonegrinder',42081,3,36864,2,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,4,28,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28943,2,8,-1,'Grand Marshal\'s Warblade',31996,3,36864,2,1,0,0,17,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,32,28,35,19,4,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28944,2,0,-1,'Grand Marshal\'s Cleaver',42082,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28945,2,1,-1,'Grand Marshal\'s Decapitator',42083,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28946,2,0,-1,'Grand Marshal\'s Hacker',40960,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28947,2,13,-1,'Grand Marshal\'s Left Ripper',42085,3,36864,2,1,0,0,22,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28948,2,5,-1,'Grand Marshal\'s Maul',40958,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,42,38,56,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28949,2,6,-1,'Grand Marshal\'s Painsaw',42086,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,42,32,28,35,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28950,2,4,-1,'Grand Marshal\'s Bonecracker',42080,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28951,2,4,-1,'Grand Marshal\'s Pummeler',42080,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28952,2,7,-1,'Grand Marshal\'s Quickblade',42087,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28953,2,13,-1,'Grand Marshal\'s Right Ripper',42088,3,36864,2,1,0,0,21,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28954,2,15,-1,'Grand Marshal\'s Shanker',42090,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28955,2,15,-1,'Grand Marshal\'s Shiv',42090,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28956,2,7,-1,'Grand Marshal\'s Slicer',42087,3,36864,2,1,0,0,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,32,13,35,9,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,224,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28957,2,15,-1,'Grand Marshal\'s Spellblade',31379,3,36864,2,1,0,0,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,13,35,13,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,101,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (28959,2,10,-1,'Grand Marshal\'s War Staff',42091,3,36864,2,1,0,0,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,7,40,31,20,32,30,35,20,5,30,0,0,0,0,0,0,0,0,0,0,0,0,133,245,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,34796,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (28960,2,18,-1,'Grand Marshal\'s Heavy Crossbow',42084,3,36864,2,1,0,0,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,32,9,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,255,0,0,0,0,0,0,0,0,0,0,0,3200,2,100,21434,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28962,12,0,-1,'Triangulation Device',40122,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34830,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28963,4,1,-1,'Voidheart Crown',40480,4,4096,0,1,0,0,1,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,36,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,60,0,0,0,0,1,0,2,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28964,4,1,-1,'Voidheart Robe',40482,4,4096,0,1,0,0,20,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,100,0,0,0,0,4,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28966,4,1,-1,'Voidheart Leggings',40481,4,4096,0,1,0,0,7,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,38,31,17,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28967,4,1,-1,'Voidheart Mantle',40684,4,4096,0,1,0,0,3,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,60,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28968,4,1,-1,'Voidheart Gloves',40479,4,4096,0,1,0,0,10,256,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,28,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,645,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (28969,12,0,-1,'Teleporter Power Pack',40162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28970,12,0,-1,'Nether Dragon Essence',40163,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The condensed essence of nether dragonkin.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28971,12,0,-1,'Nether Dragonkin Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28972,2,16,-1,'Flightblade Throwing Axe',23723,3,4194304,0,1,9400,2350,25,32767,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,147,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (28973,4,3,-1,'Marshal\'s Chain Bracers',41266,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,3,18,35,11,32,7,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28974,4,3,-1,'Marshal\'s Chain Girdle',40630,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28975,4,3,-1,'Marshal\'s Chain Sabatons',40631,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,35,18,32,14,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28976,4,2,-1,'Marshal\'s Dragonhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28977,4,2,-1,'Marshal\'s Dragonhide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,24,3,24,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (28978,4,2,-1,'Marshal\'s Dragonhide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,4,16,3,13,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (28979,2,16,-1,'Light Throwing Knife',40187,1,4194304,0,1,15,3,25,-1,-1,3,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28980,4,1,-1,'Marshal\'s Dreadweave Belt',41475,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28981,4,1,-1,'Marshal\'s Dreadweave Cuffs',41272,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28982,4,1,-1,'Marshal\'s Dreadweave Stalkers',41484,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28983,4,4,-1,'Marshal\'s Lamellar Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28984,4,4,-1,'Marshal\'s Lamellar Bracers',41275,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,32,14,5,12,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28985,4,4,-1,'Marshal\'s Lamellar Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,32,23,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28986,4,2,-1,'Marshal\'s Leather Belt',41476,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28987,4,2,-1,'Marshal\'s Leather Boots',41480,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,3,27,32,15,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28988,4,2,-1,'Marshal\'s Leather Bracers',30804,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,3,19,32,7,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28989,4,3,-1,'Marshal\'s Linked Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,25,38,38,35,10,32,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28990,4,3,-1,'Marshal\'s Linked Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28991,4,3,-1,'Marshal\'s Linked Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,38,54,35,19,32,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28992,4,3,-1,'Marshal\'s Mail Bracers',41259,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,12,35,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28993,4,3,-1,'Marshal\'s Mail Girdle',41477,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28994,4,3,-1,'Marshal\'s Mail Sabatons',41481,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,23,35,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28995,4,4,-1,'Marshal\'s Plate Belt',39544,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28996,4,4,-1,'Marshal\'s Plate Bracers',41285,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,32,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28997,4,4,-1,'Marshal\'s Plate Greaves',39546,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28998,4,4,-1,'Marshal\'s Scaled Belt',41165,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (28999,4,4,-1,'Marshal\'s Scaled Bracers',41275,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,5,7,22,4,26,32,7,5,11,35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29000,4,4,-1,'Marshal\'s Scaled Greaves',41167,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,36,32,16,5,23,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29001,4,1,-1,'Marshal\'s Silk Belt',40090,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29002,4,1,-1,'Marshal\'s Silk Cuffs',41288,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,17,32,12,35,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29003,4,1,-1,'Marshal\'s Silk Footguards',41483,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,23,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29004,4,2,-1,'Marshal\'s Wyrmhide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (29005,4,2,-1,'Marshal\'s Wyrmhide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (29006,4,2,-1,'Marshal\'s Wyrmhide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (29007,2,16,-1,'Weighted Throwing Axe',40190,1,4194304,0,1,30,7,25,-1,-1,8,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29008,2,16,-1,'Sharp Throwing Axe',40191,1,4194304,0,1,75,18,25,-1,-1,16,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29009,2,16,-1,'Heavy Throwing Dagger',40192,1,4194304,0,1,200,50,25,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,39,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29010,2,16,-1,'Wicked Throwing Dagger',40193,1,4194304,0,1,800,200,25,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,63,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29011,4,4,-1,'Warbringer Greathelm',47568,4,4096,0,1,0,0,1,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,24,7,53,12,24,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,100,0,0,0,0,1,0,4,0,0,0,2972,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29012,4,4,-1,'Warbringer Chestguard',40484,4,4096,0,1,0,0,5,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,25,7,48,12,22,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,165,0,0,0,0,4,0,4,0,2,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29013,2,16,-1,'Jagged Throwing Axe',40194,1,4194304,0,1,800,200,25,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29014,2,16,-1,'Blacksteel Throwing Dagger',40195,1,4194304,0,1,800,200,25,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,96,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29015,4,4,-1,'Warbringer Legguards',40487,4,4096,0,1,0,0,7,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,55,12,33,13,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29016,4,4,-1,'Warbringer Shoulderguards',40488,4,4096,0,1,0,0,3,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,22,7,38,12,17,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,100,0,0,0,0,2,0,4,0,0,0,2861,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29017,4,4,-1,'Warbringer Handguards',40485,4,4096,0,1,0,0,10,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,28,7,38,12,23,14,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,654,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29018,12,0,-1,'Triangulation Device',40122,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34857,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29019,4,4,-1,'Warbringer Breastplate',40484,4,4096,0,1,0,0,5,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,165,0,0,0,0,4,0,8,0,8,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29020,4,4,-1,'Warbringer Gauntlets',40485,4,4096,0,1,0,0,10,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,34,3,23,7,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29021,4,4,-1,'Warbringer Battle-Helm',47568,4,4096,0,1,0,0,1,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,45,32,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,100,0,0,0,0,1,0,4,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29022,4,4,-1,'Warbringer Greaves',40487,4,4096,0,1,0,0,7,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,4,51,32,37,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29023,4,4,-1,'Warbringer Shoulderplates',40488,4,4096,0,1,0,0,3,1,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,32,3,22,7,33,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,655,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29024,10,0,-1,'Eye of the Storm Mark of Honor',41192,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in the Eye of the Storm',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29026,12,0,-1,'Ata\'mal Crystal',36597,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal suffuses you with a sense of strength and clarity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29027,12,0,-1,'Unstable Warp Rift Generator',8622,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34888,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A combination of magic and metal used for dangerous warp experiments.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29028,4,3,-1,'Cyclone Headdress',44008,4,4096,0,1,0,0,1,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,85,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29029,4,3,-1,'Cyclone Hauberk',40445,4,4096,0,1,0,0,5,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,140,0,0,0,0,2,0,4,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29030,4,3,-1,'Cyclone Kilt',40447,4,4096,0,1,0,0,7,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29031,4,3,-1,'Cyclone Shoulderpads',40641,4,4096,0,1,0,0,3,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,85,0,0,0,0,8,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29032,4,3,-1,'Cyclone Gloves',41381,4,4096,0,1,0,0,10,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,631,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29033,4,3,-1,'Cyclone Chestguard',40445,4,4096,0,1,0,0,5,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,32,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,140,0,0,0,0,2,0,4,0,8,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29034,4,3,-1,'Cyclone Handguards',41381,4,4096,0,1,0,0,10,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,29,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29035,4,3,-1,'Cyclone Faceguard',44008,4,4096,0,1,0,0,1,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,85,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29036,4,3,-1,'Cyclone Legguards',40447,4,4096,0,1,0,0,7,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,40,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29037,4,3,-1,'Cyclone Shoulderguards',40641,4,4096,0,1,0,0,3,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,26,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,632,85,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29038,4,3,-1,'Cyclone Breastplate',40445,4,4096,0,1,0,0,5,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,38,66,7,31,5,23,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,140,0,0,0,0,2,0,2,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29039,4,3,-1,'Cyclone Gauntlets',41381,4,4096,0,1,0,0,10,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,38,54,7,26,5,24,31,19,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29040,4,3,-1,'Cyclone Helm',44008,4,4096,0,1,0,0,1,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,38,72,3,27,7,40,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,85,0,0,0,0,1,0,2,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29041,12,0,-1,'Draenethyst Crystal of Command',36597,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29042,4,3,-1,'Cyclone War-Kilt',40447,4,4096,0,1,0,0,7,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,38,70,3,35,7,52,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29043,4,3,-1,'Cyclone Shoulderplates',40641,4,4096,0,1,0,0,3,64,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,38,52,3,18,7,31,5,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,633,85,0,0,0,0,2,0,4,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29044,4,2,-1,'Netherblade Facemask',45810,4,4096,0,1,0,0,1,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,39,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,70,0,0,0,0,1,0,2,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29045,4,2,-1,'Netherblade Chestpiece',45812,4,4096,0,1,0,0,5,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,39,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,120,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29046,4,2,-1,'Netherblade Breeches',45814,4,4096,0,1,0,0,7,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,43,7,40,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29047,4,2,-1,'Netherblade Shoulderpads',45811,4,4096,0,1,0,0,3,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,38,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,70,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29048,4,2,-1,'Netherblade Gloves',45813,4,4096,0,1,0,0,10,8,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,32,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,621,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29049,4,1,-1,'Light-Collar of the Incarnate',45819,4,4096,0,1,0,0,1,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,34,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29050,4,1,-1,'Robes of the Incarnate',40455,4,4096,0,1,0,0,20,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,32,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,100,0,0,0,0,2,0,8,0,8,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29051,12,0,-1,'Warp Nether',40858,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29053,4,1,-1,'Trousers of the Incarnate',42288,4,4096,0,1,0,0,7,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,37,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29054,4,1,-1,'Light-Mantle of the Incarnate',40459,4,4096,0,1,0,0,3,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,30,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,60,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29055,4,1,-1,'Handwraps of the Incarnate',40456,4,4096,0,1,0,0,10,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,26,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,663,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29056,4,1,-1,'Shroud of the Incarnate',40455,4,4096,0,1,0,0,20,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,25,6,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,100,0,0,0,0,2,0,8,0,8,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29057,4,1,-1,'Gloves of the Incarnate',42287,4,4096,0,1,0,0,10,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,26,6,21,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29058,4,1,-1,'Soul-Collar of the Incarnate',45819,4,4096,0,1,0,0,1,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,35,6,24,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,60,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29059,4,1,-1,'Leggings of the Incarnate',42288,4,4096,0,1,0,0,7,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29060,4,1,-1,'Soul-Mantle of the Incarnate',40459,4,4096,0,1,0,0,3,16,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,28,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,664,60,0,0,0,0,2,0,8,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29061,4,4,-1,'Justicar Diadem',40646,4,4096,0,1,0,0,1,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,33,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,100,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29062,4,4,-1,'Justicar Chestpiece',40474,4,4096,0,1,0,0,5,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,35,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,165,0,0,0,0,8,0,8,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29063,4,4,-1,'Justicar Leggings',40478,4,4096,0,1,0,0,7,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,43,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29064,4,4,-1,'Justicar Pauldrons',40651,4,4096,0,1,0,0,3,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,100,0,0,0,0,8,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29065,4,4,-1,'Justicar Gloves',40473,4,4096,0,1,0,0,10,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,624,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29066,4,4,-1,'Justicar Chestguard',40474,4,4096,0,1,0,0,5,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,48,4,41,12,23,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,165,0,0,0,0,2,0,8,0,4,0,2932,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29067,4,4,-1,'Justicar Handguards',40473,4,4096,0,1,0,0,10,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,4,35,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29068,4,4,-1,'Justicar Faceguard',40646,4,4096,0,1,0,0,1,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,43,4,35,12,29,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,100,0,0,0,0,4,0,1,0,0,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29069,4,4,-1,'Justicar Legguards',40478,4,4096,0,1,0,0,7,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,47,12,31,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29070,4,4,-1,'Justicar Shoulderguards',40651,4,4096,0,1,0,0,3,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,37,4,29,12,15,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,625,100,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29071,4,4,-1,'Justicar Breastplate',40474,4,4096,0,1,0,0,5,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,42,7,24,5,33,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,165,0,0,0,0,2,0,2,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29072,4,4,-1,'Justicar Gauntlets',40473,4,4096,0,1,0,0,10,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,38,7,29,5,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29073,4,4,-1,'Justicar Crown',40646,4,4096,0,1,0,0,1,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,43,3,22,7,33,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,100,0,0,0,0,2,0,1,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29074,4,4,-1,'Justicar Greaves',40478,4,4096,0,1,0,0,7,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,4,53,7,34,5,24,3,24,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29075,4,4,-1,'Justicar Shoulderplates',40651,4,4096,0,1,0,0,3,2,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,4,36,3,13,7,24,5,15,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,626,100,0,0,0,0,4,0,2,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29076,4,1,-1,'Collar of the Aldor',41063,4,4096,0,1,0,0,1,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,35,6,17,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29077,4,1,-1,'Vestments of the Aldor',40468,4,4096,0,1,0,0,20,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,32,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,100,0,0,0,0,4,0,8,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29078,4,1,-1,'Legwraps of the Aldor',41384,4,4096,0,1,0,0,7,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,31,5,40,6,23,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29079,4,1,-1,'Pauldrons of the Aldor',40645,4,4096,0,1,0,0,3,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,26,6,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,60,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29080,4,1,-1,'Gloves of the Aldor',41385,4,4096,0,1,0,0,10,128,32767,120,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,22,6,19,31,17,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,648,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29081,4,3,-1,'Demon Stalker Greathelm',40451,4,4096,0,1,0,0,1,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,85,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29082,4,3,-1,'Demon Stalker Harness',40448,4,4096,0,1,0,0,5,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,24,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,140,0,0,0,0,2,0,8,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29083,4,3,-1,'Demon Stalker Greaves',40454,4,4096,0,1,0,0,7,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,30,5,30,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29084,4,3,-1,'Demon Stalker Shoulderguards',40453,4,4096,0,1,0,0,3,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,23,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,85,0,0,0,0,2,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29085,4,3,-1,'Demon Stalker Gauntlets',40831,4,4096,0,1,0,0,10,4,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,651,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29086,4,2,-1,'Crown of Malorne',46214,4,4096,0,1,0,0,1,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,27,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,70,0,0,0,0,2,0,1,0,0,0,2869,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29087,4,2,-1,'Chestguard of Malorne',40460,4,4096,0,1,0,0,5,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,120,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29088,4,2,-1,'Legguards of Malorne',40833,4,4096,0,1,0,0,7,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,38,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29089,4,2,-1,'Shoulderguards of Malorne',40642,4,4096,0,1,0,0,3,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,23,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,70,0,0,0,0,8,0,8,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29090,4,2,-1,'Handguards of Malorne',41383,4,4096,0,1,0,0,10,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,25,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,638,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29091,4,2,-1,'Chestpiece of Malorne',40460,4,4096,0,1,0,0,5,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,27,6,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,120,0,0,0,0,4,0,4,0,8,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29092,4,2,-1,'Gloves of Malorne',41383,4,4096,0,1,0,0,10,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,27,6,21,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29093,4,2,-1,'Antlers of Malorne',46214,4,4096,0,1,0,0,1,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,29,6,22,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,70,0,0,0,0,2,0,1,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29094,4,2,-1,'Britches of Malorne',40833,4,4096,0,1,0,0,7,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,7,32,5,35,6,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29095,4,2,-1,'Pauldrons of Malorne',40642,4,4096,0,1,0,0,3,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,24,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,639,70,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29096,4,2,-1,'Breastplate of Malorne',40460,4,4096,0,1,0,0,5,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,34,7,36,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,120,0,0,0,0,4,0,8,0,2,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29097,4,2,-1,'Gauntlets of Malorne',41383,4,4096,0,1,0,0,10,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,32,7,28,5,12,3,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29098,4,2,-1,'Stag-Helm of Malorne',46214,4,4096,0,1,0,0,1,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,41,3,33,7,39,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,70,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29099,4,2,-1,'Greaves of Malorne',40833,4,4096,0,1,0,0,7,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,42,7,39,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29100,4,2,-1,'Mantle of Malorne',40642,4,4096,0,1,0,0,3,1024,32767,120,70,0,0,0,0,0,0,0,0,1,0,4,4,33,3,31,7,25,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,640,70,0,0,0,0,8,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29101,12,0,-1,'Challenge of the Blue Flight',6338,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34895,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29102,15,5,-1,'Reins of the Cobalt War Talbuk',40261,4,0,0,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34896,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29103,15,5,-1,'Reins of the White War Talbuk',40261,4,0,1,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34897,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29104,15,5,-1,'Reins of the Silver War Talbuk',40261,4,0,0,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34898,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29105,15,5,-1,'Reins of the Tan War Talbuk',40261,4,0,0,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34899,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29106,12,0,-1,'Ata\'mal Crystal',36597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal suffuses you with a sense of strength and clarity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29108,2,7,-1,'Blade of the Unyielding',13078,2,0,0,1,290374,58074,13,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,3,3,8,7,10,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,146,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,9329,1,0,0,-1,0,-1,38164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29109,2,10,-1,'Rod of the Unyielding',28236,2,0,0,1,364252,72850,17,262143,32767,87,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,197,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14248,1,0,0,-1,0,-1,38164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29110,15,0,-1,'Ruined Scented Candle',40292,0,0,0,1,4,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29111,15,0,-1,'Box of Stale Candy',40293,0,0,0,1,4,1,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29112,0,5,-1,'Cenarion Spirits',18080,1,0,0,1,300,75,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29113,12,0,-1,'Demonic Essence',9731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29115,2,3,-1,'Consortium Blaster',41948,3,32768,0,1,344063,68812,26,-1,-1,115,70,0,0,0,0,0,933,6,1,1,0,2,32,7,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,2400,3,100,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29116,4,2,-1,'Nomad\'s Leggings',6786,3,32768,0,1,230189,46037,7,-1,-1,115,70,0,0,0,0,0,933,6,1,1,0,2,3,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29117,4,1,-1,'Stormspire Vest',40315,3,32768,0,1,167172,33434,5,-1,-1,115,70,0,0,0,0,0,933,6,0,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29118,11,3,-1,'Smuggler\'s Ammo Pouch',1282,3,32768,0,1,100000,25000,18,4,-1,103,68,0,0,0,0,0,933,5,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29119,4,0,-1,'Haramad\'s Bargain',35358,4,32768,0,1,790112,197528,2,-1,-1,105,70,0,0,0,0,0,933,7,1,1,0,2,3,25,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29120,9,2,-1,'Pattern: Truefaith Vestments',1102,4,64,8192,1,60000,15000,0,260624,-1,62,0,197,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,18456,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Truefaith Vestments.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29121,2,15,-1,'Guile of Khoraazi',42061,4,32768,0,1,1995172,399034,13,32767,-1,100,70,0,0,0,0,0,933,7,1,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,156,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29122,4,1,-1,'Nether Runner\'s Cowl',38932,4,32768,0,1,627777,125555,1,-1,-1,105,70,0,0,0,0,0,933,7,1,1,0,2,7,45,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2900,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29123,4,0,-1,'Medallion of the Lightbearer',6494,4,32768,0,1,790112,197528,2,-1,-1,105,70,0,0,0,0,0,932,7,1,1,0,2,5,28,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29124,2,7,-1,'Vindicator\'s Brand',42065,4,32768,0,1,2072720,414544,13,-1,-1,100,70,0,0,0,0,0,932,7,1,1,0,1,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29125,2,15,-1,'Retainer\'s Blade',42060,4,32768,0,1,2080372,416074,13,32767,-1,100,70,0,0,0,0,0,934,7,1,1,0,2,3,22,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,146,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29126,4,0,-1,'Seer\'s Signet',35438,4,32768,0,1,790112,197528,11,262143,32767,105,70,0,0,0,0,0,934,7,1,1,0,2,7,24,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29127,4,4,-1,'Vindicator\'s Hauberk',44551,3,32768,0,1,312042,62408,5,-1,-1,115,70,0,0,0,0,0,932,6,1,1,0,3,7,39,13,19,12,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29128,4,0,-1,'Lightwarden\'s Band',35423,3,32768,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,932,6,1,1,0,2,3,18,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29129,4,1,-1,'Anchorite\'s Robes',40870,3,32768,0,1,179594,35918,20,-1,-1,115,70,0,0,0,0,0,932,5,1,1,0,3,7,16,5,38,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,8,0,4,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29130,2,10,-1,'Auchenai Staff',40322,3,32768,0,1,563267,112653,17,-1,-1,115,70,0,0,0,0,0,932,6,1,1,0,3,5,46,32,26,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (29131,4,2,-1,'Retainer\'s Leggings',40323,3,32768,0,1,226120,45224,7,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,2,31,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29132,4,0,-1,'Scryer\'s Bloodgem',7122,3,32768,0,1,175952,43988,12,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,1,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35337,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29133,2,10,-1,'Seer\'s Cane',35363,3,32768,0,1,569315,113863,17,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,2,7,28,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,35338,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (29134,4,4,-1,'Gauntlets of the Chosen',44413,3,32768,0,1,160892,32178,10,-1,-1,115,70,0,0,0,0,0,934,6,1,1,0,3,7,30,3,15,12,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29135,4,3,-1,'Earthcaller\'s Headdress',40327,3,32768,1,1,206398,41279,1,-1,-1,115,70,0,0,0,0,0,941,7,1,1,0,2,7,37,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29136,4,3,-1,'Far Seer\'s Helm',40329,3,32768,2,1,207131,41426,1,-1,-1,115,70,0,0,0,0,0,978,7,1,1,0,2,7,37,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29137,2,1,-1,'Hellscream\'s Will',42056,3,32768,1,1,522358,104471,17,-1,-1,115,70,0,0,0,0,0,941,7,1,1,0,1,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29138,2,5,-1,'Arechron\'s Gift',40904,3,32768,2,1,524392,104878,17,-1,-1,115,70,0,0,0,0,0,978,7,1,1,0,1,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29139,4,1,-1,'Ceremonial Cover',40918,3,32768,1,1,126329,25265,16,-1,-1,115,70,0,0,0,0,0,941,7,1,1,0,2,7,15,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29140,4,1,-1,'Cloak of the Ancient Spirits',40917,3,32768,2,1,130314,26062,16,-1,-1,115,70,0,0,0,0,0,978,7,1,1,0,2,7,15,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29141,4,2,-1,'Tempest Leggings',40335,3,32768,1,1,218004,43600,7,-1,-1,115,70,0,0,0,0,0,941,6,1,1,0,2,32,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29142,4,2,-1,'Kurenai Kilt',41949,3,32768,2,1,218818,43763,7,-1,-1,115,70,0,0,0,0,0,978,6,1,1,0,2,32,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29143,11,2,-1,'Clefthoof Hide Quiver',40337,3,32768,1,1,100000,25000,18,4,-1,109,68,0,0,0,0,0,941,5,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29144,11,2,-1,'Worg Hide Quiver',40338,3,32768,2,1,100000,25000,18,4,-1,109,68,0,0,0,0,0,978,5,1,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29145,4,0,-1,'Band of Ancestral Spirits',9840,3,557056,1,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,941,6,0,1,0,3,7,15,5,26,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29146,4,0,-1,'Band of Elemental Spirits',31616,3,557056,2,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,978,6,0,1,0,3,7,15,5,26,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29147,4,2,-1,'Talbuk Hide Spaulders',28179,3,32768,1,1,167132,33426,3,-1,-1,115,70,0,0,0,0,0,941,6,1,1,0,2,3,20,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29148,4,2,-1,'Blackened Leather Spaulders',40915,3,32768,2,1,167743,33548,3,-1,-1,115,70,0,0,0,0,0,978,6,1,1,0,2,3,20,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29149,2,19,-1,'Sporeling\'s Firestick',40876,3,36864,0,1,0,0,26,262143,32767,91,62,0,0,0,0,0,970,6,1,1,0,2,5,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,164,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,9416,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29150,2,15,-1,'Hardened Stone Shard',40920,3,36864,0,1,0,0,13,-1,-1,91,62,0,0,0,0,0,970,6,1,1,0,2,7,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,120,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29151,2,3,-1,'Veteran\'s Musket',41915,4,32768,2,1,1594245,318849,26,-1,-1,100,70,0,0,0,0,0,946,7,1,1,0,2,3,12,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29152,2,2,-1,'Marksman\'s Bow',30926,4,32768,1,1,1599984,319996,15,-1,-1,100,70,0,0,0,0,0,947,7,1,1,0,2,31,11,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29153,2,7,-1,'Blade of the Archmage',42542,4,32768,2,1,2140963,428192,21,32767,-1,100,70,0,0,0,0,0,946,7,1,1,0,3,7,13,5,11,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,118,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340), (29154,12,0,-1,'Legion Cannon',40346,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A compact, yet powerful offensive weapon \'liberated\' from a Burning Legion forge camp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29155,2,7,-1,'Stormcaller',42544,4,32768,1,1,2156059,431211,21,32767,-1,100,70,0,0,0,0,0,947,7,1,1,0,3,7,12,5,12,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,118,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340), (29156,2,7,-1,'Honor\'s Call',41929,4,32768,2,1,2011508,402301,13,-1,-1,100,70,0,0,0,0,0,946,7,1,1,0,3,7,13,12,16,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29157,4,0,-1,'Golden Ring of Power',38541,3,524288,0,1,6000,1500,11,-1,-1,36,31,0,0,0,0,0,0,0,0,1,0,3,5,5,6,5,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9396,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (29158,4,0,-1,'Truesilver Commander\'s Ring',28830,3,524288,0,1,7000,1750,11,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,3,4,7,3,7,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',44,0,0,0,0,12340), (29159,4,0,-1,'Glowing Thorium Band',31616,2,524288,0,1,33500,8375,11,-1,-1,56,51,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9408,1,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (29160,4,0,-1,'Emerald Lion Ring',23608,2,524288,0,1,36500,9125,11,-1,-1,58,53,0,0,0,0,0,0,0,0,1,0,5,4,6,3,5,7,5,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',10,0,0,0,0,12340), (29161,12,0,-1,'Void Ridge Soul Shard',36540,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shard of a powerful Voidwalker.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29162,0,0,-1,'Galaxis Soul Shard',36540,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The soul shard of Galaxis.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29163,12,0,-1,'Raw Farahlite',40378,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29164,12,0,-1,'Farahlite Core',40379,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29165,2,0,-1,'Warbringer',40914,4,32768,1,1,2079958,415991,13,-1,-1,100,70,0,0,0,0,0,947,7,1,1,0,3,7,12,12,16,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29166,2,6,-1,'Hellforged Halberd',42057,3,32768,2,1,555019,111003,17,-1,-1,115,70,0,0,0,0,0,946,6,1,1,0,2,31,19,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29167,2,6,-1,'Blackened Spear',42064,3,32768,1,1,557054,111410,17,-1,-1,115,70,0,0,0,0,0,947,6,1,1,0,2,31,19,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,392,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29168,4,0,-1,'Ancestral Band',23728,3,32768,1,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,947,6,1,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29169,4,0,-1,'Ring of Convalescence',31905,3,32768,2,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,946,6,1,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29170,4,0,-1,'Windcaller\'s Orb',41914,4,32768,0,1,790112,197528,23,-1,-1,105,70,0,0,0,0,0,942,7,1,1,0,2,6,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29171,2,5,-1,'Earthwarden',41913,4,32768,0,1,2656817,531363,17,-1,-1,100,70,0,0,0,0,0,942,7,1,1,0,3,12,27,7,39,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,500,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29172,4,0,-1,'Ashyen\'s Gift',35472,4,32768,0,1,790112,197528,11,262143,32767,105,70,0,0,0,0,0,942,7,1,1,0,2,31,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29173,4,0,-1,'Strength of the Untamed',15420,3,32768,0,1,175952,43988,2,-1,-1,115,70,0,0,0,0,0,942,6,1,1,0,3,7,27,12,19,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29174,4,1,-1,'Watcher\'s Cowl',42481,3,32768,0,1,127371,25474,1,32767,-1,115,70,0,0,0,0,0,942,6,1,1,0,3,7,21,5,36,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29175,2,4,-1,'Gavel of Pure Light',42289,4,32768,0,1,2003650,400730,21,32767,-1,100,70,0,0,0,0,0,935,7,1,1,0,2,7,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,125,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,34495,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340), (29176,4,6,-1,'Crest of the Sha\'tar',40901,4,32768,0,1,1344928,268985,14,-1,-1,105,70,0,0,0,0,0,935,7,1,1,0,3,7,19,12,11,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4465,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,108,0,120,0,0,0,0,8,0,8,0,0,0,2876,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29177,4,0,-1,'A\'dal\'s Command',35423,4,32768,0,1,790112,197528,11,262143,32767,105,70,0,0,0,0,0,935,7,1,1,0,3,4,29,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29179,4,0,-1,'Xi\'ri\'s Gift',40386,3,557056,0,1,175952,43988,12,-1,-1,115,70,0,0,0,0,0,935,6,0,1,0,1,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35337,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29180,4,3,-1,'Blessed Scale Girdle',40387,3,32768,0,1,130288,26057,6,-1,-1,115,70,0,0,0,0,0,935,6,1,1,0,2,3,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29181,4,0,-1,'Timelapse Shard',36597,4,32768,0,1,790112,197528,12,-1,-1,105,70,0,0,0,0,0,989,7,1,1,0,2,7,27,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35352,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29182,2,15,-1,'Riftmaker',40947,4,32768,0,1,2056797,411359,13,32767,-1,100,70,0,0,0,0,0,989,7,1,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,176,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,35353,2,0,2,-1,0,-1,9332,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29183,4,1,-1,'Bindings of the Timewalker',40390,4,32768,0,1,431396,86279,9,32767,-1,105,70,0,0,0,0,0,989,7,1,1,0,2,7,24,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29184,4,4,-1,'Timewarden\'s Leggings',40391,3,32768,0,1,308501,61700,7,-1,-1,115,70,0,0,0,0,0,989,6,1,1,0,3,7,57,13,11,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2888,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29185,2,7,-1,'Continuum Blade',40392,3,32768,0,1,442344,88468,21,-1,-1,115,70,0,0,0,0,0,989,6,1,1,0,3,7,30,5,11,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (29186,12,0,-1,'Arcanum of the Defender',40396,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35443,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29187,12,0,-1,'Inscription of Endurance',40395,2,64,0,1,300000,75000,0,-1,-1,70,70,0,0,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35441,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29189,12,0,-1,'Arcanum of Renewal',40398,2,4160,2,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35445,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29190,12,0,-1,'Arcanum of Renewal',40398,2,64,1,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35445,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29191,12,0,-1,'Arcanum of Power',40399,2,4160,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35447,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29192,12,0,-1,'Arcanum of Ferocity',40400,2,4160,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35452,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29193,12,0,-1,'Arcanum of the Gladiator',40402,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35453,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29194,12,0,-1,'Arcanum of Nature Warding',39639,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35454,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29195,12,0,-1,'Arcanum of Arcane Warding',40403,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35455,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29196,12,0,-1,'Arcanum of Fire Warding',40404,2,64,2,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35456,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29197,12,0,-1,'Arcanum of Fire Warding',40404,2,64,1,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35456,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29198,12,0,-1,'Arcanum of Frost Warding',40405,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35457,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29199,12,0,-1,'Arcanum of Shadow Warding',40406,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35458,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29200,2,3,-1,'Falfindel\'s Blaster',20729,2,0,0,1,18291,3658,26,-1,-1,31,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',25,0,0,0,0,12340), (29201,2,16,-1,'Thick Bronze Darts',40409,2,4194304,0,1,600,150,25,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (29202,2,16,-1,'Whirling Steel Axes',40410,2,4194304,0,1,2400,600,25,-1,-1,40,35,0,0,0,0,0,0,0,0,1,0,2,4,4,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,83,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (29203,2,16,-1,'Enchanted Thorium Blades',40411,2,4194304,0,1,40000,10000,25,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',30,0,0,0,0,12340), (29204,2,16,-1,'Felsteel Whisper Knives',40412,3,4194304,0,1,80000,20000,25,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,31,10,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,195,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29205,12,0,-1,'Inquisitor\'s Crest - Top Half',40413,1,3136,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34990,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The top half of Ekkorash the Inquisitor\'s Crest',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29206,12,0,-1,'Inquisitor\'s Crest - Bottom Half',40414,1,3136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34990,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The bottom half of Ekkorash the Inquisitor\'s crest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29207,12,0,-1,'Conjuring Powder',40878,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34992,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29209,12,0,-1,'Zaxxis Insignia',35300,1,0,0,1,2000,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sure enough, not every one of them is wearing one. Cowards!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29210,2,16,-1,'Assassin\'s Throwing Axe',26358,3,4194304,8192,1,103656,25914,25,-1,-1,63,58,0,0,0,0,0,0,0,0,1,0,0,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29211,2,16,-1,'Fitz\'s Throwing Axe',23723,3,4194304,0,1,39818,9954,25,32767,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,215,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29212,2,16,-1,'Balanced Stone Dirk',32693,2,4194304,0,1,120000,30000,25,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,9330,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29213,9,1,-1,'Pattern: Felstalker Belt',6270,3,64,2,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,946,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29214,9,1,-1,'Pattern: Felstalker Bracers',6270,3,64,2,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Felstalker Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29215,9,1,-1,'Pattern: Felstalker Breastplate',6270,3,64,2,1,160000,40000,0,-1,-1,72,0,165,360,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Felstalker Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29216,12,0,-1,'Flawless Crystal Shard',36597,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A gleaming piece of crystal shaped and polished by a draenei artisan.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29217,9,1,-1,'Pattern: Netherfury Belt',6270,3,64,2,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,978,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Netherfury Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29218,9,1,-1,'Pattern: Netherfury Boots',6270,3,64,2,1,120000,30000,0,-1,-1,70,0,165,350,0,0,0,978,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29219,9,1,-1,'Pattern: Netherfury Leggings',6270,3,64,2,1,120000,30000,0,-1,-1,68,0,165,340,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32502,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherfury Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29220,15,5,-1,'Blue Hawkstrider',44581,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29221,15,5,-1,'Black Hawkstrider',44580,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29222,15,5,-1,'Purple Hawkstrider',44582,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35018,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29223,15,5,-1,'Swift Green Hawkstrider',44583,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35025,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29224,15,5,-1,'Swift Purple Hawkstrider',44584,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35027,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29225,15,5,-1,'zzoldSwift Warstrider',44585,4,0,8192,1,0,0,0,262143,946,40,40,0,0,33391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35028,0,0,0,0,330,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29226,12,0,-1,'Warp Rift Generator',8622,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35036,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A combination of magic and metal used for dangerous warp experiments.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29227,15,5,-1,'Reins of the Cobalt War Talbuk',40261,4,0,0,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34896,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29228,15,5,-1,'Reins of the Dark War Talbuk',40261,4,4096,0,1,0,0,0,262143,32767,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34790,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29229,15,5,-1,'Reins of the Silver War Talbuk',40261,4,0,0,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34898,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29230,15,5,-1,'Reins of the Tan War Talbuk',40261,4,0,0,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34899,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29231,15,5,-1,'Reins of the White War Talbuk',40261,4,0,2,1,1000000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,34897,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29232,9,6,-1,'Recipe: Transmute Skyfire Diamond',1102,1,64,1,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,32766,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute a Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29233,12,0,-1,'Dathric\'s Blade',39343,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10182,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29234,12,0,-1,'Belmara\'s Tome',1103,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10305,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29235,12,0,-1,'Luminrath\'s Mantle',39344,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10306,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29236,12,0,-1,'Cohlien\'s Cap',31176,1,2048,0,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10307,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29237,4,4,-1,'Warpath Bracers',42366,4,0,0,1,182399,36479,9,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,21,3,19,7,21,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',52,0,0,0,0,1), (29238,4,4,-1,'Lion\'s Heart Girdle',42606,4,0,0,1,199483,39896,6,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,26,7,31,12,23,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29239,4,4,-1,'Eaglecrest Warboots',42607,4,0,0,1,298051,59610,8,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,21,7,33,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29240,4,1,-1,'Bands of Negation',42591,4,0,0,1,114176,22835,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29241,4,1,-1,'Belt of Depravity',42590,4,0,0,1,114582,22916,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29242,4,1,-1,'Boots of Blasphemy',42592,4,0,0,1,172498,34499,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29243,4,3,-1,'Wave-Fury Vambraces',42595,4,0,0,1,173124,34624,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29244,4,3,-1,'Wave-Song Girdle',42593,4,0,0,1,173749,34749,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,25,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29245,4,3,-1,'Wave-Crest Striders',42594,4,0,0,1,262699,52539,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29246,4,2,-1,'Nightfall Wristguards',46559,4,0,0,1,145819,29163,9,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29247,4,2,-1,'Girdle of the Deathdealer',46574,4,0,0,1,146340,29268,6,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29248,4,2,-1,'Shadowstep Striders',67447,4,0,0,1,220271,44054,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,31,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29249,4,1,-1,'Bands of the Benevolent',42589,4,0,0,1,117894,23578,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29250,4,1,-1,'Cord of Sanctification',42587,4,0,0,1,107033,21406,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29251,4,1,-1,'Boots of the Pious',42588,4,0,0,1,161175,32235,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,26,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29252,4,4,-1,'Bracers of Dignity',42605,4,0,0,1,189826,37965,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,12,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29253,4,4,-1,'Girdle of Valorous Deeds',42603,4,0,0,1,195815,39163,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,7,37,4,30,12,24,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29254,4,4,-1,'Boots of the Righteous Path',42604,4,0,0,1,292590,58518,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,26,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29255,4,1,-1,'Bands of Rarefied Magic',42602,4,0,0,1,112092,22418,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29257,4,1,-1,'Sash of Arcane Visions',42600,4,0,0,1,112914,22582,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,23,6,19,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29258,4,1,-1,'Boots of Ethereal Manipulation',42601,4,0,0,1,169997,33999,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29259,4,3,-1,'Bracers of the Hunt',42586,4,0,0,1,170623,34124,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,19,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29260,12,0,-1,'Heart of the Fel Reaver',22293,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s still beating. Woah!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29261,4,3,-1,'Girdle of Ferocity',42584,4,0,0,1,171856,34371,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,3,28,7,21,5,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29262,4,3,-1,'Boots of the Endless Hunt',42585,4,0,0,1,259872,51974,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,19,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29263,4,2,-1,'Forestheart Bracers',42598,4,0,0,1,144242,28848,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,21,3,18,7,27,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29264,4,2,-1,'Tree-Mender\'s Belt',42596,4,0,0,1,144763,28952,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,27,3,27,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29265,4,2,-1,'Barkchip Boots',42597,4,0,0,1,217926,43585,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,27,3,24,7,36,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29266,4,6,-1,'Azure-Shield of Coldarra',42622,4,4096,0,1,0,0,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,31,12,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,0,0,0,0,28112,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29267,4,6,-1,'Light-Bearer\'s Faith Shield',42621,4,4096,0,1,0,0,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29268,4,6,-1,'Mazthoril Honor Shield',42620,4,4096,0,1,0,0,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29269,4,0,-1,'Sapphiron\'s Wing Bone',42630,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29270,4,0,-1,'Flametongue Seal',42624,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29271,4,0,-1,'Talisman of Kalecgos',42563,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29272,4,0,-1,'Orb of the Soul-Eater',42626,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29273,4,0,-1,'Khadgar\'s Knapsack',42625,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29274,4,0,-1,'Tears of Heaven',42628,4,4096,0,1,0,0,23,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29275,2,15,-1,'Searing Sunblade',42617,4,4096,0,1,0,0,22,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,145,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29276,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,2,7,27,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,294,0,0,0,'',0,0,0,0,0,12340), (29277,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,2,7,33,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,350,0,0,0,'',0,0,0,0,0,12340), (29278,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,2,7,36,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,371,0,0,0,'',0,0,0,0,0,12340), (29279,4,0,-1,'Violet Signet of the Great Protector',40518,4,36864,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,2,7,37,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,392,0,0,0,'',0,0,0,0,0,12340), (29280,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,2,7,19,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29281,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,2,7,24,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29282,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,2,7,27,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29283,4,0,-1,'Violet Signet of the Master Assassin',40518,4,32768,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,2,7,28,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29284,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29285,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,3,7,19,5,21,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29286,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,3,7,22,5,22,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29287,4,0,-1,'Violet Signet of the Archmage',40518,4,36864,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29288,4,0,-1,'Violet Signet',40518,3,32768,0,1,0,0,11,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29289,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,110,0,0,0,0,0,0,0,0,1,1,0,3,7,21,5,21,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29290,4,0,-1,'Violet Signet of the Grand Restorer',40518,4,36864,0,1,0,0,11,-1,-1,130,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,23,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29291,4,0,-1,'Violet Signet',40518,4,32768,0,1,0,0,11,-1,-1,120,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,22,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29292,0,5,-1,'Helboar Bacon',21327,1,0,0,1,40,10,0,-1,-1,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24800,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (29294,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,2,7,37,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29295,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,2,7,40,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29296,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,144,0,0,0,0,0,0,0,0,1,1,0,2,7,43,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29297,4,0,-1,'Band of the Eternal Defender',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,7,43,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,35077,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29298,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,2,3,25,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29299,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,2,3,27,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29300,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,135,0,0,0,0,0,0,0,0,1,1,0,2,3,29,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29301,4,0,-1,'Band of the Eternal Champion',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,3,29,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,35080,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29302,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,3,7,24,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29303,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,3,7,25,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29304,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,135,0,0,0,0,0,0,0,0,1,1,0,3,7,28,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29305,4,0,-1,'Band of the Eternal Sage',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,3,7,28,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,35083,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29306,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,136,0,0,0,0,0,0,0,0,1,1,0,2,7,25,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29307,4,0,-1,'Band of Eternity',43095,4,32768,0,1,0,0,11,-1,-1,128,0,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29308,4,0,-1,'Band of Eternity',43095,4,36864,0,1,0,0,11,-1,-1,144,0,0,0,0,0,0,0,0,1,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29309,4,0,-1,'Band of the Eternal Restorer',39126,4,32768,0,1,0,0,11,-1,-1,152,0,0,0,0,0,0,0,0,1,1,0,2,7,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,35086,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29311,12,0,-1,'Fel Reaver Construction Manual',9129,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29312,4,4,-1,'Cover of Righteous Fury',40537,3,0,0,1,58329,11665,1,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,34,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,0,1,0,0,1800000,0,0,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29313,4,3,-1,'Earthbreaker\'s Greaves',30438,3,0,0,1,168346,33669,8,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29314,4,2,-1,'Leggings of the Third Coin',33148,3,0,0,1,186922,37384,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,5,26,7,34,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29315,4,1,-1,'Gloves of Penitence',40539,3,0,0,1,75048,15009,10,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29316,4,4,-1,'Warchief\'s Mantle',39080,3,0,0,1,208245,41649,3,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,27,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,4,0,0,0,2887,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29317,4,1,-1,'Tempest\'s Touch',39068,3,0,0,1,81887,16377,10,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,20,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,8,0,0,0,2875,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29318,4,2,-1,'Southshore Sneakers',39223,3,0,0,1,154092,30818,8,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,16,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2973,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29319,4,3,-1,'Tarren Mill Defender\'s Cinch',38545,3,0,0,1,123715,24743,6,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2863,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29320,4,0,-1,'Band of the Guardian',31664,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,28869,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29321,4,0,-1,'Time-bending Gem',31664,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,19,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29322,4,0,-1,'Keeper\'s Ring of Piety',31664,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18032,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29323,4,0,-1,'Andormu\'s Tear',31906,3,0,0,1,28410,7102,11,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,12,10,13,26,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29324,0,0,-1,'Warp-Attuned Orb',33173,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35113,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29325,4,4,-1,'Flesh Beast\'s Metal Greaves',38784,3,0,0,1,189330,37866,8,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,3,7,25,12,18,13,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29326,4,3,-1,'Consortium Mantle of Phasing',39065,3,0,0,1,163946,32789,3,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29327,4,2,-1,'Cryo-mitts',39064,3,0,0,1,91018,18203,10,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,5,22,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29328,4,1,-1,'Consortium Prince\'s Wrap',38542,3,0,0,1,73093,14618,6,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29329,2,6,-1,'Terokk\'s Quill',40563,3,0,0,1,534620,106924,17,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,3,54,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,370,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29330,4,0,-1,'The Saga of Terokk',40565,3,0,0,1,137801,34450,23,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29331,12,0,-1,'Annals of Kirin\'Var',1143,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29332,4,2,-1,'Terokk\'s Mask',42478,3,0,0,1,162200,32440,1,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,32,30,13,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29333,4,0,-1,'Torc of the Sethekk Prophet',35358,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,3,0,1,0,2,5,18,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29334,4,0,-1,'Sethekk Oracle\'s Focus',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29335,4,0,-1,'Talon Lord\'s Collar',9852,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,3,0,1,0,2,7,19,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29336,4,0,-1,'Mark of the Ravenguard',39210,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,2,7,40,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29337,4,4,-1,'The Exarch\'s Protector',40585,3,0,0,1,279074,55814,5,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,4,30,12,23,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1018,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,135,0,0,0,0,4,0,4,0,4,0,2868,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29338,12,0,-1,'Loathsome Remnant',40583,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29339,4,3,-1,'Auchenai Tracker\'s Hauberk',38704,3,0,0,1,240904,48180,5,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29340,4,2,-1,'Auchenai Monk\'s Tunic',31639,3,0,0,1,201471,40294,5,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,3,3,24,31,19,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,2973,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29341,4,1,-1,'Auchenai Anchorite\'s Robe',25039,3,0,0,1,161751,32350,20,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,2,5,24,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,4,0,2,0,2864,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29342,4,4,-1,'Consortium Plated Legguards',30737,3,0,0,1,276402,55280,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2872,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29343,4,2,-1,'Haramad\'s Leggings of the Third Coin',33148,3,0,0,1,179243,35848,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,2,5,29,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,4,0,4,0,2,0,2889,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29344,4,3,-1,'Haramad\'s Linked Chain Pantaloons',27944,3,0,0,1,215930,43186,7,-1,-1,97,0,0,0,0,0,0,0,0,0,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,4,0,4,0,4,0,2869,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29345,4,1,-1,'Haramad\'s Leg Wraps',38787,3,0,0,1,144511,28902,7,262143,32767,97,0,0,0,0,0,0,0,0,0,1,0,1,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,9314,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,2,0,2,0,2890,0,225,0,0,0,0,'',50,0,0,0,0,12340), (29346,2,15,-1,'Feltooth Eviscerator',42225,4,0,0,1,541421,108284,13,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,1,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29347,4,0,-1,'Talisman of the Breaker',43125,4,0,0,1,353421,88355,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,35126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29348,2,13,-1,'The Bladefist',42348,4,0,0,1,523148,104629,21,-1,-1,105,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,283,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,35131,2,0,3,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29349,4,0,-1,'Adamantine Chain of the Unbroken',15420,4,0,0,1,353421,88355,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29350,2,19,-1,'The Black Stalk',35262,4,0,0,1,423473,84694,26,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,10,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,307,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,14799,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29351,2,2,-1,'Wrathtide Longbow',42220,4,0,0,1,407553,81510,15,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,295,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29352,4,0,-1,'Cobalt Band of Tyrigosa',39123,4,0,0,1,241024,60256,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This ring was empowered by the princess of the blue dragonflight.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29353,2,4,-1,'Shockwave Truncheon',42218,4,0,0,1,547401,109480,21,32767,-1,105,70,0,0,0,0,0,0,0,1,1,0,2,7,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,127,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,39585,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340), (29354,4,1,-1,'Light-Touched Stole of Altruism',43292,4,0,0,1,171873,34374,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29355,2,10,-1,'Terokk\'s Shadowstaff',42203,4,0,0,1,689180,137836,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,42,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,283,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,37542,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340), (29356,2,8,-1,'Quantum Blade',42219,4,0,0,1,691679,138335,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,31,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,456,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29357,4,2,-1,'Master Thief\'s Gloves',43107,4,0,0,1,144791,28958,10,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,23,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,43588,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29359,2,10,-1,'Feral Staff of Lashing',43116,4,0,0,1,699106,139821,17,32767,-1,105,70,0,0,0,0,0,0,0,1,1,0,3,38,72,3,35,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,391,0,0,0,0,300,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29360,2,15,-1,'Vileblade of the Betrayer',42224,4,0,0,1,561283,112256,13,32767,-1,105,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29361,12,0,-1,'Naberius\'s Phylactery',40593,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29362,2,7,-1,'The Sun Eater',36716,4,0,0,1,565226,113045,13,-1,-1,105,70,0,0,0,0,0,0,0,1,1,0,3,7,22,12,13,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Forged in the heart of a dying star, this ethereal blade is feared across the cosmos.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29363,15,2,-1,'Mana Wyrmling',18067,1,64,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29364,15,2,-1,'Brown Rabbit Crate',17284,1,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35239,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29365,12,0,-1,'Smithing Hammer',40710,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29366,12,0,-1,'B\'naar Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29367,4,0,-1,'Ring of Cryptic Dreams',39122,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,16,5,17,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29368,4,0,-1,'Manasurge Pendant',35437,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29369,4,1,-1,'Shawl of Shifting Probabilities',42615,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,16,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29370,4,0,-1,'Icon of the Silver Crescent',42608,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,35163,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29371,2,13,-1,'Nexus-Claw',40607,2,0,0,1,348334,69666,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29372,2,13,-1,'Void-Talon',40608,2,0,0,1,349616,69923,22,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29373,4,0,-1,'Band of Halos',35431,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29374,4,0,-1,'Necklace of Eternal Hope',39211,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29375,4,1,-1,'Bishop\'s Cloak',42611,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29376,4,0,-1,'Essence of the Martyr',42609,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,35165,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29377,2,6,-1,'Ethereum Phase-Spear',40616,2,0,0,1,444941,88988,17,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,2,5,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,153,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29378,2,19,-1,'Starheart Baton',40612,2,0,0,1,267925,53585,26,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,6,0,0,0,0,0,0,0,0,0,0,1900,0,100,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29379,4,0,-1,'Ring of Arathi Warlords',33808,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29380,2,7,-1,'Ethereum Phase Blade',40614,2,0,0,1,359762,71952,21,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,2,5,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,143,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29381,4,0,-1,'Choker of Vile Intent',9852,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,18,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29382,4,1,-1,'Blood Knight War Cloak',40592,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,23,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29383,4,0,-1,'Bloodlust Brooch',42610,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,35166,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29384,4,0,-1,'Ring of Unyielding Force',38541,4,4096,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,31,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,294,0,0,0,'',67,0,0,0,0,12340), (29385,4,1,-1,'Farstrider Defender\'s Cloak',35366,4,4096,0,1,0,0,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,174,0,0,0,'',67,0,0,0,0,12340), (29386,4,0,-1,'Necklace of the Juggernaut',33906,4,4096,0,1,0,0,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,19,7,33,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29387,4,0,-1,'Gnomeregan Auto-Blocker 600',42612,4,4096,0,1,0,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,35169,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29388,4,7,-1,'Libram of Repentance',34960,4,4096,0,1,0,0,28,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37742,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29389,4,9,-1,'Totem of the Pulsing Earth',42614,4,4096,0,1,0,0,28,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37740,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29390,4,8,-1,'Everbloom Idol',34953,4,4096,0,1,0,0,28,32767,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33693,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29391,2,15,-1,'Pulse Dagger',44593,2,0,0,1,348265,69653,13,-1,-1,108,66,0,0,0,0,0,0,0,0,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,98,0,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29393,0,5,-1,'Diamond Berries',40621,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (29394,0,5,-1,'Lyribread',40637,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (29395,0,5,-1,'Ethermead',40652,1,0,0,5,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29396,12,0,-1,'Coruu Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29397,12,0,-1,'Duro Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29398,4,0,-1,'Circle of Banishing',31664,2,524288,0,1,121136,30284,11,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,32,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35175,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29399,2,10,-1,'Rod of the Void Caller',40650,2,0,0,1,363980,72796,17,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,3,7,48,5,13,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,193,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,0,0,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.5,0,0,0,'',32,0,0,0,0,12340), (29400,4,1,-1,'Abyssal Shroud',40648,2,0,0,1,87691,17538,16,-1,-1,93,0,0,0,0,0,0,0,0,0,1,0,2,35,7,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,18,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29401,0,5,-1,'Sparkling Southshore Cider',40652,1,0,0,5,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29410,2,5,-1,'Monster - Mace2H, Warhammer Ebony - White Flame',40660,0,0,8192,1,15,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29411,12,0,-1,'Ara Access Crystal',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29412,0,5,-1,'Jessen\'s Special Slop',26733,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29419,2,0,-1,'Monster - Glaive - 3 Blade Purple - Ethereal, Ethereum (Red Glow)',40669,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29425,12,0,-1,'Mark of Kil\'jaeden',40679,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Aldor in Shattrath City to prove your slaying of a low-ranking follower of the Burning Legion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29426,12,0,-1,'Firewing Signet',40680,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Scryers in Shattrath City to prove your slaying of a low-ranking follower of Kael\'thas.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29428,12,0,-1,'Bessy\'s Bell',40714,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An old, battered brass cowbell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29429,12,0,-1,'Boom\'s Doom',7624,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35139,0,10,0,0,1157,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29434,10,0,-1,'Badge of Justice',40753,4,2048,0,1,0,0,0,262143,32767,70,70,0,0,0,0,0,0,0,2147483647,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29443,0,0,-1,'Bloodmaul Brutebane Brew',18115,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35129,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29445,12,0,-1,'Surveying Markers',40829,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35246,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29447,12,0,-1,'Fel Zapper',31201,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35282,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29448,0,5,-1,'Mag\'har Mild Cheese',40841,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (29449,0,5,-1,'Bladespire Bagel',38634,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (29450,0,5,-1,'Telaari Grapes',22414,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (29451,0,5,-1,'Clefthoof Ribs',21327,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (29452,0,5,-1,'Zangar Trout',40844,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (29453,0,5,-1,'Sporeggar Mushroom',40699,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (29454,0,5,-1,'Silverwine',40694,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29456,2,7,-1,'Gift of the Ethereal',39310,3,32768,0,1,348580,69716,13,-1,-1,94,63,0,0,0,0,0,933,5,1,1,0,2,3,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,147,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29457,2,15,-1,'Nethershard',40881,3,32768,0,1,349938,69987,21,-1,-1,94,63,0,0,0,0,0,933,5,1,1,0,3,32,6,7,15,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,99,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-15.3,0,0,0,'',0,0,0,0,0,12340), (29458,4,6,-1,'Aegis of the Vindicator',45817,4,0,0,1,387811,77562,14,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5279,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,137,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29459,12,0,-1,'Ethereum Relay Data',26551,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small crystal that rapidly changes color.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29460,13,0,-1,'Ethereum Prison Key',40888,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35349,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29461,12,0,-1,'Mana Bomb Fragment',33552,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fragment of the casing of a devastating weapon used in the destruction of Kirin\'Var Village',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29463,4,4,-1,'Amber Bands of the Aggressor',43425,4,0,0,1,198750,39750,9,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,22,3,18,7,25,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29464,12,0,-1,'Shaleskin Shale',4689,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s sweating an oily secretion... kind of like tar. And it\'s getting all over your pack.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29465,15,5,-1,'Black Battlestrider',59463,4,4096,0,1,0,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29466,15,5,-1,'Black War Kodo',29447,4,4096,0,1,0,0,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29467,15,5,-1,'Black War Ram',17343,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29468,15,5,-1,'Black War Steed Bridle',30608,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29469,15,5,-1,'Horn of the Black War Wolf',16208,4,4096,0,1,0,0,0,-1,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22724,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29470,15,5,-1,'Red Skeletal Warhorse',17786,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22722,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29471,15,5,-1,'Reins of the Black War Tiger',17606,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22723,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29472,15,5,-1,'Whistle of the Black War Raptor',17494,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,22721,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29473,15,0,-1,'Protectorate Igniter',40902,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35372,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Standard Issue.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29474,12,0,-1,'Ivory Bell',37662,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29475,12,0,-1,'Pacifying Dust',20798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Careful with this stuff, or you might end up pacifying yourself!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29476,12,0,-1,'Crimson Crystal Shard',35850,1,2048,0,1,0,0,0,-1,-1,1,61,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10134,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29477,12,0,-1,'Crimson Crystal Shard',35850,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Emanates with a sickly, evil aura.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29478,12,0,-1,'Seed of Revitalization',7287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35413,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29480,12,0,-1,'Parched Hydra Sample',39724,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29481,12,0,-1,'Withered Bog Lord Sample',40948,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29482,0,0,-1,'Ethereum Essence',37856,1,0,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35409,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drinking may cause brain damage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29483,0,6,-1,'Shadow Armor Kit',40966,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35415,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29485,0,6,-1,'Flame Armor Kit',40964,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35416,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29486,0,6,-1,'Frost Armor Kit',18525,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35418,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29487,0,6,-1,'Nature Armor Kit',40970,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35419,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29488,0,6,-1,'Arcane Armor Kit',40965,2,64,0,1,60000,15000,0,-1,-1,68,65,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35420,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29489,4,3,-1,'Enchanted Felscale Leggings',40988,3,0,0,1,263907,52781,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29490,4,3,-1,'Enchanted Felscale Gloves',40989,3,0,0,1,132430,26486,10,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29491,4,3,-1,'Enchanted Felscale Boots',40990,3,0,0,1,200246,40049,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29492,4,3,-1,'Flamescale Leggings',44266,3,0,0,1,266767,53353,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29493,4,3,-1,'Flamescale Boots',44267,3,0,0,1,201663,40332,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29494,4,3,-1,'Flamescale Belt',44268,3,0,0,1,124842,24968,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29495,4,2,-1,'Enchanted Clefthoof Leggings',34710,3,0,0,1,208864,41772,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,40,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29496,4,2,-1,'Enchanted Clefthoof Gloves',40998,3,0,0,1,104829,20965,10,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29497,4,2,-1,'Enchanted Clefthoof Boots',40997,3,0,0,1,157824,31564,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,30,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29498,4,2,-1,'Blastguard Pants',42855,3,0,0,1,211226,42245,7,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,8,0,8,0,8,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29499,4,2,-1,'Blastguard Boots',42857,3,0,0,1,159015,31803,8,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,8,0,0,0,1584,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29500,4,2,-1,'Blastguard Belt',42858,3,0,0,1,106407,21281,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,8,0,8,0,0,0,1585,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29501,13,0,-1,'Sha\'naar Key',8903,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29502,4,2,-1,'Cobrascale Hood',45844,4,0,0,1,202237,40447,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,42,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,15823,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29503,4,2,-1,'Cobrascale Gloves',41014,4,0,0,1,135324,27064,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,25,31,20,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29504,4,2,-1,'Windscale Hood',45802,4,0,0,1,203715,40743,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,37,5,18,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,17493,1,0,0,0,0,0,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29505,4,2,-1,'Hood of Primal Life',45801,4,0,0,1,204465,40893,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,37,6,31,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,18042,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29506,4,2,-1,'Gloves of the Living Touch',41021,4,0,0,1,136809,27361,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,5,18,6,22,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18046,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29507,4,2,-1,'Windslayer Wraps',41024,4,0,0,1,137309,27461,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,4,36,3,18,7,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29508,4,3,-1,'Living Dragonscale Helm',44092,4,0,0,1,248032,49606,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,31,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,18048,1,0,0,0,0,0,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29509,4,3,-1,'Windstrike Gloves',41038,4,0,0,1,165954,33190,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,4,36,3,18,7,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29510,4,3,-1,'Netherdrake Helm',41037,4,0,0,1,231940,46388,1,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,32,31,5,26,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,0,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29511,4,3,-1,'Netherdrake Gloves',41036,4,0,0,1,155226,31045,10,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,24,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29512,4,3,-1,'Earthen Netherscale Boots',41034,4,0,0,1,234753,46950,8,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,3,4,28,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,23990,1,0,0,0,0,0,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29513,12,0,-1,'Staff of the Dreghood Elders',15867,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35460,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29514,4,3,-1,'Thick Netherscale Breastplate',44595,4,0,0,1,314018,62803,5,262143,2147483647,105,70,0,0,0,0,0,0,0,0,1,0,3,7,36,3,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,15824,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29515,4,3,-1,'Ebon Netherscale Breastplate',43455,4,0,0,1,355784,71156,5,-1,-1,120,70,0,0,10656,0,0,0,0,0,1,0,3,32,31,7,25,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,15826,1,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,616,140,0,0,0,0,8,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29516,4,3,-1,'Ebon Netherscale Belt',43414,4,0,0,1,171764,34352,6,-1,-1,115,70,0,0,10656,0,0,0,0,0,1,0,3,32,22,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,0,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,616,50,0,0,0,0,8,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29517,4,3,-1,'Ebon Netherscale Bracers',43413,4,0,0,1,158791,31758,9,-1,-1,105,70,0,0,10656,0,0,0,0,0,1,0,3,32,17,7,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,15808,1,0,0,0,0,0,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,616,50,0,0,0,0,4,0,0,0,0,0,75,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29518,2,7,-1,'Amani Scimitar',22079,1,0,0,1,4682,936,13,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,34,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29519,4,3,-1,'Netherstrike Breastplate',45937,4,0,0,1,361125,72225,5,-1,-1,120,70,0,0,10656,0,0,0,0,0,1,0,3,32,32,7,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,18054,1,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,617,140,0,0,0,0,8,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29520,4,3,-1,'Netherstrike Belt',44103,4,0,0,1,174351,34870,6,-1,-1,115,70,0,0,10656,0,0,0,0,0,1,0,3,32,16,7,10,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,617,50,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29521,4,3,-1,'Netherstrike Bracers',44102,4,0,0,1,175002,35000,9,-1,-1,115,70,0,0,10656,0,0,0,0,0,1,0,3,32,17,7,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,14799,1,0,0,0,0,0,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,617,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29522,4,2,-1,'Windhawk Hauberk',45820,4,0,0,1,304321,60864,5,-1,-1,120,70,0,0,10660,0,0,0,0,0,1,0,4,5,29,6,29,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,18058,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,618,120,0,0,0,0,8,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29523,4,2,-1,'Windhawk Bracers',45822,4,0,0,1,146905,29381,9,-1,-1,115,70,0,0,10660,0,0,0,0,0,1,0,4,5,17,6,7,7,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,618,40,0,0,0,0,4,0,0,0,0,0,3016,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29524,4,2,-1,'Windhawk Belt',45823,4,0,0,1,147448,29489,6,-1,-1,115,70,0,0,10660,0,0,0,0,0,1,0,4,5,19,6,20,7,17,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,618,40,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29525,4,2,-1,'Primalstrike Vest',45057,4,0,0,1,307674,61534,5,-1,-1,120,70,0,0,10658,0,0,0,0,0,1,0,3,3,38,7,39,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,33782,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,619,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29526,4,2,-1,'Primalstrike Belt',45056,4,0,0,1,152418,30483,6,-1,-1,115,70,0,0,10658,0,0,0,0,0,1,0,2,3,20,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,619,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29527,4,2,-1,'Primalstrike Bracers',45055,4,0,0,1,152946,30589,9,-1,-1,115,70,0,0,10658,0,0,0,0,0,1,0,2,3,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,619,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29528,0,8,-1,'Drums of War',41050,2,8388672,0,1,20000,5000,0,-1,-1,68,0,165,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35475,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29529,0,8,-1,'Drums of Battle',41062,2,8388672,0,1,20000,5000,0,-1,-1,73,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35476,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29530,0,8,-1,'Drums of Speed',41060,2,8388672,0,1,20000,5000,0,-1,-1,69,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35477,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29531,0,8,-1,'Drums of Restoration',41061,2,8388672,0,1,20000,5000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35478,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29532,0,8,-1,'Drums of Panic',41059,2,8388672,0,1,20000,5000,0,-1,-1,74,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35474,0,-50,-50,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29533,0,6,-1,'Cobrahide Leg Armor',47590,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35488,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29534,0,6,-1,'Clefthide Leg Armor',47591,3,32832,0,1,80000,20000,0,262143,32767,67,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35489,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29535,0,6,-1,'Nethercobra Leg Armor',47592,4,32832,0,1,160000,40000,0,262143,32767,73,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35490,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29536,0,6,-1,'Nethercleft Leg Armor',47592,4,32832,0,1,160000,40000,0,262143,32767,73,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35495,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29539,7,6,-1,'Cobra Scales',37083,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29540,1,6,-1,'Reinforced Mining Bag',24496,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29545,12,0,-1,'Sunfury Military Briefing',3029,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29546,12,0,-1,'Sunfury Arcane Briefing',3048,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29547,7,6,-1,'Wind Scales',21364,1,0,0,1,0,1250,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29548,7,6,-1,'Nether Dragonscales',41081,1,0,0,1,0,2000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29549,9,0,-1,'Codex: Prayer of Fortitude III',1143,3,32832,0,1,400000,100000,0,31248,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Fortitude (Rank 3).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29550,9,0,-1,'Tome of Conjure Water IX',1103,3,32832,0,1,40000,10000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,27090,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Water (Rank 9).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29553,15,0,-1,'Basilisk Liver',9140,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29554,15,0,-1,'Encrusted Basilisk Skin',37672,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29555,15,0,-1,'Glimmering Basilisk Skin',3668,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29556,15,0,-1,'Basilisk Venom Sac',41121,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29559,15,0,-1,'Vibrant Feather',41122,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29560,15,0,-1,'Electrified Scale',41124,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29561,15,0,-1,'Dragon Femur',7126,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29562,15,0,-1,'Dragon\'s Tooth',30593,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29563,15,0,-1,'Dragon\'s Claw',44288,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29564,15,0,-1,'Dragon\'s Fang',7886,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29565,12,0,-1,'Raptor Liver',3759,0,0,8192,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29567,15,0,-1,'Raptor Talon',1498,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29568,15,0,-1,'Raptor War Feather',41153,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29569,15,0,-1,'Strong Junkbox',18721,1,4,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1665,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29570,15,0,-1,'A Gnome Effigy',41158,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29571,15,0,-1,'A Steamy Romance Novel',9319,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2986,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29572,15,0,-1,'Aboriginal Carvings',41168,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29573,15,0,-1,'Embalming Fluid',34493,0,0,0,1,220,55,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29574,15,0,-1,'Mummified Parts',7155,0,0,0,1,320,80,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29575,15,0,-1,'A Jack-o\'-Lantern',32955,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Trick it is...',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29576,15,0,-1,'Shark Bait',41171,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just keep swimming...',0,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29577,15,0,-1,'Troll Keepsake',13433,0,0,0,1,350,87,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29578,15,0,-1,'Crystalized Stone',41175,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29579,15,0,-1,'Crystalized Stone Chips',36866,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29580,15,0,-1,'Crystal Fragments',41176,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29581,15,0,-1,'Strange Crystal',41177,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29582,12,0,-1,'Ethereum Data Cell',41178,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29583,2,7,-1,'Sinister Scimitar',41179,2,0,0,1,7313,1462,13,-1,-1,20,15,0,0,0,0,0,0,0,0,1,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,38,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (29584,2,16,-1,'Throat Piercers',41181,2,4194304,0,1,600,150,25,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,27,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (29586,12,0,-1,'Head of Forgefiend Razorsaw',41195,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The head of the leader of Forge Base Mageddon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29588,15,0,-1,'Burning Legion Missive',5567,1,2048,2,1,0,0,0,262143,32767,0,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A coded message.',0,0,0,10395,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29589,12,0,-1,'Burning Legion Missive',5567,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A coded message.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29590,15,0,-1,'Burning Legion Missive',5567,1,2048,1,1,0,0,0,262143,32767,0,58,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A coded message.',0,0,0,10393,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29591,12,0,-1,'Prepared Ethereum Wrapping',17458,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Coated in some type of slick substance.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29592,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,2,32767,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29593,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,64,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29594,4,3,-1,'Knight-Lieutenant\'s Mail Greaves',31183,3,36864,2,1,0,0,8,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,14,5,12,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,22801,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29595,4,3,-1,'Knight-Lieutenant\'s Mail Vices',27279,3,36864,2,1,0,0,10,64,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,15,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29596,4,3,-1,'Knight-Captain\'s Mail Hauberk',31185,3,36864,2,1,0,0,5,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,18,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29597,4,3,-1,'Knight-Captain\'s Mail Legguards',31186,3,36864,2,1,0,0,7,64,-1,68,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29598,4,3,-1,'Lieutenant Commander\'s Mail Headguard',30072,3,36864,2,1,0,0,1,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,4,7,24,5,16,4,6,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29599,4,3,-1,'Lieutenant Commander\'s Mail Pauldrons',30382,3,36864,2,1,0,0,3,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,5,10,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,718,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29600,4,4,-1,'Blood Guard\'s Lamellar Gauntlets',41954,3,36864,1,1,0,0,10,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,2,7,13,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29601,4,4,-1,'Blood Guard\'s Lamellar Sabatons',41236,3,36864,1,1,0,0,8,2,-1,66,60,0,0,0,0,0,0,0,1,1,0,3,7,12,4,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29602,4,4,-1,'Legionnaire\'s Lamellar Breastplate',41237,3,36864,1,1,0,0,5,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,18,4,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29603,4,4,-1,'Legionnaire\'s Lamellar Leggings',41238,3,36864,1,1,0,0,7,2,-1,68,60,0,0,0,0,0,0,0,1,1,0,3,7,17,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29604,4,4,-1,'Champion\'s Lamellar Headguard',42200,3,36864,1,1,0,0,1,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,19,4,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29605,4,4,-1,'Champion\'s Lamellar Shoulders',41240,3,36864,1,1,0,0,3,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,14,4,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,697,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29606,4,3,-1,'Marshal\'s Mail Boots',32126,4,36864,2,1,0,0,8,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,22801,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29607,4,3,-1,'Marshal\'s Mail Gauntlets',32100,4,36864,2,1,0,0,10,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,18,5,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (29608,4,3,-1,'Marshal\'s Mail Leggings',32127,4,36864,2,1,0,0,7,64,-1,71,60,0,0,0,0,0,0,0,1,1,0,2,7,23,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29609,4,3,-1,'Field Marshal\'s Mail Armor',32103,4,36864,2,1,0,0,5,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,35,5,20,4,9,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29610,4,3,-1,'Field Marshal\'s Mail Helm',32133,4,36864,2,1,0,0,1,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,35,5,19,4,11,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29611,4,3,-1,'Field Marshal\'s Mail Spaulders',32128,4,36864,2,1,0,0,3,64,-1,74,60,0,0,0,0,0,0,0,1,1,0,4,7,18,5,18,4,17,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,717,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29612,4,4,-1,'General\'s Lamellar Boots',41241,4,36864,1,1,0,0,8,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,16,4,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29613,4,4,-1,'General\'s Lamellar Gloves',41242,4,36864,1,1,0,0,10,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,4,18,7,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,23300,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29614,4,4,-1,'General\'s Lamellar Legplates',41243,4,36864,1,1,0,0,7,2,-1,71,60,0,0,0,0,0,0,0,1,1,0,3,7,20,4,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,7597,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29615,4,4,-1,'Warlord\'s Lamellar Chestplate',41244,4,36864,1,1,0,0,5,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,4,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29616,4,4,-1,'Warlord\'s Lamellar Faceguard',42200,4,36864,1,1,0,0,1,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,21,4,21,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29617,4,4,-1,'Warlord\'s Lamellar Pauldrons',41245,4,36864,1,1,0,0,3,2,-1,74,60,0,0,0,0,0,0,0,1,1,0,3,7,16,4,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,698,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29618,12,0,-1,'Protectorate Disruptor',23475,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35683,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29624,0,0,-1,'First Half of Socrethar\'s Stone',18204,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29625,0,0,-1,'Second Half of Socrethar\'s Stone',18204,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29645,2,8,-1,'Monster - Sword2H, Draenei A02 Rusty',41309,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29664,9,1,-1,'Pattern: Reinforced Mining Bag',1102,1,64,1,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35530,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Reinforced Mining Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29669,9,1,-1,'Pattern: Shadow Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35520,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shadow Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29672,9,1,-1,'Pattern: Flame Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35521,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flame Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29673,9,1,-1,'Pattern: Frost Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35522,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Frost Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29674,9,1,-1,'Pattern: Nature Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35523,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Nature Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29675,9,1,-1,'Pattern: Arcane Armor Kit',15274,2,64,0,1,50000,12500,0,-1,-1,68,0,165,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35524,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Arcane Armor Kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29677,9,1,-1,'Pattern: Enchanted Felscale Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35525,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Felscale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29682,9,1,-1,'Pattern: Enchanted Felscale Gloves',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35526,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Felscale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29684,9,1,-1,'Pattern: Enchanted Felscale Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35527,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Felscale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29689,9,1,-1,'Pattern: Flamescale Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35529,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamescale Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29691,9,1,-1,'Pattern: Flamescale Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35528,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Flamescale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29693,9,1,-1,'Pattern: Flamescale Belt',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35531,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flamescale Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29698,9,1,-1,'Pattern: Enchanted Clefthoof Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35532,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Clefthoof Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29699,0,0,-1,'Socrethar\'s Teleportation Stone',41350,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29700,9,1,-1,'Pattern: Enchanted Clefthoof Gloves',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35533,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Clefthoof Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29701,9,1,-1,'Pattern: Enchanted Clefthoof Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,934,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35534,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Enchanted Clefthoof Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29702,9,1,-1,'Pattern: Blastguard Pants',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35535,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blastguard Pants.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29703,9,1,-1,'Pattern: Blastguard Boots',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35536,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blastguard Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29704,9,1,-1,'Pattern: Blastguard Belt',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,165,350,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35537,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Blastguard Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29712,2,0,-1,'Monster - Axe, Draenei C01 Ice',41358,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29713,9,1,-1,'Pattern: Drums of Panic',6270,1,64,0,1,120000,30000,0,-1,-1,74,0,165,370,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35538,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Panic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29714,9,1,-1,'Pattern: Drums of Restoration',15274,2,64,0,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29717,9,1,-1,'Pattern: Drums of Battle',6270,1,64,0,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35543,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29718,9,1,-1,'Pattern: Drums of Speed',15274,2,64,0,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29719,9,1,-1,'Pattern: Cobrahide Leg Armor',1301,1,64,2,1,60000,15000,0,-1,-1,67,0,165,335,0,0,0,946,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrahide Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29720,9,1,-1,'Pattern: Clefthide Leg Armor',1301,1,64,0,1,60000,15000,0,-1,-1,67,0,165,335,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Clefthide Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29721,9,1,-1,'Pattern: Nethercleft Leg Armor',1301,1,64,0,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nethercleft Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29722,9,1,-1,'Pattern: Nethercobra Leg Armor',1301,1,64,2,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nethercobra Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29723,9,1,-1,'Pattern: Cobrascale Hood',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Cobrascale Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29724,9,1,-1,'Pattern: Cobrascale Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Cobrascale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29725,9,1,-1,'Pattern: Windscale Hood',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Windscale Hood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29726,9,1,-1,'Pattern: Hood of Primal Life',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hood of Primal Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29727,9,1,-1,'Pattern: Gloves of the Living Touch',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Gloves of the Living Touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29728,9,1,-1,'Pattern: Windslayer Wraps',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Windslayer Wraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29729,9,1,-1,'Pattern: Living Dragonscale Helm',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Living Dragonscale Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29730,9,1,-1,'Pattern: Earthen Netherscale Boots',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Earthen Netherscale Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29731,9,1,-1,'Pattern: Windstrike Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Windstrike Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29732,9,1,-1,'Pattern: Netherdrake Helm',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Netherdrake Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29733,9,1,-1,'Pattern: Netherdrake Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Netherdrake Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29734,9,1,-1,'Pattern: Thick Netherscale Breastplate',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35574,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Thick Netherscale Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29735,0,0,-1,'Holy Dust',31325,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This shimmering dust is used as a material for Aldor inscriptions.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29736,0,0,-1,'Arcane Rune',23292,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These glowing runes are used in Scryer inscriptions.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29737,12,0,-1,'Navuud\'s Concoction',3665,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35685,0,0,0,0,1167,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drink to feel the surge.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29738,12,0,-1,'Vial of Void Horror Ooze',9731,1,2048,0,1,0,0,0,-1,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bubbling with ooze.',0,0,0,10413,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29739,12,0,-1,'Arcane Tome',1103,2,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Scryers in the Seer\'s Library would be interested in this item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29740,12,0,-1,'Fel Armament',41378,2,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only the Aldor in the Temple of Unending Light could cleanse the demonic taint that permeates this item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29741,12,0,-1,'Diagnostic Results',41380,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29742,13,0,-1,'The Warden\'s Key',41387,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35707,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29743,15,5,-1,'Purple Elekk',44587,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35711,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29744,15,5,-1,'Gray Elekk',44588,3,0,0,1,10000,2500,0,262143,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35710,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29745,15,5,-1,'Great Blue Elekk',44589,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35713,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29746,15,5,-1,'Great Green Elekk',44590,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35712,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29747,15,5,-1,'Great Purple Elekk',44591,4,0,0,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35714,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29749,12,0,-1,'Farahlon Lasher Cutting',6387,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29750,13,0,-1,'Ethereum Stasis Chamber Key',41411,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35725,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29751,12,0,-1,'Talbuk Horn Sample',41413,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29753,15,0,-1,'Chestguard of the Fallen Defender',41438,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29754,15,0,-1,'Chestguard of the Fallen Champion',41438,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29755,15,0,-1,'Chestguard of the Fallen Hero',41438,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29756,15,0,-1,'Gloves of the Fallen Hero',41440,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29757,15,0,-1,'Gloves of the Fallen Champion',41440,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29758,15,0,-1,'Gloves of the Fallen Defender',41440,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29759,15,0,-1,'Helm of the Fallen Hero',41441,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29760,15,0,-1,'Helm of the Fallen Champion',41441,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29761,15,0,-1,'Helm of the Fallen Defender',41441,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29762,15,0,-1,'Pauldrons of the Fallen Hero',19486,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29763,15,0,-1,'Pauldrons of the Fallen Champion',19486,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29764,15,0,-1,'Pauldrons of the Fallen Defender',19486,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29765,15,0,-1,'Leggings of the Fallen Hero',41442,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29766,15,0,-1,'Leggings of the Fallen Champion',41442,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29767,15,0,-1,'Leggings of the Fallen Defender',41442,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29768,12,0,-1,'Hulking Hydra Heart',4045,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29769,12,0,-1,'Diagnostic Results',32845,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A print out containing the results of diagnostic tests conducted at the Eco-Dome Sutheron Generator',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29770,12,0,-1,'Experimental Repair Apparatus',41425,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29771,4,1,-1,'Kirin\'Var Journeyman\'s Belt',16603,2,0,0,1,73530,14706,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,16,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29772,4,2,-1,'Kirin\'Var Scout\'s Belt',4532,2,0,0,1,92232,18446,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,4,20,3,20,7,19,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29773,4,3,-1,'Battle-Mage\'s Helmet',38338,2,0,0,1,166610,33322,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,32,26,7,25,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29774,4,4,-1,'Kirin\'Var Defender\'s Chausses',26824,2,0,0,1,260091,52018,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,27,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29775,4,0,-1,'Pendant of the Battle-Mage',9854,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29776,4,0,-1,'Core of Ar\'kelos',33520,2,0,0,1,138516,34629,12,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35733,0,0,0,120000,1141,20000,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29777,4,1,-1,'Cloak of the Valiant Defender',39391,2,0,0,1,99482,19896,16,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,21,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,195,0,0,0,'',14,0,0,0,0,12340), (29778,0,0,-1,'Phase Disruptor',41434,1,65600,0,1,0,0,0,-1,-1,70,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35734,0,-30,0,0,1167,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It will take multiple uses of this device to destroy the void conduit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (29779,2,19,-1,'Rejuvenating Scepter',31628,2,0,0,1,250602,50120,26,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,186,3,0,0,0,0,0,0,0,0,0,0,1400,0,100,9317,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29780,4,1,-1,'Kirin Tor Apprentice\'s Robes',25834,3,0,0,1,162347,32469,20,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,26,31,14,7,19,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29781,4,2,-1,'Lifewarden\'s Breastplate',29919,3,0,0,1,198640,39728,5,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,5,25,7,27,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29782,4,3,-1,'Coif of the Wicked',15810,3,0,0,1,179456,35891,1,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,2,7,39,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29783,4,4,-1,'Legguards of the Resolute Defender',25226,3,0,0,1,287763,57552,7,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,7,42,12,31,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,13665,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29784,4,2,-1,'Harmony\'s Touch',31630,2,0,0,1,89614,17922,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29785,4,3,-1,'Crimson Mail Bracers',27314,2,0,0,1,107932,21586,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29786,4,4,-1,'Kirin\'Var Defender\'s Greaves',26874,2,0,0,1,189209,37841,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,3,16,7,18,4,21,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29787,2,4,-1,'Master Smith\'s Hammer',28262,2,0,0,1,362364,72472,13,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,9,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,202,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (29788,4,3,-1,'Finely Wrought Scale Leggings',16487,2,0,0,1,218206,43641,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29789,4,4,-1,'Andrethan\'s Masterwork',26332,2,0,0,1,255494,51098,5,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,32,19,7,27,4,34,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29790,12,0,-1,'Demolition Charges',25482,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35738,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29791,4,4,-1,'Reinforced Heaume',27511,2,0,0,1,192613,38522,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,12,27,7,39,3,17,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29792,4,1,-1,'Dawnstrike\'s Cloak',27176,2,0,0,1,110668,22133,16,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29793,4,0,-1,'Signet of the Violet Tower',23728,2,0,0,1,141992,35498,11,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,5,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,21623,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29794,4,0,-1,'Strength of the Violet Tower',31604,2,0,0,1,122547,30636,2,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,12,21,7,18,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29795,12,0,-1,'Burning Legion Gate Key',38758,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35739,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29796,0,0,-1,'Socrethar\'s Teleportation Stone',41350,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35745,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29797,12,0,-1,'Orders From Kael\'thas',3029,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29798,12,0,-1,'Dome Generator Segment',41434,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29799,15,0,-1,'Lifeless Tendril',18096,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29800,15,0,-1,'Evil Eye',9292,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29801,12,0,-1,'Ripfang Lynx Pelt',21470,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29803,12,0,-1,'Diagnostic Device',36529,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35755,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29804,4,2,-1,'Wrangler\'s Boots',27741,2,0,0,1,134409,26881,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,28,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made from 100% genuine leather.',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29805,0,0,-1,'Socrethar\'s Head',41450,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29806,4,3,-1,'Cowpoke\'s Riding Gloves',25811,2,0,0,1,108304,21660,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29807,4,4,-1,'Engraved Cattleman\'s Buckle',24514,2,0,0,1,127539,25507,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,4,21,7,30,31,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29808,4,1,-1,'Shimmering Azure Boots',26268,2,0,0,1,109092,21818,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,19,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29810,4,2,-1,'Dragon Crested Epaulets',18939,2,0,0,1,137337,27467,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,1,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29811,4,3,-1,'Goldenlink Bracers',25800,2,0,0,1,110264,22052,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29812,4,4,-1,'Blued Steel Gauntlets',26872,2,0,0,1,129839,25967,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,28,4,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29813,4,1,-1,'Cloak of Woven Energy',33144,3,0,0,1,127813,25562,16,1535,32767,106,0,0,0,0,0,0,0,0,0,1,0,4,5,13,7,6,32,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29814,4,0,-1,'Celestial Jewel Ring',9837,3,0,0,1,111996,27999,11,-1,-1,106,0,0,0,0,0,0,0,0,1,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,900000,0,30000,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29815,4,0,-1,'Chain of Glowing Tendrils',9852,3,0,0,1,111996,27999,2,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,4,18,3,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29817,12,0,-1,'Talbuk Tagger',36571,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35771,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sweet dreams, bucky!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29818,12,0,-1,'Energy Field Modulator',41461,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35772,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29822,12,0,-1,'Fragment of Dimensius',36597,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29828,2,15,-1,'Rogue 150 Epic Test Dagger 1800',35819,4,0,8192,1,714122,142824,13,32767,-1,150,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29839,0,8,-1,'QAEnchant Weapon Mongoose',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35793,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29840,0,8,-1,'QAEnchant Weapon Soulfrost',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35794,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29841,0,8,-1,'QAEnchant Weapon Sunfire',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35795,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29842,0,8,-1,'QAEnchant Weapon +40 Spell Damage',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35796,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29852,0,8,-1,'QAEnchant Boots +9 Stamina & +8% Speed',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35806,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29856,0,8,-1,'QAEnchant Boots +12 Agility',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35809,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29857,0,8,-1,'QAEnchant Boots +12 Stamina',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35810,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29860,0,8,-1,'QAEnchant Cloak +12 Agility',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35813,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29861,0,8,-1,'QAEnchant Cloak +20 Spell Penetration',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35814,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29863,0,8,-1,'QAEnchant Gloves +20 Spell Damage',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35816,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29868,0,0,-1,'QAEnchant Gloves +26 Attack Power',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35820,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29871,0,8,-1,'QAEnchant Chest +15 Spirit',7899,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35823,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (29872,0,8,-1,'QAEnchant Chest +6 Stats',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35824,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29874,0,8,-1,'QAEnchant Chest +150 Health',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35826,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29885,6,3,-1,'Hunter 120 Epic Test Bullets',40526,4,0,0,1,0,25,24,-1,-1,120,62,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29887,15,0,-1,'Hunter 150 Epic Ammo Box',9632,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (29901,15,2,-1,'Blue Moth Egg',57527,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35907,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29902,15,2,-1,'Red Moth Egg',57527,1,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35909,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29903,15,2,-1,'Yellow Moth Egg',57527,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35910,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29904,15,2,-1,'White Moth Egg',57527,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,35911,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29905,0,0,-1,'Kael\'s Vial Remnant',36862,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains a small amount of water from the Well of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29906,0,0,-1,'Vashj\'s Vial Remnant',41488,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains a small amount of water from the Well of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29908,2,1,-1,'Rage Reaver',28334,2,0,0,1,318384,63676,17,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,251,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29909,2,15,-1,'Screaming Dagger',20299,2,0,0,1,255699,51139,13,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,105,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29910,2,10,-1,'The Staff of Twin Worlds',20298,2,0,0,1,320864,64172,17,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,19,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,226,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,-3.3,0,0,0,'',32,0,0,0,0,12340), (29911,2,10,-1,'Agamaggan\'s Quill',24015,2,0,0,1,322071,64414,17,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,7,30,38,38,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,237,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29912,12,0,-1,'The Final Code',5567,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35936,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29913,2,7,-1,'Foe Reaver',28561,2,0,0,1,266745,53349,13,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,4,8,3,7,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,151,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29914,2,15,-1,'Hellfire Skiver',41494,2,0,0,1,267736,53547,22,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,7,7,9,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,81,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29915,2,19,-1,'Desolation Rod',39876,2,0,0,1,201526,40305,26,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,6,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,154,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9397,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29916,2,18,-1,'Ironstar Repeater',42393,2,0,0,1,202270,40454,26,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,98,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29917,4,6,-1,'Landslide Buckler',40895,2,0,0,1,173238,34647,14,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,49,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29918,4,1,-1,'Mindstorm Wristbands',42645,4,4096,0,1,131084,26216,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,13,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29919,4,6,-1,'Adamantine Kite Shield',41496,2,0,0,1,174491,34898,14,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,4,8,7,24,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,49,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (29920,4,0,-1,'Phoenix-Ring of Rebirth',35472,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,1,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29921,4,3,-1,'Fire Crest Breastplate',46088,4,4096,0,1,397521,79504,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29922,4,0,-1,'Band of Al\'ar',39120,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29923,4,0,-1,'Talisman of the Sun King',42176,4,4096,0,1,1015299,203059,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,24,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29924,2,0,-1,'Netherbane',42177,4,4096,0,1,698441,139688,13,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,3,25,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,327,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29925,4,1,-1,'Phoenix-Wing Cloak',46126,4,4096,0,1,201613,40322,16,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,37,12,22,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29926,4,1,-1,'Whispering Tunic',43935,2,0,0,1,111813,22362,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29927,4,1,-1,'Shadowbrim Travel Hat',44579,2,0,0,1,84157,16831,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29928,4,1,-1,'Wanderer\'s Stitched Trousers',43932,2,0,0,1,104714,20942,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29929,4,2,-1,'Raging Spirit Harness',43928,2,0,0,1,131388,26277,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29930,4,2,-1,'Nature-Stitched Kilt',43927,2,0,0,1,131871,26374,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29931,4,2,-1,'Phantasmal Headdress',42398,2,0,0,1,99275,19855,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29932,4,3,-1,'Arcane Ringed Tunic',43919,2,0,0,1,159435,31887,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29933,4,3,-1,'Arcane Ringed Greaves',43918,2,0,0,1,160030,32006,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29934,4,3,-1,'Helm of Affinity',43922,2,0,0,1,120457,24091,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29935,4,4,-1,'Fire Scarred Breastplate',41517,2,0,0,1,188072,37614,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29936,4,4,-1,'Skyfire Greaves',41518,2,0,0,1,188766,37753,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29937,4,4,-1,'Helm of Infinite Visions',43923,2,0,0,1,141811,28362,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,5,19,7,19,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29938,4,2,-1,'Battle Seeker Chestguard',42396,2,0,0,1,135812,27162,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29939,4,2,-1,'Flayer-Hide Leggings',43921,2,0,0,1,136308,27261,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29940,4,2,-1,'Veteran\'s Skullcap',21294,2,0,0,1,102602,20520,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29941,4,3,-1,'Scale Brand Breastplate',41525,2,0,0,1,164743,32948,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29942,4,3,-1,'Battle Scarred Leggings',43920,2,0,0,1,165339,33067,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29943,4,3,-1,'Legionnaire\'s Studded Helm',44607,2,0,0,1,124450,24890,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29944,4,4,-1,'Protectorate Breastplate',41531,2,0,0,1,180472,36094,5,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,30,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29945,4,4,-1,'Magistrate\'s Greaves',41532,2,0,0,1,181148,36229,7,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,30,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29946,4,4,-1,'Invader\'s Greathelm',19769,2,0,0,1,136121,27224,1,-1,-1,81,0,0,0,0,0,0,0,0,0,1,0,3,3,19,7,30,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (29947,4,2,-1,'Gloves of the Searing Grip',43562,4,4096,0,1,157274,31454,10,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,37,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29948,2,13,-1,'Claw of the Phoenix',42823,4,4096,0,1,658642,131728,22,262143,32767,134,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,189,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29949,2,3,-1,'Arcanite Steam-Pistol',42178,4,4096,0,1,495803,99160,26,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,3,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,329,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29950,4,4,-1,'Greaves of the Bloodwarder',46074,4,4096,0,1,445349,89069,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,49,7,46,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29951,4,3,-1,'Star-Strider Boots',45912,4,4096,0,1,288650,57730,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,13,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29952,12,0,-1,'Rina\'s Bough',41542,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36030,0,5,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29953,15,2,-1,'Golden Dragonhawk Hatchling',41547,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36027,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29954,4,1,-1,'Spiritbinder\'s Mantle',41548,2,0,0,1,103721,20744,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,15,5,11,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29955,4,2,-1,'Mana Infused Wristguards',41549,2,0,0,1,86754,17350,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,12,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29956,15,2,-1,'Red Dragonhawk Hatchling',41547,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36028,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29957,15,2,-1,'Silver Dragonhawk Hatchling',41547,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36029,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29958,15,2,-1,'Blue Dragonhawk Hatchling',41547,1,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36031,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29959,4,4,-1,'Spiritualist\'s Gauntlets',41550,2,0,0,1,123942,24788,10,1535,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,27,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29960,15,2,-1,'Captured Firefly',34488,1,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,36034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29961,12,0,-1,'Enraged Earthen Soul',6513,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29962,2,15,-1,'Heartrazor',42179,4,4096,0,1,643667,128733,13,32767,-1,134,70,0,0,0,0,0,0,0,1,1,0,2,3,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,36041,2,0,2.2,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29963,12,0,-1,'Enraged Fiery Soul',41565,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (29964,4,2,-1,'Blackstorm Leggings',41569,3,0,0,1,76453,15290,7,-1,-1,52,45,0,0,10658,0,0,0,0,0,1,0,3,3,13,7,20,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (29965,4,4,-1,'Girdle of the Righteous Path',42699,4,4096,0,1,219735,43947,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,33,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29966,4,2,-1,'Vambraces of Ending',45022,4,4096,0,1,156660,31332,9,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,24,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29967,4,2,-1,'Nether Vest',41827,2,0,0,1,168401,33680,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,28,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29968,4,3,-1,'Nether Leggings',22481,2,0,0,1,202829,40565,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,28,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29969,4,4,-1,'Sparky\'s Discarded Helmet',42995,2,0,0,1,177809,35561,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,29,32,28,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29970,4,2,-1,'Wildfeather Leggings',41574,3,0,0,1,78211,15642,7,-1,-1,52,45,0,0,10660,0,0,0,0,0,1,0,3,5,11,6,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (29971,4,3,-1,'Dragonstrike Leggings',41605,3,0,0,1,94196,18839,7,-1,-1,52,45,0,0,10656,0,0,0,0,0,1,0,3,32,12,5,11,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (29972,4,1,-1,'Trousers of the Astromancer',46127,4,4096,0,1,256347,51269,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,36,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29973,4,2,-1,'Primalstorm Breastplate',41580,3,0,0,1,192824,38564,5,-1,-1,100,65,0,0,10658,0,0,0,0,0,1,0,3,3,30,7,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29974,4,2,-1,'Living Crystal Breastplate',44156,3,0,0,1,193542,38708,5,-1,-1,100,65,0,0,10660,0,0,0,0,0,1,0,3,5,23,6,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29975,4,3,-1,'Golden Dragonstrike Breastplate',41583,3,0,0,1,233088,46617,5,-1,-1,100,65,0,0,10656,0,0,0,0,0,1,0,3,32,25,5,17,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (29976,4,3,-1,'Worldstorm Gauntlets',46094,4,4096,0,1,200254,40050,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29977,4,1,-1,'Star-Soul Breeches',46128,4,4096,0,1,267963,53592,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29978,4,1,-1,'Consortium Combatant\'s Robes',41828,2,0,0,1,151214,30242,20,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,21,6,10,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29979,4,2,-1,'Netherstorm Eyepatch',21701,2,0,0,1,142254,28450,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,16,3,21,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29980,4,4,-1,'Midrealm Leggings',26814,2,0,0,1,266483,53296,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,39,32,21,7,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (29981,2,10,-1,'Ethereum Life-Staff',42180,4,4096,0,1,801379,160275,17,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,44,6,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,306,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44071,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-55.3,0,0,0,'',67,0,0,0,0,12340), (29982,2,19,-1,'Wand of the Forgotten Star',42181,4,4096,0,1,482699,96539,26,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,31,11,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,346,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29983,4,4,-1,'Fel-Steel Warhelm',46577,4,4096,0,1,324564,64912,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,46,7,46,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29984,4,2,-1,'Girdle of Zaetar',46105,4,4096,0,1,155447,31089,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29985,4,3,-1,'Void Reaver Greaves',46093,4,4096,0,1,374510,74902,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,33,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29986,4,1,-1,'Cowl of the Grand Engineer',46216,4,4096,0,1,187953,37590,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,27,31,16,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29987,4,1,-1,'Gauntlets of the Sun King',46119,4,4096,0,1,134794,26958,10,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,29,6,20,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29988,2,10,-1,'The Nexus Key',47435,4,4096,0,1,862632,172526,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,76,5,52,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,312,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44072,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340), (29989,4,1,-1,'Sunshower Light Cloak',46123,4,4096,0,1,203729,40745,16,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,24,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29990,4,1,-1,'Crown of the Sun',46506,4,4096,0,1,204478,40895,1,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,6,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29991,4,3,-1,'Sunhawk Leggings',46092,4,4096,0,1,410495,82099,7,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,847,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29992,4,1,-1,'Royal Cloak of the Sunstriders',46124,4,4096,0,1,211527,42305,16,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29993,2,8,-1,'Twinblade of the Phoenix',42183,4,0,0,1,902312,180462,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,53,32,37,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,564,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29994,4,1,-1,'Thalassian Wildercloak',46125,4,4096,0,1,213045,42609,16,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29995,4,2,-1,'Leggings of Murderous Intent',46106,4,4096,0,1,356357,71271,7,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,31,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29996,2,4,-1,'Rod of the Sun King',41873,4,4096,0,1,729627,145925,13,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,352,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,36070,2,0,6,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29997,4,0,-1,'Band of the Ranger-General',39126,4,4096,0,1,241024,60256,11,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,3,7,27,32,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This ring was formerly held by Sylvanas Windrunner....',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29998,4,4,-1,'Royal Gauntlets of Silvermoon',46076,4,4096,0,1,253559,50711,10,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,7,57,12,24,13,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (29999,4,2,-1,'After Hours Pauldrons',41830,2,0,0,1,135443,27088,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,4,28,3,16,7,12,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30000,4,1,-1,'Mixologist\'s Gloves',13195,2,0,0,1,72492,14498,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,16,7,12,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30001,4,3,-1,'Doc\'s Belt',41831,2,0,0,1,98713,19742,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30002,4,4,-1,'Boot\'s Boots',41829,2,0,0,1,173091,34618,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,14,16,7,12,32,7,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30003,4,2,-1,'Gloves of the Nether-Stalker',17223,2,0,0,1,87062,17412,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,12,3,16,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30004,4,3,-1,'Landing Boots',41596,2,0,0,1,158017,31603,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,32,16,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30005,4,4,-1,'Overmaster\'s Shoulders',18497,2,4096,0,1,183874,36774,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,32,16,31,8,7,12,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30006,4,0,-1,'Wind Trader\'s Band',963,2,0,0,1,145472,36368,11,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,7,34,12,12,3,6,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30007,4,0,-1,'The Darkener\'s Grasp',34303,4,4096,0,1,345774,86443,2,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,15,14,13,23,7,40,12,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30008,4,0,-1,'Pendant of the Lost Ages',31889,4,4096,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,35126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30009,2,1,-1,'The Burning Crusader',43952,3,0,0,1,526977,105395,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,4,27,3,27,7,27,31,26,37,17,0,0,0,0,0,0,0,0,0,0,0,0,251,378,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30010,2,10,-1,'Fleshling Simulation Staff',41598,3,0,0,1,528915,105783,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,38,54,3,27,7,27,31,26,37,17,0,0,0,0,0,0,0,0,0,0,0,0,167,252,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30011,2,10,-1,'Ameer\'s Impulse Taser',41599,3,0,0,1,530853,106170,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,5,27,32,27,7,27,6,26,31,17,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36430,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (30012,2,10,-1,'Ameer\'s Judgement',41600,3,0,0,1,532791,106558,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,40,6,27,7,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36428,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (30013,2,15,-1,'Twin-Bladed Ripper',44767,3,0,0,1,427741,85548,13,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,4,3,12,31,11,7,12,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30014,4,2,-1,'X-52 Pilot\'s Leggings',41838,3,0,0,1,209304,41860,7,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,2,3,31,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30015,4,0,-1,'The Sun King\'s Talisman',32008,4,0,0,1,411111,102777,2,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,22,5,16,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30016,4,4,-1,'X-52 Technician\'s Helm',42994,3,0,0,1,220914,44182,1,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,4,7,36,4,38,5,16,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30017,4,0,-1,'Telonicus\'s Pendant of Mayhem',35437,4,4096,0,1,353421,88355,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,27,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30018,4,0,-1,'Lord Sanguinar\'s Claim',35358,4,4096,0,1,411111,102777,2,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,19,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30019,4,3,-1,'Area 52 Defender\'s Pants',32760,3,0,0,1,255676,51135,7,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,3,5,24,32,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30020,4,1,-1,'Fire-Cord of the Magus',46114,4,4096,0,1,135365,27073,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30021,2,10,-1,'Wildfury Greatstaff',42184,4,0,0,1,801126,160225,17,32767,-1,134,70,0,0,0,0,0,0,0,1,1,0,2,7,75,13,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,452,0,0,0,0,500,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30022,4,0,-1,'Pendant of the Perilous',34204,4,4096,0,1,411111,102777,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,32,7,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30023,4,9,-1,'Totem of the Maelstrom',39638,4,0,0,1,185780,37156,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37738,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30024,4,1,-1,'Mantle of the Elven Kings',46120,4,0,0,1,191620,38324,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,27,5,18,6,17,32,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30025,2,16,-1,'Serpentshrine Shuriken',38370,4,4198400,0,1,145472,36368,25,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,14,31,12,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30026,4,3,-1,'Bands of the Celestial Archer',46085,4,4096,0,1,193056,38611,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,32,17,5,24,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30027,4,4,-1,'Boots of Courage Unending',44966,4,4096,0,1,338459,67691,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,20,32,31,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30028,4,0,-1,'Seventh Ring of the Tirisfalen',28733,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,37,15,24,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23181,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30029,4,2,-1,'Bark-Gloves of Ancient Wisdom',46103,4,4096,0,1,162659,32531,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30030,4,3,-1,'Girdle of Fallen Stars',46089,4,4096,0,1,195908,39181,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,26,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30031,4,4,-1,'Red Havoc Boots',45920,4,0,0,1,343441,68688,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,49,12,32,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30032,4,4,-1,'Red Belt of Battle',46075,4,0,0,1,231528,46305,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,41,7,21,32,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30033,4,4,-1,'Boots of the Protector',45913,4,0,0,1,345915,69183,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,48,5,22,12,26,15,17,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30034,4,4,-1,'Belt of the Guardian',46072,4,0,0,1,233212,46642,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,24,7,48,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30035,4,1,-1,'Boots of the Long Road',45917,4,0,0,1,199459,39891,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30036,4,1,-1,'Belt of the Long Road',46115,4,0,0,1,133451,26690,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,13,5,18,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30037,4,1,-1,'Boots of Blasting',46116,4,0,0,1,200895,40179,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,25,32,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30038,4,1,-1,'Belt of Blasting',46112,4,0,0,1,134408,26881,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,32,30,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30039,4,2,-1,'Boots of Utter Darkness',45915,4,0,0,1,252889,50577,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,31,23,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30040,4,2,-1,'Belt of Deep Shadow',46102,4,0,0,1,157290,31458,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,14,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30041,4,2,-1,'Boots of Natural Grace',45914,4,0,0,1,236833,47366,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,4,33,3,32,7,37,5,13,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30042,4,2,-1,'Belt of Natural Power',46104,4,0,0,1,158487,31697,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,27,7,38,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30043,4,3,-1,'Hurricane Boots',45919,4,0,0,1,287597,57519,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30044,4,3,-1,'Monsoon Belt',46090,4,0,0,1,191601,38320,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,24,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30045,4,3,-1,'Boots of the Crimson Hawk',46091,4,0,0,1,289760,57952,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,28,7,28,5,27,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30046,4,3,-1,'Belt of the Black Eagle',46087,4,0,0,1,193037,38607,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,20,5,23,32,17,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30047,4,3,-1,'Blackfathom Warbands',46095,4,4096,0,1,193735,38747,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30048,4,4,-1,'Brighthelm of Justice',46078,4,4096,0,1,339645,67929,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30049,4,0,-1,'Fathomstone',42185,4,4096,0,1,1015299,203059,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,12,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30050,4,1,-1,'Boots of the Shifting Nightmare',42701,4,4096,0,1,195869,39173,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,41,5,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30051,4,8,-1,'Idol of the Crescent Goddess',43580,4,4096,0,1,196587,39317,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37737,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30052,4,0,-1,'Ring of Lethality',35472,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,3,24,7,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30053,4,4,-1,'Pauldrons of the Wardancer',46348,4,4096,0,1,345881,69176,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,38,7,21,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30054,4,3,-1,'Ranger-General\'s Chestguard',46099,4,4096,0,1,397444,79488,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,36,7,19,5,30,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,2,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30055,4,2,-1,'Shoulderpads of the Stranger',46353,4,4096,0,1,249299,49859,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,33,7,28,32,16,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30056,4,1,-1,'Robe of Hateful Echoes',46130,4,4096,0,1,247836,49567,20,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,36,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30057,4,4,-1,'Bracers of Eradication',42650,4,4096,0,1,218938,43787,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,4,25,7,12,32,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30058,2,4,-1,'Mallet of the Tides',42193,4,4096,0,1,651154,130230,13,32767,-1,134,70,0,0,0,0,0,0,0,1,1,0,3,7,34,12,16,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,214,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30059,4,0,-1,'Choker of Animalistic Fury',33906,4,4096,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,32,23,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30060,4,2,-1,'Boots of Effortless Striking',45821,4,4096,0,1,235912,47182,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,42,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30061,4,0,-1,'Ancestral Ring of Conquest',31908,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,4,32,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30062,4,2,-1,'Grove-Bands of Remulos',43584,4,4096,0,1,158455,31691,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30063,4,7,-1,'Libram of Absolute Truth',34961,4,4096,0,1,190864,38172,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30064,4,1,-1,'Cord of Screaming Terrors',42702,4,4096,0,1,127721,25544,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,15,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30065,4,4,-1,'Glowing Breastplate of Truth',46080,4,4096,0,1,448654,89730,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,40,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,21633,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30066,4,3,-1,'Tempest-Strider Boots',44951,4,4096,0,1,290784,58156,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30067,4,1,-1,'Velvet Boots of the Guardian',45911,4,4096,0,1,193716,38743,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,5,21,6,15,32,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30068,4,3,-1,'Girdle of the Tidal Call',46097,4,4096,0,1,194434,38886,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,38,70,7,30,5,20,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30069,4,4,-1,'Earthforged Leggings',41604,3,0,0,1,111955,22391,7,-1,-1,52,47,0,0,9788,0,0,0,0,0,1,0,3,4,16,7,16,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,175,10,0,0,0,'',47,0,0,0,0,12340), (30070,4,3,-1,'Windforged Leggings',41607,3,0,0,1,96315,19263,7,-1,-1,52,47,0,0,9788,0,0,0,0,0,1,0,5,3,16,38,32,7,7,31,7,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (30071,2,7,-1,'Light Earthforged Blade',41615,3,0,0,1,161113,32222,13,-1,-1,52,47,0,0,9787,0,0,0,0,0,1,0,1,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,113,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (30072,2,0,-1,'Light Skyforged Axe',41614,3,0,0,1,161701,32340,13,-1,-1,52,47,0,0,9787,0,0,0,0,0,1,0,1,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,113,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (30073,2,4,-1,'Light Emberforged Hammer',41613,3,0,0,1,166488,33297,13,-1,-1,52,47,0,0,9787,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,117,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (30074,4,4,-1,'Heavy Earthforged Breastplate',41616,3,0,0,1,257985,51597,5,-1,-1,100,65,0,0,9788,0,0,0,0,0,1,0,4,4,30,7,36,3,11,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1018,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,135,0,0,0,0,2,0,4,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30075,4,2,-1,'Gnarled Chestpiece of the Ancients',43589,4,4096,0,1,308567,61713,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,32,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30076,4,3,-1,'Stormforged Hauberk',41617,3,0,0,1,222851,44570,5,-1,-1,100,65,0,0,9788,0,0,0,0,0,1,0,3,3,25,7,11,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,4,0,8,0,2952,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30077,2,7,-1,'Windforged Rapier',41620,3,0,0,1,372815,74563,13,-1,-1,100,65,0,0,17039,0,0,0,0,0,1,0,1,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30079,4,1,-1,'Illidari Shoulderpads',46131,4,4096,0,1,187992,37598,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30080,2,19,-1,'Luminescent Rod of the Naaru',41668,4,4096,0,1,492008,98401,26,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,1,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,346,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18029,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30081,4,4,-1,'Warboots of Obliteration',42168,4,4096,0,1,330834,66166,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,29,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30082,2,7,-1,'Talon of Azshara',42187,4,4096,0,1,661003,132200,13,-1,-1,134,70,0,0,0,0,0,0,0,1,1,0,2,3,15,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,168,0,0,0,0,0,0,2700,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30083,4,0,-1,'Ring of Sundered Souls',24646,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,45,12,18,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30084,4,4,-1,'Pauldrons of the Argent Sentinel',46349,4,4096,0,1,334561,66912,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,34,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30085,4,3,-1,'Mantle of the Tireless Tracker',46355,4,4096,0,1,289673,57934,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,32,33,3,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30086,2,8,-1,'Stoneforged Claymore',44893,3,0,0,1,482061,96412,17,-1,-1,100,65,0,0,17039,0,0,0,0,0,1,0,2,4,40,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,311,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30087,2,0,-1,'Stormforged Axe',42713,3,0,0,1,387084,77416,13,-1,-1,100,65,0,0,17041,0,0,0,0,0,1,0,1,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30088,2,1,-1,'Skyforged Great Axe',41631,3,0,0,1,485600,97120,17,-1,-1,100,65,0,0,17041,0,0,0,0,0,1,0,1,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,321,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30089,2,4,-1,'Lavaforged Warhammer',41635,3,0,0,1,400189,80037,13,-1,-1,100,65,0,0,17040,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,197,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30090,2,5,-1,'World Breaker',41558,4,4096,0,1,873389,174677,17,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,4,50,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,558,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,36111,2,0,1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30091,4,3,-1,'True-Aim Stalker Bands',46100,4,4096,0,1,201690,40338,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,12,32,24,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30092,4,2,-1,'Orca-Hide Boots',45909,4,4096,0,1,252986,50597,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,27,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,8,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30093,2,5,-1,'Great Earthforged Hammer',41638,3,0,0,1,507362,101472,17,-1,-1,100,65,0,0,17040,0,0,0,0,0,1,0,1,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,330,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30094,12,0,-1,'Totem of Spirits',41639,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36107,0,0,0,0,1167,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30095,2,7,-1,'Fang of the Leviathan',42188,4,4096,0,1,643599,128719,21,-1,-1,134,70,0,0,0,0,0,0,0,1,1,0,3,7,28,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44073,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-55.3,0,0,0,'',67,0,0,0,0,12340), (30096,4,4,-1,'Girdle of the Invulnerable',42651,4,4096,0,1,218027,43605,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,14,19,7,37,12,22,13,19,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30097,4,3,-1,'Coral-Barbed Shoulderpads',46096,4,4096,0,1,281049,56209,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30098,4,1,-1,'Razor-Scale Battlecloak',43597,4,4096,0,1,187255,37451,16,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,33,3,23,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30099,4,0,-1,'Frayed Tether of the Drowned',43599,4,4096,0,1,345774,86443,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,45,12,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30100,4,1,-1,'Soul-Strider Boots',45910,4,4096,0,1,188671,37734,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,19,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30101,4,2,-1,'Bloodsea Brigand\'s Vest',47437,4,4096,0,1,315649,63129,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,36,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30102,4,4,-1,'Krakken-Heart Breastplate',46082,4,4096,0,1,475369,95073,5,1535,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,4,61,3,43,7,42,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30103,2,15,-1,'Fang of Vashj',42189,4,4096,0,1,695266,139053,13,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,7,19,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,217,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30104,4,3,-1,'Cobra-Lash Boots',45845,4,4096,0,1,309239,61847,8,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,25,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30105,2,2,-1,'Serpent Spine Longbow',43834,4,4096,0,1,539425,107885,15,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,327,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30106,4,2,-1,'Belt of One-Hundred Deaths',42636,4,4096,0,1,176913,35382,6,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,25,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30107,4,1,-1,'Vestments of the Sea-Witch',46133,4,4096,0,1,284060,56812,20,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,28,31,27,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30108,2,4,-1,'Lightfathom Scepter',47438,4,4096,0,1,727011,145402,21,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,5,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,136,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42110,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340), (30109,4,0,-1,'Ring of Endless Coils',33534,4,4096,0,1,241024,60256,11,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,2,7,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30110,4,0,-1,'Coral Band of the Revived',31616,4,4096,0,1,241024,60256,11,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,3,5,14,6,27,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30111,4,2,-1,'Runetotem\'s Mantle',46110,4,4096,0,1,270127,54025,3,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30112,4,4,-1,'Glorious Gauntlets of Crestfall',46079,4,4096,0,1,254461,50892,10,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30113,4,4,-1,'Destroyer Chestguard',42297,4,4096,0,1,0,0,5,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,38,7,57,12,27,13,24,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,165,0,0,0,0,8,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30114,4,4,-1,'Destroyer Handguards',42299,4,4096,0,1,0,0,10,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,24,7,44,12,25,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30115,4,4,-1,'Destroyer Greathelm',47594,4,4096,0,1,0,0,1,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,42,7,48,12,30,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,100,0,0,0,0,1,0,2,0,0,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30116,4,4,-1,'Destroyer Legguards',42298,4,4096,0,1,0,0,7,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,60,12,39,15,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30117,4,4,-1,'Destroyer Shoulderguards',42300,4,4096,0,1,0,0,3,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,4,27,7,44,12,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,28325,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,656,100,0,0,0,0,2,0,8,0,0,0,3017,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30118,4,4,-1,'Destroyer Breastplate',42297,4,4096,0,1,0,0,5,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,50,7,48,32,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,165,0,0,0,0,4,0,8,0,2,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30119,4,4,-1,'Destroyer Gauntlets',42299,4,4096,0,1,0,0,10,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30120,4,4,-1,'Destroyer Battle-Helm',47594,4,4096,0,1,0,0,1,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,45,32,36,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,100,0,0,0,0,1,0,8,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30121,4,4,-1,'Destroyer Greaves',42298,4,4096,0,1,0,0,7,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,52,7,57,32,32,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,120,0,0,0,0,2,0,0,0,0,0,2885,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30122,4,4,-1,'Destroyer Shoulderblades',42300,4,4096,0,1,0,0,3,1,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,38,31,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,657,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30123,4,4,-1,'Crystalforge Chestguard',42306,4,4096,0,1,0,0,5,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,55,4,41,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,165,0,0,0,0,2,0,4,0,4,0,2932,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30124,4,4,-1,'Crystalforge Handguards',42307,4,4096,0,1,0,0,10,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,35,12,27,15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30125,4,4,-1,'Crystalforge Faceguard',44050,4,4096,0,1,0,0,1,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,48,4,37,12,28,15,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,100,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30126,4,4,-1,'Crystalforge Legguards',42309,4,4096,0,1,0,0,7,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,54,4,39,12,35,15,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35074,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,120,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30127,4,4,-1,'Crystalforge Shoulderguards',42310,4,4096,0,1,0,0,3,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,38,4,35,12,26,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,628,100,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30129,4,4,-1,'Crystalforge Breastplate',42306,4,4096,0,1,0,0,5,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,56,7,40,5,20,31,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,165,0,0,0,0,2,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30130,4,4,-1,'Crystalforge Gauntlets',42307,4,4096,0,1,0,0,10,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,44,7,35,5,23,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30131,4,4,-1,'Crystalforge War-Helm',44050,4,4096,0,1,0,0,1,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,56,7,46,5,23,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,100,0,0,0,0,2,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30132,4,4,-1,'Crystalforge Greaves',42309,4,4096,0,1,0,0,7,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,59,7,42,5,23,3,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,120,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30133,4,4,-1,'Crystalforge Shoulderbraces',42310,4,4096,0,1,0,0,3,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,34,5,15,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,629,100,0,0,0,0,4,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30134,4,4,-1,'Crystalforge Chestpiece',42306,4,4096,0,1,0,0,5,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,36,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,165,0,0,0,0,8,0,4,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30135,4,4,-1,'Crystalforge Gloves',42307,4,4096,0,1,0,0,10,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30136,4,4,-1,'Crystalforge Greathelm',44050,4,4096,0,1,0,0,1,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,28,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,100,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30137,4,4,-1,'Crystalforge Leggings',42309,4,4096,0,1,0,0,7,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,36,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,120,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30138,4,4,-1,'Crystalforge Pauldrons',42310,4,4096,0,1,0,0,3,2,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,627,100,0,0,0,0,4,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30139,4,3,-1,'Rift Stalker Hauberk',42698,4,4096,0,1,0,0,5,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,40,5,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,140,0,0,0,0,8,0,4,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30140,4,3,-1,'Rift Stalker Gauntlets',43749,4,4096,0,1,0,0,10,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,34,7,29,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30141,4,3,-1,'Rift Stalker Helm',43750,4,4096,0,1,0,0,1,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,85,0,0,0,0,4,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30142,4,3,-1,'Rift Stalker Leggings',43751,4,4096,0,1,0,0,7,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,39,5,26,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,105,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30143,4,3,-1,'Rift Stalker Mantle',43752,4,4096,0,1,0,0,3,4,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,3,26,7,26,5,24,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,652,85,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30144,4,2,-1,'Deathmantle Chestguard',45017,4,4096,0,1,0,0,5,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,57,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,120,0,0,0,0,4,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30145,4,2,-1,'Deathmantle Handguards',45016,4,4096,0,1,0,0,10,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,34,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30146,4,2,-1,'Deathmantle Helm',45018,4,4096,0,1,0,0,1,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,39,7,48,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,70,0,0,0,0,1,0,2,0,0,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30148,4,2,-1,'Deathmantle Legguards',45019,4,4096,0,1,0,0,7,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,47,7,49,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,90,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30149,4,2,-1,'Deathmantle Shoulderpads',45020,4,4096,0,1,0,0,3,8,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,37,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,622,70,0,0,0,0,2,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30150,4,1,-1,'Vestments of the Avatar',42290,4,4096,0,1,0,0,20,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,25,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,100,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30151,4,1,-1,'Gloves of the Avatar',42291,4,4096,0,1,0,0,10,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30152,4,1,-1,'Cowl of the Avatar',42879,4,4096,0,1,0,0,1,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,28,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,60,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30153,4,1,-1,'Breeches of the Avatar',42295,4,4096,0,1,0,0,7,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,36,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,75,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30154,4,1,-1,'Mantle of the Avatar',42294,4,4096,0,1,0,0,3,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,26,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,665,60,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30155,0,5,-1,'Clam Bar',30997,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Chewy and Delicious!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (30156,9,5,-1,'Recipe: Clam Bar',1301,1,4160,0,1,0,0,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36210,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to deep fry a Clam Bar! Is there anything quite this tasty?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30157,12,0,-1,'Cursed Talisman',41658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30158,12,0,-1,'Morkh\'s Shattered Armor',41659,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30159,4,1,-1,'Shroud of the Avatar',42290,4,4096,0,1,0,0,20,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,35,6,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30160,4,1,-1,'Handguards of the Avatar',42291,4,4096,0,1,0,0,10,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,31,5,27,6,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30161,4,1,-1,'Hood of the Avatar',45797,4,4096,0,1,0,0,1,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,36,6,24,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,60,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30162,4,1,-1,'Leggings of the Avatar',42295,4,4096,0,1,0,0,7,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,37,5,36,6,26,31,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30163,4,1,-1,'Wings of the Avatar',42294,4,4096,0,1,0,0,3,16,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,24,6,24,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,666,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30164,4,3,-1,'Cataclysm Chestguard',43613,4,4096,0,1,0,0,5,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,140,0,0,0,0,8,0,8,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30165,4,3,-1,'Cataclysm Gloves',43698,4,4096,0,1,0,0,10,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,34,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30166,4,3,-1,'Cataclysm Headguard',44516,4,4096,0,1,0,0,1,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,37,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,85,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30167,4,3,-1,'Cataclysm Legguards',43618,4,4096,0,1,0,0,7,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,48,5,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,105,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30168,4,3,-1,'Cataclysm Shoulderguards',43617,4,4096,0,1,0,0,3,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,634,85,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30169,4,3,-1,'Cataclysm Chestpiece',43613,4,4096,0,1,0,0,5,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,28,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,140,0,0,0,0,8,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30170,4,3,-1,'Cataclysm Handgrips',43698,4,4096,0,1,0,0,10,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,27,32,19,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30171,4,3,-1,'Cataclysm Headpiece',63412,4,4096,0,1,0,0,1,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,35,5,28,31,18,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,85,0,0,0,0,1,0,4,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30172,4,3,-1,'Cataclysm Leggings',43619,4,4096,0,1,0,0,7,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,46,32,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,105,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30173,4,3,-1,'Cataclysm Shoulderpads',43617,4,4096,0,1,0,0,3,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,19,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,635,85,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30174,12,0,-1,'Dust of the Fey Drake',35023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gathered from the diaphanous wings of the dragonling, it tingles with magic.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30175,12,0,-1,'Gor\'drek\'s Ointment',6359,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32578,0,5,5,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_gor_dreks_ointment',0,0,0,0,0,12340), (30177,12,0,-1,'Stronglimb Deeproot\'s Trunk',36520,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Now how are you supposed to carry this back to Thunderlord Stronghold?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30183,7,13,-1,'Nether Vortex',41679,4,0,0,1,0,20000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30184,12,0,-1,'Thunderlord Dire Wolf Tail',30532,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dire must mean big.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30185,4,3,-1,'Cataclysm Chestplate',43613,4,4096,0,1,0,0,5,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,82,3,32,7,46,5,28,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,140,0,0,0,0,2,0,8,0,4,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30186,4,1,-1,'Gladiator\'s Felweave Amice',41706,4,36864,0,1,0,0,3,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,35,21,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30187,4,1,-1,'Gladiator\'s Felweave Cowl',45149,4,36864,0,1,0,0,1,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30188,4,1,-1,'Gladiator\'s Felweave Handguards',45236,4,36864,0,1,0,0,10,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,14,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30189,4,3,-1,'Cataclysm Gauntlets',43698,4,4096,0,1,0,0,10,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,70,3,24,7,34,5,23,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30190,4,3,-1,'Cataclysm Helm',63411,4,4096,0,1,0,0,1,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,82,3,32,7,46,5,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,85,0,0,0,0,1,0,4,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30192,4,3,-1,'Cataclysm Legplates',43619,4,4096,0,1,0,0,7,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,38,82,3,32,7,58,5,31,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,105,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30193,0,8,-1,'QAEnchant Ring +12 Spell Damage',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36282,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30194,4,3,-1,'Cataclysm Shoulderplates',43617,4,4096,0,1,0,0,3,64,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,38,60,7,37,5,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,636,85,0,0,0,0,8,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30196,4,1,-1,'Robes of Tirisfal',42640,4,4096,0,1,0,0,20,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,35,6,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30197,0,8,-1,'QAEnchant Ring +4 Stats',7899,1,0,0,1,339654,67930,0,-1,-1,1,70,0,0,0,0,0,0,0,0,1,0,3,6,10,5,18,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30200,4,1,-1,'Gladiator\'s Felweave Raiment',44788,4,36864,0,1,0,0,20,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,16,32,27,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30201,4,1,-1,'Gladiator\'s Felweave Trousers',41713,4,36864,0,1,0,0,7,256,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,28,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30205,4,1,-1,'Gloves of Tirisfal',42641,4,4096,0,1,0,0,10,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,27,6,18,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30206,4,1,-1,'Cowl of Tirisfal',44020,4,4096,0,1,0,0,1,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,36,6,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,60,0,0,0,0,1,0,4,0,0,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30207,4,1,-1,'Leggings of Tirisfal',42643,4,4096,0,1,0,0,7,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,37,5,36,6,26,32,17,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,75,0,0,0,0,4,0,0,0,0,0,2909,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30210,4,1,-1,'Mantle of Tirisfal',42644,4,4096,0,1,0,0,3,128,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,24,6,24,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,649,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30211,4,1,-1,'Gloves of the Corruptor',42302,4,4096,0,1,0,0,10,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,50,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30212,4,1,-1,'Hood of the Corruptor',42305,4,4096,0,1,0,0,1,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,33,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30213,4,1,-1,'Leggings of the Corruptor',42303,4,4096,0,1,0,0,7,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,32,32,32,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,75,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30214,4,1,-1,'Robe of the Corruptor',42313,4,4096,0,1,0,0,20,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,33,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,100,0,0,0,0,4,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30215,4,1,-1,'Mantle of the Corruptor',42304,4,4096,0,1,0,0,3,256,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,646,60,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30216,4,2,-1,'Nordrassil Chestguard',43620,4,4096,0,1,0,0,5,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,33,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,120,0,0,0,0,8,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30217,4,2,-1,'Nordrassil Gloves',43621,4,4096,0,1,0,0,10,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30218,4,2,-1,'Junior Technician 3rd Grade Shoulders',41756,2,0,0,1,132105,26421,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30219,4,2,-1,'Nordrassil Headguard',50531,4,4096,0,1,0,0,1,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,28,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,70,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30220,4,2,-1,'Nordrassil Life-Kilt',43623,4,4096,0,1,0,0,7,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,36,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,90,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30221,4,2,-1,'Nordrassil Life-Mantle',43624,4,4096,0,1,0,0,3,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,642,70,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30222,4,2,-1,'Nordrassil Chestplate',43620,4,4096,0,1,0,0,5,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,41,7,43,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,120,0,0,0,0,8,0,4,0,2,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30223,4,2,-1,'Nordrassil Handgrips',43621,4,4096,0,1,0,0,10,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,35,3,36,7,40,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30224,4,3,-1,'Junior Technician 3rd Grade Gloves',41757,2,0,0,1,107970,21594,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,16,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30225,4,4,-1,'Junior Technician 3rd Grade Bracers',26829,2,0,0,1,127136,25427,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,7,24,12,11,31,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30226,2,2,-1,'Alley\'s Recurve',41779,2,0,0,1,271847,54369,15,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,10,3,7,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30227,2,16,-1,'Mark V\'s Throwing Star',39999,2,4194304,0,1,138516,34629,25,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,7,7,10,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,166,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30228,4,2,-1,'Nordrassil Headdress',50531,4,4096,0,1,0,0,1,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,40,7,43,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,70,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30229,4,2,-1,'Nordrassil Feral-Kilt',43623,4,4096,0,1,0,0,7,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,4,46,3,48,7,42,5,17,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,90,0,0,0,0,8,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30230,4,2,-1,'Nordrassil Feral-Mantle',43624,4,4096,0,1,0,0,3,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,4,35,3,34,7,36,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,641,70,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30231,4,2,-1,'Nordrassil Chestpiece',43620,4,4096,0,1,0,0,5,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,36,5,32,6,25,32,17,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,120,0,0,0,0,8,0,8,0,4,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30232,4,2,-1,'Nordrassil Gauntlets',43621,4,4096,0,1,0,0,10,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,27,6,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30233,4,2,-1,'Nordrassil Headpiece',50531,4,4096,0,1,0,0,1,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,5,7,35,5,28,6,24,32,25,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,70,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30234,4,2,-1,'Nordrassil Wrath-Kilt',43623,4,4096,0,1,0,0,7,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,6,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,90,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30235,4,2,-1,'Nordrassil Wrath-Mantle',43624,4,4096,0,1,0,0,3,1024,32767,133,70,0,0,0,0,0,0,0,0,1,0,4,7,26,5,27,6,16,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,643,70,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30236,15,0,-1,'Chestguard of the Vanquished Champion',41438,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30237,15,0,-1,'Chestguard of the Vanquished Defender',41438,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30238,15,0,-1,'Chestguard of the Vanquished Hero',41438,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30239,15,0,-1,'Gloves of the Vanquished Champion',41440,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30240,15,0,-1,'Gloves of the Vanquished Defender',41440,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30241,15,0,-1,'Gloves of the Vanquished Hero',41440,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30242,15,0,-1,'Helm of the Vanquished Champion',41441,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30243,15,0,-1,'Helm of the Vanquished Defender',41441,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30244,15,0,-1,'Helm of the Vanquished Hero',41441,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30245,15,0,-1,'Leggings of the Vanquished Champion',41442,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30246,15,0,-1,'Leggings of the Vanquished Defender',41442,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30247,15,0,-1,'Leggings of the Vanquished Hero',41442,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30248,15,0,-1,'Pauldrons of the Vanquished Champion',19486,4,0,0,1,0,50000,0,74,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30249,15,0,-1,'Pauldrons of the Vanquished Defender',19486,4,0,0,1,0,50000,0,1041,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30250,15,0,-1,'Pauldrons of the Vanquished Hero',19486,4,0,0,1,0,50000,0,388,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30251,12,0,-1,'Rina\'s Diminution Powder',35360,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36310,0,7,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30252,2,19,-1,'Unearthed Enkaat Wand',21018,2,0,0,1,258420,51684,26,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,7,6,7,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,9398,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30253,4,1,-1,'Ethereal Gloves',16633,2,0,0,1,72639,14527,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,6,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30254,4,4,-1,'Zephyrion\'s Belt',41836,2,0,0,1,128306,25661,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30255,4,3,-1,'Chestguard of the Stormspire',27155,2,0,0,1,219511,43902,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30256,4,1,-1,'Pants of the Naaru',31910,3,0,0,1,169236,33847,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,6,25,5,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30257,4,2,-1,'Shattrath Leggings',41799,3,0,0,1,212299,42459,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,35,3,25,7,27,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30258,4,4,-1,'Chestplate of A\'dal',41800,3,0,0,1,298304,59660,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,35,32,25,31,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30259,15,0,-1,'Voren\'thal\'s Presence',6554,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36314,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You feel Voren\'thal the Seer watch over you through this orb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30260,0,0,-1,'Voren\'thal\'s Package',21586,1,4,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This package bears the personal insignia of Voren\'thal the Seer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30262,4,2,-1,'Trep\'s Shoulderguards',41839,2,0,0,1,133975,26795,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,20959,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30263,4,3,-1,'Heavy-Duty Engineering Boots',41803,2,0,0,1,162064,32412,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,13,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30264,4,4,-1,'Area 52 Engineering Gloves',41840,2,0,0,1,126660,25332,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,7,19,4,10,12,25,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30265,4,1,-1,'Zaxxis Bracers',41805,2,0,0,1,68802,13760,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,10,6,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30266,4,2,-1,'Zaxxis Boots',41806,2,0,0,1,129497,25899,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,7,19,4,13,3,13,13,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30267,4,4,-1,'Zaxxis Gloves',41807,2,0,0,1,122016,24403,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,31,13,7,19,4,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30268,4,1,-1,'Heap Leggings',41808,2,0,0,1,135774,27154,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,5,14,6,25,7,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30269,4,2,-1,'Warp-Raider\'s Eyepatch',41810,2,0,0,1,127755,25551,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,5,4,25,3,24,7,21,31,15,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30270,4,4,-1,'Scavenged Breastplate',26351,2,0,0,1,239374,47874,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,5,7,36,12,25,3,15,31,14,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30271,4,1,-1,'Midrealm Hat',41811,2,0,0,1,105557,21111,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,23,6,18,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30272,4,2,-1,'Eco-Dome Leggings',42515,2,0,0,1,176585,35317,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,31,18,3,23,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30273,4,3,-1,'Duro Footgear',41813,2,0,0,1,160210,32042,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30274,4,3,-1,'Papa\'s Armbands',41814,2,0,0,1,104116,20823,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,21625,1,0,0,-1,0,-1,9415,1,0,0,-1,0,-1,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30275,4,4,-1,'Mech Tech Shoulders',42668,2,0,0,1,182527,36505,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,4,7,25,32,12,31,9,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30276,4,0,-1,'Wheeler Family Heirloom',9858,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,13,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9407,1,0,0,1500,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30277,2,13,-1,'Ripfang Paw',41816,2,0,0,1,359666,71933,21,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,210,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30278,2,7,-1,'Pilfered Ethereal Blade',41856,2,0,0,1,360980,72196,13,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,12,16,7,15,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30279,2,3,-1,'Mama\'s Insurance',8258,2,0,0,1,271720,54344,26,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,10,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,163,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30280,9,2,-1,'Pattern: Belt of Blasting',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36315,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Belt of Blasting.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30281,9,2,-1,'Pattern: Belt of the Long Road',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Belt of the Long Road.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30282,9,2,-1,'Pattern: Boots of Blasting',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36317,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Boots of Blasting.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30283,9,2,-1,'Pattern: Boots of the Long Road',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Boots of the Long Road.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30284,4,1,-1,'Audi\'s Embroidered Boots',41817,2,0,0,1,102798,20559,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,9,7,12,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30285,4,2,-1,'B.O.O.M. Operative\'s Belt',41818,2,0,0,1,85994,17198,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,22,13,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30286,4,3,-1,'Otherworldly Pauldrons',41819,2,0,0,1,156071,31214,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,9,32,23,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fashioned from materials \"liberated\" from the Consortium.',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30287,4,1,-1,'Mantle of Arcane Mastery',17234,2,0,8192,1,103981,20796,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,0,6,19,7,32,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30288,4,2,-1,'Cenarion Warden\'s Gloves',42516,2,0,8192,1,86970,17394,10,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,0,32,19,31,16,7,18,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30289,4,3,-1,'Cenarion Warden\'s Belt',41821,2,0,8192,1,104758,20951,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,0,3,19,7,32,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30290,4,2,-1,'Leggings of Concentrated Power',13206,2,0,0,1,175254,35050,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,34,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30291,4,4,-1,'Nexus-Guard\'s Pauldrons',41835,2,0,0,1,184336,36867,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,7,27,15,17,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,36331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30293,4,0,-1,'Heavenly Inspiration',41858,2,0,0,1,86450,21612,12,-1,-1,111,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36347,0,0,0,90000,1141,15000,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30294,4,1,-1,'Red Pointy Hat',41859,2,0,0,1,104105,20821,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,21,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30295,4,3,-1,'Exotic Spiked Shoulders',41860,2,0,0,1,157415,31483,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30296,4,4,-1,'Lost Chestplate of the Reverent',41861,2,0,0,1,244682,48936,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,12,21,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30297,4,2,-1,'Circlet of the Starcaller',41938,3,0,0,1,159193,31838,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,6,17,5,18,7,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30298,4,3,-1,'Void Slayer\'s Tunic',28663,3,0,0,1,262301,52460,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30299,4,4,-1,'Starcaller\'s Plated Legguards',33888,3,0,0,1,307074,61414,7,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30300,4,0,-1,'Dabiri\'s Enigma',41916,3,0,0,1,167612,41903,12,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,1,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36372,0,0,0,90000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30301,9,1,-1,'Pattern: Belt of Natural Power',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36349,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of Natural Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30302,9,1,-1,'Pattern: Belt of Deep Shadow',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36351,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of Deep Shadow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30303,9,1,-1,'Pattern: Belt of the Black Eagle',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36352,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of the Black Eagle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30304,9,1,-1,'Pattern: Monsoon Belt',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36353,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Monsoon Belt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30305,9,1,-1,'Pattern: Boots of Natural Grace',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36355,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Natural Grace.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30306,9,1,-1,'Pattern: Boots of Utter Darkness',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Utter Darkness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30307,9,1,-1,'Pattern: Boots of the Crimson Hawk',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36358,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of the Crimson Hawk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30308,9,1,-1,'Pattern: Hurricane Boots',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hurricane Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30309,0,0,-1,'Stonebreaker Brew',18115,1,65536,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (30311,2,7,-1,'Warp Slicer',41867,5,100352,0,1,0,0,13,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,35,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,461,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,15820,1,0,0,-1,0,-1,36479,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,125,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30312,2,15,-1,'Infinity Blade',41872,5,100352,0,1,0,0,13,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,35,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,318,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,15820,1,0,0,-1,0,-1,36478,2,0,2,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,95,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30313,2,10,-1,'Staff of Disintegration',41895,5,100480,0,1,0,0,17,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,3,7,75,5,50,32,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,534,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,36385,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,36480,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,2,0,0,0,0,145,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30314,4,6,-1,'Phaseshift Bulwark',40867,5,100480,0,1,0,0,14,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,40,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7091,0,0,0,0,0,0,0,0,0,36481,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,4,0,0,198,0,145,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30315,12,0,-1,'Draenethyst Mine Crystal',6563,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not easy excavating crystals out of solid rock.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30316,2,1,-1,'Devastation',41560,5,100352,0,1,0,0,17,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,2,7,75,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,744,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,36409,1,0,0,-1,0,-1,36479,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,145,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30317,2,4,-1,'Cosmic Infuser',41873,5,100352,0,1,0,0,21,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,3,7,40,5,40,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,220,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,36411,1,0,0,-1,0,-1,36387,1,0,0,-1,0,-1,36488,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,125,0,550,0,0,0,0,0,0,0,0,0,0,-1,-80.3,900,0,0,'',0,0,0,0,0,12340), (30318,2,2,-1,'Netherstrand Longbow',41875,5,100480,0,1,0,0,15,260612,32767,175,70,0,0,0,0,0,0,0,1,1,0,2,20,50,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,385,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,21453,1,0,0,-1,0,-1,36413,1,0,0,-1,0,-1,36412,0,0,0,-1,0,-1,36482,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,110,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30319,6,2,-1,'Nether Spike',42468,5,65536,0,200,0,0,24,-1,-1,175,70,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,550,1,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (30320,15,0,-1,'Bundle of Nether Spikes',34273,5,65540,0,1,0,0,0,-1,-1,175,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340), (30321,9,4,-1,'Plans: Belt of the Guardian',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36389,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Belt of the Guardian.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30322,9,4,-1,'Plans: Red Belt of Battle',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Red Belt of Battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30323,9,4,-1,'Plans: Boots of the Protector',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36391,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of the Protector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30324,9,4,-1,'Plans: Red Havoc Boots',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Red Havoc Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30326,12,0,-1,'Bonechewer Blood Samples',7155,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30327,12,0,-1,'Bonechewer Blood',19312,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30328,4,2,-1,'Protectorate Assassin\'s Tunic',41917,2,0,0,1,178162,35632,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,26,7,24,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30329,4,3,-1,'Flesh Handler\'s Headpiece',41918,2,0,0,1,160935,32187,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,26,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30330,4,4,-1,'Starcaller\'s Plated Belt',27418,2,0,0,1,129753,25950,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,30,12,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30331,4,1,-1,'Diviner\'s Cinch',9912,2,0,0,1,73992,14798,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,21,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30332,4,2,-1,'Ferocious Bands',4494,2,0,0,1,92826,18565,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,16,3,15,7,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30333,4,3,-1,'Spaulders of the Protectorate',41919,2,0,0,1,168422,33684,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,14,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30334,4,4,-1,'Starcaller\'s Plated Stompers',41920,2,0,0,1,195956,39191,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,14,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30335,4,2,-1,'Druidic Force Boots',41925,2,0,0,1,140740,28148,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,5,20,6,12,7,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30336,4,3,-1,'Surger\'s Hand Wraps',41926,2,0,0,1,112996,22599,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,20,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30337,4,4,-1,'Protectorate Headplate',41928,2,0,0,1,198052,39610,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,5,3,20,7,15,14,11,4,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30338,4,1,-1,'Diviner\'s Cloak',27152,2,0,0,1,113792,22758,16,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30339,4,0,-1,'Protectorate Assassin\'s Ring',2854,2,0,0,1,145472,36368,11,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,7,13,4,16,3,15,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30340,4,0,-1,'Starkiller\'s Bauble',41936,2,0,0,1,145472,36368,12,-1,-1,114,0,0,0,0,0,0,0,0,1,1,0,1,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36432,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30341,4,2,-1,'Flesh Handler\'s Gauntlets',39897,2,0,0,1,86726,17345,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,18,3,17,7,27,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30342,4,3,-1,'Protectorate Waistband',22678,2,0,0,1,104475,20895,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,18,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30343,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,256,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30344,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,1,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30345,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,64,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30346,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,16,690,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30348,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,256,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30349,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,16,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30350,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,1,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30351,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,64,1101,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30352,4,4,-1,'Demolisher\'s Bracers',26794,2,0,0,1,130674,26134,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,4,4,14,32,14,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30353,12,0,-1,'Bloodmaul Brutebane Keg',7921,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35129,0,10,10,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30354,12,0,-1,'Ultra Deconsolodation Zapper',41946,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36460,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30355,0,5,-1,'Grilled Shadowmoon Tuber',39115,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30356,12,0,-1,'Shadowmoon Tuber',6380,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30357,0,5,-1,'Oronok\'s Tuber of Healing',41971,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33269,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30358,0,5,-1,'Oronok\'s Tuber of Agility',42169,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33262,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30359,0,5,-1,'Oronok\'s Tuber of Strength',39717,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33255,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30360,15,0,-1,'Lurky\'s Egg',18051,3,134250560,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,24988,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30361,0,5,-1,'Oronok\'s Tuber of Spell Power',42170,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30362,4,2,-1,'Energized Helm',15550,2,0,0,1,127781,25556,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,26,7,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30363,4,3,-1,'Warp-Shielded Hauberk',12723,2,0,0,1,205198,41039,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,26,7,25,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30364,2,0,-1,'Resonating Axe',41974,2,0,0,1,343278,68655,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,11,7,12,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30365,4,0,-1,'Overseer\'s Signet',28733,3,0,0,1,28347,7086,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,25,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30366,4,0,-1,'Manastorm Band',9839,3,0,0,1,28347,7086,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30368,4,1,-1,'Slippers of the High Priestess',41959,3,0,0,1,126461,25292,8,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,23,6,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30369,4,2,-1,'Cleansed Fel Pauldrons',41960,3,0,0,1,158658,31731,3,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,34,3,18,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30370,4,3,-1,'Gauntlets of the Redeemed Vindicator',41961,3,0,0,1,127379,25475,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,23,5,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30371,4,4,-1,'Lightwarden\'s Girdle',41962,3,0,0,1,150004,30000,6,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,14,7,30,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30372,4,2,-1,'Socrethar\'s Girdle',33885,3,0,0,1,106924,21384,6,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30373,4,2,-1,'Netherfused Pauldrons',17197,3,0,0,1,160968,32193,3,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,21,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30374,4,3,-1,'Greaves of Spellpower',41963,3,0,0,1,194702,38940,8,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30375,4,4,-1,'Gauntlets of the Vanquisher',41964,3,0,0,1,152172,30434,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,24,3,23,7,30,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30377,4,0,-1,'Karja\'s Medallion',9657,3,0,0,1,28347,7086,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30378,4,0,-1,'Thalodien\'s Charm',33135,3,0,0,1,28347,7086,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,37,12,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30379,4,2,-1,'Vindicator\'s Light Vest',41967,2,0,0,1,176889,35377,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,35,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30380,4,4,-1,'Girdle of the Lost Vindicator',26158,2,0,0,1,125003,25000,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,39,12,18,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30381,4,4,-1,'Kaylaan\'s Spaulders',26875,2,0,0,1,186790,37358,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,27,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30382,4,1,-1,'Aldor Ceremonial Wraps',30693,2,0,0,1,71555,14311,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30383,4,1,-1,'Belt of the Sage',25998,2,0,0,1,68392,13678,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,6,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30384,4,2,-1,'Brightdawn Bracers',17014,2,0,0,1,85811,17162,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30386,4,4,-1,'Bloodguard\'s Greaves',41968,2,0,0,1,181184,36236,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,12,16,4,11,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30394,2,8,-1,'Sunfury Blade',20167,2,0,0,1,433813,86762,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,39,32,21,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30395,2,5,-1,'Warp-Master\'s Maul',28499,2,0,0,1,435495,87099,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,270,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30396,2,6,-1,'Jeweled Halberd',25632,2,0,0,1,437177,87435,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,16,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,260,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30397,2,18,-1,'Spymaster\'s Crossbow',41969,2,0,0,1,250706,50141,26,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,7,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30398,4,1,-1,'Boots of the Beneficent',42519,2,0,0,1,103193,20638,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30399,4,2,-1,'Nightstalker\'s Wristguards',27706,2,0,0,1,86322,17264,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,3,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30400,4,4,-1,'Thadell\'s Bracers',37350,2,0,0,1,122004,24400,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,12,7,21,12,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30401,4,2,-1,'Farahlite Studded Boots',42517,2,0,0,1,127262,25452,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,16,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30402,4,4,-1,'Field Agent\'s Bracers',24511,2,0,0,1,119907,23981,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,16,3,8,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The inner surface is inscribed with the name of B.O.O.M.',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30404,12,0,-1,'Bleeding Hollow Blood Sample',2873,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30413,12,0,-1,'Vindicator Vuuleen\'s Blade',41984,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The blade appears to be kept razor sharp by the holy power contained within it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30414,2,1,-1,'Monster - Axe, 2H Gorehowl (GROM HELLSCREAM ONLY)',41985,0,0,8192,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30415,12,0,-1,'Vindicator Vuuleen\'s Shield',41986,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shield does not appear to have a scratch on it, as if it\'s surface was somehow magically maintained.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30416,12,0,-1,'Bladespire Clan Banner',7111,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36532,0,1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The portrait of a clawed boar is prominent on the banner.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30417,12,0,-1,'Helm of Gurn Grubnosh',41998,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s filthy, smelly and way too big for you, but it\'s what you\'re after.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30418,2,6,-1,'Darkspear (Purple Glow)',41999,3,0,8192,1,296524,59304,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,16939,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30419,4,0,-1,'Brilliant Necklace',6539,2,0,0,1,3000,750,2,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,5,4,2,3,2,5,2,6,2,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',3,0,0,0,0,12340), (30420,4,0,-1,'Heavy Jade Ring',9842,2,524288,0,1,2710,677,11,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,1,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (30421,4,0,-1,'Red Ring of Destruction',28682,2,524288,0,1,10170,2542,11,-1,-1,46,41,0,0,0,0,0,0,0,0,1,0,1,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',8,0,0,0,0,12340), (30422,4,0,-1,'Diamond Focus Ring',31906,2,524288,0,1,33500,8375,11,-1,-1,53,48,0,0,0,0,0,0,0,0,1,0,1,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21362,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (30425,12,0,-1,'Bleeding Hollow Blood',19312,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36546,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30426,13,0,-1,'Coilskar Chest Key',36756,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36548,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30427,15,0,-1,'Naga Treasure Map - Questgiver (PH)',23229,1,0,0,1,0,0,0,-1,-1,70,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'X marksss the ssspot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30428,12,0,-1,'First Fragment of the Cipher of Damnation',1037,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wouldn\'t even know where to begin...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30429,12,0,-1,'Grom\'tor\'s Lockbox',26381,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30430,12,0,-1,'Boiled Blood',42031,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30431,12,0,-1,'Thunderlord Clan Artifact',42032,1,2048,1,1,0,0,0,262143,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10524,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30432,12,0,-1,'Thunderlord Clan Drum',42033,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The skin stretched taut over the drum appears brittle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30433,12,0,-1,'Thunderlord Clan Arrow',42034,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Amazingly the fletchings on this arrow are still mostly intact. A testament to the skill of the Thunderlord hunters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30434,12,0,-1,'Thunderlord Clan Tablet',41350,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You can\'t quite make out what is etched upon this old Thunderlord clan tablet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30435,12,0,-1,'The Thunderspike',42043,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The large spear vibrates with immense power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30436,15,0,-1,'Jagged Blue Crystal',42039,1,1024,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36565,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30437,15,0,-1,'Jagged Red Crystal',42038,1,1024,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36565,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30438,13,0,-1,'Cache of the Legion Key',42040,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30440,2,6,-1,'Monster - Spear, The Thunderspike',42044,0,0,0,1,0,0,17,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30442,12,0,-1,'Crystalline Key',41565,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30443,9,6,-1,'Recipe: Transmute Primal Fire to Earth',15274,2,64,2,1,80000,20000,0,-1,-1,70,0,171,350,0,0,0,978,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to Transmute Primal Fire into Primal Earth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30444,9,1,-1,'Pattern: Reinforced Mining Bag',1102,1,64,2,1,50000,12500,0,-1,-1,65,0,165,325,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35530,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Reinforced Mining Bag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30446,4,0,-1,'Solarian\'s Sapphire',43551,4,4160,0,1,288156,72039,12,1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37536,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30447,4,0,-1,'Tome of Fiery Redemption',43547,4,4096,0,1,288156,72039,12,2,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37197,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30448,4,0,-1,'Talon of Al\'ar',43548,4,4096,0,1,288156,72039,12,31236,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37507,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30449,4,0,-1,'Void Star Talisman',43553,4,4096,0,1,288156,72039,12,256,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37386,1,0,0,300000,1141,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30450,4,0,-1,'Warp-Spring Coil',43560,4,4096,0,1,288156,72039,12,8,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37173,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30451,12,0,-1,'Lohn\'goron, Bow of the Torn-heart',42066,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This ancient bow appears destroyed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30453,12,0,-1,'Second Fragment of the Cipher of Damnation',32845,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wouldn\'t even know where to begin...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30454,12,0,-1,'Ar\'tor\'s Lockbox',15590,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30457,0,5,-1,'Gilneas Sparkling Water',40852,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30458,0,5,-1,'Stromgarde Muenster',1087,1,0,0,1,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (30459,4,1,-1,'Netherflame Robe',42100,3,0,0,1,168797,33759,20,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,32,35,31,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30460,4,1,-1,'Netherflame Belt',42102,3,0,0,1,84711,16942,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,32,11,31,25,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30461,4,1,-1,'Netherflame Boots',42101,3,0,0,1,127523,25504,8,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,32,25,31,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30462,12,0,-1,'Oronok\'s Boar Whistle',30959,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36652,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30463,4,1,-1,'Lifeblood Belt',13678,3,0,0,1,85641,17128,6,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,5,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30464,4,1,-1,'Lifeblood Bracers',4063,3,0,0,1,87367,17473,9,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,5,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30465,4,1,-1,'Lifeblood Leggings',42110,3,0,0,1,166838,33367,7,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30466,15,0,-1,'Crocolisk Tooth',7129,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30467,15,0,-1,'Crocolisk Tail',42112,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30468,12,0,-1,'T\'chali\'s Hookah',42114,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It smells a little funny.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30475,15,0,-1,'Razor Thorn',30601,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30476,15,0,-1,'Hypnotic Flower',33239,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30477,15,0,-1,'Connective Tissue',9291,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30478,15,0,-1,'Stringy Ectoplasm',13715,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30479,12,0,-1,'Wicked Strong Fetish',10365,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32580,0,10,10,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30480,15,5,-1,'Fiery Warhorse\'s Reins',42122,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,36702,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Attumen the Huntsman\'s steed. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30481,12,0,-1,'Fiery Soul Fragment',42226,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36587,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Rokgah\'s soul fragment is searing hot, yet does not burn your hand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30483,9,2,-1,'Pattern: Shadowcloth',1301,1,64,0,1,40000,10000,0,-1,-1,70,0,197,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,36686,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Shadowcloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30486,4,4,-1,'Merciless Gladiator\'s Plate Chestpiece',45972,4,36864,0,1,0,0,5,1,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,4,35,32,35,35,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30487,4,4,-1,'Merciless Gladiator\'s Plate Gauntlets',45973,4,36864,0,1,0,0,10,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,33,32,29,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30488,4,4,-1,'Merciless Gladiator\'s Plate Helm',47593,4,36864,0,1,0,0,1,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,4,35,32,31,35,25,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30489,4,4,-1,'Merciless Gladiator\'s Plate Legguards',45971,4,36864,0,1,0,0,7,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,63,4,47,32,43,35,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30490,4,4,-1,'Merciless Gladiator\'s Plate Shoulders',45970,4,36864,0,1,0,0,3,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,51,4,29,32,27,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30491,4,4,-1,'General\'s Plate Greaves Tier 2',42168,4,4096,8192,1,316660,63332,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,40,4,27,32,27,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30497,4,3,-1,'Sentinel\'s Mail Leggings',35093,4,36864,2,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,4,4,14,5,22,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30498,4,4,-1,'Outrider\'s Lamellar Legguards',35175,4,36864,1,1,0,0,7,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,2,4,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,15464,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30499,0,0,-1,'Brightsong Wine',18079,1,65536,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (30500,12,0,-1,'Rotten Arakkoa Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Disgusting...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30501,12,0,-1,'Bundle of Bloodthistle',20503,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30503,12,0,-1,'Archeologist\'s Shrunken Head',3486,1,2147483648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30504,2,15,-1,'Leafblade Dagger',20425,2,0,0,1,6291,1258,13,8,-1,19,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (30505,4,2,-1,'Ghostclaw Tunic',14739,2,0,0,1,3157,631,5,-1,-1,19,0,0,0,0,0,0,0,0,0,1,0,2,3,5,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (30506,15,0,-1,'Snipe Egg',18050,0,0,0,1,1500,375,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30507,15,0,-1,'Lucky Rock',4721,0,0,0,1,331,82,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30508,15,0,-1,'Pickled Murloc Head',9585,0,0,0,1,110,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30509,15,0,-1,'Armor Fragment',42254,0,0,0,1,220,55,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30510,15,0,-1,'Imbued Leaf',42255,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30511,15,0,-1,'Stonewood',42256,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30512,15,0,-1,'Giant Spinneret',8940,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30513,15,0,-1,'Bloody Spider Fang',7129,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30514,4,1,-1,'Nether Guards',28756,2,0,0,1,101809,20361,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30515,4,1,-1,'Junior Technician 3rd Grade Goggles',42279,2,0,0,1,102194,20438,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30516,4,1,-1,'Chief Engineer\'s Belt',43150,2,0,0,1,68385,13677,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30517,4,1,-1,'Netherfarer\'s Leggings',15823,2,0,0,1,144159,28831,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,39,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30518,4,1,-1,'Warpthread Vest',8720,2,0,0,1,144697,28939,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,34,5,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30519,4,1,-1,'Boots of the Nexus Warden',4272,2,0,0,1,108926,21785,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,18,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30520,4,1,-1,'Gold-Trimmed Cuffs',16892,2,0,0,1,71145,14229,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,5,9,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30521,4,1,-1,'Warpweaver\'s Gloves',31634,2,0,0,1,69653,13930,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,19,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30522,2,10,-1,'Conjurer\'s Staff',20298,2,0,0,1,458861,91772,17,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,259,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,33141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,-20.3,0,0,0,'',33,0,0,0,0,12340), (30523,2,19,-1,'Hotshot Cattle Prod',42278,2,0,0,1,276778,55355,26,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,234,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30524,12,0,-1,'Ancient Draenei Manuscript, Chapter 1',42280,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30525,12,0,-1,'Ancient Draenei Manuscript, Chapter 2',42281,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30526,12,0,-1,'Ancient Draenei Manuscript, Chapter 3',42282,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30527,12,0,-1,'Draenei Tomb Relic',7257,1,80,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36867,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30529,12,0,-1,'Plucked Lashh\'an Feather',31500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30530,12,0,-1,'Fistful of Feathers',31500,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36904,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30531,4,1,-1,'Breeches of the Occultist',42316,4,0,0,1,218326,43665,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,22,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30532,4,1,-1,'Kirin Tor Master\'s Trousers',42315,4,0,0,1,219137,43827,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,29,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2908,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30533,4,4,-1,'Vanquisher\'s Legplates',42326,4,0,0,1,384949,76989,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,4,36,7,36,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,2,0,8,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30534,4,3,-1,'Wyrmscale Greaves',42325,4,0,0,1,331207,66241,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,5,32,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30535,4,2,-1,'Forestwalker Kilt',42314,4,0,0,1,277048,55409,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,33,3,31,7,24,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30536,4,4,-1,'Greaves of the Martyr',42318,4,0,0,1,389287,77857,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,4,38,7,30,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30538,4,2,-1,'Midnight Legguards',42319,4,0,0,1,280146,56029,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,30,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30539,12,0,-1,'Tally\'s Waiver (Signed)',1096,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30540,0,0,-1,'Tally\'s Waiver (Unsigned)',2571,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36923,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30541,4,3,-1,'Stormsong Kilt',42324,4,0,0,1,348851,69770,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,30,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30542,4,0,-1,'Dimensional Ripper - Area 52',41640,2,64,0,1,20000,5000,0,-1,-1,65,0,202,350,20222,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36890,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (30543,4,1,-1,'Pontifex Kilt',43424,4,0,0,1,234234,46846,7,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,29,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30544,4,0,-1,'Ultrasafe Transporter: Toshley\'s Station',40162,2,64,0,1,20000,5000,0,-1,-1,65,0,202,350,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36941,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',11,0,0,0,0,12340), (30546,3,3,-1,'Sovereign Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,441,-1,0,0,0,0,'',0,0,0,0,0,12340), (30547,3,5,-1,'Luminous Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,442,-1,0,0,0,0,'',0,0,0,0,0,12340), (30548,3,4,-1,'Polished Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,443,-1,0,0,0,0,'',0,0,0,0,0,12340), (30549,3,3,-1,'Shifting Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,444,-1,0,0,0,0,'',0,0,0,0,0,12340), (30550,3,4,-1,'Sundered Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,445,-1,0,0,0,0,'',0,0,0,0,0,12340), (30551,3,5,-1,'Infused Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,446,-1,0,0,0,0,'',0,0,0,0,0,12340), (30552,3,3,-1,'Blessed Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,447,-1,0,0,0,0,'',0,0,0,0,0,12340), (30553,3,5,-1,'Pristine Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,448,-1,0,0,0,0,'',0,0,0,0,0,12340), (30554,3,5,-1,'Stalwart Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,449,-1,0,0,0,0,'',0,0,0,0,0,12340), (30555,3,3,-1,'Glowing Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,450,-1,0,0,0,0,'',0,0,0,0,0,12340), (30556,3,5,-1,'Glinting Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,451,-1,0,0,0,0,'',0,0,0,0,0,12340), (30558,3,5,-1,'Glimmering Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,452,-1,0,0,0,0,'',0,0,0,0,0,12340), (30559,3,5,-1,'Etched Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,453,-1,0,0,0,0,'',0,0,0,0,0,12340), (30560,3,4,-1,'Rune Covered Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,454,-1,0,0,0,0,'',0,0,0,0,0,12340), (30561,12,0,-1,'Vekh\'nir Crystal',39202,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37172,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Take this crystal to the Vekh\'nir Spell Circle to charge it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30563,3,3,-1,'Regal Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,456,-1,0,0,0,0,'',0,0,0,0,0,12340), (30564,3,5,-1,'Shining Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,457,-1,0,0,0,0,'',0,0,0,0,0,12340), (30565,3,5,-1,'Assassin\'s Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,458,-1,0,0,0,0,'',0,0,0,0,0,12340), (30566,3,3,-1,'Defender\'s Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,459,-1,0,0,0,0,'',0,0,0,0,0,12340), (30567,12,0,-1,'Charged Vekh\'nir Crystal',39203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30568,2,16,-1,'The Sharp Cookie',40002,2,4194304,1,1,22142,5535,25,-1,-1,108,66,0,0,0,0,0,0,0,1,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30569,2,7,-1,'Proximo\'s Rudius',5129,0,0,0,1,18166,3633,13,-1,-1,70,64,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,47,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30570,2,8,-1,'Arkadian Claymore',42336,2,0,1,1,87726,17545,17,-1,-1,114,66,0,0,0,0,0,0,0,1,1,0,3,4,28,32,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30571,3,0,-1,'Don Rodrigo\'s Heart',7053,3,524288,1,1,140972,35243,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,460,-1,0,0,0,0,'',0,0,0,0,0,12340), (30572,3,3,-1,'Imperial Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,461,-1,0,0,0,0,'',0,0,0,0,0,12340), (30573,3,5,-1,'Mysterious Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,462,-1,0,0,0,0,'',0,0,0,0,0,12340), (30574,3,3,-1,'Brutal Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,463,-1,0,0,0,0,'',0,0,0,0,0,12340), (30575,3,5,-1,'Nimble Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,464,-1,0,0,0,0,'',0,0,0,0,0,12340), (30579,12,0,-1,'Illidari-Bane Shard',42342,1,2048,1,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14097,1,0,0,-1,0,-1,37649,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A fragment of a weapon that seems to be enchanted with spells conveying power in combat against demons serving Illidan.',0,0,0,10623,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30581,3,5,-1,'Durable Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,465,-1,0,0,0,0,'',0,0,0,0,0,12340), (30582,3,5,-1,'Deadly Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,466,-1,0,0,0,0,'',0,0,0,0,0,12340), (30583,3,4,-1,'Timeless Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,467,-1,0,0,0,0,'',0,0,0,0,0,12340), (30584,3,5,-1,'Enscribed Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,468,-1,0,0,0,0,'',0,0,0,0,0,12340), (30585,3,5,-1,'Glistening Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,469,-1,0,0,0,0,'',0,0,0,0,0,12340), (30586,3,4,-1,'Seer\'s Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,470,-1,0,0,0,0,'',0,0,0,0,0,12340), (30587,3,5,-1,'Champion\'s Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,471,-1,0,0,0,0,'',0,0,0,0,0,12340), (30588,3,5,-1,'Potent Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,472,-1,0,0,0,0,'',0,0,0,0,0,12340), (30589,3,4,-1,'Dazzling Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,473,-1,0,0,0,0,'',0,0,0,0,0,12340), (30590,3,4,-1,'Enduring Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,474,-1,0,0,0,0,'',0,0,0,0,0,12340), (30591,3,5,-1,'Empowered Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,475,-1,0,0,0,0,'',0,0,0,0,0,12340), (30592,3,4,-1,'Steady Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,476,-1,0,0,0,0,'',0,0,0,0,0,12340), (30593,3,5,-1,'Iridescent Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,477,-1,0,0,0,0,'',0,0,0,0,0,12340), (30594,3,4,-1,'Effulgent Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,478,-1,0,0,0,0,'',0,0,0,0,0,12340), (30595,12,0,-1,'Legion Codex Key',14993,1,2048,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37020,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30596,12,0,-1,'Baa\'ri Tablet Fragment',38757,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30597,2,8,-1,'Halaani Claymore',42336,2,0,2,1,92463,18492,17,-1,-1,114,66,0,0,0,0,0,0,0,0,1,0,3,4,28,32,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,347,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30598,3,0,-1,'Don Amancio\'s Heart',7053,3,524288,2,1,140972,35243,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,479,-1,0,0,0,0,'',0,0,0,0,0,12340), (30599,2,16,-1,'Avenging Blades',40002,2,4194304,2,1,22142,5535,25,-1,-1,108,66,0,0,0,0,0,0,0,1,1,0,1,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30600,3,3,-1,'Fluorescent Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,480,-1,0,0,0,0,'',0,0,0,0,0,12340), (30601,3,5,-1,'Beaming Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,481,-1,0,0,0,0,'',0,0,0,0,0,12340), (30602,3,4,-1,'Jagged Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,482,-1,0,0,0,0,'',0,0,0,0,0,12340), (30603,3,3,-1,'Royal Tanzanite',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,483,-1,0,0,0,0,'',0,0,0,0,0,12340), (30604,3,5,-1,'Resplendent Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,484,-1,0,0,0,0,'',0,0,0,0,0,12340), (30605,3,4,-1,'Vivid Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,485,-1,0,0,0,0,'',0,0,0,0,0,12340), (30606,3,4,-1,'Lambent Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,486,-1,0,0,0,0,'',0,0,0,0,0,12340), (30607,3,5,-1,'Splendid Fire Opal',39931,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,487,-1,0,0,0,0,'',0,0,0,0,0,12340), (30608,3,4,-1,'Radiant Chrysoprase',39930,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,488,-1,0,0,0,0,'',0,0,0,0,0,12340), (30609,15,5,-1,'Swift Nether Drake',42378,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,37015,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30610,0,5,-1,'Smoked Black Bear Meat',20803,1,0,0,1,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (30611,6,2,-1,'Halaani Razorshaft',40199,3,0,0,200,5000,6,24,-1,-1,107,66,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,34,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30612,6,3,-1,'Halaani Grimshot',42382,3,0,0,200,5000,6,24,-1,-1,107,66,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,34,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30613,12,0,-1,'Felfire Diemetradon Eye',1504,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30614,12,0,-1,'Fel Bomb',43310,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37055,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30615,0,0,-1,'Halaani Whiskey',18059,1,0,0,3,16000,1333,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37058,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s no JD\'s, but it\'ll do.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30616,12,0,-1,'Bundle of Bloodthistle',20503,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37062,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30617,12,0,-1,'Stormrage Missive',36488,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A directive given by Illidan Stormrage.',2989,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30618,12,0,-1,'Trachela\'s Carcass',2473,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37065,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30619,4,0,-1,'Fel Reaver\'s Piston',43559,4,4096,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38299,1,0,0,-1,0,-1,42082,1,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30620,4,0,-1,'Spyglass of the Hidden Fleet',43609,4,0,0,1,288156,72039,12,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38325,0,0,0,120000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30621,4,0,-1,'Prism of Inner Calm',43605,4,0,0,1,288156,72039,12,262143,32767,138,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38326,1,0,0,-1,0,-1,38327,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30622,13,0,-1,'Flamewrought Key',22477,1,0,2,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,946,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Hellfire Citadel dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30623,13,0,-1,'Reservoir Key',22477,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,942,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Coilfang Reservoir dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30626,4,0,-1,'Sextant of Unstable Currents',43601,4,4096,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38347,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30627,4,0,-1,'Tsunami Talisman',43595,4,4096,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,32,38,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42083,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30628,12,0,-1,'Fel Reaver Power Core',42430,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30629,4,0,-1,'Scarab of Displacement',35439,4,0,0,1,364641,91160,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,12,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38351,0,0,0,180000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30630,12,0,-1,'Fel Reaver Energy Matrix',42490,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30631,12,0,-1,'Fel Reaver Armor Plate',35301,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30632,15,0,-1,'Lament of the Highborne',1134,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The small book contains the lyrics to the song.',2990,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30633,13,0,-1,'Auchenai Key',22071,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,1011,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks access to Heroic mode for Auchindoun dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30634,13,0,-1,'Warpforged Key',22185,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,935,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Tempest Keep dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30635,13,0,-1,'Key of Time',3118,1,0,0,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,989,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Caverns of Time dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30637,13,0,-1,'Flamewrought Key',22477,1,0,1,1,100000,25000,0,-1,-1,0,0,0,0,0,0,0,947,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks Heroic Difficulty for Hellfire Citadel dungeons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30638,12,0,-1,'Box o\' Tricks',8928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37097,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A.C.M.E. jumbo disguise kit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30639,15,0,-1,'Blood Elf Disguise',42440,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37096,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,6000,0,0,'',0,0,0,0,0,12340), (30640,12,0,-1,'Eclipsion Armor',35300,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Not a drop of blood on this piece!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30641,4,4,-1,'Boots of Elusion',40499,4,0,0,1,294391,58878,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,34,12,23,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30642,4,1,-1,'Drape of the Righteous',42491,4,0,0,1,169178,33835,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30643,4,3,-1,'Belt of the Tracker',40513,4,0,0,1,169829,33965,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,21644,1,0,0,-1,0,-1,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30644,4,2,-1,'Grips of Deftness',42492,4,0,0,1,142066,28413,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,34,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30645,12,0,-1,'Third Fragment of the Cipher of Damnation',30603,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wouldn\'t even know where to begin...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30646,12,0,-1,'Borak\'s Lockbox',18721,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30649,12,0,-1,'Orders From Akama',3029,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30650,12,0,-1,'Dertrok\'s Wand Case',5658,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30651,12,0,-1,'Dertrok\'s First Wand',42537,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37221,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30652,12,0,-1,'Dertrok\'s Second Wand',42538,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37320,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30653,12,0,-1,'Dertrok\'s Third Wand',42539,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37322,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30654,12,0,-1,'Dertrok\'s Fourth Wand',13435,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37323,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30655,12,0,-1,'Infused Vekh\'nir Crystal',39203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This crystal can be used with one of Dertrok\'s wands.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30656,12,0,-1,'Protovoltaic Magneto Collector',42540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37136,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30657,12,0,-1,'The Cipher of Damnation',42548,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37236,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Herein lies the words of the eternal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30658,12,0,-1,'Flanis\'s Pack',1815,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30659,12,0,-1,'Kagrosh\'s Pack',1815,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30663,4,0,-1,'Fathom-Brooch of the Tidewalker',43598,4,4096,0,1,288156,72039,12,64,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37247,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30664,4,0,-1,'Living Root of the Wildheart',43579,4,4096,0,1,288156,72039,12,32256,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30665,4,0,-1,'Earring of Soulful Meditation',43585,4,0,0,1,288156,72039,12,16,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,300000,0,-1,40402,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30666,4,0,-1,'Ritssyn\'s Lost Pendant',35437,4,0,0,1,353421,88355,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30667,4,0,-1,'Ring of Unrelenting Storms',35472,4,0,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,2,5,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30668,4,1,-1,'Grasp of the Dead',35183,4,0,0,1,118462,23692,10,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,24,6,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30672,12,0,-1,'Elemental Displacer',42557,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37285,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A device used to manipulate and control elementals.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30673,4,1,-1,'Inferno Waist Cord',40508,4,0,0,1,120621,24124,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,18,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30674,4,2,-1,'Zierhut\'s Lost Treads',42247,4,0,0,1,226978,45395,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,34,3,28,7,33,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30675,4,1,-1,'Lurker\'s Cord',40508,4,0,0,1,121477,24295,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30676,4,2,-1,'Lurker\'s Grasp',29954,4,0,0,1,152389,30477,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,63,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30677,4,3,-1,'Lurker\'s Belt',41041,4,0,0,1,183518,36703,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30678,4,4,-1,'Lurker\'s Girdle',35614,4,0,0,1,216091,43218,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30679,12,0,-1,'Sunfury Glaive',42565,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30680,4,1,-1,'Glider\'s Foot-Wraps',41483,4,4096,0,1,0,0,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30681,4,2,-1,'Glider\'s Boots',41899,4,0,0,1,210614,42122,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30682,4,3,-1,'Glider\'s Sabatons',42334,4,0,0,1,254842,50968,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30683,4,4,-1,'Glider\'s Greaves',40499,4,0,0,1,304686,60937,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,65,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30684,4,1,-1,'Ravager\'s Cuffs',40390,4,0,0,1,466907,93381,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30685,4,2,-1,'Ravager\'s Wrist-Wraps',45055,4,0,0,1,146450,29290,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,63,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30686,4,3,-1,'Ravager\'s Bands',40494,4,0,0,1,176392,35278,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,64,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30687,4,4,-1,'Ravager\'s Bracers',36248,4,0,0,1,207710,41542,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,65,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30688,12,0,-1,'Deathforge Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38214,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30689,12,0,-1,'Razuun\'s Orders',16161,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Orders from Doom Lord Kazzak, including a description of a huge stockpile of infernals and fel reavers at a hidden location in Shadowmoon Valley.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30690,0,0,-1,'Power Converter',44025,1,64,0,1,0,0,0,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37346,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The next best thing to going to the Academy.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30691,12,0,-1,'Haalum\'s Medallion Fragment',40888,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30692,12,0,-1,'Eykenen\'s Medallion Fragment',42619,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30693,12,0,-1,'Lakaan\'s Medallion Fragment',41387,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30694,12,0,-1,'Uylaru\'s Medallion Fragment',41411,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30695,12,0,-1,'Legion Teleporter Control',42629,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Allows the holder to use Legion Hold\'s teleporter to access Invasion Point: Cataclysm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30696,4,0,-1,'Scourgebane',38758,3,0,0,1,60000,15000,12,-1,-1,52,0,0,0,0,0,0,0,0,0,1,0,1,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37360,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (30700,15,0,-1,'Scourgestone Fragments',36868,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30701,12,0,-1,'Oscillating Frequency Scanners',8622,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37390,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30703,0,5,-1,'Conjured Mountain Spring Water',40853,1,2097154,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30704,12,0,-1,'Ruuan\'ok Claw',42679,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37426,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30705,4,4,-1,'Spaulders of Slaughter',30829,3,0,0,1,230197,46039,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,22,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30706,12,0,-1,'Harbinger\'s Pendant',42679,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30707,4,2,-1,'Nimble-foot Treads',11571,3,0,0,1,157334,31466,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,24,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30708,4,3,-1,'Belt of Flowing Thought',30492,3,0,0,1,133244,26648,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30709,4,1,-1,'Pantaloons of Flaming Wrath',42681,3,0,0,1,167823,33564,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,28,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30710,4,0,-1,'Blood Guard\'s Necklace of Ferocity',32087,3,0,0,1,201151,50287,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30712,13,0,-1,'The Doctor\'s Key',22477,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37452,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30713,12,0,-1,'The Art of Fel Reaver Maintenance',1246,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'How to care for and operate your fel reaver.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30716,12,0,-1,'Ever-burning Ash',42706,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Incredibly, it\'s still smoldering.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30717,12,0,-1,'Harbinger\'s Pendant',42679,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37475,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30719,4,0,-1,'Spectrecles',42708,1,0,0,1,0,0,1,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37468,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'*WARNING* Ghosts don\'t like to be seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30720,4,0,-1,'Serpent-Coil Braid',43588,4,4096,0,1,288156,72039,12,31360,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,32,30,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37447,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30721,4,0,-1,'Spectrecles',42708,1,0,0,1,0,0,1,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37495,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'*WARNING* Ghosts don\'t like to be seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30722,2,1,-1,'Ethereum Nexus-Reaver',43263,4,0,0,1,752573,150514,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,4,50,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,519,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,3094,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30723,2,15,-1,'Talon of the Tempest',43267,4,0,0,1,604314,120862,21,32767,-1,120,70,0,0,0,0,0,0,0,1,1,0,3,5,10,31,9,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,123,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42124,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2863,0,300,-48.5,0,0,0,'',67,0,0,0,0,12340), (30724,2,3,-1,'Barrel-Blade Longrifle',41433,4,0,0,1,454882,90976,26,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,2,0,2,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30725,4,1,-1,'Anger-Spark Gloves',43269,4,0,0,1,121753,24350,10,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,31,20,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30726,4,0,-1,'Archaic Charm of Presence',35358,4,0,0,1,411111,102777,2,32767,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30727,4,1,-1,'Gilded Trousers of Benediction',43284,4,0,0,1,245310,49062,7,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30728,4,3,-1,'Fathom-Helm of the Deeps',44683,4,0,0,1,276962,55392,1,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30729,4,1,-1,'Black-Iron Battlecloak',28891,4,0,0,1,185318,37063,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30730,4,2,-1,'Terrorweave Tunic',44598,4,0,0,1,309991,61998,5,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,2,31,21,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30731,4,4,-1,'Faceguard of the Endless Watch',44879,4,0,0,1,326053,65210,1,1535,-1,120,70,0,0,0,0,0,0,0,0,1,0,4,7,49,12,30,13,24,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30732,2,10,-1,'Exodar Life-Staff',43253,4,0,0,1,724452,144890,17,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,1,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,294,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42125,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,8,0,4,0,2865,0,300,-48.5,0,0,0,'',67,0,0,0,0,12340), (30733,2,7,-1,'Hope Ender',43259,4,0,0,1,581817,116363,13,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30734,4,1,-1,'Leggings of the Seventh Circle',43249,4,0,0,1,233629,46725,7,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,5,22,31,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30735,4,1,-1,'Ancient Spellcloak of the Highborne',22995,4,4096,0,1,175898,35179,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,32,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30736,4,0,-1,'Ring of Flowing Light',39129,4,0,0,1,241024,60256,11,262143,32767,120,70,0,0,0,0,0,0,0,1,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30737,4,2,-1,'Gold-Leaf Wildboots',43251,4,0,0,1,221542,44308,8,32767,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,5,19,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30738,4,0,-1,'Ring of Reciprocity',9834,4,0,0,1,241024,60256,11,262143,32767,120,70,0,0,0,0,0,0,0,1,1,0,2,31,15,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30739,4,3,-1,'Scaled Greaves of the Marksman',43254,4,0,0,1,357138,71427,7,32767,-1,120,70,0,0,0,0,0,0,0,0,1,0,2,3,37,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,2,0,2,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30740,4,4,-1,'Ripfiend Shoulderplates',43258,4,0,0,1,313082,62616,3,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,4,39,32,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30741,4,4,-1,'Topaz-Studded Battlegrips',43261,4,0,0,1,211109,42221,10,262143,32767,120,70,0,0,0,0,0,0,0,0,1,0,3,7,49,12,20,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2975,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30742,12,0,-1,'Temporal Phase Modulator',42723,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37573,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30743,12,0,-1,'Proto-Nether Drake Essence',42742,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Icky, gooey, yukky!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30744,1,0,-1,'Draenic Leather Pack',31783,2,0,0,1,120000,30000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30745,1,4,-1,'Heavy Toolbox',42743,2,0,0,1,140000,35000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30746,1,6,-1,'Mining Sack',2588,2,0,0,1,100000,25000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30747,1,5,-1,'Gem Pouch',3237,2,0,0,1,120000,30000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30748,1,3,-1,'Enchanter\'s Satchel',2591,2,0,0,1,140000,35000,18,-1,-1,60,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30749,2,7,-1,'Draenic Sparring Blade',42751,1,0,0,1,145540,29108,13,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,85,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Generations of warriors have trained with these blades',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30750,2,8,-1,'Draenic Warblade',42750,1,0,0,1,189372,37874,17,-1,-1,72,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,151,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'An ancient Draenic warblade still intact',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30751,2,0,-1,'Mag\'hari Light Axe',42749,1,0,0,1,148381,29676,21,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Nicks in the edge attest to much conflict',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30752,2,1,-1,'Mag\'hari Battleaxe',42748,1,0,0,1,168397,33679,17,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,110,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Countless more Mag\'har have fallen than remain',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30753,2,6,-1,'Warphorn Spear',42754,2,0,0,1,326668,65333,17,-1,-1,83,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,156,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'The Warpstalker Horn gives this weapon its speed',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (30754,2,4,-1,'Ancient Bone Mace',42757,1,0,0,1,137417,27483,13,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,93,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It has seen usage on countless battlefields',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30755,2,13,-1,'Mag\'hari Fighting Claw',42758,2,0,0,1,254979,50995,21,-1,-1,80,60,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,92,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Weapon of Mag\'hari Heroes',0,0,0,0,0,8,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (30756,12,0,-1,'Illidari-Bane Shard',42342,1,2048,2,1,0,0,0,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14097,0,0,0,-1,0,-1,37649,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A fragment of a weapon that seems to be enchanted with spells conveying power in combat against demons serving Illidan.',0,0,0,10621,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30757,2,18,-1,'Draenic Light Crossbow',44885,1,0,0,1,104257,20851,26,-1,-1,71,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,2300,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sturdy construction has kept this ancient weapon working',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30758,2,3,3,'Aldor Guardian Rifle',44723,1,0,0,1,103377,20675,26,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,113,0,0,0,0,0,0,0,0,0,0,0,2200,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Weapons of the fallen make their way onto the gray market',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (30759,2,2,-1,'Mag\'hari Light Recurve',44724,1,0,0,1,102498,20499,15,-1,-1,69,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,2100,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It can put a second arrow in flight before the first strikes its target',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30760,4,1,-1,'Formal Draenic Robe',42771,1,0,8192,1,55554,11110,20,-1,-1,70,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (30761,4,1,-1,'Infernoweave Leggings',31685,4,4096,0,1,0,0,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,55,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30762,4,1,-1,'Infernoweave Robe',31673,4,4096,0,1,0,0,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,60,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30763,4,1,-1,'Infernoweave Boots',41901,4,4096,0,1,0,0,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,45,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30764,4,1,-1,'Infernoweave Gloves',28754,4,4096,0,1,0,0,10,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30765,4,4,-1,'Heavy Draenic Breastplate',42775,1,0,0,1,126608,25321,5,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,796,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30766,4,4,-1,'Inferno Tempered Leggings',28843,4,4096,0,1,0,0,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,55,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30767,4,4,-1,'Inferno Tempered Gauntlets',43447,4,4096,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30768,4,4,-1,'Inferno Tempered Boots',42672,4,4096,0,1,0,0,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,45,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30769,4,4,-1,'Inferno Tempered Chestguard',21580,4,4096,0,1,0,0,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,60,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30770,4,3,-1,'Inferno Forged Boots',33690,4,4096,0,1,0,0,8,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,45,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30771,4,4,-1,'Heavy Draenic Bracers',42777,1,0,0,1,65032,13006,9,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30772,4,3,-1,'Inferno Forged Leggings',36426,4,4096,0,1,0,0,7,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,55,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30773,4,3,-1,'Inferno Forged Hauberk',32360,4,4096,0,1,0,0,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,60,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30774,4,3,-1,'Inferno Forged Gloves',42778,4,4096,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30775,4,6,-1,'Layered Bone Shield',44270,1,0,0,1,108595,21719,14,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2523,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,4,0,0,55,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30776,4,2,-1,'Inferno Hardened Chestguard',33840,4,4096,0,1,0,0,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,60,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30777,4,4,-1,'Aldor Heavy Belt',42782,1,0,0,1,59255,11851,6,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Tough and unyielding like their owners',0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30778,4,2,-1,'Inferno Hardened Leggings',42783,4,4096,0,1,0,0,7,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,55,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30779,4,2,-1,'Inferno Hardened Boots',42784,4,4096,0,1,0,0,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,45,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30780,4,2,-1,'Inferno Hardened Gloves',42787,4,4096,0,1,0,0,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,40,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30781,4,3,-1,'Mag\'hari Chain Vest',42786,1,0,0,1,101003,20200,5,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hopefully you will fare better than the previous owner',0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30782,12,0,-1,'Adolescent Nether Drake Essence',42990,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Older, yet no less disgusting.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30783,12,0,-1,'Mature Nether Drake Essence',42991,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Just what is Clocktock going to do with these things anyway?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30784,4,3,-1,'Worn Mag\'hari Gauntlets',42788,1,0,0,1,50501,10100,10,-1,-1,90,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30785,12,0,-1,'Morgroron\'s Glaive',42789,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30786,12,0,-1,'Makazradon\'s Glaive',42790,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30787,2,15,-1,'Illidari-Bane Mageblade',40855,3,0,0,1,453956,90791,21,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,12,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,101,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,37649,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (30788,2,7,-1,'Illidari-Bane Broadsword',41428,3,0,0,1,455540,91108,13,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,37651,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30789,2,8,-1,'Illidari-Bane Claymore',47478,3,0,0,1,571460,114292,17,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,7,34,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,414,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,37652,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30791,12,0,-1,'Silkwing Cocoon',36601,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30792,12,0,-1,'Iridescent Wing',43402,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30794,12,0,-1,'Shredder Keys',21807,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30797,12,0,-1,'Gorefiend\'s Armor',42795,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30798,12,0,-1,'Extra Sharp Daggermaw Tooth',2460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ouch!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30799,12,0,-1,'Gorefiend\'s Cloak',42796,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30800,12,0,-1,'Gorefiend\'s Truncheon',42797,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30803,12,0,-1,'Felhound Whistle',12997,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37690,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30804,4,0,-1,'Bronze Band of Force',31800,3,524288,0,1,4258,1064,11,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26596,1,0,0,-1,0,-1,37817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (30805,12,0,-1,'Thick Stain Resistant Gloves',42821,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37822,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30807,12,0,-1,'Uvuros\'s Fiery Mane',7086,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s still smoldering!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30808,12,0,-1,'Book of Fel Names',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30809,12,0,-1,'Mark of Sargeras',40679,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Aldor in Shattrath City to prove your slaying of a high-ranking follower of the Burning Legion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30810,12,0,-1,'Sunfury Signet',34382,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Present this to the Scryers in Shattrath City to prove your slaying of a high-ranking follower of Kael\'thas.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30811,0,0,-1,'Scroll of Demonic Unbanishing',2616,1,64,0,1,700,175,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37834,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30812,15,0,-1,'Iridescent Scale',8284,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30813,15,0,-1,'Envenomed Fang',2798,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30814,15,0,-1,'Enormous Molar',7350,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30815,15,0,-1,'Giant Scale',32885,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30816,0,5,-1,'Spice Bread',42822,1,0,0,1,20,5,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (30817,7,11,-1,'Simple Flour',1297,1,0,0,5,25,1,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (30818,12,0,-1,'Repolarized Magneto Sphere',19502,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37830,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30819,12,0,-1,'Felfire Spleen',42827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30820,15,0,-1,'Vicious Scorpid Claw',6636,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30821,15,0,-1,'Envenomed Scorpid Stinger',42828,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30822,12,0,-1,'Box of Ingots',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30823,12,0,-1,'Demon Warding Totem',42834,1,0,0,1,300000,75000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A totem imbued with powerful anti-demon magics',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30824,12,0,-1,'Overcharged Manacell',42861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small container filled with brightly glowing plasma.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30825,4,0,-1,'Ring of Arcane Shielding',44358,3,524288,0,1,148148,37037,11,-1,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,12,35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30826,9,10,-1,'Design: Ring of Arcane Shielding',6270,3,64,0,1,120000,30000,0,-1,-1,72,0,755,360,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37855,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Arcane Shielding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30827,12,0,-1,'Lexicon Demonica',9129,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30828,12,0,-1,'Vial of Underworld Loam',42905,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30829,12,0,-1,'Tear of the Earthmother',39204,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30830,2,6,-1,'Trident of the Outcast Tribe',42906,4,32768,0,1,2505080,501016,17,-1,-1,100,70,0,0,0,0,0,1011,7,0,1,0,3,7,54,4,37,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30831,4,1,-1,'Cloak of Arcane Evasion',42907,3,0,0,1,125331,25066,16,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,32,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30832,2,4,-1,'Gavel of Unearthed Secrets',42909,4,32768,0,1,504841,100968,21,32767,-1,100,70,0,0,0,0,0,1011,7,0,1,0,3,7,24,5,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,178,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,34611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-39.8,0,0,0,'',0,0,0,0,0,12340), (30833,9,2,-1,'Pattern: Cloak of Arcane Evasion',1301,1,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37873,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Cloak of Arcane Evasion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30834,4,0,-1,'Shapeshifter\'s Signet',31908,4,32768,0,1,197528,49382,11,262143,32767,100,70,0,0,0,0,0,1011,7,1,1,0,3,3,25,7,18,37,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30835,4,3,-1,'Salvager\'s Hauberk',42916,3,32768,0,1,260629,52125,5,-1,-1,115,70,0,0,0,0,0,1011,6,0,1,0,2,7,49,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30836,4,1,-1,'Leggings of the Skettis Exile',42917,3,32768,0,1,174403,34880,7,-1,-1,115,70,0,0,0,0,0,1011,6,0,1,0,2,5,33,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30837,4,1,-1,'Flameheart Bracers',42942,3,0,0,1,85444,17088,9,32767,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,12,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,30,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30838,4,1,-1,'Flameheart Gloves',42941,3,0,0,1,87150,17430,10,32767,-1,114,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,40,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30839,4,1,-1,'Flameheart Vest',41580,3,0,0,1,176339,35267,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,30,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,50,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30840,12,0,-1,'Ether-Energized Flesh',42924,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Just like Dizzy Dina said, disgusting!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30841,4,0,-1,'Lower City Prayerbook',1317,3,32768,0,1,175952,43988,12,-1,-1,115,70,0,0,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-8,0,-8,37877,0,0,0,60000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Short prayers from a dozen different faiths are contained in this book.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30842,9,2,-1,'Pattern: Flameheart Bracers',2571,1,64,0,1,60000,15000,0,-1,-1,70,0,197,350,0,0,0,932,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37882,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Flameheart Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30843,9,2,-1,'Pattern: Flameheart Gloves',2571,1,64,0,1,80000,20000,0,-1,-1,70,0,197,360,0,0,0,932,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37883,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Flameheart Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30844,9,2,-1,'Pattern: Flameheart Vest',2571,1,64,0,1,100000,25000,0,-1,-1,70,0,197,370,0,0,0,932,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,37884,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Flameheart Vest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30845,12,0,-1,'Glyph of Chromatic Warding',42958,2,64,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1011,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37889,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (30846,12,0,-1,'Arcanum of the Outcast',42960,2,36928,0,1,1000000,250000,0,-1,-1,70,70,0,0,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37891,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30847,4,1,-1,'X-52 Rocket Helmet',67050,2,32768,0,1,0,0,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,37896,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30849,12,0,-1,'Scalewing Lightning Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30850,12,0,-1,'Freshly Drawn Blood',19312,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37898,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340), (30851,12,0,-1,'Felspine\'s Hide',42988,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30852,12,0,-1,'Multi-Spectrum Light Trap',42989,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37899,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30853,12,0,-1,'Imbued Silver Spear',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37904,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30854,12,0,-1,'Book of Fel Names',1246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37906,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30855,2,0,-1,'Shatterstone Pick',18377,2,0,0,1,273287,54657,13,-1,-1,84,0,0,0,0,0,0,0,0,1,1,0,2,32,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,107,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,165,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (30856,4,4,-1,'Underworld Helm',43000,2,0,0,1,143724,28744,1,-1,-1,84,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,16,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (30857,4,0,-1,'Deep Core Lantern',7557,2,4096,0,1,109552,27388,23,-1,-1,84,0,0,0,0,0,0,0,0,1,1,0,2,5,8,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (30858,0,0,-1,'Peon Sleep Potion',18079,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30859,2,19,-1,'Wand of the Seer',43007,3,0,0,1,314929,62985,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,9346,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30860,4,0,-1,'Kaylaan\'s Signet',31800,3,524288,0,1,166220,41555,11,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30861,4,4,-1,'Furious Shackles',45748,4,0,0,1,257799,51559,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,35,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30862,4,4,-1,'Blessed Adamantite Bracers',45741,4,0,0,1,258720,51744,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30863,4,2,-1,'Deadly Cuffs',45746,4,0,0,1,184404,36880,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,32,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30864,4,3,-1,'Bracers of the Pathfinder',45744,4,0,0,1,222048,44409,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30865,2,15,-1,'Tracker\'s Blade',45233,4,0,0,1,672006,134401,13,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,31,20,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30866,4,4,-1,'Blood-stained Pauldrons',45759,4,0,0,1,353502,70700,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,34,32,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30867,12,0,-1,'Overdeveloped Felfire Gizzard',5287,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30868,4,2,-1,'Rejuvenating Bracers',45753,4,0,0,1,169945,33989,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,20,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30869,4,3,-1,'Howling Wind Bracers',45750,4,0,0,1,204719,40943,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,5,21,7,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30870,4,1,-1,'Cuffs of Devastation',45745,4,0,0,1,137003,27400,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,22,5,20,6,19,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30871,4,1,-1,'Bracers of Martyrdom',45743,4,0,0,1,137512,27502,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,20,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30872,4,0,-1,'Chronicle of Dark Secrets',45211,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,16,32,23,31,17,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30873,4,3,-1,'Stillwater Boots',45240,4,0,0,1,313142,62628,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,5,36,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30874,2,7,-1,'The Unbreakable Will',45232,4,0,0,1,695408,139081,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,33,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,209,0,0,0,0,308,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30875,12,0,-1,'Forged Illidari-Bane Blade',43032,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37984,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A recently forged blade imbued with powerful anti-demon magics.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30876,12,0,-1,'Quenched Illidari-Bane Blade',43032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30878,4,4,-1,'Glimmering Steel Mantle',45212,4,0,0,1,379657,75931,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,26,5,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30879,4,2,-1,'Don Alejandro\'s Money Belt',45245,4,0,0,1,181770,36354,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,37,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Heavier than it appears, this belt jingles ever so slightly',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30880,4,3,-1,'Quickstrider Moccasins',45239,4,0,0,1,329823,65964,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,28,7,30,5,31,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30881,2,7,-1,'Blade of Infamy',45799,4,0,0,1,732313,146462,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,1,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30882,4,6,-1,'Bastion of Light',44863,4,0,0,1,470355,94071,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30883,2,10,-1,'Pillar of Ferocity',45224,4,0,0,1,921843,184368,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,96,38,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,470,0,0,0,0,550,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30884,4,1,-1,'Hatefury Mantle',45749,4,0,0,1,222027,44405,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,18,7,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30885,4,1,-1,'Archbishop\'s Slippers',45737,4,0,0,1,201580,40316,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30886,4,2,-1,'Enchanted Leather Sandals',45238,4,0,0,1,252930,50586,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30887,4,3,-1,'Golden Links of Restoration',45767,4,0,0,1,406258,81251,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,42115,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30888,4,1,-1,'Anetheron\'s Noose',45241,4,0,0,1,135942,27188,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,23,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30889,4,6,-1,'Kaz\'rogal\'s Hardened Heart',44865,4,0,0,1,436690,87338,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,19,31,18,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30890,12,0,-1,'Collection of Souls',43061,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They seem energetic.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (30891,4,2,-1,'Black Featherlight Boots',45800,4,0,0,1,257808,51561,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,31,34,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30892,4,3,-1,'Beast-tamer\'s Shoulders',45735,4,0,0,1,320396,64079,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,27206,1,0,0,-1,0,-1,27043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30893,4,3,-1,'Sun-touched Chain Leggings',45229,4,0,0,1,426874,85374,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30894,4,1,-1,'Blue Suede Shoes',45742,4,4096,0,1,214200,42840,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,32,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Keep Off',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30895,4,1,-1,'Angelista\'s Sash',45242,4,0,0,1,143323,28664,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,30,7,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30896,4,4,-1,'Glory of the Defender',45222,4,0,0,1,503464,100692,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,75,12,35,13,24,31,29,4,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30897,4,4,-1,'Girdle of Hope',48291,4,0,0,1,254091,50818,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,4,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30898,4,2,-1,'Shady Dealer\'s Pantaloons',45227,4,0,0,1,362197,72439,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,50,7,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30899,4,2,-1,'Don Rodrigo\'s Poncho',45755,4,0,0,1,363505,72701,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,25179,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30900,4,3,-1,'Bow-stitched Leggings',47778,4,0,0,1,437776,87555,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,42,5,28,7,28,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30901,2,15,-1,'Boundless Agony',45209,4,0,0,1,732172,146434,13,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,1,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,217,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30902,2,8,-1,'Cataclysm\'s Edge',45776,4,0,0,1,978692,195738,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,4,75,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,42061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30903,4,4,-1,'Legguards of Endless Rage',46359,4,0,0,1,550019,110003,7,1535,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,4,70,7,61,32,46,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30904,4,4,-1,'Savior\'s Grasp',46351,4,0,0,1,551970,110394,5,1535,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,69,5,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30905,4,2,-1,'Midnight Chestguard',46352,4,0,0,1,357915,71583,5,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,64,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30906,2,2,-1,'Bristleblitz Striker',45265,4,0,0,1,538963,107792,15,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,32,25,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,374,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30907,4,3,-1,'Mail of Fevered Pursuit',46356,4,0,0,1,432843,86568,5,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,3,49,7,66,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30908,2,10,-1,'Apostle of Argus',45205,4,0,0,1,930195,186039,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,5,59,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,323,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42059,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340), (30909,4,6,-1,'Antonidas\'s Aegis of Rapt Concentration',45204,4,0,0,1,477996,95599,14,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6336,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,174,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30910,2,7,-1,'Tempest of Chaos',45360,4,0,0,1,749656,149931,21,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,4,7,30,5,22,32,24,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340), (30911,4,0,-1,'Scepter of Purification',39420,4,0,0,1,1015299,203059,23,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30912,4,1,-1,'Leggings of Eternity',45218,4,0,0,1,302092,60418,7,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,26228,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30913,4,1,-1,'Robes of Rhonin',45771,4,0,0,1,303177,60635,20,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,32,24,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30914,4,2,-1,'Belt of the Crescent Moon',45244,4,0,0,1,178482,35696,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,5,27,6,19,36,36,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30915,4,4,-1,'Belt of Seething Fury',45243,4,0,0,1,252224,50444,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,48,36,38,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30916,4,1,-1,'Leggings of Channeled Elements',45219,4,0,0,1,287637,57527,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,25,5,28,31,18,32,34,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30917,4,2,-1,'Razorfury Mantle',45752,4,0,0,1,270640,54128,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,55,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30918,2,4,4,'Hammer of Atonement',45346,4,0,0,1,724324,144864,21,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42110,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340), (30919,4,3,-1,'Valestalker Girdle',45247,4,0,0,1,218082,43616,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,36,3,27,7,25,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30922,4,1,-1,'Ata\'mal Crown',43213,2,0,0,1,113378,22675,1,262143,32767,114,0,0,0,0,0,0,0,0,0,1,0,3,5,16,6,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30923,4,1,-1,'Grom\'tor\'s Bloodied Bandage',43214,2,0,0,1,75854,15170,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30924,4,1,-1,'Gloves of the High Magus',30768,3,0,0,1,79505,15901,10,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,4,7,13,5,18,6,10,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30925,4,1,-1,'Spaulders of the Torn-heart',43346,3,0,0,1,122766,24553,3,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,7,6,8,7,10,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30926,4,1,-1,'Ashwalker\'s Footwraps',43216,2,0,0,1,104396,20879,8,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,4,5,16,6,8,7,12,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30927,4,1,-1,'Earthmender\'s Bracer of Shattering',43217,2,0,0,1,71570,14314,9,32767,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,6,9,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30928,4,1,-1,'Sketh\'lon Survivor\'s Tunic',43218,2,0,0,1,140231,28046,5,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,7,31,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30929,4,1,-1,'Soothsayer\'s Kilt',43219,2,0,0,1,140757,28151,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30930,4,1,-1,'Grips of the Void',43220,2,0,0,1,72370,14474,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,18,5,11,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30931,4,1,-1,'Ghostly Headwrap',43221,2,0,0,1,108948,21789,1,262143,32767,114,0,0,0,0,0,0,0,0,0,1,0,3,5,11,6,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,143,0,0,0,'',14,0,0,0,0,12340), (30932,4,1,-1,'Akama\'s Sash',26435,3,0,0,1,83997,16799,6,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,7,6,18,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,112,0,0,0,'',52,0,0,0,0,12340), (30933,4,2,-1,'Hauberk of Karabor',43222,3,0,0,1,210769,42153,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30936,4,2,-1,'Eva\'s Strap',38516,2,0,0,1,92463,18492,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30937,4,2,-1,'Earthmender\'s Fists of Undoing',43343,2,0,0,1,92799,18559,10,1535,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30938,4,2,-1,'Azurestrike Shoulders',43227,2,0,0,1,136366,27273,3,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,32,21,7,11,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30939,4,2,-1,'Felboar Hide Shoes',43347,3,0,0,1,161534,32306,8,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,18,31,9,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30940,4,2,-1,'Aged Leather Bindings',34685,2,0,0,1,87108,17421,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30941,4,2,-1,'Ash Tempered Legguards',43231,2,0,0,1,170710,34142,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,25,7,31,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30942,4,2,-1,'Manimal\'s Cinch',44550,2,0,0,1,87781,17556,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,21,4,23,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30943,4,2,-1,'Verdant Gloves',43235,3,0,0,1,101519,20303,10,1535,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,27,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30944,4,2,-1,'Umberhowl\'s Collar',43233,3,0,0,1,101907,20381,9,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,3,15,4,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30945,4,2,-1,'Grom\'tor\'s Friend\'s Cousin\'s Tunic',43236,2,0,0,1,177562,35512,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,21,7,15,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"It\'s not mine...\" -Grom\'tor',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30946,4,2,-1,'Mooncrest Headdress',43237,2,0,0,1,130482,26096,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30947,4,3,-1,'Crimson Mail Hauberk',43241,2,0,0,1,209538,41907,5,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,14,5,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30948,4,3,-1,'Sunfury Legguards',44018,3,0,0,1,248272,49654,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,25,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30950,4,3,-1,'Darkhunter\'s Cinch',43247,2,0,0,1,105940,21188,6,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,5,10,7,15,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30951,4,3,-1,'Ar\'tor\'s Mainstay',43348,3,0,0,1,125519,25103,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,18,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,21361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30952,4,3,-1,'Earthmender\'s Crimson Spaulders',43250,2,0,0,1,164740,32948,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,16,5,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30953,4,3,-1,'Boots of the Skybreaker',43252,2,0,0,1,165349,33069,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,3,16,5,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30955,4,3,-1,'Crown of Cinders',44732,2,0,0,1,161850,32370,1,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,3,21,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30956,4,3,-1,'Oronok\'s Old Bracers',28806,2,0,0,1,110945,22189,9,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,12,3,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30957,4,3,-1,'Oronok\'s Old Leggings',43260,2,0,0,1,228479,45695,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30958,4,3,-1,'Blackened Chain Greaves',43262,2,0,0,1,156258,31251,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30959,4,4,-1,'Torn-heart Family Tunic',43272,2,0,0,1,242935,48587,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,39,32,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30960,4,4,-1,'Runed Sketh\'lon Legplates',43274,2,0,0,1,238050,47610,7,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,32,38,4,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30961,4,4,-1,'Ash-Covered Helm',43277,2,0,0,1,183264,36652,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,28,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30962,4,4,-1,'Borak\'s Belt of Bravery',43345,3,0,0,1,142378,28475,6,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,26,3,26,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30964,4,4,-1,'Skybreaker\'s Pauldrons',43344,2,0,0,1,185361,37072,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30966,4,4,-1,'Singed Vambraces',43283,2,0,0,1,122454,24490,9,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30967,4,4,-1,'The Hands of Fate',43349,3,0,0,1,145092,29018,10,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,34,7,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30968,4,4,-1,'Earthmender\'s Plated Boots',43287,2,0,0,1,188162,37632,8,32767,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,16,4,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30969,4,4,-1,'Onslaught Gauntlets',45659,4,4096,0,1,0,0,10,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,4,41,3,30,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30970,4,4,-1,'Onslaught Handguards',45659,4,4096,0,1,0,0,10,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,36,7,50,12,32,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30971,4,1,-1,'Torn-heart Cloak',15163,2,0,0,1,108926,21785,16,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30972,4,4,-1,'Onslaught Battle-Helm',49684,4,4096,0,1,0,0,1,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,4,54,3,41,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,100,0,0,0,0,1,0,2,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30973,4,0,-1,'Band of Anguish',33534,3,0,0,1,163440,40860,11,-1,-1,106,0,0,0,0,0,0,0,0,0,1,0,2,3,13,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30974,4,4,-1,'Onslaught Greathelm',49684,4,4096,0,1,0,0,1,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,39,7,48,12,36,15,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,35074,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,100,0,0,0,0,1,0,2,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30975,4,4,-1,'Onslaught Breastplate',45658,4,4096,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,53,3,34,7,54,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,165,0,0,0,0,2,0,8,0,8,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30976,4,4,-1,'Onslaught Chestguard',45658,4,4096,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,14,28,4,37,7,69,12,37,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,165,0,0,0,0,2,0,2,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30977,4,4,-1,'Onslaught Greaves',45660,4,4096,0,1,0,0,7,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,62,3,41,7,55,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,120,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30978,4,4,-1,'Onslaught Legguards',45660,4,4096,0,1,0,0,7,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,40,7,78,12,24,14,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30979,4,4,-1,'Onslaught Shoulderblades',45661,4,4096,0,1,0,0,3,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,4,39,3,39,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,100,0,0,0,0,4,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30980,4,4,-1,'Onslaught Shoulderguards',45661,4,4096,0,1,0,0,3,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,53,12,25,15,17,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,100,0,0,0,0,2,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30981,4,0,-1,'Grom\'tor\'s Pendant of Conquest',35358,2,0,0,1,122547,30636,2,-1,-1,114,0,0,0,0,0,0,0,0,1,1,0,2,7,22,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (30982,4,4,-1,'Lightbringer Gauntlets',45685,4,4096,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,51,7,37,5,25,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,4,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30983,4,4,-1,'Lightbringer Gloves',46357,4,4096,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,35,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30984,4,6,-1,'Spellbreaker\'s Buckler',42285,3,0,0,1,260801,52160,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,13881,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (30985,4,4,-1,'Lightbringer Handguards',45685,4,4096,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,44,4,43,12,30,13,22,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30986,4,6,-1,'Bloodforged Guard',41645,2,0,0,1,222621,44524,14,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,3,7,31,3,12,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,77,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (30987,4,4,-1,'Lightbringer Faceguard',45684,4,4096,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,4,50,12,28,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,100,0,0,0,0,4,0,1,0,0,0,2871,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30988,4,4,-1,'Lightbringer Greathelm',46358,4,4096,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,37,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,100,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30989,4,4,-1,'Lightbringer War-Helm',45684,4,4096,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,60,5,32,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,100,0,0,0,0,4,0,1,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30990,4,4,-1,'Lightbringer Breastplate',46350,4,4096,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,4,56,7,48,5,31,32,31,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,165,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30991,4,4,-1,'Lightbringer Chestguard',45683,4,4096,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,69,4,43,12,31,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,42078,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,165,0,0,0,0,2,0,2,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30992,4,4,-1,'Lightbringer Chestpiece',45683,4,4096,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,165,0,0,0,0,8,0,4,0,4,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30993,4,4,-1,'Lightbringer Greaves',45686,4,4096,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,68,7,48,5,22,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,120,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30994,4,4,-1,'Lightbringer Leggings',45686,4,4096,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,45,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,120,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30995,4,4,-1,'Lightbringer Legguards',45686,4,4096,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,69,4,54,12,37,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,120,0,0,0,0,4,0,0,0,0,0,2976,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30996,4,4,-1,'Lightbringer Pauldrons',45884,4,4096,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,100,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30997,4,4,-1,'Lightbringer Shoulderbraces',45884,4,4096,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,50,7,37,5,17,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,100,0,0,0,0,4,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30998,4,4,-1,'Lightbringer Shoulderguards',45884,4,4096,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,4,35,12,25,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,100,0,0,0,0,4,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (30999,2,15,-1,'Ashtongue Blade',43309,3,0,0,1,399750,79950,13,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,122,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31000,2,3,-1,'Bloodwarder\'s Rifle',43312,3,0,0,1,300975,60195,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,8,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31001,4,3,-1,'Gronnstalker\'s Gloves',45679,4,4096,0,1,0,0,10,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,35,7,31,5,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31002,2,7,-1,'Summoner\'s Blade',1930,3,0,0,1,404401,80880,21,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,20,32,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,160,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,36430,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (31003,4,3,-1,'Gronnstalker\'s Helmet',45680,4,4096,0,1,0,0,1,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,45,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,85,0,0,0,0,2,0,1,0,0,0,2952,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31004,4,3,-1,'Gronnstalker\'s Chestguard',45678,4,4096,0,1,0,0,5,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,52,5,37,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,140,0,0,0,0,2,0,4,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31005,4,3,-1,'Gronnstalker\'s Leggings',45681,4,4096,0,1,0,0,7,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,37,7,43,5,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,105,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31006,4,3,-1,'Gronnstalker\'s Spaulders',45682,4,4096,0,1,0,0,3,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,39,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,85,0,0,0,0,4,0,8,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31007,4,3,-1,'Skyshatter Gloves',45670,4,4096,0,1,0,0,10,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31008,4,3,-1,'Skyshatter Gauntlets',45670,4,4096,0,1,0,0,10,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,31,32,26,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31009,2,10,-1,'Wildcaller',43313,3,0,0,1,532843,106568,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,38,91,3,24,37,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,294,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31010,2,1,-1,'Slayer\'s Axe',44011,3,0,0,1,534781,106956,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,4,51,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31011,4,3,-1,'Skyshatter Grips',45670,4,4096,0,1,0,0,10,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,78,7,45,5,30,32,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31012,4,3,-1,'Skyshatter Helmet',45669,4,4096,0,1,0,0,1,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,85,0,0,0,0,1,0,4,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31013,2,15,-1,'Ceremonial Kris',43315,3,0,0,1,432434,86486,21,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,20,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,99,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,36428,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (31014,4,3,-1,'Skyshatter Headguard',45669,4,4096,0,1,0,0,1,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,37,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,85,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31015,4,3,-1,'Skyshatter Cover',45669,4,4096,0,1,0,0,1,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,106,7,55,5,27,32,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,85,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31016,4,3,-1,'Skyshatter Chestguard',45668,4,4096,0,1,0,0,20,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,48,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,140,0,0,0,0,8,0,8,0,4,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31017,4,3,-1,'Skyshatter Breastplate',45668,4,4096,0,1,0,0,20,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,140,0,0,0,0,8,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31018,4,3,-1,'Skyshatter Tunic',45668,4,4096,0,1,0,0,20,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,92,7,67,5,23,32,27,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,140,0,0,0,0,8,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31019,4,3,-1,'Skyshatter Leggings',45671,4,4096,0,1,0,0,7,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,55,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,105,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31020,4,3,-1,'Skyshatter Legguards',45671,4,4096,0,1,0,0,7,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,42,32,29,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,105,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31021,4,3,-1,'Skyshatter Pants',45671,4,4096,0,1,0,0,7,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,92,7,67,5,31,32,39,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,105,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31022,4,3,-1,'Skyshatter Shoulderpads',45672,4,4096,0,1,0,0,3,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,7,28,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,85,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31023,4,3,-1,'Skyshatter Mantle',45672,4,4096,0,1,0,0,3,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,31,32,27,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,85,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31024,4,3,-1,'Skyshatter Pauldrons',45672,4,4096,0,1,0,0,3,64,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,38,68,7,48,5,19,32,26,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,85,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31025,4,8,-1,'Idol of the Avenger',43316,3,0,0,1,122885,24577,28,32767,-1,106,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37760,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31026,4,2,-1,'Slayer\'s Handguards',45426,4,4096,0,1,0,0,10,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,36,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31027,4,2,-1,'Slayer\'s Helm',45434,4,4096,0,1,0,0,1,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,55,32,28,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,70,0,0,0,0,1,0,4,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31028,4,2,-1,'Slayer\'s Chestguard',45425,4,4096,0,1,0,0,5,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,55,32,28,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,120,0,0,0,0,4,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31029,4,2,-1,'Slayer\'s Legguards',45428,4,4096,0,1,0,0,7,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,3,46,7,54,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,90,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31030,4,2,-1,'Slayer\'s Shoulderpads',45436,4,4096,0,1,0,0,3,8,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,3,34,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,70,0,0,0,0,4,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31031,4,9,-1,'Stormfury Totem',43317,3,0,0,1,125582,25116,28,32767,-1,106,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37762,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31032,4,2,-1,'Thunderheart Gloves',45664,4,4096,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31033,4,7,-1,'Libram of Righteous Power',43318,3,0,0,1,126477,25295,28,32767,-1,106,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37763,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31034,4,2,-1,'Thunderheart Gauntlets',45664,4,4096,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,39,3,32,7,48,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31035,4,2,-1,'Thunderheart Handguards',45664,4,4096,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,30,6,22,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31036,2,10,-1,'Oronok\'s Ancient Scepter',43323,3,0,0,1,541721,108344,17,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,3,5,45,7,27,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,36430,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"I was a lot of things...\" -Oronok Torn-heart',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (31037,4,2,-1,'Thunderheart Helmet',45663,4,4096,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,42,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,70,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31038,2,10,-1,'Staff of the Redeemer',43353,3,0,0,1,507282,101456,17,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,45,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,273,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,36428,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It is now as it should be... -Spirit of Earth',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (31039,4,2,-1,'Thunderheart Cover',45663,4,4096,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,53,3,47,7,49,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,70,0,0,0,0,8,0,1,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31040,4,2,-1,'Thunderheart Headguard',45663,4,4096,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,32,6,28,32,29,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,70,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31041,4,2,-1,'Thunderheart Tunic',45662,4,4096,0,1,0,0,20,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,34,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,120,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31042,4,2,-1,'Thunderheart Chestguard',45662,4,4096,0,1,0,0,20,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,53,3,47,7,51,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,120,0,0,0,0,8,0,4,0,2,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31043,4,2,-1,'Thunderheart Vest',45662,4,4096,0,1,0,0,20,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,42,5,40,6,27,32,25,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,120,0,0,0,0,8,0,8,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31044,4,2,-1,'Thunderheart Leggings',45665,4,4096,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,4,53,3,52,7,49,5,12,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,90,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31045,4,2,-1,'Thunderheart Legguards',45666,4,4096,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,40,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,90,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31046,4,2,-1,'Thunderheart Pants',45665,4,4096,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,48,6,27,31,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,90,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31047,4,2,-1,'Thunderheart Spaulders',45667,4,4096,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,70,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31048,4,2,-1,'Thunderheart Pauldrons',45667,4,4096,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,4,39,3,40,7,34,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,70,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31049,4,2,-1,'Thunderheart Shoulderpads',45667,4,4096,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,31,6,19,31,14,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,70,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31050,4,1,-1,'Gloves of the Malefic',45673,4,4096,0,1,0,0,10,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,27,32,19,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,2909,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31051,4,1,-1,'Hood of the Malefic',45674,4,4096,0,1,0,0,1,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,36,31,16,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,60,0,0,0,0,1,0,4,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31052,4,1,-1,'Robe of the Malefic',45677,4,4096,0,1,0,0,20,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,29,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31053,4,1,-1,'Leggings of the Malefic',45675,4,4096,0,1,0,0,7,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,44,32,37,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,75,0,0,0,0,4,0,0,0,0,0,2909,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31054,4,1,-1,'Mantle of the Malefic',45676,4,4096,0,1,0,0,3,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,22,31,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,60,0,0,0,0,8,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31055,4,1,-1,'Gloves of the Tempest',45121,4,4096,0,1,0,0,10,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,26,6,21,32,19,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31056,4,1,-1,'Cowl of the Tempest',45449,4,4096,0,1,0,0,1,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,30,5,40,6,28,32,29,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,60,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31057,4,1,-1,'Robes of the Tempest',45119,4,4096,0,1,0,0,20,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,36,5,39,6,31,32,23,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31058,4,1,-1,'Leggings of the Tempest',45122,4,4096,0,1,0,0,7,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,36,5,47,6,29,32,29,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,75,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31059,4,1,-1,'Mantle of the Tempest',45126,4,4096,0,1,0,0,3,128,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,27,6,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,33491,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31060,4,1,-1,'Gloves of Absolution',44977,4,4096,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,8,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31061,4,1,-1,'Handguards of Absolution',44977,4,4096,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31062,2,1,-1,'Torn-heart Axe of Battle',43355,3,0,0,1,519172,103834,17,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,5,7,27,4,30,32,17,31,17,5,30,0,0,0,0,0,0,0,0,0,0,0,0,230,346,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This battle axe appears other-worldly...',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31063,4,1,-1,'Cowl of Absolution',45770,4,4096,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,32,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31064,4,1,-1,'Hood of Absolution',45770,4,4096,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,39,6,27,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31065,4,1,-1,'Shroud of Absolution',44979,4,4096,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,39,31,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,100,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31066,4,1,-1,'Vestments of Absolution',44979,4,4096,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,32,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,100,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31067,4,1,-1,'Leggings of Absolution',44976,4,4096,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,28,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31068,4,1,-1,'Breeches of Absolution',44976,4,4096,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,33,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,75,0,0,0,0,4,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31069,4,1,-1,'Mantle of Absolution',44978,4,4096,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,30,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,60,0,0,0,0,8,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31070,4,1,-1,'Shoulderpads of Absolution',44978,4,4096,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,27,31,12,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31071,2,0,-1,'Grom\'tor\'s Charge',43356,3,0,0,1,398325,79665,13,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,30,12,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'\"We spill blood for just cause...\" -Oronok Torn-heart',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31072,2,2,-1,'Lohn\'goron, Bow of the Torn-heart',43384,3,0,0,1,299907,59981,15,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,213,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A gift from a forgotten friend...',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31073,2,15,-1,'Borak\'s Reminder',43645,3,0,0,1,401426,80285,13,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,11,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,157,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31074,4,0,-1,'Amulet of the Torn-heart',31899,3,0,0,1,166220,41555,2,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31075,4,0,-1,'Evoker\'s Mark of the Redemption',43332,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31076,4,0,-1,'Spellsword\'s Mark of the Redemption',43335,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,9,4,23,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31077,4,0,-1,'Slayer\'s Mark of the Redemption',43339,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31078,4,0,-1,'Protector\'s Mark of the Redemption',43340,3,0,0,1,166220,41555,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,12,25,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31079,7,4,-1,'Mercurial Adamantite',43406,3,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31080,4,0,-1,'Mercurial Stone',43360,2,0,0,1,16000,4000,12,-1,-1,105,65,0,0,0,0,0,0,0,0,1,0,2,31,27,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,512,12,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31084,13,0,-1,'Key to the Arcatraz',36675,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unlocks the Arcatraz satellite of Tempest Keep.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31085,12,0,-1,'Top Shard of the Arcatraz Key',35851,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31086,12,0,-1,'Bottom Shard of the Arcatraz Key',35850,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31088,15,0,-1,'Tainted Core',44225,1,8454144,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38134,0,-1,-1,-1,0,-1,3366,0,-1,-1,-1,0,-1,38132,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,548,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,1,12340), (31089,15,0,-1,'Chestguard of the Forgotten Conqueror',41438,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31090,15,0,-1,'Chestguard of the Forgotten Vanquisher',41438,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31091,15,0,-1,'Chestguard of the Forgotten Protector',41438,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31092,15,0,-1,'Gloves of the Forgotten Conqueror',41440,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31093,15,0,-1,'Gloves of the Forgotten Vanquisher',41440,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31094,15,0,-1,'Gloves of the Forgotten Protector',41440,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31095,15,0,-1,'Helm of the Forgotten Protector',41441,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31096,15,0,-1,'Helm of the Forgotten Vanquisher',41441,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31097,15,0,-1,'Helm of the Forgotten Conqueror',41441,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31098,15,0,-1,'Leggings of the Forgotten Conqueror',41442,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31099,15,0,-1,'Leggings of the Forgotten Vanquisher',41442,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31100,15,0,-1,'Leggings of the Forgotten Protector',41442,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31101,15,0,-1,'Pauldrons of the Forgotten Conqueror',19486,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31102,15,0,-1,'Pauldrons of the Forgotten Vanquisher',19486,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31103,15,0,-1,'Pauldrons of the Forgotten Protector',19486,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31104,4,1,-1,'Evoker\'s Helmet of Second Sight',43514,3,0,0,1,128825,25765,1,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,7,12,5,15,6,8,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,8,0,4,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31105,4,4,-1,'Overlord\'s Helmet of Second Sight',45168,3,0,0,1,225805,45161,1,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,7,22,4,29,31,13,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,0,0,0,0,0,0,39841,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,80,0,0,0,0,8,0,4,0,4,0,2927,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31106,4,3,-1,'Stalker\'s Helmet of Second Sight',43517,3,0,0,1,194614,38922,1,262143,32767,109,0,0,0,0,0,0,0,0,0,1,0,3,7,12,3,31,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,8,0,8,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31107,4,3,-1,'Shamanistic Helmet of Second Sight',43516,3,0,0,1,195312,39062,1,262143,32767,109,0,0,0,0,0,0,0,0,0,1,0,3,7,12,32,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31108,12,0,-1,'Kor\'kron Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38119,0,0,0,0,1167,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31109,4,2,-1,'Stealther\'s Helmet of Second Sight',44680,3,0,0,1,163907,32781,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,18,3,24,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,8,0,4,0,2936,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31110,4,2,-1,'Druidic Helmet of Second Sight',43501,3,0,0,1,164488,32897,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,12,32,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,39841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31111,4,1,-1,'Uvuros Hide Gloves',31135,2,0,0,1,69126,13825,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31112,4,2,-1,'Uvuros Hide Boots',43478,2,0,0,1,130103,26020,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31113,4,0,-1,'Violet Badge',31029,4,32768,0,1,175952,43988,12,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31114,4,3,-1,'Uvuros Hide Cinch',43483,2,0,0,1,104889,20977,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31115,4,4,-1,'Uvuros Plated Spaulders',43490,2,0,0,1,183912,36782,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,16,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31116,3,3,-1,'Infused Amethyst',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,501,-1,0,0,0,0,'',0,0,0,0,0,12340), (31117,3,3,-1,'Soothing Amethyst',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,502,-1,0,0,0,0,'',0,0,0,0,0,12340), (31118,3,3,-1,'Pulsing Amethyst',39929,4,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,503,-1,0,0,0,0,'',0,0,0,0,0,12340), (31119,12,0,-1,'Wyrmcult Net',3673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Excellent craftsmanship.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31120,12,0,-1,'Meeting Note',15274,1,2048,0,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10719,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31121,0,0,-1,'Costume Scraps',7418,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38156,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31122,0,0,-1,'Overseer Disguise',43656,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38157,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31123,12,0,-1,'Spinning Nether-weather Vane',20628,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s gathering information vital to gnomish engineering.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31124,12,0,-1,'Nether-weather Vane',24052,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38170,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31125,4,4,-1,'Boots of the Decimator',43043,3,0,0,1,167732,33546,8,32767,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,4,37,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31126,4,2,-1,'Gloves of Ferocity',43235,3,0,0,1,86586,17317,10,1535,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,23,3,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31127,4,3,-1,'Hauberk of Totemic Rage',43626,3,0,0,1,208532,41706,5,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,4,4,23,7,15,5,21,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31128,12,0,-1,'Rexxar\'s Whistle',2618,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38173,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31129,12,0,-1,'Blackwhelp Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38177,0,12,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31130,12,0,-1,'Wyrmcult Blackwhelp',43636,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It squirms around quite a bit. Good thing it hasn\'t decided to breathe its fire yet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31131,4,2,-1,'Sash of Silent Blades',43065,3,0,0,1,80025,16005,6,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,2,3,28,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31132,12,0,-1,'Crust Burster Venom Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31133,4,1,-1,'Leggings of Concentrated Darkness',21963,3,0,0,1,128040,25608,7,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,7,15,5,24,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31134,2,8,-1,'Blade of Misfortune',43638,3,0,0,1,414389,82877,17,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,3,4,29,7,28,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31135,12,0,-1,'Baron Sablemane\'s Poison',17902,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31136,4,4,-1,'Breastplate of Blade Turning',43140,3,0,0,1,241036,48207,5,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,4,38,7,22,14,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31137,4,4,-1,'Gauntlets of Purification',43640,3,0,0,1,121657,24331,10,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,3,4,25,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31138,4,3,-1,'Storm Lord\'s Girdle',43045,3,0,0,1,99013,19802,6,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31139,2,4,-1,'Fist of Reckoning',43644,3,0,0,1,348144,69628,13,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,32,16,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,190,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9141,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31140,4,1,-1,'Cloak of Entropy',42907,3,0,0,1,104827,20965,16,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,2,5,11,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31141,12,0,-1,'Kodohide Drum',43646,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38544,0,0,0,360000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31142,2,15,-1,'Blade of Trapped Knowledge',43649,3,0,0,1,330046,66009,21,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,87,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-12.8,0,0,0,'',50,0,0,0,0,12340), (31143,4,1,-1,'Shroud of Frenzy',23422,3,0,0,1,109162,21832,16,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,4,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31144,12,0,-1,'Spirit\'s Whistle',2618,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39163,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31145,4,2,-1,'Headdress of the Sleeper',43653,3,0,0,1,127497,25499,1,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,6,4,26,3,25,7,24,5,14,6,11,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31146,12,0,-1,'Rexxar\'s Battle Horn',13082,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39223,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31147,4,0,-1,'Pendant of Cunning',15420,3,0,0,1,115344,28836,2,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,1,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31148,4,2,-1,'Demon Hide Spaulders',28179,3,0,0,1,138912,27782,3,-1,-1,91,61,0,0,0,0,0,0,0,0,1,0,4,3,23,7,18,13,13,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31149,4,1,-1,'Gloves of Pandemonium',43073,3,0,0,1,67998,13599,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,3,5,15,32,22,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31150,4,1,-1,'Gloves of Piety',43654,3,0,0,1,67998,13599,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,2,5,17,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31151,4,4,-1,'Girdle of Siege',42848,3,0,0,1,123178,24635,6,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,30,7,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31152,4,4,-1,'Chestguard of Illumination',27407,3,0,0,1,251762,50352,5,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,42,7,19,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31153,2,0,-1,'Axe of the Legion',43655,3,0,0,1,361018,72203,13,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,16,7,15,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,177,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31154,4,0,-1,'Bronze Torc',35358,2,0,0,1,3000,750,2,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38174,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,'',4,0,0,0,0,12340), (31155,4,4,-1,'Drakescale Breastplate',43666,3,0,0,1,290766,58153,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31156,4,3,-1,'Drakescale Hauberk',43665,3,0,0,1,250158,50031,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31157,4,2,-1,'Drakehide Tunic',16482,3,0,0,1,209219,41843,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31158,4,1,-1,'Drakeweave Raiment',43667,3,0,0,1,167995,33599,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31159,4,4,-1,'Felstone Pauldrons',43661,3,0,0,1,220886,44177,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31160,4,3,-1,'Felstone Epaulets',26273,3,0,0,1,191236,38247,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31161,4,2,-1,'Felstone Spaulders',43669,3,0,0,1,159224,31844,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31162,4,1,-1,'Felstone Mantle',43668,3,0,0,1,127844,25568,3,32767,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31163,4,4,-1,'Nethersteel Handguards',43672,3,0,0,1,143057,28611,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31164,4,3,-1,'Nethersteel Gauntlets',43671,3,0,0,1,113932,22786,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31165,4,2,-1,'Nethersteel-Reinforced Gloves',43673,3,0,0,1,94943,18988,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31166,4,1,-1,'Nethersteel-Lined Handwraps',43675,3,0,0,1,76297,15259,10,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31168,4,4,-1,'Demon-Forged Chestguard',43676,3,0,0,1,219771,43954,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31169,12,0,-1,'Sketh\'lon War Totem',43677,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31170,4,3,-1,'Demon-Forged Hauberk',43679,3,0,0,1,186093,37218,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31172,4,2,-1,'Demon-Cured Tunic',43681,3,0,0,1,155077,31015,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31173,4,3,-1,'Boots of Savagery',30438,3,0,0,1,158172,31634,8,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,3,4,27,7,18,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31174,4,1,-1,'Demonweave Raiment',43682,3,0,0,1,124062,24812,5,-1,-1,82,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31175,4,2,-1,'Blade Dancer\'s Wristguards',43166,3,0,0,1,87484,17496,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31176,4,4,-1,'Rockwurm Plate Handguards',43684,3,0,0,1,124821,24964,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31177,4,3,-1,'Rockwurm Scale Gauntlets',43686,3,0,0,1,101997,20399,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31178,4,0,-1,'Amulet of Unstable Power',40413,3,0,0,1,155100,38775,2,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31179,4,2,-1,'Rockwurm Hide Gloves',43689,3,0,0,1,89640,17928,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31180,4,4,-1,'Gauntlets of the Skullsplitter',41964,3,0,0,1,126679,25335,10,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,3,4,31,3,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31181,4,1,-1,'Rockwurm Hide Handwraps',43691,3,0,0,1,67998,13599,10,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31182,4,4,-1,'Legion Helm',43692,3,0,0,1,167732,33546,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31183,4,3,-1,'Legion Coif',43695,3,0,0,1,158135,31627,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31184,4,2,-1,'Legion Headguard',43697,3,0,0,1,120037,24007,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31185,4,1,-1,'Legion Crown',27293,3,0,0,1,96030,19206,1,-1,-1,85,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31186,2,10,-1,'Braxxis\' Staff of Slumber',43313,3,0,0,1,451835,90367,17,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,273,0,0,0,0,550,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31187,4,3,-1,'Boots of the Pathfinder',32755,3,0,0,1,162667,32533,8,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,2,5,23,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31188,4,4,-1,'Crocolisk Scale Vambraces',43699,3,0,0,1,123178,24635,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31189,4,3,-1,'Crocolisk Scale Wristguards',43700,3,0,0,1,104981,20996,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31190,4,2,-1,'The Dreamer\'s Shoulderpads',43669,3,0,0,1,134956,26991,3,32767,-1,97,68,0,0,0,0,0,0,0,0,1,0,5,4,23,3,21,7,16,5,12,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31191,4,2,-1,'Crocolisk Hide Bracers',32090,3,0,0,1,87484,17496,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31192,4,1,-1,'Crocolisk Hide Bindings',27601,3,0,0,1,69987,13997,9,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31193,2,15,-1,'Blade of Unquenched Thirst',43645,3,0,0,1,359883,71976,13,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,98,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,24585,2,0,4.2,-1,0,-1,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31194,4,0,-1,'Gronn-Blessed Warbeads',43701,3,0,0,1,150924,37731,2,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31195,4,4,-1,'Voidplate Girdle',43702,3,0,0,1,138894,27778,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31196,4,0,-1,'Amulet of Sanctification',39211,3,0,0,1,35155,8788,2,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9407,1,0,0,0,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31197,4,3,-1,'Voidscale Belt',43703,3,0,0,1,113932,22786,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31198,4,2,-1,'Voidhide Cord',43704,3,0,0,1,94943,18988,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31199,4,1,-1,'Voidweave Cilice',43214,3,0,0,1,75955,15191,6,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31200,4,6,-1,'Shield of the Wayward Footman',4404,3,0,0,1,236690,47338,14,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,24,12,16,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,71,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31201,4,1,-1,'Illidari Cloak',43705,3,0,0,1,124181,24836,16,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31202,4,4,-1,'Girdle of Divine Blessing',41962,3,0,0,1,130180,26036,6,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,7,16,5,22,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31203,4,0,-1,'Arcane Loop',43706,3,0,0,1,159272,39818,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31204,2,3,-1,'The Gunblade',43708,3,0,0,1,276412,55282,26,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,210,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31209,4,4,-1,'Chimaerascale Legplates',43713,3,0,0,1,284195,56839,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31210,4,3,-1,'Chimaerascale Legguards',33029,3,0,0,1,244501,48900,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31211,4,2,-1,'Chimaerahide Pants',43714,3,0,0,1,204526,40905,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31212,4,1,-1,'Chimaerahide Leggings',33149,3,0,0,1,164241,32848,7,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31213,4,4,-1,'Abyssal Plate Sabatons',43715,3,0,0,1,209425,41885,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31214,4,3,-1,'Abyssal Mail Greaves',33045,3,0,0,1,191994,38398,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31215,4,2,-1,'Abyssal Leather Treads',43717,3,0,0,1,159868,31973,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31216,4,1,-1,'Abyssal Cloth Footwraps',43718,3,0,0,1,128360,25672,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31217,4,4,-1,'Crimson Beholder Eye',43719,3,0,0,1,225014,45002,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31218,4,3,-1,'Fiery Beholder Eye',43721,3,0,0,1,179850,35970,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31219,4,2,-1,'Emerald Beholder Eye',43723,3,0,0,1,149875,29975,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31220,4,1,-1,'Amethyst Beholder Eye',43724,3,0,0,1,119900,23980,1,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31221,4,4,-1,'Illidari Vambraces',43725,3,0,0,1,133680,26736,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31222,4,3,-1,'Headdress of Inner Rage',45175,3,0,0,1,182004,36400,1,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,4,32,3,28,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31223,4,3,-1,'Illidari Wristguards',43726,3,0,0,1,113932,22786,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31224,4,2,-1,'Illidari Bracers',43727,3,0,0,1,94605,18921,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31225,4,1,-1,'Illidari Bindings',33328,3,0,0,1,75955,15191,9,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31226,4,2,-1,'Leggings of the Sly',42966,3,0,0,1,184914,36982,7,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,3,12,29,32,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31227,4,4,-1,'Feathered Girdle',43730,3,0,0,1,120630,24126,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31228,4,3,-1,'Feathered Belt',43729,3,0,0,1,101997,20399,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31229,4,2,-1,'Feathered Waistband',43731,3,0,0,1,84998,16999,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31230,4,1,-1,'Abyss Walker\'s Boots',43718,3,0,0,1,116195,23239,8,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,7,24,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31231,4,1,-1,'Feathered Sash',43732,3,0,0,1,67998,13599,6,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31232,4,4,-1,'Grim Sabatons',43734,3,0,0,1,178155,35631,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31233,4,3,-1,'Grim Greaves',43735,3,0,0,1,153676,30735,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31234,2,7,-1,'Crystalblade of the Draenei',43736,3,0,0,1,403585,80717,13,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,7,18,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,195,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31235,4,2,-1,'Grim Boots',28617,3,0,0,1,127497,25499,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31236,4,1,-1,'Grim Slippers',43737,3,0,0,1,109173,21834,8,-1,-1,91,62,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31237,4,2,-1,'Elekk Hide Leggings',43738,3,0,0,1,203982,40796,7,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,4,4,38,7,28,5,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31238,4,0,-1,'Dragonbone Ring',43407,3,524288,0,1,146756,36689,11,-1,-1,94,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31239,12,0,-1,'Primed Key Mold',43739,1,34816,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,10754,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31240,4,3,-1,'Scales of the Beast',42842,3,0,0,1,247407,49481,7,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,3,30,7,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31241,12,0,-1,'Primed Key Mold',43739,1,34816,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,10755,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31242,4,4,-1,'Nagascale Legplates',43740,3,0,0,1,252638,50527,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,790,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31243,4,3,-1,'Nagascale Legguards',43741,3,0,0,1,198027,39605,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31244,4,2,-1,'Nagahide Pants',43742,3,0,0,1,165023,33004,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31245,12,0,-1,'Primed Key Mold',43739,1,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31246,4,1,-1,'Nagahide Leggings',39886,3,0,0,1,132018,26403,7,-1,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31247,4,4,-1,'Bog Pauldrons',43743,3,0,0,1,179109,35821,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31248,4,3,-1,'Bog Epaulets',43744,3,0,0,1,155061,31012,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,64,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31249,4,2,-1,'Bog Spaulders',43745,3,0,0,1,123767,24753,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,63,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31250,4,1,-1,'Bog Mantle',43747,3,0,0,1,103685,20737,3,32767,-1,88,61,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31251,12,0,-1,'Unfired Key Mold',43739,1,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38202,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31252,12,0,-1,'Charred Key Mold',43739,1,34816,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The outline of Hellfire Citadel is engraved on the back of this mold.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31254,4,1,-1,'Striderhide Cloak',26233,3,0,0,1,107965,21593,16,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31255,4,1,-1,'Cloak of the Craft',26202,3,0,0,1,121493,24298,16,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,3,25,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31256,4,3,-1,'Silvermoon Armor',44431,2,0,0,1,3294,658,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,163,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (31258,4,0,-1,'Band of Sorrow',43120,3,524288,0,1,220141,55035,11,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,2,5,18,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31260,12,0,-1,'Sketh\'lon Commander\'s Journal - Page 1',4110,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31261,12,0,-1,'Sketh\'lon Commander\'s Journal - Page 2',39631,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31262,12,0,-1,'Sketh\'lon Commander\'s Journal - Page 3',24051,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31263,4,2,-1,'Silvermoon Tunic',44432,2,0,0,1,2616,523,5,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,162,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (31264,4,1,-1,'Silvermoon Robes',44430,2,0,0,1,2101,420,20,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,161,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (31266,2,6,-1,'(Action Figure) Tauren Hunter Polearm',43771,1,0,8192,1,23,4,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (31268,2,0,-1,'Abomination Cleaver',8466,2,0,0,1,5332,1066,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,18,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,163,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (31269,2,4,-1,'Ghoul Hammer',43772,2,0,0,1,5352,1070,13,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,29,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,162,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (31270,2,19,-1,'Banshee Rod',43774,2,0,0,1,4029,805,26,-1,-1,18,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,25,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,161,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',22,0,0,0,0,12340), (31271,12,0,-1,'Illidan\'s Command',992,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2993,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31272,4,1,-1,'Crown of Endless Knowledge',43761,3,0,0,1,120167,24033,1,32767,-1,103,66,0,0,0,0,0,0,0,0,1,0,3,7,22,5,30,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31275,4,0,-1,'Necklace of Trophies',43701,3,0,0,1,167612,41903,2,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,3,4,22,3,15,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,10,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31276,4,4,-1,'Boots of Zealotry',42841,3,0,0,1,204213,40842,8,32767,-1,106,67,0,0,0,0,0,0,0,0,1,0,3,4,22,5,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31277,4,0,-1,'Pathfinder\'s Band',33808,3,524288,0,1,167612,41903,11,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,1,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31278,12,0,-1,'Illidari Tabard',24036,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31279,4,0,-1,'Enchanted Illidari Tabard',43794,1,65600,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38224,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The illusion effect of this item only works at the Eclipsion Fields.',0,0,0,0,0,-1,0,0,0,0,0,0,3520,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (31280,4,3,-1,'Thundercaller\'s Gauntlets',42932,3,0,0,1,116916,23383,10,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,3,7,16,5,16,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31281,4,2,-1,'Mask of Veiled Death',45101,3,0,0,1,147938,29587,1,32767,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,32,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31282,4,1,-1,'Shroud of Spiritual Purity',43183,3,0,0,1,155888,31177,20,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,30,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31283,4,1,-1,'Sash of Sealed Fate',43732,3,0,0,1,79496,15899,6,-1,-1,106,67,0,0,0,0,0,0,0,0,1,0,2,5,15,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31284,4,4,-1,'Bracers of Recklessness',42847,3,0,0,1,144030,28806,9,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,2,4,29,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31285,4,2,-1,'Chestguard of the Talon',8660,3,0,0,1,205343,41068,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,4,36,3,34,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31286,4,3,-1,'Breastplate of Rapid Striking',38704,3,0,0,1,239800,47960,5,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,3,40,5,20,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31287,4,6,-1,'Draenei Honor Guard Shield',43792,3,0,0,1,255786,51157,14,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,2,5,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31288,4,2,-1,'The Master\'s Treads',38993,3,0,0,1,149875,29975,8,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,3,3,24,7,19,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,17746,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31289,2,10,-1,'Staff of Divine Infusion',43796,3,0,0,1,499583,99916,17,-1,-1,109,68,0,0,0,0,0,0,0,0,1,0,2,5,23,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,277,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,36428,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (31290,4,0,-1,'Band of Dominion',28733,3,524288,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31291,2,1,-1,'Crystalforged War Axe',43799,3,0,0,1,537997,107599,17,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,50,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,380,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31292,4,6,-1,'Crystal Pulse Shield',43800,3,0,0,1,262152,52430,14,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,1,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3711,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,83,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31293,4,3,-1,'Girdle of Gale Force',43159,3,0,0,1,122883,24576,6,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,3,32,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31294,4,3,-1,'Pauldrons of Surging Mana',43801,3,0,0,1,201819,40363,3,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31295,4,2,-1,'Chestguard of the Dark Stalker',43222,3,0,0,1,204806,40961,5,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,7,31,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31297,4,1,-1,'Robe of the Crimson Order',12675,3,0,0,1,163845,32769,20,-1,-1,112,69,0,0,0,0,0,0,0,0,1,0,2,5,23,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31298,4,4,-1,'Legguards of the Shattered Hand',32167,3,0,0,1,293844,58768,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,39,3,32,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31299,2,5,-1,'The Oathkeeper',43830,3,0,0,1,526757,105351,17,-1,-1,115,68,0,0,0,0,0,0,0,0,1,0,4,4,35,5,32,7,24,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,420,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31300,12,0,-1,'Ironroot Seeds',1443,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29773,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31303,2,2,-1,'Valanos\' Longbow',43809,3,0,0,1,320904,64180,15,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,242,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31304,2,4,-1,'The Essence Focuser',43812,3,0,0,1,429455,85891,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,33273,1,0,0,0,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (31305,2,15,-1,'Ced\'s Carver',43813,3,0,0,1,431083,86216,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,13,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31306,4,1,-1,'Leggings of the Sacred Crest',43814,3,0,0,1,167823,33564,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,32,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31307,12,0,-1,'Heart of Fury',40606,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31308,2,10,-1,'The Bringer of Death',43817,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (31310,12,0,-1,'Wildhammer Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38249,0,0,0,0,1167,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31312,4,1,-1,'Sinister Area 52 Boots',43821,2,0,0,1,107232,21446,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31313,4,2,-1,'Nether-Rocket Gloves',43822,2,0,0,1,89680,17936,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,16,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31314,4,3,-1,'Rocket-Chief Pauldrons',43823,2,0,0,1,162722,32544,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31315,4,4,-1,'Goblin Girdle',43824,2,0,0,1,127172,25434,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,19,7,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31316,12,0,-1,'Lianthe\'s Key',9154,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38273,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31317,12,0,-1,'Rod of Lianthe',43827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31318,2,1,-1,'Singing Crystal Axe',43828,4,0,0,1,616641,123328,17,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,444,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,38282,2,0,1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31319,4,0,-1,'Band of Impenetrable Defenses',33808,4,0,0,1,316102,79025,11,32767,-1,100,70,0,0,0,0,0,0,0,1,1,0,2,7,36,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31320,4,4,-1,'Chestguard of Exile',43829,4,0,0,1,347960,69592,5,1535,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,4,44,7,33,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1268,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31321,4,0,-1,'Choker of Repentance',39209,4,0,0,1,460801,115200,2,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,4,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31322,2,5,-1,'The Hammer of Destiny',43831,4,0,0,1,626140,125228,17,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,4,32,7,30,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,457,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,38284,2,0,2.5,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31323,2,3,-1,'Don Santos\' Famous Hunting Rifle',43836,4,0,0,1,377080,75416,26,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,38290,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31324,12,0,-1,'Sketh\'lon Feather',37681,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31326,4,0,-1,'Truestrike Ring',43837,4,0,0,1,241024,60256,11,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31328,4,3,-1,'Leggings of Beast Mastery',42325,4,0,0,1,315592,63118,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,3,30,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,0,0,0,0,0,0,0,0,0,38297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31329,4,1,-1,'Lifegiving Cloak',42615,4,4096,0,1,158369,31673,16,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31330,4,3,-1,'Lightning Crown',43843,4,0,0,1,238415,47683,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,0,0,0,34040,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31331,2,15,-1,'The Night Blade',43846,4,0,0,1,531673,106334,13,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,176,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,38307,2,0,2.4,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31332,2,7,-1,'Blinkstrike',41417,4,0,0,1,533586,106717,13,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,38308,2,0,1.54,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31333,4,2,-1,'The Night Watchman',45167,4,0,0,1,200812,40162,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,3,45,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,15819,1,0,0,0,0,0,23217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31334,2,10,-1,'Staff of Natural Fury',43858,4,0,0,1,671700,134340,17,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,38,70,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,380,0,0,0,0,320,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,38314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31335,4,2,-1,'Pants of Living Growth',42314,4,0,0,1,269636,53927,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,29,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31336,2,7,-1,'Blade of Wizardry',43859,4,0,0,1,2164745,432949,21,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,118,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34611,1,0,0,-1,0,-1,38319,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-39.8,0,0,0,'',66,0,0,0,0,12340), (31337,0,0,-1,'Orb of the Blackwhelp',3667,1,64,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38318,0,-3,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31338,4,0,-1,'Charlotte\'s Ivy',39162,4,0,0,1,353421,88355,2,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,19,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31339,4,0,-1,'Lola\'s Eve',39122,4,0,0,1,241024,60256,11,262143,32767,100,70,0,0,0,0,0,0,0,1,1,0,3,7,15,5,14,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31340,4,1,-1,'Will of Edward the Odd',43861,4,0,0,1,198814,39762,20,32767,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,30,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31341,4,1,-1,'Wyrmcultist\'s Cloak',43867,2,32768,0,1,100261,20052,16,-1,-1,108,67,0,0,0,0,0,0,0,1,1,0,1,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,24,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31342,2,4,-1,'The Ancient Scepter of Sue-Min',43866,4,0,0,1,514509,102901,21,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,143,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,34495,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-37.5,0,0,0,'',66,0,0,0,0,12340), (31343,4,1,-1,'Kamaei\'s Cerulean Skirt',43424,4,0,0,1,206568,41313,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,25,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31344,12,0,-1,'Ceremonial Incense',7065,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38336,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31345,12,0,-1,'The Journal of Val\'zareq',9129,1,2048,0,1,0,0,0,-1,-1,70,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A journal documenting the daily activities of the Illidari.',0,0,0,10793,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31346,12,0,-1,'Burning Bleeding Hollow Torch',12734,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35724,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (31347,12,0,-1,'Bleeding Hollow Torch',12733,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38345,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31349,12,0,-1,'Grulloc\'s Sack',1168,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Whatever\'s in it, it feels powerful.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31350,12,0,-1,'Huffer\'s Whistle',30959,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38362,0,-3,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31351,12,0,-1,'Dragonfire Trap',43881,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ouch! It\'s hot to the touch!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31354,9,6,-1,'Recipe: Flask of the Titans',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,935,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17635,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of the Titans.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31355,9,6,-1,'Recipe: Flask of Supreme Power',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,989,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of Supreme Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31356,9,6,-1,'Recipe: Flask of Distilled Wisdom',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17636,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of Distilled Wisdom.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31357,9,6,-1,'Recipe: Flask of Chromatic Resistance',15274,2,64,0,1,40000,10000,0,-1,-1,60,0,171,300,0,0,0,1011,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,17638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of Chromatic Resistance.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31358,9,10,-1,'Design: Dawnstone Crab',6270,3,64,1,1,120000,30000,0,-1,-1,74,0,755,370,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,31080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Dawnstone Crab.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31359,9,10,-1,'Design: Enduring Deep Peridot',15274,2,64,1,1,60000,15000,0,-1,-1,63,0,755,315,0,0,0,947,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,28918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enduring Deep Peridot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31360,12,0,-1,'Unfinished Headpiece',43898,1,64,0,1,0,0,12,-1,-1,1,67,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38438,1,-1,-1,-1,0,-1,38444,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31361,9,1,-1,'Pattern: Cobrahide Leg Armor',1301,1,64,1,1,60000,15000,0,-1,-1,67,0,165,335,0,0,0,947,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrahide Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31362,9,1,-1,'Pattern: Nethercobra Leg Armor',1301,1,64,1,1,120000,30000,0,-1,-1,73,0,165,365,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Nethercobra Leg Armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31363,12,0,-1,'Gorgrom\'s Favor',43897,1,2048,2,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10797,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31364,4,4,-1,'Wildguard Breastplate',43902,4,0,0,1,411540,82308,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,45,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,60,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31365,12,0,-1,'Energized Headpiece',26460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31366,12,0,-1,'Felsworn Gas Mask',57501,1,67584,0,1,0,0,1,-1,-1,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38448,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The Felsworn stench is gone.',0,0,0,0,0,-1,0,0,0,0,0,0,3522,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (31367,4,4,-1,'Wildguard Leggings',43907,4,0,0,1,416097,83219,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,60,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31368,4,4,-1,'Wildguard Helm',43906,4,0,0,1,312585,62517,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,58,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,50,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31369,4,4,-1,'Iceguard Breastplate',43941,4,0,0,1,419094,83818,5,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,49,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,60,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31370,4,4,-1,'Iceguard Leggings',43940,4,0,0,1,370760,74152,7,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,60,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31371,4,4,-1,'Iceguard Helm',43939,4,0,0,1,278542,55708,1,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,7,64,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1030,0,0,0,50,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31372,12,0,-1,'Rocknail Flayer Carcass',7071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38439,0,-1,0,0,1167,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31373,12,0,-1,'Rocknail Flayer Giblets',5287,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38453,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A delicious but inadequate meal for a netherwing drake.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31374,12,0,-1,'Worg Master\'s Head',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31375,4,2,-1,'Gladiator\'s Kodohide Gloves',41443,4,36864,0,1,0,0,10,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31376,4,2,-1,'Gladiator\'s Kodohide Helm',47172,4,36864,0,1,0,0,1,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,33,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31377,4,2,-1,'Gladiator\'s Kodohide Legguards',41445,4,36864,0,1,0,0,7,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,37,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,12340), (31378,4,2,-1,'Gladiator\'s Kodohide Spaulders',41758,4,36864,0,1,0,0,3,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31379,4,2,-1,'Gladiator\'s Kodohide Tunic',41446,4,36864,0,1,0,0,5,1024,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31380,4,0,-1,'Acrobat\'s Mark of the Sha\'tar',39125,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,4,29,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31381,4,0,-1,'Aggressor\'s Mark of the Sha\'tar',39127,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31382,4,0,-1,'Mage\'s Mark of the Sha\'tar',39124,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31383,4,0,-1,'Spiritualist\'s Mark of the Sha\'tar',39126,3,524288,0,1,167612,41903,11,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31384,12,0,-1,'Damaged Mask',43905,1,2048,0,1,0,0,0,-1,-1,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Felsworn stench burns the eyes.',0,0,0,10810,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31386,12,0,-1,'Staff of Parshah',15867,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38482,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31387,12,0,-1,'Mystery Mask',43905,1,2048,0,1,0,0,0,-1,-1,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Felsworn stench still burns the eyes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31390,9,4,-1,'Plans: Wildguard Breastplate',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38473,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Wildguard Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31391,9,4,-1,'Plans: Wildguard Leggings',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38475,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Wildguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31392,9,4,-1,'Plans: Wildguard Helm',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,942,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38476,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Wildguard Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31393,9,4,-1,'Plans: Iceguard Breastplate',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38477,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Iceguard Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31394,9,4,-1,'Plans: Iceguard Leggings',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,967,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38478,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Iceguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31395,9,4,-1,'Plans: Iceguard Helm',1096,4,64,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38479,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Iceguard Helm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31396,4,3,-1,'Gladiator\'s Ringmail Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,23,32,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31397,4,3,-1,'Gladiator\'s Ringmail Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,18,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,38501,1,0,0,-1,0,-1,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31398,4,0,-1,'The Frozen Eye',44357,4,524288,0,1,241024,60256,11,262143,32767,100,70,0,0,0,0,0,0,0,0,1,0,1,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31399,4,0,-1,'The Natural Ward',44086,4,524288,0,1,241024,60256,11,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31400,4,3,-1,'Gladiator\'s Ringmail Helm',41147,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,20,32,17,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31401,9,10,-1,'Design: The Frozen Eye',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,755,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft The Frozen Eye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31402,9,10,-1,'Design: The Natural Ward',1096,4,64,0,1,120000,30000,0,-1,-1,75,0,755,375,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38504,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft The Natural Ward.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31403,12,0,-1,'Sablemane\'s Sleeping Powder',20611,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38510,0,3,0,1000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31404,4,0,-1,'Green Trophy Tabard of the Illidari',43794,2,0,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A trophy commemorating a victory over Illidan Stormrage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31405,4,0,-1,'Purple Trophy Tabard of the Illidari',43950,2,0,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A trophy commemorating a victory over Illidan Stormrage.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31406,4,3,-1,'Gladiator\'s Ringmail Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,26,32,21,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31407,4,3,-1,'Gladiator\'s Ringmail Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,19,32,18,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31408,15,0,-1,'Offering of the Sha\'tar',16028,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A gift from A\'dal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31409,4,1,-1,'Gladiator\'s Mooncloth Gloves',41154,4,36864,0,1,0,0,10,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,20,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31410,4,1,-1,'Gladiator\'s Mooncloth Hood',41794,4,36864,0,1,0,0,1,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31411,4,1,-1,'Gladiator\'s Mooncloth Leggings',41155,4,36864,0,1,0,0,7,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31412,4,1,-1,'Gladiator\'s Mooncloth Mantle',42171,4,36864,0,1,0,0,3,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31413,4,1,-1,'Gladiator\'s Mooncloth Robe',41157,4,36864,0,1,0,0,20,16,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31414,2,10,-1,'Wild Wood Staff',43951,2,0,0,1,417844,83568,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,38,74,3,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31415,4,6,-1,'Iron Oak Shield',43953,2,0,0,1,220145,44029,14,-1,-1,111,0,0,0,0,0,0,0,0,0,1,0,2,4,21,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,0,0,0,0,25036,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,77,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31416,2,2,-1,'Scorch Wood Bow',25604,2,0,0,1,252628,50525,15,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,7,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,2200,2,100,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31417,2,10,-1,'Staff of the Ashtongue Deathsworn',43954,3,0,0,1,511368,102273,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,45,6,25,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,293,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,36428,1,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (31418,4,1,-1,'Sylvanaar Gloves',26540,2,0,0,1,64466,12893,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31419,4,2,-1,'Living Grove Shoulderpads',43989,2,0,0,1,121331,24266,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31420,4,3,-1,'Protector\'s Boots',43991,2,0,0,1,146795,29359,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,15,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31421,4,4,-1,'Sentinel Armbands',43992,2,0,0,1,114735,22947,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31422,2,15,-1,'Heavy Elven Dirk',43994,2,0,0,1,327169,65433,13,-1,-1,102,0,0,0,0,0,0,0,0,1,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31423,2,0,-1,'Wolf Hewer\'s Axe',43995,2,0,0,1,337102,67420,13,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,4,17,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31424,2,19,-1,'Arcane Wand of Sylvanaar',43993,2,0,0,1,253739,50747,26,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,199,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31425,4,1,-1,'Ogre Vanquisher\'s Belt',43997,2,0,0,1,67900,13580,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,7,10,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31426,4,2,-1,'Agile Mountain Bracers',3658,2,0,0,1,85180,17036,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,3,20,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31427,4,3,-1,'Sylvanaar Defender\'s Pauldrons',43998,2,0,0,1,154555,30911,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,21618,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31428,4,4,-1,'Commander Skyshadow\'s Gloves',43996,2,0,0,1,120778,24155,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31429,4,1,-1,'Spelunker\'s Mantle',44001,2,0,0,1,103301,20660,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31430,4,2,-1,'Miner\'s Gloves',44000,2,0,0,1,78157,15631,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,5,10,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31431,4,3,-1,'All-Weather Armguards',26103,2,0,0,1,94154,18830,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31432,4,4,-1,'Explorer\'s Boots',43999,2,0,0,1,165076,33015,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,18,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31433,4,1,-1,'Sylvanaar Elite Caster\'s Armor',43965,2,0,0,1,129841,25968,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,15,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31434,4,2,-1,'Ogre Assassin\'s Britches',44002,2,0,0,1,162926,32585,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31435,4,3,-1,'Gurn\'s Horned Helmet',43987,2,0,0,1,150984,30196,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31436,4,4,-1,'Sylvanaar Champion\'s Shoulders',43968,2,0,0,1,176466,35293,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,23,32,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31437,0,8,-1,'Medicinal Drake Essence',21845,2,64,0,1,0,0,0,-1,-1,105,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38543,0,-1,-1,60000,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31438,4,1,-1,'Fizit\'s Mantle of Drake Hunting',44004,2,0,0,1,99244,19848,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,18,32,11,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31439,4,2,-1,'Precise Gloves of Alacrity',44005,2,0,0,1,85252,17050,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31440,4,3,-1,'Devolved Drake Girdle',44003,2,0,0,1,102668,20533,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31441,4,4,-1,'Clocktock\'s Jumpers',43988,2,0,0,1,179981,35996,8,32767,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,4,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31442,4,1,-1,'Metro\'s Slimming Legs',43972,2,0,0,1,137890,27578,7,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,6,20,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31443,4,2,-1,'Nickwinkle\'s Harness Experiment',44006,2,0,0,1,172987,34597,5,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,7,54,4,20,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31444,4,3,-1,'Party Hat Mistake',43974,2,0,0,1,156235,31247,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31445,4,4,-1,'Last Year\'s \"In\" Belt',44007,2,0,0,1,122650,24530,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,4,16,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31446,2,15,-1,'Vibro Shanker',43976,2,0,0,1,349688,69937,13,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,10,37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,102,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31447,2,15,-1,'Vibro Dagger',43977,2,0,0,1,350903,70180,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,33030,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340), (31448,2,7,-1,'Vibro Sword',43978,2,0,0,1,352152,70430,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,26155,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340), (31449,0,0,-1,'Distilled Stalker Sight',43979,1,0,0,1,0,0,0,-1,-1,102,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31450,0,0,-1,'Stealth of the Stalker',41488,1,0,0,1,0,0,0,-1,-1,102,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38552,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31451,0,0,-1,'Pure Energy',37856,1,0,0,1,0,0,0,-1,-1,102,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38553,0,-1,-1,0,1153,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31452,4,1,-1,'Energized Wristwraps',44016,2,0,0,1,64664,12932,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,8,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31453,4,2,-1,'Charged Footwear',44017,2,0,0,1,121713,24342,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,27,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31454,4,3,-1,'Scalewing Gloves',43982,2,0,0,1,97745,19549,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31455,4,4,-1,'Muscle Toning Belt',44019,2,0,0,1,118265,23653,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,4,15,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31456,4,1,-1,'Gnomish Casting Boots',43984,2,0,0,1,103773,20754,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,28,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31457,4,2,-1,'Toshley\'s Station Hero\'s Hat',44021,2,0,0,1,130196,26039,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15809,1,0,0,900000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31458,4,3,-1,'Razaani-Buster Leggings',44022,2,0,0,1,209083,41816,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31459,4,4,-1,'Soul Saver\'s Chest Plate',19730,2,0,0,1,244803,48960,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,4,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31460,4,4,-1,'Sha\'tari Vindicator\'s Waistguard',42862,3,0,0,1,156943,31388,6,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,7,33,12,20,15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,33274,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31461,4,1,-1,'A\'dal\'s Gift',34628,3,0,0,1,89498,17899,6,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,2,5,25,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31462,4,3,-1,'Shattrath\'s Champion Belt',44028,3,0,0,1,134722,26944,6,-1,-1,115,0,0,0,0,0,0,0,0,1,1,0,3,5,22,32,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31463,12,0,-1,'Zezzak\'s Shard',35843,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38554,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31464,4,2,-1,'Naaru Belt of Precision',44027,3,0,0,1,113082,22616,6,32767,-1,115,0,0,0,0,0,0,0,0,0,1,0,3,3,25,31,15,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31465,4,1,-1,'Sha\'tari Anchorite\'s Cloak',27325,3,0,0,1,136187,27237,16,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,1,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31470,4,1,-1,'Witch Doctor\'s Beads',44119,2,0,0,1,125013,25002,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,15,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31471,4,2,-1,'T\'chali\'s Kilt',44120,2,0,0,1,161232,32246,7,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,7,21,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31472,4,3,-1,'Hexxer\'s Belt',44121,2,0,0,1,97104,19420,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31473,4,4,-1,'Ogre Defiler\'s Handguards',44122,2,0,0,1,114364,22872,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31474,2,19,-1,'Wand of the Ancestors',44118,2,0,0,1,251023,50204,26,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,206,6,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31475,2,15,-1,'Thunderlord Scalpel',44116,2,0,0,1,335947,67189,21,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,82,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,33030,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,-14.5,0,0,0,'',33,0,0,0,0,12340), (31476,2,15,-1,'Slow Death Dirk',44117,2,0,0,1,337196,67439,13,-1,-1,105,0,0,0,0,0,0,0,0,1,1,0,1,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31477,4,1,-1,'Red Hands of the Thunderlord',44112,2,0,0,1,65940,13188,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,10,5,15,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31478,4,2,-1,'Tor\'chunk\'s Foot Covers',44114,2,0,0,1,124094,24818,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,26,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31479,4,3,-1,'Rugged Mountain Bracers',44113,2,0,0,1,99640,19928,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31480,4,4,-1,'Ogre Beater\'s Belt',44111,2,0,0,1,117340,23468,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,26,4,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31481,4,1,-1,'Thunderlord Armbands',44108,2,0,0,1,66907,13381,9,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31482,4,2,-1,'Dire Wolf Handler Gloves',18981,2,0,0,1,83938,16787,10,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31483,4,4,-1,'Gor\'drek\'s Pauldrons',44325,2,0,0,1,176572,35314,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,15,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31484,4,3,-1,'Wolf Chaps',44110,2,0,0,1,101456,20291,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31485,4,1,-1,'Dark Deed Leggings',44107,2,0,0,1,135748,27149,7,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,6,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31486,4,2,-1,'Bear-Strength Harness',44105,2,0,0,1,170294,34058,5,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,7,52,4,20,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31487,4,3,-1,'Wild Horned Helm',43987,2,0,0,1,142919,28583,1,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,20,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31488,4,4,-1,'Boots of the Ancient-Killer',44106,2,0,0,1,167058,33411,8,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,18,5,15,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31489,12,0,-1,'Orb of the Grishna',44035,1,2048,0,1,0,0,0,32767,32767,1,65,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,10825,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31490,4,6,-1,'Netherwing Protector\'s Shield',44294,3,0,0,1,261901,52380,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,22,12,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31491,4,6,-1,'Netherwing Defender\'s Shield',44293,3,0,0,1,262893,52578,14,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,7,21,12,13,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,0,0,0,0,23731,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,80,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31492,2,15,-1,'Claw of the Netherwing Flight',44292,3,524288,0,1,408859,81771,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,3,15,31,15,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,156,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31493,4,0,-1,'Netherwing Spiritualist\'s Charm',44041,3,0,0,1,166220,41555,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,15,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31494,4,0,-1,'Netherwing Sorceror\'s Charm',44042,3,0,0,1,166220,41555,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31495,0,0,-1,'Grishnath Orb',44035,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38613,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31501,9,0,-1,'Tome of Conjure Food VIII',1103,3,32832,0,1,400000,100000,0,31360,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,33717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Conjure Food (Rank 8).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31504,12,0,-1,'Nethervine Crystal',35930,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31508,4,1,-1,'Coven Britches',32924,2,0,0,1,134236,26847,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,37,32,10,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31509,4,1,-1,'Wyrmcultist\'s Hood',38932,2,0,0,1,101061,20212,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,6,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31510,4,1,-1,'Hewing Gloves',44124,2,0,0,1,65933,13186,10,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31511,4,2,-1,'Chest of the Wyrmcult',44129,2,0,0,1,169700,33940,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31512,4,2,-1,'Tree Warden\'s Belt',14774,2,0,0,1,83033,16606,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,27,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31513,4,2,-1,'Blackwhelp Belt',44126,2,0,0,1,83345,16669,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,10,5,11,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31514,4,3,-1,'Dragonkin Shirt',44130,2,0,0,1,205946,41189,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31515,4,3,-1,'Whelpscale Gauntlets',44127,2,0,0,1,103347,20669,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,15,7,22,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31516,4,3,-1,'Bracers of the Weald',44125,2,0,0,1,101128,20225,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,32,20,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31517,0,0,-1,'Dire Pinfeather',44061,1,1024,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38612,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31518,0,0,-1,'Exorcism Feather',44062,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38606,0,-1,0,1000,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31519,4,4,-1,'Inkling\'s Leggings',44128,2,0,0,1,251130,50226,7,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,37,7,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31520,4,4,-1,'Blackwing Helm',44131,2,0,0,1,188660,37732,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,31,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31521,4,4,-1,'Expedition Defender\'s Shoulders',44123,2,0,0,1,184581,36916,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,11,7,16,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31522,12,0,-1,'Primal Mooncloth Supplies',21586,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains the materials needed to produce a sample of primal mooncloth',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31523,4,0,-1,'Treebole\'s Hoop',9851,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31524,12,0,-1,'Square of Imbued Netherweave',39454,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38614,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small square of imbued netherweave, used as the base for creating various kinds of cloth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31525,12,0,-1,'Vial of Primal Reagents',3665,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains small samples of primal life and primal water.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31526,4,0,-1,'Raven\'s Wood Exorciser\'s Band',44086,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,5,12,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31527,4,0,-1,'Leafbeard Ring',31576,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,2,3,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31528,4,0,-1,'Ring of the Stonebark',35431,2,0,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,1,1,0,3,3,12,12,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31529,12,0,-1,'Grillok\'s Eyepatch',27809,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31530,12,0,-1,'Sample of Primal Mooncloth',39461,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31531,4,1,-1,'Wraithcloth Bindings',44066,2,0,0,1,67873,13574,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,6,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31532,4,2,-1,'Supple Leather Boots',44067,2,0,0,1,127742,25548,8,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,22,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31533,4,3,-1,'Diluvian Spaulders',44068,2,0,0,1,154551,30910,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,11,32,11,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31534,4,4,-1,'Whiteknuckle Gauntlets',29014,2,0,0,1,120797,24159,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,28,3,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31535,0,0,-1,'Bloodboil Poison',13710,1,2097216,0,1,0,0,0,262143,32767,105,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38615,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31536,13,0,-1,'Camp Anger Key',22071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38746,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31537,4,1,-1,'Darktread Boots',44069,2,0,0,1,104177,20835,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31538,4,2,-1,'Twin Moon Shoulderguards',44070,2,0,0,1,130677,26135,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,4,5,14,6,14,7,14,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31539,4,3,-1,'Chaintwine Cinch',44071,2,0,0,1,104916,20983,6,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,5,14,32,14,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31540,4,4,-1,'Fairweather\'s Wristguards',44072,2,0,0,1,123541,24708,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,14,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31541,2,7,-1,'Whistling Sword',25640,2,0,0,1,361251,72250,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,11,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,120,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31542,2,1,-1,'Fanged Axe',44073,2,0,0,1,453165,90633,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31543,2,10,-1,'Adjudicator\'s Staff',28511,2,0,0,1,411437,82287,17,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,200,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,23730,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,-16.3,0,0,0,'',33,0,0,0,0,12340), (31544,4,2,-1,'Clefthoof Hide Leggings',44074,3,0,0,1,199917,39983,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,5,3,30,4,30,7,24,31,17,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31545,4,2,-1,'Oilcloth Breeches',44075,3,0,0,1,200671,40134,7,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,31,25,32,30,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31546,4,1,-1,'Tourmaline Crown',44076,3,0,0,1,120867,24173,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,5,18,7,24,6,17,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31547,4,3,-1,'Malefactor\'s Eyepatch',44077,3,0,0,1,181999,36399,1,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,5,18,7,24,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31548,4,4,-1,'Blackened Chestplate',44078,3,0,0,1,284195,56839,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,4,4,30,3,30,7,27,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31549,4,4,-1,'Leonine Breastplate',44079,3,0,0,1,285251,57050,5,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,3,4,45,5,16,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31550,12,0,-1,'Albreck\'s Findings',2571,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',2997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31552,4,1,-1,'Windchanneller\'s Miter',30588,3,0,0,1,133297,26659,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31553,4,1,-1,'Windchanneller\'s Mantle',44163,3,0,0,1,133772,26754,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31554,4,1,-1,'Windchanneller\'s Tunic',44159,3,0,0,1,179013,35802,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,201,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31555,4,1,-1,'Windchanneller\'s Ceinture',44167,3,0,0,1,89832,17966,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31556,4,1,-1,'Windchanneller\'s Leggings',44161,3,0,0,1,180315,36063,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,201,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31557,4,1,-1,'Windchanneller\'s Boots',44162,3,0,0,1,129277,25855,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31558,4,1,-1,'Windchanneller\'s Bindings',44168,3,0,0,1,90800,18160,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31559,4,1,-1,'Windchanneller\'s Gloves',44164,3,0,0,1,91125,18225,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,201,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31560,4,2,-1,'Skystalker\'s Shroud',44881,3,0,0,1,171454,34290,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31561,4,2,-1,'Skystalker\'s Shoulders',44183,3,0,0,1,172064,34412,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31562,4,2,-1,'Skystalker\'s Tunic',44178,3,0,0,1,230233,46046,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,202,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31563,4,2,-1,'Skystalker\'s Cord',44192,3,0,0,1,104515,20903,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31564,4,2,-1,'Skystalker\'s Leggings',44180,3,0,0,1,209823,41964,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,202,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31565,4,2,-1,'Skystalker\'s Boots',44187,3,0,0,1,150487,30097,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31566,4,2,-1,'Skystalker\'s Bracers',44186,3,0,0,1,105725,21145,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31567,4,2,-1,'Skystalker\'s Gloves',44185,3,0,0,1,109046,21809,10,1535,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,202,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31568,4,3,-1,'Mistshroud Helm',44575,3,0,0,1,39399,39399,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,1), (31569,4,3,-1,'Mistshroud Shoulders',44206,3,0,0,1,198607,39721,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31570,4,3,-1,'Mistshroud Tunic',44199,3,0,0,1,264614,52922,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,203,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31571,4,3,-1,'Mistshroud Belt',44208,3,0,0,1,132795,26559,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31572,4,3,-1,'Mistshroud Pants',44198,3,0,0,1,266541,53308,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,203,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31573,4,3,-1,'Mistshroud Boots',44200,3,0,0,1,191975,38395,8,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31574,4,3,-1,'Mistshroud Bracers',44207,3,0,0,1,134247,26849,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31575,4,3,-1,'Mistshroud Gauntlets',44201,3,0,0,1,26944,134722,10,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,5,0,0,203,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,1), (31576,4,4,-1,'Slatesteel Helm',44574,3,0,0,1,236167,47233,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31577,4,4,-1,'Slatesteel Shoulders',44218,3,0,0,1,237020,47404,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31578,4,4,-1,'Slatesteel Breastplate',44214,3,0,0,1,317769,63553,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,204,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31579,4,4,-1,'Slatesteel Girdle',44224,3,0,0,1,160350,32070,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31580,4,4,-1,'Slatesteel Leggings',44215,3,0,0,1,320017,64003,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,204,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31581,4,4,-1,'Slatesteel Boots',44219,3,0,0,1,229010,45802,8,32767,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31582,4,4,-1,'Slatesteel Bracers',44220,3,0,0,1,162068,32413,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31583,4,4,-1,'Slatesteel Gauntlets',44221,3,0,0,1,151230,30246,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,204,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31584,4,2,-1,'High Warlord\'s Kodohide Gloves',43571,3,36864,1,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31585,4,2,-1,'High Warlord\'s Kodohide Helm',39032,3,36864,1,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31586,4,2,-1,'High Warlord\'s Kodohide Legguards',39033,3,36864,1,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (31587,4,2,-1,'High Warlord\'s Kodohide Spaulders',39034,3,36864,1,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31588,4,2,-1,'High Warlord\'s Kodohide Tunic',39035,3,36864,1,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,689,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31589,4,2,-1,'Grand Marshal\'s Kodohide Gloves',43573,3,36864,2,1,0,0,10,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31590,4,2,-1,'Grand Marshal\'s Kodohide Helm',41796,3,36864,2,1,0,0,1,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31591,4,2,-1,'Grand Marshal\'s Kodohide Legguards',41210,3,36864,2,1,0,0,7,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (31592,4,2,-1,'Grand Marshal\'s Kodohide Spaulders',41211,3,36864,2,1,0,0,3,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31593,4,2,-1,'Grand Marshal\'s Kodohide Tunic',41212,3,36864,2,1,0,0,5,1024,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,688,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31594,4,2,-1,'General\'s Kodohide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31595,4,2,-1,'General\'s Kodohide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31596,4,2,-1,'Marshal\'s Kodohide Belt',41474,4,36864,0,1,0,0,6,262143,32767,123,70,0,0,0,0,0,0,5,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31597,4,2,-1,'Marshal\'s Kodohide Boots',41482,4,36864,0,1,0,0,8,262143,32767,123,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,23,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,12340), (31598,4,2,-1,'General\'s Kodohide Bracers',41253,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31599,4,2,-1,'Marshal\'s Kodohide Bracers',41270,4,36864,0,1,0,0,9,262143,32767,113,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (31606,12,0,-1,'Demoniac Scryer',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38707,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31607,12,0,-1,'Demoniac Scryer Reading',24051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',2999,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31610,12,0,-1,'Rod of Purification',44226,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38736,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31613,4,4,-1,'Gladiator\'s Ornamented Chestguard',41133,4,36864,0,1,0,0,5,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,31,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31614,4,4,-1,'Gladiator\'s Ornamented Gloves',41134,4,36864,0,1,0,0,10,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,24,32,24,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31615,4,0,-1,'Ancient Draenei Arcane Relic',44237,2,524288,0,1,32891,8222,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33662,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31616,4,4,-1,'Gladiator\'s Ornamented Headcover',41135,4,36864,0,1,0,0,1,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,30,32,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31617,4,0,-1,'Ancient Draenei War Talisman',30696,2,524288,0,1,32891,8222,12,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33667,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31618,4,4,-1,'Gladiator\'s Ornamented Legplates',41136,4,36864,0,1,0,0,7,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,32,32,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31619,4,4,-1,'Gladiator\'s Ornamented Spaulders',41137,4,36864,0,1,0,0,3,2,32767,123,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,24,32,23,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31620,4,1,-1,'Grand Marshal\'s Mooncloth Mitts',41218,3,36864,2,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31621,4,1,-1,'High Warlord\'s Mooncloth Mitts',37308,3,36864,1,1,0,0,10,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31622,4,1,-1,'Grand Marshal\'s Mooncloth Cowl',42195,3,36864,2,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,26,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31623,4,1,-1,'Grand Marshal\'s Mooncloth Legguards',41220,3,36864,2,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31624,4,1,-1,'Grand Marshal\'s Mooncloth Shoulderpads',41221,3,36864,2,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31625,4,1,-1,'Grand Marshal\'s Mooncloth Vestments',41222,3,36864,2,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,691,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31626,4,1,-1,'High Warlord\'s Mooncloth Cowl',37311,3,36864,1,1,0,0,1,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31627,4,1,-1,'High Warlord\'s Mooncloth Legguards',37310,3,36864,1,1,0,0,7,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31628,4,1,-1,'High Warlord\'s Mooncloth Shoulderpads',37312,3,36864,1,1,0,0,3,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31629,4,1,-1,'High Warlord\'s Mooncloth Vestments',37313,3,36864,1,1,0,0,20,16,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,692,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31630,4,4,-1,'Grand Marshal\'s Ornamented Chestplate',38292,3,36864,2,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31631,4,4,-1,'Grand Marshal\'s Ornamented Gloves',30321,3,36864,2,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31632,4,4,-1,'Grand Marshal\'s Ornamented Headguard',38294,3,36864,2,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31633,4,4,-1,'Grand Marshal\'s Ornamented Leggings',38295,3,36864,2,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31634,4,4,-1,'Grand Marshal\'s Ornamented Spaulders',38296,3,36864,2,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,693,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31635,4,4,-1,'High Warlord\'s Ornamented Chestplate',41247,3,36864,1,1,0,0,5,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31636,4,4,-1,'High Warlord\'s Ornamented Gloves',41248,3,36864,1,1,0,0,10,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31637,4,4,-1,'High Warlord\'s Ornamented Headguard',42199,3,36864,1,1,0,0,1,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31638,4,4,-1,'High Warlord\'s Ornamented Leggings',41249,3,36864,1,1,0,0,7,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31639,4,4,-1,'High Warlord\'s Ornamented Spaulders',41228,3,36864,1,1,0,0,3,2,32767,115,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,694,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31640,4,3,-1,'Grand Marshal\'s Ringmail Chestguard',32103,3,36864,2,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31641,4,3,-1,'Grand Marshal\'s Ringmail Gloves',32100,3,36864,2,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31642,4,3,-1,'Grand Marshal\'s Ringmail Headpiece',32133,3,36864,2,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31643,4,3,-1,'Grand Marshal\'s Ringmail Legguards',32127,3,36864,2,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31644,4,3,-1,'Grand Marshal\'s Ringmail Shoulders',32128,3,36864,2,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,695,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31646,4,3,-1,'High Warlord\'s Ringmail Chestguard',32103,3,36864,1,1,0,0,5,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31647,4,3,-1,'High Warlord\'s Ringmail Gloves',32100,3,36864,1,1,0,0,10,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31648,4,3,-1,'High Warlord\'s Ringmail Headpiece',32133,3,36864,1,1,0,0,1,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31649,4,3,-1,'High Warlord\'s Ringmail Legguards',32127,3,36864,1,1,0,0,7,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31650,4,3,-1,'High Warlord\'s Ringmail Shoulderpads',32128,3,36864,1,1,0,0,3,64,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,696,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31651,12,0,-1,'Bladespire Totem',44245,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ogres have some true artisans amongst them.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31652,12,0,-1,'Enchanted Nethervine Crystal',35850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38762,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The essence of Neltharaku beats within...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31653,12,0,-1,'Condensed Nether Gas',41488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31655,13,0,-1,'Veil Skith Prison Key',34378,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38779,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31656,12,0,-1,'Lesser Nether Drake Spirit',44276,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It wriggles, trying to break free.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31657,4,1,-1,'Chemise of Rebirth',44326,2,0,0,1,112272,22454,5,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,5,12,6,12,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,8,0,8,0,4,0,2889,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31658,4,2,-1,'Scout\'s Hood',44254,2,0,0,1,105652,21130,1,262143,32767,90,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,2,0,8,0,2877,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31659,4,1,-1,'Researcher\'s Mantle',44255,2,0,0,1,84848,16969,3,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,6,16,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31660,4,2,-1,'Feralfen Skulker\'s Belt',44257,2,0,0,1,79366,15873,6,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31661,4,2,-1,'Leesa\'oh\'s Wristbands',6739,2,0,0,1,75461,15092,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,3,13,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31662,12,0,-1,'Rilak\'s Missive',11160,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in the indecipherable hand of the arakkoa',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31663,12,0,-1,'Spirit Calling Totems',44259,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38780,0,-5,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31664,13,0,-1,'Zuluhed\'s Key',44260,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38790,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31665,15,0,-1,'Toy RC Mortar Tank',44269,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38842,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Note: For the safety of small children,cannon does not actually fire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (31666,7,3,-1,'Battered Steam Tonk Controller',35133,1,64,0,1,20000,5000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45257,0,-10,-10,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This toy has seen a lot of love. It probably won\'t last much longer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31668,12,0,-1,'Orb Collecting Totem',44287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38862,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31670,7,8,-1,'Raptor Ribs',2473,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31671,7,8,-1,'Serpent Flesh',44290,1,0,0,1,800,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31672,0,5,-1,'Mok\'Nathal Shortribs',21327,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31673,0,5,-1,'Crunchy Serpent',44291,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33264,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (31674,9,5,-1,'Recipe: Crunchy Serpent',1301,1,64,0,1,30000,7500,0,-1,-1,67,0,185,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38868,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Crunchy Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31675,9,5,-1,'Recipe: Mok\'Nathal Shortribs',1301,1,64,0,1,30000,7500,0,-1,-1,67,0,185,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,38867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Mok\'Nathal Shortribs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31676,0,1,-1,'Fel Regeneration Potion',37864,1,0,0,1,20000,5000,0,-1,-1,69,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38908,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31677,0,1,-1,'Fel Mana Potion',44295,1,0,0,1,20000,5000,0,-1,-1,72,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38929,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31678,12,0,-1,'Mental Interference Rod',21206,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38915,0,0,0,45000,0,45000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31679,0,2,-1,'Fel Strength Elixir',38721,1,0,0,1,12000,3000,0,-1,-1,67,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38954,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31680,9,6,-1,'Recipe: Fel Strength Elixir',6270,3,64,0,1,40000,10000,0,32767,-1,67,0,171,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Strength Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31681,9,6,-1,'Recipe: Fel Regeneration Potion',6270,3,64,0,1,40000,10000,0,32767,-1,69,0,171,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Regeneration Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31682,9,6,-1,'Recipe: Fel Mana Potion',6270,3,64,0,1,40000,10000,0,32767,-1,72,0,171,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,38961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Fel Mana Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31683,4,1,-1,'Dreadwing Skin Belt',44304,2,0,0,1,69438,13887,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,28,7,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31684,4,2,-1,'Netherhide Gloves',44305,2,0,0,1,87118,17423,10,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31685,4,3,-1,'Brood Mother Leggings',44022,2,0,0,1,209831,41966,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31686,4,4,-1,'Nether Protector\'s Chest',26846,2,0,0,1,245700,49140,5,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,32,37,4,21,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,9342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31687,4,1,-1,'Mok\'Nathal Mantle',44307,2,0,0,1,105684,21136,3,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,5,18,32,12,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31688,4,2,-1,'Spiritcaller\'s Mask',45180,2,0,0,1,132573,26514,1,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15809,1,0,0,900000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31689,4,3,-1,'Mok\'Nathal Hero\'s Pantaloons',44312,2,0,0,1,212886,42577,7,262143,32767,108,0,0,0,0,0,0,0,0,0,1,0,2,32,37,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31690,4,4,-1,'Belt of the Soul Saver',44313,2,0,0,1,125344,25068,6,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,4,17,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31691,4,0,-1,'Natasha\'s Guardian Cord',39211,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22748,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31692,4,0,-1,'Natasha\'s Ember Necklace',39214,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,15,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31693,4,0,-1,'Natasha\'s Arcane Filament',39212,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,5,10,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31694,4,0,-1,'Natasha\'s Pack Collar',39209,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,3,4,25,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31695,4,0,-1,'Natasha\'s Choker',39210,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,32,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31696,4,0,-1,'Natasha\'s Battle Chain',39162,3,0,0,1,159272,39818,2,-1,-1,103,0,0,0,0,0,0,0,0,0,1,0,2,7,37,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23203,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31697,12,0,-1,'Dread Relic',44306,1,256,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This mysterious artifact pulses with barely contained power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31698,15,0,-1,'Letter from Shattrath',7733,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The letter bears the mark of the naaru.',2998,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31699,4,0,-1,'Imbued Draenethyst Crystal',44308,2,0,0,1,138516,34629,23,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,11,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31700,2,10,-1,'Runed Silver Staff',21968,2,0,0,1,429141,85828,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,289,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,33165,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31701,2,1,-1,'Saboteur\'s Axe',44310,2,0,0,1,430743,86148,17,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,298,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,15821,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31702,0,0,-1,'Challenge from the Horde',36477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39010,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31703,2,15,-1,'Nether-Stalker\'s Blade',44314,2,0,0,1,347122,69424,13,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,3,8,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,135,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31704,13,0,-1,'The Tempest Key',37250,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A crystalline key that is seemingly held together by beams of light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31705,13,0,-1,'Derelict Caravan Chest Key',22071,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39040,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31706,12,0,-1,'The Head of the Hand of Kargath',1310,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31707,12,0,-1,'Cabal Orders',24153,1,2048,0,1,0,0,0,-1,-1,65,62,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,10880,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31708,12,0,-1,'Scroll of Atalor',39631,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31709,12,0,-1,'Drape of Arunen',44475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31710,12,0,-1,'Gavel of K\'alen',44476,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31711,4,1,-1,'Nether-Empowered Footgear',44322,2,0,0,1,104501,20900,8,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,32,27,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31712,4,2,-1,'Mok\'Nathal Champion\'s Shoulderguards',44323,2,0,0,1,121777,24355,3,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,2,3,27,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31713,4,3,-1,'Ritualist\'s Helm',15431,2,0,0,1,146694,29338,1,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31714,4,4,-1,'Nether Drake Wristguards',44324,2,0,0,1,115187,23037,9,-1,-1,105,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31715,4,0,-1,'Demoniac Soul Prison',44316,2,0,0,1,114184,28546,23,-1,-1,87,0,0,0,0,0,0,0,0,0,1,0,2,32,10,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31716,12,0,-1,'Unused Axe of the Executioner',44317,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The blade is clean.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31717,4,1,-1,'Shadowcast Tunic',44557,3,0,0,1,135686,27137,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,5,15,32,14,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31718,4,2,-1,'Darkstorm Tunic',44319,3,0,0,1,170231,34046,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31719,4,3,-1,'Stormstrike Vest',44556,3,0,0,1,205045,41009,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,2,5,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31720,4,4,-1,'Battlemaster\'s Breastplate',44555,3,0,0,1,240115,48023,5,-1,-1,88,0,0,0,0,0,0,0,0,0,1,0,3,3,21,4,38,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31721,12,0,-1,'Kalithresh\'s Trident',44321,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31722,12,0,-1,'Murmur\'s Essence',27454,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31723,2,15,-1,'Madman\'s Blade',20331,2,0,0,1,312249,62449,13,-1,-1,96,0,0,0,0,0,0,0,0,1,1,0,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,91,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31724,2,19,-1,'Arakkoa Divining Rod',21027,2,0,0,1,241608,48321,26,32767,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31725,4,1,-1,'Cilice of Suffering',16603,2,0,0,1,64665,12933,6,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31726,4,0,-1,'Necklace of Bloodied Feathers',43701,3,0,0,1,122296,30574,2,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31727,4,0,-1,'Choker of Bloodied Feathers',34318,3,0,0,1,122296,30574,2,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,7,24,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31728,4,0,-1,'Heirloom Signet of Willpower',9839,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31729,4,0,-1,'Heirloom Signet of Valor',9865,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,3,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31730,4,0,-1,'Heirloom Signet of Convalescence',9847,2,0,0,1,128092,32023,11,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,11,7,7,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31731,4,0,-1,'Mekeda\'s Gift',28493,2,0,0,1,128092,32023,23,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31732,4,0,-1,'Unearthed Orb',44351,2,0,0,1,128092,32023,23,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,1,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31733,2,15,-1,'Akuno\'s Blade',2708,2,0,0,1,309143,61828,13,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,32,8,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,128,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31734,4,6,-1,'Ancient Draenei Crest',44369,2,0,0,1,198609,39721,14,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2938,0,0,0,0,0,0,0,0,0,0,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,65,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31735,6,3,-1,'Timeless Shell',44356,4,0,0,200,20000,25,24,-1,-1,145,70,0,0,0,0,0,990,5,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31736,12,0,-1,'Crystal of Deep Shadows',30690,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39094,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'At first glance, the crystal\'s core appears solid, but the longer you look at it, the more you become aware of subtle motion inside the object.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31737,6,2,-1,'Timeless Arrow',40523,4,0,0,200,20000,25,24,-1,-1,145,70,0,0,0,0,0,990,5,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31739,12,0,-1,'Smoke Beacon',9124,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36374,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (31740,12,0,-1,'Meeting Note',15274,1,0,0,1,0,0,0,32767,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31741,12,0,-1,'Nether-wraith Essence',44367,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31742,12,0,-1,'Nether-wraith Beacon',44368,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39105,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_nether_wraith_beacon',0,0,0,0,0,12340), (31744,12,0,-1,'Botanist\'s Field Guide',1103,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31745,2,15,-1,'Illidari-Bane Dagger',44375,3,0,0,1,455716,91143,13,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,37651,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31746,4,0,-1,'Phoenix-fire Band',31655,4,0,0,1,241024,60256,11,262143,32767,115,0,0,0,0,0,0,0,0,1,1,0,1,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (31747,4,0,-1,'Potent Sha\'tari Pendant',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31748,4,0,-1,'Shattrath Choker of Power',31889,3,0,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31749,4,0,-1,'A\'dal\'s Recovery Necklace',31889,3,4096,0,1,167814,41953,2,-1,-1,115,0,0,0,0,0,0,0,6,0,1,0,1,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31750,12,0,-1,'Earthen Signet',7148,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31751,12,0,-1,'Blazing Signet',44377,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31752,12,0,-1,'Sablemane\'s Trap',20774,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39220,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31753,12,0,-1,'Essence of Infinity',35852,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31754,12,0,-1,'Grisly Totem',44405,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39161,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31755,12,0,-1,'Wyvern Cage Key',22071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31756,2,15,-1,'Dib\'Muad\'s Crysknife',44417,3,0,0,1,358193,71638,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,1,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,103,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31757,12,0,-1,'Fel Cannonball',44416,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It reeks of felfire and brimstone.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31758,2,15,-1,'Revered Mother\'s Crysknife',44418,3,0,0,1,360908,72181,21,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,2,32,19,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,92,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,-7.8,0,0,0,'',50,0,0,0,0,12340), (31759,2,15,-1,'Shani\'s Crysknife',44417,3,0,0,1,362265,72453,13,-1,-1,94,0,0,0,0,0,0,0,0,0,1,0,1,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (31760,15,0,-1,'Miniwing',34488,1,64,0,1,0,0,0,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,39181,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31761,2,19,-1,'Talonbranch Wand',44419,2,0,0,1,238603,47720,26,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,193,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31762,2,2,-1,'Feather-Wrapped Bow',44420,2,0,0,1,239467,47893,15,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,1,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,173,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31763,12,0,-1,'Druid Signal',44428,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38782,0,0,0,120000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31764,4,3,-1,'Stillfire Leggings',44423,2,0,0,1,198320,39664,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31765,4,4,-1,'Redeemer\'s Plate',44424,2,0,0,1,232203,46440,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,30,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31766,4,1,-1,'Skywitch Hat',45370,2,0,0,1,99871,19974,1,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,20,7,30,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31768,4,1,-1,'Deep Mire Cloak',44450,2,0,0,1,92384,18476,16,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,12,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31769,12,0,-1,'Sha\'tari Torch',23295,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39189,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31770,4,1,-1,'Marsh Bracers',44451,2,0,0,1,59453,11890,9,-1,-1,96,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31772,12,0,-1,'Anchorite Relic',38758,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39183,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31773,4,0,-1,'Mag\'har Tabard',44433,1,0,1,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,941,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31774,4,0,-1,'Kurenai Tabard',44434,1,0,2,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,978,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31775,4,0,-1,'Sporeggar Tabard',44435,1,0,0,1,0,0,19,-1,-1,20,0,0,0,0,0,0,970,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31776,4,0,-1,'Consortium Tabard',44436,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,933,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31777,4,0,-1,'Keepers of Time Tabard',44437,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,989,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31778,4,0,-1,'Lower City Tabard',44438,1,32768,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,1011,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31779,4,0,-1,'Aldor Tabard',44439,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,932,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31780,4,0,-1,'Scryers Tabard',44440,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,934,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31781,4,0,-1,'Sha\'tar Tabard',44441,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,935,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31782,4,3,-1,'Warpstalker Breastplate',44472,2,0,0,1,196879,39375,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,30,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31783,4,1,-1,'Bloodfire Leggings',34302,2,0,0,1,131726,26345,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,7,36,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31784,4,2,-1,'Ancient Terokkar Hood',45164,2,0,0,1,123938,24787,1,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,32,34,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31785,2,1,-1,'Edge of Inevitability',44470,2,0,0,1,414608,82921,17,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,34,3,18,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,284,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',32,0,0,0,0,12340), (31786,4,3,-1,'Blacksting Shoulders',44484,2,0,0,1,138196,27639,3,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,16,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31787,4,4,-1,'Stalwart Girdle',44447,2,0,0,1,108004,21600,6,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,4,14,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31788,4,2,-1,'Blacksting Gloves',44478,2,0,0,1,76980,15396,10,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,3,7,21,3,14,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31789,4,1,-1,'Marshfang Boots',44483,2,0,0,1,83869,16773,8,-1,-1,90,0,0,0,0,0,0,0,0,0,1,0,2,5,16,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31790,4,0,-1,'Expedition Pendant',7570,2,0,0,1,138516,34629,2,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,1500,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31791,4,0,-1,'Wildlord\'s Band',43837,2,524288,0,1,166220,41555,11,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,32,11,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31792,4,1,-1,'Evergrove Ranger\'s Cloak',44458,2,0,0,1,102630,20526,16,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,2,5,12,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31793,4,2,-1,'Ruuan Weald Wristguards',41549,2,0,0,1,85845,17169,9,-1,-1,108,0,0,0,0,0,0,0,0,0,1,0,3,4,21,3,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31794,4,4,-1,'Sha\'tari Vindicator\'s Legplates',44479,2,0,0,1,223080,44616,7,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,4,21,5,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31795,0,0,-1,'Draenei Prayer Beads',32395,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31796,4,3,-1,'Sha\'tari Marksman\'s Gloves',44480,2,0,0,1,96316,19263,10,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,15,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31797,4,2,-1,'Elekk Hide Spaulders',44482,2,0,0,1,120828,24165,3,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,3,5,12,32,28,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31798,4,1,-1,'Death-Speaker\'s Tunic',44485,2,0,0,1,129357,25871,5,-1,-1,99,0,0,0,0,0,0,0,0,0,1,0,2,5,14,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',13,0,0,0,0,12340), (31799,12,0,-1,'Fei Fei Doggy Treat',44487,1,4096,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Delicious and nutritious',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31800,15,0,-1,'Outcast\'s Cache',2588,1,4,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31802,2,10,-1,'Fleshling Simulation Staff',44490,3,0,0,1,105783,528915,13,-1,-1,109,0,0,0,0,0,0,0,0,1,1,0,4,4,27,3,27,7,27,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36429,1,0,0,-1,0,-1,36071,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,7,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',41,0,0,0,0,1), (31804,4,0,-1,'Cenarion Expedition Tabard',44494,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,942,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31807,12,0,-1,'Naturalized Ammunition',44416,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39219,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31808,12,0,-1,'Sablemane\'s Signet',9840,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39224,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31809,12,0,-1,'Evergrove Wand',928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39226,0,1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31810,12,0,-1,'Fumper',41062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39238,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient drum.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31811,12,0,-1,'Dread Relic',44306,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39239,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31812,12,0,-1,'Doom Skull',44523,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31813,12,0,-1,'Warp Chaser Blood',4134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The caustic blood of a warp chaser, safely packaged in a glass vial by your very own imp.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31814,12,0,-1,'Mature Bone Sifter Carcass',3429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31815,12,0,-1,'Zeppit\'s Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39242,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Attuned to the mischievous imp, Zeppit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31816,2,8,-1,'Dragonbone Greatsword',44530,2,0,0,1,412127,82425,17,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,15,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,269,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31817,4,3,-1,'Dragonbone Shoulders',44533,2,0,0,1,149575,29915,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31818,4,0,-1,'Dragonbone Talisman',9852,2,0,0,1,138516,34629,2,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,3,32,15,5,8,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31819,4,4,-1,'Noble Plate Pauldrons',44536,2,0,0,1,174676,34935,3,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,4,4,14,7,20,32,14,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,0,0,0,0,9345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31820,4,0,-1,'Blessed Signet Ring',31905,2,0,0,1,131564,32891,11,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,4,4,13,3,12,7,12,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',14,0,0,0,0,12340), (31821,2,7,-1,'Blade of Retribution',44546,2,0,0,1,335753,67150,21,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,2,32,16,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,109,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,-12.5,0,0,0,'',33,0,0,0,0,12340), (31823,4,0,-1,'Book of Many Blessings',44544,2,0,0,1,128092,32023,23,-1,-1,102,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',33,0,0,0,0,12340), (31824,2,4,-1,'Monster - Work Wrench',44548,0,0,0,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (31825,12,0,-1,'Fumper',41062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39246,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient drum.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31826,12,0,-1,'Enormous Bone Worm Organs',44549,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31827,12,0,-1,'Sablemane\'s Trap',20774,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39264,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31828,12,0,-1,'Ritual Prayer Beads',32395,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39371,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31829,15,5,-1,'Reins of the Cobalt Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39315,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31830,15,5,-1,'Reins of the Cobalt Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39315,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31831,15,5,-1,'Reins of the Silver Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39317,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31832,15,5,-1,'Reins of the Silver Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39317,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31833,15,5,-1,'Reins of the Tan Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39318,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31834,15,5,-1,'Reins of the Tan Riding Talbuk',40261,4,0,0,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39318,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31835,15,5,-1,'Reins of the White Riding Talbuk',40261,4,0,1,1,700000,0,0,262143,690,40,40,762,150,0,0,0,941,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39319,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31836,15,5,-1,'Reins of the White Riding Talbuk',40261,4,0,2,1,700000,0,0,262143,1101,40,40,762,150,0,0,0,978,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39319,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31837,9,0,-1,'Codex: Prayer of Shadow Protection II',1143,3,64,0,1,59000,14750,0,31248,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39374,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Prayer of Shadow Protection (Rank 2).',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31838,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'An old bootleg recipe from the Arathi Basin farm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31839,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Extracted from the frozen waters of Alterac Valley.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31840,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'An old bootleg recipe from the Arathi Basin farm.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31841,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Extracted from the frozen waters of Alterac Valley.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31843,0,8,-1,'QAEnchant Bracer +24 Attack Power',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39404,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (31845,0,8,-1,'QAEnchant Bracer +15 Spell Damage',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39406,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (31849,0,8,-1,'QAEnchant Bracer +12 Strength',7899,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39411,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (31852,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Sifted from the twisting nether of the Eye of the Storm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31853,0,1,-1,'Major Combat Healing Potion',24212,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17534,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Distilled only within the hollow log of Warsong Gulch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31854,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Sifted from the twisting nether of the Eye of the Storm.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31855,0,1,-1,'Major Combat Mana Potion',30533,1,0,0,1,0,0,0,-1,-1,70,61,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17531,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Distilled only within the hollow log of Warsong Gulch.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31856,4,0,-1,'Darkmoon Card: Crusade',44707,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39438,1,0,0,-1,0,-1,39440,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31857,4,0,-1,'Darkmoon Card: Wrath',44709,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39442,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31858,4,0,-1,'Darkmoon Card: Vengeance',44708,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39444,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31859,4,0,-1,'Darkmoon Card: Madness',44706,4,64,0,1,400000,100000,12,-1,-1,100,70,0,0,0,0,0,0,0,1,1,0,1,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39446,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31860,3,2,-1,'Great Golden Draenite',35848,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,521,-1,0,0,0,0,'',0,0,0,0,0,12340), (31861,3,2,-1,'Great Dawnstone',39925,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,522,-1,0,0,0,0,'',0,0,0,0,0,12340), (31862,3,3,-1,'Balanced Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,523,-1,0,0,0,0,'',0,0,0,0,0,12340), (31863,3,3,-1,'Balanced Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,524,-1,0,0,0,0,'',0,0,0,0,0,12340), (31864,3,3,-1,'Infused Shadow Draenite',35847,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,525,-1,0,0,0,0,'',0,0,0,0,0,12340), (31865,3,3,-1,'Infused Nightseye',39929,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,526,-1,0,0,0,0,'',0,0,0,0,0,12340), (31866,3,5,-1,'Veiled Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,527,-1,0,0,0,0,'',0,0,0,0,0,12340), (31867,3,5,-1,'Veiled Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,528,-1,0,0,0,0,'',0,0,0,0,0,12340), (31868,3,5,-1,'Wicked Noble Topaz',39931,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,529,-1,0,0,0,0,'',0,0,0,0,0,12340), (31869,3,5,-1,'Wicked Flame Spessarite',35845,2,0,0,1,10000,2500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,530,-1,0,0,0,0,'',0,0,0,0,0,12340), (31870,9,10,-1,'Design: Great Golden Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Great Golden Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31871,9,10,-1,'Design: Balanced Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39455,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Balanced Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31872,9,10,-1,'Design: Infused Shadow Draenite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39458,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Infused Shadow Draenite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31873,9,10,-1,'Design: Veiled Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39466,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Veiled Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31874,9,10,-1,'Design: Wicked Flame Spessarite',15274,2,64,0,1,60000,15000,0,-1,-1,65,0,755,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39467,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Wicked Flame Spessarite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31875,9,10,-1,'Design: Great Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Great Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31876,9,10,-1,'Design: Balanced Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39463,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Balanced Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31877,9,10,-1,'Design: Infused Nightseye',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39462,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Infused Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31878,9,10,-1,'Design: Veiled Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39470,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Veiled Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31879,9,10,-1,'Design: Wicked Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39471,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Wicked Noble Topaz.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31880,15,0,-1,'Blood Elf Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39478,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340), (31881,15,0,-1,'Draenei Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39479,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340), (31882,12,0,-1,'Ace of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39480,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31883,12,0,-1,'Eight of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60395,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31884,12,0,-1,'Five of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60392,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31885,12,0,-1,'Four of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60391,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31886,12,0,-1,'Seven of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60394,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31887,12,0,-1,'Six of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60393,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31888,12,0,-1,'Three of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60390,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31889,12,0,-1,'Two of Blessings',44705,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60389,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31890,12,0,-1,'Blessings Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10938,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31891,12,0,-1,'Storms Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10939,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31892,12,0,-1,'Ace of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39481,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31893,12,0,-1,'Eight of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60421,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31894,12,0,-1,'Five of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60418,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31895,12,0,-1,'Four of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60417,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31896,12,0,-1,'Seven of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60420,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31898,12,0,-1,'Six of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60419,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31899,12,0,-1,'Three of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60416,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31900,12,0,-1,'Two of Storms',44702,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60415,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31901,12,0,-1,'Ace of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39483,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31902,12,0,-1,'Eight of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31903,12,0,-1,'Five of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60400,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31904,12,0,-1,'Four of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60399,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31905,12,0,-1,'Seven of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60402,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31906,12,0,-1,'Six of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60401,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31907,12,0,-1,'Furies Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10940,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31908,12,0,-1,'Three of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60398,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31909,12,0,-1,'Two of Furies',44704,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60397,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31910,12,0,-1,'Ace of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39484,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31911,12,0,-1,'Eight of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60414,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31912,12,0,-1,'Five of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60411,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31913,12,0,-1,'Four of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60410,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31914,12,0,-1,'Lunacy Deck',31755,4,0,0,1,300000,75000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,10941,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31915,12,0,-1,'Seven of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60413,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31916,12,0,-1,'Six of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60412,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31917,12,0,-1,'Three of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60409,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31918,12,0,-1,'Two of Lunacy',44701,3,1088,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60408,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31919,4,0,-1,'Nexus-Prince\'s Ring of Balance',35431,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,7,30,4,20,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31920,4,0,-1,'Shaffar\'s Band of Brutality',35472,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31921,4,0,-1,'Yor\'s Collapsing Band',35423,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,5,20,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31922,4,0,-1,'Ring of Conflict Survival',35367,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,32,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31923,4,0,-1,'Band of the Crystalline Void',35438,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,1,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31924,4,0,-1,'Yor\'s Revenge',35313,4,524288,0,1,206800,51700,11,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,2,12,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (31925,4,0,-1,'Fiery Band',28682,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31926,4,0,-1,'Frigid Band',31616,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31927,4,0,-1,'Living Band',33534,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31928,4,0,-1,'Dark Band',24022,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31929,4,0,-1,'Enigmatic Band',38541,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31935,4,1,-1,'Frigid Cloak',44633,3,0,0,1,128787,25757,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,18,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31936,4,1,-1,'Fiery Cloak',44632,3,0,0,1,129252,25850,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,18,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31937,4,1,-1,'Living Cloak',27658,3,0,0,1,120453,24090,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,18,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31938,4,1,-1,'Enigmatic Cloak',44631,3,0,0,1,120918,24183,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,18,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31939,4,1,-1,'Dark Cloak',44630,3,0,0,1,121383,24276,16,-1,-1,109,70,0,0,0,0,0,0,1,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,18,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31940,4,0,-1,'Ethereum Torque',35358,3,0,0,1,89857,22464,2,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31941,12,0,-1,'Mark of the Nexus-King',44624,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The markings hide Ethereum secrets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31942,4,1,-1,'Deathwing Brood Cloak',44634,3,0,0,1,128876,25775,16,-1,-1,115,70,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31943,4,0,-1,'Ethereum Band',39128,3,0,0,1,42837,10709,11,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (31944,15,0,-1,'Demonic Capacitor',41640,0,0,0,1,3480,870,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31945,15,0,-1,'Shadow Circuit',44655,0,0,0,1,3960,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31946,12,0,-1,'Ashtongue Cowl',32899,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39527,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31949,6,2,-1,'Warden\'s Arrow',40522,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,942,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31950,12,0,0,'Bogblossom',19498,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31951,15,0,-1,'Toy Dragon',44666,1,0,0,1,10000,2500,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A finely-crafted, wooden dragon, worth every copper.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31952,15,0,-1,'Khorium Lockbox',9632,2,4,0,1,3000,750,0,-1,-1,68,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1666,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31953,12,0,0,'Ward of Waking',37862,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A viscous, shimmering potion created to help druids emerge safely from the Emerald Dream.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31955,15,0,-1,'Arelion\'s Knapsack',1285,1,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31956,13,0,-1,'Salvaged Ethereum Prison Key',40888,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31957,15,0,0,'Ethereum Prisoner I.D. Tag',40633,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Strange glyphs and symbols cover the front and backside of this tag.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31958,2,4,-1,'Merciless Gladiator\'s Bonecracker',39278,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31959,2,5,-1,'Merciless Gladiator\'s Bonegrinder',41558,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,42,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31960,4,3,-1,'Merciless Gladiator\'s Chain Armor',45963,4,36864,0,1,0,0,5,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,57,3,31,32,21,35,21,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31961,4,3,-1,'Merciless Gladiator\'s Chain Gauntlets',45964,4,36864,0,1,0,0,10,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,48,3,30,32,17,35,21,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31962,4,3,-1,'Merciless Gladiator\'s Chain Helm',45965,4,36864,0,1,0,0,1,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,3,37,32,22,35,22,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31963,4,3,-1,'Merciless Gladiator\'s Chain Leggings',45966,4,36864,0,1,0,0,7,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,58,3,38,32,21,35,33,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31964,4,3,-1,'Merciless Gladiator\'s Chain Spaulders',45967,4,36864,0,1,0,0,3,4,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,3,32,32,14,35,21,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31965,2,0,-1,'Merciless Gladiator\'s Cleaver',41559,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31966,2,1,-1,'Merciless Gladiator\'s Decapitator',41560,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,55,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31967,4,2,-1,'Merciless Gladiator\'s Dragonhide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,40,4,34,5,19,3,19,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,7681,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (31968,4,2,-1,'Merciless Gladiator\'s Dragonhide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,52,4,36,5,20,3,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (31969,4,2,-1,'Merciless Gladiator\'s Dragonhide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,49,4,43,5,26,3,29,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (31971,4,2,-1,'Merciless Gladiator\'s Dragonhide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,30,5,14,3,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (31972,4,2,-1,'Merciless Gladiator\'s Dragonhide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,48,4,37,5,19,3,22,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (31973,4,1,-1,'Merciless Gladiator\'s Dreadweave Gloves',45974,4,36864,0,1,0,0,10,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (31974,4,1,-1,'Merciless Gladiator\'s Dreadweave Hood',45975,4,36864,0,1,0,0,1,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,20,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (31975,4,1,-1,'Merciless Gladiator\'s Dreadweave Leggings',46107,4,36864,0,1,0,0,7,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,27,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (31976,4,1,-1,'Merciless Gladiator\'s Dreadweave Mantle',45976,4,36864,0,1,0,0,3,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,10,35,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (31977,4,1,-1,'Merciless Gladiator\'s Dreadweave Robe',45978,4,36864,0,1,0,0,20,256,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,18,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (31978,4,0,-1,'Merciless Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31979,4,1,-1,'Merciless Gladiator\'s Felweave Amice',45979,4,36864,0,1,0,0,3,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,10,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (31980,4,1,-1,'Merciless Gladiator\'s Felweave Cowl',45980,4,36864,0,1,0,0,1,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,11,32,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (31981,4,1,-1,'Merciless Gladiator\'s Felweave Handguards',45981,4,36864,0,1,0,0,10,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,15,32,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (31982,4,1,-1,'Merciless Gladiator\'s Felweave Raiment',45982,4,36864,0,1,0,0,20,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,12,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (31983,4,1,-1,'Merciless Gladiator\'s Felweave Trousers',46108,4,36864,0,1,0,0,7,256,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,20,32,29,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (31984,2,8,-1,'Merciless Gladiator\'s Greatsword',41561,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,4,42,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,365,549,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31985,2,0,-1,'Merciless Gladiator\'s Hacker',41559,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31986,2,18,-1,'Merciless Gladiator\'s Crossbow of the Phoenix',42385,4,36864,0,1,0,0,26,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,21,32,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,318,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21436,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Finely crafted to Ephoenix\'s specification',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31987,4,2,-1,'Merciless Gladiator\'s Kodohide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,31,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (31988,4,2,-1,'Merciless Gladiator\'s Kodohide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,35,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (31989,4,2,-1,'Merciless Gladiator\'s Kodohide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,40,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (31990,4,2,-1,'Merciless Gladiator\'s Kodohide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (31991,4,2,-1,'Merciless Gladiator\'s Kodohide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,31,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (31992,4,4,-1,'Merciless Gladiator\'s Lamellar Chestpiece',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,27,32,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31993,4,4,-1,'Merciless Gladiator\'s Lamellar Gauntlets',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,27,32,26,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31994,13,0,-1,'Ethereum Key Tablet - Alpha',41411,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39629,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31995,4,4,-1,'Merciless Gladiator\'s Lamellar Legguards',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,63,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31996,4,4,-1,'Merciless Gladiator\'s Lamellar Shoulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,20,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31997,4,4,-1,'Merciless Gladiator\'s Lamellar Helm',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,63,5,24,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31998,4,2,-1,'Merciless Gladiator\'s Leather Gloves',45958,4,36864,0,1,0,0,10,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,31,35,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (31999,4,2,-1,'Merciless Gladiator\'s Leather Helm',45959,4,36864,0,1,0,0,1,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,3,37,35,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32000,4,2,-1,'Merciless Gladiator\'s Leather Legguards',45960,4,36864,0,1,0,0,7,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,3,41,32,21,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32001,4,2,-1,'Merciless Gladiator\'s Leather Spaulders',45961,4,36864,0,1,0,0,3,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,32,32,24,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32002,4,2,-1,'Merciless Gladiator\'s Leather Tunic',45962,4,36864,0,1,0,0,5,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,3,37,35,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32003,2,13,-1,'Merciless Gladiator\'s Left Ripper',42760,4,36864,0,1,0,0,22,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32004,4,3,-1,'Merciless Gladiator\'s Linked Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,38,62,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32005,4,3,-1,'Merciless Gladiator\'s Linked Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,38,58,32,29,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32006,4,3,-1,'Merciless Gladiator\'s Linked Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,38,74,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32007,4,3,-1,'Merciless Gladiator\'s Linked Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,38,68,32,40,35,31,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32008,4,3,-1,'Merciless Gladiator\'s Linked Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,38,44,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32009,4,3,-1,'Merciless Gladiator\'s Mail Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,24,32,25,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32010,4,3,-1,'Merciless Gladiator\'s Mail Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,20,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32011,4,3,-1,'Merciless Gladiator\'s Mail Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,19,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32012,4,3,-1,'Merciless Gladiator\'s Mail Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32013,4,3,-1,'Merciless Gladiator\'s Mail Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,19,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32014,2,5,-1,'Merciless Gladiator\'s Maul',41558,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,38,84,32,42,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32015,4,1,-1,'Merciless Gladiator\'s Mooncloth Gloves',46029,4,36864,0,1,0,0,10,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,20,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (32016,4,1,-1,'Merciless Gladiator\'s Mooncloth Hood',46188,4,36864,0,1,0,0,1,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (32017,4,1,-1,'Merciless Gladiator\'s Mooncloth Leggings',46032,4,36864,0,1,0,0,7,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,63,5,20,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (32018,4,1,-1,'Merciless Gladiator\'s Mooncloth Mantle',46033,4,36864,0,1,0,0,3,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,18,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (32019,4,1,-1,'Merciless Gladiator\'s Mooncloth Robe',46035,4,36864,0,1,0,0,20,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,24,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (32020,4,4,-1,'Merciless Gladiator\'s Ornamented Chestguard',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,33,32,32,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32021,4,4,-1,'Merciless Gladiator\'s Ornamented Gloves',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,26,32,25,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32022,4,4,-1,'Merciless Gladiator\'s Ornamented Headcover',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,30,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32023,4,4,-1,'Merciless Gladiator\'s Ornamented Legplates',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,35,32,36,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32024,4,4,-1,'Merciless Gladiator\'s Ornamented Spaulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,24,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32025,2,6,-1,'Merciless Gladiator\'s Painsaw',41562,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,55,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,335,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32026,2,4,-1,'Merciless Gladiator\'s Pummeler',39278,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32027,2,7,-1,'Merciless Gladiator\'s Quickblade',42379,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32028,2,13,-1,'Merciless Gladiator\'s Right Ripper',42759,4,36864,0,1,0,0,21,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32029,4,3,-1,'Merciless Gladiator\'s Ringmail Armor',46017,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,26,32,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21628,1,0,0,-1,0,-1,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32030,4,3,-1,'Merciless Gladiator\'s Ringmail Gauntlets',46109,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,20,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,38501,1,0,0,-1,0,-1,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32031,4,3,-1,'Merciless Gladiator\'s Ringmail Helm',46507,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,24,32,21,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32032,4,3,-1,'Merciless Gladiator\'s Ringmail Leggings',46022,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32033,4,3,-1,'Merciless Gladiator\'s Ringmail Spaulders',46023,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,20,32,18,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,18379,1,0,0,-1,0,-1,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32034,4,1,-1,'Merciless Gladiator\'s Satin Gloves',46029,4,36864,0,1,0,0,10,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,19,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (32035,4,1,-1,'Merciless Gladiator\'s Satin Hood',46188,4,36864,0,1,0,0,1,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,16,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (32036,4,1,-1,'Merciless Gladiator\'s Satin Leggings',46032,4,36864,0,1,0,0,7,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,66,5,27,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (32037,4,1,-1,'Merciless Gladiator\'s Satin Mantle',46033,4,36864,0,1,0,0,3,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (32038,4,1,-1,'Merciless Gladiator\'s Satin Robe',46035,4,36864,0,1,0,0,20,16,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,57,5,24,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (32039,4,4,-1,'Merciless Gladiator\'s Scaled Chestpiece',46009,4,36864,0,1,0,0,5,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,27,32,24,4,45,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32040,4,4,-1,'Merciless Gladiator\'s Scaled Gauntlets',46010,4,36864,0,1,0,0,10,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,19,32,17,4,41,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32041,4,4,-1,'Merciless Gladiator\'s Scaled Helm',46224,4,36864,0,1,0,0,1,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,26,32,18,4,51,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32042,4,4,-1,'Merciless Gladiator\'s Scaled Legguards',46008,4,36864,0,1,0,0,7,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,5,23,32,23,4,53,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32043,4,4,-1,'Merciless Gladiator\'s Scaled Shoulders',46012,4,36864,0,1,0,0,3,2,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,18,32,18,4,36,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32044,2,15,-1,'Merciless Gladiator\'s Shanker',42380,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32045,4,6,-1,'Merciless Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,2,7,48,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32046,2,15,-1,'Merciless Gladiator\'s Shiv',42380,4,36864,0,1,0,0,22,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,178,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32047,4,1,-1,'Merciless Gladiator\'s Silk Amice',45953,4,36864,0,1,0,0,3,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,15,35,23,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32048,4,1,-1,'Merciless Gladiator\'s Silk Cowl',45954,4,36864,0,1,0,0,1,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,26,32,20,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32049,4,1,-1,'Merciless Gladiator\'s Silk Handguards',45955,4,36864,0,1,0,0,10,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,20,32,19,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32050,4,1,-1,'Merciless Gladiator\'s Silk Raiment',45956,4,36864,0,1,0,0,20,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,21,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32051,4,1,-1,'Merciless Gladiator\'s Silk Trousers',45957,4,36864,0,1,0,0,7,128,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,36,32,29,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32052,2,7,-1,'Merciless Gladiator\'s Slicer',42379,4,36864,0,1,0,0,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,32,19,35,12,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,305,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32053,2,15,-1,'Merciless Gladiator\'s Spellblade',67267,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,18,35,18,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42122,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340), (32054,2,16,-1,'Merciless Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,21,32,16,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,198,0,0,0,0,0,0,0,0,0,0,0,1300,0,100,9335,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32055,2,10,-1,'Merciless Gladiator\'s War Staff',41557,4,36864,0,1,0,0,17,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,55,31,24,32,42,35,29,5,42,0,0,0,0,0,0,0,0,0,0,0,0,90,192,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,42122,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340), (32056,4,2,-1,'Merciless Gladiator\'s Wyrmhide Gloves',45993,4,36864,0,1,0,0,10,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32057,4,2,-1,'Merciless Gladiator\'s Wyrmhide Helm',45998,4,36864,0,1,0,0,1,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,26,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32058,4,2,-1,'Merciless Gladiator\'s Wyrmhide Legguards',47129,4,36864,0,1,0,0,7,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (32059,4,2,-1,'Merciless Gladiator\'s Wyrmhide Spaulders',45996,4,36864,0,1,0,0,3,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,17,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32060,4,2,-1,'Merciless Gladiator\'s Wyrmhide Tunic',45997,4,36864,0,1,0,0,5,1024,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,24,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32061,12,0,0,'Evidence from Alpha',33941,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A collection of clues and items gathered from Stasis Chamber Alpha.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32062,0,2,-1,'Elixir of Major Fortitude',44795,1,0,0,1,5000,1250,0,-1,-1,61,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39625,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32063,0,2,-1,'Earthen Elixir',44794,1,0,0,1,6000,1500,0,-1,-1,63,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39626,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32064,15,0,0,'Protectorate Treasure Cache',44685,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,10000,10000,0,12340), (32067,0,2,-1,'Elixir of Draenic Wisdom',44796,1,0,0,1,6000,1500,0,-1,-1,64,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39627,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32068,0,2,-1,'Elixir of Ironskin',44797,1,0,0,1,6000,1500,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39628,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32069,13,0,-1,'Mana-Tombs Stasis Chamber Key',41387,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39640,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32070,9,6,-1,'Recipe: Earthen Elixir',1102,1,64,0,1,40000,10000,0,32767,-1,64,0,171,320,0,0,0,942,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Earthen Elixir.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32071,9,6,-1,'Recipe: Elixir of Ironskin',1102,1,4160,0,1,0,0,0,32767,-1,66,0,171,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Ironskin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32072,4,4,-1,'Gauntlets of Dissension',44697,4,0,0,1,191433,38286,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,4,4,24,3,23,7,36,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,868,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32073,4,4,-1,'Spaulders of Dementia',44698,4,0,0,1,286066,57213,3,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,25,3,24,7,34,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32074,12,0,0,'Relics of Aviana',12334,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32076,4,3,-1,'Handguards of the Steady',34516,4,0,0,1,165637,33127,10,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,29,5,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32077,4,3,-1,'Wrath Infused Gauntlets',42547,4,0,0,1,166262,33252,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,5,28,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32078,4,3,-1,'Pauldrons of Wild Magic',44699,4,0,0,1,251444,50288,3,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,28,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32079,13,0,-1,'Shaffar\'s Stasis Chamber Key',41387,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39677,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32080,4,2,-1,'Mantle of Shadowy Embrace',44700,4,0,0,1,210152,42030,3,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32081,4,0,-1,'Eye of the Stalker',44703,4,0,0,1,790112,197528,11,262143,32767,110,70,0,0,0,0,0,0,0,1,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32082,4,6,-1,'The Fel Barrier',44710,4,0,0,1,370882,74176,14,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,22,0,0,22,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,115,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32083,4,4,-1,'Faceguard of Determination',44711,4,4096,0,1,0,0,1,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,15,24,7,36,12,32,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32084,4,4,-1,'Helmet of the Steadfast Champion',45803,4,4096,0,1,0,0,1,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32085,4,3,-1,'Warpstalker Helm',43013,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,24,7,36,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32086,4,3,-1,'Storm Master\'s Helmet',34217,4,4096,0,1,0,0,1,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,32,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32087,4,2,-1,'Mask of the Deceiver',44904,4,4096,0,1,0,0,1,32767,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,36,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32088,4,2,-1,'Cowl of Beastly Rage',47180,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,30,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,1,0,0,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32089,4,1,-1,'Mana-Binders Cowl',38932,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,38,5,29,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32090,4,1,-1,'Cowl of Naaru Blessings',38932,4,4096,0,1,0,0,1,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,28,5,29,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32092,13,0,-1,'The Eye of Haramad',44722,3,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39677,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A skeleton key that will open Nexus-Prince Shaffar\'s personal stasis chamber.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32093,4,1,-1,'Chancellor\'s Dreadweave Gloves',41203,4,4096,8192,1,104683,20936,10,256,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,47,35,12,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32094,4,1,-1,'Chancellor\'s Dreadweave Hood',42194,4,4096,8192,1,157625,31525,1,256,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,57,35,16,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32095,4,1,-1,'Chancellor\'s Dreadweave Leggings',41205,4,4096,8192,1,210944,42188,7,256,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,67,35,24,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32096,4,1,-1,'Chancellor\'s Dreadweave Mantle',41206,4,4096,8192,1,158808,31761,3,256,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,37,35,19,31,10,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32097,4,1,-1,'Chancellor\'s Dreadweave Robe',41207,4,4096,8192,1,212543,42508,20,256,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,57,35,16,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32098,4,1,-1,'Chancellor\'s Mooncloth Cowl',42195,4,4096,8192,1,164301,32860,1,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,68,35,21,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32099,4,1,-1,'Chancellor\'s Mooncloth Legguards',41220,4,4096,8192,1,219846,43969,7,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,68,35,25,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32100,4,1,-1,'Chancellor\'s Mooncloth Mitts',41218,4,4096,8192,1,110322,22064,10,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,35,14,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32101,4,1,-1,'Chancellor\'s Mooncloth Shoulderpads',41221,4,4096,8192,1,166084,33216,3,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,51,35,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32102,4,1,-1,'Chancellor\'s Mooncloth Vestments',41222,4,4096,8192,1,222223,44444,20,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,60,35,15,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32103,4,1,-1,'Chancellor\'s Satin Gloves',41218,4,4096,8192,1,111511,22302,10,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,35,14,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32104,4,1,-1,'Chancellor\'s Satin Hood',42195,4,4096,8192,1,167866,33573,1,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,56,35,19,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32105,4,1,-1,'Chancellor\'s Satin Leggings',41220,4,4096,8192,1,224621,44924,7,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,60,35,23,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32106,4,1,-1,'Chancellor\'s Satin Mantle',41221,4,4096,8192,1,169049,33809,3,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,44,35,17,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32107,4,1,-1,'Chancellor\'s Satin Robe',41222,4,4096,8192,1,226198,45239,20,16,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,51,35,15,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32108,4,1,-1,'Chancellor\'s Silk Amice',41187,4,4096,8192,1,154027,30805,3,128,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,34,35,15,32,8,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32109,4,1,-1,'Chancellor\'s Silk Cowl',42196,4,4096,8192,1,154627,30925,1,128,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,47,32,17,35,19,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32110,4,1,-1,'Chancellor\'s Silk Handguards',41189,4,4096,8192,1,103473,20694,10,128,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,38,32,17,35,17,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32111,4,1,-1,'Chancellor\'s Silk Raiment',41190,4,4096,8192,1,207746,41549,20,128,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,48,32,17,35,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32112,4,1,-1,'Chancellor\'s Silk Trousers',41191,4,4096,8192,1,208546,41709,7,128,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,56,32,22,35,22,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32113,4,2,-1,'Chancellor\'s Dragonhide Gloves',43573,4,4096,8192,1,130841,26168,10,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,3,17,35,16,5,16,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32114,4,2,-1,'Chancellor\'s Dragonhide Helm',41796,4,4096,8192,1,202358,40471,1,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,48,3,22,35,21,5,14,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32115,4,2,-1,'Chancellor\'s Dragonhide Legguards',41210,4,4096,8192,1,270810,54162,7,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,60,3,23,35,22,5,22,50,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32116,4,2,-1,'Chancellor\'s Dragonhide Spaulders',41211,4,4096,8192,1,203857,40771,3,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,44,3,17,35,13,5,8,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32117,4,2,-1,'Chancellor\'s Dragonhide Tunic',41212,4,4096,8192,1,272809,54561,5,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,53,3,18,35,18,5,14,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32118,4,2,-1,'Chancellor\'s Kodohide Gloves',43573,4,4096,8192,1,136890,27378,10,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,41,35,14,5,23,6,10,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32119,4,2,-1,'Chancellor\'s Kodohide Helm',41796,4,4096,8192,1,206085,41217,1,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,43,35,19,5,20,6,16,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32120,4,2,-1,'Chancellor\'s Leather Legguards',41215,4,4096,8192,1,275780,55156,7,8,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,47,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32121,4,2,-1,'Chancellor\'s Kodohide Spaulders',41211,4,4096,8192,1,207564,41512,3,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,43,35,17,5,12,6,6,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32122,4,2,-1,'Chancellor\'s Kodohide Legguards',41210,4,4096,8192,1,277751,55550,7,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,56,35,20,5,29,6,20,50,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32123,4,2,-1,'Chancellor\'s Kodohide Tunic',41212,4,4096,8192,1,278751,55750,5,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,44,35,18,5,19,6,12,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32124,4,2,-1,'Chancellor\'s Leather Gloves',41213,4,4096,8192,1,139875,27975,10,8,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,36,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32125,4,2,-1,'Chancellor\'s Leather Helm',41797,4,4096,8192,1,210542,42108,1,8,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,38,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32126,4,2,-1,'Chancellor\'s Leather Spaulders',41216,4,4096,8192,1,211291,42258,3,8,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,36,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32127,4,2,-1,'Chancellor\'s Leather Tunic',41217,4,4096,8192,1,282721,56544,5,8,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,38,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32128,4,2,-1,'Chancellor\'s Wyrmhide Gloves',43573,4,4096,8192,1,128342,25668,10,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,33,35,14,5,27,6,10,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32129,4,2,-1,'Chancellor\'s Wyrmhide Helm',41796,4,4096,8192,1,193243,38648,1,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,36,35,17,5,29,6,16,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32130,4,2,-1,'Chancellor\'s Wyrmhide Legguards',41210,4,4096,8192,1,265814,53162,7,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,50,35,20,5,33,6,20,50,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32131,4,2,-1,'Chancellor\'s Wyrmhide Spaulders',41211,4,4096,8192,1,200110,40022,3,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,43,35,17,5,12,6,6,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32132,4,2,-1,'Chancellor\'s Wyrmhide Tunic',41212,4,4096,8192,1,267812,53562,5,1024,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,44,35,18,5,19,6,12,50,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32133,4,3,-1,'Chancellor\'s Chain Armor',41196,4,4096,8192,1,322542,64508,5,4,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,48,3,20,32,12,35,16,36,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32134,4,3,-1,'Chancellor\'s Chain Gauntlets',41198,4,4096,8192,1,161870,32374,10,4,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,30,3,21,32,11,35,14,36,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32135,4,3,-1,'Chancellor\'s Chain Helm',41200,4,4096,8192,1,243705,48741,1,4,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,38,3,20,32,14,35,15,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32136,4,3,-1,'Chancellor\'s Chain Leggings',41201,4,4096,8192,1,326107,65221,7,4,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,41,3,28,32,14,35,25,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32137,4,3,-1,'Chancellor\'s Chain Spaulders',41202,4,4096,8192,1,246570,49314,3,4,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,28,3,14,32,17,35,16,36,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32138,4,3,-1,'Chancellor\'s Linked Armor',32103,4,4096,8192,1,328505,65701,5,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,3,12,32,14,35,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32139,4,3,-1,'Chancellor\'s Linked Gauntlets',32100,4,4096,8192,1,164852,32970,10,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,33,3,21,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32140,4,3,-1,'Chancellor\'s Linked Helm',32133,4,4096,8192,1,248153,49630,1,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,30,3,20,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32141,4,3,-1,'Chancellor\'s Linked Leggings',32127,4,4096,8192,1,332070,66414,7,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,3,22,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32142,4,3,-1,'Chancellor\'s Linked Spaulders',32128,4,4096,8192,1,251063,50212,3,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,33,3,13,32,17,35,13,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32143,4,3,-1,'Chancellor\'s Mail Armor',32103,4,4096,8192,1,334469,66893,5,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,47,32,18,35,18,6,12,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32144,4,3,-1,'Chancellor\'s Mail Gauntlets',32100,4,4096,8192,1,167817,33563,10,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,39,32,14,35,13,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32145,4,3,-1,'Chancellor\'s Mail Helm',32133,4,4096,8192,1,252626,50525,1,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,45,32,16,35,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32146,4,3,-1,'Chancellor\'s Mail Leggings',32127,4,4096,8192,1,314180,62836,7,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,52,32,22,35,22,5,28,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32147,4,3,-1,'Chancellor\'s Mail Spaulders',32128,4,4096,8192,1,237586,47517,3,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,39,32,12,35,12,6,10,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32148,4,3,-1,'Chancellor\'s Ringmail Chestguard',32103,4,32768,0,1,0,0,5,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,22,21,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32149,4,3,-1,'Chancellor\'s Ringmail Gloves',32100,4,4096,8192,1,158872,31774,10,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,41,32,14,35,13,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32150,4,3,-1,'Chancellor\'s Ringmail Headpiece',32133,4,4096,8192,1,239208,47841,1,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,48,32,16,35,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32151,4,3,-1,'Chancellor\'s Ringmail Legguards',32127,4,4096,8192,1,320111,64022,7,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,54,32,22,35,22,5,28,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32152,4,3,-1,'Chancellor\'s Ringmail Shoulders',32128,4,4096,8192,1,242054,48410,3,64,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,41,32,12,35,12,6,10,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32153,4,4,-1,'Chancellor\'s Lamellar Chestpiece',38292,4,4096,8192,1,376261,75252,5,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,50,32,21,35,22,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32154,4,4,-1,'Chancellor\'s Lamellar Gauntlets',30321,4,4096,8192,1,189909,37981,10,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,32,19,35,12,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32155,4,4,-1,'Chancellor\'s Lamellar Helm',38294,4,4096,8192,1,283724,56744,1,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,45,32,20,35,20,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32156,4,4,-1,'Chancellor\'s Lamellar Legguards',38295,4,4096,8192,1,380420,76084,7,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,53,32,24,35,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32157,4,4,-1,'Chancellor\'s Lamellar Shoulders',38296,4,4096,8192,1,285819,57163,3,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,41,32,15,35,14,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32158,4,4,-1,'Chancellor\'s Ornamented Chestplate',38292,4,4096,8192,1,383218,76643,5,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,55,32,21,35,22,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32159,4,4,-1,'Chancellor\'s Ornamented Gloves',30321,4,4096,8192,1,193388,38677,10,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,45,32,19,35,12,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32160,4,4,-1,'Chancellor\'s Ornamented Headguard',38294,4,4096,8192,1,288932,57786,1,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,50,32,20,35,20,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32161,4,4,-1,'Chancellor\'s Ornamented Leggings',38295,4,4096,8192,1,387378,77475,7,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,59,32,24,35,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32162,4,4,-1,'Chancellor\'s Ornamented Spaulders',38296,4,4096,8192,1,270195,54039,3,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,44,32,15,35,14,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32163,4,4,-1,'Chancellor\'s Plate Chestpiece',41183,4,4096,8192,1,362309,72461,5,1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32164,4,4,-1,'Chancellor\'s Plate Gauntlets',26753,4,4096,8192,1,182893,36578,10,1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32165,4,4,-1,'Chancellor\'s Plate Helm',41184,4,4096,8192,1,273308,54661,1,1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32166,4,4,-1,'Chancellor\'s Plate Legguards',41185,4,4096,8192,1,366468,73293,7,1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32167,4,4,-1,'Chancellor\'s Plate Shoulders',41186,4,4096,8192,1,275375,55075,3,1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32168,4,4,-1,'Chancellor\'s Scaled Chestpiece',38292,4,4096,8192,1,369266,73853,5,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,4,33,32,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32169,4,4,-1,'Chancellor\'s Scaled Gauntlets',30321,4,4096,8192,1,186391,37278,10,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,25,4,33,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32170,4,4,-1,'Chancellor\'s Scaled Helm',38294,4,4096,8192,1,278488,55697,1,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,30,4,35,32,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32171,4,4,-1,'Chancellor\'s Scaled Legguards',38295,4,4096,8192,1,373425,74685,7,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,42,4,43,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32172,4,4,-1,'Chancellor\'s Scaled Shoulders',38296,4,4096,8192,1,280583,56116,3,2,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,31,33,7,18,35,10,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32173,2,4,-1,'Chancellor\'s Bonecracker',42080,4,4096,8192,1,537462,107492,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32174,2,0,-1,'Chancellor\'s Cleaver',42082,4,4096,8192,1,539407,107881,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32175,2,0,-1,'Chancellor\'s Hacker',40960,4,4096,8192,1,541405,108281,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32176,2,4,-1,'Chancellor\'s Pummeler',42080,4,4096,8192,1,543404,108680,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32177,2,7,-1,'Chancellor\'s Quickblade',42087,4,4096,8192,1,545402,109080,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32178,2,15,-1,'Chancellor\'s Shanker',42090,4,4096,8192,1,561661,112332,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32179,2,15,-1,'Chancellor\'s Shiv',42090,4,4096,8192,1,563660,112732,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32180,2,7,-1,'Chancellor\'s Slicer',42087,4,4096,8192,1,565658,113131,13,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32181,2,5,-1,'Chancellor\'s Bonegrinder',42081,4,4096,8192,1,641984,128396,17,262143,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,4,31,32,31,35,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32182,2,1,-1,'Chancellor\'s Decapitator',42083,4,4096,8192,1,644414,128882,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,32,31,35,21,31,20,38,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32183,2,5,-1,'Chancellor\'s Maul',40958,4,4096,8192,1,646913,129382,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,4,31,32,31,35,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32184,2,6,-1,'Chancellor\'s Painsaw',42086,4,4096,8192,1,649411,129882,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,32,31,35,21,31,20,38,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32185,2,10,-1,'Chancellor\'s War Staff',42091,4,4096,8704,1,651842,130368,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,69,31,21,32,31,35,20,45,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32186,2,8,-1,'Chancellor\'s Warblade',31996,4,4096,8192,1,654340,130868,17,262143,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,46,32,31,35,21,4,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32187,2,18,-1,'Chancellor\'s Heavy Crossbow',42084,4,4096,8192,1,394103,78820,26,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,15,32,10,35,9,39,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32188,2,13,-1,'Chancellor\'s Left Ripper',42085,4,4096,8192,1,527469,105493,22,262143,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32189,2,13,-1,'Chancellor\'s Right Ripper',42088,4,4096,8192,1,529414,105882,21,262143,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,21,32,13,35,9,31,8,38,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32190,2,15,-1,'Chancellor\'s Spellblade',31379,4,4096,8704,1,531412,106282,21,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,30,35,13,31,13,45,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32192,4,6,-1,'Chancellor\'s Barricade',40976,4,4096,8192,1,342662,68532,14,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,7,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32193,3,0,-1,'Bold Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,541,-1,0,0,0,0,'',0,0,0,0,0,12340), (32194,3,0,-1,'Delicate Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,542,-1,0,0,0,0,'',0,0,0,0,0,12340), (32195,3,0,-1,'Teardrop Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,543,-1,0,0,0,0,'',0,0,0,0,0,12340), (32196,3,0,-1,'Runed Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,544,-1,0,0,0,0,'',0,0,0,0,0,12340), (32197,3,0,-1,'Bright Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,545,-1,0,0,0,0,'',0,0,0,0,0,12340), (32198,3,0,-1,'Subtle Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,546,-1,0,0,0,0,'',0,0,0,0,0,12340), (32199,3,0,-1,'Flashing Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,547,-1,0,0,0,0,'',0,0,0,0,0,12340), (32200,3,1,-1,'Solid Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,548,-1,0,0,0,0,'',0,0,0,0,0,12340), (32201,3,1,-1,'Sparkling Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,549,-1,0,0,0,0,'',0,0,0,0,0,12340), (32202,3,1,-1,'Lustrous Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,550,-1,0,0,0,0,'',0,0,0,0,0,12340), (32203,3,1,-1,'Stormy Empyrean Sapphire',44930,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,551,-1,0,0,0,0,'',0,0,0,0,0,12340), (32204,3,2,-1,'Brilliant Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,552,-1,0,0,0,0,'',0,0,0,0,0,12340), (32205,3,2,-1,'Smooth Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,553,-1,0,0,0,0,'',0,0,0,0,0,12340), (32206,3,2,-1,'Rigid Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,554,-1,0,0,0,0,'',0,0,0,0,0,12340), (32207,3,2,-1,'Gleaming Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,555,-1,0,0,0,0,'',0,0,0,0,0,12340), (32208,3,2,-1,'Thick Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,556,-1,0,0,0,0,'',0,0,0,0,0,12340), (32209,3,2,-1,'Mystic Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,557,-1,0,0,0,0,'',0,0,0,0,0,12340), (32210,3,2,-1,'Great Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,558,-1,0,0,0,0,'',0,0,0,0,0,12340), (32211,3,3,-1,'Sovereign Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,559,-1,0,0,0,0,'',0,0,0,0,0,12340), (32212,3,3,-1,'Shifting Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,560,-1,0,0,0,0,'',0,0,0,0,0,12340), (32213,3,3,-1,'Balanced Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,561,-1,0,0,0,0,'',0,0,0,0,0,12340), (32214,3,3,-1,'Infused Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,562,-1,0,0,0,0,'',0,0,0,0,0,12340), (32215,3,3,-1,'Glowing Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,563,-1,0,0,0,0,'',0,0,0,0,0,12340), (32216,3,3,-1,'Royal Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,564,-1,0,0,0,0,'',0,0,0,0,0,12340), (32217,3,5,-1,'Inscribed Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,565,-1,0,0,0,0,'',0,0,0,0,0,12340), (32218,3,5,-1,'Potent Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,566,-1,0,0,0,0,'',0,0,0,0,0,12340), (32219,3,5,-1,'Luminous Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,567,-1,0,0,0,0,'',0,0,0,0,0,12340), (32220,3,5,-1,'Glinting Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,568,-1,0,0,0,0,'',0,0,0,0,0,12340), (32221,3,5,-1,'Veiled Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,569,-1,0,0,0,0,'',0,0,0,0,0,12340), (32222,3,5,-1,'Wicked Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,570,-1,0,0,0,0,'',0,0,0,0,0,12340), (32223,3,4,-1,'Enduring Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,571,-1,0,0,0,0,'',0,0,0,0,0,12340), (32224,3,4,-1,'Radiant Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,572,-1,0,0,0,0,'',0,0,0,0,0,12340), (32225,3,4,-1,'Dazzling Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,573,-1,0,0,0,0,'',0,0,0,0,0,12340), (32226,3,4,-1,'Jagged Seaspray Emerald',44921,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,574,-1,0,0,0,0,'',0,0,0,0,0,12340), (32227,3,0,-1,'Crimson Spinel',44919,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32228,3,1,-1,'Empyrean Sapphire',44929,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32229,3,2,-1,'Lionseye',44925,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32230,3,3,-1,'Shadowsong Amethyst',44923,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32231,3,5,-1,'Pyrestone',44928,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32232,4,4,-1,'Eternium Shell Bracers',45289,4,0,0,1,253195,50639,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,52,12,17,13,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32233,15,2,-1,'Wolpertinger\'s Tankard',45596,3,64,0,1,5000,1250,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,39709,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32234,4,3,-1,'Fists of Mukoa',45712,4,0,0,1,217339,43467,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,3,25,36,37,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32235,4,2,-1,'Cursed Vision of Sargeras',52634,4,0,0,1,290528,58105,1,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,4,3,39,32,38,7,46,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,47524,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32236,2,0,-1,'Rising Tide',44959,4,0,0,1,729697,145939,13,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,31,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,313,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32237,2,15,-1,'The Maelstrom\'s Fury',45294,4,0,0,1,732313,146462,21,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42111,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340), (32238,4,0,-1,'Ring of Calming Waves',39123,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,19,32,24,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32239,4,1,-1,'Slippers of the Seacaller',45732,4,4096,0,1,221242,44248,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,18,32,29,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32240,4,2,-1,'Guise of the Tidal Lurker',45721,4,0,0,1,277534,55506,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32241,4,3,-1,'Helm of Soothing Currents',45764,4,0,0,1,302371,60474,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,1,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32242,4,3,-1,'Boots of Oceanic Fury',45278,4,0,0,1,313333,62666,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,36,7,28,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32243,4,4,-1,'Pearl Inlaid Boots',45332,4,0,0,1,364616,72923,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,27,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32244,12,0,0,'Seer\'s Stone',24675,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39750,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A plain-looking stone imbued with powerful magic.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32245,4,4,-1,'Tide-stomper\'s Greaves',45349,4,0,0,1,367357,73471,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,13,29,12,19,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32247,4,0,-1,'Ring of Captured Storms',39129,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,32,29,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32248,2,6,-1,'Halberd of Desolation',45318,4,0,0,1,886051,177210,17,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,51,7,57,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,548,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32249,3,4,-1,'Seaspray Emerald',44922,4,0,0,1,0,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32250,4,4,-1,'Pauldrons of Abyssal Fury',45760,4,4096,0,1,374137,74827,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,72,12,28,13,24,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32251,4,3,-1,'Wraps of Precise Flight',45358,4,0,0,1,214985,42997,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,18,7,28,5,20,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32252,4,2,-1,'Nether Shadow Tunic',45327,4,0,0,1,359617,71923,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,52,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32253,2,18,-1,'Legionkiller',45491,4,0,0,1,541334,108266,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,342,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32254,2,0,-1,'The Brutalizer',44960,4,0,0,1,724395,144879,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,12,22,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,193,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32255,4,6,-1,'Felstone Bulwark',44869,4,0,0,1,465287,93057,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,21,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32256,4,1,-1,'Waistwrap of Infinity',45356,4,0,0,1,145925,29185,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32257,4,8,-1,'Idol of the White Stag',45315,4,0,0,1,219651,43930,28,32767,-1,141,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32258,4,3,-1,'Naturalist\'s Preserving Cinch',45765,4,0,0,1,204825,40965,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,30,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32259,4,3,-1,'Bands of the Coming Storm',45762,4,0,0,1,205610,41122,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,21,7,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32260,4,0,-1,'Choker of Endless Nightmares',39214,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,32,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32261,4,0,-1,'Band of the Abyssal Lord',44357,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,53,12,27,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32262,2,4,-1,'Syphon of the Nathrezim',45345,4,0,0,1,693145,138629,13,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,14056,1,0,0,-1,0,-1,40291,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32263,4,4,-1,'Praetorian\'s Legguards',45334,4,4096,0,1,487033,97406,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,75,14,29,13,28,31,18,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,4,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32264,4,3,-1,'Shoulders of the Hidden Predator',45731,4,0,0,1,315634,63126,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,38,7,37,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32265,4,2,-1,'Shadow-walker\'s Cord',45730,4,0,0,1,175230,35046,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32266,4,0,-1,'Ring of Deceitful Intent',44358,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,3,21,31,19,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32267,4,4,-1,'Boots of the Resilient',45918,4,4096,0,1,338493,67698,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,51,12,17,4,25,15,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32268,4,4,-1,'Myrmidon\'s Treads',45324,4,0,0,1,371358,74271,8,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,56,12,30,31,17,13,17,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32269,2,15,-1,'Messenger of Fate',47605,4,0,0,1,711315,142263,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,3,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,169,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32270,4,1,-1,'Focused Mana Bindings',45292,4,0,0,1,142786,28557,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32271,4,2,-1,'Kilt of Immortal Nature',45724,4,4096,0,1,358273,71654,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32273,4,1,-1,'Amice of Brilliant Light',45704,4,0,0,1,216512,43302,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32274,9,10,-1,'Design: Bold Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32275,4,3,-1,'Spiritwalker Gauntlets',45670,4,0,0,1,202471,40494,10,32767,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,27,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32276,4,3,-1,'Flashfire Girdle',45763,4,0,0,1,203235,40647,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,37,7,27,5,26,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32277,9,10,-1,'Design: Delicate Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32278,4,4,-1,'Grips of Silent Justice',46487,4,0,0,1,240304,48060,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,37,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32279,4,4,-1,'The Seeker\'s Wristguards',45347,4,0,0,1,241200,48240,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,15,19,12,21,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32280,4,4,-1,'Gauntlets of Enforcement',45715,4,4096,0,1,242120,48424,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,70,12,21,37,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,42104,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32281,9,10,-1,'Design: Teardrop Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32282,9,10,-1,'Design: Runed Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32283,9,10,-1,'Design: Bright Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32284,9,10,-1,'Design: Subtle Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32285,9,10,-1,'Design: Flashing Crimson Spinel',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32286,9,10,-1,'Design: Solid Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32287,9,10,-1,'Design: Sparkling Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32288,9,10,-1,'Design: Lustrous Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32289,9,10,-1,'Design: Stormy Empyrean Sapphire',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32290,9,10,-1,'Design: Brilliant Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32291,9,10,-1,'Design: Smooth Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32292,9,10,-1,'Design: Rigid Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32293,9,10,-1,'Design: Gleaming Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39722,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32294,9,10,-1,'Design: Thick Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32295,9,10,-1,'Design: Mystic Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32296,9,10,-1,'Design: Great Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Great Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32297,9,10,-1,'Design: Sovereign Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32298,9,10,-1,'Design: Shifting Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32299,9,10,-1,'Design: Balanced Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32300,9,10,-1,'Design: Infused Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32301,9,10,-1,'Design: Glowing Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32302,9,10,-1,'Design: Royal Shadowsong Amethyst',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32303,9,10,-1,'Design: Inscribed Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32304,9,10,-1,'Design: Potent Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Potent Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32305,9,10,-1,'Design: Luminous Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32306,9,10,-1,'Design: Glinting Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32307,9,10,-1,'Design: Veiled Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32308,9,10,-1,'Design: Wicked Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32309,9,10,-1,'Design: Enduring Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32310,9,10,-1,'Design: Radiant Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32311,9,10,-1,'Design: Dazzling Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32312,9,10,-1,'Design: Jagged Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32313,12,0,0,'Raven Stone',41350,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fragment of the stone Book of the Raven.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32314,15,5,-1,'Green Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39798,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32315,12,0,0,'Cenarion Sparrowhawk Whistle',12997,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39793,0,0,0,45000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32316,15,5,-1,'Purple Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39801,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32317,15,5,-1,'Red Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39800,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32318,15,5,-1,'Silver Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39802,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32319,15,5,-1,'Blue Riding Nether Ray',44739,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,39803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32320,12,0,0,'Captive Sparrowhawk',44756,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A netted wild sparrowhawk from the hills of Nagrand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32321,12,0,-1,'Sparrowhawk Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39810,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32323,4,1,-1,'Shadowmoon Destroyer\'s Drape',45886,4,0,0,1,214264,42852,16,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,24,31,17,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32324,4,2,-1,'Insidious Bands',47436,4,0,0,1,179207,35841,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,28,7,28,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32325,2,3,-1,'Rifle of the Stoic Guardian',44962,4,0,0,1,539531,107906,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,31,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,224,0,0,0,0,0,0,0,0,0,0,0,1900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32326,2,16,-1,'Twisted Blades of Zarak',45738,4,4198400,0,1,145472,36368,25,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,32,16,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,219,0,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32327,4,1,-1,'Robe of the Shadow Council',45335,4,0,0,1,289843,57968,20,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,32,28,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,42108,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32328,4,2,-1,'Botanist\'s Gloves of Growth',45707,4,0,0,1,181788,36357,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,21,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32329,4,1,-1,'Cowl of Benevolence',47433,4,0,0,1,218930,43786,1,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32330,4,9,-1,'Totem of Ancestral Guidance',43430,4,0,0,1,219715,43943,28,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32331,4,1,-1,'Cloak of the Illidari Council',45885,4,0,0,1,220500,44100,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,16,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32332,2,5,-1,'Torch of the Damned',45350,4,0,0,1,921932,184386,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,51,7,45,32,38,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,595,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32333,4,4,-1,'Girdle of Stability',45299,4,0,0,1,260536,52107,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,12,19,13,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32334,4,3,-1,'Vest of Mounting Assault',45355,4,0,0,1,403203,80640,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,58,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32335,4,0,-1,'Unstoppable Aggressor\'s Ring',44841,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,4,36,32,30,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32336,2,2,-1,'Black Bow of the Betrayer',45485,4,0,0,1,541167,108233,15,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,374,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,46939,1,0,0,-1,0,-1,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32337,4,1,-1,'Shroud of Forgiveness',46490,4,0,0,1,203935,40787,16,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32338,4,1,-1,'Blood-cursed Shoulderpads',45705,4,0,0,1,204719,40943,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,19,31,18,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32339,4,2,-1,'Belt of Primal Majesty',45264,4,0,0,1,175937,35187,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32340,4,1,-1,'Garments of Temperance',45714,4,4096,0,1,282518,56503,20,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,51,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32341,4,4,-1,'Leggings of Divine Retribution',46488,4,4096,0,1,496238,99247,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,4,51,7,51,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,42157,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32342,4,4,-1,'Girdle of Mighty Resolve',45298,4,0,0,1,250457,50091,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,56,12,26,15,25,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32343,2,19,-1,'Wand of Prismatic Focus',45357,4,0,0,1,535554,107110,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,21,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32344,2,10,-1,'Staff of Immaculate Recovery',47434,4,0,0,1,895861,179172,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,51,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,312,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42110,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340), (32345,4,4,-1,'Dreadboots of the Legion',45287,4,0,0,1,376915,75383,8,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,7,40,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32346,4,3,-1,'Boneweave Girdle',45277,4,0,0,1,216576,43315,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,38,32,24,31,17,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32347,4,2,-1,'Grips of Damnation',45718,4,0,0,1,181116,36223,10,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,27,7,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32348,2,1,-1,'Soul Cleaver',45492,4,0,0,1,908852,181770,17,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,63,4,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,579,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32349,4,0,-1,'Translucent Spellthread Necklace',45351,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,31,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32350,4,0,-1,'Touch of Inspiration',41453,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32351,4,2,-1,'Elunite Empowered Bracers',45288,4,0,0,1,183714,36742,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,22,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32352,4,2,-1,'Naturewarden\'s Treads',45326,4,0,0,1,276553,55310,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,18,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32353,4,1,-1,'Gloves of Unfailing Faith',45716,4,0,0,1,148018,29603,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,25,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32354,4,4,-1,'Crown of Empowered Fate',45843,4,0,0,1,352094,70418,1,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32355,12,0,0,'Essence of the Eagle',44771,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32356,12,0,0,'Essence of the Hawk',44770,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32357,12,0,0,'Essence of the Falcon',44772,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32358,12,0,-1,'Vim\'gol\'s Vile Grimoire',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It veritably seethes with malevolence.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32359,12,0,0,'Arthorn\'s Package',34778,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32361,4,0,-1,'Blind-Seers Icon',45275,4,0,0,1,1015299,203059,23,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,25,31,24,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32362,4,0,-1,'Pendant of Titans',4841,4,0,0,1,345774,86443,2,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,21,13,25,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32363,2,19,-1,'Naaru-Blessed Life Rod',41668,4,0,0,1,535501,107100,26,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,12,7,12,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32364,12,0,0,'Southfury Moonstone',12310,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32365,4,4,-1,'Heartshatter Breastplate',45311,4,0,0,1,503464,100692,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,63,7,45,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32366,4,2,-1,'Shadowmaster\'s Boots',45729,4,0,0,1,270667,54133,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,38,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2887,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32367,4,1,-1,'Leggings of Devastation',45319,4,0,0,1,289758,57951,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,42,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32368,4,7,-1,'Tome of the Lightbringer',34960,4,4096,0,1,218103,43620,28,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32369,2,7,7,'Blade of Savagery',47226,4,0,0,1,729627,145925,13,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,22,31,15,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32370,4,0,-1,'Nadina\'s Pendant of Purity',39212,4,0,0,1,411111,102777,2,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,14,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32373,4,4,-1,'Helm of the Illidari Shatterer',45722,4,0,0,1,360504,72100,1,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,51,32,42,7,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32374,2,10,-1,'Zhar\'doom, Greatstaff of the Devourer',45161,4,0,0,1,919743,183948,17,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,47,32,36,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,323,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,42062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340), (32375,4,6,-1,'Bulwark of Azzinoth',45653,4,0,0,1,472692,94538,14,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,40,12,26,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6336,0,0,0,0,0,0,0,0,0,40407,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,174,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32376,4,3,-1,'Forest Prowler\'s Helm',45713,4,0,0,1,313092,62618,1,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,42,7,29,5,28,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32377,4,2,-1,'Mantle of Darkness',45816,4,0,0,1,261865,52373,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,32,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32378,2,16,-1,'Silver Star',20772,2,4194304,0,1,37,9,25,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,77,0,0,0,0,0,0,0,0,0,0,0,2300,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (32379,12,0,-1,'Grulloc\'s Dragon Skull',44783,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This polished trophy is huge!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32380,12,0,-1,'Maggoc\'s Treasure Chest',12331,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Darn, it\'s empty.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32381,9,3,-1,'Schematic: Fused Wiring',1301,1,64,0,1,16000,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39895,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Fused Wiring.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32382,12,0,-1,'Slaag\'s Standard',19562,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Torn and dirty, it smells as bad as Slaag.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32383,12,0,-1,'Skulloc\'s Soul',44798,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'EVIL!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32385,15,0,0,'Magtheridon\'s Head',7188,4,0,2,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of the hellspawn, Magtheridon.',0,0,0,11002,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32386,15,0,0,'Magtheridon\'s Head',7188,4,0,1,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of the hellspawn, Magtheridon.',0,0,0,11003,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32387,4,8,-1,'Idol of the Raven Goddess',45754,3,0,0,1,125484,25096,28,32767,-1,115,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62106,1,0,0,-1,0,-1,62107,1,0,0,-1,0,-1,62111,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32388,12,0,-1,'Shadow Dust',2480,1,0,0,1,585,146,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to create an Elixir of Shadows.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32389,4,1,-1,'Soulguard Leggings',42917,4,0,0,1,251440,50288,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32390,4,1,-1,'Soulguard Girdle',44824,4,0,0,1,126205,25241,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32391,4,1,-1,'Soulguard Slippers',45787,4,0,0,1,190037,38007,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32392,4,1,-1,'Soulguard Bracers',44826,4,0,0,1,127163,25432,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32393,4,2,-1,'Redeemed Soul Cinch',44829,4,0,0,1,159561,31912,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32394,4,2,-1,'Redeemed Soul Moccasins',44830,4,0,0,1,240252,48050,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32395,4,2,-1,'Redeemed Soul Wristguards',44831,4,0,0,1,160775,32155,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32396,4,2,-1,'Redeemed Soul Legguards',44828,4,0,0,1,322731,64546,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32397,4,3,-1,'Waistguard of Shackled Souls',44836,4,0,0,1,194366,38873,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32398,4,3,-1,'Boots of Shackled Souls',45786,4,0,0,1,293943,58788,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32399,4,3,-1,'Bracers of Shackled Souls',44835,4,0,0,1,195823,39164,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32400,4,3,-1,'Greaves of Shackled Souls',44833,4,0,0,1,393063,78612,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,799,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32401,4,4,-1,'Shadesteel Girdle',27429,4,0,0,1,231451,46290,6,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32402,4,4,-1,'Shadesteel Sabots',45785,4,0,0,1,345819,69163,8,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,54,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32403,4,4,-1,'Shadesteel Bracers',44839,4,0,0,1,239279,47855,9,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32404,4,4,-1,'Shadesteel Greaves',44837,4,0,0,1,477493,95498,7,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1428,0,0,0,0,72,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32405,15,0,0,'Verdant Sphere',26571,4,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A magical sphere belonging to the lord of the blood elves.',0,0,0,11007,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32406,0,0,-1,'Skyguard Blasting Charges',45135,1,8388672,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39844,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32407,2,11,-1,'Creature - Maiev\'s Glaive',44842,3,0,8704,1,418194,83638,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,7,28,31,16,45,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The edges yearn for Illidan\'s Blood.',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32408,0,0,-1,'Naj\'entus Spine',44843,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39948,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32409,3,6,-1,'Relentless Earthstorm Diamond',39203,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,581,-1,0,0,0,0,'',0,0,0,0,0,12340), (32410,3,6,-1,'Thundering Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,582,-1,0,0,0,0,'',0,0,0,0,0,12340), (32411,9,10,-1,'Design: Thundering Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39963,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thundering Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32412,9,10,-1,'Design: Relentless Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32413,7,2,-1,'Frost Grenade',52741,1,64,0,1,10000,2500,0,-1,-1,65,0,202,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39965,0,-1,-1,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32414,4,4,-1,'Tom\'s Legs A',40487,4,4096,8192,1,0,0,7,1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,4,37,7,54,32,29,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32415,4,4,-1,'Tom\'s Legs B',40487,4,4096,8192,1,0,0,7,1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,4,40,7,58,32,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32416,4,4,-1,'Tom\'s Legs C',40487,4,4096,8192,1,0,0,7,1,-1,138,70,0,0,0,0,0,0,0,0,1,0,0,4,45,7,66,32,35,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32417,4,4,-1,'Tom\'s Legs 1',40487,4,4096,8192,1,0,0,7,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,4,41,7,60,32,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32418,4,4,-1,'Tom\'s Legs 2',40487,4,4096,8192,1,0,0,7,1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,4,46,7,69,32,35,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32419,4,4,-1,'Tom\'s Legs 3',40487,4,4096,8192,1,0,0,7,1,-1,145,70,0,0,0,0,0,0,0,0,1,0,0,4,54,7,79,32,41,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32420,4,1,-1,'Night\'s End',45480,4,0,0,1,201727,40345,16,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,40,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32421,2,1,-1,'Tom\'s Axe A',43539,4,0,8192,1,644009,128801,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,0,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32422,2,1,-1,'Tom\'s Axe B',43539,4,0,8192,1,782144,156428,17,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32423,7,1,-1,'Icy Blasting Primers',36527,1,0,0,1,8000,2000,0,-1,-1,68,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32427,15,0,0,'Netherwing Crystal',33296,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32428,7,11,-1,'Heart of Darkness',44851,3,0,0,1,80000,20000,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32429,9,1,-1,'Pattern: Boots of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Boots of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32430,9,1,-1,'Pattern: Bracers of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,52733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bracers of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32431,9,1,-1,'Pattern: Greaves of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40001,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Greaves of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32432,9,1,-1,'Pattern: Waistguard of Shackled Souls',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Waistguard of Shackled Souls.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32433,9,1,-1,'Pattern: Redeemed Soul Moccasins',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Moccasins.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32434,9,1,-1,'Pattern: Redeemed Soul Wristguards',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Wristguards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32435,9,1,-1,'Pattern: Redeemed Soul Legguards',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Redeemed Soul Legguards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32436,9,1,-1,'Pattern: Redeemed Soul Cinch',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,165,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Redeemed Soul Cinch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32437,9,2,-1,'Pattern: Soulguard Slippers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Slippers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32438,9,2,-1,'Pattern: Soulguard Bracers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40021,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32439,9,2,-1,'Pattern: Soulguard Leggings',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Soulguard Leggings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32440,9,2,-1,'Pattern: Soulguard Girdle',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Soulguard Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32441,9,4,-1,'Plans: Shadesteel Sabots',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40033,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Sabots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32442,9,4,-1,'Plans: Shadesteel Bracers',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32443,9,4,-1,'Plans: Shadesteel Greaves',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40035,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadesteel Greaves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32444,9,4,-1,'Plans: Shadesteel Girdle',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,164,375,0,0,0,1012,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40036,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Shadesteel Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32445,4,0,-1,'Skyguard Tabard',44852,1,0,0,1,10000,2500,19,-1,-1,20,70,0,0,0,0,0,1031,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32446,12,0,-1,'Elixir of Shadows',9731,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37678,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32447,9,2,-1,'Pattern: Night\'s End',2571,1,64,0,1,80000,20000,0,-1,-1,75,0,197,375,0,0,0,1012,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,40060,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Night\'s End.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32449,12,0,0,'Essence-Infused Moonstone',24730,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40098,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32450,2,4,-1,'Gladiator\'s Gavel',44858,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,41973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340), (32451,2,4,-1,'Gladiator\'s Salvation',44858,4,36864,0,1,0,0,21,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,110,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42120,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-49.8,0,0,0,'',0,0,0,0,0,12340), (32452,4,0,-1,'Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32453,0,5,-1,'Star\'s Tears',38430,1,2097152,4,1,10000,125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32454,15,0,0,'Arthorn\'s Research',7694,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arthorn Windsong\'s notes from her studies of the Book of the Raven.',3002,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32455,0,5,-1,'Star\'s Lament',44861,1,2097152,4,1,1200,60,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22734,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32456,12,0,-1,'Skyguard Bombs',7888,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40160,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32458,15,5,-1,'Ashes of Al\'ar',44872,4,0,0,1,1000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,40192,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32459,12,0,-1,'Time-Phased Phylactery',44889,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strange darkness surrounds this artifact.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32461,4,4,-1,'Furious Gizmatic Goggles',45779,4,0,0,1,346027,69205,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,4,4,48,32,38,7,28,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32462,15,0,0,'Morthis\' Materials',20709,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Contains the items you\'ll need to summon the raven god, Anzu.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32464,12,0,-1,'Nethercite Ore',36189,1,0,0,1,6000,1500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32465,15,2,-1,'Fortune Coin',44946,3,134250560,139264,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,40319,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32466,2,7,-1,'Bland Blade',41428,4,0,8192,1,1754019,350803,13,-1,-1,350,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32467,12,0,-1,'Vim\'gol\'s Grimoire',1246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40328,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32468,12,0,-1,'Netherdust Pollen',20614,1,0,0,1,4000,1000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32469,12,0,0,'Illidari Service Papers',16161,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3006,0,7,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32470,12,0,-1,'Nethermine Flayer Hide',44940,1,0,0,1,5000,1250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32471,2,15,-1,'Shard of Azzinoth',45487,4,0,0,1,746944,149388,13,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,242,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,15817,1,0,0.5,-1,0,-1,40393,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32472,4,4,-1,'Justicebringer 2000 Specs',43889,4,0,0,1,334856,66971,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,29,5,13,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2951,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32473,4,4,-1,'Tankatronic Goggles',43886,4,0,0,1,336101,67220,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,5,7,67,12,25,31,13,13,22,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32474,4,3,-1,'Surestrike Goggles v2.0',45783,4,0,0,1,289705,57941,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,28,31,13,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32475,4,3,-1,'Living Replicator Specs',45780,4,0,0,1,290745,58149,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,2,7,14,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21631,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32476,4,3,-1,'Gadgetstorm Goggles',45778,4,0,0,1,291815,58363,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,28,31,12,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32478,4,2,-1,'Deathblow X11 Goggles',44949,4,0,0,1,244961,48992,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,3,48,7,28,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32479,4,2,-1,'Wonderheal XT40 Shades',45782,4,0,0,1,245828,49165,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,5,38,6,22,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32480,4,2,-1,'Magnified Moon Specs',43886,4,0,0,1,246718,49343,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,7,22,5,24,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32481,4,0,-1,'Charm of Swift Flight',43430,3,524352,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40389,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32482,2,19,-1,'Touch of Victory',41367,4,4096,8192,1,507762,101552,26,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,7,28,35,12,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,0,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32483,4,0,-1,'The Skull of Gul\'dan',45364,4,0,0,1,364641,91160,12,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,1,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,40396,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32485,4,0,-1,'Ashtongue Talisman of Valor',44974,4,32768,0,1,288156,72039,12,1,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40458,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32486,4,0,-1,'Ashtongue Talisman of Equilibrium',45849,4,32768,0,1,288156,72039,12,1024,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40442,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32487,4,0,-1,'Ashtongue Talisman of Swiftness',45853,4,32768,0,1,288156,72039,12,4,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40485,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32488,4,0,-1,'Ashtongue Talisman of Insight',45850,4,32768,0,1,288156,72039,12,128,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32489,4,0,-1,'Ashtongue Talisman of Zeal',35130,4,32768,0,1,288156,72039,12,2,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40470,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32490,4,0,-1,'Ashtongue Talisman of Acumen',45854,4,32768,0,1,288156,72039,12,16,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40438,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32491,4,0,-1,'Ashtongue Talisman of Vision',45855,4,32768,0,1,288156,72039,12,64,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40463,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32492,4,0,-1,'Ashtongue Talisman of Lethality',45851,4,32768,0,1,288156,72039,12,8,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40460,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32493,4,0,-1,'Ashtongue Talisman of Shadows',45852,4,32768,0,1,288156,72039,12,256,32767,141,0,0,0,0,0,0,1012,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40478,1,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32494,4,1,-1,'Destruction Holo-gogs',43891,4,0,0,1,193098,38619,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,5,24,7,22,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32495,4,1,-1,'Powerheal 4000 Lens',45781,4,0,0,1,193811,38762,1,-1,-1,127,62,202,350,0,0,0,0,0,0,1,0,3,6,28,5,38,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32496,4,0,-1,'Memento of Tyrande',45488,4,0,0,1,364641,91160,12,-1,-1,151,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,37655,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32497,4,0,-1,'Stormrage Signet Ring',45362,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,1,1,0,2,31,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32498,15,2,-1,'Fortune Coin',44964,3,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (32500,2,4,-1,'Crystal Spire of Karabor',45365,4,0,0,1,716358,143271,21,32767,-1,151,70,0,0,0,0,0,0,0,0,1,0,2,7,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42059,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,40971,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-64.8,0,0,0,'',67,0,0,0,0,12340), (32501,4,0,-1,'Shadowmoon Insignia',45337,4,0,0,1,364641,91160,12,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,2,12,36,13,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,180000,0,-1,40464,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32502,12,0,0,'Fel Gland',4045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dripping with fel juices.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32503,12,0,0,'Yarzill\'s Mutton',25481,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40468,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Lightly breaded. Dab a little fel gland poison on top. Serves one camp!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32505,4,0,-1,'Madness of the Betrayer',45322,4,0,0,1,364641,91160,12,-1,-1,141,70,0,0,0,0,0,0,0,1,1,0,1,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,40475,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32506,15,0,0,'Netherwing Egg',45651,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32508,4,0,0,'Necklace of the Deep',32395,3,0,0,1,14000,3500,2,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,2,3,21,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,2860,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32509,12,0,0,'Netherwing Relic',32547,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32510,4,3,-1,'Softstep Boots of Tracking',45733,4,0,0,1,315602,63120,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,27,32,26,5,29,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32512,4,4,-1,'Girdle of Lordaeron\'s Fallen',44866,4,0,0,1,247620,49524,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,32,5,32,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32513,4,1,-1,'Wristbands of Divine Influence',45359,4,0,0,1,141202,28240,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,5,21,7,24,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32514,4,0,-1,'Skettis Band',24022,3,0,0,1,42837,10709,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32515,4,4,-1,'Wristguards of Determination',42650,4,4096,0,1,229023,45804,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,5,7,37,12,16,15,13,13,16,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32516,4,1,-1,'Wraps of Purification',40490,4,4096,0,1,134033,26806,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32517,4,3,-1,'The Wavemender\'s Mantle',45757,4,0,0,1,332284,66456,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,37,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32518,4,2,-1,'Veil of Turning Leaves',45758,4,0,0,1,276659,55331,3,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,29,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32519,4,1,-1,'Belt of Divine Guidance',45263,4,0,0,1,148074,29614,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,24,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32520,4,0,-1,'Manaforged Sphere',45003,3,0,0,1,89857,22464,23,-1,-1,109,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32521,4,4,-1,'Faceplate of the Impenetrable',46205,4,0,0,1,376753,75350,1,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,5,7,82,12,30,13,25,15,29,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1532,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32522,4,6,-1,'Demonic Bulwark',45006,3,0,0,1,269727,53945,14,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,204,86,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32523,12,0,-1,'Ishaal\'s Almanac',1246,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11021,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32524,4,1,-1,'Shroud of the Highborne',45476,4,0,0,1,218184,43636,16,-1,-1,151,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,23,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32525,4,1,-1,'Cowl of the Illidari High Lord',45702,4,0,0,1,219020,43804,1,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,31,31,21,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32526,4,0,-1,'Band of Devastation',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,2,36,31,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32527,4,0,-1,'Ring of Ancient Knowledge',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,36,31,7,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32528,4,0,-1,'Blessed Band of Karabor',31616,4,0,0,1,241024,60256,11,262143,32767,151,70,0,0,0,0,0,0,0,0,1,0,3,36,30,7,20,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32529,4,4,-1,'Heretic\'s Gauntlets',45008,3,0,0,1,152329,30465,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,35,32,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32531,4,0,-1,'Gezzarak\'s Fang',9860,3,0,0,1,167814,41953,2,-1,-1,115,70,0,0,0,0,0,0,6,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32532,4,2,-1,'Windrager\'s Coils',45029,3,0,0,1,112312,22462,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32533,4,0,-1,'Karrog\'s Shard',45030,3,0,0,1,89857,22464,23,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32534,4,0,-1,'Brooch of the Immortal King',36755,3,64,0,1,265161,66290,12,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40538,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32535,4,0,-1,'Gift of the Talonpriests',28733,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32536,2,4,-1,'Terokk\'s Gavel',45040,3,0,0,1,455716,91143,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,222,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32537,2,4,-1,'Terokk\'s Gavel',31321,3,0,0,1,457344,91468,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,34796,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,201,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (32538,4,1,-1,'Skywitch\'s Drape',45042,3,32768,0,1,137691,27538,16,-1,-1,115,70,0,0,0,0,0,1031,6,0,1,0,1,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32539,4,1,-1,'Skyguard\'s Drape',45043,3,32768,0,1,138166,27633,16,-1,-1,115,70,0,0,0,0,0,1031,6,0,1,0,1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,12438,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32540,4,1,-1,'Terokk\'s Might',45048,4,0,0,1,154043,30808,16,-1,-1,105,70,0,0,0,0,0,0,1,0,1,0,2,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32541,4,1,-1,'Terokk\'s Wisdom',45050,4,0,0,1,154643,30928,16,-1,-1,105,70,0,0,0,0,0,0,1,0,1,0,2,5,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32542,0,0,0,'Imp in a Ball',45058,3,32768,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40527,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32543,15,0,-1,'Tier 5 Druid Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32544,15,0,-1,'Tier 5 Druid Test Gear Box 2',12333,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32545,15,0,-1,'Tier 5 Hunter Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32546,15,0,-1,'Tier 5 Hunter Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32547,15,0,-1,'Tier 5 Mage Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32548,15,0,-1,'Tier 5 Mage Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32549,15,0,-1,'Tier 5 Paladin Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32550,15,0,-1,'Tier 5 Paladin Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32551,15,0,-1,'Tier 5 Priest Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32552,15,0,-1,'Tier 5 Priest Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32553,15,0,-1,'Tier 5 Rogue Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32554,15,0,-1,'Tier 5 Rogue Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32555,15,0,-1,'Tier 5 Shaman Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32556,15,0,-1,'Tier 5 Shaman Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32557,15,0,-1,'Tier 5 Warlock Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32558,15,0,-1,'Tier 5 Warlock Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32559,15,0,-1,'Tier 5 Warrior Test Gear',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32560,15,0,-1,'Tier 5 Warrior Test Gear Box 2',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32561,15,0,-1,'Tier 5 Arrow Box',12333,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32563,0,0,-1,'Grilled Picnic Treat',2474,0,0,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40543,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32564,12,0,-1,'Ishaal\'s Almanac',1246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32566,15,0,-1,'Picnic Basket',45061,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40530,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32567,12,0,0,'Aether Ray Eye',7394,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystals seem to have imbued this creature\'s eye with strange properties.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32568,4,4,-1,'Swiftsteel Bracers',45404,4,0,0,1,250457,50091,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,35,7,32,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32569,15,0,0,'Apexis Shard',45306,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A slivered fragment of an Apexis Crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32570,4,4,-1,'Swiftsteel Shoulders',45413,4,4096,0,1,375545,75109,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,47,7,29,36,35,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32571,4,4,-1,'Dawnsteel Bracers',45402,4,0,0,1,253195,50639,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32572,15,0,0,'Apexis Crystal',45305,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This item throbs with an undulating vibration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32573,4,4,-1,'Dawnsteel Shoulders',45407,4,4096,0,1,379620,75924,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,7,31,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32574,4,3,-1,'Bindings of Lightning Reflexes',45399,4,0,0,1,218124,43624,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,21,7,15,5,16,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32575,4,3,-1,'Shoulders of Lightning Reflexes',45408,4,0,0,1,329823,65964,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,36,37,3,27,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32576,0,8,0,'Depleted Crystal Focus',6513,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40548,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32577,4,3,-1,'Living Earth Bindings',45403,4,0,0,1,220457,44091,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32578,15,0,0,'Charged Crystal Focus',6334,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41237,0,-1,-1,-1,1153,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32579,4,3,-1,'Living Earth Shoulders',45408,4,0,0,1,334521,66904,3,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,37,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32580,4,2,-1,'Swiftstrike Bracers',45775,4,0,0,1,172667,34533,9,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,20,36,27,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32581,4,2,-1,'Swiftstrike Shoulders',45773,4,0,0,1,259956,51991,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,3,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32582,4,2,-1,'Bracers of Renewed Life',45401,4,0,0,1,173958,34791,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,5,20,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32583,4,2,-1,'Shoulderpads of Renewed Life',45774,4,0,0,1,261918,52383,3,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,38,5,29,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32584,4,1,-1,'Swiftheal Wraps',45400,4,0,0,1,140198,28039,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32585,4,1,-1,'Swiftheal Mantle',45412,4,0,0,1,211082,42216,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,21,6,28,36,27,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32586,4,1,-1,'Bracers of Nimble Thought',45400,4,0,0,1,141245,28249,9,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,36,28,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32587,4,1,-1,'Mantle of Nimble Thought',45409,4,0,0,1,212652,42530,3,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,26,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32588,15,2,-1,'Banana Charm',45063,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32589,4,0,-1,'Hellfire-Encased Pendant',31899,4,0,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,32,24,5,17,6,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32590,4,1,-1,'Nethervoid Cloak',46124,4,0,0,1,214985,42997,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,31,18,7,27,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32591,4,0,-1,'Choker of Serrated Blades',39210,4,0,0,1,353421,88355,2,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,1,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32592,4,3,-1,'Chestguard of Relentless Storms',45283,4,0,0,1,433067,86613,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,32,46,7,36,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32593,4,2,-1,'Treads of the Den Mother',45352,4,0,0,1,271648,54329,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,3,39,7,47,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32594,4,2,-1,'Ogrela Test Tunic',16700,2,0,0,1,0,0,5,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32595,15,0,-1,'Ogrela Reagent Dust',20611,1,0,0,1,0,0,0,-1,-1,70,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32596,0,3,-1,'Unstable Flask of the Elder',15734,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40568,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32597,0,3,-1,'Unstable Flask of the Soldier',45064,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40575,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32598,0,3,-1,'Unstable Flask of the Beast',15736,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40572,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32599,0,3,-1,'Unstable Flask of the Bandit',15738,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40567,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32600,0,3,-1,'Unstable Flask of the Physician',15715,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40573,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32601,0,3,-1,'Unstable Flask of the Sorcerer',15737,1,0,0,1,0,2300,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40576,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32602,0,0,-1,'Crystalforged Darkrune',45112,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40309,0,-1,-1,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32606,4,4,-1,'Girdle of the Lightbearer',44866,4,0,0,1,248566,49713,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,49,36,32,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32608,4,4,-1,'Pillager\'s Gauntlets',45728,4,4096,0,1,250383,50076,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,4,38,36,38,31,18,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32609,4,1,-1,'Boots of the Divine Light',45706,4,0,0,1,214179,42835,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,47,5,24,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32615,2,7,-1,'Monster - Black Temple - Sword, 1H - Shadowmoon Soldier',45117,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32616,15,0,-1,'Egbert\'s Egg',59501,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40614,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32617,15,0,-1,'Sleepy Willy',59499,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32618,12,0,-1,'[DEPRECATED]Crystalforged Darkrune',45112,1,80,8192,1,0,0,0,262143,-1,73,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40309,0,-1,0,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32619,12,0,0,'Preserved Fruit',45132,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate of tightly-sealed packets of dried fruit.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32620,12,0,-1,'Time-Lost Scroll',7629,1,0,0,1,5000,1250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Shadowy symbols cover the parchment and pulse with energy.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32621,12,0,0,'Partially Digested Hand',45133,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,1015,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s red and spiky. Definitely a fel orc. A document is still held tightly within its grasp.',0,0,0,11041,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32622,15,0,-1,'Elekk Training Collar',45134,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,40634,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32623,12,0,0,'Bossi\'s Spare Parts',9127,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A crate filled with an assortment of odd-looking parts with no discernable function.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32624,15,0,-1,'Large Iron Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31267,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32625,15,0,-1,'Small Iron Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31267,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32626,15,0,-1,'Large Copper Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31300,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32627,15,0,-1,'Small Copper Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31300,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32628,15,0,-1,'Large Silver Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,32264,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32629,15,0,-1,'Large Gold Metamorphosis Geode',45143,1,4100,0,1,0,32200,0,31632,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32630,15,0,-1,'Small Gold Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,31632,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32631,15,0,-1,'Small Silver Metamorphosis Geode',45144,1,4100,0,1,0,24150,0,32264,32767,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32633,2,7,-1,'Monster - Glavie, Illidan - Black Temple (Left Hand)',45146,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32634,3,5,-1,'Unstable Amethyst',44923,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,601,-1,0,0,0,0,'',0,0,0,0,0,12340), (32635,3,5,-1,'Unstable Peridot',35917,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,602,-1,0,0,0,0,'',0,0,0,0,0,12340), (32636,3,5,-1,'Unstable Sapphire',7279,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,603,-1,0,0,0,0,'',0,0,0,0,0,12340), (32637,3,5,-1,'Unstable Citrine',7221,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,604,-1,0,0,0,0,'',0,0,0,0,0,12340), (32638,3,5,-1,'Unstable Topaz',39932,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,605,-1,0,0,0,0,'',0,0,0,0,0,12340), (32639,3,4,-1,'Unstable Talasite',44730,3,528384,0,1,0,9200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,606,-1,0,0,0,0,'',0,0,0,0,0,12340), (32640,3,6,-1,'Potent Unstable Diamond',39205,3,4096,0,1,0,36800,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,607,-1,0,0,0,0,'',0,0,0,0,0,12340), (32641,3,6,-1,'Imbued Unstable Diamond',39203,3,4096,0,1,0,36800,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,608,-1,0,0,0,0,'',0,0,0,0,0,12340), (32642,12,0,-1,'Raw Darkrune',20774,1,0,0,1,0,0,0,-1,-1,73,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fel energy pervades the space around the rune.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32643,15,0,-1,'Darkrune',20774,1,0,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The rune hums with power.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32645,2,18,-1,'Crystalline Crossbow',45154,4,4096,0,1,0,0,26,-1,-1,100,70,0,0,0,0,0,1038,7,1,1,0,3,31,11,3,12,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,248,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (32646,12,0,-1,'Medallion of Karabor',13024,1,32832,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28226,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32647,4,2,-1,'Shard-bound Bracers',45155,4,4096,0,1,0,0,9,-1,-1,105,70,0,0,0,0,0,1038,7,0,1,0,2,3,20,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32648,4,4,-1,'Vortex Walking Boots',45472,4,4096,0,1,0,0,8,262143,32767,105,70,0,0,0,0,0,1038,7,0,1,0,3,4,28,32,19,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,914,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32649,12,0,-1,'Medallion of Karabor',29935,4,32832,0,1,0,0,2,32767,-1,141,0,0,0,0,0,0,0,0,1,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once worn by a cleric of Karabor, this item allows the wearer entry into the Black Temple.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32650,2,19,-1,'Cerulean Crystal Rod',45159,3,4096,0,1,0,0,26,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,2,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,252,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9417,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32651,4,0,-1,'Crystal Orb of Enlightenment',45160,4,4096,0,1,0,0,23,-1,-1,105,70,0,0,0,0,0,1038,7,1,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32652,4,6,-1,'Ogri\'la Aegis',45163,3,4096,0,1,0,0,14,-1,-1,115,70,0,0,0,0,0,1038,6,1,1,0,2,7,18,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3806,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,86,0,100,0,0,0,0,2,0,2,0,0,0,3017,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32653,4,1,-1,'Apexis Cloak',15120,3,4096,0,1,0,0,16,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,2,5,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32654,4,0,-1,'Crystalforged Trinket',36540,3,528448,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,1038,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40724,0,0,0,60000,1141,10000,40723,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32655,4,1,-1,'Crystalweave Bracers',46204,4,0,0,1,103495,20699,9,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32656,4,3,-1,'Crystalhide Handwraps',45185,4,0,0,1,155826,31165,10,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,11,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32657,12,0,0,'Arthorn\'s Sparrowhawk Whistle',45186,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40889,0,0,0,140000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32658,4,0,-1,'Badge of Tenacity',45197,3,524288,0,1,40000,10000,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,40729,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32659,2,15,-1,'Crystal-Infused Shiv',45187,3,0,0,1,427872,85574,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32660,2,7,-1,'Crystalforged Sword',12284,3,0,0,1,441112,88222,21,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,8,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,113,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (32661,2,4,-1,'Apexis Crystal Mace',45188,3,0,0,1,442739,88547,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32662,2,10,-1,'Flaming Quartz Staff',45189,3,0,0,1,555459,111091,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,46,32,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,171,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (32663,2,1,-1,'Apexis Cleaver',40300,3,0,0,1,557493,111498,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,32,19,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32664,4,0,-1,'Dreamcrystal Band',9847,3,524288,0,1,175952,43988,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32665,4,1,-1,'Crystalweave Cape',45191,3,0,0,1,134761,26952,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,26,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32666,12,0,0,'Hardened Hide of Tyrantus',38748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32667,0,5,-1,'Bash Ale',18079,1,0,0,1,340,85,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No self-respecting ogre goes into battle sober.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32668,0,5,-1,'Dos Ogris',18115,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Finally, a brew both your heads will love!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32670,15,0,-1,'Depleted Two-Handed Axe',40300,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,39,32,19,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,40757,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32671,15,0,-1,'Depleted Mace',45188,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,20,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9332,1,0,0,0,0,-1,40752,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32672,15,0,-1,'Depleted Badge',45197,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,40744,0,-1,-1,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32673,15,0,-1,'Depleted Dagger',45187,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,12,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,40749,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32674,15,0,-1,'Depleted Sword',12284,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,30,5,8,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,34796,1,0,0,-1,0,-1,40756,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (32675,15,0,-1,'Depleted Mail Gauntlets',45200,4,1024,0,1,0,0,0,32767,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,3,11,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40753,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32676,15,0,-1,'Depleted Cloth Bracers',45184,4,1024,0,1,0,0,0,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,5,16,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,14047,1,0,0,0,0,0,40748,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32677,15,0,-1,'Depleted Cloak',45199,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,26,3,15,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,40747,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32678,15,0,-1,'Depleted Ring',9847,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40754,0,-1,-1,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32679,15,0,-1,'Depleted Staff',45189,3,1024,0,1,0,0,0,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,46,32,26,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,33250,1,0,0,-1,0,-1,40755,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (32680,12,0,0,'Booterang',45201,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40742,0,0,0,0,1170,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is your booterang. There are many like it but this one is yours.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32681,15,0,-1,'Onyx Scale of Rivendark',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40766,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32682,15,0,-1,'Obsidia Scale',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40767,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32683,15,0,-1,'Jet Scale of Furywing',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40765,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32684,15,0,-1,'Insidion\'s Ebony Scale',20914,3,35840,0,1,620,155,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40764,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32685,0,5,-1,'Ogri\'la Chicken Fingers',38273,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Less a finger than a whole arm.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32686,0,5,-1,'Mingo\'s Fortune Giblets',1438,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40768,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Find your fortune inside! Bask in the wisdom of Ogri\'la, win a prize, or learn about your destiny!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32687,12,0,-1,'Hazzik\'s Package',1244,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32688,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3007,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32689,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3008,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32690,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3009,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32691,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3010,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32692,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3011,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32693,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3012,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32694,4,0,-1,'Overseer\'s Badge',43551,2,557120,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,1015,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40811,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32695,4,0,-1,'Captain\'s Badge',43551,3,557120,0,1,0,0,12,-1,-1,70,0,0,0,0,0,0,1015,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40815,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32696,12,0,0,'Banishing Crystal',35852,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40817,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32697,12,0,-1,'Apexis Guardian\'s Head',42032,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Big, rocky, heavy.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32698,12,0,0,'Wrangling Rope',43599,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40856,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32700,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3013,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32701,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3014,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32702,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3015,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32703,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3016,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32704,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3017,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32705,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3018,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32706,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3019,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32707,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3020,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32708,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3021,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32709,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3022,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32710,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3023,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32711,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3024,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32712,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3025,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32713,15,0,0,'Bloodstained Fortune',18170,1,16384,0,1,1,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A bloodstained piece of parchment with Mingo\'s writing scrawled across one side.',3027,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32714,15,0,-1,'Splintered Spider Fang',959,0,0,0,1,111,27,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32715,12,0,0,'Akkarai\'s Talons',7266,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32716,12,0,0,'Gezzarak\'s Claws',3146,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32717,12,0,0,'Karrog\'s Spine',45467,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32718,12,0,0,'Vakkiz\'s Scale',45468,2,0,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32720,12,0,0,'Time-Lost Offering',1257,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used to summon Terokk at the Ancient Skull Pile in Terokk\'s Rest.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32721,0,5,-1,'Skyguard Rations',45616,1,0,0,1,4500,225,0,-1,-1,65,55,0,0,0,0,0,1031,5,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41030,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32722,0,5,-1,'Enriched Terocone Juice',45617,1,0,0,1,4000,200,0,-1,-1,65,65,0,0,0,0,0,1031,4,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41031,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32723,12,0,0,'Nethermine Cargo',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32724,15,0,0,'Sludge-covered Object',36188,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What wonderous treasure could the sludge be hiding?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32725,15,0,0,'Murkblood Miner\'s Pick',45389,0,0,0,1,10,2,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This pick has seen better days.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32726,15,0,0,'Murkblood Escape Plans',45390,1,2048,0,1,0,0,0,-1,-1,1,70,0,0,0,0,0,1015,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A detailed plan documenting a revolt by the Murkblood miners.',0,0,0,11081,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32727,15,0,0,'Vial of Tears',3665,0,0,0,1,10,2,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Your guess is as good as mine.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32728,15,0,0,'Sludge',45391,0,0,0,1,1000,250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just sludge.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32732,12,0,-1,'Dragon Teeth',45395,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Razor sharp, they still look as deadly as when you were facing them in the dragon\'s maw.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32733,12,0,-1,'Fel Whip',41193,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ridged with obsidian shards, you don\'t want to know what the whip leather is made of.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32734,12,0,0,'Hand of the Overseer',45398,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32735,3,4,-1,'Radiant Spencerite',39930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,621,-1,0,0,0,0,'',0,0,0,0,0,12340), (32736,9,4,-1,'Plans: Swiftsteel Bracers',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32737,9,4,-1,'Plans: Swiftsteel Shoulders',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Swiftsteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32738,9,4,-1,'Plans: Dawnsteel Bracers',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Dawnsteel Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32739,9,4,-1,'Plans: Dawnsteel Shoulders',1096,4,64,0,1,30000,7500,0,-1,-1,70,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dawnsteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32741,12,0,0,'Shabby Arakkoa Disguise',45608,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41181,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32742,12,0,-1,'Adversarial Bloodlines',9129,1,0,0,1,30000,7500,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The image of Terokk is engraved in the book\'s cover.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32744,9,1,-1,'Pattern: Bracers of Renewed Life',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41156,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bracers of Renewed Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32745,9,1,-1,'Pattern: Shoulderpads of Renewed Life',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41157,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shoulderpads of Renewed Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32746,9,1,-1,'Pattern: Swiftstrike Bracers',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41158,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Swiftstrike Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32747,9,1,-1,'Pattern: Swiftstrike Shoulders',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41160,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Swiftstrike Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32748,9,1,-1,'Pattern: Bindings of Lightning Reflexes',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41161,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Bindings of Lightning Reflexes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32749,9,1,-1,'Pattern: Shoulders of Lightning Reflexes',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41162,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Shoulders of Lightning Reflexes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32750,9,1,-1,'Pattern: Living Earth Bindings',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41163,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Living Earth Bindings.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32751,9,1,-1,'Pattern: Living Earth Shoulders',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,165,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41164,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Living Earth Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32752,9,2,-1,'Pattern: Swiftheal Wraps',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41207,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Swiftheal Wraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32753,9,2,-1,'Pattern: Swiftheal Mantle',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41208,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Swiftheal Mantle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32754,9,2,-1,'Pattern: Bracers of Nimble Thought',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41205,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Bracers of Nimble Thought.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32755,9,2,-1,'Pattern: Mantle of Nimble Thought',1096,4,64,0,1,50000,12500,0,-1,-1,70,0,197,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,41206,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Mantle of Nimble Thought.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32756,2,3,-1,'Gyro-Balanced Khorium Destroyer',45445,4,4096,0,1,400058,80011,26,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,275,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,3164,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32757,12,0,-1,'Blessed Medallion of Karabor',29935,4,32832,0,1,0,0,2,32767,-1,141,0,0,0,0,0,0,0,0,1,1,0,1,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,41234,0,0,0,900000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once worn by a cleric of Karabor, this item allows the wearer entry into the Black Temple.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32758,12,0,0,'Brute Cologne',18080,1,64,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41233,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A delicate fragrance for the discerning ogre.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32759,15,0,0,'Accelerator Module',41644,1,4096,0,1,0,8050,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used to activate any of the proton accelerator controllers at Bash\'ir Landing.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32760,6,2,-1,'The Macho Gnome\'s Arrow',40523,4,0,0,200,100,20,24,-1,-1,145,70,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fletched by Andy \"The Macho Gnome\" Savage.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32761,6,3,-1,'The Sarge\'s Bullet',45435,4,0,0,200,2000,2,24,-1,-1,145,70,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'More Pew Pew,Less QQ',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32762,0,1,-1,'Rulkster\'s Brain Juice',45156,1,0,0,1,200,50,0,-1,-1,68,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Don\'t be a dummy. Drink your brain juice!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,1), (32763,0,1,-1,'Rulkster\'s Secret Sauce',45437,1,0,0,1,200,50,0,-1,-1,65,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,0,-1,4,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Drink to live.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,1), (32764,0,3,-1,'Flaskataur\'s Celestial Brew',37850,1,0,0,1,80000,20000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28518,0,-1,0,-1,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Flasky essence captured from the mythical beast!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,1), (32765,0,3,-1,'Flaskataur\'s Tears',37852,1,0,0,1,80000,20000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28520,0,-1,0,-1,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The distilled tears of the elusive Flaskataur.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,1), (32766,0,3,-1,'Flaskataur\'s Flask of Flaskocity',37851,1,0,0,1,80000,20000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28519,0,-1,0,-1,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the mark of Flaskataur.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,1), (32767,0,3,-1,'Flaskataur\'s Flask of Pretty Good Power',19547,1,0,0,1,20000,5000,0,-1,-1,60,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17628,0,-1,0,-1,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'s not supreme but it\'s not bad either.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,1), (32768,15,5,-1,'Reins of the Raven Lord',45443,4,64,0,1,0,0,0,-1,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41252,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32769,4,2,-1,'Belt of the Raven Lord',43021,3,0,0,1,105747,21149,6,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,25,3,19,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32770,4,0,-1,'Skyguard Silver Cross',45453,4,32768,0,1,41230,10307,12,-1,-1,105,70,0,0,0,0,0,1031,7,1,1,0,1,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41260,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32771,4,0,-1,'Airman\'s Ribbon of Gallantry',45452,4,32768,0,1,41230,10307,12,-1,-1,105,70,0,0,0,0,0,1031,7,1,1,0,1,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41262,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32772,4,0,-1,'Brilliant Pearl Band',9837,3,524288,0,1,156488,39122,11,-1,-1,97,64,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15696,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (32773,13,0,-1,'Bash\'ir\'s Skeleton Key',42619,2,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41267,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32774,4,0,-1,'The Black Pearl',24022,3,524288,0,1,156488,39122,11,-1,-1,100,65,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32776,4,1,-1,'Crown of the Sea Witch',26680,3,0,0,1,133785,26757,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,5,20,6,20,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,8,0,2889,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32777,15,0,-1,'Kronk\'s Grab Bag',45448,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Who knows what\'s inside? Cross your fingers for a darkrune.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32778,4,4,-1,'Boots of Righteous Fortitude',43043,3,0,0,1,219848,43969,8,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,14,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32779,4,0,-1,'Band of Frigid Elements',39124,3,524288,0,1,335188,83797,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,13,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32780,2,3,-1,'The Boomstick',41433,3,0,0,1,314668,62933,26,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,21,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,173,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32781,2,15,-1,'Talon of Anzu',21620,3,0,0,1,454044,90808,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,140,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,2925,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32782,4,0,-1,'Time-Lost Figurine',34149,3,0,0,1,18475,4618,12,-1,-1,70,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41301,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340), (32783,0,1,-1,'Blue Ogre Brew',15718,1,0,0,1,0,690,0,-1,-1,70,70,0,0,0,0,0,1038,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41304,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32784,0,1,-1,'Red Ogre Brew',15713,1,0,0,1,0,460,0,-1,-1,70,70,0,0,0,0,0,1038,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41306,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32785,4,3,-1,'Veteran\'s Chain Sabatons',46053,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,3,30,35,21,32,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32786,4,2,-1,'Veteran\'s Dragonhide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,27,3,26,35,26,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32787,4,1,-1,'Veteran\'s Dreadweave Stalkers',46064,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32788,4,2,-1,'Veteran\'s Kodohide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32789,4,4,-1,'Veteran\'s Lamellar Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32790,4,2,-1,'Veteran\'s Leather Boots',46056,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,30,32,16,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32791,4,3,-1,'Veteran\'s Linked Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,45,38,60,35,21,32,31,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32792,4,3,-1,'Veteran\'s Mail Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32793,4,4,-1,'Veteran\'s Plate Greaves',46041,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,4,31,32,31,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32794,4,4,-1,'Veteran\'s Scaled Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,41,32,18,5,27,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32795,4,1,-1,'Veteran\'s Silk Footguards',46067,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32796,4,2,-1,'Veteran\'s Wyrmhide Boots',46059,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32797,4,3,-1,'Veteran\'s Chain Girdle',46052,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,45,3,30,35,21,32,16,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32798,4,2,-1,'Veteran\'s Dragonhide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,27,3,26,35,26,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32799,4,1,-1,'Veteran\'s Dreadweave Belt',46062,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32800,4,2,-1,'Veteran\'s Kodohide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32801,4,4,-1,'Veteran\'s Lamellar Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32802,4,2,-1,'Veteran\'s Leather Belt',46054,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,45,3,30,32,16,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32803,4,3,-1,'Veteran\'s Linked Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,45,38,62,35,21,32,30,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32804,4,3,-1,'Veteran\'s Mail Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32805,4,4,-1,'Veteran\'s Plate Belt',46039,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,45,4,31,32,31,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32806,4,4,-1,'Veteran\'s Scaled Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,41,32,18,5,27,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32807,4,1,-1,'Veteran\'s Silk Belt',46065,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32808,4,2,-1,'Veteran\'s Wyrmhide Belt',46058,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,39,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32809,4,3,-1,'Veteran\'s Chain Bracers',46051,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,29,3,20,35,13,32,8,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32810,4,2,-1,'Veteran\'s Dragonhide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,4,19,3,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,9407,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32811,4,1,-1,'Veteran\'s Dreadweave Cuffs',46063,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32812,4,2,-1,'Veteran\'s Kodohide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32813,4,4,-1,'Veteran\'s Lamellar Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,32,16,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32814,4,2,-1,'Veteran\'s Leather Bracers',46057,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,29,3,21,32,9,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32816,4,3,-1,'Veteran\'s Linked Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,29,38,42,35,12,32,17,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32817,4,3,-1,'Veteran\'s Mail Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,14,35,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32818,4,4,-1,'Veteran\'s Plate Bracers',46040,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,30,4,21,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32819,4,4,-1,'Veteran\'s Scaled Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,5,7,25,4,29,32,8,5,13,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32820,4,1,-1,'Veteran\'s Silk Cuffs',46066,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32821,4,2,-1,'Veteran\'s Wyrmhide Bracers',46060,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,16,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (32822,12,0,0,'Flawless Arcane Essence',45465,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32823,15,0,0,'Illidari Lord Balthas\' Instructions',1013,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',3028,0,7,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32824,2,8,-1,'Tigole\'s Trashbringer',23875,6,0,0,1,0,0,17,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,30,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Trash getting you down?',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32825,12,0,0,'Soul Cannon',45466,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41291,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Use against Reth\'hedron the Subduer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32828,4,0,-1,'Ogri\'la Tabard',45495,1,4096,0,1,0,2300,19,-1,-1,20,0,0,0,0,0,0,1038,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32829,2,6,-1,'Windcharger\'s Lance',45475,3,0,0,1,517339,103467,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,357,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32830,2,10,-1,'Severin\'s Cane',28513,3,0,0,1,519277,103855,17,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,60,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,190,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,36428,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,-25.8,0,0,0,'',52,0,0,0,0,12340), (32831,2,19,-1,'Jeweled Rod',47595,3,0,0,1,312729,62545,26,-1,-1,109,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32832,2,16,-1,'Scout\'s Throwing Knives',45474,3,4194304,0,1,39818,9954,25,32767,-1,109,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,231,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (32833,3,3,-1,'Purified Jaggal Pearl',46253,2,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,641,-1,0,0,0,0,'',0,0,0,0,0,12340), (32834,12,0,-1,'Nether Ray Cage',22271,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41423,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32835,15,0,-1,'Ogri\'la Care Package',1282,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32836,3,3,-1,'Purified Shadow Pearl',46252,3,0,0,1,40000,10000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,642,-1,0,0,0,0,'',0,0,0,0,0,12340), (32837,2,7,-1,'Warglaive of Azzinoth',45479,5,0,0,1,1215564,243112,21,9,32767,156,70,0,0,0,0,0,0,0,1,1,0,3,3,22,7,29,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,398,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,699,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32838,2,7,-1,'Warglaive of Azzinoth',45481,5,0,0,1,1219873,243974,22,9,32767,156,70,0,0,0,0,0,0,0,1,1,0,3,3,21,7,28,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,699,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32839,0,8,-1,'Cauldron of Major Arcane Protection',46254,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41443,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32840,0,1,-1,'Major Arcane Protection Potion',37816,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28536,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32841,2,15,-1,'Monster - Dagger, Fang of Vashj',45493,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32842,12,0,0,'Dragonmaw Flare Gun',39435,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32843,12,0,0,'Scryer Medals',32922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32844,0,1,-1,'Major Nature Protection Potion',37812,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28513,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32845,0,1,-1,'Major Shadow Protection Potion',37810,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28537,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32846,0,1,-1,'Major Fire Protection Potion',37815,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28511,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32847,0,1,-1,'Major Frost Protection Potion',37814,1,2,0,1,0,0,0,-1,-1,70,60,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28512,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32848,0,0,-1,'Explosives Package',45135,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32849,0,8,-1,'Cauldron of Major Fire Protection',46255,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41494,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32850,0,8,-1,'Cauldron of Major Frost Protection',46256,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41495,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32851,0,8,-1,'Cauldron of Major Nature Protection',46257,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41497,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32852,0,8,-1,'Cauldron of Major Shadow Protection',46258,1,64,0,1,3000,750,0,-1,-1,70,60,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41498,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32853,12,0,0,'Aldor Medals',32922,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32854,2,5,-1,'Hammer of Righteous Might',45496,4,0,0,1,697148,139429,17,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,2,7,55,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,186,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,37542,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-42,0,0,0,'',67,0,0,0,0,12340), (32857,15,5,-1,'Reins of the Onyx Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32858,15,5,-1,'Reins of the Azure Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41514,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32859,15,5,-1,'Reins of the Cobalt Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41515,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32860,15,5,-1,'Reins of the Purple Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41516,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32861,15,5,-1,'Reins of the Veridian Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41517,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32862,15,5,-1,'Reins of the Violet Netherwing Drake',36142,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,41518,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32863,4,0,-1,'Skybreaker Whip',45500,3,524352,0,1,70000,17500,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48776,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of the Top Orc',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',51,0,0,0,0,12340), (32864,4,0,-1,'Commander\'s Badge',43551,3,557120,0,1,0,0,12,-1,-1,109,0,0,0,0,0,0,1015,6,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40815,0,0,0,600000,1183,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32865,4,2,-1,'Drake Tamer\'s Gloves',45503,2,0,0,1,88444,17688,10,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2893,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32866,4,4,-1,'Ascendant\'s Boots',45505,2,0,0,1,186085,37217,8,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,12,21,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,22852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2883,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32867,4,1,-1,'Dragonmaw Augur\'s Cinch',45502,2,0,0,1,71286,14257,6,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32868,4,3,-1,'Skybreaker\'s Mantle',45504,2,0,0,1,161716,32343,3,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,22,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,2973,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32869,4,2,-1,'Illidari Lord\'s Tunic',45506,2,0,0,1,184381,36876,5,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,2,0,8,0,8,0,2877,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32870,4,3,-1,'Legguards of Contemplation',45507,2,0,0,1,222064,44412,7,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,8,0,2,0,8,0,2936,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32871,4,4,-1,'Horns of the Illidari',43277,2,0,0,1,194622,38924,1,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,2,12,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,8,0,8,0,2882,0,275,0,0,0,0,'',14,0,0,0,0,12340), (32872,2,19,-1,'Illidari Rod of Discipline',45508,2,0,0,1,279571,55914,26,-1,-1,114,0,0,0,0,0,0,0,0,0,1,0,1,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,5,0,0,0,0,0,0,0,0,0,0,1400,0,100,9342,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3153,0,275,0,0,0,0,'',33,0,0,0,0,12340), (32882,6,3,-1,'Hellfire Shot',44356,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,947,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32883,6,3,-1,'Felbane Slugs',44356,3,0,0,200,5000,6,24,-1,-1,115,68,0,0,0,0,0,946,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32888,15,0,0,'The Relics of Terokk',18010,0,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Isfar\'s notes on the locations of the relics of Terokk',3029,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32895,15,0,0,'Scroll of the Maelstrom',30953,4,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42801,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A scroll imbued with the magic of the Serpentshrine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32896,15,0,0,'Scroll of the Sun',634,4,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42801,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A scroll imbued with the magic of the Sunwell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32897,15,4,0,'Mark of the Illidari',45597,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Bears the mark of Illidan. This item can be turned in at the Scryers or Aldor bank in Shattrath City.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32898,0,3,-1,'Shattrath Flask of Fortification',37850,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41609,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32899,0,3,-1,'Shattrath Flask of Mighty Restoration',37851,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41610,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32900,0,3,-1,'Shattrath Flask of Supreme Power',19547,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41611,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32901,0,3,-1,'Shattrath Flask of Relentless Assault',37852,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41608,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32902,0,1,-1,'Bottled Nethergon Energy',45612,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41618,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insert into nearest energy receptacle.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32903,0,1,-1,'Cenarion Mana Salve',45156,1,0,0,3,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41617,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32904,0,1,-1,'Cenarion Healing Salve',45437,1,0,0,3,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41619,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32905,0,1,-1,'Bottled Nethergon Vapor',45611,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41620,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inhale deeply.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32906,12,0,0,'Stunned Wolpertinger',47089,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The little guy seems out of it...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (32907,12,0,-1,'Wolpertinger Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41621,0,12,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32909,0,1,-1,'Blue Ogre Brew Special',15718,1,0,0,1,0,690,0,-1,-1,70,70,0,0,0,0,0,1038,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41304,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32910,0,1,-1,'Red Ogre Brew Special',15713,1,0,0,1,0,460,0,-1,-1,70,70,0,0,0,0,0,1038,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41306,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32911,15,0,-1,'Empty Brewfest Stein',33470,1,131136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32912,2,14,-1,'Yellow Brewfest Stein',47520,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41920,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (32914,2,15,-1,'Bland Shiv',36741,4,0,8192,1,493106,98621,13,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32915,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,2147483647,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41921,0,0,0,-1,59,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Barleybrew filled, Brewfest approved.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (32917,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41943,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Thunderbrew\'s got ya covered!',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (32918,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41944,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s not just ogre brew, it\'s Gordok brew.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (32919,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41945,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The path for good brew ends at Drohn\'s Distillery.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (32920,2,14,-1,'Filled Yellow Brewfest Stein',47477,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41946,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'T\'chali\'s Voodoo Brew is 98% body part free.',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (32941,4,0,-1,'Corruptor\'s Signet',24087,4,524288,0,1,390112,97528,11,262143,32767,105,70,0,0,0,0,0,0,0,0,1,0,2,5,12,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32942,4,0,-1,'Ring of the Overseer',23728,4,524288,0,1,390112,97528,11,262143,32767,105,70,0,0,0,0,0,0,0,0,1,0,2,31,12,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32943,2,4,-1,'Swiftsteel Bludgeon',45345,4,0,0,1,700922,140184,13,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,36,27,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,196,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,14049,1,0,0,-1,0,-1,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32944,2,13,-1,'Talon of the Phoenix',45689,4,4096,0,1,671256,134251,21,262143,32767,134,70,0,0,0,0,0,0,0,0,1,0,2,32,19,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32945,2,13,-1,'Fist of Molten Fury',45890,4,0,0,1,706154,141230,22,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,181,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,719,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32946,2,13,-1,'Claw of Molten Fury',45889,4,0,0,1,708699,141739,21,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,3,20,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,325,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,719,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (32947,0,1,-1,'Auchenai Healing Potion',37807,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32948,0,1,-1,'Auchenai Mana Potion',37808,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32949,2,7,7,'Unusually Slow Sword',45692,3,0,8192,1,445819,89163,13,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32950,2,4,4,'Unusually Slow Mace',45693,3,0,8192,1,404648,80929,13,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32954,4,4,-1,'Tom\'s Boots 1',29863,4,16,8192,1,293131,58626,8,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,4,30,7,43,32,23,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32955,4,4,-1,'Tom\'s Boots 2',29863,4,16,8192,1,330659,66131,8,1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,4,35,7,51,32,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32956,4,4,-1,'Tom\'s Boots 3',29863,4,16,8192,1,367105,73421,8,1,-1,145,70,0,0,0,0,0,0,0,0,1,0,0,4,40,7,58,32,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32957,4,4,-1,'Tom\'s Bracer 1',29859,4,16,8192,1,196912,39382,9,1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,4,23,7,33,32,17,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32958,4,4,-1,'Tom\'s Bracer 2',29859,4,16,8192,1,224662,44932,9,1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,4,26,7,37,32,20,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32959,4,4,-1,'Tom\'s Bracer 3',29859,4,16,8192,1,249414,49882,9,1,-1,145,70,0,0,0,0,0,0,0,0,1,0,0,4,30,7,43,32,23,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32960,12,0,-1,'Elekk Dispersion Ray',45784,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41985,0,15,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32961,4,0,-1,'Merciless Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,19,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32962,2,19,-1,'Merciless Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,13,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,443,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9345,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32963,2,4,-1,'Merciless Gladiator\'s Gavel',44858,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,18,31,15,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42122,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340), (32964,2,4,-1,'Merciless Gladiator\'s Salvation',44858,4,36864,0,1,0,0,21,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,42127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-56.3,0,0,0,'',0,0,0,0,0,12340), (32971,0,0,0,'Water Bucket',22198,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42340,0,-1,0,-1,0,-1,42336,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32972,4,0,-1,'Beer Goggles',45840,1,0,0,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42156,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (32973,4,1,-1,'General\'s Mooncloth Cuffs',41255,4,4096,8192,1,110183,22036,9,262143,-1,113,70,0,0,0,0,0,0,0,0,1,0,0,7,35,35,14,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32974,4,1,-1,'General\'s Mooncloth Belt',41475,4,4096,8192,1,119491,23898,6,262143,-1,123,70,0,0,0,0,0,0,5,0,1,0,0,7,60,35,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32975,4,1,-1,'General\'s Mooncloth Slippers',41164,4,4096,8192,1,179928,35985,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,60,35,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32976,4,1,-1,'Marshal\'s Mooncloth Belt',41475,4,4096,8192,1,120401,24080,6,262143,-1,123,70,0,0,0,0,0,0,5,0,1,0,0,7,60,35,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32977,4,1,-1,'Marshal\'s Mooncloth Cuffs',41272,4,4096,8192,1,111880,22376,9,262143,-1,113,70,0,0,0,0,0,0,0,0,1,0,0,7,35,35,14,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32978,4,1,-1,'Marshal\'s Mooncloth Slippers',41484,4,4096,8192,1,181986,36397,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,60,35,27,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32979,4,1,-1,'Veteran\'s Mooncloth Belt',46068,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32980,4,1,-1,'Veteran\'s Mooncloth Cuffs',46069,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32981,4,1,-1,'Veteran\'s Mooncloth Slippers',46071,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,30,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32982,4,4,-1,'General\'s Ornamented Belt',41165,4,4096,8192,1,222574,44514,6,262143,-1,123,70,0,0,0,0,0,0,5,0,1,0,0,7,51,32,23,35,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32983,4,4,-1,'General\'s Ornamented Bracers',41257,4,4096,8192,1,206784,41356,9,262143,-1,113,70,0,0,0,0,0,0,0,0,1,0,0,7,30,32,14,35,13,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32984,4,4,-1,'General\'s Ornamented Greaves',41167,4,4096,8192,1,333717,66743,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,51,32,23,35,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32985,4,4,-1,'Marshal\'s Ornamented Belt',41165,4,4096,8192,1,224988,44997,6,262143,-1,123,70,0,0,0,0,0,0,5,0,1,0,0,7,51,32,23,35,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32986,4,4,-1,'Marshal\'s Ornamented Bracers',41275,4,4096,8192,1,209019,41803,9,262143,-1,113,70,0,0,0,0,0,0,0,0,1,0,0,7,30,32,14,35,13,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32987,4,4,-1,'Marshal\'s Ornamented Greaves',41167,4,4096,8192,1,337311,67462,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,51,32,23,35,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32988,4,4,-1,'Veteran\'s Ornamented Belt',46042,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32989,4,4,-1,'Veteran\'s Ornamented Bracers',46043,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,32,16,5,14,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32990,4,4,-1,'Veteran\'s Ornamented Greaves',46044,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,32,27,5,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32991,4,3,-1,'General\'s Ringmail Bracers',41259,4,4096,8192,1,181310,36262,9,262143,-1,113,70,0,0,0,0,0,0,0,0,1,0,0,7,30,35,13,32,14,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32992,4,3,-1,'General\'s Ringmail Girdle',41477,4,4096,8192,1,177833,35566,6,262143,-1,123,70,0,0,0,0,0,0,5,0,1,0,0,7,51,35,23,32,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32993,4,3,-1,'General\'s Ringmail Sabatons',41481,4,4096,8192,1,268978,53795,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,51,35,23,32,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32994,4,3,-1,'Marshal\'s Ringmail Bracers',41259,4,4096,8192,1,165898,33179,9,262143,-1,113,70,0,0,0,0,0,0,0,0,1,0,0,7,30,35,13,32,14,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32995,4,3,-1,'Marshal\'s Ringmail Girdle',41477,4,4096,8192,1,179891,35978,6,262143,-1,123,70,0,0,0,0,0,0,5,0,1,0,0,7,51,35,23,32,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32996,4,3,-1,'Marshal\'s Ringmail Sabatons',41481,4,4096,8192,1,272079,54415,8,262143,-1,123,70,0,0,0,0,0,0,0,0,1,0,0,7,51,35,23,32,24,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (32997,4,3,-1,'Veteran\'s Ringmail Bracers',46047,4,36864,0,1,0,0,9,262143,32767,126,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,14,35,15,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32998,4,3,-1,'Veteran\'s Ringmail Girdle',46048,4,36864,0,1,0,0,6,262143,32767,136,70,0,0,0,0,0,0,5,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (32999,4,3,-1,'Veteran\'s Ringmail Sabatons',46049,4,36864,0,1,0,0,8,262143,32767,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,27,35,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33004,0,5,-1,'Clamlette Magnifique',16211,1,0,0,1,1200,300,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64056,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33006,2,18,-1,'Vengeful Gladiator\'s Heavy Crossbow',46964,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33007,12,0,-1,'Grimbooze\'s Secret Recipe',1096,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (33008,12,0,0,'Deserter Propaganda',45900,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crates filled with leaflets denouncing Lady Jaina and encouraging Theramore guards to join with the deserters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33009,12,0,0,'Tender Strider Meat',25475,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42222,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Kyle would delight in taking a bite out of this succulent treat!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33010,12,0,-1,'Griftah\'s Note',7263,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You may be able to peek without breaking the seal....',3031,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33012,4,0,-1,'Terokkar Lilac',45907,1,0,0,1,100000,25000,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rare and exquisite... just like all the others.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33013,12,0,-1,'Budd\'s Map of Zul\'Aman',1322,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This map is sketchy, at best....',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33014,4,0,-1,'Fine Poking Stick',45908,1,0,0,1,50000,12500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wrought by nature\'s hands over hundreds of years!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33015,12,0,0,'Altered Leaflets',45923,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The text of these leaflets has been doctored to embarass the Theramore deserters.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33016,2,14,-1,'Blue Brewfest Stein',49972,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41920,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340), (33017,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41921,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Barleybrew brew, when you want the very best.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340), (33018,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41943,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You\'ve called down the thunder!',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340), (33019,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41944,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gordok brew, it\'s wet.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340), (33020,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41945,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Drohn\'s Distillery, a wise choice.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340), (33021,2,14,-1,'Filled Blue Brewfest Stein',49974,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41946,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'T\'chali\'s Voodoo Brew has magic you don\'t want to understand.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-3.5,0,0,0,'',0,0,0,0,0,12340), (33023,0,0,-1,'Savory Sausage',47110,1,65536,0,1,200,50,0,32767,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33024,0,0,-1,'Pickled Sausage',47111,1,65536,0,1,400,100,0,32767,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10257,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33025,0,0,-1,'Spicy Smoked Sausage',47112,1,65536,0,1,500,125,0,32767,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33253,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33026,0,0,-1,'The Golden Link',47113,1,65536,0,1,800,200,0,32767,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33028,0,0,-1,'Barleybrew Light',18102,1,65536,2,1,15,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44109,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33029,0,0,-1,'Barleybrew Dark',18102,1,65536,2,1,50,12,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44110,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33030,0,0,-1,'Barleybrew Clear',18102,1,65536,2,1,3,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44107,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33031,0,0,-1,'Thunder 45',18102,1,65536,0,1,100,25,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44111,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33032,0,0,-1,'Thunderbrew Ale',18102,1,65536,0,1,200,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44112,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33033,0,0,-1,'Thunderbrew Stout',18102,1,65536,0,1,400,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44113,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33034,0,0,-1,'Gordok Grog',18102,1,65536,0,1,400,100,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44114,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33035,0,0,-1,'Ogre Mead',18102,1,65536,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44115,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33036,0,0,-1,'Mudder\'s Milk',18102,1,65536,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44116,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33037,12,0,0,'Defias Orders',34742,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These orders are penned in ornate script on heavy, expensive paper.',3032,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33038,12,0,0,'Damaged Diving Gear',45927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This diving gear would certainly kill anyone who tried to use it in its present condition.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33039,12,0,0,'Tool Kit',45928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Grimy, rusty tools that only a desperate person would attempt to use.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33040,12,0,0,'Repaired Diving Gear',45931,1,65600,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42275,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Renn has repaired this, but there\'s no telling how long it will work.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (33041,12,0,0,'Salvaged Strongbox',12925,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The contents of this box appear to have survived the wreck.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33042,0,5,-1,'Black Coffee',19873,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A warning on the side reads: Contents are HOT! Do not pour on self or others.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33043,0,0,-1,'The Essential Brewfest Pretzel',47114,1,65536,0,1,3,0,0,32767,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5004,0,-1,-1,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33044,12,0,0,'Salvage Kit',45938,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42287,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33045,12,0,0,'Renn\'s Supplies',19595,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains diving gear and salvage supplies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33047,4,0,-1,'Belbi\'s Eyesight Enhancing Romance Goggles',45840,1,0,2,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42156,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed by Belbi Quikswitch to make EVERYONE look attractive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33048,0,5,-1,'Stewed Trout',32650,1,0,0,1,4000,200,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (33050,12,0,0,'Grimtotem Note',35025,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42301,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33051,12,0,0,'Grimtotem Battle Plan',34751,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3033,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33052,0,5,-1,'Fisherman\'s Feast',44291,1,0,0,1,500,125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33258,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (33053,0,5,-1,'Hot Buttered Trout',39119,1,0,0,1,4000,200,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42309,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (33054,4,0,-1,'The Seal of Danzalar',31657,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,33,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From beneath you it devours.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,295,0,0,0,'',67,0,0,0,0,12340), (33055,4,0,-1,'Band of Vile Aggression',44841,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,2,7,37,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33056,4,0,-1,'Veteran\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,27,35,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,0,0,0,25975,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33057,4,0,-1,'Veteran\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33058,4,0,-1,'Band of the Vigilant',31905,4,4096,0,1,241024,60256,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,33,35,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33060,3,8,-1,'Soulbound Test Gem',43108,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red, Blue, or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,681,-1,0,0,0,0,'',0,0,0,0,0,12340), (33061,13,0,0,'Grimtotem Key',23458,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42323,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33063,0,0,-1,'Really Tough Brewfest Bread',6399,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Not edilble,but a handy tool for defending your drink.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (33064,4,0,-1,'Veteran\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,22,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33065,4,0,-1,'Veteran\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33066,4,0,-1,'Veteran\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,31,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33067,4,0,-1,'Veteran\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,4,7,27,35,18,32,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33068,4,0,-1,'Veteran\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,128,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,18,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33069,12,0,0,'Sturdy Rope',43599,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42325,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strong, braided leather rope suitable for capturing large creatures.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33070,12,0,0,'Raptor Bait',6327,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42338,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The nearly rancid remains from a recent hunting trip.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33071,12,0,0,'Blackhoof Armaments',45984,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These arms and armor match the style of those found at the Shady Rest Inn, but haven\'t seen battle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33072,12,0,0,'Tabetha\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42356,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33076,4,8,-1,'Merciless Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34128,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33077,4,7,-1,'Merciless Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42368,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33078,4,9,-1,'Merciless Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42370,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33079,0,0,-1,'Murloc Costume',46046,3,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42365,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33080,2,0,-1,'Elixir of Water Elementals',46081,4,64,0,1,0,2000000,26,-1,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16589,0,0,0,1,330,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'This elixir is rumored to transform it\'s owner into a small water elemental. Usable by Syndicate\'s members only.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (33081,0,8,-1,'Voodoo Skull',46134,1,0,0,1,20,5,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42383,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33082,12,0,0,'Wreath',18168,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42390,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33083,0,8,-1,'Orcish Grog',46142,1,65600,0,1,10,0,0,-1,-1,5,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42391,0,-1,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This doesn\'t do a body good....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,300,0,0,'',0,0,0,0,0,12340), (33084,12,0,-1,'Darkclaw Guano',46722,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ammonia, uric, phosphoric, oxalic, and carbonic acids. Mmm, all the good stuff!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33085,12,0,0,'Bloodfen Feather',46154,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33086,12,0,0,'Stonemaul Banner',7111,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33087,12,0,0,'Black Dragonkin Essence',46176,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33088,12,0,0,'Brogg\'s Totem',43677,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42411,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33089,2,16,-1,'Monster - Mutton',46177,0,4194304,8192,1,12,2,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33091,12,0,0,'Energized Totem',46184,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42418,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Brogg\'s finished totem.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33092,0,1,-1,'Healing Potion Injector',45437,1,0,0,1,20000,5000,0,-1,-1,66,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67486,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33093,0,1,-1,'Mana Potion Injector',45156,1,0,0,1,20000,5000,0,-1,-1,69,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67487,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33095,12,0,0,'Stonemaul Banner',7111,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42425,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This old banner is tattered and foul-smelling, but nonetheless embodies Stonemaul pride.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33096,15,0,-1,'Complimentary Brewfest Sampler',18102,1,196674,0,1,0,0,0,32767,-1,5,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42436,0,-1,-1,0,0,-1,42533,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Free brew in a fun, throwable mug!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (33098,12,0,-1,'Petrov\'s Cluster Bombs',7889,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42406,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Now with the power of bat guano!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_petrov_cluster_bombs',0,0,0,0,0,12340), (33099,0,0,0,'Intact Plague Container',2515,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A label warns against handling this vial without protective equipment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33101,12,0,0,'Captured Totem',37388,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42452,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33102,12,0,0,'Blood of Zul\'jin',15794,4,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Through the vial\'s glass you can feel the warlord\'s blood swirling.',0,0,0,11178,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33103,12,0,0,'Marsh Venom',46209,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33105,4,0,-1,'Budd\'s Guise of Zul\'aman',41734,1,65536,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For this to work, you must think nothing but savage troll thoughts....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33106,12,0,-1,'Forest Troll Tusk',7048,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33107,12,0,-1,'Tattered Voodoo Doll',2622,2,0,0,1,0,0,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A ragged, stained voodoo doll',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33108,12,0,0,'Ooze Buster',46211,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42489,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Explodes pesky oozes, guaranteed!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33109,12,0,-1,'Steel Gate Artifact',6017,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Large and fragile. However will you carry so many?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33110,12,0,0,'Razorspine\'s Sword',46220,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A jagged, rusty blade wielded by an insane murloc.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33111,12,0,-1,'Pristine Mistsaber Catgut',3397,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Finlay\'s stringing crossbows with this stuff? Eww!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33112,12,0,0,'Witchbane',6387,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33113,12,0,0,'Witchbane Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42521,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33114,12,0,0,'Sealed Letter',34749,1,2048,2,1,0,0,0,-1,-1,1,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11185,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33115,12,0,0,'Sealed Letter',34749,1,2048,1,1,0,0,0,-1,-1,1,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11186,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33117,1,0,-1,'Jack-o\'-Lantern',46716,3,0,0,1,80000,20000,18,-1,-1,1,60,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33119,12,0,-1,'Malister\'s Frost Wand',7292,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40969,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Don\'t stick your tongue on it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33120,12,0,-1,'Shoveltusk Meat',2599,1,0,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33121,12,0,-1,'Tarnished Promise Ring',31906,1,2048,8192,1,0,0,0,-1,-1,1,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A little spit-polish and it will look as lovely as the feeling behind it.',0,0,0,11189,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33122,4,1,-1,'Cloak of Darkness',26202,4,0,0,1,190146,38029,16,-1,-1,120,70,0,0,0,0,0,0,0,0,1,0,3,7,25,32,24,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2885,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33123,12,0,-1,'Westguard Cannonball',46245,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'How are you supposed to carry this, let alone ten of them?!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33124,9,1,-1,'Pattern: Cloak of Darkness',6270,3,64,0,1,50000,12500,0,-1,-1,70,0,165,360,0,0,0,967,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Cloak of Darkness.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33126,12,0,0,'Thresher Oil',46248,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33127,12,0,0,'Dastardly Denizens of the Deep',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An old seafarer\'s compilation of illustrated tales about giant sea monsters.',3034,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33129,12,0,-1,'Feknut\'s Firecrackers',46251,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40978,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Neither safe nor sane!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33131,3,0,-1,'Crimson Sun',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,702,-1,0,0,0,0,'',0,0,0,0,0,12340), (33132,3,0,-1,'Delicate Fire Ruby',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,703,-1,0,0,0,0,'',0,0,0,0,0,12340), (33133,3,0,-1,'Don Julio\'s Heart',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,704,-1,0,0,0,0,'',0,0,0,0,0,12340), (33134,3,0,-1,'Kailee\'s Rose',44920,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,705,-1,0,0,0,0,'',0,0,0,0,0,12340), (33135,3,1,-1,'Falling Star',44930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,706,-1,0,0,0,0,'',0,0,0,0,0,12340), (33137,3,1,-1,'Sparkling Falling Star',44930,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,708,-1,0,0,0,0,'',0,0,0,0,0,12340), (33138,3,2,-1,'Mystic Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,709,-1,0,0,0,0,'',0,0,0,0,0,12340), (33139,3,2,-1,'Brilliant Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,710,-1,0,0,0,0,'',0,0,0,0,0,12340), (33140,3,2,-1,'Blood of Amber',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,711,-1,0,0,0,0,'',0,0,0,0,0,12340), (33141,3,2,-1,'Great Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,712,-1,0,0,0,0,'',0,0,0,0,0,12340), (33142,3,2,-1,'Rigid Bladestone',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,713,-1,0,0,0,0,'',0,0,0,0,0,12340), (33143,3,2,-1,'Stone of Blades',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,714,-1,0,0,0,0,'',0,0,0,0,0,12340), (33144,3,2,-1,'Facet of Eternity',44926,4,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket. Socketing this gem causes the item to become Soulbound.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,715,-1,0,0,0,0,'',0,0,0,0,0,12340), (33147,15,0,-1,'Formula: Enchant Cloak - Subtlety',39635,3,64,0,1,100000,25000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (33148,9,8,-1,'Formula: Enchant Cloak - Dodge',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,1011,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase dodge rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33149,9,8,-1,'Formula: Enchant Cloak - Stealth',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,942,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33150,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,2,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,946,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33151,9,8,-1,'Formula: Enchant Cloak - Subtlety',7798,3,64,1,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,947,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to decrease threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33152,9,8,-1,'Formula: Enchant Gloves - Superior Agility',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,989,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase Agility by 15.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33153,9,8,-1,'Formula: Enchant Gloves - Threat',7798,3,64,0,1,100000,25000,0,-1,-1,70,0,333,300,0,0,0,935,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,25072,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat from all attacks and spells by 2%.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33154,15,2,-1,'Sinister Squashling',32955,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,42609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33155,9,10,-1,'Design: Kailee\'s Rose',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,935,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut Kailee\'s Rose.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33156,9,10,-1,'Design: Crimson Sun',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42589,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Crimson Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33157,9,10,-1,'Design: Falling Star',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Falling Star.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33158,9,10,-1,'Design: Stone of Blades',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,989,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42591,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Stone of Blades.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33159,9,10,-1,'Design: Blood of Amber',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,935,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42592,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Blood of Amber.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33160,9,10,-1,'Design: Facet of Eternity',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,989,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42593,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut the Facet of Eternity.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33163,12,0,0,'Zeppelin Cargo',35406,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It seems to have survived the crash intact... mostly.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33164,12,0,-1,'Ever-burning Torches',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42564,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'How do these things keep burning? It must be magic!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33165,9,8,-1,'Formula: Enchant Weapon - Greater Agility',7798,1,64,0,1,30000,7500,0,-1,-1,70,0,333,350,0,0,0,967,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42620,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase Agility by 20. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33166,12,0,0,'Pagle\'s Fish Paste, Extra Strength',46273,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42644,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A jar of the most rank fish-derived paste you\'ve ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33173,4,4,-1,'Ragesteel Shoulders',46324,3,0,0,1,231903,46380,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,4,32,32,17,31,9,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,566,80,0,0,0,0,4,0,4,0,0,0,3205,0,275,0,0,0,0,'',52,0,0,0,0,12340), (33174,9,4,-1,'Plans: Ragesteel Shoulders',6270,3,64,0,1,80000,20000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42662,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ragesteel Shoulders.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33175,12,0,0,'Wyrmtail',19497,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33176,15,5,-1,'Flying Broom',56954,3,65664,0,1,0,0,0,-1,-1,1,60,762,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42667,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (33182,15,5,-1,'Swift Flying Broom',56954,4,65664,0,1,0,0,0,-1,-1,1,70,762,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42668,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (33183,15,5,-1,'Old Magic Broom',47504,3,65664,0,1,0,0,0,-1,-1,1,10,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42680,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (33184,15,5,-1,'Swift Magic Broom',56954,4,65664,0,1,0,0,0,-1,-1,1,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42668,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (33185,0,6,-1,'Adamantite Weapon Chain',9635,2,64,0,1,72000,18000,0,-1,-1,63,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42687,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33186,9,4,-1,'Plans: Adamantite Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,63,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Adamantite Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33187,12,0,-1,'Whisper Gulch Gem',7162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Uncut and worth a small fortune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33188,12,0,-1,'Whisper Gulch Ore Fragment',11183,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31694,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Very odd-looking ore.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33189,15,0,-1,'Rickety Magic Broom',56954,2,65664,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,42692,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (33190,12,0,-1,'Steelring\'s Foolproof Dynamite',18063,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42703,0,0,0,5000,1157,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33191,4,4,-1,'Jungle Stompers',46781,4,0,0,1,347406,69481,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,20,15,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2975,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33192,2,19,-1,'Carved Witch Doctor\'s Stick',48216,4,4096,0,1,0,0,26,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,9,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,9346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33197,4,0,-1,'Mossy Necklace',9858,2,0,8192,1,52000,13000,2,-1,-1,103,66,0,0,0,0,0,0,0,0,1,0,0,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33202,12,0,0,'Marsh Frog Leg',6327,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33203,4,1,-1,'Robes of Heavenly Purpose',47159,4,4096,0,1,250708,50141,20,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,8,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33204,4,2,-1,'Shadowprowler\'s Chestguard',46382,4,0,0,1,262735,52547,5,-1,-1,105,70,0,0,0,0,0,0,0,0,1,0,4,31,8,7,12,4,32,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33205,9,1,-1,'Pattern: Shadowprowler\'s Chestguard',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,967,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Shadowprowler\'s Chestguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33206,4,3,-1,'Pauldrons of Primal Fury',47032,4,0,0,1,286516,57303,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,31,20,3,28,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33207,4,4,-1,'Implacable Guardian Sabatons',46784,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,2863,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33208,0,3,-1,'Flask of Chromatic Wonder',22191,1,0,0,1,5000,1250,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42735,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33209,9,6,-1,'Recipe: Flask of Chromatic Wonder',15274,2,64,0,1,40000,10000,0,-1,-1,70,0,171,375,0,0,0,967,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Flask of Chromatic Wonder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33211,4,2,-1,'Bladeangel\'s Money Belt',46785,4,0,0,1,165731,33146,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39981,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'Accepting donations.',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33214,2,7,-1,'Akil\'zon\'s Talonblade',46789,4,0,0,1,689243,137848,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33215,4,4,-1,'Bloodstained Elven Battlevest',47020,4,0,0,1,470702,94140,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,7,69,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33216,4,4,-1,'Chestguard of Hidden Purpose',49359,4,0,0,1,472377,94475,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,5,31,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33218,0,0,0,'Goblin Gumbo',21473,1,66,0,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42760,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33219,0,0,0,'Goblin Gumbo Kettle',21473,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42753,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33221,12,0,-1,'Plaguehound Cage',22271,1,64,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42769,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33222,4,2,-1,'Nyn\'jah\'s Tabi Boots',46792,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,21,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33223,15,0,0,'Fishing Chair',46524,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42766,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33224,15,5,-1,'Reins of the Spectral Tiger',59462,3,0,0,1,10000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42776,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33225,15,5,-1,'Reins of the Swift Spectral Tiger',59462,4,0,0,1,100000,0,0,262143,2147483647,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42777,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33226,0,0,0,'Tricky Treat',3225,1,198656,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,100,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44436,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,1,12340), (33228,4,1,-1,'Crimson Tunic',46430,2,0,0,1,16136,3227,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,11,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33229,4,1,-1,'Mordant\'s Travel Tunic',46431,2,0,0,1,16195,3239,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,5,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33230,4,1,-1,'Leggings of the Long Road',46432,2,0,0,1,20854,4170,7,262143,2147483647,39,0,0,0,0,0,0,0,0,0,1,0,2,5,8,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33231,4,1,-1,'Oversized Stonemaul Hood',46433,2,0,0,1,16953,3390,1,262143,32767,40,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33232,4,1,-1,'Journeyman\'s Cowl',46434,2,0,0,1,13505,2701,1,262143,32767,37,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33233,4,1,-1,'Cobalt-threaded Gloves',46435,2,0,0,1,11382,2276,10,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,9,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33234,0,0,-1,'Iced Berry Slush',40694,1,0,0,5,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43154,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Chilling!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33235,4,1,-1,'Journeyman\'s Epaulets',13675,2,0,0,1,5158,1031,3,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33236,0,0,-1,'Fizzy Faire Drink \"Classic\"',40853,1,0,0,5,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Because, Let\'s Face it, \'New Fizzy Faire Drink\' Was Awful',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33237,4,2,-1,'Brogg\'s Battle Harness',46437,2,0,0,1,28861,5772,5,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,3,12,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33238,12,0,-1,'Crow Meat',39726,1,64,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42788,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33239,4,2,-1,'Marshwarden\'s Tunic',46438,2,0,0,1,27036,5407,5,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,15,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33240,4,2,-1,'Grimtotem Earthbinder\'s Tunic',8712,2,0,0,1,25126,5025,5,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,12,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33241,4,2,-1,'Oiled Leather Leggings',46439,2,0,0,1,27238,5447,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33242,4,2,-1,'Raptorhide Legguards',46440,2,0,0,1,27340,5468,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33243,4,2,-1,'Skirmisher\'s Cover',46441,2,0,0,1,19055,3811,1,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,3,14,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33244,4,2,-1,'The Wanderer\'s Cover',46442,2,0,0,1,19125,3825,1,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33245,4,2,-1,'Grimsby\'s Gaudy Girdle',46443,2,0,0,1,9974,1994,6,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,3,9,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33246,0,0,-1,'Funnel Cake',35639,1,0,0,5,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33247,4,2,-1,'Swift Wind Spaulders',46444,2,0,0,1,15070,3014,3,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33248,4,2,-1,'Crested Shoulderpads',38664,2,0,0,1,16638,3327,3,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,9,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33249,4,2,-1,'Boots of the Skirmisher',46445,2,0,0,1,16699,3339,8,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,7,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33250,4,2,-1,'Archer\'s Wristguard',46446,2,0,0,1,11173,2234,9,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33251,4,3,-1,'Steel-banded Hauberk',46447,2,0,0,1,31388,6277,5,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,11,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33252,4,3,-1,'Gleaming Scale Breastplate',46448,2,0,0,1,27008,5401,5,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,4,12,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33253,4,3,-1,'Golden Helm',46449,2,0,0,1,18480,3696,1,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,4,11,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33254,0,0,-1,'Afrazi Forest Strider Drumstick',25481,1,0,0,5,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'s... HUGE!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33255,4,4,-1,'Rustproof Waistguard',46462,2,0,0,1,18744,3748,6,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,8,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33256,4,4,-1,'Refitted Bruiser Gauntlets',46461,2,0,0,1,18816,3763,10,262143,2147483647,40,0,0,0,0,0,0,0,0,0,1,0,2,4,5,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33257,4,3,-1,'Scaled Marshwalkers',46452,2,0,0,1,17503,3500,8,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,2,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33258,4,4,-1,'Protective Engineer\'s Leggings',46463,2,0,0,1,37701,7540,7,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,4,11,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33259,4,3,-1,'Crimson Barbut',46454,2,0,0,1,20857,4171,1,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,4,13,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33260,4,1,-1,'Spellbound Cloak',46455,2,0,0,1,18088,3617,16,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33261,4,1,-1,'Destroyer\'s Cloak',35076,2,0,0,1,18156,3631,16,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,4,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33262,4,0,-1,'Morlann\'s Seal',9837,2,0,0,1,20420,5105,11,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,5,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33263,4,0,-1,'Raptor Eye Ring',9834,2,0,0,1,22056,5514,11,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,3,7,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33264,4,0,-1,'Glowing Tourmaline Ring',9847,2,0,0,1,18912,4728,11,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,6,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33265,4,0,-1,'Pendant of Ferocity',9854,2,0,0,1,17512,4378,2,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,6,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',6,0,0,0,0,12340), (33266,4,0,-1,'Book of the Adept',46456,2,0,0,1,17512,4378,23,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,5,6,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33267,2,15,-1,'Fleshripper',46457,2,0,0,1,47739,9547,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,3,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,48,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33268,2,15,-1,'Bone Dirk',46458,2,0,0,1,47914,9582,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,7,1,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,37,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33269,2,15,-1,'Bejeweled Dagger',46459,2,0,0,1,44527,8905,13,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,6,3,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33270,2,7,-1,'Mariner\'s Sword',20214,2,0,0,1,48259,9651,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,62,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33271,2,7,-1,'Battlecaster\'s Edge',20110,2,0,0,1,52436,10487,13,-1,-1,40,0,0,0,0,0,0,0,0,0,1,0,2,7,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,44,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33272,2,0,-1,'Biting Axe',46460,2,0,0,1,45130,9026,13,-1,-1,38,0,0,0,0,0,0,0,0,0,1,0,2,3,5,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,43,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33273,2,2,-1,'Seasoned Marshwood Bow',20667,2,0,0,1,36697,7339,15,-1,-1,39,0,0,0,0,0,0,0,0,0,1,0,2,3,4,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,78,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33274,2,18,-1,'Mercenary\'s Crossbow',38651,2,0,0,1,31580,6316,26,-1,-1,37,0,0,0,0,0,0,0,0,0,1,0,2,7,4,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,67,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',26,0,0,0,0,12340), (33277,0,0,0,'Tome of Thomas Thomson',9135,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3037,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33278,12,0,-1,'Burning Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42793,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33279,4,4,-1,'Iron-tusk Girdle',42651,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,13,22,12,21,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33280,4,3,-1,'War-Feathered Loop',46793,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,29,7,36,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,39922,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33281,4,0,-1,'Brooch of Nature\'s Mercy',33906,4,0,0,1,411111,102777,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,36,33,5,24,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33282,12,0,-1,'Wyrmcaller\'s Horn',13122,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42817,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33283,2,4,-1,'Amani Punisher',46801,4,4096,0,1,662033,132406,21,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,112,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340), (33284,13,0,-1,'Gjalerbron Cage Key',22071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42822,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33285,4,1,-1,'Fury of the Ursine',42602,4,0,0,1,129661,25932,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,12,5,17,6,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33286,4,3,-1,'Mojo-mender\'s Mask',47037,4,0,0,1,292815,58563,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,34,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33287,4,2,-1,'Gnarled Ironwood Pauldrons',46803,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33289,12,0,-1,'Gjalerbron Attack Plans',6270,1,2048,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Detailing plans of an attack upon Westguard Keep by Glacion the frost wyrm.',0,0,0,11237,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33290,13,0,-1,'Large Gjalerbron Cage Key',46764,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42836,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33291,4,1,-1,'Voodoo-woven Belt',46804,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,32,33,7,19,5,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33292,4,1,-1,'Hallowed Helm',46514,3,32768,0,1,10,2,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s a hole for your head...',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33293,4,0,-1,'Signet of Ancient Magics',44358,4,0,0,1,241024,60256,11,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,2,7,12,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33296,4,0,-1,'Brooch of Deftness',46805,4,4096,0,1,0,0,2,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,48,31,22,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33297,4,0,-1,'The Savage\'s Choker',43701,4,0,0,1,353421,88355,2,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,37,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33298,2,15,-1,'Prowler\'s Strikeblade',47127,4,0,0,1,649725,129945,13,32767,-1,132,70,0,0,0,0,0,0,0,1,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15809,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33299,4,4,-1,'Spaulders of the Advocate',46807,4,0,0,1,332223,66444,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,28,7,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33300,4,2,-1,'Shoulderpads of Dancing Blades',46809,4,0,0,1,238628,47725,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,33,7,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33303,4,4,-1,'Skullshatter Warboots',46810,4,0,0,1,346186,69237,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33304,4,1,-1,'Cloak of Subjugated Power',46812,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,32,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33305,9,10,-1,'Design: Don Julio\'s Heart',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,360,0,0,0,933,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut Don Julio\'s Heart.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33306,12,0,0,'Ram Racing Reins',4939,1,131074,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42924,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Giddyup!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33307,9,8,-1,'Formula: Enchant Weapon - Executioner',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,42974,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to occasionally grant you 120 armor penetration rating. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33308,13,0,-1,'Dragonflayer Cage Key',13885,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42981,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33309,4,6,-1,'Merciless Gladiator\'s Redoubt',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33310,12,0,-1,'The Sergeant\'s Machete',46563,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43036,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33311,12,0,-1,'Westguard Command Insignia',43105,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43042,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33312,0,0,-1,'Mana Sapphire',1659,1,2097152,0,1,0,0,0,-1,-1,77,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42987,0,-3,0,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,12340), (33313,4,6,-1,'Merciless Gladiator\'s Barrier',42376,4,36864,0,1,0,0,14,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,27,35,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,152,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33314,12,0,-1,'Vrykul Scroll of Ascension',46575,1,2048,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,11249,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33315,0,8,-1,'QAEnchant Weapon Executioner',7899,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43005,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (33316,9,0,-1,'Tome of Arcane Brilliance',1103,0,64,8192,1,800000,200000,0,31360,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,23028,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This item appears damaged by the elements and no longer readable.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33317,4,1,-1,'Robe of Departed Spirits',48222,4,0,0,1,251665,50333,20,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,31,6,30,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33321,12,0,-1,'Sergeant\'s Torch',14019,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43057,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33322,4,2,-1,'Shimmer-pelt Vest',46813,4,0,0,1,329069,65813,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,5,35,7,34,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33323,12,0,-1,'Sergeant\'s Flare',39448,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49634,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33324,4,3,-1,'Treads of the Life Path',47038,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33325,4,0,-1,'Voodoo Shaker',46817,4,4096,0,1,0,0,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33326,4,6,-1,'Bulwark of the Amani Empire',48211,4,0,0,1,427293,85458,14,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,42,15,19,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,141,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33327,4,4,-1,'Mask of Introspection',47898,4,0,0,1,351100,70220,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33328,4,3,-1,'Arrow-fall Chestguard',46978,4,0,0,1,403458,80691,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,3,39,7,25,5,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33329,4,2,-1,'Shadowtooth Trollskin Cuirass',46979,4,0,0,1,337412,67482,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,3,45,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33330,12,0,0,'Ingvar\'s Head',3918,1,2048,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You wonder to yourself about the proper etiquette for holding the disembodied head of another...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33331,4,4,-1,'Chain of Unleashed Rage',47021,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,37,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33332,4,6,-1,'Enamelled Disc of Mojo',48212,4,0,0,1,395007,79001,14,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,141,0,120,0,0,0,0,4,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33333,4,1,-1,'Kharmaa\'s Shroud of Hope',43292,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,34,35,23,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Everything happens for a reason',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33334,4,0,-1,'Fetish of the Primal Gods',46981,4,4096,0,1,0,0,23,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,17,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33335,12,0,-1,'Cannoneer\'s Smoke Flare',34279,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43076,0,0,0,0,1168,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33336,12,0,-1,'Sergeant\'s Spyglass',7358,1,66,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43051,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33337,12,0,-1,'Giant Toxin Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33339,12,0,-1,'Vrykul Scroll of Ascension',46575,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43089,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33340,12,0,-1,'Winterhoof Emblem',46760,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43102,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33341,12,0,-1,'Brave\'s Spyglass',7358,1,66,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43051,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33342,12,0,-1,'The Brave\'s Machete',46563,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43036,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33343,12,0,-1,'Brave\'s Torch',14019,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43057,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33344,12,0,-1,'Brave\'s Flare',39448,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49625,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33345,12,0,-1,'Vrykul Scroll of Ascension',46575,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,11260,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33346,12,0,-1,'Vrykul Scroll of Ascension',46575,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43089,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A painted dragon skin depicting a mysterious vrykul ritual.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33347,12,0,-1,'Gjalerbron Attack Plans',6270,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Detailing plans of an attack upon Camp Winterhoof by Glacion the frost wyrm.',0,0,0,11266,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33348,12,0,0,'Spotted Hippogryph Down',46608,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33349,0,0,-1,'Plague Vials',2515,1,131136,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43115,0,0,0,2000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33350,2,8,-1,'Frostmourne Art Demo',46609,3,0,8192,1,1417122,283424,17,-1,-1,300,100,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,16916,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33351,12,0,0,'Undamaged Ram Horn',46612,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33352,12,0,0,'Tough Ram Meat',25467,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43214,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Little more than a light snack for a giant yeti.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33354,2,15,-1,'Wub\'s Cursed Hexblade',46982,4,0,0,1,657309,131461,21,32767,-1,132,70,0,0,0,0,0,0,0,1,1,0,3,31,13,32,20,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,126,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44075,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340), (33355,12,0,0,'Wyrmskull Tablet',38760,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Strange runes and symbols cover the tablet.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33356,4,2,-1,'Helm of Natural Regeneration',46983,4,0,0,1,241393,48278,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33357,4,1,-1,'Footpads of Madness',41484,4,4096,0,1,193832,38766,8,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33358,4,1,-1,'Thread-Bare Cloth Belt',46613,0,0,0,1,30101,6020,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33359,4,1,-1,'Thread-Bare Cloth Boots',4615,0,0,0,1,45319,9063,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33360,4,1,-1,'Thread-Bare Cloth Bracers',9894,0,0,0,1,30320,6064,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33361,4,1,-1,'Thread-Bare Cloth Gloves',46614,0,0,0,1,30431,6086,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33362,4,1,-1,'Thread-Bare Cloth Pants',46615,0,0,0,1,61085,12217,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33363,4,1,-1,'Thread-Bare Cloth Shoulderpads',46616,0,0,0,1,45980,9196,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33364,4,1,-1,'Thread-Bare Cloth Vest',46617,0,0,0,1,61524,12304,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33365,4,1,-1,'Frost-Rimed Cloth Belt',6306,0,0,0,1,34209,6841,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33366,4,1,-1,'Frost-Rimed Cloth Boots',4614,0,0,0,1,51498,10299,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33367,4,1,-1,'Frost-Rimed Cloth Bracers',46618,0,0,0,1,32007,6401,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33368,4,1,-1,'Frost-Rimed Cloth Gloves',46619,0,0,0,1,32127,6425,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33369,4,1,-1,'Frost-Rimed Cloth Pants',46620,0,0,0,1,64500,12900,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33370,4,1,-1,'Frost-Rimed Cloth Shoulderpads',46621,0,0,0,1,48559,9711,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33371,4,1,-1,'Frost-Rimed Cloth Vest',46622,0,0,0,1,64985,12997,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33372,4,2,-1,'Fur-Lined Armor',46629,0,0,0,1,73587,14717,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33373,4,2,-1,'Fur-Lined Belt',46630,0,0,0,1,36932,7386,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33374,4,2,-1,'Fur-Lined Boots',46631,0,0,0,1,55607,11121,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33375,4,2,-1,'Fur-Lined Bracers',46632,0,0,0,1,37206,7441,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33376,4,2,-1,'Fur-Lined Gloves',46633,0,0,0,1,37345,7469,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33377,4,2,-1,'Fur-Lined Pants',46634,0,0,0,1,74968,14993,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33378,4,2,-1,'Fur-Lined Shoulderpads',10179,0,0,0,1,56434,11286,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33379,4,2,-1,'Frozen Armor',9726,0,0,0,1,83677,16735,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33380,4,2,-1,'Frozen Belt',46623,0,0,0,1,41992,8398,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33381,4,2,-1,'Frozen Boots',5401,0,0,0,1,63219,12643,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33382,4,2,-1,'Frozen Bracers',46624,0,0,0,1,42300,8460,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33383,4,2,-1,'Frozen Gloves',46625,0,0,0,1,42449,8489,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33384,4,2,-1,'Frozen Pants',46626,0,0,0,1,79086,15817,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33385,4,2,-1,'Frozen Shoulderpads',46628,0,0,0,1,59545,11909,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33386,4,3,-1,'Man\'kin\'do\'s Belt',47036,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33387,12,0,0,'Glorenfeld\'s Package',46627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cipher and tablets are in this package.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33388,2,7,-1,'Heartless',46985,4,0,0,1,642473,128494,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,36,20,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33389,2,15,-1,'Dagger of Bad Mojo',46986,4,0,0,1,644935,128987,13,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,1,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,207,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14049,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33390,4,3,-1,'Icy Mail Armor',46642,0,0,0,1,87629,17525,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33391,4,3,-1,'Icy Mail Belt',46643,0,0,0,1,43981,8796,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33392,4,3,-1,'Icy Mail Boots',46644,0,0,0,1,66516,13303,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33393,4,3,-1,'Icy Mail Bracers',46645,0,0,0,1,44314,8862,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33394,4,3,-1,'Icy Mail Gloves',46646,0,0,0,1,44476,8895,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33395,4,3,-1,'Icy Mail Pants',46647,0,0,0,1,89287,17857,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33396,4,3,-1,'Icy Mail Shoulderpads',37344,0,0,0,1,67514,13502,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33397,4,3,-1,'Frigid Mail Armor',46635,0,0,0,1,99674,19934,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33398,4,3,-1,'Frigid Mail Belt',46636,0,0,0,1,50016,10003,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33399,4,3,-1,'Frigid Mail Boots',46637,0,0,0,1,75636,15127,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33400,4,3,-1,'Frigid Mail Bracers',46638,0,0,0,1,51708,10341,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33401,4,3,-1,'Frigid Mail Gloves',46639,0,0,0,1,51892,10378,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33402,4,3,-1,'Frigid Mail Pants',46640,0,0,0,1,104144,20828,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33403,4,3,-1,'Frigid Mail Shoulderpads',46641,0,0,0,1,78734,15746,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33404,4,4,-1,'Ice-Bound Plate Belt',46649,0,0,0,1,50241,10048,6,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33405,4,4,-1,'Ice-Bound Plate Boots',46650,0,0,0,1,75075,15015,8,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,671,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33406,4,4,-1,'Ice-Bound Plate Bracers',46651,0,0,0,1,50627,10125,9,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33407,4,4,-1,'Ice-Bound Plate Chestpiece',46648,0,0,0,1,101068,20213,5,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,976,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33408,4,4,-1,'Ice-Bound Plate Gloves',46652,0,0,0,1,51018,10203,10,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33409,4,4,-1,'Ice-Bound Plate Pants',46653,0,0,0,1,101835,20367,7,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33410,4,4,-1,'Ice-Bound Plate Shoulderpads',46654,0,0,0,1,76522,15304,3,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33411,12,0,-1,'Dragonskin Map',33399,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33412,4,4,-1,'Frost-Worn Plate Belt',46655,0,0,0,1,57392,11478,6,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33413,4,4,-1,'Frost-Worn Plate Boots',46656,0,0,0,1,85750,17150,8,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33414,4,4,-1,'Frost-Worn Plate Bracers',46657,0,0,0,1,57819,11563,9,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33415,4,4,-1,'Frost-Worn Plate Chestpiece',40746,0,0,0,1,115413,23082,5,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33416,4,4,-1,'Frost-Worn Plate Gloves',46658,0,0,0,1,59804,11960,10,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33417,4,4,-1,'Frost-Worn Plate Pants',46659,0,0,0,1,119348,23869,7,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33418,12,0,-1,'Tillinghast\'s Plague Canister',12926,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43157,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33419,4,4,-1,'Frost-Worn Plate Shoulderpads',46660,0,0,0,1,89985,17997,3,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33420,12,0,-1,'Plagued Proto-Whelp Specimen',39724,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well, it\'s green. Of course, that could just be the dye from the plague gunk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33421,4,4,-1,'Battleworn Tuskguard',46987,4,0,0,1,365013,73002,1,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,60,4,34,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1355,0,0,0,0,0,0,0,0,0,35074,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33422,2,2,-1,'Shattered Bow',46666,0,0,0,1,123821,24764,15,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,189,0,0,0,0,0,0,0,0,0,0,0,2500,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33423,2,4,-1,'Rime-Covered Mace',5009,0,0,0,1,165680,33136,21,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,193,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33424,2,10,-1,'Cracked Iron Staff',20446,0,0,0,1,188016,37603,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,312,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33425,2,7,-1,'Ice-Pitted Blade',46665,0,0,0,1,150998,30199,21,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,185,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33426,2,0,-1,'Chipped Timber Axe',8479,0,0,0,1,151583,30316,21,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,159,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33427,2,3,-1,'Frost-Encrusted Rifle',46664,0,0,0,1,114126,22825,26,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,136,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33428,2,15,-1,'Dulled Shiv',46663,0,0,0,1,152738,30547,13,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,134,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33429,2,1,-1,'Ice Cleaver',8537,0,0,0,1,191655,38331,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,252,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33430,2,8,-1,'Abandoned Greatsword',46661,0,0,0,1,192387,38477,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,292,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33431,2,5,-1,'Icesmashing Mace',8694,0,0,0,1,193118,38623,17,-1,-1,125,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,362,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33432,4,3,-1,'Coif of the Jungle Stalker',47173,4,0,0,1,303457,60691,1,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,3,36,7,40,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33433,4,3,-1,'Frigid Mail Circlet',46668,0,0,0,1,75616,15123,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33434,4,2,-1,'Frozen Leather Helmet',46671,0,0,0,1,63244,12648,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33435,4,4,-1,'Frost-Worn Plate Helmet',50806,0,0,0,1,88687,17737,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33436,4,1,-1,'Frost-Rimed Cloth Hat',46669,0,0,0,1,50959,10191,1,-1,-1,132,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33437,4,3,-1,'Icy Mail Circlet',46673,0,0,0,1,69234,13846,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33438,4,1,-1,'Thread-Bare Hat',46674,0,0,0,1,46323,9264,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33439,4,2,-1,'Fur-Lined Leather Helmet',46672,0,0,0,1,58106,11621,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33440,4,4,-1,'Ice-Bound Plate Helmet',42217,0,0,0,1,81485,16297,1,-1,-1,118,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,793,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33441,12,0,-1,'Tillinghast\'s Plagued Meat',39724,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43172,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33443,0,5,-1,'Sour Goat Cheese',50875,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (33444,0,5,-1,'Pungent Seal Whey',50587,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33445,0,5,-1,'Honeymint Tea',50880,1,0,0,5,11000,550,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33446,4,4,-1,'Girdle of Stromgarde\'s Hope',46989,4,0,0,1,218096,43619,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,23,5,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33447,0,1,-1,'Runic Healing Potion',56990,1,0,0,1,24000,6000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43185,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33448,0,1,-1,'Runic Mana Potion',56989,1,0,0,1,24000,6000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43186,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33449,0,5,-1,'Crusty Flatbread',50868,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (33450,12,0,0,'Carved Horn',17514,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43189,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A large ram\'s horn carved into an instrument, but without ornamentation.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33451,0,5,-1,'Fillet of Icefin',50869,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (33452,0,5,-1,'Honey-Spiced Lichen',50870,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (33453,4,1,-1,'Hood of Hexing',48434,4,0,0,1,203028,40605,1,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,4,7,24,5,33,31,31,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33454,0,5,-1,'Salted Venison',50873,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (33455,12,0,-1,'Brewfest Prize Ticket',46679,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33457,0,4,-1,'Scroll of Agility VI',3331,1,0,0,1,900,225,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43194,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33458,0,4,-1,'Scroll of Intellect VI',2616,1,0,0,1,1080,270,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43195,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33459,0,4,-1,'Scroll of Protection VI',1093,1,0,0,1,990,247,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43196,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33460,0,4,-1,'Scroll of Spirit VI',2616,1,0,0,1,990,247,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43197,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33461,0,4,-1,'Scroll of Stamina VI',1093,1,0,0,1,1080,270,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43198,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33462,0,4,-1,'Scroll of Strength VI',3331,1,0,0,1,900,225,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43199,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33463,4,1,-1,'Hood of the Third Eye',48436,4,0,0,1,210404,42080,1,262143,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,36,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33464,4,3,-1,'Hex Lord\'s Voodoo Pauldrons',46990,4,0,0,1,295842,59168,3,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,17,5,30,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33465,2,10,-1,'Staff of Primal Fury',46991,4,0,0,1,815566,163113,17,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,3,49,7,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,448,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33466,4,0,-1,'Loop of Cursed Bones',9852,4,0,0,1,353421,88355,2,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,36,27,7,19,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33467,2,7,-1,'Blade of Twisted Visions',46992,4,0,0,1,684782,136956,21,-1,-1,138,70,0,0,0,0,0,0,0,1,1,0,3,7,33,5,21,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,128,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-57.3,0,0,0,'',67,0,0,0,0,12340), (33468,2,4,-1,'Dark Blessing',46994,4,0,0,1,687347,137469,21,32767,-1,138,70,0,0,0,0,0,0,0,1,1,0,2,5,19,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,135,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42070,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-57.3,0,0,0,'',67,0,0,0,0,12340), (33469,4,3,-1,'Hauberk of the Empire\'s Champion',46995,4,0,0,1,400067,80013,5,32767,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33470,7,5,-1,'Frostweave Cloth',46711,1,0,0,1,5000,1250,0,32767,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33471,4,1,-1,'Two-toed Sandals',46996,4,4096,0,1,201520,40304,8,262143,32767,133,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mildly uncomfortable for non-trolls.',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33472,12,0,-1,'Gorth\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43233,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33473,4,4,-1,'Chestguard of the Warlord',46998,4,0,0,1,473638,94727,5,1535,-1,133,70,0,0,0,0,0,0,0,0,1,0,5,7,60,12,27,13,26,31,26,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,2,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33474,2,2,-1,'Ancient Amani Longbow',48215,4,0,0,1,505805,101161,15,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15808,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33475,2,8,8,'Frostmourne',46609,6,0,8192,1,4531696,906339,17,-1,-1,296,80,0,0,0,0,0,0,0,1,1,0,0,4,197,5,150,7,263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,43827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Hail to the king, baby!',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33476,2,0,-1,'Cleaver of the Unforgiving',46999,4,0,0,1,707724,141544,13,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,31,14,20,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,205,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33477,12,0,0,'Giant Yeti Meal',44290,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43209,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A meal fit for a giant yeti.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33478,2,8,-1,'Jin\'rohk, The Great Apocalypse',47042,4,0,0,1,890979,178195,17,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,2,7,49,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,570,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33479,4,2,-1,'Grimgrin Faceguard',47001,4,0,0,1,259287,51857,1,1535,-1,133,70,0,0,0,0,0,0,0,0,1,0,3,3,40,7,48,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33480,4,1,-1,'Cord of Braided Troll Hair',47002,4,0,0,1,124461,24892,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,17,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33481,4,4,-1,'Pauldrons of Stone Resolve',47003,4,0,0,1,327309,65461,3,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,43,12,20,15,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,8,0,0,0,3017,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33482,4,3,-1,'Cobra-Lash Boots',45845,4,0,8192,1,278827,55765,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,0,7,65,3,34,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33483,4,2,-1,'Life-step Belt',47005,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,23,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33484,4,1,-1,'Dory\'s Embrace',47589,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,3,7,34,35,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Approximately priceless.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33485,12,0,0,'Sacred Artifact',46687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33486,12,0,0,'Plaguehound Leash',46689,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43232,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33487,12,0,0,'Trapped Prey',44291,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remains of a small creature whose bad day started when it stepped in the wrong place.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33488,12,0,0,'Dragonflayer Battle Plans',23229,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33489,4,1,-1,'Mantle of Ill Intent',47007,4,0,0,1,193095,38619,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,36,33,7,28,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33490,2,10,-1,'Staff of Dark Mending',47008,4,0,0,1,830701,166140,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,7,46,5,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,303,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44077,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2872,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340), (33491,2,3,-1,'Tuskbreaker',47010,4,0,0,1,500267,100053,26,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,1,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33492,2,1,-1,'Trollbane',47011,4,0,0,1,836772,167354,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,2,3,39,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You know this blade...',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33493,2,15,-1,'Umbral Shiv',47012,4,0,0,1,671879,134375,13,32767,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,30,31,13,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,207,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33494,2,10,-1,'Amani Divining Staff',46916,4,0,0,1,842926,168585,17,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,47,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,303,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2889,0,300,-54.3,0,0,0,'',67,0,0,0,0,12340), (33495,2,13,-1,'Rage',47176,4,0,0,1,676802,135360,21,262143,32767,132,70,0,0,0,0,0,0,0,0,1,0,3,32,13,7,18,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33496,4,0,-1,'Signet of Primal Wrath',33534,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,30,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33497,4,0,-1,'Mana Attuned Band',35313,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,36,29,31,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33498,4,0,-1,'Signet of the Quiet Forest',31576,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,36,30,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33499,4,0,-1,'Signet of the Last Defender',45362,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,45,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33500,4,0,-1,'Signet of Eternal Life',39120,4,0,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,54,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33501,4,4,-1,'Bloodthirster\'s Wargreaves',47015,4,4096,0,1,0,0,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,31,38,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33502,4,7,-1,'Libram of Mending',34961,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43741,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33503,4,7,-1,'Libram of Divine Judgement',34959,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43745,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33504,4,7,-1,'Libram of Divine Purpose',34960,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33505,4,9,-1,'Totem of Living Water',46045,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43752,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33506,4,9,-1,'Skycall Totem',47071,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43750,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33507,4,9,-1,'Stonebreaker\'s Totem',47072,4,4096,0,1,0,0,28,32767,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33508,4,8,-1,'Idol of Budding Life',47073,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33509,4,8,-1,'Idol of Terror',39640,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43737,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33510,4,8,-1,'Idol of the Unseen Moon',47088,4,4096,0,1,0,0,28,32767,32767,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33512,4,4,-1,'Furious Deathgrips',47016,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,34,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33513,4,4,-1,'Eternium Rage-shackles',47017,4,4096,0,1,0,0,9,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,4,32,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,40258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33514,4,4,-1,'Pauldrons of Gruesome Fate',47018,4,4096,0,1,0,0,3,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,4,42,31,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33515,4,4,-1,'Unwavering Legguards',47022,4,4096,0,1,0,0,7,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,73,12,22,15,30,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33516,4,4,-1,'Bracers of the Ancient Phalanx',47023,4,4096,0,1,0,0,9,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,12,14,37,15,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33517,4,4,-1,'Bonefist Gauntlets',47024,4,4096,0,1,0,0,10,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,51,14,21,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33518,4,4,-1,'High Justicar\'s Legplates',47025,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,37,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1406,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33519,4,4,-1,'Handguards of the Templar',47026,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33520,4,4,-1,'Vambraces of the Naaru',47027,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,12,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33522,4,4,-1,'Chestguard of the Stoic Guardian',49359,4,4096,0,1,0,0,5,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,60,12,22,13,30,4,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1607,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33523,4,4,-1,'Sabatons of the Righteous Defender',46784,4,4096,0,1,0,0,8,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,45,12,18,31,18,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33524,4,4,-1,'Girdle of the Protector',40515,4,4096,0,1,0,0,6,1535,-1,128,70,0,0,0,0,0,0,0,0,1,0,5,7,40,13,27,12,11,31,18,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33527,4,3,-1,'Shifting Camouflage Pants',47029,4,4096,0,1,0,0,7,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,45,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33528,4,3,-1,'Gauntlets of Sniping',47030,4,4096,0,1,0,0,10,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,4,3,20,7,27,5,20,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33529,4,3,-1,'Steadying Bracers',47031,4,4096,0,1,0,0,9,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,18,7,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,39925,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33530,4,3,-1,'Natural Life Leggings',47177,4,4096,0,1,0,0,7,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,38,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33531,4,3,-1,'Polished Waterscale Gloves',47034,4,4096,0,1,0,0,10,32767,32767,128,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33532,4,3,-1,'Gleaming Earthen Bracers',47035,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33533,4,3,-1,'Avalanche Leggings',47160,4,0,0,1,402062,80412,7,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,40,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33534,4,3,-1,'Grips of Nature\'s Wrath',47034,4,4096,0,1,0,0,10,32767,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33535,4,3,-1,'Earthquake Bracers',47035,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,2,7,19,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33536,4,3,-1,'Stormwrap',46089,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,26,32,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33537,4,3,-1,'Treads of Booming Thunder',47041,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,33,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33538,4,2,-1,'Shallow-grave Trousers',47045,4,4096,0,1,0,0,7,262143,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,45,7,46,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33539,4,2,-1,'Trickster\'s Stickyfingers',47044,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33540,4,2,-1,'Master Assassin Wristwraps',47043,4,4096,0,1,0,0,9,1535,2147483647,128,70,0,0,0,0,0,0,0,0,1,0,3,3,17,7,22,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33541,12,0,0,'Dwarven Keg',46698,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What? Can\'t a crazy dwarf appreciate a quality brew?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33545,12,0,0,'Ancient Cipher',46703,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33546,15,0,-1,'Vicious Fang',959,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33547,15,0,-1,'Hardened Claw',3307,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33548,15,0,-1,'Icy Hoof',37654,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33549,15,0,-1,'Thick Tail Hair',18092,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33550,15,0,-1,'Thick Carapace',6699,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33551,15,0,-1,'Razor Pincer',6636,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33552,4,2,-1,'Pants of Splendid Recovery',47049,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33553,15,0,-1,'Serrated Pincer',6625,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33554,12,0,0,'Grick\'s Bonesaw',46709,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43286,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33555,15,0,-1,'Armored Carapace',6699,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33556,15,0,-1,'Pearly Seashell Fragment',28878,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33557,4,2,-1,'Gargon\'s Bracers of Peaceful Slumber',45753,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,25,7,12,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33558,12,0,0,'Deranged Explorer Brain',37035,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33559,4,2,-1,'Starfire Waistband',46105,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33560,15,0,-1,'Huge Jaws',21368,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33561,15,0,-1,'Hardened Flipper',2874,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33562,15,0,-1,'Enormous Jaws',7350,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33563,12,0,-1,'Forsaken Banner',6748,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43178,0,0,0,15000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33566,4,2,-1,'Blessed Elunite Coverings',47050,4,4096,0,1,0,0,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,5,34,7,33,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33567,7,6,-1,'Borean Leather Scraps',50522,1,1088,0,1,1800,450,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59926,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33568,7,6,-1,'Borean Leather',50523,1,0,0,1,9000,2250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33569,15,0,-1,'Barbed Fang',6002,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33571,15,0,-1,'Rending Talon',1645,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33575,15,0,-1,'Icicle Claw',3307,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33576,15,0,-1,'Gnarled Horn',7089,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33577,4,2,-1,'Moon-walkers',47054,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,2880,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33578,4,2,-1,'Armwraps of the Kaldorei Protector',47055,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,22,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33579,4,2,-1,'Vestments of Hibernation',47056,4,4096,0,1,0,0,5,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,4,4,46,3,45,7,51,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,40258,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33580,4,2,-1,'Band of the Swift Paw',47057,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,26,3,22,7,31,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33581,12,0,0,'Vrykul Insult',7015,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43315,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33582,4,2,-1,'Footwraps of Wild Encroachment',49057,4,4096,0,1,0,0,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,33,7,28,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33583,4,2,-1,'Waistguard of the Great Beast',47060,4,4096,0,1,0,0,6,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,28,7,37,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33584,4,1,-1,'Pantaloons of Arcane Annihilation',47061,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33585,4,1,-1,'Achromic Trousers of the Naaru',48224,4,4096,0,1,0,0,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,35,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33586,4,1,-1,'Studious Wraps',48227,4,4096,0,1,0,0,10,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33587,4,1,-1,'Light-Blessed Bonds',48226,4,4096,0,1,0,0,10,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,22,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,2974,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33588,4,1,-1,'Runed Spell-cuffs',47062,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,18,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33589,4,1,-1,'Wristguards of Tranquil Thought',47065,4,4096,0,1,0,0,9,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,12,5,17,6,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33590,4,1,-1,'Cloak of Fiends',47067,4,0,0,1,198819,39763,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,3,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33591,4,1,-1,'Shadowcaster\'s Drape',47068,4,0,0,1,199536,39907,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,5,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33592,4,1,-1,'Cloak of Ancient Rituals',42615,4,0,0,1,185974,37194,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,5,20,7,22,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33593,4,1,-1,'Slikk\'s Cloak of Placation',47069,4,4096,0,1,0,0,16,-1,-1,128,70,0,0,0,0,0,0,1,0,1,0,3,12,16,7,37,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,238,0,0,0,'',67,0,0,0,0,12340), (33599,12,0,-1,'Dragonflayer Blood Sample',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33604,12,0,-1,'Plague Shooter',46763,1,0,8192,1,0,0,26,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43333,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33605,12,0,0,'Icy Core',39928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sparkling core of a small ice elemental.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33606,12,0,0,'Lurielle\'s Pendant',36592,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49624,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33607,12,0,0,'Enchanted Ice Core',39928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43354,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33610,12,0,-1,'Shaghide Boar Heart',3422,1,2048,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33611,12,0,-1,'Shoveltusk Ligament',20951,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33612,12,0,-1,'Fresh Pound of Flesh',6680,1,0,0,1,8500,2125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33613,12,0,-1,'Abomination Assembly Kit',46780,1,64,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43392,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33614,0,0,0,'Empty Apothecary\'s Flask',49608,1,132160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43373,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your last mix failed, but the container is still intact. It can\'t hurt to try again... or can it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33615,0,0,0,'Flask of Vrykul Blood',46773,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43375,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33616,0,0,0,'Unstable Mix',37857,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43375,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33617,0,0,0,'Balanced Concoction',17882,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Success!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33618,12,0,-1,'Worg Disguise',46775,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43369,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33619,0,0,0,'Lysander\'s Strain',4133,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33620,12,0,-1,'Apothecary\'s Package',20342,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Look at the stuff in here! Why are the Forsaken so evil?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33621,0,0,0,'Plague Spray',49799,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43381,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The latest plague strain, in aerosol form!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33622,9,10,-1,'Design: Relentless Earthstorm Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,933,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,39961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33627,12,0,-1,'Peppy\'s Special Mix',2515,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43386,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33628,12,0,0,'Northern Barbfish',4811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33629,15,0,-1,'Frosty Spinneret',6699,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33630,15,0,-1,'Icy Fang',7129,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33631,15,0,-1,'Frosted Claw',1498,0,0,0,1,1950,487,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33632,15,0,-1,'Icicle Fang',7089,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33634,15,0,-1,'Orehammer\'s Precision Bombs',25483,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43403,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33635,12,0,0,'Reagent Pouch',34798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33637,12,0,0,'Incense Burner',46782,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42786,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33638,15,0,-1,'Runic Crystal',46786,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33639,15,0,-1,'Glowing Runestone',46787,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33640,2,13,-1,'Fury',47175,4,0,0,1,657043,131408,22,262143,32767,132,70,0,0,0,0,0,0,0,0,1,0,2,31,20,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33661,4,6,-1,'Vengeful Gladiator\'s Barrier',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,35,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33662,2,4,-1,'Vengeful Gladiator\'s Bonecracker',47606,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33663,2,5,-1,'Vengeful Gladiator\'s Bonegrinder',47742,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,4,46,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33664,4,3,-1,'Vengeful Gladiator\'s Chain Armor',46880,4,36864,0,1,0,0,5,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,63,3,27,32,25,35,21,5,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33665,4,3,-1,'Vengeful Gladiator\'s Chain Gauntlets',46883,4,36864,0,1,0,0,10,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,52,3,33,32,19,35,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33666,4,3,-1,'Vengeful Gladiator\'s Chain Helm',47951,4,36864,0,1,0,0,1,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,61,3,33,32,26,35,22,5,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33667,4,3,-1,'Vengeful Gladiator\'s Chain Leggings',46882,4,36864,0,1,0,0,7,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,64,3,34,32,25,35,33,5,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33668,4,3,-1,'Vengeful Gladiator\'s Chain Spaulders',46881,4,36864,0,1,0,0,3,4,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,49,3,35,32,16,35,21,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33669,2,0,-1,'Vengeful Gladiator\'s Cleaver',46962,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33670,2,1,-1,'Vengeful Gladiator\'s Decapitator',47732,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,15832,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33671,4,2,-1,'Vengeful Gladiator\'s Dragonhide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,44,4,31,5,21,3,32,35,22,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33672,4,2,-1,'Vengeful Gladiator\'s Dragonhide Helm',48262,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,58,4,32,5,23,3,31,35,25,31,12,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33673,4,2,-1,'Vengeful Gladiator\'s Dragonhide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,55,4,36,5,30,3,37,35,29,31,12,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33674,4,2,-1,'Vengeful Gladiator\'s Dragonhide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,43,4,30,5,16,3,30,35,21,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33675,4,2,-1,'Vengeful Gladiator\'s Dragonhide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,7,7,54,4,30,5,22,3,31,35,26,31,12,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33676,4,1,-1,'Vengeful Gladiator\'s Dreadweave Gloves',48285,4,36864,0,1,0,0,10,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,28,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33677,4,1,-1,'Vengeful Gladiator\'s Dreadweave Hood',46871,4,36864,0,1,0,0,1,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33678,4,1,-1,'Vengeful Gladiator\'s Dreadweave Leggings',46872,4,36864,0,1,0,0,7,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,76,5,32,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33679,4,1,-1,'Vengeful Gladiator\'s Dreadweave Mantle',46876,4,36864,0,1,0,0,3,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,13,35,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33680,4,1,-1,'Vengeful Gladiator\'s Dreadweave Robe',46873,4,36864,0,1,0,0,20,256,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,75,5,21,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33681,4,0,-1,'Vengeful Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33682,4,1,-1,'Vengeful Gladiator\'s Felweave Amice',46876,4,36864,0,1,0,0,3,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,13,35,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33683,4,1,-1,'Vengeful Gladiator\'s Felweave Cowl',46871,4,36864,0,1,0,0,1,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,15,32,22,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33684,4,1,-1,'Vengeful Gladiator\'s Felweave Handguards',48285,4,36864,0,1,0,0,10,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,18,32,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33685,4,1,-1,'Vengeful Gladiator\'s Felweave Raiment',46873,4,36864,0,1,0,0,20,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,15,32,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33686,4,1,-1,'Vengeful Gladiator\'s Felweave Trousers',46872,4,36864,0,1,0,0,7,256,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,24,32,33,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33687,2,4,-1,'Vengeful Gladiator\'s Gavel',47740,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,31,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340), (33688,2,8,-1,'Vengeful Gladiator\'s Greatsword',46900,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,4,46,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33689,2,0,-1,'Vengeful Gladiator\'s Hacker',46962,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33690,4,2,-1,'Vengeful Gladiator\'s Kodohide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33691,4,2,-1,'Vengeful Gladiator\'s Kodohide Helm',48261,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,39,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33692,4,2,-1,'Vengeful Gladiator\'s Kodohide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,44,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33693,4,2,-1,'Vengeful Gladiator\'s Kodohide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,24,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33694,4,2,-1,'Vengeful Gladiator\'s Kodohide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,55,5,35,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33695,4,4,-1,'Vengeful Gladiator\'s Lamellar Chestpiece',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,31,32,38,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33696,4,4,-1,'Vengeful Gladiator\'s Lamellar Gauntlets',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,30,32,29,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33697,4,4,-1,'Vengeful Gladiator\'s Lamellar Helm',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,28,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33698,4,4,-1,'Vengeful Gladiator\'s Lamellar Legguards',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,70,5,29,32,39,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33699,4,4,-1,'Vengeful Gladiator\'s Lamellar Shoulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,23,32,28,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33700,4,2,-1,'Vengeful Gladiator\'s Leather Gloves',46940,4,36864,0,1,0,0,10,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,33,35,24,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33701,4,2,-1,'Vengeful Gladiator\'s Leather Helm',47825,4,36864,0,1,0,0,1,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,65,3,31,35,25,32,21,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33702,4,2,-1,'Vengeful Gladiator\'s Leather Legguards',46937,4,36864,0,1,0,0,7,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,3,35,32,25,35,40,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33703,4,2,-1,'Vengeful Gladiator\'s Leather Spaulders',46938,4,36864,0,1,0,0,3,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,34,32,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33704,4,2,-1,'Vengeful Gladiator\'s Leather Tunic',46939,4,36864,0,1,0,0,5,8,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,64,3,31,35,25,32,17,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33705,2,13,-1,'Vengeful Gladiator\'s Left Ripper',46967,4,36864,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33706,4,3,-1,'Vengeful Gladiator\'s Linked Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,64,38,54,32,30,35,31,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21632,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33707,4,3,-1,'Vengeful Gladiator\'s Linked Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,66,32,32,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33708,4,3,-1,'Vengeful Gladiator\'s Linked Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,38,68,32,33,35,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33709,4,3,-1,'Vengeful Gladiator\'s Linked Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,6,7,67,38,76,32,36,35,31,5,33,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33710,4,3,-1,'Vengeful Gladiator\'s Linked Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,52,38,50,32,27,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33711,4,3,-1,'Vengeful Gladiator\'s Mail Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,28,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21365,1,0,0,-1,0,-1,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33712,4,3,-1,'Vengeful Gladiator\'s Mail Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,23,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33713,4,3,-1,'Vengeful Gladiator\'s Mail Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,23,32,26,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33714,4,3,-1,'Vengeful Gladiator\'s Mail Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33715,4,3,-1,'Vengeful Gladiator\'s Mail Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,22,32,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21627,1,0,0,-1,0,-1,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33716,2,10,-1,'Vengeful Gladiator\'s Staff',47744,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,38,92,32,46,35,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,214,322,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33717,4,1,-1,'Vengeful Gladiator\'s Mooncloth Gloves',46932,4,32768,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,23,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33718,4,1,-1,'Vengeful Gladiator\'s Mooncloth Hood',48113,4,36864,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,23,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33719,4,1,-1,'Vengeful Gladiator\'s Mooncloth Leggings',46925,4,36864,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,70,5,28,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33720,4,1,-1,'Vengeful Gladiator\'s Mooncloth Mantle',46926,4,36864,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,21,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33721,4,1,-1,'Vengeful Gladiator\'s Mooncloth Robe',46927,4,36864,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,61,5,27,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33722,4,4,-1,'Vengeful Gladiator\'s Ornamented Chestguard',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,37,32,36,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33723,4,4,-1,'Vengeful Gladiator\'s Ornamented Gloves',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,44,5,29,32,28,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33724,4,4,-1,'Vengeful Gladiator\'s Ornamented Headcover',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,34,32,26,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33725,4,4,-1,'Vengeful Gladiator\'s Ornamented Legplates',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,5,39,32,40,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33726,4,4,-1,'Vengeful Gladiator\'s Ornamented Spaulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,40,5,27,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33727,2,6,-1,'Vengeful Gladiator\'s Painsaw',40368,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,62,32,47,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,354,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33728,4,4,-1,'Vengeful Gladiator\'s Plate Chestpiece',46867,4,36864,0,1,0,0,5,1,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,67,4,39,32,39,35,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33729,4,4,-1,'Vengeful Gladiator\'s Plate Gauntlets',46868,4,36864,0,1,0,0,10,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,52,4,37,32,32,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33730,4,4,-1,'Vengeful Gladiator\'s Plate Helm',49686,4,36864,0,1,0,0,1,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,61,4,39,32,35,35,25,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33731,4,4,-1,'Vengeful Gladiator\'s Plate Legguards',46866,4,36864,0,1,0,0,7,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,70,4,51,32,47,35,22,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33732,4,4,-1,'Vengeful Gladiator\'s Plate Shoulders',46865,4,36864,0,1,0,0,3,1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,57,4,33,32,30,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33733,2,4,-1,'Vengeful Gladiator\'s Pummeler',47606,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33734,2,7,-1,'Vengeful Gladiator\'s Quickblade',46970,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33735,4,6,-1,'Vengeful Gladiator\'s Redoubt',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,35,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33736,4,0,-1,'Vengeful Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,21,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33737,2,13,-1,'Vengeful Gladiator\'s Right Ripper',46966,4,36864,0,1,0,0,21,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33738,4,3,-1,'Vengeful Gladiator\'s Ringmail Armor',46891,4,36864,0,1,0,0,20,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,30,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33739,4,3,-1,'Vengeful Gladiator\'s Ringmail Gauntlets',46892,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,23,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33740,4,3,-1,'Vengeful Gladiator\'s Ringmail Helm',46894,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,28,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33741,4,3,-1,'Vengeful Gladiator\'s Ringmail Leggings',46895,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33742,4,3,-1,'Vengeful Gladiator\'s Ringmail Spaulders',46890,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,23,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33743,2,4,-1,'Vengeful Gladiator\'s Salvation',47740,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,23,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340), (33744,4,1,-1,'Vengeful Gladiator\'s Satin Gloves',46932,4,36864,0,1,0,0,10,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,22,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33745,4,1,-1,'Vengeful Gladiator\'s Satin Hood',48113,4,36864,0,1,0,0,1,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33746,4,1,-1,'Vengeful Gladiator\'s Satin Leggings',46925,4,36864,0,1,0,0,7,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,73,5,32,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33747,4,1,-1,'Vengeful Gladiator\'s Satin Mantle',46926,4,36864,0,1,0,0,3,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33748,4,1,-1,'Vengeful Gladiator\'s Satin Robe',46927,4,36864,0,1,0,0,20,16,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,63,5,27,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33749,4,4,-1,'Vengeful Gladiator\'s Scaled Chestpiece',47949,4,36864,0,1,0,0,5,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,54,5,27,32,36,4,41,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33750,4,4,-1,'Vengeful Gladiator\'s Scaled Gauntlets',46949,4,36864,0,1,0,0,10,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,40,5,22,32,26,4,40,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,44300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33751,4,4,-1,'Vengeful Gladiator\'s Scaled Helm',47759,4,36864,0,1,0,0,1,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,54,5,27,32,28,4,47,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33752,4,4,-1,'Vengeful Gladiator\'s Scaled Legguards',46951,4,36864,0,1,0,0,7,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,66,5,23,32,36,4,54,35,36,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1597,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33753,4,4,-1,'Vengeful Gladiator\'s Scaled Shoulders',46953,4,36864,0,1,0,0,3,2,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,20,32,26,4,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33754,2,15,-1,'Vengeful Gladiator\'s Shanker',47733,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,223,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33755,4,6,-1,'Vengeful Gladiator\'s Shield Wall',42376,4,36864,0,1,0,0,14,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,55,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,167,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33756,2,15,-1,'Vengeful Gladiator\'s Shiv',47733,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,188,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33757,4,1,-1,'Vengeful Gladiator\'s Silk Amice',46928,4,36864,0,1,0,0,3,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,13,35,23,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33758,4,1,-1,'Vengeful Gladiator\'s Silk Cowl',47799,4,36864,0,1,0,0,1,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,59,5,23,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33759,4,1,-1,'Vengeful Gladiator\'s Silk Handguards',46930,4,36864,0,1,0,0,10,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,18,32,22,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (33760,4,1,-1,'Vengeful Gladiator\'s Silk Raiment',46931,4,36864,0,1,0,0,20,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,15,32,33,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33761,4,1,-1,'Vengeful Gladiator\'s Silk Trousers',46933,4,36864,0,1,0,0,7,128,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,59,5,34,32,33,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (33762,2,7,-1,'Vengeful Gladiator\'s Slicer',46970,4,36864,0,1,0,0,13,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,322,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33763,2,15,-1,'Vengeful Gladiator\'s Spellblade',46973,4,36864,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,20,35,18,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340), (33764,2,19,-1,'Vengeful Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9346,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33765,2,16,-1,'Vengeful Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,17,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,306,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,9336,1,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33766,2,10,-1,'Vengeful Gladiator\'s War Staff',47743,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,29,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,198,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,43455,1,0,0,-1,0,-1,44001,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340), (33767,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Gloves',46941,4,36864,0,1,0,0,10,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,24,35,22,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33768,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Helm',48262,4,36864,0,1,0,0,1,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,30,35,28,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33769,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Legguards',46946,4,36864,0,1,0,0,7,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,35,35,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (33770,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Spaulders',46944,4,36864,0,1,0,0,3,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,20,35,22,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,21625,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33771,4,2,-1,'Vengeful Gladiator\'s Wyrmhide Tunic',46945,4,36864,0,1,0,0,5,1024,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,28,35,27,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33774,12,0,0,'Incense Burner',46782,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43466,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33778,12,0,0,'Book of Runes - Chapter 1',7270,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43490,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33779,12,0,0,'Book of Runes - Chapter 2',7015,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43490,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33780,12,0,0,'Book of Runes - Chapter 3',1093,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43490,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33781,12,0,0,'The Book of Runes',1103,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33782,3,4,-1,'Steady Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,741,-1,0,0,0,0,'',0,0,0,0,0,12340), (33783,9,10,-1,'Design: Steady Talasite',6270,3,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43493,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Talasite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33784,15,0,-1,'Darkrune Fragment',20774,1,1088,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43521,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The rune has been broken into five pieces.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33791,2,7,-1,'Heavy Copper Longsword',46839,2,0,0,1,1582,316,13,-1,-1,11,6,0,0,0,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',21,0,0,0,0,12340), (33792,9,4,-1,'Plans: Heavy Copper Longsword',15274,2,64,0,1,100,25,0,-1,-1,10,0,164,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,43549,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Heavy Copper Longsword.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33794,12,0,0,'Iron Rune Carving Tools',46851,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33796,12,0,0,'Rune of Command',38759,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49859,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33797,0,0,0,'Portable Brewfest Keg',47356,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44066,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,240,0,0,'',0,0,0,0,0,12340), (33801,2,15,-1,'Vengeful Gladiator\'s Mutilator',47733,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33803,6,2,-1,'Adamantite Stinger',26497,3,0,0,200,1000,2,24,-1,-1,118,62,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33804,9,3,-1,'Schematic: Adamantite Arrow Maker',1102,2,64,0,1,60000,15000,0,-1,-1,67,0,202,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43676,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Arrow Maker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33805,4,3,-1,'Shadowhunter\'s Treads',47004,4,0,0,1,278827,55765,8,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,26,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,39925,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33806,12,0,0,'Runeseeking Pick',47009,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43666,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33808,4,4,-1,'The Horseman\'s Helm',51920,4,32768,0,1,0,0,1,262143,2147483647,110,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,43873,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33809,15,5,-1,'Amani War Bear',40160,4,0,0,1,0,0,0,262143,-1,70,70,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43688,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33810,4,4,-1,'Amani Mask of Death',47019,4,4096,0,1,0,0,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,4,46,7,51,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33811,4,4,-1,'Vindicator\'s Plate Belt',47047,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,49,4,35,32,35,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33812,4,4,-1,'Vindicator\'s Plate Greaves',44735,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,4,35,32,35,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33813,4,4,-1,'Vindicator\'s Plate Bracers',47092,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,36,4,25,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3015,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33814,12,0,-1,'Keli\'dan\'s Feathered Stave',12989,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The feathers are a bit ruffled from the fight, but still in top shape.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33815,12,0,-1,'Bladefist\'s Seal',47048,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Forged from the strongest metals, it bears the mark of the deceased warchief.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33816,15,2,-1,'Toothy\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33818,15,2,-1,'Muckbreath\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43698,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33819,12,0,0,'Rune Sample',38757,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43692,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A small, rune-covered section carved from a stone giant.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33820,4,1,-1,'Weather-Beaten Fishing Hat',47051,3,192,0,1,127451,25490,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,40,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,7823,1,0,0,0,0,0,43699,0,0,0,600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (33821,12,0,-1,'The Heart of Quagmirran',5283,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'One of three hearts, it kind of looks like an artichoke.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33823,7,8,-1,'Bloodfin Catfish',24711,1,0,0,1,160,8,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33824,7,8,-1,'Crescent-Tail Skullfish',38902,1,0,0,1,160,8,0,-1,-1,65,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33825,0,5,-1,'Skullfish Soup',46273,1,0,0,1,600,150,0,-1,-1,70,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43706,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33826,12,0,-1,'Black Stalker Egg',45651,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It pulses with life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33827,12,0,-1,'The Warlord\'s Treatise',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written in the water-proofed alien script of the naga, this volume is thousands of pages long.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33828,4,0,-1,'Tome of Diabolic Remedy',47091,4,0,0,1,364641,91160,12,262143,32767,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40343,1,0,0,120000,0,-1,43710,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33829,4,0,-1,'Hex Shrunken Head',47093,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,43712,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33830,4,0,-1,'Ancient Aqir Artifact',35439,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,1,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43713,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33831,4,0,-1,'Berserker\'s Call',47094,4,0,0,1,364641,91160,12,-1,-1,133,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,43716,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33832,4,0,-1,'Battlemaster\'s Determination',47095,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15826,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33833,12,0,-1,'Nazan\'s Riding Crop',45500,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This certainly looks as if it would hurt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33834,12,0,-1,'The Headfeathers of Ikiss',47098,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The plumes are a display of beautiful autumnal hues.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33835,12,0,-1,'Shaffar\'s Wondrous Amulet',19764,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the source of Nexus-Prince Shaffar\'s magic. Too bad that you can\'t figure out how to use it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33836,12,0,-1,'The Exarch\'s Soul Gem',46252,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s hard to believe that this bauble holds the spirits of many victims. Nevertheless, you can sense them in turmoil within.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33837,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43718,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33838,12,0,-1,'Giant Kaliri Wing',22200,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33839,12,0,-1,'Kaliri Stew',47100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like revenge is on the menu tonight! Kaliri never tasted so good.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33840,12,0,-1,'Murmur\'s Whisper',41681,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The professor was right, Murmur\'s \'whisper\' does have a physical manifestation!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33841,4,8,-1,'Vengeful Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43725,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33842,4,7,-1,'Vengeful Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43726,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33843,4,9,-1,'Vengeful Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43728,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33844,15,0,-1,'Barrel of Fish',47102,1,4,0,1,350,87,0,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A warning label reads: Do Not Shoot.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33846,15,0,-1,'Ruined Fishing Net',3673,0,0,0,1,1855,463,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33847,12,0,-1,'Epoch Hunter\'s Head',31434,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'ll look fine mounted just so long as the wind trader\'s customer has plenty of wall space.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33848,12,0,-1,'Demon Broiled Surprise',47100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells delicious!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33849,12,0,-1,'Mana Berry',47104,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33850,12,0,-1,'Spiritual Soup',47836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not made of chicken, but it\'s definitely good for the soul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33851,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43724,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Can only be used at the Ancestral Grounds in Nagrand.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33852,12,0,-1,'Cooking Pot',47096,1,1088,0,1,0,0,0,-1,-1,65,0,185,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,43723,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Requires the smoldering corpse of an Abyssal Flamebringer.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33853,4,0,-1,'Vindicator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,31,35,22,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,43782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33854,15,0,-1,'Unidentified Eye',13714,0,0,0,1,2255,563,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Maybe it belonged to an animal, and maybe it didn\'t.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33855,4,0,-1,'Tarnished Silver Ring',26001,0,0,0,1,15000,3750,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This ring has seen better days.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33856,15,0,-1,'List of Goods',7695,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Blood and water stains have made the list unreadable.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33857,15,0,0,'Crate of Meat',9151,1,4,0,1,455,113,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mostly meat and whatever else was sitting around.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33858,12,0,-1,'Aeonus\'s Hourglass',43101,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sands are falling upward!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33859,12,0,-1,'Warp Splinter Clipping',928,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hard to believe that the druids think they can regrow such a massive ancient from such a small twig.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33860,12,0,-1,'Pathaleon\'s Projector',31205,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So this is what he used to appear all over the place!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33861,12,0,-1,'The Scroll of Skyriss',47106,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Indeed, the language written upon the scroll is illegible. In fact, it hurts your brain to even look upon it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33862,4,0,-1,'Brewfest Regalia',47130,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33863,4,0,-1,'Brewfest Dress',47220,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33864,4,0,-1,'Brown Brewfest Hat',47255,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33865,0,0,-1,'Amani Hex Stick',47109,2,64,0,1,1600,400,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43732,0,-1,-1,0,150,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It be yer trusty anti-hexxor\', mon!',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33866,0,5,-1,'Stormchops',42924,1,64,0,1,2200,550,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43730,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33867,0,5,-1,'Broiled Bloodfin',24711,1,0,0,1,160,8,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45618,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33868,4,0,-1,'Brewfest Boots',51758,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33869,9,5,-1,'Recipe: Broiled Bloodfin',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Broiled Bloodfin.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33870,9,5,-1,'Recipe: Skullfish Soup',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Skullfish Soup.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33871,9,5,-1,'Recipe: Stormchops',6270,3,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Stormchops.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33872,0,5,-1,'Spicy Hot Talbuk',39720,1,0,0,1,600,150,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43763,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33873,9,5,-1,'Recipe: Spicy Hot Talbuk',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Hot Talbuk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33874,0,5,-1,'Kibler\'s Bits',25469,1,0,0,1,600,150,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65247,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pet tested, hunter approved.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33875,9,5,-1,'Recipe: Kibler\'s Bits',15274,2,64,0,1,20000,5000,0,-1,-1,60,0,185,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43772,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Kibler\'s Bits.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33876,4,3,-1,'Vindicator\'s Chain Bracers',47405,4,36864,0,1,0,0,9,260708,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,33,3,23,35,13,32,11,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33877,4,3,-1,'Vindicator\'s Chain Girdle',47406,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,48,3,33,35,21,32,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33878,4,3,-1,'Vindicator\'s Chain Sabatons',47408,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,48,3,33,35,21,32,18,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33879,4,2,-1,'Vindicator\'s Dragonhide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,6,7,42,4,30,3,29,35,26,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33880,4,2,-1,'Vindicator\'s Dragonhide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,6,7,42,4,30,3,29,35,26,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33881,4,2,-1,'Vindicator\'s Dragonhide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,29,4,22,3,22,35,17,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33882,4,1,-1,'Vindicator\'s Dreadweave Belt',47412,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33883,4,1,-1,'Vindicator\'s Dreadweave Cuffs',47413,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33884,4,1,-1,'Vindicator\'s Dreadweave Stalkers',47414,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33885,4,2,-1,'Vindicator\'s Kodohide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33886,4,2,-1,'Vindicator\'s Kodohide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33887,4,2,-1,'Vindicator\'s Kodohide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,29,5,22,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33888,4,4,-1,'Vindicator\'s Lamellar Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33889,4,4,-1,'Vindicator\'s Lamellar Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,32,20,5,17,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33890,4,4,-1,'Vindicator\'s Lamellar Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33891,4,2,-1,'Vindicator\'s Leather Belt',47900,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,49,3,33,32,19,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33892,4,2,-1,'Vindicator\'s Leather Boots',47403,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,49,3,33,32,19,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33893,4,2,-1,'Vindicator\'s Leather Bracers',46057,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,33,3,25,32,12,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33894,4,3,-1,'Vindicator\'s Linked Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,33,38,50,35,12,32,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33895,4,3,-1,'Vindicator\'s Linked Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,49,38,68,35,21,32,33,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33896,4,3,-1,'Vindicator\'s Linked Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,49,38,66,35,21,32,34,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33897,4,3,-1,'Vindicator\'s Mail Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,17,35,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33898,4,3,-1,'Vindicator\'s Mail Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33899,4,3,-1,'Vindicator\'s Mail Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33900,4,1,-1,'Vindicator\'s Mooncloth Belt',47421,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33901,4,1,-1,'Vindicator\'s Mooncloth Cuffs',47422,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33902,4,1,-1,'Vindicator\'s Mooncloth Slippers',47423,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,31,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33903,4,4,-1,'Vindicator\'s Ornamented Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33904,4,4,-1,'Vindicator\'s Ornamented Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,32,20,5,17,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33905,4,4,-1,'Vindicator\'s Ornamented Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,32,30,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33906,4,3,-1,'Vindicator\'s Ringmail Bracers',47418,4,36864,0,1,0,0,9,68,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,17,35,15,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33907,4,3,-1,'Vindicator\'s Ringmail Girdle',47419,4,36864,0,1,0,0,6,68,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33908,4,3,-1,'Vindicator\'s Ringmail Sabatons',47420,4,36864,0,1,0,0,8,68,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,35,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33909,4,4,-1,'Vindicator\'s Scaled Belt',47415,4,36864,0,1,0,0,6,3,32767,146,70,0,0,0,0,0,0,5,0,1,0,5,7,39,4,40,32,27,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33910,4,4,-1,'Vindicator\'s Scaled Bracers',47416,4,36864,0,1,0,0,9,3,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,7,28,4,29,32,15,5,15,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33911,4,4,-1,'Vindicator\'s Scaled Greaves',47417,4,36864,0,1,0,0,8,3,32767,146,70,0,0,0,0,0,0,0,0,1,0,5,7,39,4,40,32,27,5,26,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33912,4,1,-1,'Vindicator\'s Silk Belt',47425,4,36864,0,1,0,0,6,400,32767,146,70,0,0,0,0,0,0,5,0,1,0,4,7,43,5,30,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33913,4,1,-1,'Vindicator\'s Silk Cuffs',47426,4,36864,0,1,0,0,9,400,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,22,32,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33914,4,1,-1,'Vindicator\'s Silk Footguards',47427,4,36864,0,1,0,0,8,400,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,30,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (33915,4,2,-1,'Vindicator\'s Wyrmhide Belt',47409,4,36864,0,1,0,0,6,1032,32767,146,70,0,0,0,0,0,0,5,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33916,4,2,-1,'Vindicator\'s Wyrmhide Boots',47428,4,36864,0,1,0,0,8,1032,32767,146,70,0,0,0,0,0,0,0,0,1,0,3,7,43,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33917,4,2,-1,'Vindicator\'s Wyrmhide Bracers',47411,4,36864,0,1,0,0,9,1032,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (33918,4,0,-1,'Vindicator\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,35,22,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33919,4,0,-1,'Vindicator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,32,26,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,0,0,0,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33920,4,0,-1,'Vindicator\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,31,35,18,32,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33921,4,0,-1,'Vindicator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,35,35,18,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33922,4,0,-1,'Vindicator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,34,35,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33923,4,0,-1,'Vindicator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,35,32,22,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33924,0,5,0,'Delicious Chocolate Cake',47763,1,0,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43777,0,-1,-1,-1,11,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33925,9,5,-1,'Recipe: Delicious Chocolate Cake',6270,3,64,0,1,20000,5000,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake a Delicious Chocolate Cake.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33926,0,0,-1,'Sealed Scroll Case',47123,3,4,0,1,1000,250,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A hermetically sealed tube.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33927,0,0,0,'Brewfest Pony Keg',8935,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43808,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33928,0,0,-1,'Hollowed Bone Decanter',47124,3,4,0,1,1000,250,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ivory container - that IS ivory, right?',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33929,0,0,-1,'Brewfest Brew',18102,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33930,0,8,-1,'Amani Charm of the Bloodletter',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43816,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33931,0,8,-1,'Amani Charm of Mighty Mojo',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43818,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33932,0,8,-1,'Amani Charm of the Witch Doctor',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43820,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33933,0,8,-1,'Amani Charm of the Raging Defender',31846,2,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43822,0,-1,-1,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33934,0,1,-1,'Crystal Healing Potion',47132,1,0,0,1,0,0,0,-1,-1,60,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33935,0,1,-1,'Crystal Mana Potion',47133,1,0,0,1,0,0,0,-1,-1,62,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33936,4,7,-1,'Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43850,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33937,4,7,-1,'Merciless Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43851,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33938,4,7,-1,'Vengeful Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43852,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33939,4,9,-1,'Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43857,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33940,4,9,-1,'Merciless Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43858,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33941,4,9,-1,'Vengeful Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43859,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33942,4,8,-1,'Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33943,4,8,-1,'Merciless Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43844,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33944,4,8,-1,'Vengeful Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43845,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33945,4,8,-1,'Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43840,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33946,4,8,-1,'Merciless Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43842,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33947,4,8,-1,'Vengeful Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43843,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33948,4,7,-1,'Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33949,4,7,-1,'Merciless Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43855,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33950,4,7,-1,'Vengeful Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43856,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33951,4,9,-1,'Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43860,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33952,4,9,-1,'Merciless Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43861,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33953,4,9,-1,'Vengeful Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43862,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33954,9,4,-1,'Plans: Hammer of Righteous Might',1096,4,64,0,1,480000,120000,0,-1,-1,73,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43846,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hammer of Righteous Might.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33955,12,0,-1,'Brewfest Stein Voucher',7744,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Turn in to receive a Commemorative Brewfest Stein!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33956,0,0,-1,'Harkor\'s Home Brew',18102,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43864,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ain\'t much a pint a\' this won\'t fix!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33957,4,0,-1,'Witches Band',47144,4,32768,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (33959,4,0,-1,'Ring of Ghoulish Delight',47144,4,557056,8192,1,790112,197528,11,262143,-1,110,70,0,0,0,0,0,0,0,0,1,0,0,7,31,38,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33960,12,0,-1,'Scourging Crystal Controller',47149,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50133,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33961,12,0,-1,'Scourge Device',47149,1,2048,2,1,0,0,0,-1,-1,1,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What an odd-looking thing. Perhaps Explorer Jaren would like to have a look at it?',0,0,0,11395,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33962,12,0,-1,'Scourge Device',47149,1,2048,1,1,0,0,0,262143,690,1,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What an odd-looking thing. Perhaps Apothecary Anastasia would like to have a look at it?',0,0,0,11398,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33964,4,3,-1,'Helm of the Stormcaller',47037,4,4096,8192,1,0,0,1,-1,-1,128,70,0,0,0,0,0,0,0,0,1,0,0,7,68,32,22,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,4,0,8,0,2889,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33965,4,3,-1,'Hauberk of the Furious Elements',46995,4,4096,0,1,0,0,5,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,34,36,35,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33966,4,0,-1,'Brewfest Slippers',47221,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33967,4,0,-1,'Green Brewfest Hat',47170,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33968,4,0,-1,'Blue Brewfest Hat',47254,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33969,4,0,-1,'Purple Brewfest Hat',47256,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,762,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33970,4,3,-1,'Pauldrons of the Furious Elements',46990,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,24,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33971,4,2,-1,'Elunite Imbued Leggings',47049,4,0,0,1,308437,61687,7,262143,32767,128,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,40,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33972,4,2,-1,'Mask of Primal Power',46983,4,4096,0,1,0,0,1,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,39,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33973,4,2,-1,'Pauldrons of Tribal Fury',46803,4,4096,0,1,0,0,3,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,23,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33974,4,2,-1,'Grasp of the Moonkin',47171,4,4096,0,1,0,0,10,32767,-1,128,70,0,0,0,0,0,0,0,0,1,0,3,5,30,7,28,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (33976,15,5,-1,'Brewfest Ram',17343,3,0,0,1,100000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43899,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33977,15,5,-1,'Swift Brewfest Ram',17343,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43900,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33978,12,0,-1,'\"Honorary Brewer\" Hand Stamp',47178,1,0,2,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows the purchase of Brewfest rams from a Ram Racing Apprentice.',0,0,1,11400,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33985,12,0,-1,'Dreary Candle',7066,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33987,4,0,-1,'Indalamar\'s Ring of 200 Spell Crit',26537,4,16,8192,1,31555,7888,11,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,32,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Don\'t you wish this was real!',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33993,15,2,-1,'Mojo',52793,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,43918,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (33997,4,0,-1,'Indalamar\'s Ring of 400 Attack Power',26537,4,16,8192,1,31555,7888,11,-1,-1,130,70,0,0,0,0,0,0,0,0,1,0,0,38,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Don\'t you wish this was real!',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (33999,15,5,-1,'Cenarion War Hippogryph',47934,4,32768,0,1,20000000,0,0,-1,-1,70,70,762,300,0,0,0,942,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,43927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34000,4,0,-1,'Flimsy Female Blood Elf Mask',50842,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (34001,4,0,-1,'Flimsy Female Draenei Mask',50845,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (34002,4,0,-1,'Flimsy Male Blood Elf Mask',50843,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (34003,4,0,-1,'Flimsy Male Draenei Mask',50844,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (34008,4,0,-1,'Blix\'s Eyesight Enhancing Romance Goggles',45840,1,0,1,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43944,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed by Blix Fixwidget to make EVERYONE look attractive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (34009,2,4,4,'Hammer of Judgement',47248,4,0,0,1,674339,134867,21,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,22,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,129,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42111,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-59,0,0,0,'',67,0,0,0,0,12340), (34010,4,1,-1,'Pepe\'s Shroud of Pacification',47249,4,0,0,1,208028,41605,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,45,13,30,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The shroud fills you with a sense of peace',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34011,4,6,-1,'Illidari Runeshield',47250,4,0,0,1,431577,86315,14,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5930,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,160,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34012,4,1,-1,'Shroud of the Final Stand',47252,4,0,0,1,202301,40460,16,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34013,12,0,0,'Fresh Barbfish Bait',39116,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43955,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Prepared from freshly caught Northern Barbfish on the docks of Fort Wildervar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34014,2,1,-1,'Vengeful Gladiator\'s Waraxe',47771,4,36864,0,1,0,0,17,260644,2147483647,146,70,0,0,0,0,0,0,0,0,1,0,4,7,62,32,46,35,33,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,483,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,15832,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34015,2,0,-1,'Vengeful Gladiator\'s Chopper',46962,4,36864,0,1,0,0,22,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34016,2,13,-1,'Vengeful Gladiator\'s Left Render',46967,4,36864,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,4,7,30,32,21,35,12,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15806,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34017,0,0,-1,'Small Step Brew',18102,1,65536,1,1,3,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44107,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34018,0,0,-1,'Long Stride Brew',18102,1,65536,1,1,15,3,0,-1,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44109,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34019,0,0,-1,'Path of Brew',18102,1,65536,1,1,50,12,0,-1,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44110,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34020,0,0,-1,'Jungle River Water',18102,1,65536,0,1,100,25,0,-1,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44111,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34021,0,0,-1,'Brewdoo Magic',18102,1,65536,0,1,200,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44112,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34022,0,0,-1,'Stout Shrunken Head',18102,1,65536,0,1,400,100,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44113,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34023,0,0,0,'Empty Apothecary\'s Flask',49608,1,132160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43973,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34024,0,0,0,'Flask of Vrykul Blood',46773,1,1088,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43972,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34025,15,0,0,'Clayton\'s Test Item',47264,1,4096,8192,1,91854,22963,5,-1,-1,116,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,8,0,0,0,2799,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34026,12,0,0,'Feathered Charm',21207,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43969,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34027,12,0,-1,'Eyes of the Eagle',50540,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Though dead, the eyes seemingly look right through you.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34028,12,0,-1,'\"Honorary Brewer\" Hand Stamp',47178,1,0,1,1,0,0,0,32767,-1,40,40,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Allows the purchase of Brewfest rams from a Ram Racing Apprentice.',0,0,1,11419,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34029,4,0,-1,'Tiny Voodoo Mask',47330,4,64,0,1,35965,8991,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43995,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34030,4,2,0,'Clayton\'s Test Item Two',47270,1,0,8192,1,107836,21567,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,2800,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34031,12,0,0,'Harpoon Operation Manual',1134,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Slightly singed but no worse for the wear.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34032,12,0,0,'Harpoon Control Mechanism',47304,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50331,0,0,0,0,1164,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34033,4,0,-1,'Vengeful Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,34,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,44001,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34035,12,0,-1,'Rotgill\'s Trident',44246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Even the trident\'s appearance seems to have been affected by the Scourging transformation.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34040,12,0,-1,'Saga of the Twins',992,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34041,12,0,-1,'Saga of the Winter Curse',7956,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34042,12,0,-1,'Saga of the Val\'kyr',1013,1,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34043,12,0,-1,'Ancient Vrykul Bone',13799,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34044,0,0,0,'B-Ball',29131,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44021,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34049,4,0,-1,'Battlemaster\'s Audacity',47294,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24196,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34050,4,0,-1,'Battlemaster\'s Perseverance',47696,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33820,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34051,12,0,0,'Alliance Banner',47307,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44117,0,0,0,0,1167,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drop it then rock it!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34052,7,12,-1,'Dream Shard',56459,3,0,0,1,72000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34053,7,12,-1,'Small Dream Shard',56458,3,1088,0,1,72000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61755,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34054,7,12,-1,'Infinite Dust',56462,1,0,0,1,24000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34055,7,10,-1,'Greater Cosmic Essence',56461,2,1024,0,1,120000,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44122,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34056,7,12,-1,'Lesser Cosmic Essence',56460,2,1024,0,1,40000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44123,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34057,7,12,-1,'Abyss Crystal',56465,4,0,0,1,120000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34059,2,19,-1,'Vengeful Gladiator\'s Baton of Light',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9318,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34060,15,5,-1,'Flying Machine Control',47773,3,0,0,1,0,0,0,262143,32767,60,60,202,300,34090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44153,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34061,15,5,-1,'Turbo-Charged Flying Machine Control',47774,4,0,0,1,0,0,0,262143,32767,70,70,202,375,34091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44151,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast ride.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34062,0,5,-1,'Conjured Mana Biscuit',47912,1,2097154,0,1,0,0,0,-1,-1,75,65,0,0,0,0,0,0,0,80,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44166,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34063,0,0,-1,'Dried Sausage',25469,1,65536,0,1,50,12,0,32767,-1,25,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34064,0,0,-1,'Succulent Sausage',35831,1,65536,0,1,100,25,0,32767,-1,35,25,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5007,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34065,0,0,-1,'Spiced Onion Cheese',40695,1,65536,0,1,15,3,0,32767,-1,15,5,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5005,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (34066,2,19,-1,'Vengeful Gladiator\'s Piercing Touch',46606,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,18,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,468,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9343,1,0,0,0,0,-1,26283,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34067,1,0,-1,'Tattered Hexcloth Sack',2593,3,0,0,1,200000,50000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made of cloth patches from the depths of Zul\'Aman.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34068,0,0,0,'Weighted Jack-o\'-Lantern',47314,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44212,0,-1,-1,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34069,12,0,0,'Amani Vase',47316,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34070,12,0,0,'Eagle Figurine',47317,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34073,4,0,-1,'The Horseman\'s Signet Ring',47325,4,32768,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,19,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34074,4,0,-1,'Witches Band',47325,4,36864,0,1,0,0,11,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34075,4,0,-1,'Ring of Ghoulish Delight',47325,4,32768,0,1,0,0,11,262143,32767,110,70,0,0,0,0,0,0,0,1,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34076,0,0,0,'Fish Bladder',6693,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44235,0,-3,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This bladder appears to hold quite a bit of air inside it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34077,0,0,0,'Crudely Wrapped Gift',49426,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44245,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34078,12,0,0,'Icehammer\'s Harpoon Controller',47304,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44002,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34081,12,0,0,'Valgarde Supply Crate',8928,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34082,12,0,0,'Diving Helm',45931,1,64,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50002,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34083,12,0,-1,'Awakening Rod',47355,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50165,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34084,12,0,-1,'Bear Musk',20897,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34085,4,1,-1,'Red Winter Clothes',48130,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,761,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34086,4,1,-1,'Winter Boots',47629,1,0,0,1,5,1,8,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,761,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34087,4,1,-1,'Green Winter Clothes',48131,1,0,0,1,7,1,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,761,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34088,12,0,0,'McSorf\'s Bundle',46627,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34089,12,0,0,'Alicia\'s Poem',3093,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3039,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34090,12,0,-1,'Mezhen\'s Writings',24051,1,2048,0,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Herein are described the rituals being performed at Gjalerbron.',0,0,0,11452,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34091,12,0,-1,'Mezhen\'s Writings',24051,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Herein are described the rituals being performed at Gjalerbron.',0,0,0,11453,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34092,15,5,-1,'Merciless Nether Drake',42378,4,4096,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,44744,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34099,11,3,-1,'Knothide Ammo Pouch',2585,2,0,0,1,90000,22500,18,-1,-1,70,60,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34100,11,2,-1,'Knothide Quiver',21712,2,32768,0,1,90000,22500,18,-1,-1,70,60,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34101,12,0,-1,'Chimaera Horn',13121,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34102,12,0,0,'Fjord Grub',18098,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Plump and tasty!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34105,11,2,-1,'Quiver of a Thousand Feathers',47447,3,32768,0,1,150000,37500,18,-1,-1,70,70,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34106,11,3,-1,'Netherscale Ammo Pouch',47559,3,32768,0,1,150000,37500,18,-1,-1,70,70,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34107,4,1,-1,'Tattered Shoulderpads',47454,3,0,8192,1,2932,586,3,-1,-1,21,16,0,0,0,0,0,0,0,0,1,0,0,5,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34109,9,0,-1,'Weather-Beaten Journal',1588,1,32832,0,1,2500,625,0,262143,-1,40,0,356,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,43308,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you the fine art of fish finding.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34111,12,0,0,'Trained Rock Falcon',22717,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44323,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your falcon is ready to hunt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34112,12,0,0,'Fjord Turkey',4112,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34113,7,3,-1,'Field Repair Bot 110G',36529,1,0,0,1,40000,10000,0,-1,-1,70,0,202,325,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44389,0,-1,-1,0,1193,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34114,9,3,-1,'Schematic: Field Repair Bot 110G',1301,2,64,0,1,120000,30000,0,-1,-1,70,0,202,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44391,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Field Repair Bot 110G that sells reagents and repairs items at the normal cost.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34115,12,0,-1,'\"Silvermoon\" Harry\'s Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34116,12,0,-1,'Jack Adams\' Debt',37780,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34117,13,0,-1,'Rusty Iron Key',22377,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34118,12,0,-1,'Black Conrad\'s Treasure',13100,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34119,15,0,-1,'Black Conrad\'s Treasure',13100,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34120,12,0,0,'Fjord Hawk',47462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34121,12,0,0,'Trained Rock Falcon',22717,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44407,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your falcon is ready to hunt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34122,12,0,-1,'Big Roy\'s Blubber',47467,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Disgusting! This is what soap is made from?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34123,12,0,0,'Fjord Hawk Egg',47468,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34124,12,0,0,'Trained Rock Falcon',22717,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50019,0,0,0,0,1167,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Your falcon is ready to hunt.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34125,0,5,-1,'Shoveltusk Soup',40653,1,0,0,1,600,150,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57287,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34126,9,5,-1,'Recipe: Shoveltusk Soup',2571,1,64,0,1,35000,8750,0,-1,-1,70,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57287,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34127,12,0,-1,'Tasty Reef Fish',32261,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44454,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34128,12,0,-1,'Jonah Sterling\'s Spyglass',53045,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34129,15,5,-1,'Swift Warstrider',49164,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,35028,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34130,0,2,-1,'Recovery Diver\'s Potion',4836,1,0,0,1,0,0,0,-1,-1,18,8,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44467,0,-1,-1,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34131,12,0,0,'Building Tools',31515,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34132,12,0,0,'Donny\'s Letter',32846,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34133,12,0,0,'Large Barrel',17288,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34134,12,0,0,'Industrial Strength Rope',47483,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34135,12,0,0,'Dark Iron Ingots',7389,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34136,12,0,0,'Pristine Shoveltusk Hide',38748,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34137,12,0,0,'Steel Ribbing',13692,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34138,2,19,-1,'Enchanted White Wand',47487,3,0,0,1,0,100756,26,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,2,7,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',43,0,0,0,0,1), (34139,2,19,-1,'Enchanted Crimson Wand',47488,3,0,0,1,0,93957,26,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,1,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',43,0,0,0,0,1), (34140,4,0,-1,'Dark Iron Tankard',47492,3,0,0,1,0,0,23,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44540,0,0,0,3600000,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34141,12,0,0,'Dark Iron Ale Keg',47493,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34142,3,8,-1,'Infinite Sphere',40304,3,4096,0,1,72000,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,761,-1,0,0,0,0,'',0,0,0,0,0,12340), (34143,3,8,-1,'Chromatic Sphere',40304,3,4096,0,1,72000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red, Yellow or Blue Socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,781,-1,0,0,0,0,'',0,0,0,0,0,12340), (34144,2,19,-1,'Branch of Destruction',47488,4,0,8192,1,638250,127650,26,-1,-1,175,80,0,0,0,0,0,0,0,0,1,0,0,32,19,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34145,2,19,-1,'Rod of Devastation',55480,4,0,8192,1,692161,138432,26,-1,-1,190,80,0,0,0,0,0,0,0,0,1,0,0,32,19,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34146,2,19,-1,'Red Death',47488,4,0,8192,1,734506,146901,26,-1,-1,210,80,0,0,0,0,0,0,0,0,1,0,0,32,19,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34147,2,19,-1,'Silverstave',47487,4,0,8192,1,645383,129076,26,-1,-1,175,80,0,0,0,0,0,0,0,0,1,0,0,7,24,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34148,2,19,-1,'Purified Silverstave',47487,4,0,8192,1,699867,139973,26,-1,-1,190,80,0,0,0,0,0,0,0,0,1,0,0,7,24,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34149,2,19,-1,'Lightstave',47487,4,0,8192,1,772163,154432,26,-1,-1,210,80,0,0,0,0,0,0,0,0,1,0,0,7,24,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34157,12,0,-1,'Head of Kael\'thas',47730,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34158,4,0,-1,'Team A Tabard',44439,1,0,8192,1,10000,2500,19,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44683,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34160,12,0,-1,'The Signet Ring of Prince Kael\'thas',39126,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What power lies within this symbol now that its master is dead? Funny how it has been reduced to being sold to the highest bidder.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34162,4,0,-1,'Battlemaster\'s Depravity',47521,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34163,4,0,-1,'Battlemaster\'s Cruelty',47522,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34164,2,7,-1,'Dragonscale-Encrusted Longblade',48078,4,0,0,1,755128,151025,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,36,37,25,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34165,2,15,-1,'Fang of Kalecgos',49970,4,0,0,1,757967,151593,13,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,36,25,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34166,4,0,-1,'Band of Lucent Beams',39123,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,24,5,25,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34167,4,4,-1,'Legplates of the Holy Juggernaut',47988,4,0,0,1,550640,110128,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,41,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34168,4,3,-1,'Starstalker Legguards',47990,4,0,0,1,473732,94746,7,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,3,57,7,49,5,24,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34169,4,2,-1,'Breeches of Natural Aggression',47975,4,4096,0,1,396239,79247,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34170,4,1,-1,'Pantaloons of Calming Strife',48295,4,0,0,1,318129,63625,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,36,6,42,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34171,15,3,-1,'Winter Stationery',7798,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,6,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34172,9,1,-1,'Pattern: Drums of Speed',15274,1,64,1,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34173,9,1,-1,'Pattern: Drums of Speed',15274,1,64,2,1,160000,40000,0,-1,-1,69,0,165,345,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35544,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Speed.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34174,9,1,-1,'Pattern: Drums of Restoration',15274,1,64,1,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,941,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34175,9,1,-1,'Pattern: Drums of Restoration',15274,1,64,2,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,978,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,35539,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Drums of Restoration.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34176,2,4,-1,'Reign of Misery',47992,4,4096,0,1,732494,146498,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,119,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340), (34177,4,0,-1,'Clutch of Demise',48511,4,0,0,1,353421,88355,2,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,3,25,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34178,4,0,-1,'Collar of the Pit Lord',48507,4,0,0,1,345774,86443,2,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,63,37,29,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34179,4,0,-1,'Heart of the Pit',48894,4,0,0,1,1015299,203059,23,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34180,4,4,-1,'Felfury Legplates',47991,4,0,0,1,536365,107273,7,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,48,36,50,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34181,4,1,-1,'Leggings of Calamity',48296,4,0,0,1,307632,61526,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,32,33,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34182,2,10,-1,'Grand Magister\'s Staff of Torrents',49132,4,0,0,1,936717,187343,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,57,5,52,32,49,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,326,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,4,0,4,0,2889,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340), (34183,2,6,-1,'Shivering Felspine',47996,4,0,0,1,940266,188053,17,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,3,52,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,590,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34184,4,0,-1,'Brooch of the Highborne',48509,4,0,0,1,411111,102777,2,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,20,7,33,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34185,4,6,-1,'Sword Breaker\'s Bulwark',48907,4,0,0,1,485000,97000,14,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,49,12,20,15,16,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,0,0,0,0,0,0,0,0,0,28113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,178,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34186,4,3,-1,'Chain Links of the Tumultuous Storm',47993,4,0,0,1,470175,94035,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,32,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,2,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34187,4,0,0,'Dragon Skull',47526,1,0,8192,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,50,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34188,4,2,-1,'Leggings of the Immortal Night',47995,4,0,0,1,405170,81034,7,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,3,3,41,7,48,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,2,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34189,4,0,-1,'Band of Ruinous Delight',31655,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,2,32,32,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34190,4,1,-1,'Crimson Paragon\'s Cover',48869,4,0,0,1,237678,47535,16,-1,-1,154,70,0,0,0,0,0,0,1,0,1,0,3,7,61,13,28,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34191,15,3,-1,'Handful of Snowflakes',47527,1,65600,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44755,0,-1,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,1,12340), (34192,4,4,-1,'Pauldrons of Perseverance',50016,4,4096,0,1,430707,86141,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,12,27,15,32,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34193,4,4,-1,'Spaulders of the Thalassian Savior',50017,4,4096,0,1,432240,86448,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,2875,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34194,4,3,-1,'Mantle of the Golden Forest',47998,4,0,0,1,374170,74834,3,32767,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,2,3,40,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,2,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34195,4,2,-1,'Shoulderpads of Vehemence',47999,4,0,0,1,281855,56371,3,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,3,33,7,45,31,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34196,2,2,-1,'Golden Bow of Quel\'Thalas',48294,4,0,0,1,549255,109851,15,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,380,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,42095,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34197,2,15,-1,'Shiv of Exsanguination',49971,4,0,0,1,735179,147035,13,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,1,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15809,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34198,2,10,-1,'Stanchion of Primal Instinct',48290,4,0,0,1,922523,184504,17,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,3,75,38,94,7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,505,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,42157,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34199,2,4,4,'Archon\'s Gavel',48908,4,0,0,1,740857,148171,21,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,133,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44759,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2881,0,300,-66.5,0,0,0,'',67,0,0,0,0,12340), (34200,9,1,-1,'Pattern: Quiver of a Thousand Feathers',811,1,64,0,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,1011,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44359,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Quiver of a Thousand Feathers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34201,9,1,-1,'Pattern: Netherscale Ammo Pouch',811,1,64,1,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,947,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44768,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Netherscale Ammo Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34202,4,1,-1,'Shawl of Wonderment',50013,4,0,0,1,231578,46315,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,26,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34203,2,13,-1,'Grip of Mannoroth',48002,4,0,0,1,772468,154493,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,2,36,31,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34204,4,0,-1,'Amulet of Unfettered Magics',48512,4,0,0,1,353421,88355,2,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,31,15,7,24,5,17,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34205,4,1,-1,'Shroud of Redeemed Souls',48870,4,0,0,1,233420,46684,16,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,27,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34206,4,0,-1,'Book of Highborne Hymns',48895,4,0,0,1,1015299,203059,23,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,20,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34207,0,6,-1,'Glove Reinforcements',47528,2,64,0,1,30000,7500,0,-1,-1,70,60,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44769,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34208,4,3,-1,'Equilibrium Epaulets',48004,4,0,0,1,366238,73247,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,36,24,7,30,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34209,4,2,-1,'Spaulders of Reclamation',48005,4,0,0,1,304945,60989,3,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,26,6,30,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34210,4,1,-1,'Amice of the Convoker',50012,4,0,0,1,244833,48966,3,262143,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,28,36,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34211,4,2,-1,'Harness of Carnal Instinct',48011,4,0,0,1,409478,81895,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,52,3,75,7,64,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34212,4,2,-1,'Sunglow Vest',48012,4,0,0,1,410940,82188,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34213,4,0,-1,'Ring of Hardened Resolve',45948,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,48,12,32,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,308,0,0,0,'',67,0,0,0,0,12340), (34214,2,7,-1,'Muramasa',48079,4,0,0,1,803465,160693,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,35,7,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34215,4,4,-1,'Warharness of Reckless Fury',48015,4,0,0,1,526018,105203,5,1535,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,4,61,7,67,32,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,4,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34216,4,4,-1,'Heroic Judicator\'s Chestguard',48016,4,0,0,1,528065,105613,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,4,61,12,29,13,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34218,9,1,-1,'Pattern: Netherscale Ammo Pouch',811,1,64,2,1,160000,40000,0,-1,-1,70,0,165,350,0,0,0,946,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44768,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Netherscale Ammo Pouch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34219,4,4,-1,'Armor Test Item',45864,4,0,8192,1,564903,112980,5,1535,-1,164,70,0,0,0,0,0,0,0,0,1,0,0,7,51,14,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,8,0,8,0,2972,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34220,3,6,-1,'Chaotic Skyfire Diamond',39205,3,4096,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,801,-1,0,0,0,0,'',0,0,0,0,0,12340), (34221,9,10,-1,'Design: Chaotic Skyfire Diamond',6270,3,80,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Chaotic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34222,15,0,0,'Fengir\'s Clue',47460,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This old eyepatch has seen much use. It smells like death.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34223,15,0,0,'Rodin\'s Clue',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An inscription on the side of the empty snuff tin reads: Property of \"Silvermoon\" Harry.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34224,15,0,0,'Isuldof\'s Clue',37888,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This feather looks like it could belong to a parrot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34225,15,0,0,'Windan\'s Clue',24592,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A skull and crossbones is painted on the surface of the cannonball.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34226,12,0,0,'Orfus\'s Bundle',34798,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'All the clues are wrapped up in this bundle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34227,4,0,-1,'Deadman\'s Hand',43407,4,0,0,1,24800,6200,11,-1,-1,36,29,0,0,0,0,0,0,0,1,1,0,1,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27867,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,'',17,0,0,0,0,12340), (34228,4,3,-1,'Vicious Hawkstrider Hauberk',48014,4,0,0,1,486110,97222,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,47,7,64,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34229,4,3,-1,'Garments of Serene Shores',48013,4,0,0,1,487864,97572,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34230,4,0,-1,'Ring of Omnipotence',44358,4,524288,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,36,31,32,22,7,21,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34231,4,6,-1,'Aegis of Angelic Fortune',48906,4,0,0,1,508718,101743,14,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,178,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34232,4,1,-1,'Fel Conquerer Raiments',48299,4,0,0,1,328721,65744,20,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,41,36,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34233,4,1,-1,'Robes of Faltered Light',48300,4,0,0,1,320219,64043,20,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,40,6,40,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,4,0,2890,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34234,4,2,-1,'Shadowed Gauntlets of Paroxysm',48018,4,0,0,1,206893,41378,10,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,41,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34235,12,0,0,'Sin\'dorei Scrying Crystal',6506,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34236,12,0,0,'The Staff of Storm\'s Fury',33566,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Electricity arcs out from the head of the staff.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34237,12,0,0,'The Frozen Heart of Isuldof',13291,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The heart is freezing to the touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34238,12,0,0,'The Shield of the Aesirites',47561,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The shield houses an ancient evil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34239,12,0,0,'The Ancient Armor of the Kvaldir',47562,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Touching this armor makes you gasp for air.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34240,4,4,-1,'Gauntlets of the Soothed Soul',48905,4,0,0,1,276976,55395,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34241,4,1,-1,'Cloak of Unforgivable Sin',48868,4,0,0,1,243858,48771,16,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,3,26,7,25,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34242,4,1,-1,'Tattered Cape of Antonidas',48871,4,0,0,1,244762,48952,16,32767,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,26,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34243,4,4,-1,'Helm of Burning Righteousness',48022,4,0,0,1,429095,85819,1,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,43,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,44847,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34244,4,2,-1,'Duplicitous Guise',48020,4,0,0,1,308210,61642,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,3,43,7,57,31,30,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2873,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34245,4,2,-1,'Cover of Ursol the Wise',48019,4,0,0,1,309308,61861,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,42,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,44853,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34246,12,0,-1,'Smuggled Mana Cell',42861,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So much power in such a small cube!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34247,2,8,-1,'Apolyon, the Soul-Render',48023,4,0,0,1,1038554,207710,17,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,75,36,32,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,607,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34248,12,0,-1,'Bash\'ir Phasing Device',31200,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44856,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Here goes nothing....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34249,4,0,-1,'Hula Girl Doll',47772,1,0,0,1,1000000,250000,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The head bobs when shaken.',0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34253,12,0,-1,'Sizzling Embers',47581,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44879,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34254,12,0,0,'Razorthorn Root',19497,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34255,12,0,-1,'Razorthorn Flayer Gland',4045,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44881,0,-1,0,-1,24,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Foul smelling pheromones hover around the gooey gland.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34256,3,1,-1,'Charmed Amani Jewel',46252,4,524288,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,821,-1,0,0,0,0,'',0,0,0,0,0,12340), (34257,12,0,-1,'Fel Siphon',47604,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44937,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34258,0,8,-1,'Love Rocket',47607,1,65536,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45153,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (34259,12,0,-1,'Demonic Blood',23739,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34261,9,2,-1,'Pattern: Green Winter Clothes',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Green Winter Clothes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34262,9,1,-1,'Pattern: Winter Boots',811,2,64,0,1,5000,1250,0,-1,-1,57,0,165,285,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Winter Boots.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34319,9,2,-1,'Pattern: Red Winter Clothes',15274,2,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,44958,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Red Winter Clothes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34329,2,15,-1,'Crux of the Apocalypse',48026,4,0,0,1,776495,155299,13,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,15,3,18,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34330,0,6,-1,'Heavy Knothide Armor Kit',38762,1,64,0,1,30000,7500,0,-1,-1,70,60,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44968,0,-1,-1,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34331,2,13,-1,'Hand of the Deceiver',48028,4,0,0,1,782515,156503,21,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,1,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,357,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15813,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34332,4,3,-1,'Cowl of Gul\'dan',48025,4,0,0,1,363152,72630,1,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,43,32,36,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,1,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34333,4,3,-1,'Coif of Alleria',48024,4,0,0,1,364507,72901,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,3,43,7,45,5,25,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,1,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34334,2,2,-1,'Thori\'dal, the Stars\' Fury',48902,5,0,0,1,914654,182930,15,-1,-1,164,70,0,0,0,0,0,0,0,1,1,0,2,3,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,524,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,15806,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,46699,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The energy of the Sunwell courses through Thori\'dal.',0,0,0,0,0,1,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,-1,59.5,0,0,0,'',0,0,0,0,0,12340), (34335,2,4,-1,'Hammer of Sanctification',48029,4,0,0,1,815954,163190,21,32767,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,25,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,137,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44973,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2881,0,300,-73,0,0,0,'',67,0,0,0,0,12340), (34336,2,15,-1,'Sunflare',48031,4,0,0,1,818965,163793,21,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,4,7,17,5,20,36,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,137,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44974,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-73,0,0,0,'',67,0,0,0,0,12340), (34337,2,10,-1,'Golden Staff of the Sin\'dorei',48030,4,0,0,1,1027469,205493,17,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,54,6,57,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,337,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,44973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2890,0,300,-73,0,0,0,'',67,0,0,0,0,12340), (34338,12,0,0,'Mana Remnants',35023,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44969,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34339,4,1,-1,'Cowl of Light\'s Purity',50018,4,0,0,1,248374,49674,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,6,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44853,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34340,4,1,-1,'Dark Conjuror\'s Collar',50019,4,0,0,1,249277,49855,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,32,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34341,4,4,-1,'Borderland Paingrips',48032,4,4096,0,1,293545,58709,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,3,4,47,32,39,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1277,0,0,0,0,0,0,0,0,0,40679,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34342,4,1,-1,'Handguards of the Dawn',48305,4,0,0,1,167389,33477,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,6,36,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34343,4,3,-1,'Thalassian Ranger Gauntlets',48034,4,0,0,1,251962,50392,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,3,40,7,43,5,27,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34344,4,1,-1,'Handguards of Defiled Worlds',48306,4,0,0,1,168576,33715,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,31,27,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34345,4,4,-1,'Crown of Anasterian',48033,4,0,0,1,443249,88649,1,-1,-1,164,70,0,0,0,0,0,0,0,0,1,0,3,4,61,32,40,7,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3263,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34346,2,13,-1,'Mounting Vengeance',48038,4,0,0,1,800549,160109,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15811,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34347,2,19,-1,'Wand of the Demonsoul',48040,4,0,0,1,602483,120496,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,9,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34348,2,19,-1,'Wand of Cleansing Light',48042,4,0,0,1,562260,112452,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,36,8,5,8,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,1,0,0,0,0,0,0,0,0,0,0,1500,0,100,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34349,2,16,-1,'Blade of Life\'s Inevitability',48035,4,4198400,0,1,145472,36368,25,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,36,16,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,14089,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34350,4,3,-1,'Gauntlets of the Ancient Shadowmoon',48037,4,0,0,1,226584,45316,10,32767,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,32,32,28,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34351,4,2,-1,'Tranquil Majesty Wraps',48039,4,0,0,1,189530,37906,10,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,28,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34352,4,4,-1,'Borderland Fortress Grips',48036,4,4096,0,1,271093,54218,10,262143,32767,156,70,0,0,0,0,0,0,0,0,1,0,5,7,66,12,22,13,24,14,24,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34353,4,2,-1,'Quad Deathblow X44 Goggles',44949,4,0,0,1,295074,59014,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,3,61,7,47,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34354,4,4,-1,'Mayhem Projection Goggles',45779,4,0,0,1,413808,82761,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,4,4,62,32,51,7,47,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2874,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34355,4,3,-1,'Lightning Etched Specs',45778,4,0,0,1,356686,71337,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,47,31,25,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34356,4,3,-1,'Surestrike Goggles v3.0',45783,4,0,0,1,358002,71600,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,47,31,26,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34357,4,4,-1,'Hard Khorium Goggles',43886,4,0,0,1,418406,83681,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,5,7,86,12,34,31,27,13,35,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2882,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34358,4,0,-1,'Hard Khorium Choker',39214,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,2,7,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40258,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34359,4,0,-1,'Pendant of Sunfire',45351,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,4,36,25,32,25,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34360,4,0,-1,'Amulet of Flowing Life',45351,4,0,0,1,353421,88355,2,-1,-1,159,70,755,350,0,0,0,0,0,0,1,0,3,36,25,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34361,4,0,-1,'Hard Khorium Band',39126,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,42,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34362,4,0,-1,'Loop of Forged Power',31616,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,28,36,30,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34363,4,0,-1,'Ring of Flowing Life',31616,4,524288,0,1,241024,60256,11,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,28,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34364,4,1,-1,'Sunfire Robe',48925,4,0,0,1,304249,60849,20,32767,-1,159,70,197,350,0,0,0,0,0,0,1,0,4,7,36,5,34,36,40,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,2,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34365,4,1,-1,'Robe of Eternal Light',48921,4,0,0,1,305387,61077,20,32767,-1,159,70,197,350,0,0,0,0,0,0,1,0,3,7,36,5,34,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34366,4,1,-1,'Sunfire Handwraps',48923,4,0,0,1,153278,30655,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34367,4,1,-1,'Hands of Eternal Light',48920,4,0,0,1,153863,30772,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,30,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34368,12,0,0,'Attuned Crystal Cores',47694,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44997,0,0,0,2000,0,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34369,4,2,-1,'Carapace of Sun and Shadow',48912,4,0,0,1,387544,77508,5,262143,32767,159,70,165,350,0,0,0,0,0,0,1,0,4,3,42,7,45,36,38,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34370,4,2,-1,'Gloves of Immortal Dusk',48018,4,0,0,1,194503,38900,10,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,3,30,7,33,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,3092,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34371,4,2,-1,'Leather Chestguard of the Sun',48916,4,0,0,1,390469,78093,5,262143,32767,159,70,165,350,0,0,0,0,0,0,1,0,3,7,48,5,41,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,0,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34372,4,2,-1,'Leather Gauntlets of the Sun',48917,4,0,0,1,195965,39193,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,25,5,26,6,30,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34373,4,3,-1,'Embrace of the Phoenix',48913,4,0,0,1,472024,94404,5,32767,-1,159,70,165,350,0,0,0,0,0,0,1,0,4,3,44,7,43,5,30,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34374,4,3,-1,'Fletcher\'s Gloves of the Phoenix',48914,4,0,0,1,236889,47377,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,3,30,7,33,5,25,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,2973,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34375,4,3,-1,'Sun-Drenched Scale Chestguard',48918,4,0,0,1,475534,95106,5,32767,-1,159,70,165,350,0,0,0,0,0,0,1,0,3,7,48,5,41,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34376,4,3,-1,'Sun-Drenched Scale Gloves',48919,4,0,0,1,238644,47728,10,32767,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,36,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34377,4,4,-1,'Hard Khorium Battleplate',48927,4,0,0,1,558829,111765,5,1535,2147483647,159,70,164,350,0,0,0,0,0,0,1,0,3,4,61,7,55,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,40934,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,2,0,3263,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34378,4,4,-1,'Hard Khorium Battlefists',48926,4,4096,0,1,282040,56408,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,45,36,36,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34379,4,4,-1,'Sunblessed Breastplate',48928,4,0,0,1,562923,112584,5,1535,-1,159,70,164,350,0,0,0,0,0,0,1,0,3,7,40,5,51,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34380,4,4,-1,'Sunblessed Gauntlets',48905,4,0,0,1,291472,58294,10,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,31,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34381,4,4,-1,'Felstrength Legplates',48043,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,78,12,40,13,33,37,34,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34382,4,4,-1,'Judicator\'s Legguards',48045,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,40,13,34,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,34593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34383,4,3,-1,'Kilt of Spiritual Reconstruction',48050,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,2,0,2,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34384,4,2,-1,'Breeches of Natural Splendor',47975,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,6,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34385,4,2,-1,'Leggings of the Immortal Beast',47975,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,56,3,46,7,66,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,45003,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,2,0,8,0,2877,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34386,4,1,-1,'Pantaloons of Growing Strife',48307,4,4096,0,1,0,0,7,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,29,5,36,6,25,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34387,12,0,0,'Barrel of Blasting Powder',47702,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34388,4,4,-1,'Pauldrons of Berserking',50015,4,4096,0,1,0,0,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,4,45,7,48,36,27,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34389,4,4,-1,'Spaulders of the Thalassian Defender',50017,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,60,12,27,4,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34390,4,3,-1,'Erupting Epaulets',48004,4,4096,0,1,0,0,3,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,36,24,7,30,5,30,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34391,4,2,-1,'Spaulders of Devastation',48005,4,4096,0,1,0,0,3,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,30,6,26,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34392,4,2,-1,'Demontooth Shoulderpads',48052,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,4,42,3,38,7,38,5,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,39925,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34393,4,1,-1,'Shoulderpads of Knowledge\'s Pursuit',50014,4,4096,0,1,0,0,3,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,33,32,26,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34394,4,4,-1,'Breastplate of Agony\'s Aversion',48015,4,4096,0,1,0,0,5,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,36,13,52,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,8,0,2,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34395,4,4,-1,'Noble Judicator\'s Chestguard',48053,4,4096,0,1,0,0,5,1535,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,52,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34396,4,3,-1,'Garments of Crashing Shores',48013,4,4096,0,1,0,0,5,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,36,40,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34397,4,2,-1,'Bladed Chaos Tunic',48054,4,4096,0,1,0,0,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,3,42,7,45,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,4,0,2,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34398,4,2,-1,'Utopian Tunic of Elune',48055,4,4096,0,1,0,0,5,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,36,33,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,23929,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,8,0,8,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34399,4,1,-1,'Robes of Ghostly Hatred',48384,4,4096,0,1,0,0,20,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,39,5,40,6,32,36,27,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34400,4,4,-1,'Crown of Dath\'Remar',48058,4,4096,0,1,0,0,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,91,12,32,13,35,14,33,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34401,4,4,-1,'Helm of Uther\'s Resolve',48057,4,4096,0,1,0,0,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,91,12,32,13,41,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,35075,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34402,4,3,-1,'Shroud of Chieftain Ner\'zhul',48025,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,1,0,0,0,2865,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34403,4,2,-1,'Cover of Ursoc the Mighty',48019,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,41,6,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34404,4,2,-1,'Mask of the Fury Hunter',48019,4,4096,0,1,0,0,1,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,4,50,3,50,7,58,5,20,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,1,0,0,0,2868,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34405,4,1,-1,'Helm of Arcane Purity',50020,4,4096,0,1,0,0,1,32767,2147483647,164,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,42,6,38,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,44979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34406,4,1,-1,'Gloves of Tyri\'s Power',48387,4,4096,0,1,0,0,10,262143,32767,164,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,32,6,27,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34407,4,2,-1,'Tranquil Moonlight Wraps',48059,4,4096,0,1,0,0,10,32767,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,28,6,20,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34408,4,2,-1,'Gloves of the Forest Drifter',48059,4,4096,0,1,0,0,10,262143,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,4,42,3,34,7,45,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34409,4,3,-1,'Gauntlets of the Ancient Frostwolf',48060,4,4096,0,1,0,0,10,32767,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,30,5,32,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34410,0,0,-1,'Honeyed Holiday Ham',47915,1,65536,0,5,4000,200,0,32767,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35271,0,-1,-1,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,0,12340), (34411,0,5,-1,'Hot Apple Cider',47918,1,0,0,1,640,160,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45020,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34412,0,0,-1,'Sparkling Apple Cider',47919,1,65536,0,5,1000,50,0,-1,-1,45,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45019,0,-1,-1,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,1,12340), (34413,9,5,-1,'Recipe: Hot Apple Cider',811,1,64,0,1,10000,2500,0,-1,-1,35,0,185,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,45022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Hot Apple Cider.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34414,12,0,-1,'Shattered Sun Banner',34874,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45030,0,0,0,60000,1139,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34415,4,6,-1,'Crystaline Shard Shield',25134,3,0,8192,1,85590,17118,14,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,7,11,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34416,4,1,-1,'Gloves of the Dune',18999,3,0,0,1,20029,4005,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,9417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (34417,4,2,-1,'Marauder\'s Handwraps',28688,3,0,0,1,25036,5007,10,-1,-1,46,0,0,0,0,0,0,0,0,0,1,0,2,3,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (34418,2,19,-1,'Scrying Wand',47699,3,0,0,1,100301,20060,26,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,114,6,0,0,0,0,0,0,0,0,0,0,1800,0,100,9416,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (34419,2,16,-1,'Thorium Flight Blade',26358,3,4194304,0,1,103656,25914,25,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,1,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,131,0,0,0,0,0,0,0,0,0,0,0,3000,0,100,9141,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (34420,12,0,-1,'Captured Legion Scroll',3331,1,0,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45038,0,0,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34421,4,3,-1,'Cave Crawler\'s Mail Treads',28439,3,0,0,1,60448,12089,8,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,3,11,7,8,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (34422,4,4,-1,'Tempered Thorium Boots',34708,3,0,0,1,70128,14025,8,32767,-1,50,0,0,0,0,0,0,0,0,0,1,0,3,4,12,32,10,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,'',46,0,0,0,0,12340), (34423,4,0,-1,'Strength of the High Chief',47700,3,524288,0,1,40000,10000,12,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (34424,4,0,-1,'Power of the High Chief',47701,3,524288,0,1,40000,10000,12,-1,-1,59,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',48,0,0,0,0,12340), (34425,15,2,-1,'Clockwork Rocket Bot',47926,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,54187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34426,15,0,-1,'Winter Veil Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34427,4,0,-1,'Blackened Naaru Sliver',48503,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45355,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34428,4,0,-1,'Steely Naaru Sliver',48506,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45049,0,0,0,300000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34429,4,0,-1,'Shifting Naaru Sliver',48505,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,1,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45042,0,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34430,4,0,-1,'Glimmering Naaru Sliver',48504,4,0,0,1,288156,72039,12,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,42077,1,0,0,-1,0,-1,45052,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34431,4,4,-1,'Lightbringer Bands',48313,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,33,32,30,37,16,36,17,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34432,4,4,-1,'Lightbringer Bracers',48312,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,32,15,5,22,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34433,4,4,-1,'Lightbringer Wristguards',48314,4,4096,0,1,0,0,9,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,49,12,20,13,22,15,15,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34434,4,1,-1,'Bracers of Absolution',48321,4,4096,0,1,0,0,9,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,18,5,23,6,16,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,2,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34435,4,1,-1,'Cuffs of Absolution',48321,4,4096,0,1,0,0,9,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,22,6,20,36,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34436,4,1,-1,'Bracers of the Malefic',48349,4,4096,0,1,0,0,9,256,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,18,5,22,36,21,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34437,4,3,-1,'Skyshatter Bands',48325,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,11,5,23,32,28,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34438,4,3,-1,'Skyshatter Bracers',48325,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,36,11,5,23,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34439,4,3,-1,'Skyshatter Wristguards',48326,4,4096,0,1,0,0,9,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,31,17,37,17,5,17,32,22,38,64,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34440,0,1,-1,'Mad Alchemist\'s Potion',17889,1,0,0,1,28000,7000,0,-1,-1,75,60,171,315,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45051,0,-1,-1,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34441,4,4,-1,'Onslaught Bracers',48347,4,4096,0,1,0,0,9,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,3,4,33,32,30,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34442,4,4,-1,'Onslaught Wristguards',48348,4,4096,0,1,0,0,9,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,49,12,21,14,18,13,18,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34443,4,3,-1,'Gronnstalker\'s Bracers',48315,4,4096,0,1,0,0,9,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,3,23,7,16,5,16,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34444,4,2,-1,'Thunderheart Wristguards',48311,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,29,3,28,7,39,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,42094,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34445,4,2,-1,'Thunderheart Bracers',48322,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,12,5,22,6,25,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,8,0,0,0,0,0,3151,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34446,4,2,-1,'Thunderheart Bands',48322,4,4096,0,1,0,0,9,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,13,5,23,36,21,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34447,4,1,-1,'Bracers of the Tempest',48316,4,4096,0,1,0,0,9,128,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,32,11,5,17,6,14,36,26,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,2,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34448,4,2,-1,'Slayer\'s Bracers',48324,4,4096,0,1,0,0,9,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,3,27,31,18,36,17,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34467,7,1,-1,'Test Handful of Fel Iron Bolts',40548,1,0,0,1,0,1500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34468,12,0,0,'Sorlof\'s Booty',12331,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34469,12,0,-1,'Strange Engine Part',7841,1,0,2,1,40000,10000,0,-1,-1,70,55,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It reads \'Capissen 38\' on the bottom.',0,0,0,11531,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34470,4,0,-1,'Timbal\'s Focusing Crystal',48163,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45054,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34471,4,0,-1,'Vial of the Sunwell',48177,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45059,1,0,0,-1,0,-1,45064,0,0,0,120000,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34472,4,0,-1,'Shard of Contempt',48172,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,1,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34473,4,0,-1,'Commendation of Kael\'thas',48158,4,0,0,1,288156,72039,12,262143,32767,115,70,0,0,0,0,0,0,0,1,1,0,1,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45057,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34474,12,0,-1,'Strange Engine Part',7841,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It reads \'Capissen 38\' on the bottom.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34475,0,0,-1,'Arcane Charges',47731,1,131136,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45072,0,0,0,1000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340), (34476,12,0,-1,'Broken Engine Part',7841,0,0,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This strange engine part has the word \'Capissen\' engraved on it.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34477,13,0,-1,'Darkspine Chest Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45137,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34478,15,2,-1,'Tiny Sporebat',47745,3,4160,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,970,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34479,12,0,0,'Darkspine Iron Ore',13686,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34480,15,0,-1,'Romantic Picnic Basket',47746,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45094,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34482,1,7,-1,'Leatherworker\'s Satchel',20709,2,0,0,1,120000,30000,18,-1,-1,65,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34483,12,0,-1,'Orb of Murloc Control',39827,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45109,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An arcane energy swirls within this fragile container.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34484,15,0,-1,'Old Ironjaw',47760,2,32768,0,1,10000,2500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The legendary uncatchable fish of Ironforge. Just holding this scaly old monster makes you feel tough.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34485,4,4,-1,'Lightbringer Girdle',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,44,37,25,32,42,36,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,55,0,0,0,0,2,0,0,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34486,15,0,-1,'Old Crafty',47761,2,32768,0,1,10000,2500,23,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,1,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Said to be the craftiest fish in Orgrimmar, it appears he was outsmarted at last.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34487,4,4,-1,'Lightbringer Belt',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,17,5,29,36,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,55,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34488,4,4,-1,'Lightbringer Waistguard',48355,4,4096,0,1,0,0,6,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,64,12,28,13,28,15,20,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,55,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34489,12,0,-1,'Flaming Oil',47765,1,131136,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45115,0,0,0,1000,1170,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_only_for_flight',0,0,0,0,0,12340), (34490,1,7,-1,'Bag of Many Hides',31783,3,0,0,1,160000,40000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34491,9,1,-1,'Pattern: Bag of Many Hides',15274,2,64,0,1,96000,24000,0,-1,-1,72,0,165,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,-1,-1,0,-1,45117,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Bag of Many Hides.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34492,15,2,-1,'Rocket Chicken',47777,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34493,15,2,-1,'Dragon Kite',47931,4,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34494,15,0,0,'Paper Zeppelin',47780,1,65538,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45129,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,1,12340), (34497,15,0,0,'Paper Flying Machine',47779,1,65538,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45133,0,-1,-1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (34498,15,0,0,'Paper Zeppelin Kit',47769,1,64,0,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45131,0,-5,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34499,15,0,0,'Paper Flying Machine Kit',47770,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45135,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34500,12,0,-1,'Ata\'mal Armament',47776,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45149,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It veritably seethes with corruption!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34501,12,0,-1,'Cleansed Ata\'mal Metal',36187,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'No longer seething with corruption.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34502,12,0,0,'Bloodberry',29165,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34504,0,8,-1,'Adamantite Shell Machine',11448,1,0,0,1,25000,6250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45171,0,-5,-5,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Warning: Contains Explosives.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34518,15,2,-1,'Golden Pig Coin',47816,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45174,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (34519,15,2,-1,'Silver Pig Coin',47817,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45175,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (34527,4,1,-1,'Belt of Absolution',48356,4,4096,0,1,0,0,6,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,29,6,33,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,35,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34528,4,1,-1,'Cord of Absolution',48356,4,4096,0,1,0,0,6,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,19,5,33,6,21,36,29,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34529,2,2,-1,'Vengeful Gladiator\'s Longbow',43083,4,36864,0,1,0,0,15,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34530,2,3,-1,'Vengeful Gladiator\'s Rifle',48183,4,36864,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,7,24,32,16,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,336,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,21439,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34533,12,0,0,'Astromancer\'s Crystal',47969,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45191,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crystal pulses with a gentle vibration.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34535,15,2,-1,'Azure Whelpling',47892,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34537,0,2,-1,'Bloodberry Elixir',38720,1,0,0,1,10000,2500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45373,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34538,0,8,-1,'Blessed Weapon Coating',36862,1,64,0,1,6000,1500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45395,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34539,0,8,-1,'Righteous Weapon Coating',36862,1,64,0,1,6000,1500,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45397,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34540,2,10,-1,'Vengeful Gladiator\'s Battle Staff',47743,4,36864,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,5,7,62,31,28,32,46,35,29,5,46,0,0,0,0,0,0,0,0,0,0,0,0,90,198,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,12340), (34541,4,1,-1,'Belt of the Malefic',48359,4,4096,0,1,0,0,6,256,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,32,20,5,29,31,20,36,29,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34542,4,3,-1,'Skyshatter Cord',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,27,5,30,32,29,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34543,4,3,-1,'Skyshatter Belt',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,20,5,30,36,23,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,50,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34544,15,0,0,'Essence of the Immortals',47899,4,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Chaotic energy pulses through this object.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34545,4,3,-1,'Skyshatter Girdle',48358,4,4096,0,1,0,0,6,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,38,86,37,22,32,28,36,29,5,15,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,50,0,0,0,0,2,0,0,0,0,0,2857,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34546,4,4,-1,'Onslaught Belt',48360,4,4096,0,1,0,0,6,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,43,37,26,32,40,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,55,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34547,4,4,-1,'Onslaught Waistguard',48361,4,4096,0,1,0,0,6,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,64,12,24,37,27,13,26,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,0,0,0,0,0,0,0,0,0,42106,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34548,15,0,0,'Cache of the Shattered Sun',12644,4,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34549,4,3,-1,'Gronnstalker\'s Belt',48353,4,4096,0,1,0,0,6,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,29,31,24,5,17,32,19,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,50,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34554,4,2,-1,'Thunderheart Belt',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,13,5,30,6,29,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,40,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34555,4,2,-1,'Thunderheart Cord',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,31,13,5,30,36,27,32,29,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,40,0,0,0,0,2,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34556,4,2,-1,'Thunderheart Waistguard',48352,4,4096,0,1,0,0,6,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,39,3,40,31,23,5,20,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,40,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34557,4,1,-1,'Belt of the Tempest',48354,4,4096,0,1,0,0,6,128,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,31,14,5,29,32,17,36,29,6,20,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34558,4,2,-1,'Slayer\'s Belt',48357,4,4096,0,1,0,0,6,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,29,32,13,31,30,36,27,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,668,40,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34559,4,4,-1,'Lightbringer Treads',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,21,5,30,32,30,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,681,75,0,0,0,0,8,0,0,0,0,0,2884,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34560,4,4,-1,'Lightbringer Stompers',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,58,4,30,12,19,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28325,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,679,75,0,0,0,0,8,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34561,4,4,-1,'Lightbringer Boots',48366,4,4096,0,1,0,0,8,2,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,42,37,19,36,27,32,40,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,680,75,0,0,0,0,2,0,0,0,0,0,2902,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34562,4,1,-1,'Boots of Absolution',48367,4,4096,0,1,0,0,8,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,27,5,30,6,29,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,675,50,0,0,0,0,4,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34563,4,1,-1,'Treads of Absolution',48368,4,4096,0,1,0,0,8,16,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,7,24,5,30,6,22,36,30,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,674,50,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34564,4,1,-1,'Boots of the Malefic',48371,4,4096,0,1,0,0,8,256,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,31,28,5,26,32,16,36,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,670,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34565,4,3,-1,'Skyshatter Boots',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,16,5,30,36,24,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,683,70,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34566,4,3,-1,'Skyshatter Treads',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,32,23,5,30,36,30,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,684,70,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34567,4,3,-1,'Skyshatter Greaves',48370,4,4096,0,1,0,0,8,64,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,38,86,37,29,5,20,32,30,36,20,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,682,70,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34568,4,4,-1,'Onslaught Boots',48372,4,4096,0,1,0,0,8,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,6,7,64,12,25,37,26,13,20,14,20,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,673,75,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34569,4,4,-1,'Onslaught Treads',48372,4,4096,0,1,0,0,8,1,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,4,44,32,36,31,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,672,75,0,0,0,0,4,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34570,4,3,-1,'Gronnstalker\'s Boots',48364,4,4096,0,1,0,0,8,4,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,30,31,14,5,21,32,21,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,42098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,669,70,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34571,4,2,-1,'Thunderheart Boots',48363,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,19,5,32,6,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,678,60,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34572,4,2,-1,'Thunderheart Footwraps',48363,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,36,13,5,30,32,28,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,677,60,0,0,0,0,2,0,0,0,0,0,2884,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34573,4,2,-1,'Thunderheart Treads',48362,4,4096,0,1,0,0,8,1024,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,4,35,3,35,7,54,5,18,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,676,60,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34574,4,1,-1,'Boots of the Tempest',48365,4,4096,0,1,0,0,8,128,32767,154,70,0,0,0,0,0,0,0,0,1,0,6,31,15,5,29,6,20,32,20,36,25,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,671,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34575,4,2,-1,'Slayer\'s Boots',48369,4,4096,0,1,0,0,8,8,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,5,3,30,7,24,31,28,37,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,668,60,0,0,0,0,2,0,0,0,0,0,2941,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34576,4,0,-1,'Battlemaster\'s Cruelty',47522,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34577,4,0,-1,'Battlemaster\'s Depravity',47521,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34578,4,0,-1,'Battlemaster\'s Determination',47095,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15826,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34579,4,0,-1,'Battlemaster\'s Audacity',47294,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24196,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34580,4,0,-1,'Battlemaster\'s Perseverance',47696,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33820,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34581,6,2,-1,'Mysterious Arrow',40522,4,0,0,200,10000,12,24,-1,-1,120,70,0,0,0,0,0,967,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34582,6,3,-1,'Mysterious Shell',44356,4,0,0,200,10000,12,24,-1,-1,120,70,0,0,0,0,0,967,6,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34583,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,20000,30000,0,12340), (34584,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,20000,30000,0,12340), (34585,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,30000,40000,0,12340), (34587,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,30000,40000,0,12340), (34589,4,6,-1,'Monster - Shield, Shattered Sun D01 Red',47921,0,0,8192,1,7,1,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34590,4,6,-1,'Monster - Shield, Shattered Sun D01 Yellow',47911,0,0,8192,1,7,1,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34591,4,6,-1,'Monster - Shield, Shattered Sun D01 White',47908,0,0,8192,1,7,1,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34592,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,70000,0,12340), (34593,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,70000,0,12340), (34594,0,0,-1,'Scryer Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,90000,110000,0,12340), (34595,0,0,-1,'Aldor Supplies Package',26420,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,90000,110000,0,12340), (34597,15,0,-1,'Winterfin Clam',16211,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Probably contains something good, but the Winterfin won\'t take it unless it\'s unopened.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34598,12,0,-1,'The King\'s Empty Conch',7714,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45274,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34599,0,0,0,'Juggling Torch',35178,1,0,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45819,0,-1,0,100,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34600,12,0,-1,'Urmgrgl\'s Key',20983,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Better get this back to Glrglrglr a.s.a.p.!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34601,4,4,-1,'Shoulderplates of Everlasting Pain',48174,4,0,0,1,308159,61631,3,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,33,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34602,4,2,-1,'Eversong Cuffs',48164,4,0,0,1,147565,29513,9,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,20,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34603,2,16,-1,'Distracting Blades',48157,4,4198400,0,1,146756,36689,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,14,36,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,274,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,9334,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34604,2,15,-1,'Jaded Crystal Dagger',48166,4,0,0,1,594542,118908,21,32767,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,7,22,5,19,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,122,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,45309,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340), (34605,4,4,-1,'Breastplate of Fierce Survival',48155,4,0,0,1,428578,85715,5,262143,32767,115,70,0,0,0,0,0,0,0,0,1,0,3,7,22,5,32,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2864,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34606,2,15,-1,'Edge of Oppression',48161,4,0,0,1,614366,122873,13,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,148,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34607,4,1,-1,'Fel-tinged Mantle',48165,4,0,0,1,167348,33469,3,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,20,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34608,2,10,-1,'Rod of the Blazing Light',48170,4,0,0,1,699996,139999,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,32,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,290,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,40107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,2890,0,300,-46.3,0,0,0,'',67,0,0,0,0,12340), (34609,2,7,-1,'Quickening Blade of the Prince',48169,4,0,0,1,606588,121317,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,180,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34610,4,1,-1,'Scarlet Sin\'dorei Robes',48171,4,0,0,1,243546,48709,20,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34611,2,4,-1,'Cudgel of Consecration',48159,4,0,0,1,611208,122241,21,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,20,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,131,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,42040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3153,0,300,-50.8,0,0,0,'',67,0,0,0,0,12340), (34612,4,4,-1,'Greaves of the Penitent Knight',42604,4,0,0,1,321500,64300,8,32767,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,7,21,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,4,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34613,4,2,-1,'Shoulderpads of the Silvermoon Retainer',48173,4,0,0,1,230959,46191,3,262143,32767,125,70,0,0,0,0,0,0,0,0,1,0,3,3,35,7,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34614,4,3,-1,'Tunic of the Ranger Lord',48175,4,0,0,1,370901,74180,5,32767,2147483647,125,70,0,0,0,0,0,0,0,0,1,0,4,3,45,7,34,5,23,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34615,4,4,-1,'Netherforce Chestplate',48167,4,0,0,1,434358,86871,5,262143,32767,125,70,0,0,0,0,0,0,0,0,1,0,4,4,44,7,42,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1571,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,2927,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34616,2,0,-1,'Breeching Comet',48156,4,0,0,1,622853,124570,13,-1,-1,125,70,0,0,0,0,0,0,0,0,1,0,2,3,18,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14049,1,0,0,180000,0,10000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34617,12,0,-1,'Glrggl\'s Head',33284,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s dripping... ewww!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34618,12,0,-1,'Succulent Orca Blubber',39116,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34619,12,0,-1,'King Mrgl-Mrgl\'s Spare Suit',46046,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s roomy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34620,12,0,-1,'King Mrgl-Mrgl\'s Spare Suit',46046,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45278,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34621,12,0,-1,'Claw of Claximus',13713,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Click-clack!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34622,2,16,-1,'Spinesever',47933,4,4194304,0,1,80000,20000,25,-1,-1,100,70,0,0,0,0,0,0,0,0,1,0,3,31,10,3,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,279,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',66,0,0,0,0,12340), (34623,12,0,-1,'The King\'s Filled Conch',7714,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hot potato!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34624,12,0,0,'Bundle of Vrykul Artifacts',47946,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45323,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Holds the staff, heart, shield and armor of the Vrykul.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34625,4,0,-1,'Kharmaa\'s Ring of Fate',31906,4,524288,0,1,300000,75000,11,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,19,5,14,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Azerothian diamonds are eternal.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34627,3,2,-1,'Heavy Tonk Armor',47950,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fits into a tonk Overdrive socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,841,-1,0,0,0,0,'',0,0,0,0,0,12340), (34645,7,1,-1,'Earthen Ink',45064,1,0,0,1,0,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34647,7,11,-1,'Rough Parchment',7128,1,0,0,1,0,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34648,4,4,-1,'Acherus Knight\'s Greaves',51496,2,32768,0,1,51,10,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,10,7,12,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34649,4,4,-1,'Acherus Knight\'s Gauntlets',51498,2,32768,0,1,34,6,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,6,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34650,4,4,-1,'Acherus Knight\'s Tunic',51494,2,32768,0,1,69,13,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,20,7,11,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34651,4,4,-1,'Acherus Knight\'s Girdle',51497,2,32768,0,1,35,7,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34652,4,4,-1,'Acherus Knight\'s Hood',51495,2,32768,0,1,52,10,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,15,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34653,4,4,-1,'Acherus Knight\'s Wristguard',51500,2,32768,0,1,36,7,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,7,31,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34655,4,4,-1,'Acherus Knight\'s Pauldrons',51501,2,32768,0,1,54,10,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,9,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34656,4,4,-1,'Acherus Knight\'s Legplates',51499,2,32768,0,1,73,14,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,13,3,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34657,4,0,-1,'Choker of Damnation',6539,2,32768,0,1,2303,575,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,9,7,8,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34658,4,0,-1,'Plague Band',963,2,32768,0,1,534,133,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34659,4,1,-1,'Acherus Knight\'s Shroud',49738,2,32768,0,1,31,6,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34661,2,8,-1,'Massacre Sword',49742,3,0,0,1,0,63968,17,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,22,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,191,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34663,7,11,-1,'Silver Quill',19571,1,0,0,1,0,50,0,-1,-1,20,0,773,50,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34664,7,11,-1,'Sunmote',37215,3,0,0,1,90000,22500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34665,2,15,-1,'Bombardier\'s Blade',33237,3,32768,0,1,459015,91803,13,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,14,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,168,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34666,2,7,-1,'The Sunbreaker',48062,3,32768,0,1,460643,92128,13,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,14,31,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,9334,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34667,2,7,-1,'Archmage\'s Guile',48061,3,32768,0,1,418194,83638,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,32,20,5,11,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,33490,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (34669,12,0,0,'Arcanometer',51800,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45414,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A feat of mechanimagicological engineering.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34670,2,4,-1,'Seeker\'s Gavel',37049,3,32768,0,1,434690,86938,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,31,11,5,8,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,33490,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (34671,2,4,-1,'K\'iru\'s Presage',48065,3,32768,0,1,436317,87263,21,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,5,13,7,16,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,35338,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,12340), (34672,2,7,-1,'Inuuro\'s Blade',37209,3,32768,0,1,437945,87589,13,-1,-1,115,0,0,0,0,0,0,1077,6,0,1,0,4,7,21,37,11,31,8,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,121,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34673,2,1,-1,'Legionfoe',48066,3,32768,0,1,549466,109893,17,-1,-1,115,70,0,0,0,0,0,1077,6,1,1,0,4,7,45,32,26,4,31,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,414,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34674,2,18,-1,'Truestrike Crossbow',48067,3,32768,0,1,330867,66173,26,-1,-1,115,70,0,0,0,0,0,1077,6,0,1,0,3,3,10,7,12,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,207,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34675,4,6,-1,'Sunward Crest',48068,4,32768,0,1,377842,75568,14,262143,2147483647,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,31,15,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,18049,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34676,4,6,-1,'Dawnforged Defender',48070,4,32768,0,1,379231,75846,14,262143,2147483647,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,31,13,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,0,0,0,0,34593,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,122,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34677,4,0,-1,'Shattered Sun Pendant of Restoration',31889,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,1,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,0,0,-1,21628,1,0,0,-1,0,-1,45484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34678,4,0,-1,'Shattered Sun Pendant of Acumen',39212,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,0,0,-1,45481,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34679,4,0,-1,'Shattered Sun Pendant of Might',48071,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,2,7,19,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,0,0,-1,45482,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34680,4,0,-1,'Shattered Sun Pendant of Resolve',43085,4,32768,0,1,232752,58188,2,-1,-1,115,70,0,0,0,0,0,1077,7,0,1,0,3,7,48,31,13,37,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45483,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34683,4,0,-1,'Sandals of Summer',48964,1,192,0,1,0,0,8,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,45416,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34684,15,3,-1,'Handful of Summer Petals',48992,1,65600,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45417,0,-1,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,1,12340), (34685,4,0,-1,'Vestment of Summer',48963,1,192,0,1,0,0,20,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,500,0,0,45418,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34686,0,0,0,'Brazier of Dancing Flames',48802,3,67108928,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45426,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34688,12,0,-1,'Beryl Prison Key',36756,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45441,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34689,9,10,-1,'Design: Chaotic Skyfire Diamond',6270,3,64,0,1,120000,30000,0,-1,-1,73,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44794,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Chaotic Skyfire Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34690,12,0,-1,'Warsong Banner',31257,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s a little tattered, but it should serve for whatever Crafty has in mind.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34691,12,0,0,'Arcane Binder',39924,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45611,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34692,12,0,-1,'Ragefist\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45474,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34694,2,8,-1,'Monster - Sword2H, Horde PvP (Green)',48193,0,0,8192,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34695,12,0,-1,'Enlistment Card',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34697,4,1,-1,'Bindings of Raging Fire',42896,3,0,0,1,83911,16782,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,9,5,10,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34698,4,3,-1,'Bracers of the Forest Stalker',43012,3,0,0,1,125867,25173,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,3,16,7,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,39922,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3114,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34699,2,0,-1,'Sun-forged Cleaver',31300,3,0,0,1,419558,83911,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,32,13,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34700,4,4,-1,'Gauntlets of Divine Blessings',48201,3,0,0,1,147684,29536,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,8,0,4,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34701,4,2,-1,'Leggings of the Betrayed',17137,3,0,0,1,209779,41955,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,25,3,26,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,3267,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34702,4,1,-1,'Cloak of Swift Mending',34812,3,0,0,1,126500,25300,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,5,12,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34703,2,7,-1,'Latro\'s Dancing Blade',41417,3,0,0,1,423297,84659,13,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9335,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,737,90,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34704,4,0,-1,'Band of Arcane Alacrity',39126,3,524288,0,1,59387,14846,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,18,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34705,4,1,-1,'Bracers of Divine Infusion',42996,3,0,0,1,83911,16782,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34706,4,0,-1,'Band of Determination',40044,3,524288,0,1,220141,55035,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,35,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,252,0,0,0,'',52,0,0,0,0,12340), (34707,4,2,-1,'Boots of Resuscitation',42961,3,0,0,1,157334,31466,8,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,15,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34708,4,1,-1,'Cloak of the Coming Night',43086,3,0,0,1,125867,25173,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,36,18,7,18,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34709,12,0,0,'Warsong Munitions',28999,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34710,12,0,0,'Seaforium Depth Charge Bundle',48202,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45503,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Drop one and find some cover!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34711,12,0,0,'Core of Malice',23727,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45504,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34713,12,0,0,'Tuskarr Ritual Object',48203,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34714,12,0,-1,'Kul Tiras Wine',18080,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34715,12,0,0,'Tuskarr Ritual Object',48203,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45536,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34716,4,1,0,'Silver Cufflinks',48228,1,0,8192,1,3,1,9,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,0,'',0,0,0,0,0,15595), (34718,4,0,-1,'Black Leather Shoes',48231,1,0,8192,1,5,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34719,12,0,0,'Luther\'s Journal',1588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34720,12,0,0,'Barthus\'s Note',36488,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34721,0,7,-1,'Frostweave Bandage',56049,1,2097216,0,1,5000,1250,0,-1,-1,71,0,129,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45543,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34722,0,7,-1,'Heavy Frostweave Bandage',56050,1,2097216,0,1,10000,2500,0,-1,-1,80,0,129,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45544,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34735,7,8,-1,'Northrend Meat 01',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34736,7,8,-1,'Chunk o\' Mammoth',50873,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34737,7,8,-1,'Northrend Meat 03',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34738,7,8,-1,'Northrend Meat 04',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34739,7,8,-1,'Northrend Meat 05',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34740,7,8,-1,'Northrend Meat 06',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34741,7,8,-1,'Northrend Meat 07',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34742,7,8,-1,'Northrend Meat 08',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34743,7,8,-1,'Northrend Meat 09',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34744,7,8,-1,'Northrend Meat 10',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34745,7,8,-1,'Northrend Meat 11',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34746,7,8,-1,'Northrend Meat 12',44290,1,0,8192,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34747,0,5,-1,'Northern Stew',53863,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34748,0,5,-1,'Mammoth Meal',53880,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57110,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34749,0,5,-1,'Shoveltusk Steak',47467,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57138,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34750,0,5,-1,'Worm Delight',53879,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57285,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34751,0,5,-1,'Roasted Worg',39719,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57287,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34752,0,5,-1,'Rhino Dogs',35831,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57289,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34753,0,5,-1,'Great Feast',54539,1,0,0,1,10000,2500,0,-1,-1,80,70,185,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57301,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34754,0,5,-1,'Mega Mammoth Meal',50871,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57324,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34755,0,5,-1,'Tender Shoveltusk Steak',53791,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57326,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34756,0,5,-1,'Spiced Worm Burger',25468,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57328,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34757,0,5,-1,'Very Burnt Worg',25481,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57331,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34758,0,5,-1,'Mighty Rhino Dogs',31742,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57333,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (34759,0,5,-1,'Smoked Rockfin',54538,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57070,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34760,0,5,-1,'Grilled Bonescale',54535,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57070,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34761,0,5,-1,'Sauteed Goby',54537,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57070,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34762,0,5,-1,'Grilled Sculpin',39115,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57085,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34763,0,5,-1,'Smoked Salmon',54534,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57096,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34764,0,5,-1,'Poached Nettlefish',54536,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57098,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34765,0,5,-1,'Pickled Fangtooth',39119,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57106,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34766,0,5,-1,'Poached Northern Sculpin',39114,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57335,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34767,0,5,-1,'Firecracker Salmon',54531,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57341,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34768,0,5,-1,'Spicy Blue Nettlefish',54528,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57343,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34769,0,5,-1,'Imperial Manta Steak',53881,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57344,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (34772,12,0,0,'Gnomish Grenade',38667,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45583,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34773,12,0,-1,'Farseer Grimwalker\'s Remains',48240,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You handle them with reverence and care.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34774,12,0,0,'Scourged Earth',48242,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34775,12,0,0,'Scourged Mammoth Pelt',12996,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34777,12,0,0,'Ith\'rix\'s Hardened Carapace',48243,1,0,1,1,0,0,0,-1,-1,68,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All that remains of Ith\'rix',0,0,0,11632,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34778,12,0,-1,'Imperean\'s Primal',41673,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It howls with the intensity of a hurricane.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34779,12,0,-1,'Imperean\'s Primal',41673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45594,0,0,0,30000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34780,0,5,-1,'Naaru Ration',40696,1,0,0,5,5000,250,0,-1,-1,75,65,0,0,0,0,0,1077,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44166,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34781,12,0,-1,'Kaganishu\'s Fetish',48244,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45606,0,0,0,10000,0,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34782,12,0,0,'Imbued Scourge Shroud',48245,1,64,0,1,0,0,16,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45614,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34783,2,16,-1,'Nightstrike',48248,3,4194304,0,1,175952,43988,25,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,16,31,10,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,246,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34784,2,5,-1,'Monster - Item, Fishing Pole (Tuskarr)',48249,0,0,8192,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34785,12,0,0,'Pneumatic Tank Transjigamarig',40902,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'P.T.T.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34786,12,0,0,'Super Strong Metal Plate',33552,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks sturdy enough for a tank.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34787,12,0,-1,'Crafty\'s Stuff',18574,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Such a big box for such a tiny person.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34788,4,1,-1,'Duskhallow Mantle',48252,3,0,0,1,132835,26567,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2900,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34789,4,4,-1,'Bracers of Slaughter',48253,3,0,0,1,147684,29536,9,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,19,7,15,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3015,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34790,2,4,-1,'Battle-mace of the High Priestess',39389,3,0,0,1,446039,89207,21,-1,-1,115,70,0,0,0,0,0,0,6,0,1,0,3,7,9,5,13,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,145,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,35338,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2881,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (34791,4,3,-1,'Gauntlets of the Tranquil Waves',48255,3,0,0,1,125867,25173,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,10,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,2881,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34792,4,1,-1,'Cloak of the Betrayed',38794,3,0,0,1,125867,25173,16,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,12,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3153,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34793,4,1,-1,'Cord of Reconstruction',48256,3,0,0,1,83911,16782,6,32767,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,12,5,16,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,8,0,0,0,2866,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34794,2,1,-1,'Axe of Shattered Dreams',39958,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,426,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,15820,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34795,4,4,-1,'Helm of Sanctification',48257,3,0,0,1,219848,43969,1,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,18,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,2,0,2,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34796,4,2,-1,'Robes of Summer Flame',48258,3,0,0,1,209779,41955,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,15,5,18,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,2865,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34797,2,10,-1,'Sun-infused Focus Staff',44339,3,0,0,1,524447,104889,17,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,27,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,196,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,33250,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,2,0,4,0,4,0,2889,0,275,-30.3,0,0,0,'',52,0,0,0,0,12340), (34798,4,0,-1,'Band of Celerity',24022,3,524288,0,1,28410,7102,11,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,7,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14049,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (34799,4,3,-1,'Hauberk of the War Bringer',48259,4,0,0,1,322385,64477,5,32767,-1,110,70,0,0,0,0,0,0,0,0,1,0,4,3,24,7,25,5,17,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,4,0,2936,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34800,12,0,-1,'Tempest Mote',41681,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tiny susurrus of energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34801,12,0,0,'Crafty\'s Shopping List',8927,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You can barely make out her chicken scratch.',3040,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34802,12,0,0,'Crafty\'s Tools',48260,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What\'s so special about these tools? Clearly, Crafty is just fond of them. Engineers... sheesh!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34804,12,0,-1,'A Handful of Rocknar\'s Grit',7414,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Better hurry back with this stuff... it\'s slipping through your fingers!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34806,12,0,0,'Sage Aeire\'s Totem',40048,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45653,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34807,4,4,-1,'Sunstrider Warboots',48286,4,0,0,1,281550,56310,8,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,2,7,30,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,0,0,0,0,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34808,4,1,-1,'Gloves of Arcane Acuity',48287,4,0,0,1,107461,21492,10,262143,32767,110,70,0,0,0,0,0,0,0,0,1,0,3,7,16,5,20,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34809,4,2,-1,'Sunrage Treads',48985,4,0,0,1,213405,42681,8,1535,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,28,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,3164,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34810,4,1,-1,'Cloak of Blade Turning',47067,4,0,0,1,161192,32238,16,-1,-1,110,70,0,0,0,0,0,0,1,0,1,0,2,7,31,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,294,0,0,0,'',67,0,0,0,0,12340), (34811,12,0,0,'Neural Needler',42557,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45634,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Made in Dalaran.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34812,12,0,-1,'Crafty\'s Ultra-Advanced Proto-Typical Shortening Blaster',48310,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51912,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34813,12,0,0,'Horn of the Ancient Mariner',17514,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn carved from whale bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34814,12,0,0,'Tuskarr Relic',40045,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34815,12,0,0,'Vial of Fresh Blood',45437,1,2048,1,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11654,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34822,15,0,0,'Ancient Coin',48335,0,0,0,1,1000000,250000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34823,15,0,0,'Beautiful Glass Eye',30738,0,0,0,1,720000,180000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The initials C.S. are etched in the back.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34824,15,0,0,'Silver Statuette',48336,0,0,0,1,600000,150000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A beautiful piece depicting a man in priestly garb.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34825,15,0,0,'Mithril Shaving Razor',48337,0,0,0,1,440000,110000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34826,4,0,-1,'Gold Wedding Band',963,1,0,0,1,600000,150000,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34827,4,0,-1,'Noble\'s Monocle',15322,1,0,0,1,564018,112803,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34828,4,0,0,'Antique Silver Cufflinks',48805,1,0,0,1,566099,113219,9,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34829,4,0,-1,'Ornate Drinking Stein',48339,1,0,0,1,440000,110000,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34830,12,0,0,'Tuskarr Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45692,0,0,0,0,1167,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34831,3,1,-1,'Eye of the Sea',44725,3,524288,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,861,-1,0,0,0,0,'',0,0,0,0,0,12340), (34832,0,5,-1,'Captain Rumsey\'s Lager',18119,1,0,0,1,200,50,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45694,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34833,12,0,0,'Unlit Torches',7290,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45671,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34834,9,5,-1,'Recipe: Captain Rumsey\'s Lager',15274,2,64,0,1,20000,5000,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45695,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Captain Rumsey\'s Lager.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34835,3,0,0,'Omar\'s Gem of POWAH',49259,4,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (34836,0,6,-1,'Spun Truesilver Fishing Line',48720,2,64,0,1,8000,2000,0,-1,-1,70,0,356,300,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45697,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34837,4,0,-1,'The 2 Ring',31800,4,0,0,1,45200,11300,11,-1,-1,143,70,0,0,0,0,0,0,0,0,1,0,5,4,22,3,22,7,22,6,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Vastly superior to the 1 ring.',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34838,15,0,-1,'Mariner\'s Log',48342,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3044,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34839,15,0,-1,'Piece of Polished Driftwood',11947,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34840,15,0,-1,'Broken Spyglass',4283,0,0,0,1,80000,20000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34841,15,0,-1,'Salvaged Scrap Metal',8562,0,0,0,1,16000,4000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34842,12,0,-1,'Warsong Outfit',48346,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Is it wrong to take clothes off of the dead? Even Horde dead?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34843,15,0,-1,'Giant Shark Tooth',30593,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34844,12,0,0,'Horn of the Ancient Mariner',17514,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45703,0,0,0,0,1170,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'An ancient horn carved from whale bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34845,1,0,-1,'Pit Lord\'s Satchel',34796,4,0,0,1,35000,8750,18,-1,-1,70,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34846,15,0,-1,'Black Sack of Gems',1282,2,4,0,1,19050,4762,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34847,4,1,-1,'Annihilator Holo-Gogs',43891,4,0,0,1,244003,48800,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,5,37,7,41,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34848,15,0,-1,'Bracers of the Forgotten Conqueror',48373,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34850,0,0,0,'Midsummer Ground Flower',48900,1,64,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45729,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34851,15,0,-1,'Bracers of the Forgotten Protector',48374,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34852,15,0,-1,'Bracers of the Forgotten Vanquisher',34509,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34853,15,0,-1,'Belt of the Forgotten Conqueror',48377,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34854,15,0,-1,'Belt of the Forgotten Protector',48376,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34855,15,0,-1,'Belt of the Forgotten Vanquisher',34831,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34856,15,0,-1,'Boots of the Forgotten Conqueror',34833,4,0,0,1,0,50000,0,274,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34857,15,0,-1,'Boots of the Forgotten Protector',48378,4,0,0,1,0,50000,0,69,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34858,15,0,-1,'Boots of the Forgotten Vanquisher',48379,4,0,0,1,0,50000,0,1160,32767,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34859,2,15,-1,'Razor Sharp Fillet Knife',48380,1,0,0,1,214001,42800,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,102,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34860,15,0,-1,'Rusted Lock',7842,0,0,0,1,68000,17000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34861,0,8,-1,'Sharpened Fish Hook',48725,1,64,0,1,550,137,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45731,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34862,12,0,3,'Practice Torches',48382,1,66,0,1,0,0,0,262143,2147483647,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,3000,0,0,45732,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34863,15,0,-1,'Bag of Fishing Treasures',3568,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,90000,0,12340), (34864,12,0,-1,'Baby Crocolisk',48388,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34865,12,0,-1,'Blackfin Darter',48743,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34866,12,0,-1,'Giant Freshwater Shrimp',18538,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34867,12,0,-1,'Monstrous Felblood Snapper',48744,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34868,12,0,-1,'World\'s Largest Mudfish',48742,1,2147483648,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34869,12,0,-1,'Warsong Banner',31257,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45742,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34870,12,0,-1,'Warsong Orc Disguise',48346,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45759,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34871,15,0,-1,'Crafty\'s Sack',21586,1,4,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains 1 disguise and 1 banner. If not, see Crafty.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34872,9,8,-1,'Formula: Void Shatter',7798,1,64,0,1,150000,37500,0,-1,-1,72,0,333,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45765,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to shatter a Void Crystal into two Large Prismatic Shards.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34880,2,7,-1,'Monster - Sword, 1H Outland Raid D02',48402,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (34887,4,0,-1,'Angelista\'s Revenge',49005,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,3,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34888,4,0,-1,'Ring of the Stalwart Protector',45362,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,45,13,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,392,0,0,0,'',67,0,0,0,0,12340), (34889,4,0,-1,'Fused Nethergon Band',44358,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,27,5,19,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34890,4,0,-1,'Anveena\'s Touch',43095,4,4096,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,2,7,27,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34891,2,1,-1,'The Blade of Harbingers',48899,4,4096,0,1,0,0,17,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,55,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,563,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,33782,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34892,2,18,-1,'Crossbow of Relentless Strikes',49114,4,4096,0,1,0,0,26,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34893,2,13,-1,'Vanir\'s Right Fist of Brutality',49113,4,4096,0,1,0,0,21,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,3,23,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,335,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34894,2,15,-1,'Blade of Serration',48888,4,4096,0,1,0,0,13,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,32,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34895,2,15,-1,'Scryer\'s Blade of Focus',48887,4,4096,0,1,0,0,21,32767,-1,146,70,0,0,0,0,0,0,0,1,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,130,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,43455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,-61.8,0,0,0,'',67,0,0,0,0,12340), (34896,2,4,-1,'Gavel of Naaru Blessings',49111,4,4096,0,1,0,0,21,-1,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,116,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,43460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,-61.8,0,0,0,'',67,0,0,0,0,12340), (34897,12,0,0,'Beryl Shield Detonator',39014,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45780,0,0,0,7000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Made in Dalaran.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34898,2,10,-1,'Staff of the Forest Lord',48935,4,4096,0,1,0,0,17,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,3,38,100,3,52,7,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,483,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34900,4,2,-1,'Shroud of Nature\'s Harmony',48446,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,34,5,40,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34901,4,2,-1,'Grovewalker\'s Leggings',48449,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,42,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,2866,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34902,4,2,-1,'Oakleaf-Spun Handguards',48452,4,4096,0,1,0,0,10,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,30,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34903,4,2,-1,'Embrace of Starlight',48967,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,38,6,26,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34904,4,2,-1,'Barbed Gloves of the Sage',47171,4,4096,0,1,0,0,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,28,5,30,31,15,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34905,4,2,-1,'Crystalwind Leggings',48456,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,36,5,40,6,32,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34906,4,2,-1,'Embrace of Everlasting Prowess',48450,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,4,48,3,49,7,52,5,23,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34907,15,0,-1,'Shattered Gem Fragments',7162,0,0,0,1,60000,15000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34908,13,0,-1,'Scourge Cage Key',9154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45807,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34909,12,0,0,'Salrand\'s Broken Key',37249,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The key is broken and useless.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34910,4,2,-1,'Tameless Breeches',48454,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,5,4,48,3,45,7,52,5,20,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34911,4,2,-1,'Handwraps of the Aggressor',48451,4,4096,0,1,0,0,10,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,4,36,3,35,7,36,5,19,36,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34912,4,3,-1,'Scaled Drakeskin Chestguard',48466,4,4096,0,1,0,0,5,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,3,47,7,39,5,26,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34913,12,0,-1,'Highmesa\'s Cleansing Seeds',7287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45834,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34914,4,3,-1,'Leggings of the Pursuit',48468,4,4096,0,1,0,0,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,3,44,7,36,5,30,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,2893,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34915,12,0,-1,'Bixie\'s Inhibiting Powder',48431,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45835,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34916,4,3,-1,'Gauntlets of Rapidity',48467,4,4096,0,1,0,0,10,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,3,34,7,30,5,19,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34917,4,1,-1,'Shroud of the Lore`nial',48469,4,4096,0,1,0,0,20,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,35,6,33,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34918,4,1,-1,'Legwraps of Sweltering Flame',47064,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,36,6,30,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34919,4,1,-1,'Boots of Incantations',42327,4,4096,0,1,0,0,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,37,5,26,6,23,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34920,12,0,0,'Map of the Geyser Fields',48433,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45853,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34921,4,4,-1,'Ecclesiastical Cuirass',48471,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,52,5,44,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34922,4,4,-1,'Greaves of Pacification',48470,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,2,7,52,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34923,4,4,-1,'Waistguard of Reparation',48291,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3152,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34924,4,1,-1,'Gown of Spiritual Wonder',48481,4,4096,0,1,0,0,20,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,36,5,35,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34925,4,1,-1,'Adorned Supernal Legwraps',48482,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,40,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34926,4,1,-1,'Slippers of Dutiful Mending',48479,4,4096,0,1,0,0,8,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,28,5,25,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3097,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34927,4,2,-1,'Tunic of the Dark Hour',48484,4,4096,0,1,0,0,5,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,3,44,7,51,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34928,4,2,-1,'Trousers of the Scryers\' Retainer',48486,4,4096,0,1,0,0,7,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,43,7,45,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,2860,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34929,4,2,-1,'Belt of the Silent Path',48483,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,3,34,7,33,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3149,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34930,4,3,-1,'Wave of Life Chestguard',48487,4,4096,0,1,0,0,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,25179,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,0,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34931,4,3,-1,'Runed Scales of Antiquity',48493,4,4096,0,1,0,0,7,32767,2147483647,141,70,0,0,0,0,0,0,0,0,1,0,2,7,45,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,21640,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,2881,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34932,4,3,-1,'Clutch of the Soothing Breeze',48490,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,2,7,31,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34933,4,3,-1,'Hauberk of Whirling Fury',48491,4,4096,0,1,0,0,5,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,34,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34934,4,3,-1,'Rushing Storm Kilt',48492,4,4096,0,1,0,0,7,-1,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34935,4,3,-1,'Aftershock Waistguard',48358,4,4096,0,1,0,0,6,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,27,5,27,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34936,4,1,-1,'Tormented Demonsoul Robes',48494,4,4096,0,1,0,0,20,32767,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34937,4,1,-1,'Corrupted Soulcloth Pantaloons',45319,4,4096,0,1,0,0,7,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2900,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34938,4,1,-1,'Enslaved Doomguard Soulgrips',48495,4,4096,0,1,0,0,10,262143,32767,141,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34939,4,4,-1,'Chestplate of Stoicism',48496,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,34,13,34,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34940,4,4,-1,'Sunguard Legplates',45220,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,5,7,78,12,35,13,28,37,23,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,2876,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34941,4,4,-1,'Girdle of the Fearless',42651,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,58,37,22,4,23,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34942,4,4,-1,'Breastplate of Ire',48476,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,52,7,64,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34943,4,4,-1,'Legplates of Unending Fury',46359,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,4,52,7,48,31,25,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,2879,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34944,4,4,-1,'Girdle of Seething Rage',48477,4,4096,0,1,0,0,6,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,3,4,40,7,55,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3015,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34945,4,4,-1,'Shattrath Protectorate\'s Breastplate',48473,4,4096,0,1,0,0,5,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,26,31,34,4,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1765,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2926,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34946,4,4,-1,'Inscribed Legplates of the Aldor',48474,4,4096,0,1,0,0,7,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,78,12,25,13,43,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,2895,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34947,4,4,-1,'Blue\'s Greaves of the Righteous Guardian',48472,4,4096,0,1,0,0,8,1535,-1,141,70,0,0,0,0,0,0,0,0,1,0,4,7,58,31,22,15,23,4,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1213,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2925,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34948,12,0,0,'Salrand\'s Key',50181,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hot to the touch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34949,2,15,-1,'Swift Blade of Uncertainty',48888,4,4096,0,1,0,0,22,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,31,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34950,2,13,-1,'Vanir\'s Left Fist of Savagery',49112,4,4096,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,36,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,201,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34951,2,13,-1,'Vanir\'s Left Fist of Brutality',49112,4,4096,0,1,0,0,22,262143,32767,146,70,0,0,0,0,0,0,0,0,1,0,2,36,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,335,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34952,2,15,-1,'The Mutilator',48888,4,4096,0,1,0,0,22,32767,-1,146,70,0,0,0,0,0,0,0,0,1,0,2,31,24,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,241,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (34953,12,0,0,'Earthen Ring Magma Totem',48966,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34954,12,0,0,'Torp\'s Kodo Snaffle',42114,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45875,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34955,15,0,-1,'Scorched Stone',59498,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,45890,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34956,12,0,0,'Elemental Heart',18519,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34957,12,0,-1,'Engine-Core Crystal',43108,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Good thing the ghouls are breaking into all of the boxes in here... you\'d have never found it otherwise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34958,12,0,-1,'Magical Gyroscope',48459,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like Doctor Razorgrin uses these to help his abominations walk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34959,12,0,-1,'Piloting Scourgestone',23721,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Apparently this is what the lich-lord uses to fly the ziggurat. Better that he doesn\'t have it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34960,12,0,0,'The Legend of the Horn',48460,1,16384,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',3054,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34961,12,0,0,'Burblegobble\'s Key',34378,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45933,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34962,12,0,0,'Gurgleboggle\'s Key',23458,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45932,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34963,12,0,0,'Lower Horn Half',48462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34964,12,0,0,'Upper Horn Half',48462,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34967,3,8,-1,'Juno\'s Test Gem',43108,3,524288,8192,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,38,1,39,2,40,3,41,4,42,5,6,16,32,7,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red, Blue, or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,881,-1,0,0,0,0,'',0,0,0,0,0,15595), (34968,12,0,0,'The Horn of Elemental Fury',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45942,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34971,12,0,0,'Warsong Flare Gun',39435,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45958,0,0,0,0,1167,100000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34972,12,0,-1,'Fizzcrank Spare Parts',7842,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This stuff looks like a bunch of junk!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34973,12,0,-1,'Re-Cursive Transmatter Injection',34432,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45980,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34974,12,0,0,'Bloodspore Carpel',48499,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34975,12,0,0,'Portable Oil Collector',8926,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45990,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34976,12,0,0,'Bloodspore Moth Pollen',48500,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34977,12,0,0,'Thick Mammoth Hide',5086,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34978,12,0,0,'Pollinated Bloodspore Flower',48499,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45995,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34979,12,0,0,'Pouch of Crushed Bloodspore',33940,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46010,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34980,12,0,0,'Head of Gammothra',7188,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34981,12,0,0,'Shake-n-Quake 5000 Control Unit',44269,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46017,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34982,12,0,0,'Massive Glowing Egg',18051,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34983,12,0,0,'Gorloc Spice Pouch',29164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34984,12,0,-1,'The Ultrasonic Screwdriver',19394,1,2048,2,1,0,0,0,-1,-1,1,68,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This is some fancy gnomish engineering right here!',0,0,0,11729,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34985,2,19,-1,'Brutal Gladiator\'s Baton of Light',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,20,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,18030,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34986,4,6,-1,'Brutal Gladiator\'s Barrier',49154,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,35,27,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34987,2,10,-1,'Brutal Gladiator\'s Battle Staff',47994,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,31,32,32,50,35,29,5,50,0,0,0,0,0,0,0,0,0,0,0,0,86,199,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340), (34988,2,4,-1,'Brutal Gladiator\'s Bonecracker',49136,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34989,2,5,-1,'Brutal Gladiator\'s Bonegrinder',49993,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,4,50,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34990,4,3,-1,'Brutal Gladiator\'s Chain Armor',48604,4,36864,0,1,0,0,5,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,70,3,32,32,29,35,21,5,25,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34991,4,3,-1,'Brutal Gladiator\'s Chain Gauntlets',48605,4,36864,0,1,0,0,10,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,56,3,37,32,23,35,21,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34992,4,3,-1,'Brutal Gladiator\'s Chain Helm',48606,4,36864,0,1,0,0,1,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,67,3,37,32,30,35,22,5,27,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34993,4,3,-1,'Brutal Gladiator\'s Chain Leggings',48608,4,36864,0,1,0,0,7,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,70,3,38,32,29,35,33,5,23,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34994,4,3,-1,'Brutal Gladiator\'s Chain Spaulders',48609,4,36864,0,1,0,0,3,4,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,53,3,39,32,20,35,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34995,2,0,-1,'Brutal Gladiator\'s Chopper',49150,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34996,2,0,-1,'Brutal Gladiator\'s Cleaver',49150,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34997,2,1,-1,'Brutal Gladiator\'s Decapitator',49149,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,66,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,28735,1,0,0,-1,0,-1,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (34998,4,2,-1,'Brutal Gladiator\'s Dragonhide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,48,4,35,5,25,3,36,35,22,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61252,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (34999,4,2,-1,'Brutal Gladiator\'s Dragonhide Helm',48601,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,64,4,36,5,28,3,35,35,25,31,17,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (35000,4,2,-1,'Brutal Gladiator\'s Dragonhide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,61,4,40,5,34,3,41,35,29,31,17,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35001,4,2,-1,'Brutal Gladiator\'s Dragonhide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,47,4,34,5,20,3,34,35,21,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (35002,4,2,-1,'Brutal Gladiator\'s Dragonhide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,7,7,61,4,34,5,26,3,36,35,26,31,16,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,584,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35003,4,1,-1,'Brutal Gladiator\'s Dreadweave Gloves',48618,4,36864,0,1,0,0,10,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,58,5,33,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35004,4,1,-1,'Brutal Gladiator\'s Dreadweave Hood',50005,4,36864,0,1,0,0,1,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,32,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35005,4,1,-1,'Brutal Gladiator\'s Dreadweave Leggings',49952,4,36864,0,1,0,0,7,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,85,5,39,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35006,4,1,-1,'Brutal Gladiator\'s Dreadweave Mantle',50009,4,36864,0,1,0,0,3,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,5,18,35,21,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35007,4,1,-1,'Brutal Gladiator\'s Dreadweave Robe',49954,4,36864,0,1,0,0,20,256,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,84,5,28,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,568,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35008,4,0,-1,'Brutal Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35009,4,1,-1,'Brutal Gladiator\'s Felweave Amice',50009,4,36864,0,1,0,0,3,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,18,35,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35010,4,1,-1,'Brutal Gladiator\'s Felweave Cowl',50005,4,36864,0,1,0,0,1,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,21,32,28,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35011,4,1,-1,'Brutal Gladiator\'s Felweave Handguards',48618,4,36864,0,1,0,0,10,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,23,32,26,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35012,4,1,-1,'Brutal Gladiator\'s Felweave Raiment',49954,4,36864,0,1,0,0,20,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,68,5,21,32,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35013,4,1,-1,'Brutal Gladiator\'s Felweave Trousers',49955,4,36864,0,1,0,0,7,256,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,30,32,39,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35014,2,4,-1,'Brutal Gladiator\'s Gavel',49135,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,31,19,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340), (35015,2,8,-1,'Brutal Gladiator\'s Greatsword',49137,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,4,50,32,50,35,33,31,19,0,0,0,0,0,0,0,0,0,0,0,0,404,606,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,43902,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35016,4,0,-1,'Brutal Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,2,7,40,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,0,0,0,46060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35017,2,0,-1,'Brutal Gladiator\'s Hacker',49150,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35018,2,18,-1,'Brutal Gladiator\'s Heavy Crossbow',49138,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35019,4,8,-1,'Brutal Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46088,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35020,4,8,-1,'Brutal Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46090,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35021,4,8,-1,'Brutal Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35022,4,2,-1,'Brutal Gladiator\'s Kodohide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,39,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35023,4,2,-1,'Brutal Gladiator\'s Kodohide Helm',48602,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,65,5,45,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35024,4,2,-1,'Brutal Gladiator\'s Kodohide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,65,5,50,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35025,4,2,-1,'Brutal Gladiator\'s Kodohide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,29,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (35026,4,2,-1,'Brutal Gladiator\'s Kodohide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,69,5,40,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35027,4,4,-1,'Brutal Gladiator\'s Lamellar Chestpiece',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,73,5,36,32,44,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35028,4,4,-1,'Brutal Gladiator\'s Lamellar Gauntlets',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,34,32,34,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35029,4,4,-1,'Brutal Gladiator\'s Lamellar Helm',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,77,5,34,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35030,4,4,-1,'Brutal Gladiator\'s Lamellar Legguards',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,77,5,35,32,45,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35031,4,4,-1,'Brutal Gladiator\'s Lamellar Shoulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,50,5,28,32,32,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,582,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35032,4,2,-1,'Brutal Gladiator\'s Leather Gloves',49965,4,36864,0,1,0,0,10,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,37,35,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (35033,4,2,-1,'Brutal Gladiator\'s Leather Helm',48739,4,36864,0,1,0,0,1,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,72,3,36,35,25,32,26,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35034,4,2,-1,'Brutal Gladiator\'s Leather Legguards',48597,4,36864,0,1,0,0,7,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,74,3,40,32,30,35,40,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35035,4,2,-1,'Brutal Gladiator\'s Leather Spaulders',48598,4,36864,0,1,0,0,3,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,39,32,31,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (35036,4,2,-1,'Brutal Gladiator\'s Leather Tunic',48599,4,36864,0,1,0,0,5,8,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,71,3,36,35,25,32,22,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35037,2,13,-1,'Brutal Gladiator\'s Left Render',49139,4,36864,0,1,0,0,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35038,2,13,-1,'Brutal Gladiator\'s Left Ripper',49139,4,36864,0,1,0,0,22,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35039,4,7,-1,'Brutal Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46091,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35040,4,7,-1,'Brutal Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46092,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35041,4,7,-1,'Brutal Gladiator\'s Libram of Vengeance',34960,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35042,4,3,-1,'Brutal Gladiator\'s Linked Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,71,38,64,32,35,35,31,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21635,1,0,0,-1,0,-1,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35043,4,3,-1,'Brutal Gladiator\'s Linked Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,58,38,76,32,37,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35044,4,3,-1,'Brutal Gladiator\'s Linked Helm',48613,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,5,7,74,38,80,32,39,35,33,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35045,4,3,-1,'Brutal Gladiator\'s Linked Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,6,7,74,38,86,32,41,35,31,5,38,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35046,4,3,-1,'Brutal Gladiator\'s Linked Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,58,38,60,32,31,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35047,2,2,-1,'Brutal Gladiator\'s Longbow',49140,4,36864,0,1,0,0,15,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35048,4,3,-1,'Brutal Gladiator\'s Mail Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,33,32,34,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,28360,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35049,4,3,-1,'Brutal Gladiator\'s Mail Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,28,32,32,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35050,4,3,-1,'Brutal Gladiator\'s Mail Helm',48613,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,29,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35051,4,3,-1,'Brutal Gladiator\'s Mail Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,38,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35052,4,3,-1,'Brutal Gladiator\'s Mail Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,26,32,26,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,18378,1,0,0,-1,0,-1,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35053,4,1,-1,'Brutal Gladiator\'s Mooncloth Gloves',49960,4,36864,0,1,0,0,10,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35054,4,1,-1,'Brutal Gladiator\'s Mooncloth Hood',50007,4,36864,0,1,0,0,1,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,30,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35055,4,1,-1,'Brutal Gladiator\'s Mooncloth Leggings',49964,4,36864,0,1,0,0,7,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,77,5,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35056,4,1,-1,'Brutal Gladiator\'s Mooncloth Mantle',50010,4,36864,0,1,0,0,3,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35057,4,1,-1,'Brutal Gladiator\'s Mooncloth Robe',49963,4,36864,0,1,0,0,20,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,68,5,33,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35058,2,15,-1,'Brutal Gladiator\'s Mutilator',49141,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,253,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35059,4,4,-1,'Brutal Gladiator\'s Ornamented Chestguard',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,42,32,42,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35060,4,4,-1,'Brutal Gladiator\'s Ornamented Gloves',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,33,32,33,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35061,4,4,-1,'Brutal Gladiator\'s Ornamented Headcover',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,40,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35062,4,4,-1,'Brutal Gladiator\'s Ornamented Legplates',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,69,5,45,32,46,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,42089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35063,4,4,-1,'Brutal Gladiator\'s Ornamented Spaulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,46,5,32,32,32,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35064,2,6,-1,'Brutal Gladiator\'s Painsaw',49142,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,68,32,51,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,371,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35065,2,19,-1,'Brutal Gladiator\'s Piercing Touch',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,2,7,19,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,9345,1,0,0,0,0,-1,42056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35066,4,4,-1,'Brutal Gladiator\'s Plate Chestpiece',49999,4,36864,0,1,0,0,5,1,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,76,4,45,32,45,35,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35067,4,4,-1,'Brutal Gladiator\'s Plate Gauntlets',49998,4,36864,0,1,0,0,10,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,59,4,42,32,37,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35068,4,4,-1,'Brutal Gladiator\'s Plate Helm',49685,4,36864,0,1,0,0,1,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,5,7,68,4,45,32,41,35,25,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35069,4,4,-1,'Brutal Gladiator\'s Plate Legguards',49996,4,36864,0,1,0,0,7,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,5,7,77,4,57,32,53,35,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,39927,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35070,4,4,-1,'Brutal Gladiator\'s Plate Shoulders',49995,4,36864,0,1,0,0,3,1,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,4,7,64,4,38,32,35,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35071,2,4,-1,'Brutal Gladiator\'s Pummeler',49136,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35072,2,7,-1,'Brutal Gladiator\'s Quickblade',49143,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35073,4,6,-1,'Brutal Gladiator\'s Redoubt',49153,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,35,27,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35074,4,0,-1,'Brutal Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35075,2,3,-1,'Brutal Gladiator\'s Rifle',49393,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,351,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,21441,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35076,2,13,-1,'Brutal Gladiator\'s Right Ripper',49145,4,36864,0,1,0,0,21,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35077,4,3,-1,'Brutal Gladiator\'s Ringmail Armor',49969,4,36864,0,1,0,0,20,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,61,5,36,32,36,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,21366,1,0,0,-1,0,-1,23593,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35078,4,3,-1,'Brutal Gladiator\'s Ringmail Gauntlets',48611,4,36864,0,1,0,0,10,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,53,5,28,32,29,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35079,4,3,-1,'Brutal Gladiator\'s Ringmail Helm',48614,4,36864,0,1,0,0,1,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,74,5,34,32,31,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35080,4,3,-1,'Brutal Gladiator\'s Ringmail Leggings',48615,4,36864,0,1,0,0,7,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,71,5,38,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35081,4,3,-1,'Brutal Gladiator\'s Ringmail Spaulders',48616,4,36864,0,1,0,0,3,64,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,27,32,24,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35082,2,4,-1,'Brutal Gladiator\'s Salvation',49146,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,25,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44759,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340), (35083,4,1,-1,'Brutal Gladiator\'s Satin Gloves',49960,4,36864,0,1,0,0,10,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,55,5,27,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35084,4,1,-1,'Brutal Gladiator\'s Satin Hood',50007,4,36864,0,1,0,0,1,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,79,5,28,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,45011,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35085,4,1,-1,'Brutal Gladiator\'s Satin Leggings',49964,4,36864,0,1,0,0,7,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,82,5,39,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35086,4,1,-1,'Brutal Gladiator\'s Satin Mantle',50010,4,36864,0,1,0,0,3,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,27,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35087,4,1,-1,'Brutal Gladiator\'s Satin Robe',49963,4,36864,0,1,0,0,20,16,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,72,5,34,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35088,4,4,-1,'Brutal Gladiator\'s Scaled Chestpiece',50001,4,36864,0,1,0,0,5,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,61,5,32,32,41,4,46,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1983,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35089,4,4,-1,'Brutal Gladiator\'s Scaled Gauntlets',48640,4,36864,0,1,0,0,10,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,46,5,27,32,30,4,44,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,44300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35090,4,4,-1,'Brutal Gladiator\'s Scaled Helm',48740,4,36864,0,1,0,0,1,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,61,5,32,32,33,4,52,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35091,4,4,-1,'Brutal Gladiator\'s Scaled Legguards',50002,4,36864,0,1,0,0,7,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,73,5,28,32,41,4,59,35,36,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35092,4,4,-1,'Brutal Gladiator\'s Scaled Shoulders',50003,4,36864,0,1,0,0,3,2,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,45,5,25,32,30,4,37,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35093,2,15,-1,'Brutal Gladiator\'s Shanker',49141,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,233,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35094,4,6,-1,'Brutal Gladiator\'s Shield Wall',49155,4,36864,0,1,0,0,14,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,2,7,67,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35095,2,15,-1,'Brutal Gladiator\'s Shiv',49141,4,36864,0,1,0,0,22,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,197,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35096,4,1,-1,'Brutal Gladiator\'s Silk Amice',50011,4,36864,0,1,0,0,3,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,18,35,23,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35097,4,1,-1,'Brutal Gladiator\'s Silk Cowl',50008,4,36864,0,1,0,0,1,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,66,5,29,32,30,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35098,4,1,-1,'Brutal Gladiator\'s Silk Handguards',49957,4,36864,0,1,0,0,10,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,5,23,32,26,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,140,0,0,0,'',0,0,0,0,0,12340), (35099,4,1,-1,'Brutal Gladiator\'s Silk Raiment',49958,4,36864,0,1,0,0,20,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,68,5,21,32,39,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35100,4,1,-1,'Brutal Gladiator\'s Silk Trousers',49959,4,36864,0,1,0,0,7,128,-1,159,70,0,0,0,0,0,0,0,0,1,0,4,7,66,5,40,32,39,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,210,0,0,0,'',0,0,0,0,0,12340), (35101,2,7,-1,'Brutal Gladiator\'s Slicer',49143,4,36864,0,1,0,0,13,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,22,35,12,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,43901,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35102,2,15,-1,'Brutal Gladiator\'s Spellblade',49147,4,36864,0,1,0,0,21,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,21,35,18,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,44751,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340), (35103,2,10,-1,'Brutal Gladiator\'s Staff',49148,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,66,38,100,32,50,35,33,31,26,0,0,0,0,0,0,0,0,0,0,0,0,224,337,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35104,4,9,-1,'Brutal Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46096,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35105,4,9,-1,'Brutal Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35106,4,9,-1,'Brutal Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35107,2,19,-1,'Brutal Gladiator\'s Touch of Defeat',46606,4,36864,0,1,0,0,26,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,21,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,490,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,14799,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35108,2,16,-1,'Brutal Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,3,7,27,32,18,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,320,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,15806,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35109,2,10,-1,'Brutal Gladiator\'s War Staff',47994,4,36864,0,1,0,0,17,-1,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,66,32,50,35,29,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,199,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,44751,1,0,0,-1,0,-1,46060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-68.8,0,0,0,'',0,0,0,0,0,12340), (35110,2,0,-1,'Brutal Gladiator\'s Waraxe',49152,4,36864,0,1,0,0,21,260612,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,20,35,14,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,47041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35111,4,2,-1,'Brutal Gladiator\'s Wyrmhide Gloves',49966,4,36864,0,1,0,0,10,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,28,35,22,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,18379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35112,4,2,-1,'Brutal Gladiator\'s Wyrmhide Helm',48601,4,36864,0,1,0,0,1,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,65,5,35,35,28,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35113,4,2,-1,'Brutal Gladiator\'s Wyrmhide Legguards',48603,4,36864,0,1,0,0,7,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,65,5,40,35,31,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,56,0,0,0,'',0,0,0,0,0,12340), (35114,4,2,-1,'Brutal Gladiator\'s Wyrmhide Spaulders',48591,4,36864,0,1,0,0,3,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,24,35,22,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35115,4,2,-1,'Brutal Gladiator\'s Wyrmhide Tunic',49968,4,36864,0,1,0,0,5,1024,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,62,5,33,35,27,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,21364,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35116,12,0,-1,'The Ultrasonic Screwdriver',19394,1,64,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46023,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35119,12,0,-1,'Hawthorn\'s Anti-Venom',17893,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35121,12,0,0,'Wolf Bait',47467,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53326,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35122,12,0,-1,'Cultist Communique',1096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The words contained within are in a dark and incomprehensible language.',0,7,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35123,12,0,0,'Microfilm',48528,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35125,12,0,-1,'Oculus of the Exorcist',7041,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46078,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35126,12,0,0,'Fizzcrank Pilot\'s Insignia',48534,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35127,12,0,0,'Pile of Fake Furs',38747,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46085,0,0,0,0,391,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35128,7,7,0,'Hardened Khorium',29946,2,0,0,1,45000,11250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35129,4,0,-1,'Guardian\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,22,5,18,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14798,1,0,0,0,0,0,43782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35130,4,0,-1,'Guardian\'s Band of Salvation',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,35,22,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35131,4,0,-1,'Guardian\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,32,30,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,0,0,0,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35132,4,0,-1,'Guardian\'s Pendant of Conquest',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,18,32,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35133,4,0,-1,'Guardian\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,39,35,18,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35134,4,0,-1,'Guardian\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,38,35,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35135,4,0,-1,'Guardian\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,3,7,39,32,26,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2925,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35136,4,3,-1,'Guardian\'s Chain Sabatons',48672,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,52,3,37,35,21,32,22,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35137,4,2,-1,'Guardian\'s Dragonhide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,6,7,46,4,34,3,33,35,26,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35138,4,1,-1,'Guardian\'s Dreadweave Stalkers',48685,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,37,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35139,4,2,-1,'Guardian\'s Kodohide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35140,4,4,-1,'Guardian\'s Lamellar Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35141,4,2,-1,'Guardian\'s Leather Boots',48679,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,55,3,37,32,24,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35142,4,3,-1,'Guardian\'s Linked Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,55,38,76,35,21,32,38,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35143,4,3,-1,'Guardian\'s Mail Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35144,4,1,-1,'Guardian\'s Mooncloth Slippers',48688,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,56,5,36,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35145,4,4,-1,'Guardian\'s Ornamented Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35146,4,4,-1,'Guardian\'s Plate Greaves',48669,4,36864,0,1,0,0,8,35,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,56,4,40,32,40,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35147,4,3,-1,'Guardian\'s Ringmail Sabatons',48675,4,36864,0,1,0,0,8,68,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35148,4,4,-1,'Guardian\'s Scaled Greaves',48663,4,36864,0,1,0,0,8,3,32767,159,70,0,0,0,0,0,0,0,0,1,0,5,7,45,4,44,32,31,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35149,4,1,-1,'Guardian\'s Silk Footguards',48691,4,36864,0,1,0,0,8,400,32767,159,70,0,0,0,0,0,0,0,0,1,0,4,7,49,5,35,32,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35150,4,2,-1,'Guardian\'s Wyrmhide Boots',48678,4,36864,0,1,0,0,8,1032,32767,159,70,0,0,0,0,0,0,0,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35151,4,3,-1,'Guardian\'s Chain Girdle',48671,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,52,3,37,35,21,32,22,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35152,4,2,-1,'Guardian\'s Dragonhide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,6,7,46,4,34,3,33,35,26,5,24,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35153,4,1,-1,'Guardian\'s Dreadweave Belt',48683,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,56,5,37,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35154,4,2,-1,'Guardian\'s Kodohide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35155,4,4,-1,'Guardian\'s Lamellar Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35156,4,2,-1,'Guardian\'s Leather Belt',48677,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,55,3,37,32,24,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35157,4,3,-1,'Guardian\'s Linked Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,55,38,76,35,21,32,37,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35158,4,3,-1,'Guardian\'s Mail Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35159,4,1,-1,'Guardian\'s Mooncloth Belt',48686,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,56,5,36,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35160,4,4,-1,'Guardian\'s Ornamented Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,32,34,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35161,4,4,-1,'Guardian\'s Plate Belt',48661,4,36864,0,1,0,0,6,35,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,56,4,40,32,40,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35162,4,3,-1,'Guardian\'s Ringmail Girdle',48674,4,36864,0,1,0,0,6,68,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,34,35,27,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35163,4,4,-1,'Guardian\'s Scaled Belt',48660,4,36864,0,1,0,0,6,3,32767,159,70,0,0,0,0,0,0,5,0,1,0,5,7,45,4,44,32,31,5,31,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35164,4,1,-1,'Guardian\'s Silk Belt',48689,4,36864,0,1,0,0,6,400,32767,159,70,0,0,0,0,0,0,5,0,1,0,4,7,49,5,35,32,32,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35165,4,2,-1,'Guardian\'s Wyrmhide Belt',48676,4,36864,0,1,0,0,6,1032,32767,159,70,0,0,0,0,0,0,5,0,1,0,3,7,49,5,35,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35166,4,3,-1,'Guardian\'s Chain Bracers',48670,4,36864,0,1,0,0,9,260676,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,36,3,26,35,13,32,14,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,9336,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35167,4,2,-1,'Guardian\'s Dragonhide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,33,4,25,3,25,35,17,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35168,4,1,-1,'Guardian\'s Dreadweave Cuffs',48684,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35169,4,2,-1,'Guardian\'s Kodohide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,25,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35170,4,4,-1,'Guardian\'s Lamellar Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,32,23,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35171,4,2,-1,'Guardian\'s Leather Bracers',48682,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,37,3,28,32,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35172,4,3,-1,'Guardian\'s Linked Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,37,38,56,35,12,32,24,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35173,4,3,-1,'Guardian\'s Mail Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,20,35,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35174,4,1,-1,'Guardian\'s Mooncloth Cuffs',48687,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,38,5,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2925,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35175,4,4,-1,'Guardian\'s Ornamented Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,32,23,5,20,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35176,4,4,-1,'Guardian\'s Plate Bracers',48664,4,36864,0,1,0,0,9,35,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,40,4,28,32,24,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3015,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35177,4,3,-1,'Guardian\'s Ringmail Bracers',48673,4,36864,0,1,0,0,9,68,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,20,35,15,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35178,4,4,-1,'Guardian\'s Scaled Bracers',48662,4,36864,0,1,0,0,9,3,32767,154,70,0,0,0,0,0,0,0,0,1,0,5,7,32,4,32,32,18,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2867,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35179,4,1,-1,'Guardian\'s Silk Cuffs',48690,4,36864,0,1,0,0,9,400,32767,154,70,0,0,0,0,0,0,0,0,1,0,4,7,33,5,25,32,18,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2953,0,-1,70,0,0,0,'',0,0,0,0,0,12340), (35180,4,2,-1,'Guardian\'s Wyrmhide Bracers',48681,4,36864,0,1,0,0,9,1032,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,35,5,23,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2867,0,-1,42,0,0,0,'',0,0,0,0,0,12340), (35181,4,1,-1,'Powerheal 9000 Lens',45781,4,0,0,1,233380,46676,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,6,41,5,51,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35182,4,2,-1,'Hyper-Magnified Moon Specs',43886,4,0,0,1,292822,58564,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,40,5,37,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2889,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35183,4,2,-1,'Wonderheal XT68 Shades',45782,4,0,0,1,293889,58777,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,5,51,6,35,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35184,4,3,-1,'Primal-Attuned Goggles',45780,4,0,0,1,363408,72681,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,2,7,32,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,21642,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,8,0,0,0,2872,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35185,4,4,-1,'Justicebringer 3000 Specs',43889,4,0,0,1,424701,84940,1,-1,-1,159,70,202,350,0,0,0,0,0,0,1,0,3,7,48,5,26,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,12883,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,8,0,0,0,2951,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35186,9,3,-1,'Schematic: Annihilator Holo-Gogs',7085,4,64,0,1,80000,20000,0,400,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46111,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Annihilator Holo-gogs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35187,9,3,-1,'Schematic: Justicebringer 3000 Specs',7085,4,64,0,1,150000,37500,0,2,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46107,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Justicebringer 3000 Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35188,12,0,0,'Nesingwary Lackey Ear',7723,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'D.E.H.T.A. would be interested in seeing this ear.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35189,9,3,-1,'Schematic: Powerheal 9000 Lens',7085,4,64,0,1,150000,37500,0,16,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46108,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Powerheal 9000 Lens.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35190,9,3,-1,'Schematic: Hyper-Magnified Moon Specs',7085,4,64,0,1,150000,37500,0,1024,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46109,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hyper-Magnified Moon Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35191,9,3,-1,'Schematic: Wonderheal XT68 Shades',7085,4,64,0,1,150000,37500,0,1024,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46106,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Wonderheal XT68 Shades.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35192,9,3,-1,'Schematic: Primal-Attuned Goggles',7085,4,64,0,1,150000,37500,0,64,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46110,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Primal-Attuned Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35193,9,3,-1,'Schematic: Lightning Etched Specs',7085,4,64,0,1,150000,37500,0,64,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46112,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Lightning Etched Specs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35194,9,3,-1,'Schematic: Surestrike Goggles v3.0',7085,4,64,0,1,150000,37500,0,68,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46113,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Surestrike Goggles v3.0.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35195,9,3,-1,'Schematic: Mayhem Projection Goggles',7085,4,64,0,1,150000,37500,0,35,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46114,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Mayhem Projection Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35196,9,3,-1,'Schematic: Hard Khorium Goggles',7085,4,64,0,1,150000,37500,0,35,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46115,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Hard Khorium Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35197,9,3,-1,'Schematic: Quad Deathblow X44 Goggles',7085,4,64,0,1,150000,37500,0,1032,-1,70,0,202,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46116,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Quad Deathblow X44 Goggles.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35198,9,10,-1,'Design: Loop of Forged Power',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46122,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Loop of Forged Power.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35199,9,10,-1,'Design: Ring of Flowing Life',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46123,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Flowing Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35200,9,10,-1,'Design: Hard Khorium Band',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46124,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Hard Khorium Band.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35201,9,10,-1,'Design: Pendant of Sunfire',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46125,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Pendant of Sunfire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35202,9,10,-1,'Design: Amulet of Flowing Life',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46126,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft an Amulet of Flowing Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35203,9,10,-1,'Design: Hard Khorium Choker',7085,4,64,0,1,140000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46127,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft a Hard Khorium Choker.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35204,9,2,-1,'Pattern: Sunfire Handwraps',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46128,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Sunfire Handwraps.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35205,9,2,-1,'Pattern: Hands of Eternal Light',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46129,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Hands of Eternal Light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35206,9,2,-1,'Pattern: Sunfire Robe',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46130,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Sunfire Robe.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35207,9,2,-1,'Pattern: Robe of Eternal Light',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46131,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Robe of Eternal Light.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35208,9,4,-1,'Plans: Sunblessed Gauntlets',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46140,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Sunblessed Gauntlets.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35209,9,4,-1,'Plans: Hard Khorium Battlefists',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46141,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Hard Khorium Battlefists.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35210,9,4,-1,'Plans: Sunblessed Breastplate',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46142,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sunblessed Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35211,9,4,-1,'Plans: Hard Khorium Battleplate',7085,4,64,0,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46144,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Hard Khorium Battleplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35212,9,1,-1,'Pattern: Leather Gauntlets of the Sun',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Leather Gauntlets of the Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35213,9,1,-1,'Pattern: Fletcher\'s Gloves of the Phoenix',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Fletcher\'s Gloves of the Phoenix.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35214,9,1,-1,'Pattern: Gloves of Immortal Dusk',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Gloves of Immortal Dusk.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35215,9,1,-1,'Pattern: Sun-Drenched Scale Gloves',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft Sun-Drenched Scale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35216,9,1,-1,'Pattern: Leather Chestguard of the Sun',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46136,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Leather Chestguard of the Sun.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35217,9,1,-1,'Pattern: Embrace of the Phoenix',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46137,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Embrace of the Phoenix.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35218,9,1,-1,'Pattern: Carapace of Sun and Shadow',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46138,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Carapace of Sun and Shadow.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35219,9,1,-1,'Pattern: Sun-Drenched Scale Chestguard',7085,4,64,0,1,80000,20000,0,-1,-1,75,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46139,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to craft Sun-Drenched Scale Chestguard.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35221,4,0,-1,'Tabard of the Shattered Sun',48576,1,0,0,1,10000,2500,19,-1,-1,20,0,0,0,0,0,0,1077,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35222,12,0,0,'Shipment of Animal Parts',11448,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Filled with skins, furs, bones, and anything else of value that might come from an animal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35223,0,0,0,'Papa Hummel\'s Old-Fashioned Pet Biscuit',48708,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46168,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35224,12,0,0,'Emergency Torch',48579,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46171,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35225,15,5,-1,'X-51 Nether-Rocket',48951,3,0,0,1,1000000,0,0,-1,-1,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35226,15,5,-1,'X-51 Nether-Rocket X-TREME',48948,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46199,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35227,15,2,-1,'Goblin Weather Machine - Prototype 01-B',48807,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46203,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35228,12,0,0,'D.E.H.T.A. Trap Smasher',48583,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46201,0,0,0,0,391,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For Use On Mammoth Traps',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35229,12,0,0,'Nether Residue',35023,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35230,12,0,-1,'Darnarian\'s Scroll of Teleportation',3331,1,64,0,1,0,0,0,32767,-1,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46149,0,-1,0,20000,1140,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35231,12,0,0,'Sunfury Attack Plans',48617,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35232,0,0,-1,'Shattered Sun Supplies',20342,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35233,12,0,0,'Multiphase Spectrographic Goggles',48645,1,64,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46273,1,0,0,-1,0,-1,46281,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35234,12,0,0,'Kaw\'s War Halberd',23315,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35237,12,0,-1,'Orb of the Crawler',48692,1,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46337,0,0,0,-1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35238,9,10,-1,'Design: Balanced Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35239,9,10,-1,'Design: Glowing Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35240,9,10,-1,'Design: Infused Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35241,9,10,-1,'Design: Royal Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35242,9,10,-1,'Design: Shifting Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35243,9,10,-1,'Design: Sovereign Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35244,9,10,-1,'Design: Bold Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35245,9,10,-1,'Design: Bright Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35246,9,10,-1,'Design: Delicate Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35247,9,10,-1,'Design: Flashing Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35248,9,10,-1,'Design: Runed Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35249,9,10,-1,'Design: Subtle Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35250,9,10,-1,'Design: Teardrop Crimson Spinel',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39710,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Teardrop Crimson Spinel.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35251,9,10,-1,'Design: Dazzling Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39741,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35252,9,10,-1,'Design: Enduring Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39739,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35253,9,10,-1,'Design: Jagged Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39742,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35254,9,10,-1,'Design: Radiant Seaspray Emerald',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39740,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35255,9,10,-1,'Design: Brilliant Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39719,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35256,9,10,-1,'Design: Gleaming Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39722,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Gleaming Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35257,9,10,-1,'Design: Great Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Great Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35258,9,10,-1,'Design: Mystic Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39724,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35259,9,10,-1,'Design: Rigid Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35260,9,10,-1,'Design: Smooth Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35261,9,10,-1,'Design: Thick Lionseye',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35262,9,10,-1,'Design: Lustrous Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39717,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35263,9,10,-1,'Design: Solid Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35264,9,10,-1,'Design: Sparkling Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35265,9,10,-1,'Design: Stormy Empyrean Sapphire',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Empyrean Sapphire.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35266,9,10,-1,'Design: Glinting Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39736,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35267,9,10,-1,'Design: Inscribed Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39733,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35268,9,10,-1,'Design: Luminous Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35269,9,10,-1,'Design: Potent Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Potent Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35270,9,10,-1,'Design: Veiled Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35271,9,10,-1,'Design: Wicked Pyrestone',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,39738,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35272,12,0,0,'Jenny\'s Whistle',45186,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46338,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35273,9,0,-1,'Study of Advanced Smelting',1155,3,64,0,1,80000,20000,0,-1,-1,70,0,186,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46353,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Hardened Khorium.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35275,4,0,-1,'Orb of the Sin\'dorei',8132,3,0,0,1,18475,4618,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46354,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',49,0,0,0,0,12340), (35276,12,0,0,'Gnomish Emergency Toolkit',33940,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35277,12,0,-1,'Twilight Correspondence',5567,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks important...',3065,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35278,12,0,-1,'Reinforced Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46361,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35279,4,0,-1,'Tabard of Summer Skies',48709,3,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35280,4,0,-1,'Tabard of Summer Flames',48710,3,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35281,12,0,0,'Windsoul Totem',43317,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46379,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35282,4,0,-1,'Sin\'dorei Band of Dominance',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,22,35,15,5,15,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35283,4,0,-1,'Sin\'dorei Band of Salvation',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,30,35,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35284,4,0,-1,'Sin\'dorei Band of Triumph',39129,4,4096,0,1,241024,60256,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,30,32,28,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35285,7,8,-1,'Giant Sunfish',4813,1,0,0,1,200,50,0,-1,-1,70,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35286,15,4,-1,'Bloated Giant Sunfish',4813,1,4,0,1,400,100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35287,0,8,-1,'Luminous Bluetail',24521,1,0,0,1,200,50,0,-1,-1,70,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2023,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'This little fish is charged with arcane energy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35288,12,0,0,'Uncured Caribou Hide',21366,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46387,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35289,12,0,0,'Steam Cured Hide',26371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35290,4,0,-1,'Sin\'dorei Pendant of Conquest',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,18,35,18,32,19,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3153,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35291,4,0,-1,'Sin\'dorei Pendant of Salvation',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,16,35,18,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,0,0,0,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3098,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35292,4,0,-1,'Sin\'dorei Pendant of Triumph',39162,4,4096,0,1,241024,60256,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,3,7,18,32,28,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3114,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35293,12,0,0,'Cenarion Horn',24188,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46368,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35294,9,6,-1,'Recipe: Elixir of Empowerment',15274,2,64,0,1,100000,25000,0,32767,-1,73,0,171,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Elixir of Empowerment.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35295,9,6,-1,'Recipe: Haste Potion',15274,2,64,0,1,80000,20000,0,32767,-1,70,0,171,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,28564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Haste Potion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35296,9,4,-1,'Plans: Adamantite Weapon Chain',15274,2,64,0,1,3800,950,0,-1,-1,63,0,164,335,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,42688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Adamantite Weapon Chain.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35297,9,8,-1,'Formula: Enchant Boots - Boar\'s Speed',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Stamina by 9. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35298,9,8,-1,'Formula: Enchant Boots - Vitality',7798,2,64,0,1,40000,10000,0,-1,-1,61,0,333,305,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,27948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to restore 5 health and mana every 5 seconds. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35299,9,8,-1,'Formula: Enchant Boots - Cat\'s Swiftness',7798,3,64,0,1,120000,30000,0,-1,-1,72,0,333,360,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,34007,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and increase Agility by 6. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35300,9,1,-1,'Pattern: Windstrike Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Windstrike Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35301,9,1,-1,'Pattern: Netherdrake Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Netherdrake Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35302,9,1,-1,'Pattern: Cobrascale Gloves',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Cobrascale Gloves.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35303,9,1,-1,'Pattern: Gloves of the Living Touch',1096,4,64,0,1,240000,60000,0,-1,-1,73,0,165,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,35562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Gloves of the Living Touch.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35304,9,10,-1,'Design: Solid Star of Elune',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Star of Elune.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35305,9,10,-1,'Design: Runed Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35306,9,10,-1,'Design: Bright Living Ruby',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Living Ruby.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35307,9,10,-1,'Design: Rigid Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31098,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Dawnstone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35308,9,2,-1,'Pattern: Unyielding Bracers',6270,3,64,0,1,80000,20000,0,-1,-1,70,0,197,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Unyielding Bracers.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35309,9,2,-1,'Pattern: Unyielding Girdle',6270,4,64,0,1,120000,30000,0,-1,-1,73,0,197,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,31442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Unyielding Girdle.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35310,9,3,-1,'Schematic: Healing Potion Injector',6270,3,64,0,1,70000,17500,0,-1,-1,66,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30551,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Healing Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35311,9,3,-1,'Schematic: Mana Potion Injector',6270,3,64,0,1,80000,20000,0,-1,-1,69,0,202,345,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,30552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mana Potion Injector.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35313,12,0,-1,'Bloated Barbed Gill Trout',38896,1,65540,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (35314,15,0,-1,'Partially Digested Weeds',7415,0,0,0,1,300,75,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35315,3,2,-1,'Quick Dawnstone',39925,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,901,-1,0,0,0,0,'',0,0,0,0,0,12340), (35316,3,5,-1,'Reckless Noble Topaz',39931,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,902,-1,0,0,0,0,'',0,0,0,0,0,12340), (35317,4,0,-1,'Vindicator\'s Pendant of Reprieve',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,22,35,18,5,16,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18035,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35318,3,4,-1,'Forceful Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,903,-1,0,0,0,0,'',0,0,0,0,0,12340), (35319,4,0,-1,'Vindicator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,7,31,35,18,36,21,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35320,4,0,-1,'Vindicator\'s Band of Subjugation',39129,4,36864,0,1,0,0,11,262143,32767,141,70,0,0,0,0,0,0,0,1,1,0,4,36,30,7,33,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35321,4,1,-1,'Cloak of Arcane Alacrity',46812,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,36,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35322,9,10,-1,'Design: Quick Dawnstone',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Dawnstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35323,9,10,-1,'Design: Reckless Noble Topaz',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Noble Topaz.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35324,4,1,-1,'Cloak of Swift Reprieve',43292,4,4096,0,1,0,0,16,32767,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,34,35,23,5,15,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35325,9,10,-1,'Design: Forceful Talasite',6270,3,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Talasite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35326,4,0,-1,'Battlemaster\'s Alacrity',39984,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35327,4,0,-1,'Battlemaster\'s Alacrity',39984,4,4096,0,1,0,0,12,-1,-1,133,70,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35328,4,1,-1,'Dreadweave Gloves',48717,3,32768,0,1,86955,17391,10,256,2147483647,115,70,0,0,0,0,0,989,5,0,1,0,3,7,31,5,21,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35329,4,1,-1,'Dreadweave Hood',48719,3,32768,0,1,130908,26181,1,256,-1,115,70,0,0,0,0,0,942,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35330,4,1,-1,'Dreadweave Leggings',48721,3,32768,0,1,175195,35039,7,256,-1,115,70,0,0,0,0,0,935,5,0,1,0,3,7,49,5,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35331,4,1,-1,'Dreadweave Mantle',48722,3,32768,0,1,131885,26377,3,256,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,19,5,15,35,17,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35332,4,1,-1,'Dreadweave Robe',48723,3,32768,1,1,176497,35299,20,256,-1,115,70,0,0,0,0,0,947,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35333,4,1,-1,'Mooncloth Cowl',48726,3,32768,0,1,132848,26569,1,16,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,39,5,27,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35334,4,1,-1,'Mooncloth Legguards',48727,3,32768,0,1,177782,35556,7,16,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,42,5,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35335,4,1,-1,'Mooncloth Mitts',48728,3,32768,0,1,89216,17843,10,16,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35336,4,1,-1,'Mooncloth Shoulderpads',48729,3,32768,0,1,134313,26862,3,16,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,30,5,20,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9316,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35337,4,1,-1,'Mooncloth Vestments',48730,3,32768,1,1,179717,35943,20,16,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35338,4,1,-1,'Satin Gloves',48728,3,32768,0,1,90184,18036,10,16,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,33,5,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35339,4,1,-1,'Satin Hood',48726,3,32768,1,1,135764,27152,1,16,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35340,4,1,-1,'Satin Leggings',48727,3,32768,0,1,181670,36334,7,16,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,46,5,23,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35341,4,1,-1,'Satin Mantle',48729,3,32768,0,1,136728,27345,3,16,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,33,5,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35342,4,1,-1,'Satin Robe',48730,3,32768,0,1,182955,36591,20,16,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,46,5,15,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35343,4,1,-1,'Evoker\'s Silk Amice',48733,3,32768,1,1,137704,27540,3,128,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35344,4,1,-1,'Evoker\'s Silk Cowl',48734,3,32768,0,1,128467,25693,1,128,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,39,5,16,32,17,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35345,4,1,-1,'Evoker\'s Silk Handguards',48735,3,32768,0,1,85970,17194,10,128,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,33,5,12,32,17,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35346,4,1,-1,'Evoker\'s Silk Raiment',48736,3,32768,0,1,172591,34518,20,128,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,42,5,15,32,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,80,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35347,4,1,-1,'Evoker\'s Silk Trousers',41182,3,32768,0,1,173242,34648,7,128,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,42,5,22,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35348,15,0,-1,'Bag of Fishing Treasures',3568,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,90000,0,12340), (35349,15,2,-1,'Snarly\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46425,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35350,15,2,-1,'Chuck\'s Bucket',33467,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46426,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35352,12,0,-1,'Sage\'s Lightning Rod',42557,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46432,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35353,12,0,0,'High Priest Naferset\'s Scroll',1096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scroll contains a single word: \'Shabtir.\'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35354,12,0,0,'High Priest Talet-Kha\'s Scroll',15274,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scroll contains a single word: \'Bakh.\'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35355,12,0,0,'High Priest Andorath\'s Scroll',15274,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scroll contains a single word: \'Sokhen.\'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35356,4,2,-1,'Dragonhide Gloves',48745,3,32768,0,1,111905,22381,10,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,24,4,17,5,12,3,17,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35357,4,2,-1,'Dragonhide Helm',48746,3,32768,0,1,168468,33693,1,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,21,4,22,5,15,3,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35358,4,2,-1,'Dragonhide Legguards',48747,3,32768,0,1,225438,45087,7,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,30,4,22,5,22,3,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (35359,4,2,-1,'Dragonhide Spaulders',48748,3,32768,0,1,169689,33937,3,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,24,4,17,5,14,3,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35360,4,2,-1,'Dragonhide Robe',48750,3,32768,1,1,210856,42171,20,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35361,4,2,-1,'Kodohide Gloves',48745,3,32768,0,1,105835,21167,10,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,22,5,22,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35362,4,2,-1,'Kodohide Helm',48746,3,32768,0,1,159363,31872,1,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,30,5,18,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35363,4,2,-1,'Kodohide Legguards',48747,3,32768,0,1,213276,42655,7,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,33,5,28,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (35364,4,2,-1,'Kodohide Spaulders',48748,3,32768,1,1,160567,32113,3,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35365,4,2,-1,'Kodohide Robe',48750,3,32768,0,1,214903,42980,20,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35366,4,2,-1,'Opportunist\'s Leather Gloves',48751,3,32768,1,1,107858,21571,10,8,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35367,4,2,-1,'Opportunist\'s Leather Helm',48752,3,32768,0,1,162381,32476,1,8,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,36,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35368,4,2,-1,'Opportunist\'s Leather Legguards',48753,3,32768,0,1,217323,43464,7,8,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,42,3,28,32,14,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35369,4,2,-1,'Opportunist\'s Leather Spaulders',48754,3,32768,0,1,163602,32720,3,8,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,31,3,13,32,11,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35370,4,2,-1,'Opportunist\'s Leather Tunic',48755,3,32768,0,1,218950,43790,5,8,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,42,3,20,35,24,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35371,4,2,-1,'Wyrmhide Gloves',48751,3,32768,1,1,109871,21974,10,1024,32767,115,70,0,0,0,0,0,947,5,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35372,4,2,-1,'Wyrmhide Helm',48746,3,32768,0,1,165417,33083,1,1024,32767,115,70,0,0,0,0,0,989,5,0,1,0,3,7,21,5,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,60,0,0,0,0,1,0,4,0,0,0,2878,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35373,4,2,-1,'Wyrmhide Legguards',48747,3,32768,0,1,221369,44273,7,1024,32767,115,70,0,0,0,0,0,1011,5,0,1,0,3,7,33,5,22,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,50,0,0,0,'',0,0,0,0,0,12340), (35374,4,2,-1,'Wyrmhide Spaulders',48748,3,32768,0,1,166637,33327,3,1024,32767,115,70,0,0,0,0,0,942,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35375,4,2,-1,'Wyrmhide Robe',48750,3,32768,0,1,222975,44595,20,1024,32767,115,70,0,0,0,0,0,935,5,0,1,0,3,7,33,5,17,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,100,0,0,0,0,2,0,2,0,4,0,2856,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35376,4,3,-1,'Stalker\'s Chain Armor',48759,3,32768,0,1,268547,53709,20,4,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,42,3,20,32,12,35,16,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,9141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35377,4,3,-1,'Stalker\'s Chain Gauntlets',48760,3,32768,1,1,138258,27651,10,4,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35378,4,3,-1,'Stalker\'s Chain Helm',48761,3,32768,0,1,188286,37657,1,4,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,30,3,20,32,14,35,15,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35379,4,3,-1,'Stalker\'s Chain Leggings',48762,3,32768,0,1,252025,50405,7,4,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,42,3,28,32,14,35,25,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,9335,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35380,4,3,-1,'Stalker\'s Chain Spaulders',48763,3,32768,0,1,190594,38118,3,4,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,31,3,14,32,17,35,16,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35381,4,3,-1,'Seer\'s Linked Armor',48756,3,32768,0,1,253978,50795,20,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,5,7,42,38,44,32,14,35,22,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35382,4,3,-1,'Seer\'s Linked Gauntlets',48757,3,32768,0,1,127464,25492,10,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,33,38,42,32,18,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35383,4,3,-1,'Seer\'s Linked Helm',48758,3,32768,1,1,191928,38385,1,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35384,4,3,-1,'Seer\'s Linked Leggings',48764,3,32768,0,1,256881,51376,7,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,5,7,42,38,44,32,28,35,22,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35385,4,3,-1,'Seer\'s Linked Spaulders',48765,3,32768,0,1,194253,38850,3,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,5,7,33,38,26,32,17,35,13,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35386,4,3,-1,'Seer\'s Mail Armor',48756,3,32768,1,1,258808,51761,20,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35387,4,3,-1,'Seer\'s Mail Gauntlets',48757,3,32768,0,1,129892,25978,10,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,33,5,13,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35388,4,3,-1,'Seer\'s Mail Helm',48758,3,32768,0,1,195570,39114,1,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,36,5,16,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35389,4,3,-1,'Seer\'s Mail Leggings',48764,3,32768,0,1,261737,52347,7,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,42,5,18,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35390,4,3,-1,'Seer\'s Mail Spaulders',48765,3,32768,0,1,197891,39578,3,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,33,5,13,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9344,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35391,4,3,-1,'Seer\'s Ringmail Chestguard',48756,3,32768,0,1,263664,52732,20,64,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,34,5,22,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9317,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35392,4,3,-1,'Seer\'s Ringmail Gloves',48757,3,32768,1,1,132320,26464,10,64,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35393,4,3,-1,'Seer\'s Ringmail Headpiece',48758,3,32768,0,1,204438,40887,1,64,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,33,5,21,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35394,4,3,-1,'Seer\'s Ringmail Legguards',48764,3,32768,0,1,273561,54712,7,64,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,36,5,24,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35395,4,3,-1,'Seer\'s Ringmail Shoulderpads',48765,3,32768,0,1,206818,41363,3,64,-1,115,70,0,0,0,0,0,935,5,0,1,0,4,7,28,5,18,32,12,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,21362,1,0,0,-1,0,-1,9316,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35396,0,8,-1,'Enchant 2H Weapon - Major Agility',48809,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35397,0,8,-1,'Enchant 2H Weapon - Savagery',16598,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35398,0,8,-1,'Enchant Boots - Boar\'s Speed',48810,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35399,0,8,-1,'Enchant Boots - Cat\'s Swiftness',48811,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35400,0,8,-1,'Enchant Boots - Dexterity',48812,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35401,12,0,-1,'The Greatmother\'s Soulcatcher',48791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46485,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35402,4,4,-1,'Crusader\'s Ornamented Chestplate',48792,3,32768,0,1,297385,59477,5,2,32767,115,70,0,0,0,0,0,989,5,0,1,0,4,7,37,5,24,32,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,9406,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,135,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35403,4,4,-1,'Crusader\'s Ornamented Gloves',48793,3,32768,0,1,150115,30023,10,2,32767,115,70,0,0,0,0,0,942,5,0,1,0,4,7,30,5,20,32,19,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35404,4,4,-1,'Crusader\'s Ornamented Headguard',48794,3,32768,0,1,224320,44864,1,2,32767,115,70,0,0,0,0,0,935,5,0,1,0,4,7,34,5,22,32,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35405,4,4,-1,'Crusader\'s Ornamented Leggings',48795,3,32768,0,1,300772,60154,7,2,32767,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,39,5,26,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35406,4,4,-1,'Crusader\'s Ornamented Spaulders',48796,3,32768,1,1,226002,45200,3,2,32767,115,70,0,0,0,0,0,947,5,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35407,4,4,-1,'Savage Plate Chestpiece',48797,3,32768,0,1,303051,60610,5,1,32767,115,70,0,0,0,0,0,935,5,0,1,0,4,7,46,4,12,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35408,4,4,-1,'Savage Plate Gauntlets',48798,3,32768,0,1,152949,30589,10,1,-1,115,70,0,0,0,0,0,942,5,0,1,0,4,7,30,4,22,32,21,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35409,4,4,-1,'Savage Plate Helm',48799,3,32768,1,1,234646,46929,1,1,-1,115,70,0,0,0,0,0,947,5,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35410,4,4,-1,'Savage Plate Legguards',48800,3,32768,0,1,314598,62919,7,1,-1,115,70,0,0,0,0,0,989,5,0,1,0,4,7,46,4,28,32,28,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35411,4,4,-1,'Savage Plate Shoulders',48801,3,32768,0,1,236352,47270,3,1,-1,115,70,0,0,0,0,0,1011,5,0,1,0,4,7,36,4,14,32,17,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35412,4,4,-1,'Crusader\'s Scaled Chestpiece',48792,3,32768,0,1,316846,63369,5,2,32767,115,70,0,0,0,0,0,1011,5,0,1,0,5,7,42,5,12,32,13,4,27,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,135,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35413,4,4,-1,'Crusader\'s Scaled Gauntlets',48793,3,32768,1,1,159901,31980,10,2,32767,115,70,0,0,0,0,0,947,5,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35414,4,4,-1,'Crusader\'s Scaled Helm',48794,3,32768,0,1,238887,47777,1,2,32767,115,70,0,0,0,0,0,989,5,0,1,0,5,7,30,5,16,32,13,4,28,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,80,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35415,4,4,-1,'Crusader\'s Scaled Legguards',48795,3,32768,0,1,320263,64052,7,2,32767,115,70,0,0,0,0,0,942,5,0,1,0,5,7,42,5,16,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35416,4,4,-1,'Crusader\'s Scaled Shoulders',48796,3,32768,0,1,240570,48114,3,2,32767,115,70,0,0,0,0,0,935,5,0,1,0,5,7,33,5,8,32,9,4,25,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35417,0,8,-1,'Enchant Boots - Fortitude',48813,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35418,0,8,-1,'Enchant Boots - Surefooted',48814,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35419,0,8,-1,'Enchant Boots - Vitality',48819,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35420,0,8,-1,'Enchant Bracer - Brawn',48820,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35421,0,8,-1,'Enchant Bracer - Fortitude',48822,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35422,0,8,-1,'Enchant Bracer - Major Defense',48821,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35423,0,8,-1,'Enchant Bracer - Major Intellect',48823,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35424,0,8,-1,'Enchant Bracer - Restore Mana Prime',48826,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35425,0,8,-1,'Enchant Bracer - Spellpower',48827,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35426,0,8,-1,'Enchant Bracer - Stats',48828,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35427,0,8,-1,'Enchant Bracer - Superior Healing',48829,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35428,0,8,-1,'Enchant Chest - Exceptional Health',48830,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35429,0,8,-1,'Enchant Chest - Exceptional Stats',48831,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35430,0,8,-1,'Enchant Chest - Major Resilience',48832,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35431,0,8,-1,'Enchant Chest - Major Spirit',48833,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35432,0,8,-1,'Enchant Cloak - Greater Agility',48834,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35433,0,8,-1,'Enchant Cloak - Greater Arcane Resistance',48835,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35434,0,8,-1,'Enchant Cloak - Greater Shadow Resistance',48836,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35435,0,8,-1,'Enchant Cloak - Major Resistance',48838,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35436,0,8,-1,'Enchant Cloak - Spell Penetration',48839,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35437,0,8,-1,'Enchant Cloak - Major Armor',48837,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35438,0,8,-1,'Enchant Gloves - Assault',48840,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35439,0,8,-1,'Enchant Gloves - Blasting',48841,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35440,0,8,-1,'Enchant Gloves - Major Healing',48842,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35441,0,8,-1,'Enchant Gloves - Major Spellpower',48843,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35442,0,8,-1,'Enchant Gloves - Major Strength',48844,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35443,0,8,-1,'Enchant Gloves - Spell Strike',48845,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35444,0,8,-1,'Enchant Ring - Healing Power',43104,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35445,0,8,-1,'Enchant Ring - Spellpower',48846,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35446,0,8,-1,'Enchant Ring - Stats',48847,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35447,0,8,-1,'Enchant Ring - Striking',48848,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35448,0,8,-1,'Enchant Shield - Intellect',48849,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35449,0,8,-1,'Enchant Shield - Major Stamina',48850,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35450,0,8,-1,'Enchant Shield - Resistance',48852,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35451,0,8,-1,'Enchant Shield - Shield Block',48853,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35452,0,8,-1,'Enchant Weapon - Battlemaster',48854,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35453,0,8,-1,'Enchant Weapon - Greater Agility',48855,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35454,0,8,-1,'Enchant Weapon - Major Healing',48856,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35455,0,8,-1,'Enchant Weapon - Major Intellect',21204,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35456,0,8,-1,'Enchant Weapon - Major Spellpower',48857,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35457,0,8,-1,'Enchant Weapon - Major Striking',48858,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35458,0,8,-1,'Enchant Weapon - Mongoose',48859,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35459,0,8,-1,'Enchant Weapon - Potency',48860,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35460,0,8,-1,'Enchant Weapon - Soulfrost',48861,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35461,0,8,-1,'Enchant Weapon - Spellsurge',30995,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35462,0,8,-1,'Enchant Weapon - Sunfire',48862,1,64,0,1,650,2600,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35464,4,1,-1,'Dreadweave Robe',48723,3,32768,2,1,175829,35165,20,256,-1,115,70,0,0,0,0,0,946,5,0,1,0,3,7,49,5,14,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,738,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35465,4,1,-1,'Evoker\'s Silk Amice',48733,3,32768,2,1,132346,26469,3,128,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,21,5,16,35,15,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,741,50,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35466,4,1,-1,'Satin Hood',48726,3,32768,2,1,132835,26567,1,16,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,46,5,19,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,9346,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,740,50,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35467,4,1,-1,'Mooncloth Vestments',48730,3,32768,2,1,177764,35552,20,16,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,39,5,25,35,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,739,80,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35468,4,2,-1,'Opportunist\'s Leather Gloves',48751,3,32768,2,1,111509,22301,10,8,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,31,3,21,35,16,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,9332,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,745,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35469,4,2,-1,'Dragonhide Robe',48750,3,32768,2,1,223811,44762,20,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,31,4,18,5,18,3,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,742,100,0,0,0,0,2,0,2,0,4,0,2874,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35470,4,2,-1,'Kodohide Spaulders',48748,3,32768,2,1,168468,33693,3,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,33,5,16,35,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21624,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,744,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35471,4,2,-1,'Wyrmhide Gloves',48751,3,32768,2,1,112719,22543,10,1024,32767,115,70,0,0,0,0,0,946,5,0,1,0,3,7,22,5,15,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,743,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,30,0,0,0,'',0,0,0,0,0,12340), (35472,4,3,-1,'Seer\'s Mail Armor',48756,3,32768,2,1,271476,54295,20,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,42,5,14,32,18,35,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,21620,1,0,0,-1,0,-1,9345,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,746,120,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35473,4,3,-1,'Seer\'s Ringmail Gloves',48757,3,32768,2,1,126514,25302,10,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,28,5,18,32,14,35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,747,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35474,4,3,-1,'Seer\'s Linked Helm',48758,3,32768,2,1,190503,38100,1,64,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,30,38,40,32,24,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,748,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35475,4,3,-1,'Stalker\'s Chain Gauntlets',48760,3,32768,2,1,127490,25498,10,4,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,31,3,21,32,11,35,14,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,9331,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,749,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35476,4,4,-1,'Crusader\'s Ornamented Spaulders',48796,3,32768,2,1,223513,44702,3,2,32767,115,70,0,0,0,0,0,946,5,0,1,0,4,7,30,5,19,32,15,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,9408,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,751,80,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35477,4,4,-1,'Crusader\'s Scaled Gauntlets',48793,3,32768,2,1,150719,30143,10,2,32767,115,70,0,0,0,0,0,946,5,0,1,0,5,7,25,5,12,32,12,4,28,35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,752,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35478,4,4,-1,'Savage Plate Helm',48799,3,32768,2,1,225219,45043,1,1,-1,115,70,0,0,0,0,0,946,5,0,1,0,4,7,34,4,20,32,24,35,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,750,80,0,0,0,0,1,0,4,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35479,12,0,0,'Interdimensional Refabricator',50196,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46547,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Made in Dalaran.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35481,12,0,-1,'Fields, Factories and Workshops',1317,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35483,12,0,0,'Glacial Splinter',48863,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sample from a Glacial Ancient',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35484,12,0,0,'Magic-Bound Splinter',48864,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sample from a Magic-Bound Ancient',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35486,12,0,-1,'Mechazod\'s Head',50458,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s dripping oil.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35487,3,0,-1,'Bright Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,921,-1,0,0,0,0,'',0,0,0,0,0,12340), (35488,3,0,-1,'Runed Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,922,-1,0,0,0,0,'',0,0,0,0,0,12340), (35489,3,0,-1,'Teardrop Crimson Spinel',44920,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,923,-1,0,0,0,0,'',0,0,0,0,0,12340), (35490,12,0,0,'Arcane Splinter',48865,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sample from a Crystalline Protector',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35491,12,0,-1,'Wendy\'s Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46574,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35492,12,0,0,'Frostberry',48866,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35493,12,0,0,'Nexus Mana Essence',1482,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35494,4,1,-1,'Shroud of Winter\'s Chill',15239,4,32768,0,1,162629,32525,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,16,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35495,4,1,-1,'The Frost Lord\'s War Cloak',15239,4,32768,0,1,163237,32647,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,3,23,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35496,4,1,-1,'Icebound Cloak',15239,4,32768,0,1,163863,32772,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,2,7,30,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,174,0,0,0,'',0,0,0,0,0,12340), (35497,4,1,-1,'Cloak of the Frigid Winds',15239,4,32768,0,1,161192,32238,16,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,7,18,5,16,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35498,9,8,-1,'Formula: Enchant Weapon - Deathfrost',7798,3,64,0,1,60000,15000,0,-1,-1,75,0,333,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to cause your damaging spells and melee weapon hits to occasionally inflict additional Frost damage and slow the target. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35500,9,8,-1,'Formula: Enchant Chest - Defense',7798,1,64,0,1,150000,37500,0,-1,-1,70,0,333,360,0,0,0,1077,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46594,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase defense rating by 16. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35501,3,6,-1,'Eternal Earthstorm Diamond',39203,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,941,-1,0,0,0,0,'',0,0,0,0,0,12340), (35502,9,10,-1,'Design: Eternal Earthstorm Diamond',1102,1,64,0,1,150000,37500,0,-1,-1,74,0,755,370,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46597,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Eternal Earthstorm Diamond.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35503,3,6,-1,'Ember Skyfire Diamond',39205,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,942,-1,0,0,0,0,'',0,0,0,0,0,12340), (35504,15,2,-1,'Phoenix Hatchling',48873,3,64,0,1,10000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,46599,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35505,9,10,-1,'Design: Ember Skyfire Diamond',1301,1,64,0,1,150000,37500,0,-1,-1,74,0,755,370,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46601,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Ember Skyfire Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35506,12,0,0,'Raelorasz\'s Spear',38249,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46607,0,0,0,200000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Harpoon dipped in the blood of Raelorasz.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35507,4,0,-1,'Amulet of Bitter Hatred',31907,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,3,20,7,18,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35508,4,0,-1,'Choker of the Arctic Flow',12567,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35509,4,0,-1,'Amulet of Glacial Tranquility',39212,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,2,7,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35511,4,0,-1,'Hailstone Pendant',31603,4,32768,0,1,200000,50000,2,-1,-1,110,70,0,0,0,0,0,0,0,0,1,0,3,31,19,7,33,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35512,0,0,0,'Pocket Full of Snow',35023,1,4,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35513,15,5,-1,'Swift White Hawkstrider',53793,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,46628,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon the mount of Kael\'thas Sunstrider. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35514,2,10,8,'Frostscythe of Lord Ahune',48878,4,128,0,1,677481,135496,17,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,3,7,40,5,35,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,286,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,46632,1,0,0,-1,0,-1,46643,0,0,0,60000,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A cold chill flows from the scythe.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,-44,0,0,0,'',67,0,0,0,0,12340), (35516,1,0,-1,'Sun Touched Satchel',20342,3,0,0,1,35000,8750,18,-1,-1,70,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35517,9,1,-1,'Pattern: Bindings of Lightning Reflexes',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,3,7,15,3,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35518,9,2,-1,'Pattern: Bracers of Nimble Thought',1096,4,0,0,1,0,12500,0,-1,-1,70,70,197,375,0,0,0,0,0,0,1,0,2,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35519,9,1,-1,'Pattern: Bracers of Renewed Life',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,2,7,26,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35520,9,1,-1,'Pattern: Living Earth Bindings',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,2,7,27,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35521,9,1,-1,'Pattern: Living Earth Shoulders',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,2,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35522,9,2,-1,'Pattern: Mantle of Nimble Thought',1096,4,0,0,1,0,12500,0,-1,-1,70,70,197,375,0,0,0,0,0,0,1,0,2,7,37,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35523,9,1,-1,'Pattern: Shoulderpads of Renewed Life',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,2,7,34,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35524,9,1,-1,'Pattern: Shoulders of Lightning Reflexes',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,3,7,19,3,27,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35525,9,2,-1,'Pattern: Swiftheal Mantle',1096,4,0,0,1,0,12500,0,-1,-1,70,70,197,375,0,0,0,0,0,0,1,0,3,7,21,6,28,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35526,9,2,-1,'Pattern: Swiftheal Wraps',1096,4,0,0,1,0,12500,0,-1,-1,70,70,197,375,0,0,0,0,0,0,1,0,2,7,24,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35527,9,1,-1,'Pattern: Swiftstrike Bracers',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,2,7,34,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35528,9,1,-1,'Pattern: Swiftstrike Shoulders',1096,4,0,0,1,0,12500,0,-1,-1,70,70,165,375,0,0,0,0,0,0,1,0,2,7,34,3,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35529,9,4,-1,'Plans: Dawnsteel Bracers',1096,4,0,0,1,0,7500,0,-1,-1,70,70,164,375,0,0,0,0,0,0,1,0,2,7,21,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35530,9,4,-1,'Plans: Dawnsteel Shoulders',1096,4,0,0,1,0,7500,0,-1,-1,70,70,164,375,0,0,0,0,0,0,1,0,2,7,31,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35531,9,4,-1,'Plans: Swiftsteel Bracers',1096,4,0,0,1,0,7500,0,-1,-1,70,70,164,375,0,0,0,0,0,0,1,0,2,4,35,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35532,9,4,-1,'Plans: Swiftsteel Shoulders',1096,4,0,0,1,0,7500,0,-1,-1,70,70,164,375,0,0,0,0,0,0,1,0,3,4,47,7,29,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35533,9,10,-1,'Design: Amulet of Flowing Life',7085,4,64,0,1,35000000,35000,0,-1,-1,70,0,755,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,483,0,-1,0,-1,0,-1,46126,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft an Amulet of Flowing Life.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35535,9,10,-1,'Design: Hard Khorium Choker',7085,4,0,0,1,0,35000,0,-1,-1,70,70,755,365,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35537,9,10,-1,'Design: Pendant of Sunfire',7085,4,0,0,1,0,35000,0,-1,-1,70,70,755,365,0,0,0,0,0,0,1,0,3,7,27,5,19,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35538,9,10,-1,'Design: Ring of Flowing Life',7085,4,0,0,1,0,35000,0,-1,-1,70,70,755,365,0,0,0,0,0,0,1,0,2,7,27,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35539,9,1,-1,'Pattern: Carapace of Sun and Shadow',7085,4,0,0,1,0,20000,0,-1,-1,75,70,165,365,0,0,0,0,0,0,1,0,3,7,45,3,42,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35541,9,1,-1,'Pattern: Fletcher\'s Gloves of the Phoenix',7085,4,0,0,1,0,20000,0,-1,-1,75,70,165,365,0,0,0,0,0,0,1,0,3,7,33,3,30,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35544,9,2,-1,'Pattern: Hands of Eternal Light',7085,4,0,0,1,0,20000,0,-1,-1,70,70,197,365,0,0,0,0,0,0,1,0,3,7,33,6,37,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35545,9,1,-1,'Pattern: Leather Chestguard of the Sun',7085,4,0,0,1,0,20000,0,-1,-1,75,70,165,365,0,0,0,0,0,0,1,0,3,7,48,6,33,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35546,9,1,-1,'Pattern: Leather Gauntlets of the Sun',7085,4,0,0,1,0,20000,0,-1,-1,75,70,165,365,0,0,0,0,0,0,1,0,3,7,25,6,30,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35548,9,2,-1,'Pattern: Robe of Eternal Light',7085,4,0,0,1,0,20000,0,-1,-1,70,70,197,365,0,0,0,0,0,0,1,0,2,7,36,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35549,9,1,-1,'Pattern: Sun-Drenched Scale Chestguard',7085,4,0,0,1,0,20000,0,-1,-1,75,70,165,365,0,0,0,0,0,0,1,0,2,7,48,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35550,9,1,-1,'Pattern: Sun-Drenched Scale Gloves',7085,4,0,0,1,0,20000,0,-1,-1,75,70,165,365,0,0,0,0,0,0,1,0,2,7,45,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35551,9,2,-1,'Pattern: Sunfire Handwraps',7085,4,0,0,1,0,20000,0,-1,-1,70,70,197,365,0,0,0,0,0,0,1,0,3,7,33,5,30,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35553,9,4,-1,'Plans: Hard Khorium Battlefists',7085,4,0,0,1,0,20000,0,-1,-1,70,70,164,365,0,0,0,0,0,0,1,0,3,4,45,7,45,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35555,9,4,-1,'Plans: Sunblessed Breastplate',7085,4,64,8192,1,80000,20000,0,-1,-1,70,0,164,365,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46142,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Sunblessed Breastplate.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (35557,15,3,-1,'Huge Snowball',29169,1,64,0,1,10,0,0,32767,-1,5,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46661,0,-1,0,1000,1197,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35562,7,8,-1,'Bear Flank',1762,1,0,0,1,150,37,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35563,0,5,-1,'Charred Bear Kabobs',25473,1,0,0,1,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46898,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35564,9,5,-1,'Recipe: Charred Bear Kabobs',1301,1,64,0,1,18000,4500,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46684,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook Charred Bear Kabobs.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35565,0,5,-1,'Juicy Bear Burger',25468,1,0,0,1,240,12,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46683,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35566,9,5,-1,'Recipe: Juicy Bear Burger',1301,1,64,0,1,18000,4500,0,-1,-1,50,0,185,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46688,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook a Juicy Bear Burger.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35568,12,0,-1,'Flame of Silvermoon',20874,1,131072,2,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,11935,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35569,12,0,-1,'Flame of the Exodar',20874,1,131072,1,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,11933,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35570,2,15,-1,'Keleseth\'s Blade of Evocation',48957,3,0,0,1,563572,112714,21,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,5,24,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,164,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,40260,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,-39,0,0,0,'',53,0,0,0,0,12340), (35571,4,3,-1,'Dragon Stabler\'s Gauntlets',52204,3,0,0,1,169714,33942,10,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,3,32,7,48,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35572,4,1,-1,'Reinforced Velvet Helm',52529,3,0,0,1,170357,34071,1,32767,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,7,48,5,49,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35573,2,13,-1,'Arm Blade of Augelmir',52436,3,0,0,1,569998,113999,21,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,18,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35574,4,4,-1,'Chestplate of the Northern Lights',49353,3,0,0,1,400458,80091,5,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,52,5,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1753,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35575,4,2,-1,'Skarvald\'s Dragonskin Habergeon',49354,3,0,0,1,287112,57422,5,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,3,60,7,45,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35576,2,1,-1,'Ingvar\'s Monolithic Cleaver',49356,3,0,0,1,720458,144091,17,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,4,56,31,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,498,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35577,4,2,-1,'Holistic Patchwork Breeches',49358,3,0,0,1,289254,57850,7,-1,-1,155,70,0,0,0,0,0,0,6,1,1,0,3,7,45,5,35,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35578,4,3,-1,'Overlaid Chain Spaulders',51885,3,0,0,1,262427,52485,3,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,39,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35579,4,2,-1,'Vrykul Shackles',49363,3,0,0,1,145683,29136,9,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,3,7,39,31,16,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35580,4,1,-1,'Skein Woven Mantle',49361,3,0,0,1,175463,35092,3,-1,-1,155,70,0,0,0,0,0,0,0,0,1,0,2,7,33,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35581,4,1,-1,'Rocket Boots Xtreme Lite',46155,3,67108864,0,1,130639,26127,8,-1,-1,112,0,202,330,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,24196,1,0,0,0,0,0,0,1,0,0,0,0,0,51582,0,0,0,300000,1203,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,128,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (35582,9,3,-1,'Schematic: Rocket Boots Xtreme Lite',6270,3,64,0,1,60000,15000,0,-1,-1,71,0,202,355,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Rocket Boots Xtreme Lite.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35583,2,10,-1,'Witch Doctor\'s Wildstaff',51691,3,0,0,1,845552,169110,17,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,2,3,87,7,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,429,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35584,4,1,-1,'Embroidered Gown of Zul\'Drak',52337,3,0,0,1,271556,54311,20,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,7,49,5,61,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35585,4,3,-1,'Cannibal\'s Legguards',52336,3,0,0,1,379517,75903,7,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,4,3,61,7,57,5,40,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35586,15,0,-1,'Frozen Axe',48903,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46700,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Breaks the ice around a blue dragon egg and lodges itself in the broken shell.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35587,2,4,-1,'Frozen Scepter of Necromancy',50603,3,0,0,1,637430,127486,21,-1,-1,179,76,0,0,0,0,0,0,6,0,1,0,2,7,51,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,231,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,46749,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-48.4,0,0,0,'',54,0,0,0,0,12340), (35588,4,4,-1,'Forlorn Breastplate of War',52338,3,0,0,1,447916,89583,5,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,4,54,7,61,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2043,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35589,4,0,-1,'Arcane Focal Signet',35423,3,524288,0,1,192521,48130,11,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,7,31,5,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35590,2,2,-1,'Drakkari Hunting Bow',49368,3,0,0,1,483536,96707,15,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,2,3,27,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,350,0,0,0,0,0,0,0,0,0,0,0,2600,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35591,4,2,-1,'Shoulderguards of the Ice Troll',49369,3,0,0,1,242687,48537,3,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,3,50,7,47,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35592,4,3,-1,'Hauberk of Totemic Mastery',51109,3,0,0,1,389770,77954,5,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,2,7,61,5,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1143,0,0,0,0,0,0,0,0,0,33275,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35593,4,4,-1,'Steel Bear Trap Bracers',52341,3,0,0,1,229504,45900,9,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,4,29,7,34,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35594,4,1,-1,'Snowmelt Silken Cinch',52340,3,0,0,1,130890,26178,6,32767,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35595,2,15,-1,'Glacier Sharpened Vileblade',49373,3,0,0,1,587956,117591,13,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,1,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,208,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35596,4,1,-1,'Attuned Crystalline Boots',52210,3,0,0,1,177044,35408,8,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,31,5,41,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35597,4,0,-1,'Band of Glittering Permafrost',39121,3,524288,0,1,172314,43078,11,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,2,7,25,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,18378,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35598,4,0,-1,'Tome of the Lore Keepers',42564,3,0,0,1,172314,43078,23,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,25,5,32,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35599,4,3,-1,'Gauntlets of Serpent Scales',52212,3,0,0,1,179001,35800,10,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,34,5,43,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35600,4,3,-1,'Cleated Ice Boots',52211,3,0,0,1,270659,54131,8,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,4,3,41,7,25,5,23,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35601,2,13,-1,'Drakonid Arm Blade',52437,3,0,0,1,600998,120199,22,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,2,3,32,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35602,4,4,-1,'Chiseled Stalagmite Pauldrons',51577,3,0,0,1,324304,64860,3,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,4,55,7,48,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35603,4,4,-1,'Greaves of the Blue Flight',50507,3,0,0,1,325453,65090,8,32767,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,34,5,43,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35604,4,4,-1,'Insulating Bindings',52213,3,0,0,1,198488,39697,9,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,27,5,32,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35605,4,2,-1,'Belt of Draconic Runes',49378,3,0,0,1,141520,28304,6,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,3,7,25,5,41,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35606,2,15,-1,'Blade of Nadox',40342,3,0,0,1,594930,118986,13,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,7,21,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,205,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35607,4,2,-1,'Ahn\'kahar Handwraps',54506,3,0,0,1,149306,29861,10,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,27,5,45,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35608,4,4,-1,'Crawler-Emblem Belt',54507,3,0,0,1,211010,42202,6,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,37,5,46,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35609,4,0,-1,'Talisman of Scourge Command',54753,3,0,0,1,180397,45099,23,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,5,35,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33163,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35610,4,0,-1,'Slasher\'s Amulet',34303,3,0,0,1,180397,45099,2,32767,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,32,25,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35611,4,1,-1,'Gloves of the Blood Prince',54508,3,0,0,1,121269,24253,10,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,27,5,45,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35612,4,1,-1,'Mantle of Echoing Bats',51301,3,0,0,1,182575,36515,3,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,7,27,5,45,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35613,4,2,-1,'Pyramid Embossed Belt',54509,3,0,0,1,152720,30544,6,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,3,46,7,45,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35614,4,4,-1,'Volazj\'s Sabatons',54510,3,0,0,1,321304,64260,8,32767,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,4,33,36,60,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35615,4,3,-1,'Glowworm Cavern Bindings',54511,3,0,0,1,184641,36928,9,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,2,7,27,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35616,4,3,-1,'Spored Tendrils Spaulders',51576,3,0,0,1,279203,55840,3,262143,32767,167,73,0,0,0,0,0,0,0,0,1,0,4,3,45,7,27,5,24,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,797,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35617,2,19,-1,'Wand of Shimmering Scales',43088,3,0,0,1,444168,88833,26,-1,-1,159,71,0,0,0,0,0,0,0,0,1,0,1,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35618,2,8,-1,'Troll Butcherer',50599,3,0,0,1,816319,163263,17,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,1,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,528,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35619,4,3,-1,'Infection Resistant Legguards',52335,3,0,0,1,393203,78640,7,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,52,5,63,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,953,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35620,4,2,-1,'Berserker\'s Horns',50602,3,0,0,1,246632,49326,1,262143,32767,171,74,0,0,0,0,0,0,0,0,1,0,3,7,52,5,54,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35622,7,10,-1,'Eternal Water',59542,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56040,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35623,7,10,-1,'Eternal Air',55234,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56045,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35624,7,10,-1,'Eternal Earth',59541,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56041,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35625,7,10,-1,'Eternal Life',55237,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56043,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35626,7,10,-1,'Eternal Mana [PH]',41677,2,0,0,1,0,4000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35627,7,10,-1,'Eternal Shadow',55238,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56044,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35628,12,0,0,'Azure Codex',6672,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This sealed tome crackles with arcane energy.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35629,12,0,0,'Shimmering Rune',48910,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A sparkling rune encased in a transluscent blue gem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35630,2,4,-1,'Summoner\'s Stone Gavel',50603,3,0,0,1,617522,123504,13,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,1,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,327,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,15813,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35631,4,0,-1,'Crystal Pendant of Warding',35437,3,0,0,1,184438,46109,2,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,2,7,28,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,21631,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35632,4,1,-1,'Robes of Novos',52216,3,0,0,1,248861,49772,20,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,37,5,61,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35633,2,10,-1,'Staff of the Great Reptile',50604,3,0,0,1,780627,156125,17,-1,-1,171,74,0,0,0,0,0,0,6,0,1,0,2,6,81,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,269,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,46742,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-42.4,0,0,0,'',54,0,0,0,0,12340), (35634,4,2,-1,'Scabrous-Hide Helm',50605,3,0,0,1,241350,48270,1,32767,-1,171,74,0,0,0,0,0,0,0,0,1,0,2,3,63,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,46743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35635,4,1,-1,'Stable Master\'s Breeches',52217,3,0,0,1,258379,51675,7,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,52,5,61,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35636,4,6,-1,'Tharon\'ja\'s Aegis',50607,3,0,0,1,414909,82981,14,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,28,5,35,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6541,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,181,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35637,4,4,-1,'Muradin\'s Lost Greaves',50609,3,0,0,1,455451,91090,7,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,4,46,7,52,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35638,4,3,-1,'Helmet of Living Flesh',50612,3,0,0,1,293817,58763,1,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,4,3,61,7,52,5,25,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,885,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35639,4,4,-1,'Brighthelm of Guarding',50615,3,0,0,1,343364,68672,1,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,2,7,63,5,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1581,0,0,0,0,0,0,0,0,0,31941,1,0,0,-1,0,-1,21641,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35640,4,3,-1,'Darkweb Bindings',52214,3,0,0,1,197287,39457,9,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,4,3,34,7,27,5,19,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35641,4,2,-1,'Scytheclaw Boots',50618,3,0,0,1,247489,49497,8,-1,-1,171,74,0,0,0,0,0,0,0,0,1,0,3,7,28,5,45,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35642,4,6,-1,'Riot Shield',54988,3,0,0,1,433130,86626,14,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,34,7,51,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6703,0,0,0,0,0,0,0,0,0,34593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,187,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35643,4,4,-1,'Spaulders of Ichoron',49876,3,0,0,1,355883,71176,3,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,7,40,5,49,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35644,4,3,-1,'Xevozz\'s Belt',54996,3,0,0,1,184997,36999,6,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,3,49,7,40,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35645,2,3,-1,'Prison Warden\'s Shotgun',54997,3,0,0,1,464292,92858,26,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,1,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,355,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35646,4,1,-1,'Lava Burn Gloves',52344,3,0,0,1,124278,24855,10,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,7,39,5,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35647,4,2,-1,'Handguards of Rapid Pursuit',54998,3,0,0,1,155947,31189,10,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,3,49,7,40,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35648,12,0,0,'Scintillating Fragment',48952,1,2048,0,1,0,0,0,-1,-1,69,69,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You cannot identify this item or determine its purpose.',0,0,0,11941,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35649,2,10,-1,'Jailer\'s Baton',53207,3,0,0,1,785654,157130,17,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,2,38,168,3,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,419,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35650,4,3,-1,'Boots of the Portal Guardian',52363,3,0,0,1,292944,58588,8,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,2,7,40,5,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35651,4,4,-1,'Plate Claws of the Dragon',55003,3,0,0,1,228977,45795,10,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,55,7,51,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35652,2,19,-1,'Incessant Torch',54986,3,0,0,1,489678,97935,26,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,1,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,481,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35653,4,4,-1,'Girdle of the Mystical Prison',55004,3,0,0,1,230644,46128,6,-1,-1,175,78,0,0,0,0,0,0,0,0,1,0,3,4,36,7,40,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35654,4,1,-1,'Bindings of the Bastille',55005,3,0,0,1,131527,26305,9,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35655,2,15,-1,'Cobweb Machete',51711,3,0,0,1,617580,123516,13,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,3,39,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,213,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35656,4,4,-1,'Aura Focused Gauntlets',51712,3,0,0,1,218178,43635,10,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,7,31,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35657,4,1,-1,'Exquisite Spider-Silk Footwraps',52222,3,0,0,1,186603,37320,8,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,23,5,43,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35658,2,10,-1,'Life-Staff of the Web Lair',51713,3,0,0,1,780318,156063,17,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,5,75,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,285,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,49854,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-44.1,0,0,0,'',53,0,0,0,0,12340), (35659,4,2,-1,'Treads of Aspiring Heights',52223,3,0,0,1,234937,46987,8,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,3,45,7,42,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35660,4,2,-1,'Spinneret Epaulets',51715,3,0,0,1,235779,47155,3,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,24,5,42,6,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35661,4,0,-1,'Signet of Arachnathid Command',34336,3,524288,0,1,220141,55035,11,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,4,30,7,46,12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35662,4,3,-1,'Wing Cover Girdle',52224,3,0,0,1,189952,37990,6,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,34,5,28,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35663,4,1,-1,'Charmed Silken Cord',52221,3,0,0,1,127083,25416,6,32767,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,22,5,42,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (35664,2,4,-1,'Unknown Archaeologist\'s Hammer',51717,3,0,0,1,576930,115386,13,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,2,3,18,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,217,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',42,0,0,0,0,12340), (35665,4,2,-1,'Soothing Lichen Wraps',51718,3,0,0,1,144778,28955,9,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,25,5,33,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',42,0,0,0,0,12340), (35666,4,0,-1,'Mark of the Spider',51719,3,0,0,1,175345,43836,2,-1,-1,163,72,0,0,0,0,0,0,0,0,1,0,3,7,16,5,32,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',42,0,0,0,0,12340), (35668,12,0,0,'Prison Casing',48959,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'These metal scraps are covered with glowing blue runes.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35669,12,0,0,'Energy Core',48955,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A powerful aura surrounds this device.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35670,4,4,-1,'Brann\'s Lost Mining Helmet',61307,3,0,0,1,354135,70827,1,32767,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,4,52,7,60,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35671,12,0,0,'Augmented Arcane Prison',50733,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46760,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35672,4,3,-1,'Hollow Geode Helm',52494,3,0,0,1,306345,61269,1,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,2,7,69,5,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35673,4,1,-1,'Leggings of Burning Gleam',52351,3,0,0,1,273308,54661,7,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,42,5,68,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,0,33275,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35675,4,3,-1,'Linked Armor of the Sphere',52353,3,0,0,1,412964,82592,5,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,4,3,68,7,57,5,40,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35676,4,2,-1,'Constellation Leggings',51528,3,0,0,1,345354,69070,7,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,3,71,7,69,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35677,4,2,-1,'Cosmos Vestments',51529,3,0,0,1,346605,69321,20,262143,32767,183,77,0,0,0,0,0,0,0,0,1,0,3,7,57,5,68,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,33275,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35678,4,4,-1,'Ironshaper\'s Legplates',51532,3,0,0,1,486999,97399,7,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,69,5,71,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1810,0,0,0,0,0,0,0,0,0,42093,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35679,4,1,-1,'Static Cowl',52491,3,0,0,1,209464,41892,1,32767,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,57,5,68,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,33233,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35680,4,0,-1,'Amulet of Wills',48510,3,0,0,1,196562,49140,2,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,4,36,7,55,13,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35681,2,15,-1,'Unrelenting Blade',51533,3,0,0,1,703151,140630,13,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,1,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,211,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35682,4,1,-1,'Rune Giant Bindings',52362,3,0,0,1,131176,26235,9,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,33,5,40,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35683,4,0,-1,'Palladium Ring',51458,3,524288,0,1,196562,49140,11,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,2,7,54,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Forged for T.S.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (35685,12,0,0,'Crystallized Mana Shard',36595,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35686,12,0,-1,'Stolen Moa\'ki Goods',4584,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Heavy.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35687,12,0,-1,'Tanathal\'s Phylactery',49219,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35688,12,0,-1,'Blood of Loguhn',16452,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47970,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35690,12,0,0,'Arcane Power Focus',48972,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46793,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35691,15,0,-1,'Ruined Metal Parts',35301,0,0,0,1,950,237,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35692,12,0,-1,'Snowfall Glade Pup',48969,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Oh so cute. Too bad they grow up to be such little monsters!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35693,4,0,-1,'Figurine - Empyrean Tortoise',48970,4,64,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,1,12,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46780,0,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35694,4,0,-1,'Figurine - Khorium Boar',39917,4,0,0,1,48000,12000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,46782,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35695,9,10,-1,'Design: Figurine - Empyrean Tortoise',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46775,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figurine - Empyrean Tortoise.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35696,9,10,-1,'Design: Figurine - Khorium Boar',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46776,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Khorium Boar.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35697,9,10,-1,'Design: Figurine - Crimson Serpent',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46777,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Crimson Serpent.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35698,9,10,-1,'Design: Figurine - Shadowsong Panther',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46778,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Shadowsong Panther.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35699,9,10,-1,'Design: Figurine - Seaspray Albatross',1301,1,64,0,1,250000,62500,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46779,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create a Figure - Seaspray Albatross.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35700,4,0,-1,'Figurine - Crimson Serpent',39918,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,2,5,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46783,0,0,0,120000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35701,12,0,-1,'Issliruk\'s Totem',44287,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35702,4,0,-1,'Figurine - Shadowsong Panther',39915,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,15826,1,0,0,0,0,0,46784,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35703,4,0,-1,'Figurine - Seaspray Albatross',48971,4,0,0,1,60000,15000,12,-1,-1,125,70,755,375,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40231,1,0,0,0,0,0,46785,0,0,0,180000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35704,0,0,-1,'Incendiary Explosives',37891,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46797,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_incendiary_explosives',0,0,0,0,0,12340), (35705,13,0,-1,'Cart Release Key',22377,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35706,12,0,-1,'Crate of Farshire Ore',13493,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35707,3,3,-1,'Regal Nightseye',39929,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,961,-1,0,0,0,0,'',0,0,0,0,0,12340), (35708,9,10,-1,'Design: Regal Nightseye',6270,1,64,0,1,120000,30000,0,-1,-1,70,0,755,350,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,46803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Regal Nightseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35709,12,0,0,'Saragosa\'s Corpse',48982,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The remains of Malygos\' Consort.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35711,12,0,-1,'Kaskala Supplies',11449,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35716,0,3,-1,'Shattrath Flask of Pure Death',37854,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46837,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35717,0,3,-1,'Shattrath Flask of Blinding Light',37853,1,0,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46839,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35718,12,0,0,'Raelorasz\' Flare',34281,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46849,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35720,0,5,-1,'Lord of Frost\'s Private Label',1656,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46927,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35722,15,0,0,'Foror\'s Wipe Neutralizer',40551,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29820,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dry your cryin\' eyes,sunshine.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35723,12,0,0,'Shards of Ahune',44843,1,2048,0,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,11972,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35725,12,0,-1,'Summer Incense',7065,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35726,12,0,0,'Horde Armaments',11448,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35728,12,0,-1,'Greater Inscription of the Blade',40103,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35439,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35729,12,0,-1,'Greater Inscription of the Knight',40104,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35433,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35730,12,0,-1,'Greater Inscription of the Oracle',40106,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35435,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35731,12,0,-1,'Greater Inscription of the Orb',40394,3,64,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35437,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (35733,4,0,-1,'Ring of Harmonic Beauty',39123,4,0,0,1,241024,60256,11,262143,32767,154,70,0,0,0,0,0,0,0,0,1,0,3,7,31,5,22,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (35734,12,0,0,'Boulder',46245,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47005,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A large, bulky boulder from the hills above Thor Modan.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35736,12,0,0,'Bounty Hunter\'s Cage',50446,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47042,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Some assembly required.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35737,12,0,0,'Missing Journal Page',7629,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35738,12,0,0,'Brann Bronzebeard\'s Journal',1588,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35739,12,0,0,'Incomplete Journal',1317,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47039,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35746,12,0,0,'Runic Keystone',24687,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47058,0,0,0,0,1167,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35747,12,0,0,'Runic Keystone Fragment',49081,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35748,7,11,-1,'Guardian\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,1,12,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35749,7,11,-1,'Sorcerer\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42076,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35750,7,11,-1,'Redeemer\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42077,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35751,7,11,-1,'Assassin\'s Alchemist Stone',49082,4,0,0,1,100000,25000,12,-1,-1,125,0,171,350,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35752,9,6,-1,'Recipe: Guardian\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47046,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Guardian\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35753,9,6,-1,'Recipe: Sorcerer\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47048,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Sorcerer\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35754,9,6,-1,'Recipe: Redeemer\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Redeemer\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35755,9,6,-1,'Recipe: Assassin\'s Alchemist Stone',1301,1,64,0,1,250000,62500,0,-1,-1,70,0,171,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Assassin\'s Alchemist Stone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35756,9,8,-1,'Formula: Enchant Cloak - Steelweave',7798,3,64,0,1,120000,30000,0,-1,-1,70,0,333,375,0,0,0,0,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase defense rating by 12. Requires a level 35 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35757,2,8,-1,'Monster - Sword2H, Northrend C02 Red (Red Flame)',49086,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (35758,3,4,-1,'Steady Seaspray Emerald',44921,4,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,981,-1,0,0,0,0,'',0,0,0,0,0,12340), (35759,3,4,-1,'Forceful Seaspray Emerald',44921,4,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,982,-1,0,0,0,0,'',0,0,0,0,0,12340), (35760,3,5,-1,'Reckless Pyrestone',44927,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,983,-1,0,0,0,0,'',0,0,0,0,0,12340), (35761,3,2,-1,'Quick Lionseye',44926,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,984,-1,0,0,0,0,'',0,0,0,0,0,12340), (35762,9,10,-1,'Design: Reckless Pyrestone',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35763,9,10,-1,'Design: Quick Lionseye',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35764,9,10,-1,'Design: Steady Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35765,9,10,-1,'Design: Forceful Seaspray Emerald',1096,4,64,0,1,60000,15000,0,-1,-1,75,0,755,375,0,0,0,990,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35766,9,10,-1,'Design: Steady Seaspray Emerald',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35767,9,10,-1,'Design: Reckless Pyrestone',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Pyrestone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35768,9,10,-1,'Design: Quick Lionseye',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Lionseye.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35769,9,10,-1,'Design: Forceful Seaspray Emerald',1096,4,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Seaspray Emerald.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35774,12,0,-1,'Trident of Naz\'jan',44246,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35777,15,0,-1,'Skadir Navigation Chart - Part 3',32845,1,0,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The third part of a complex navigation chart.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (35782,12,0,0,'Shimmering Snowcap',19488,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35783,15,0,-1,'Moonrest Gardens Plans',5567,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Looks like an unlikely alliance is in the offing.',3067,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35784,12,0,0,'Blood Oath of the Horde',36488,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the Insignia of the Horde',3068,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35788,15,0,0,'Destroyed Magic Item',49106,0,0,0,1,0,1000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Worthless... maybe some merchant will buy it?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35790,15,0,0,'Torn Robes',35299,0,0,0,1,0,1050,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The bloodstains might come out with a little elbow grease, but they\'ll never be wearable again.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35791,15,0,0,'Spoiled Reagents',13123,0,0,0,1,0,950,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No longer good for casting, but they might sell cheap in the secondary market.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35792,15,0,0,'Mage Hunter Personal Effects',1625,1,131076,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Let\'s see what this mage hunter had on them...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35794,7,8,-1,'Silvercoat Stag Meat',25472,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The flesh is covered with claw marks.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (35795,12,0,0,'Waterweed Frond',29165,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35796,12,0,0,'Howlin\' Good Moonshine',7921,1,65536,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35797,12,0,0,'Drakuru\'s Elixir',16836,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47110,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Summons the image of Drakuru for a short time.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35798,12,0,0,'Ice Serpent Eye',7394,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35799,12,0,0,'Frozen Mojo',6340,1,0,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Cold, concentrated troll mojo.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35800,12,0,-1,'Wind Trader Mu\'fah\'s Remains',32426,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35801,12,0,-1,'The Scales of Goramosh',23432,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35802,12,0,-1,'Tua\'kea Crab Trap',34377,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Clickety-clack!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35803,12,0,-1,'Scalawag Frog',49124,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ribbit!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35806,12,0,0,'Eye of the Prophets',44920,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A strange mist swirls just beneath the gem\'s surface.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35807,2,10,-1,'Bramblethorn Greatstaff',49232,2,0,0,1,549065,109813,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,38,72,7,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,397,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35808,2,7,-1,'Coldstone Cutlass',49199,2,0,0,1,440811,88162,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35809,2,15,-1,'Earthspike',49200,2,0,0,1,442414,88482,21,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,11,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,111,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,47125,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (35810,2,4,-1,'Pacifying Pummeler',49233,2,0,0,1,412134,82426,21,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,7,27,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,164,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,47126,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (35811,2,18,-1,'Elekk-Horn Crossbow',49202,2,0,0,1,310270,62054,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35812,2,5,-1,'Cragthumper',49203,2,0,0,1,519120,103824,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,4,25,7,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,489,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35813,12,0,-1,'Shiny Knife',31335,1,0,0,1,8000,2000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35814,4,1,-1,'Benevolent Hood',51032,2,0,0,1,125550,25110,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35815,4,2,-1,'Bone-Threaded Harness',56441,2,0,0,1,210030,42006,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,75,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35816,4,3,-1,'Blood-Stained Chain Leggings',51067,2,0,0,1,252998,50599,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,35,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,33030,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35817,4,6,-1,'Nerubian Inner Husk',51091,2,0,0,1,270891,54178,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,18,15,12,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35818,4,1,-1,'Stretch-Hide Spaulders',49464,2,0,0,1,127461,25492,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35819,12,0,0,'Thor Modan Stability Profile',34751,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35820,4,2,-1,'Deacon\'s Wraps',49251,2,0,0,1,107008,21401,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35821,4,3,-1,'Streamlined Stompers',51077,2,0,0,1,194195,38839,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,38,36,15,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35822,4,4,-1,'Scavenged Tirasian Plate',51094,2,0,0,1,301866,60373,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,4,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35823,2,15,-1,'Ice-Rimed Dagger',49206,2,0,0,1,432797,86559,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,44810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35824,2,7,-1,'Stoneblade Slicer',49221,2,0,0,1,434400,86880,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35826,2,19,-1,'Whelpling-Skull Zapper',57489,2,0,0,1,328171,65634,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,25,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,344,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35827,2,19,-1,'Regal Sceptre',56892,2,0,0,1,337983,67596,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,21619,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35828,12,0,-1,'Totemic Beacon',49127,1,64,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47129,0,0,0,60000,0,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35829,2,2,-1,'Coldspike Longbow',49222,2,0,0,1,340387,68077,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35830,2,13,-1,'Worn Vrykul Smasher',49468,2,0,0,1,412047,82409,22,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35831,12,0,-1,'The Flesh of \"Two Huge Pincers\"',39725,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Succulent!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35832,4,1,-1,'Blauvelt\'s Special Occasion Gloves',53642,2,0,0,1,83050,16610,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,38,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35833,4,2,-1,'Imperious Worghide Cap',49264,2,0,0,1,156321,31264,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35834,4,3,-1,'Nimblefinger Scaled Gloves',49470,2,0,0,1,125524,25104,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35835,4,4,-1,'Antique Reinforced Legguards',56195,2,0,0,1,294012,58802,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,58,7,33,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35836,12,0,0,'Zim\'bo\'s Mojo',6340,1,2048,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35837,12,0,0,'Portable Seismograph',49128,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47130,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35838,12,0,-1,'Tu\'u\'gwar\'s Bait',39725,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47159,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35839,4,0,-1,'Runed Clamshell Choker',9858,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,30,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18029,1,0,0,1500,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35840,12,0,0,'Stone Hunk O\' Gargoyle',4717,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (35841,4,2,-1,'Frost-Trimmed Gauntlets',49251,2,0,0,1,107387,21477,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,16,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35842,4,3,-1,'Azure Chain Hauberk',56309,2,0,0,1,258690,51738,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35843,4,4,-1,'Ramshorn-Inlaid Shoulders',49473,2,0,0,1,232778,46555,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,21,36,39,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35844,4,1,-1,'Shock-Resistant Hood',49474,2,0,0,1,133750,26750,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35845,2,16,-1,'Crystalline Star',40005,2,4194304,0,1,138516,34629,25,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,9329,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35846,4,3,-1,'Banded Chain Gloves',56328,2,0,0,1,134699,26939,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35848,4,4,-1,'Munificent Legguards',51090,2,0,0,1,316543,63308,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35849,2,8,-1,'Featherweight Claymore',49223,2,0,0,1,567204,113440,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,55,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,489,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35850,12,0,-1,'Trident of Naz\'jan',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47170,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_Trident_of_Nazjan',0,0,0,0,0,12340), (35851,2,13,-1,'Acid-Etched Knuckles',49468,2,0,0,1,413607,82721,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,22,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35852,2,15,-1,'Fullered Coldsteel Dagger',49207,2,0,0,1,415210,83042,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,26,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35854,12,0,0,'Scarlet Seal',49130,1,65792,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (35856,2,3,-1,'Hair-Trigger Blunderbuss',49226,2,0,0,1,316183,63236,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35857,4,6,-1,'Munificent Bulwark',51453,2,0,0,1,270807,54161,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,33027,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35858,4,0,-1,'Tome of Alacrity',50191,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35859,4,1,-1,'Fire-Purifying Tunic',51040,2,0,0,1,175129,35025,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35860,4,2,-1,'Flexible Leather Footwraps',49903,2,0,0,1,164768,32953,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35861,4,3,-1,'Inescapable Girdle',51072,2,0,0,1,132295,26459,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35862,4,4,-1,'Light-Bound Chestguard',51087,2,0,0,1,309811,61962,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,5,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35863,4,1,-1,'Earth-Infused Leggings',51035,2,0,0,1,177676,35535,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,53,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35864,4,2,-1,'Fizznik\'s Patented Earwarmer',49263,2,0,0,1,167156,33431,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,47177,1,0,0,-1,0,-1,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35865,4,6,-1,'Arcanum Shield',51454,2,0,0,1,286305,57261,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,18035,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35866,4,4,-1,'Master Artilleryman Boots',51089,2,0,0,1,235252,47050,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,34,4,24,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35867,4,0,-1,'Nimblefinger Band',49225,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35868,4,2,-1,'Grounded Pants',49241,2,0,0,1,226058,45211,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,48,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,39806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35869,4,3,-1,'Hex-Linked Stronghelm',49496,2,0,0,1,204174,40834,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35870,2,1,-1,'Stoneground Cleaver',49227,2,0,0,1,514951,102990,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (35871,4,1,-1,'Indigo Robe of Replenishment',51045,2,0,0,1,165425,33085,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35872,4,2,-1,'Iron-Studded Leggings',49241,2,0,0,1,207561,41512,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,52,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35873,4,3,-1,'Interlinked Chain Girdle',51074,2,0,0,1,125017,25003,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35875,4,4,-1,'Beneficent Skullcap',61307,2,0,0,1,226036,45207,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,35828,1,0,0,-1,0,-1,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35876,4,1,-1,'Talbuk Cape',37556,2,0,8192,1,129891,25978,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,32,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (35877,4,2,-1,'Worgskin Shoulders',49246,2,0,0,1,162965,32593,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35878,4,3,-1,'Dusk-Linked Leggings',51061,2,0,0,1,261705,52341,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35879,4,4,-1,'Gold-Plated Coldsteel Girdle',51085,2,0,0,1,154083,30816,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,39,4,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35880,4,1,-1,'Earthwell Footwraps',51038,2,0,0,1,131801,26360,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,13,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35881,4,0,-1,'Lost Vrykul Signet',26001,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35882,4,3,-1,'Magispike Helm',49505,2,0,0,1,199144,39828,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,53,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35883,4,4,-1,'Silversteel Gauntlets',51096,2,0,0,1,156324,31264,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35884,4,1,-1,'Regal Pantaloons',51049,2,0,0,1,178282,35656,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,53,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35885,4,2,-1,'Tribal Chestguard',49255,2,0,0,1,223654,44730,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,55,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35886,4,0,-1,'Worgtooth Pendant',9860,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35887,4,4,-1,'Loam-Stained Greaves',51088,2,0,0,1,236047,47209,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,33028,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35888,4,1,-1,'Embossed Ermine Girdle',51039,2,0,0,1,90414,18082,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35889,4,2,-1,'Bone-Inlaid Bracers',56355,2,0,0,1,113419,22683,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35890,4,3,-1,'Magdun Spaulders',49362,2,0,0,1,186167,37233,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35891,4,4,-1,'Runeplate Helm',49510,2,0,0,1,222677,44535,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,36,4,37,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35892,4,1,-1,'Flamebinder Handwraps',51235,2,0,0,1,85311,17062,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,36,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35893,4,2,-1,'Coldstone-Inlaid Waistguard',52377,2,0,0,1,107040,21408,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,36,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35894,4,3,-1,'Purestrike Bracers',51075,2,0,0,1,128916,25783,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35895,4,4,-1,'Emeraldscale Pauldrons',49512,2,0,0,1,226014,45202,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35896,4,1,-1,'Icestriker Bands',51044,2,0,0,1,86585,17317,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,40,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35897,4,1,-1,'Ice-Crusted Cape',49230,2,0,0,1,130359,26071,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35898,4,3,-1,'Reinforced Tuskhide Hauberk',51062,2,0,0,1,261653,52330,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,52,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35899,4,4,-1,'Bloodbinder\'s Girdle',51083,2,0,0,1,154067,30813,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,38,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35900,4,1,-1,'Supple Doeskin Moccasins',51050,2,0,0,1,131788,26357,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,33163,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35901,4,2,-1,'Rejuvenating Cord',49258,2,0,0,1,110224,22044,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,39,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35902,4,3,-1,'Shock-Bound Spaulders',49521,2,0,0,1,199990,39998,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,37,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,21620,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35903,4,4,-1,'Onyx Grips',51093,2,0,0,1,156309,31261,10,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,4,21,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,47188,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35904,4,0,-1,'Puissance-Infused Pendant',6490,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35905,4,2,-1,'Vinewoven Tunic',49247,2,0,0,1,223611,44722,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35906,15,5,-1,'Reins of the Black War Elekk',44590,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,48027,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35907,12,0,-1,'Toalu\'u\'s Spiritual Incense',20798,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47190,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35908,12,0,0,'Mack\'s Dark Grog',18080,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47207,0,-15,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dark, wet, and smells like fish...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35909,4,3,-1,'Sun-fired Striders',51078,2,0,0,1,190611,38122,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35910,4,4,-1,'Shaleground Bracers',51095,2,0,0,1,149005,29801,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,19,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,45003,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35911,4,0,-1,'Unsparing Band',28812,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,19,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35912,4,1,-1,'Crackling Cloak',15206,2,0,0,1,127954,25590,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35913,4,1,-1,'Gholamweave Leggings',51043,2,0,0,1,171230,34246,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35914,4,2,-1,'Proto-Drake Tooth Spaulders',49246,2,0,0,1,161129,32225,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35915,4,3,-1,'Darksteel Ringmail Greaves',51070,2,0,0,1,194939,38987,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35916,4,4,-1,'Worgblood Berserker\'s Hauberk',51098,2,0,0,1,303018,60603,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,34,37,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35917,4,1,-1,'Wrathwrought Shoulderpads',49538,2,0,0,1,130333,26066,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35918,4,2,-1,'Spiked Skullguard',49263,2,0,0,1,163517,32703,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,53,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35919,4,3,-1,'Whispersteel Handguards',51079,2,0,0,1,131294,26258,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,47177,1,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35920,4,4,-1,'Feather-Lined Shoulderpads',53048,2,0,0,1,230168,46033,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,31,21,4,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35921,4,1,-1,'Flint-Reinforced Spaulders',49536,2,0,0,1,132243,26448,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,25,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35922,4,0,-1,'Dark Iron Signet',26391,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35923,4,3,-1,'Cold-Iron Armbands',51068,2,0,0,1,123640,24728,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,27,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35924,4,4,-1,'Arcanum-Bound Bracers',51082,2,0,0,1,145620,29124,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35925,4,0,-1,'Shimmering Cold-Iron Band',49229,2,0,0,1,83894,16778,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35926,4,2,-1,'Artfully Tooled Leggings',49930,2,0,0,1,208449,41689,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,51,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35927,4,3,-1,'Songscale Breastplate',51076,2,0,0,1,251101,50220,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35928,4,4,-1,'Cold-Forged Bronze Legplates',56188,2,0,0,1,294043,58808,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,53,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35929,4,1,-1,'Gholamcloth Wrap',51042,2,0,0,1,84332,16866,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35930,4,2,-1,'Inscribed Worghide Treads',49261,2,0,0,1,158725,31745,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,17371,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35931,4,3,-1,'Appointed Scalemail Leggings',51061,2,0,0,1,254922,50984,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,55,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35932,4,0,-1,'Earthbinder\'s Regenerating Band',28812,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35933,4,3,-1,'Ramshorn Greathelm',49527,2,0,0,1,192614,38522,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,22,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35934,4,4,-1,'Ghoul-Crushing Stompers',51084,2,0,0,1,225128,45025,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35935,4,0,-1,'Infused Coldstone Rune',34188,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,47215,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35936,4,0,-1,'Worg-Fang Talisman',49267,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,22,32,19,38,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35937,4,0,-1,'Braxley\'s Backyard Moonshine',16283,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47217,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35938,4,1,-1,'Drape of Munificence',49231,2,0,0,1,130800,26160,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35941,12,0,0,'Letter from Saurfang',16161,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47256,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',3069,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35943,12,0,-1,'Jeremiah\'s Tools',7602,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47166,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35944,12,0,-1,'Lurid\'s Bones',2853,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47276,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35945,0,0,0,'Brilliant Glass',30634,3,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There\'s something shiny inside....',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35946,0,0,-1,'Fizzcrank Practice Parachute',49228,1,2,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47228,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35947,0,5,-1,'Sparkling Frostcap',50877,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (35948,0,5,-1,'Savory Snowplum',50874,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (35949,0,5,-1,'Tundra Berries',50879,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (35950,0,5,-1,'Sweet Potato Bread',50878,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (35951,0,5,-1,'Poached Emperor Salmon',50872,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (35952,0,5,-1,'Briny Hardcheese',50876,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (35953,0,5,-1,'Mead Basted Caribou',50871,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (35954,0,5,-1,'Sweetened Goat\'s Milk',51030,1,0,0,5,6000,300,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (35955,4,1,-1,'Farshire Belt',52069,2,0,0,1,83790,16758,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35956,4,1,-1,'Farshire Footpads',52104,2,0,0,1,126141,25228,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35957,4,1,-1,'Farshire Robe',52219,2,0,0,1,168795,33759,20,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35958,4,1,-1,'Farshire Gloves',52118,2,0,0,1,84692,16938,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35959,4,1,-1,'Farshire Hood',52516,2,0,0,1,127494,25498,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35960,4,1,-1,'Farshire Pants',52120,2,0,0,1,170599,34119,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35961,4,1,-1,'Farshire Shoulderpads',49536,2,0,0,1,128404,25680,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35962,4,1,-1,'Farshire Cuffs',52071,2,0,0,1,85898,17179,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35963,4,1,-1,'Bloodspore Sash',52126,2,0,0,1,80197,16039,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35964,4,1,-1,'Bloodspore Sandals',52125,2,0,0,1,120763,24152,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35965,4,1,-1,'Bloodspore Robe',52218,2,0,0,1,161641,32328,20,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35966,4,1,-1,'Bloodspore Gloves',51145,2,0,0,1,81124,16224,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35967,4,1,-1,'Bloodspore Hood',51203,2,0,0,1,122154,24430,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35968,4,1,-1,'Bloodspore Leggings',52123,2,0,0,1,163496,32699,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35969,4,1,-1,'Bloodspore Mantle',49538,2,0,0,1,123090,24618,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35970,4,1,-1,'Bloodspore Bracelets',52122,2,0,0,1,82364,16472,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35971,4,1,-1,'Mur\'ghoul Girdle',52069,2,0,0,1,87243,17448,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35972,4,1,-1,'Mur\'ghoul Boots',52104,2,0,0,1,131346,26269,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35973,4,1,-1,'Mur\'ghoul Robe',52219,2,0,0,1,175752,35150,20,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35974,4,1,-1,'Mur\'ghoul Handwraps',52118,2,0,0,1,88196,17639,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35975,4,1,-1,'Mur\'ghoul Cap',52516,2,0,0,1,132776,26555,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35976,4,1,-1,'Mur\'ghoul Leggings',52120,2,0,0,1,177676,35535,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35977,4,1,-1,'Mur\'ghoul Shoulderpads',49536,2,0,0,1,133724,26744,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35978,4,1,-1,'Mur\'ghoul Wristwraps',52071,2,0,0,1,89470,17894,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35979,4,1,-1,'Foothold Belt',52126,2,0,0,1,92192,18438,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35980,4,1,-1,'Foothold Boots',52125,2,0,0,1,138782,27756,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35981,4,1,-1,'Foothold Robe',52218,2,0,0,1,185684,37136,20,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35982,4,1,-1,'Foothold Gloves',51145,2,0,0,1,93171,18634,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35983,4,1,-1,'Foothold Hood',51203,2,0,0,1,126893,25378,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35984,4,1,-1,'Foothold Pants',52123,2,0,0,1,169850,33970,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35985,4,1,-1,'Foothold Shoulderpads',49538,2,0,0,1,127867,25573,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35986,4,1,-1,'Foothold Cuffs',52122,2,0,0,1,85574,17114,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35987,4,1,-1,'Bristlepine Cord',52069,2,0,0,1,90560,18112,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35988,4,1,-1,'Bristlepine Sandals',52104,2,0,0,1,136332,27266,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35989,4,1,-1,'Bristlepine Robe',52219,2,0,0,1,182452,36490,20,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35990,4,1,-1,'Bristlepine Handwraps',52118,2,0,0,1,91563,18312,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35991,4,1,-1,'Bristlepine Headpiece',52516,2,0,0,1,137852,27570,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35992,4,1,-1,'Bristlepine Leggings',52120,2,0,0,1,184460,36892,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35993,4,1,-1,'Bristlepine Shoulderpads',49536,2,0,0,1,138851,27770,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35994,4,1,-1,'Bristlepine Bracers',52071,2,0,0,1,92905,18581,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35995,4,1,-1,'Voldrune Sash',52126,2,0,0,1,95610,19122,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35996,4,1,-1,'Voldrune Slippers',52125,2,0,0,1,143921,28784,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35997,4,1,-1,'Voldrune Robe',52218,2,0,0,1,192587,38517,20,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35998,4,1,-1,'Voldrune Gloves',51145,2,0,0,1,96640,19328,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (35999,4,1,-1,'Voldrune Crown',51203,2,0,0,1,145479,29095,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36000,4,1,-1,'Voldrune Legs',52123,2,0,0,1,194646,38929,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36001,4,1,-1,'Voldrune Mantle',49538,2,0,0,1,146504,29300,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36002,4,1,-1,'Voldrune Bracelets',52122,2,0,0,1,98015,19603,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36003,4,1,-1,'Icemist Sash',52069,2,0,0,1,93729,18745,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36004,4,1,-1,'Icemist Slippers',52104,2,0,0,1,141126,28225,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36005,4,1,-1,'Icemist Robe',52219,2,0,0,1,188877,37775,20,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36006,4,1,-1,'Icemist Gloves',52118,2,0,0,1,94793,18958,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36007,4,1,-1,'Icemist Circlet',52516,2,0,0,1,142708,28541,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36008,4,1,-1,'Icemist Pants',52120,2,0,0,1,190987,38197,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36009,4,1,-1,'Icemist Mantle',49536,2,0,0,1,143773,28754,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36010,4,1,-1,'Icemist Bracelets',52071,2,0,0,1,96203,19240,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36011,4,1,-1,'Tethys Sash',52126,2,0,0,1,98881,19776,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36012,4,1,-1,'Tethys Slippers',52125,2,0,0,1,148867,29773,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36013,4,1,-1,'Tethys Robe',52218,2,0,0,1,199217,39843,20,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36014,4,1,-1,'Tethys Gloves',51145,2,0,0,1,99971,19994,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36015,4,1,-1,'Tethys Hood',51203,2,0,0,1,150488,30097,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36016,4,1,-1,'Tethys Leggings',52123,2,0,0,1,201378,40275,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36017,4,1,-1,'Tethys Mantle',49538,2,0,0,1,151578,30315,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36018,4,1,-1,'Tethys Bracelets',52122,2,0,0,1,101406,20281,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36019,4,1,-1,'Aerie Belt',52069,2,0,0,1,96770,19354,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36020,4,1,-1,'Aerie Boots',52112,2,0,0,1,145713,29142,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36021,4,1,-1,'Aerie Robe',51845,2,0,0,1,195029,39005,20,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36022,4,1,-1,'Aerie Gloves',51837,2,0,0,1,97876,19575,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36023,4,1,-1,'Aerie Headpiece',52103,2,0,0,1,147372,29474,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36024,4,1,-1,'Aerie Pants',52106,2,0,0,1,197240,39448,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36025,4,1,-1,'Aerie Shoulderpads',52109,2,0,0,1,148488,29697,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36026,4,1,-1,'Aerie Bracers',51777,2,0,0,1,99354,19870,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36027,4,1,-1,'Oracle Belt',51783,2,0,0,1,102024,20404,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36028,4,1,-1,'Oracle Slippers',52117,2,0,0,1,153608,30721,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36029,4,1,-1,'Oracle Robe',52032,2,0,0,1,205572,41114,20,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36030,4,1,-1,'Oracle Gloves',51780,2,0,0,1,103156,20631,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36031,4,1,-1,'Oracle Circlet',51192,2,0,0,1,155305,31061,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36032,4,1,-1,'Oracle Leggings',52114,2,0,0,1,207834,41566,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36033,4,1,-1,'Oracle Mantle',52068,2,0,0,1,156447,31289,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36034,4,1,-1,'Oracle Bracelets',52113,2,0,0,1,104668,20933,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36035,4,1,-1,'Condor Belt',52110,2,0,0,1,107415,21483,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36036,4,1,-1,'Condor Sandals',52112,2,0,0,1,150095,30019,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36037,4,1,-1,'Condor Robe',51845,2,0,0,1,200884,40176,20,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36038,4,1,-1,'Condor Gloves',51837,2,0,0,1,100831,20166,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36039,4,1,-1,'Condor Headpiece',52103,2,0,0,1,151830,30366,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36040,4,1,-1,'Condor Pants',52106,2,0,0,1,203219,40643,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36041,4,1,-1,'Condor Shoulderpads',52109,2,0,0,1,152982,30596,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36042,4,1,-1,'Condor Bindings',51777,2,0,0,1,102377,20475,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36043,4,1,-1,'Crystalsong Sash',51783,2,0,0,1,105030,21006,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36044,4,1,-1,'Crystalsong Slippers',52117,2,0,0,1,158142,31628,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36045,4,1,-1,'Crystalsong Robe',52032,2,0,0,1,211631,42326,20,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36046,4,1,-1,'Crystalsong Gloves',51840,2,0,0,1,106213,21242,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36047,4,1,-1,'Crystalsong Crown',51192,2,0,0,1,159916,31983,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36048,4,1,-1,'Crystalsong Leggings',52114,2,0,0,1,214017,42803,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36049,4,1,-1,'Crystalsong Mantle',52068,2,0,0,1,161093,32218,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36050,4,1,-1,'Crystalsong Bracelets',52113,2,0,0,1,107793,21558,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36051,4,1,-1,'Vizier Sash',52110,2,0,0,1,110523,22104,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36052,4,1,-1,'Vizier Slippers',52112,2,0,0,1,170743,34148,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36053,4,1,-1,'Vizier Robe',51845,2,0,0,1,228470,45694,20,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36054,4,1,-1,'Vizier Gloves',51837,2,0,0,1,114641,22928,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36055,4,1,-1,'Vizier Hood',52103,2,0,0,1,172571,34514,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36056,4,1,-1,'Vizier Leggings',52106,2,0,0,1,208901,41780,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36057,4,1,-1,'Vizier Mantle',52109,2,0,0,1,157285,31457,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36058,4,1,-1,'Vizier Bracelets',51777,2,0,0,1,105263,21052,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36059,4,1,-1,'Coldwraith Sash',51783,2,0,0,1,107899,21579,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36060,4,1,-1,'Coldwraith Boots',52073,2,0,0,1,162455,32491,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36061,4,1,-1,'Coldwraith Robe',52220,2,0,0,1,217436,43487,20,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36062,4,1,-1,'Coldwraith Handwraps',51780,2,0,0,1,109133,21826,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36063,4,1,-1,'Coldwraith Cowl',51192,2,0,0,1,164321,32864,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36064,4,1,-1,'Coldwraith Pants',51781,2,0,0,1,219903,43980,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36065,4,1,-1,'Coldwraith Mantle',52068,2,0,0,1,165549,33109,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36066,4,1,-1,'Coldwraith Bindings',51777,2,0,0,1,110781,22156,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,61,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36067,4,2,-1,'Daggercap Waistband',49257,2,0,0,1,101642,20328,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36068,4,2,-1,'Daggercap Boots',49903,2,0,0,1,157107,31421,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36069,4,2,-1,'Daggercap Jerkin',49790,2,0,0,1,210235,42047,5,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36070,4,2,-1,'Daggercap Gloves',49251,2,0,0,1,105496,21099,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36071,4,2,-1,'Daggercap Cover',49797,2,0,0,1,158798,31759,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36072,4,2,-1,'Daggercap Trousers',49241,2,0,0,1,212490,42498,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36073,4,2,-1,'Daggercap Spaulders',49246,2,0,0,1,159936,31987,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36074,4,2,-1,'Daggercap Bracers',49256,2,0,0,1,107003,21400,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36075,4,2,-1,'Winterfin Cord',49257,2,0,0,1,110406,22081,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36076,4,2,-1,'Winterfin Boots',49903,2,0,0,1,150369,30073,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36077,4,2,-1,'Winterfin Chestpiece',49790,2,0,0,1,201272,40254,5,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36078,4,2,-1,'Winterfin Gloves',49251,2,0,0,1,101026,20205,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36079,4,2,-1,'Winterfin Cowl',49797,2,0,0,1,152108,30421,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36080,4,2,-1,'Winterfin Legguards',49241,2,0,0,1,203591,40718,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36081,4,2,-1,'Winterfin Shoulderguards',49246,2,0,0,1,153278,30655,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36082,4,2,-1,'Winterfin Bindings',49256,2,0,0,1,102565,20513,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36083,4,2,-1,'Riplash Belt',49814,2,0,0,1,105784,21156,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36084,4,2,-1,'Riplash Boots',49905,2,0,0,1,163582,32716,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36085,4,2,-1,'Riplash Jerkin',49255,2,0,0,1,218911,43782,5,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36086,4,2,-1,'Riplash Gloves',49912,2,0,0,1,109845,21969,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36087,4,2,-1,'Riplash Cover',49264,2,0,0,1,165369,33073,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36088,4,2,-1,'Riplash Leggings',49850,2,0,0,1,221293,44258,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36089,4,2,-1,'Riplash Pauldrons',49845,2,0,0,1,166571,33314,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36090,4,2,-1,'Riplash Wristguards',49859,2,0,0,1,111437,22287,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36091,4,2,-1,'Wildevar Belt',49815,2,0,0,1,114829,22965,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36092,4,2,-1,'Wildevar Boots',49904,2,0,0,1,172861,34572,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36093,4,2,-1,'Wildevar Tunic',49811,2,0,0,1,231304,46260,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36094,4,2,-1,'Wildevar Gloves',49911,2,0,0,1,116052,23210,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36095,4,2,-1,'Wildevar Cap',49842,2,0,0,1,174695,34939,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36096,4,2,-1,'Wildevar Pants',49851,2,0,0,1,211489,42297,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36097,4,2,-1,'Wildevar Shoulderguards',49847,2,0,0,1,159234,31846,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36098,4,2,-1,'Wildevar Armguards',49860,2,0,0,1,106556,21311,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36099,4,2,-1,'Caribou Waistband',49815,2,0,0,1,109754,21950,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36100,4,2,-1,'Caribou Boots',49904,2,0,0,1,169800,33960,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36101,4,2,-1,'Caribou Vest',49811,2,0,0,1,227221,45444,5,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36102,4,2,-1,'Caribou Gloves',49911,2,0,0,1,114032,22806,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36103,4,2,-1,'Caribou Cowl',49842,2,0,0,1,171682,34336,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36104,4,2,-1,'Caribou Britches',49851,2,0,0,1,229754,45950,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36105,4,2,-1,'Caribou Shoulders',49847,2,0,0,1,172931,34586,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36106,4,2,-1,'Caribou Bands',49860,2,0,0,1,115709,23141,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36107,4,2,-1,'Vileprey Cord',49816,2,0,0,1,119080,23816,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36108,4,2,-1,'Vileprey Boots',49906,2,0,0,1,179270,35854,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36109,4,2,-1,'Vileprey Armor',49813,2,0,0,1,239868,47973,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36110,4,2,-1,'Vileprey Gloves',49913,2,0,0,1,120367,24073,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36111,4,2,-1,'Vileprey Hood',49843,2,0,0,1,181200,36240,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36112,4,2,-1,'Vileprey Leggings',49852,2,0,0,1,242466,48493,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36113,4,2,-1,'Vileprey Pauldrons',49848,2,0,0,1,182481,36496,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36114,4,2,-1,'Vileprey Bracers',49863,2,0,0,1,122087,24417,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36115,4,2,-1,'Taunka Belt',49817,2,0,0,1,125553,25110,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36116,4,2,-1,'Taunka Boots',49902,2,0,0,1,175742,35148,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36117,4,2,-1,'Taunka Tunic',49809,2,0,0,1,235210,47042,5,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36118,4,2,-1,'Taunka Gloves',49910,2,0,0,1,118048,23609,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36119,4,2,-1,'Taunka Hat',49844,2,0,0,1,177738,35547,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36120,4,2,-1,'Taunka Legguards',49853,2,0,0,1,237847,47569,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36121,4,2,-1,'Taunka Spaulders',49849,2,0,0,1,179051,35810,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36122,4,2,-1,'Taunka Armguards',49864,2,0,0,1,119811,23962,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36123,4,2,-1,'Muradin Belt',49817,2,0,0,1,123160,24632,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36124,4,2,-1,'Muradin Boots',49902,2,0,0,1,185403,37080,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36125,4,2,-1,'Muradin Chestpiece',49809,2,0,0,1,248112,49622,5,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36126,4,2,-1,'Muradin Gloves',49910,2,0,0,1,124510,24902,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36127,4,2,-1,'Muradin Hood',49844,2,0,0,1,187447,37489,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36128,4,2,-1,'Muradin Pants',49853,2,0,0,1,250813,50162,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36129,4,2,-1,'Muradin Shoulders',49849,2,0,0,1,188791,37758,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36130,4,2,-1,'Muradin Bindings',49864,2,0,0,1,126315,25263,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36131,4,2,-1,'Wolverine Girdle',49908,2,0,0,1,129747,25949,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36132,4,2,-1,'Wolverine Boots',49901,2,0,0,1,181444,36288,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36133,4,2,-1,'Wolverine Jerkin',49914,2,0,0,1,242856,48571,5,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36134,4,2,-1,'Wolverine Gloves',49909,2,0,0,1,121893,24378,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36135,4,2,-1,'Wolverine Cap',51784,2,0,0,1,183518,36703,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36136,4,2,-1,'Wolverine Leggings',49927,2,0,0,1,245621,49124,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36137,4,2,-1,'Wolverine Shoulderguards',49898,2,0,0,1,184913,36982,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36138,4,2,-1,'Wolverine Armguards',49899,2,0,0,1,123740,24748,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36139,4,2,-1,'Ghrino Belt',49908,2,0,0,1,127055,25411,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36140,4,2,-1,'Ghrino Boots',49901,2,0,0,1,191296,38259,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36141,4,2,-1,'Ghrino Vest',49914,2,0,0,1,256013,51202,5,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36142,4,2,-1,'Ghrino Gloves',49909,2,0,0,1,128482,25696,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36143,4,2,-1,'Ghrino Cover',51784,2,0,0,1,193418,38683,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36144,4,2,-1,'Ghrino Britches',49927,2,0,0,1,258842,51768,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36145,4,2,-1,'Ghrino Pauldrons',49898,2,0,0,1,194845,38969,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36146,4,2,-1,'Ghrino Bracers',49899,2,0,0,1,130359,26071,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36147,4,2,-1,'Pygmy Belt',49924,2,0,0,1,133782,26756,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36148,4,2,-1,'Pygmy Boots',49978,2,0,0,1,206629,41325,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36149,4,2,-1,'Pygmy Tunic',49921,2,0,0,1,250159,50031,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36150,4,2,-1,'Pygmy Gloves',49984,2,0,0,1,125552,25110,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36151,4,2,-1,'Pygmy Helmet',52517,2,0,0,1,189059,37811,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36152,4,2,-1,'Pygmy Pants',49928,2,0,0,1,253051,50610,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36153,4,2,-1,'Pygmy Shoulders',49918,2,0,0,1,190518,38103,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36154,4,2,-1,'Pygmy Bindings',49981,2,0,0,1,127485,25497,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36155,4,2,-1,'Wendigo Girdle',49925,2,0,0,1,130791,26158,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36156,4,2,-1,'Wendigo Boots',49979,2,0,0,1,196932,39386,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36157,4,2,-1,'Wendigo Chestpiece',49922,2,0,0,1,263571,52714,5,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36158,4,2,-1,'Wendigo Gloves',49985,2,0,0,1,132269,26453,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36159,4,2,-1,'Wendigo Hood',52518,2,0,0,1,199149,39829,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36160,4,2,-1,'Wendigo Legguards',49929,2,0,0,1,266527,53305,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36161,4,2,-1,'Wendigo Pauldrons',49919,2,0,0,1,200641,40128,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36162,4,2,-1,'Wendigo Bands',49982,2,0,0,1,134244,26848,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36163,4,2,-1,'Webspinner Cord',49925,2,0,0,1,137646,27529,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36164,4,2,-1,'Webspinner Boots',49979,2,0,0,1,212687,42537,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36165,4,2,-1,'Webspinner Vest',49922,2,0,0,1,284571,56914,5,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36166,4,2,-1,'Webspinner Gloves',49985,2,0,0,1,142793,28558,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36167,4,2,-1,'Webspinner Hood',52518,2,0,0,1,214952,42990,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36168,4,2,-1,'Webspinner Leggings',49929,2,0,0,1,287619,57523,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36169,4,2,-1,'Webspinner Shoulderguards',49919,2,0,0,1,195845,39169,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36170,4,2,-1,'Webspinner Bindings',49982,2,0,0,1,131071,26214,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36171,4,2,-1,'Geist Belt',49926,2,0,0,1,134356,26871,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36172,4,2,-1,'Geist Boots',49980,2,0,0,1,202311,40462,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36173,4,2,-1,'Geist Tunic',49923,2,0,0,1,270758,54151,5,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36174,4,2,-1,'Geist Gloves',49986,2,0,0,1,135897,27179,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36175,4,2,-1,'Geist Hood',52519,2,0,0,1,204624,40924,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36176,4,2,-1,'Geist Legguards',49930,2,0,0,1,273869,54773,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36177,4,2,-1,'Geist Shoulders',49920,2,0,0,1,206159,41231,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36178,4,2,-1,'Geist Wristguards',49983,2,0,0,1,137958,27591,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,243,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36179,4,3,-1,'Garmaul Waistband',52133,2,0,0,1,121528,24305,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36180,4,3,-1,'Garmaul Footwraps',52135,2,0,0,1,188681,37736,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36181,4,3,-1,'Garmaul Chestpiece',52128,2,0,0,1,251372,50274,5,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36182,4,3,-1,'Garmaul Fists',52129,2,0,0,1,126141,25228,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36183,4,3,-1,'Garmaul Helmet',52496,2,0,0,1,189894,37978,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36184,4,3,-1,'Garmaul Legguards',52155,2,0,0,1,254078,50815,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36185,4,3,-1,'Garmaul Shoulderguards',51237,2,0,0,1,192091,38418,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36186,4,3,-1,'Garmaul Bracers',51075,2,0,0,1,127949,25589,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36187,4,3,-1,'Njord Belt',52145,2,0,0,1,132032,26406,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36188,4,3,-1,'Njord Boots',52146,2,0,0,1,199615,39923,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36189,4,3,-1,'Njord Chain Vest',52147,2,0,0,1,240591,48118,5,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36190,4,3,-1,'Njord Gauntlets',52148,2,0,0,1,120763,24152,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36191,4,3,-1,'Njord Helm',52497,2,0,0,1,181847,36369,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36192,4,3,-1,'Njord Leggings',52153,2,0,0,1,243373,48674,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36193,4,3,-1,'Njord Shoulderguards',52151,2,0,0,1,184046,36809,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,515,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36194,4,3,-1,'Njord Bracers',51212,2,0,0,1,122622,24524,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36195,4,3,-1,'Skom Stitched-Belt',52133,2,0,0,1,126460,25292,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36196,4,3,-1,'Skom Greaves',52135,2,0,0,1,196446,39289,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36197,4,3,-1,'Skom Chain Vest',52128,2,0,0,1,261731,52346,5,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36198,4,3,-1,'Skom Gloves',52129,2,0,0,1,131346,26269,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36199,4,3,-1,'Skom Helm',52495,2,0,0,1,197721,39544,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36200,4,3,-1,'Skom Leggings',52155,2,0,0,1,264590,52918,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36201,4,3,-1,'Skom Spaulders',51237,2,0,0,1,200049,40009,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36202,4,3,-1,'Skom Bracers',51075,2,0,0,1,133257,26651,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36203,4,3,-1,'Nifflevar Girdle',52145,2,0,0,1,137301,27460,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36204,4,3,-1,'Nifflevar Boots',52146,2,0,0,1,207611,41522,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36205,4,3,-1,'Nifflevar Chestpiece',52147,2,0,0,1,276577,55315,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36206,4,3,-1,'Nifflevar Gloves',52148,2,0,0,1,138782,27756,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36207,4,3,-1,'Nifflevar Helmet',52498,2,0,0,1,208894,41778,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36208,4,3,-1,'Nifflevar Legguards',52153,2,0,0,1,279513,55902,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36209,4,3,-1,'Nifflevar Shoulderguards',52151,2,0,0,1,191186,38237,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36210,4,3,-1,'Nifflevar Bindings',51212,2,0,0,1,127374,25474,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36211,4,3,-1,'Orca Belt',52133,2,0,0,1,131198,26239,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36212,4,3,-1,'Orca Footwraps',52135,2,0,0,1,203902,40780,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36213,4,3,-1,'Orca Armor',52128,2,0,0,1,271680,54336,5,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36214,4,3,-1,'Orca Fists',52129,2,0,0,1,136332,27266,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36215,4,3,-1,'Orca Helmet',52495,2,0,0,1,205259,41051,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36216,4,3,-1,'Orca Legwraps',52155,2,0,0,1,274691,54938,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36217,4,3,-1,'Orca Spaulders',51237,2,0,0,1,207697,41539,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36218,4,3,-1,'Orca Bindings',51075,2,0,0,1,138345,27669,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36219,4,3,-1,'Amberpine Girdle',52145,2,0,0,1,142377,28475,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,431,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36220,4,3,-1,'Amberpine Greaves',52146,2,0,0,1,215297,43059,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36221,4,3,-1,'Amberpine Chain Vest',52147,2,0,0,1,286832,57366,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36222,4,3,-1,'Amberpine Gauntlets',52148,2,0,0,1,143921,28784,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36223,4,3,-1,'Amberpine Helmet',52498,2,0,0,1,216661,43332,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36224,4,3,-1,'Amberpine Legguards',52153,2,0,0,1,289920,57984,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36225,4,3,-1,'Amberpine Spaulders',52151,2,0,0,1,219189,43837,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36226,4,3,-1,'Amberpine Bracers',51212,2,0,0,1,145985,29197,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36227,4,3,-1,'Trapper Belt',52133,2,0,0,1,150131,30026,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36228,4,3,-1,'Trapper Footwraps',52135,2,0,0,1,211047,42209,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36229,4,3,-1,'Trapper Chain Vest',52128,2,0,0,1,281187,56237,5,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36230,4,3,-1,'Trapper Gloves',52129,2,0,0,1,141126,28225,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36231,4,3,-1,'Trapper Helm',52495,2,0,0,1,212487,42497,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36232,4,3,-1,'Trapper Leggings',52155,2,0,0,1,284381,56876,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36233,4,3,-1,'Trapper Shoulderguards',51237,2,0,0,1,215014,43002,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36234,4,3,-1,'Trapper Bracers',51075,2,0,0,1,143240,28648,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36235,4,3,-1,'Shoveltusk Waistband',52145,2,0,0,1,147246,29449,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36236,4,3,-1,'Shoveltusk Greaves',52146,2,0,0,1,222673,44534,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36237,4,3,-1,'Shoveltusk Breastplate',52147,2,0,0,1,296645,59329,5,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36238,4,3,-1,'Shoveltusk Gauntlets',52148,2,0,0,1,148867,29773,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36239,4,3,-1,'Shoveltusk Helmet',52498,2,0,0,1,224119,44823,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36240,4,3,-1,'Shoveltusk Legguards',52153,2,0,0,1,299915,59983,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36241,4,3,-1,'Shoveltusk Mantle',52151,2,0,0,1,226735,45347,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36242,4,3,-1,'Shoveltusk Bindings',51212,2,0,0,1,151033,30206,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36243,4,3,-1,'Mammoth Girdle',52166,2,0,0,1,155154,31030,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36244,4,3,-1,'Mammoth Boots',52163,2,0,0,1,217860,43572,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36245,4,3,-1,'Mammoth Chestpiece',51887,2,0,0,1,290311,58062,5,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36246,4,3,-1,'Mammoth Fists',52164,2,0,0,1,145713,29142,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36247,4,3,-1,'Mammoth Helm',51872,2,0,0,1,219407,43881,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36248,4,3,-1,'Mammoth Legwraps',52167,2,0,0,1,293629,58725,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36249,4,3,-1,'Mammoth Spaulders',51883,2,0,0,1,222041,44408,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36250,4,3,-1,'Mammoth Bindings',52165,2,0,0,1,147930,29586,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36251,4,3,-1,'Wolvar Belt',52166,2,0,0,1,151911,30382,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36252,4,3,-1,'Wolvar Greaves',52163,2,0,0,1,229716,45943,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36253,4,3,-1,'Wolvar Armor',51887,2,0,0,1,306074,61214,5,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36254,4,3,-1,'Wolvar Fists',52164,2,0,0,1,153608,30721,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36255,4,3,-1,'Wolvar Helmet',51872,2,0,0,1,231268,46253,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36256,4,3,-1,'Wolvar Legguards',52167,2,0,0,1,309468,61893,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36257,4,3,-1,'Wolvar Shoulderguards',51883,2,0,0,1,233993,46798,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36258,4,3,-1,'Wolvar Bindings',52165,2,0,0,1,155876,31175,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36259,4,3,-1,'Cormorant Waistband',57612,2,0,0,1,159955,31991,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36260,4,3,-1,'Cormorant Footwraps',52163,2,0,0,1,241879,48375,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36261,4,3,-1,'Cormorant Chain Vest',51887,2,0,0,1,330607,66121,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36262,4,3,-1,'Cormorant Gloves',52164,2,0,0,1,150095,30019,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36263,4,3,-1,'Cormorant Helm',51872,2,0,0,1,225995,45199,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36264,4,3,-1,'Cormorant Leggings',52167,2,0,0,1,302494,60498,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36265,4,3,-1,'Cormorant Mantle',51883,2,0,0,1,228758,45751,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36266,4,3,-1,'Cormorant Bracelets',52165,2,0,0,1,152414,30482,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36267,4,3,-1,'Ulduar Girdle',52166,2,0,0,1,156353,31270,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36268,4,3,-1,'Ulduar Greaves',52163,2,0,0,1,236470,47294,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36269,4,3,-1,'Ulduar Breastplate',51887,2,0,0,1,315092,63018,5,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36270,4,3,-1,'Ulduar Gauntlets',52164,2,0,0,1,158142,31628,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36271,4,3,-1,'Ulduar Helm',51872,2,0,0,1,238085,47617,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36272,4,3,-1,'Ulduar Legguards',52167,2,0,0,1,318639,63727,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36273,4,3,-1,'Ulduar Shoulderguards',51883,2,0,0,1,240940,48188,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36274,4,3,-1,'Ulduar Bracers',52165,2,0,0,1,160497,32099,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36275,4,3,-1,'Spiderlord Belt',52166,2,0,0,1,164566,32913,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,508,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36276,4,3,-1,'Spiderlord Boots',52163,2,0,0,1,248864,49772,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,621,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36277,4,3,-1,'Spiderlord Chestpiece',51887,2,0,0,1,340300,68060,5,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36278,4,3,-1,'Spiderlord Gauntlets',52164,2,0,0,1,170743,34148,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36279,4,3,-1,'Spiderlord Helm',51872,2,0,0,1,257028,51405,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,734,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36280,4,3,-1,'Spiderlord Legguards',52167,2,0,0,1,343923,68784,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,791,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36281,4,3,-1,'Spiderlord Spaulders',51883,2,0,0,1,260007,52001,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36282,4,3,-1,'Spiderlord Bracers',52165,2,0,0,1,156676,31335,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36283,4,3,-1,'Spectral Waistband',52166,2,0,0,1,160604,32120,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36284,4,3,-1,'Spectral Greaves',52163,2,0,0,1,242915,48583,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36285,4,3,-1,'Spectral Armor',51887,2,0,0,1,323699,64739,5,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,924,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36286,4,3,-1,'Spectral Gauntlets',52164,2,0,0,1,162455,32491,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36287,4,3,-1,'Spectral Helmet',51872,2,0,0,1,244616,48923,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36288,4,3,-1,'Spectral Legwraps',52167,2,0,0,1,327399,65479,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,808,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36289,4,3,-1,'Spectral Mantle',51883,2,0,0,1,247578,49515,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36290,4,3,-1,'Spectral Bracelets',52165,2,0,0,1,164927,32985,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,242,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36291,4,4,-1,'Westguard Belt',51653,2,0,0,1,142059,28411,6,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36292,4,4,-1,'Westguard Greaves',51657,2,0,0,1,212269,42453,8,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,819,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36293,4,4,-1,'Westguard Armor',51652,2,0,0,1,292205,58441,5,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36294,4,4,-1,'Westguard Gloves',51656,2,0,0,1,147471,29494,10,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36295,4,4,-1,'Westguard Helm',61307,2,0,0,1,220326,44065,1,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36296,4,4,-1,'Westguard Legplates',51658,2,0,0,1,295391,59078,7,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36297,4,4,-1,'Westguard Epaulets',51951,2,0,0,1,221894,44378,3,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36298,4,4,-1,'Westguard Bracers',51654,2,0,0,1,149593,29918,9,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36299,4,4,-1,'Coldrock Girdle',51662,2,0,0,1,154369,30873,6,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36300,4,4,-1,'Coldrock Sabatons',51131,2,0,0,1,230617,46123,8,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,843,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36301,4,4,-1,'Coldrock Breastplate',51660,2,0,0,1,309139,61827,5,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36302,4,4,-1,'Coldrock Gauntlets',51661,2,0,0,1,141146,28229,10,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36303,4,4,-1,'Coldrock Helmet',51207,2,0,0,1,210933,42186,1,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36304,4,4,-1,'Coldrock Legplates',51663,2,0,0,1,282873,56574,7,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36305,4,4,-1,'Coldrock Pauldrons',51949,2,0,0,1,212546,42509,3,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,920,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36306,4,4,-1,'Coldrock Bracers',51659,2,0,0,1,143328,28665,9,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36307,4,4,-1,'Baleheim Belt',51676,2,0,0,1,147831,29566,6,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36308,4,4,-1,'Baleheim Greaves',51669,2,0,0,1,220884,44176,8,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36309,4,4,-1,'Baleheim Armor',51665,2,0,0,1,304231,60846,5,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36310,4,4,-1,'Baleheim Gloves',51668,2,0,0,1,153549,30709,10,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36311,4,4,-1,'Baleheim Helmet',61308,2,0,0,1,229419,45883,1,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36312,4,4,-1,'Baleheim Legguards',51671,2,0,0,1,307567,61513,7,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36313,4,4,-1,'Baleheim Epaulets',51950,2,0,0,1,231076,46215,3,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36314,4,4,-1,'Baleheim Vambraces',51672,2,0,0,1,155790,31158,9,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36315,4,4,-1,'Wyrmskull Girdle',51653,2,0,0,1,160536,32107,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36316,4,4,-1,'Wyrmskull Sabatons',51657,2,0,0,1,239820,47964,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,892,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36317,4,4,-1,'Wyrmskull Breastplate',51652,2,0,0,1,321522,64304,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36318,4,4,-1,'Wyrmskull Gauntlets',51673,2,0,0,1,162259,32451,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36319,4,4,-1,'Wyrmskull Helm',61307,2,0,0,1,242407,48481,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36320,4,4,-1,'Wyrmskull Legplates',51674,2,0,0,1,324947,64989,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36321,4,4,-1,'Wyrmskull Epaulets',51951,2,0,0,1,244108,48821,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,973,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36322,4,4,-1,'Wyrmskull Bracers',51654,2,0,0,1,148888,29777,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36323,4,4,-1,'Halgrind Belt',51675,2,0,0,1,153345,30669,6,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36324,4,4,-1,'Halgrind Greaves',51131,2,0,0,1,229160,45832,8,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36325,4,4,-1,'Halgrind Carapace',51660,2,0,0,1,315778,63155,5,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36326,4,4,-1,'Halgrind Gloves',51661,2,0,0,1,159385,31877,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36327,4,4,-1,'Halgrind Helmet',51207,2,0,0,1,238128,47625,1,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36328,4,4,-1,'Halgrind Legplates',51663,2,0,0,1,319292,63858,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36329,4,4,-1,'Halgrind Epaulets',51949,2,0,0,1,239897,47979,3,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36330,4,4,-1,'Halgrind Bracers',51659,2,0,0,1,161746,32349,9,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36331,4,4,-1,'Grizzlemaw Belt',51676,2,0,0,1,166446,33289,6,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36332,4,4,-1,'Grizzlemaw Sabatons',51669,2,0,0,1,248685,49737,8,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36333,4,4,-1,'Grizzlemaw Armor',51665,2,0,0,1,333425,66685,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1368,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36334,4,4,-1,'Grizzlemaw Gauntlets',51668,2,0,0,1,168274,33654,10,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,855,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36335,4,4,-1,'Grizzlemaw Helm',61308,2,0,0,1,251382,50276,1,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36336,4,4,-1,'Grizzlemaw Legplates',51671,2,0,0,1,337028,67405,7,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36337,4,4,-1,'Grizzlemaw Epaulets',51950,2,0,0,1,253197,50639,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36338,4,4,-1,'Grizzlemaw Vambraces',51672,2,0,0,1,170696,34139,9,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36339,4,4,-1,'Bloodmar Girdle',51653,2,0,0,1,175530,35106,6,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36340,4,4,-1,'Bloodmar Sabatons',51657,2,0,0,1,262230,52446,8,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36341,4,4,-1,'Bloodmar Breastplate',51652,2,0,0,1,326844,65368,5,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36342,4,4,-1,'Bloodmar Gauntlets',51673,2,0,0,1,164963,32992,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36343,4,4,-1,'Bloodmar Helm',61307,2,0,0,1,246500,49300,1,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36344,4,4,-1,'Bloodmar Legplates',51674,2,0,0,1,330536,66107,7,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36345,4,4,-1,'Bloodmar Pauldrons',51951,2,0,0,1,248359,49671,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36346,4,4,-1,'Bloodmar Vambraces',51654,2,0,0,1,167444,33488,9,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,614,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36347,4,4,-1,'Jormungar Girdle',51948,2,0,0,1,172130,34426,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36348,4,4,-1,'Jormungar Sabatons',51131,2,0,0,1,257191,51438,8,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36349,4,4,-1,'Jormungar Breastplate',51660,2,0,0,1,344848,68969,5,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36350,4,4,-1,'Jormungar Gauntlets',51645,2,0,0,1,174031,34806,10,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36351,4,4,-1,'Jormungar Helmet',51207,2,0,0,1,260022,52004,1,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36352,4,4,-1,'Jormungar Legplates',51663,2,0,0,1,348629,69725,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36353,4,4,-1,'Jormungar Pauldrons',51949,2,0,0,1,261926,52385,3,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36354,4,4,-1,'Jormungar Bracers',51659,2,0,0,1,176573,35314,9,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36355,4,4,-1,'Frostpaw Belt',51953,2,0,0,1,181393,36278,6,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36356,4,4,-1,'Frostpaw Greaves',52046,2,0,0,1,271003,54200,8,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36357,4,4,-1,'Frostpaw Armor',52048,2,0,0,1,337394,67478,5,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36358,4,4,-1,'Frostpaw Gauntlets',51954,2,0,0,1,170316,34063,10,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36359,4,4,-1,'Frostpaw Helmet',51891,2,0,0,1,254513,50902,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36360,4,4,-1,'Frostpaw Legguards',51955,2,0,0,1,341300,68260,7,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36361,4,4,-1,'Frostpaw Epaulets',51892,2,0,0,1,256436,51287,3,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36362,4,4,-1,'Frostpaw Vambraces',51897,2,0,0,1,172917,34583,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36363,4,4,-1,'Magnataur Girdle',52043,2,0,0,1,177572,35514,6,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36364,4,4,-1,'Magnataur Sabatons',52045,2,0,0,1,265337,53067,8,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36365,4,4,-1,'Magnataur Breastplate',52049,2,0,0,1,355755,71151,5,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1509,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36366,4,4,-1,'Magnataur Gauntlets',52042,2,0,0,1,179563,35912,10,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36367,4,4,-1,'Magnataur Helm',50905,2,0,0,1,268302,53660,1,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1226,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36368,4,4,-1,'Magnataur Legplates',52044,2,0,0,1,359751,71950,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36369,4,4,-1,'Magnataur Pauldrons',49725,2,0,0,1,270269,54053,3,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36370,4,4,-1,'Magnataur Bracers',52039,2,0,0,1,182224,36444,9,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36371,4,4,-1,'Kraken Girdle',52051,2,0,0,1,187015,37403,6,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36372,4,4,-1,'Kraken Greaves',52052,2,0,0,1,279389,55877,8,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36373,4,4,-1,'Kraken Breastplate',51633,2,0,0,1,384347,76869,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36374,4,4,-1,'Kraken Gauntlets',52050,2,0,0,1,193956,38791,10,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36375,4,4,-1,'Kraken Helm',51641,2,0,0,1,262166,52433,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36376,4,4,-1,'Kraken Legplates',51640,2,0,0,1,351548,70309,7,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36377,4,4,-1,'Kraken Epaulets',49512,2,0,0,1,264178,52835,3,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36378,4,4,-1,'Kraken Vambraces',51636,2,0,0,1,178148,35629,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36379,4,4,-1,'Golem Girdle',52055,2,0,0,1,182773,36554,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36380,4,4,-1,'Golem Sabatons',52057,2,0,0,1,273096,54619,8,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36381,4,4,-1,'Golem Breastplate',52053,2,0,0,1,366216,73243,5,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36382,4,4,-1,'Golem Gauntlets',52054,2,0,0,1,184854,36970,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36383,4,4,-1,'Golem Helmet',51904,2,0,0,1,276222,55244,1,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36384,4,4,-1,'Golem Legplates',52056,2,0,0,1,370354,74070,7,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36385,4,4,-1,'Golem Pauldrons',51297,2,0,0,1,278278,55655,3,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36386,4,4,-1,'Golem Vambraces',52058,2,0,0,1,187635,37527,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36387,4,4,-1,'Revenant Belt',52063,2,0,0,1,192376,38475,6,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36388,4,4,-1,'Revenant Greaves',52045,2,0,0,1,287442,57488,8,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36389,4,4,-1,'Revenant Armor',52049,2,0,0,1,395594,79118,5,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1615,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36390,4,4,-1,'Revenant Gauntlets',52042,2,0,0,1,199642,39928,10,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36391,4,4,-1,'Revenant Helmet',50905,2,0,0,1,298231,59646,1,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1312,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36392,4,4,-1,'Revenant Legguards',52044,2,0,0,1,399822,79964,7,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36393,4,4,-1,'Revenant Epaulets',49725,2,0,0,1,300360,60072,3,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36394,4,4,-1,'Revenant Bracers',52064,2,0,0,1,202483,40496,9,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36395,4,4,-1,'Necropolis Girdle',51771,2,0,0,1,187713,37542,6,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,928,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36396,4,4,-1,'Necropolis Sabatons',51775,2,0,0,1,280523,56104,8,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36397,4,4,-1,'Necropolis Breastplate',51769,2,0,0,1,376197,75239,5,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1651,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36398,4,4,-1,'Necropolis Gloves',51772,2,0,0,1,189903,37980,10,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36399,4,4,-1,'Necropolis Helm',51773,2,0,0,1,283754,56750,1,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1341,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36400,4,4,-1,'Necropolis Legplates',51774,2,0,0,1,380513,76102,7,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36401,4,4,-1,'Necropolis Epaulets',51770,2,0,0,1,285928,57185,3,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36402,4,4,-1,'Necropolis Vambraces',51776,2,0,0,1,192804,38560,9,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,241,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36403,4,1,-1,'Riding Cloak',50050,2,0,0,1,120618,24123,16,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36404,4,1,-1,'Suede Cloak',50051,2,0,0,1,124494,24898,16,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36405,4,1,-1,'Double Cape',50052,2,0,0,1,131840,26368,16,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36406,4,1,-1,'Wayfarer\'s Cloak',50053,2,0,0,1,135847,27169,16,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36407,4,1,-1,'Lace-Trimmed Cloak',50054,2,0,0,1,139892,27978,16,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36408,4,1,-1,'Reversible Wool Cape',50055,2,0,0,1,143963,28792,16,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36409,4,1,-1,'Crushed Velvet Cloak',15076,2,0,0,1,148060,29612,16,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36410,4,1,-1,'Caribou Skin Cloak',50057,2,0,0,1,152167,30433,16,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36411,4,1,-1,'Brawler\'s Cape',50058,2,0,0,1,156315,31263,16,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36412,4,1,-1,'Fleece Cloak',23091,2,0,0,1,160489,32097,16,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36413,4,1,-1,'Dyed Taffeta Cape',15196,2,0,0,1,164688,32937,16,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36414,4,1,-1,'Mammoth Fur Cloak',50059,2,0,0,1,168897,33779,16,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36415,4,1,-1,'Vintage Satin Cloak',50061,2,0,0,1,156659,31331,16,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36416,4,1,-1,'Regal Cloak',50062,2,0,0,1,160588,32117,16,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36417,4,0,-1,'Oval Ring',4284,2,0,0,1,125915,31478,11,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36418,4,0,-1,'Floral Loop',31800,2,0,0,1,125915,31478,11,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36419,4,0,-1,'Glass Ring',24646,2,0,0,1,125915,31478,11,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36420,4,0,-1,'Gemstone Ring',9865,2,0,0,1,132650,33162,11,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36421,4,0,-1,'Devotional Band',2854,2,0,0,1,132650,33162,11,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36422,4,0,-1,'Filigree Ring',31800,2,0,0,1,136018,34004,11,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36423,4,0,-1,'Posy Ring',31616,2,0,0,1,139386,34846,11,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36424,4,0,-1,'Cameo Ring',23728,2,0,0,1,142753,35688,11,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36425,4,0,-1,'Gold Twisted Ring',9836,2,0,0,1,146121,36530,11,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36426,4,0,-1,'Stirrup Ring',31616,2,0,0,1,149489,37372,11,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36427,4,0,-1,'Engraved Ring',9834,2,0,0,1,152856,38214,11,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36428,4,0,-1,'Bouquet Ring',31800,2,0,0,1,156224,39056,11,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36429,4,0,-1,'Spur Ring',9840,2,0,0,1,159592,39898,11,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36430,4,0,-1,'Puzzle Ring',23897,2,0,0,1,162960,40740,11,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36431,4,0,-1,'Painted Wooden Beads',39000,2,0,0,1,122547,30636,2,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36432,4,0,-1,'Silver Rope Chain',9859,2,0,0,1,122547,30636,2,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36433,4,0,-1,'Snake Entwined Necklace',9857,2,0,0,1,125915,31478,2,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36434,4,0,-1,'Gold Mesh Collar',31889,2,0,0,1,129282,32320,2,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36435,4,0,-1,'Embroidered Pendant',15420,2,0,0,1,132650,33162,2,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36436,4,0,-1,'Jasper Bead Necklace',9658,2,0,0,1,136018,34004,2,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36437,4,0,-1,'Figaro Chain',6539,2,0,0,1,139386,34846,2,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36438,4,0,-1,'Shark-Toothed Necklace',9860,2,0,0,1,142753,35688,2,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36439,4,0,-1,'Serpentine Chain',9859,2,0,0,1,146121,36530,2,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36440,4,0,-1,'Gold Clasped Chain',9854,2,0,0,1,149489,37372,2,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36441,4,0,-1,'Pearl Woven Choker',9858,2,0,0,1,156224,39056,2,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36442,4,0,-1,'Silken Cord Amulet',31603,2,0,0,1,156224,39056,2,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36443,4,0,-1,'Platinum Medallion',12567,2,0,0,1,159592,39898,2,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36444,4,0,-1,'Ice Encrusted Amulet',9852,2,0,0,1,162960,40740,2,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (36445,4,6,-1,'Riveted Shield',52185,2,0,0,1,266135,53227,14,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,96,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36446,4,6,-1,'Forged-Iron Shield',52187,2,0,0,1,274654,54930,14,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3929,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,100,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36447,4,6,-1,'Kaskala Buckler',52183,2,0,0,1,283228,56645,14,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36448,4,6,-1,'Spiked Targe',52188,2,0,0,1,291828,58365,14,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4358,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,133,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36449,4,6,-1,'Vrykul Shield',52191,2,0,0,1,300510,60102,14,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4476,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,138,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36450,4,6,-1,'Strapped Heater Shield',52190,2,0,0,1,309248,61849,14,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4596,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,144,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36451,4,6,-1,'Kamagua Shield',52182,2,0,0,1,318010,63602,14,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,150,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36452,4,6,-1,'Spoke Shield',52189,2,0,0,1,326856,65371,14,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,154,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36453,4,6,-1,'Embossed Brazen Shield',52186,2,0,0,1,312078,62415,14,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,160,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36454,4,6,-1,'Domed Buckler',52176,2,0,8192,1,320489,64097,14,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36455,4,6,-1,'Plated Bulwark',52184,2,0,0,1,328920,65784,14,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5190,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,170,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36456,4,6,-1,'Icy Kite Shield',52180,2,0,0,1,337440,67488,14,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,176,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36457,4,6,-1,'Ivory Shield',52181,2,0,0,1,346014,69202,14,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,182,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36458,4,6,-1,'Frozen Shield',52179,2,0,0,1,354643,70928,14,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5546,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,82,185,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36459,4,0,-1,'Icy Orb',50236,2,0,0,1,119179,29794,23,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36460,4,0,-1,'Northern Star',24061,2,0,0,1,122547,30636,23,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36461,4,0,-1,'Demon-Skull Orb',50245,2,0,0,1,125915,31478,23,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36462,4,0,-1,'Coldarra Crystal',50238,2,0,0,1,129282,32320,23,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36463,4,0,-1,'Polished Orb',50239,2,0,0,1,132650,33162,23,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36464,4,0,-1,'Darkened Scepter',50313,2,0,0,1,136018,34004,23,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36465,4,0,-1,'Evergreen Branch',50241,2,0,0,1,139386,34846,23,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36466,4,0,-1,'Facetted Orb',27756,2,0,0,1,142753,35688,23,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36467,4,0,-1,'Reflecting Sphere',21605,2,0,0,1,146121,36530,23,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36468,4,0,-1,'Glistening Star',22923,2,0,0,1,149489,37372,23,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36469,4,0,-1,'Lidless Orb',31120,2,0,0,1,152856,38214,23,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36470,4,0,-1,'Gilded Scepter',50313,2,0,0,1,156224,39056,23,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36471,4,0,-1,'Ice Crystal',28337,2,0,0,1,159592,39898,23,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36472,4,0,-1,'Carved Rod',50243,2,0,0,1,162960,40740,23,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36473,2,15,-1,'Pioneer\'s Dagger',50118,2,0,0,1,397673,79534,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,181,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36474,2,15,-1,'Engraved Dagger',50119,2,0,0,1,410428,82085,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,184,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36475,2,15,-1,'Seal Shortblade',50124,2,0,0,1,423310,84662,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36476,2,15,-1,'Whale Ripper',50121,2,0,0,1,436278,87255,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36477,2,15,-1,'Twin-Edged Stiletto',50119,2,0,8192,1,449331,89866,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36478,2,15,-1,'Frosty Talon',49206,2,0,0,1,462423,92484,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,199,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36479,2,15,-1,'Snobold Ripper',50122,2,0,0,1,475647,95129,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36480,2,15,-1,'Ebony Dagger',50119,2,0,0,1,488957,97791,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36481,2,15,-1,'Trapper Knife',50118,2,0,0,1,502352,100470,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,211,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36482,2,15,-1,'Parrying Dagger',50123,2,0,0,1,515781,103156,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,216,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36483,2,15,-1,'Mandible Edge',50121,2,0,0,1,529347,105869,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,221,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36484,2,15,-1,'Etched Dagger',50125,2,0,0,1,542998,108599,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36485,2,15,-1,'Sinuous Keris',49206,2,0,0,1,556680,111336,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,231,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36486,2,15,-1,'Ornate Pugio',50126,2,0,0,1,585358,117071,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,236,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,86,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36487,2,4,-1,'Stone-Headed Gavel',50197,2,0,0,1,429613,85922,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36488,2,4,-1,'Conifer Club',50198,2,0,0,1,401111,80222,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36489,2,4,-1,'Iron Flanged Scepter',50199,2,0,0,1,413693,82738,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36490,2,4,-1,'Tuskarr Cudgel',49201,2,0,0,1,426404,85280,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36491,2,4,-1,'Serrated Maul',50200,2,0,8192,1,439200,87840,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36492,2,4,-1,'Peaked Club',50201,2,0,0,1,452082,90416,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36493,2,4,-1,'Furbolg Truncheon',50202,2,0,0,1,465002,93000,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36494,2,4,-1,'Barbed Star',50203,2,0,0,1,478054,95610,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36495,2,4,-1,'Ferrous Hammer',50204,2,0,0,1,491192,98238,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36496,2,4,-1,'Brass-Bound Cudgel',50202,2,0,0,1,504415,100883,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36497,2,4,-1,'Adamant Mallet',50206,2,0,0,1,517672,103534,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36498,2,4,-1,'Nerubian Mace',50205,2,0,0,1,531066,106213,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36499,2,4,-1,'Frigid War-Mace',50201,2,0,0,1,544546,108909,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36500,2,4,-1,'Gargoyle\'s Mace',50210,2,0,0,1,558055,111611,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,87,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36501,2,5,-1,'Granite Maul',50320,2,0,0,1,512057,102411,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36502,2,5,-1,'Ungainly Mace',50247,2,0,0,1,542442,108488,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36503,2,5,-1,'Toothless Bludgeon',49203,2,0,0,1,559353,111870,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36504,2,5,-1,'Cleft-Edged Hammer',50316,2,0,0,1,576315,115263,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36505,2,5,-1,'Frosted Steel Mallet',50319,2,0,8192,1,593438,118687,17,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36506,2,5,-1,'Vaulted Mace',50325,2,0,0,1,610669,122133,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36507,2,5,-1,'Iron-Molded Fist',50320,2,0,0,1,628006,125601,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36508,2,5,-1,'Cumbersome Sledgehammer',50252,2,0,0,1,583939,116787,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36509,2,5,-1,'Femur-Shafted Mace',50253,2,0,0,1,600040,120008,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36510,2,5,-1,'Lumbering Bludgeon',50254,2,0,0,1,616248,123249,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36511,2,5,-1,'Arctic War Hammer',50315,2,0,0,1,632563,126512,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36512,2,5,-1,'Onerous Mallet',50254,2,0,0,1,648918,129783,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36513,2,5,-1,'Lode-Headed Hammer',50322,2,0,0,1,665446,133089,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36514,2,5,-1,'Kingly Battlehammer',50321,2,0,0,1,682082,136416,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,1,0,88,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36515,2,7,-1,'Raider\'s Cutlass',50260,2,0,0,1,400543,80108,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36516,2,7,-1,'Tribal Blade',50261,2,0,0,1,413422,82684,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36517,2,7,-1,'Iron-Grip Shortsword',50262,2,0,0,1,426386,85277,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36518,2,7,-1,'Tundra\'s Edge',50267,2,0,0,1,451222,90244,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36519,2,7,-1,'Moonlit Katana',50264,2,0,8192,1,464619,92923,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36520,2,7,-1,'Chopping Wideblade',49199,2,0,0,1,478146,95629,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36521,2,7,-1,'Shimmering Sabre',50265,2,0,0,1,491759,98351,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36522,2,7,-1,'Scored Blade',50266,2,0,0,1,505458,101091,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36523,2,7,-1,'Trollish Slicer',50268,2,0,0,1,519192,103838,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36524,2,7,-1,'Primitive Scimitar',50269,2,0,0,1,533061,106612,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36525,2,7,-1,'Craggy Machete',50265,2,0,0,1,547016,109403,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36526,2,7,-1,'Sleeted Longsword',50270,2,0,0,1,561056,112211,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36527,2,7,-1,'Blackened Blade',50263,2,0,0,1,575128,115025,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36528,2,7,-1,'Skeleton\'s Sword',50271,2,0,0,1,533219,106643,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,89,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36529,2,8,-1,'Unearthed Broadsword',49223,2,0,0,1,489353,97870,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36530,2,8,-1,'Whetted Ironblade',50334,2,0,0,1,505131,101026,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36531,2,8,-1,'Sawtooth Greatsword',50327,2,0,0,1,520961,104192,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36532,2,8,-1,'Shark Fin Blade',50331,2,0,0,1,536952,107390,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36533,2,8,-1,'Adorned Broadsword',50326,2,0,8192,1,553050,110610,17,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36534,2,8,-1,'Tempered-Steel Blade',50332,2,0,0,1,584698,116939,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36535,2,8,-1,'Dragon\'s Rib Sword',50328,2,0,0,1,601392,120278,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36536,2,8,-1,'Inlaid Greatsword',50329,2,0,0,1,618194,123638,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36537,2,8,-1,'Fur-Grip Broadsword',50326,2,0,0,1,635103,127020,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36538,2,8,-1,'Trollish Destroyer',50333,2,0,0,1,652055,130411,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36539,2,8,-1,'Chilled Warblade',50327,2,0,0,1,669177,133835,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36540,2,8,-1,'Petrified Sword',50330,2,0,0,1,686406,137281,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36541,2,8,-1,'Wintry Claymore',50332,2,0,0,1,703742,140748,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36542,2,8,-1,'Invasion Blade',50326,2,0,0,1,721116,144223,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,90,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36543,2,10,-1,'Survival Stick',50134,2,0,0,1,529278,105855,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36544,2,10,-1,'Journeyed Staff',50135,2,0,0,1,546184,109236,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36545,2,10,-1,'Branched Stick',50136,2,0,0,1,563197,112639,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36546,2,10,-1,'Unusual Staff',50137,2,0,0,1,580262,116052,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36547,2,10,-1,'Jester\'s Stick',50138,2,0,0,1,597488,119497,17,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,481,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',30,0,0,0,0,12340), (36548,2,10,-1,'Promised Staff',50139,2,0,0,1,556270,111254,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36549,2,10,-1,'Pulsing Quarterstaff',50346,2,0,0,1,572201,114440,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36550,2,10,-1,'Refulgent Staff',50344,2,0,0,1,604566,120913,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36551,2,10,-1,'Ritual Greatstaff',50143,2,0,0,1,621153,124230,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36552,2,10,-1,'Spiked Greatstaff',50347,2,0,0,1,637848,127569,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36553,2,10,-1,'Desecrated Staff',50345,2,0,0,1,654584,130916,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36554,2,10,-1,'Cursed Staff',50146,2,0,0,1,671492,134298,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36555,2,10,-1,'Minion Staff',50147,2,0,0,1,688506,137701,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36556,2,10,-1,'Apocalyptic Staff',50343,2,0,0,1,705628,141125,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,91,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36557,2,13,-1,'Meat Ripper',31314,2,0,0,1,414320,82864,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36558,2,13,-1,'Curved Scratcher',50370,2,0,0,1,427588,85517,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36559,2,13,-1,'Prized Handscythes',50371,2,0,0,1,440941,88188,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36560,2,13,-1,'Fighter\'s Grip',50370,2,0,0,1,454380,90876,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36561,2,13,-1,'Mummified Paw',50370,2,0,8192,1,467859,93571,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36562,2,13,-1,'Blue-Nailed Claws',50371,2,0,0,1,481469,96293,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36563,2,13,-1,'Gloved Talons',50371,2,0,0,1,495164,99032,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36564,2,13,-1,'Spider Claw',31314,2,0,0,1,508896,101779,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36565,2,13,-1,'Hero\'s Knuckles',31314,2,0,0,1,522761,104552,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36566,2,13,-1,'Gilded Fangs',50370,2,0,0,1,498861,99772,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36567,2,13,-1,'Six-Fingered Claws',50370,2,0,0,1,512045,102409,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36568,2,13,-1,'Hollowed Bone Knuckles',50371,2,0,0,1,525261,105052,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36569,2,13,-1,'Savage Talons',31314,2,0,0,1,538616,107723,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36570,2,13,-1,'Corrupted Scythes',31314,2,0,0,1,552056,110411,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,93,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36571,2,0,-1,'Splicing Axe',50063,2,0,0,1,405259,81051,13,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36572,2,0,-1,'Dinged Cleaver',50064,2,0,0,1,418228,83645,13,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36573,2,0,-1,'Primeval Adze',50073,2,0,0,1,431324,86264,13,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36574,2,0,-1,'Bone Cleaver',50067,2,0,0,1,444506,88901,13,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,292,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36575,2,0,-1,'Dragonflayer Hatchet',50068,2,0,8192,1,457774,91554,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36576,2,0,-1,'Beaked Axe',50070,2,0,0,1,471080,94216,13,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36577,2,0,-1,'Disk Axe',50074,2,0,0,1,484518,96903,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36578,2,0,-1,'Troll Chopper',50072,2,0,0,1,498042,99608,13,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36579,2,0,-1,'Boreal Woodchopper',50065,2,0,0,1,511601,102320,13,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,323,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36580,2,0,-1,'Dire Axe',50075,2,0,0,1,525295,105059,13,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36581,2,0,-1,'Wolvar Handaxe',50071,2,0,0,1,539075,107815,13,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36582,2,0,-1,'Ice Pick',50069,2,0,0,1,513384,102676,13,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36583,2,0,-1,'Skeletal Hacker',50076,2,0,0,1,526427,105285,13,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36584,2,0,-1,'Snowy Edge',50066,2,0,0,1,539610,107922,13,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,92,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36585,2,1,-1,'Finned Battleaxe',50337,2,0,0,1,495195,99039,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36586,2,1,-1,'Wreaking Battleaxe',50342,2,0,0,1,511138,102227,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36587,2,1,-1,'Taunka Axe',50340,2,0,0,1,527134,105426,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36588,2,1,-1,'Burning Battleaxe',50336,2,0,0,1,543290,108658,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36589,2,1,-1,'Segmenting Broadaxe',49227,2,0,0,1,559553,111910,17,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,481,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',30,0,0,0,0,12340), (36590,2,1,-1,'Bone Plate Axe',50335,2,0,0,1,575924,115184,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36591,2,1,-1,'Winged Axe',50341,2,0,0,1,592341,118468,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36592,2,1,-1,'Deforester Axe',50337,2,0,0,1,608924,121784,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36593,2,1,-1,'Troll Decollator',50336,2,0,0,1,625615,125123,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36594,2,1,-1,'Fracturing Battleaxe',50338,2,0,0,1,642412,128482,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36595,2,1,-1,'Planate Broadaxe',50339,2,0,0,1,659251,131850,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36596,2,1,-1,'Rupturing Axe',50340,2,0,0,1,676262,135252,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36597,2,1,-1,'Ice-Splintering Axe',50335,2,0,0,1,693379,138675,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36598,2,1,-1,'Scarlet Battle Axe',50336,2,0,0,1,729105,145821,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,92,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36599,2,6,-1,'Ocean Trident',50353,2,0,0,1,535121,107024,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36600,2,6,-1,'Village Scythe',50358,2,0,0,1,552192,110438,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36601,2,6,-1,'Patient Harpoon',50354,2,0,0,1,515168,103033,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36602,2,6,-1,'Rust-Covered Polearm',50357,2,0,0,1,530948,106189,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36603,2,6,-1,'Archaic Longspear',50349,2,0,8192,1,546889,109377,17,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36604,2,6,-1,'Grizzly Glaive',50352,2,0,0,1,562938,112587,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36605,2,6,-1,'Wind Scythe',50359,2,0,0,1,579094,115818,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36606,2,6,-1,'Rugged Polearm',50356,2,0,0,1,595296,119059,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36607,2,6,-1,'Dwarven Halberd',50351,2,0,0,1,611665,122333,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36608,2,6,-1,'Piercing Glaive',50355,2,0,0,1,628141,125628,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36609,2,6,-1,'Abandoned Spear',50348,2,0,0,1,644724,128944,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36610,2,6,-1,'Plagued Pike',50354,2,0,0,1,661347,132269,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36611,2,6,-1,'Bleak Scythe',50350,2,0,0,1,678143,135628,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36612,2,6,-1,'Scourge War Spear',50357,2,0,0,1,695046,139009,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,94,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36613,2,2,-1,'Honorable Longbow',50149,2,0,0,1,306096,61219,15,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36614,2,2,-1,'Yew Bow',50150,2,0,0,1,324295,64859,15,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,264,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36615,2,2,-1,'Expert\'s Longbow',50158,2,0,0,1,334409,66881,15,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36616,2,2,-1,'Dutiful Longbow',50149,2,0,0,1,344588,68917,15,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36617,2,2,-1,'Yielding Bow',50150,2,0,8192,1,354796,70959,15,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36618,2,2,-1,'Twisted Longbow',49222,2,0,0,1,365102,73020,15,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36619,2,2,-1,'Astral Light Bow',50153,2,0,0,1,375473,75094,15,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,291,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36620,2,2,-1,'Tracking Bow',50159,2,0,0,1,385908,77181,15,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,297,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36621,2,2,-1,'Advanced Flatbow',50154,2,0,0,1,358629,71725,15,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36622,2,2,-1,'Acute Shortbow',50157,2,0,0,1,368321,73664,15,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,310,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36623,2,2,-1,'Harnessed Longbow',50156,2,0,0,1,378078,75615,15,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36624,2,2,-1,'Shrieking Bow',50155,2,0,0,1,387900,77580,15,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36625,2,2,-1,'Massive Recurved Bow',50152,2,0,0,1,397744,79548,15,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,331,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36626,2,2,-1,'Military Compound Bow',50151,2,0,0,1,407693,81538,15,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36627,2,18,-1,'Composite Crossbow',50160,2,0,0,1,299300,59860,26,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36628,2,18,-1,'Under-Arm Crossbow',50161,2,0,0,1,308896,61779,26,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,264,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36629,2,18,-1,'Ferocious Crossbow',49202,2,0,0,1,318587,63717,26,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36630,2,18,-1,'Sinewed Crossbow',50162,2,0,0,1,337182,67436,26,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36631,2,18,-1,'Horned Crossbow',50163,2,0,8192,1,347232,69446,26,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36632,2,18,-1,'Slingshot Crossbow',50164,2,0,0,1,357311,71462,26,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36633,2,18,-1,'Palisade Crossbow',50165,2,0,0,1,367489,73497,26,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,291,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36634,2,18,-1,'Pain Repeater',50166,2,0,0,1,377731,75546,26,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,297,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36635,2,18,-1,'Marvelous Crossbow',50166,2,0,0,1,388037,77607,26,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36636,2,18,-1,'Arbalest Crossbow',50168,2,0,0,1,398369,79673,26,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,310,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36637,2,18,-1,'Horrific Crossbow',50167,2,0,0,1,408803,81760,26,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36638,2,18,-1,'Bloody Crossbow',50162,2,0,0,1,419301,83860,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36639,2,18,-1,'Brutal Ballista',50164,2,0,0,1,429863,85972,26,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,331,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36640,2,18,-1,'Scourge Crossbow',50167,2,0,0,1,440448,88089,26,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36641,2,3,-1,'Bound Musket',18405,2,0,0,1,292474,58494,26,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,259,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36642,2,3,-1,'Flintlock Gun',18405,2,0,0,1,301908,60381,26,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,264,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36643,2,3,-1,'Tracker\'s Musket',18405,2,0,0,1,311407,62281,26,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36644,2,3,-1,'Inelegant Musket',18405,2,0,0,1,320937,64187,26,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36645,2,3,-1,'Tuskarr Boomstick',18405,2,0,8192,1,330564,66112,26,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36646,2,3,-1,'Haggard Gun',18405,2,0,0,1,349555,69911,26,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36647,2,3,-1,'Noisy Blaster',18405,2,0,0,1,359505,71901,26,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,291,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36648,2,3,-1,'Trapper\'s Rifle',18405,2,0,0,1,369553,73910,26,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,297,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36649,2,3,-1,'Tundra Rifle',18405,2,0,0,1,379667,75933,26,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,303,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36650,2,3,-1,'Mammoth Gun',18405,2,0,0,1,389844,77968,26,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,310,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36651,2,3,-1,'Muzzled Musket',18405,2,0,0,1,400047,80009,26,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36652,2,3,-1,'Stocky Shotgun',18405,2,0,0,1,410352,82070,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36653,2,3,-1,'Precipice Longrifle',18405,2,0,0,1,420722,84144,26,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,331,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36654,2,3,-1,'Harsh-Winter Rifle',18405,2,0,0,1,431156,86231,26,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,339,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,95,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36655,2,19,-1,'Pearled Wand',50366,2,0,0,1,316429,63285,26,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36656,2,19,-1,'Darkened Wand',50362,2,0,0,1,326540,65308,26,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,338,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36657,2,19,-1,'Vicious Wand',19902,2,0,0,1,336716,67343,26,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,344,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36658,2,19,-1,'Extinguished Spark',50364,2,0,0,1,346956,69391,26,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,351,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36659,2,19,-1,'Shivery Wand',50361,2,0,8192,1,357226,71445,26,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36660,2,19,-1,'Melted Wand',9062,2,0,0,1,367594,73518,26,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36661,2,19,-1,'Enigmatic Wand',50363,2,0,0,1,342026,68405,26,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,373,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36662,2,19,-1,'Voodoo Wand',50368,2,0,0,1,361376,72275,26,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,380,5,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36663,2,19,-1,'Ancient Wand',50360,2,0,0,1,371297,74259,26,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,388,2,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36664,2,19,-1,'Chilled Wand',50361,2,0,0,1,381281,76256,26,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,397,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36665,2,19,-1,'Wasteland Wand',50369,2,0,0,1,391330,78266,26,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,405,3,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36666,2,19,-1,'Polar Wand',25076,2,0,0,1,401403,80280,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,414,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36667,2,19,-1,'Solid Ice Wand',50367,2,0,0,1,411580,82316,26,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,424,4,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36668,2,19,-1,'Mindless Wand',50365,2,0,0,1,421821,84364,26,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,433,6,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,96,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36669,2,15,-1,'Eccentric Dagger',50127,2,0,0,1,412844,82568,21,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,1,45,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,122,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-34.5,0,0,0,'',34,0,0,0,0,12340), (36670,2,15,-1,'Gypsy Blade',50125,2,0,0,1,426028,85205,21,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,1,45,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,124,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.2,0,0,0,'',34,0,0,0,0,12340), (36671,2,15,-1,'Ominous Dagger',50128,2,0,0,1,439338,87867,21,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,1,45,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (36672,2,15,-1,'Strange Dagger',50121,2,0,0,1,452734,90546,21,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,1,45,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,129,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-36.5,0,0,0,'',34,0,0,0,0,12340), (36673,2,15,-1,'Wise Dagger',50129,2,0,8704,1,466216,93243,21,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,45,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36674,2,15,-1,'Old Tooth',50122,2,0,0,1,479737,95947,21,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,1,45,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-38,0,0,0,'',34,0,0,0,0,12340), (36675,2,15,-1,'Sockeye Dagger',50118,2,0,0,1,493390,98678,21,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,1,45,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340), (36676,2,15,-1,'Water Blade',49207,2,0,0,1,507128,101425,21,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,1,45,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,140,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340), (36677,2,15,-1,'Levitating Dagger',50128,2,0,0,1,520901,104180,21,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,1,45,217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,142,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-40.4,0,0,0,'',35,0,0,0,0,12340), (36678,2,15,-1,'Runed Talon',49206,2,0,0,1,496958,99391,21,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,1,45,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,146,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-41.3,0,0,0,'',35,0,0,0,0,12340), (36679,2,15,-1,'Singing Dagger',50130,2,0,0,1,510099,102019,21,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,1,45,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,149,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-42.2,0,0,0,'',35,0,0,0,0,12340), (36680,2,15,-1,'Mystic Fang',50121,2,0,0,1,523327,104665,21,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,1,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,153,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.1,0,0,0,'',35,0,0,0,0,12340), (36681,2,15,-1,'Wisdom Carver',50129,2,0,0,1,536585,107317,21,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,1,45,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,156,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-44.1,0,0,0,'',35,0,0,0,0,12340), (36682,2,15,-1,'Seduced Blade',50131,2,0,0,1,549982,109996,21,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,1,45,262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,84,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-45.1,0,0,0,'',35,0,0,0,0,12340), (36683,2,4,-1,'Enshrined Mace',50209,2,0,0,1,403741,80748,21,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,1,45,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,122,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-34.5,0,0,0,'',34,0,0,0,0,12340), (36684,2,4,-1,'Ambrosial Hammer',50203,2,0,0,1,416710,83342,21,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,1,45,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,124,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.2,0,0,0,'',34,0,0,0,0,12340), (36685,2,4,-1,'Placid Lightmace',50208,2,0,0,1,429721,85944,21,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,1,45,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,126,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (36686,2,4,-1,'Harmonious Scepter',50199,2,0,0,1,442860,88572,21,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,1,45,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,129,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-36.5,0,0,0,'',34,0,0,0,0,12340), (36687,2,4,-1,'Illuminated Scepter',50208,2,0,8704,1,456085,91217,21,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,45,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36688,2,4,-1,'Sacrosanct Mace',50205,2,0,0,1,469396,93879,21,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,1,45,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-38,0,0,0,'',34,0,0,0,0,12340), (36689,2,4,-1,'Refreshing Hammer',50198,2,0,0,1,482744,96548,21,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,1,45,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340), (36690,2,4,-1,'Unearthly Scepter',50205,2,0,0,1,496225,99245,21,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,1,45,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,140,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340), (36691,2,4,-1,'Dignified Hammer',49233,2,0,0,1,509792,101958,21,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,1,45,217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,142,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-40.4,0,0,0,'',35,0,0,0,0,12340), (36692,2,4,-1,'Remedial Mace',50199,2,0,0,1,523393,104678,21,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,1,45,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,146,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-41.3,0,0,0,'',35,0,0,0,0,12340), (36693,2,4,-1,'Serene Hammer',50205,2,0,0,1,537129,107425,21,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,1,45,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,149,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-42.2,0,0,0,'',35,0,0,0,0,12340), (36694,2,4,-1,'Beatific Mace',50197,2,0,0,1,511395,102279,21,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,1,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,153,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.1,0,0,0,'',35,0,0,0,0,12340), (36695,2,4,-1,'Dogmatic Scepter',50209,2,0,0,1,524451,104890,21,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,1,45,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,156,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-44.1,0,0,0,'',35,0,0,0,0,12340), (36696,2,4,-1,'Graced Scepter',50208,2,0,0,1,537536,107507,21,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,1,45,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,159,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,84,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-45.1,0,0,0,'',35,0,0,0,0,12340), (36697,2,10,-1,'Aquatic Greatstaff',50139,2,0,0,1,493299,98659,17,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,446,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36698,2,10,-1,'Conifer Cone Staff',53556,2,0,0,1,509189,101837,17,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36699,2,10,-1,'Iceberg Staff',50148,2,0,0,1,525185,105037,17,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36700,2,10,-1,'Peat Greatstaff',50147,2,0,0,1,541233,108246,17,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,472,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36701,2,10,-1,'Pine Needle Staff',50346,2,0,8192,1,557443,111488,17,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36702,2,10,-1,'Melting Icestaff',50139,2,0,0,1,573759,114751,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36703,2,10,-1,'Tusked Greatstaff',50136,2,0,0,1,590183,118036,17,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36704,2,10,-1,'Hive Comb Staff',50138,2,0,0,1,606653,121330,17,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,511,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36705,2,10,-1,'Geyser Staff',50135,2,0,0,1,623290,124658,17,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,522,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36706,2,10,-1,'Tenacious Vine Staff',50137,2,0,0,1,640034,128006,17,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,533,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36707,2,10,-1,'Cascading Water Staff',50134,2,0,0,1,656885,131377,17,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,363,545,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36708,2,10,-1,'Snow Blossom Staff',50138,2,0,0,1,673776,134755,17,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36709,2,10,-1,'Crystal Woodstaff',50343,2,0,0,1,690840,138168,17,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,570,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36710,2,10,-1,'Avalanche Staff',50344,2,0,0,1,708011,141602,17,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,85,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36711,2,16,-1,'Forsaken Edge',16752,2,0,0,1,107236,26809,25,-1,-1,130,67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,235,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36712,2,16,-1,'Howling Throwing Knives',16752,2,0,0,1,110712,27678,25,-1,-1,134,68,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36713,2,16,-1,'Reaching Star',40002,2,0,0,1,114184,28546,25,-1,-1,138,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,244,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36714,2,16,-1,'Tuskarr\'s Piercers',16752,2,0,0,1,117660,29415,25,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,248,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36715,2,16,-1,'Runed Shuriken',40002,2,0,8192,1,121136,30284,25,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36716,2,16,-1,'Threatening Darts',16752,2,0,0,1,124616,31154,25,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,258,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36717,2,16,-1,'Venture Co. Throwing Axe',20782,2,0,0,1,128092,32023,25,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,264,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36718,2,16,-1,'Nexus Shrike',40002,2,0,0,1,131564,32891,25,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36719,2,16,-1,'Hunter\'s Scout',16752,2,0,0,1,135040,33760,25,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,275,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36720,2,16,-1,'Flying Knives',16752,2,0,0,1,138516,34629,25,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,281,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36721,2,16,-1,'Dragon\'s Teeth',16752,2,0,0,1,141992,35498,25,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36722,2,16,-1,'Pyramid Throwing Star',40002,2,0,0,1,145472,36368,25,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,293,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36723,2,16,-1,'Clawed Shuriken',39991,2,0,0,1,148944,37236,25,-1,-1,178,79,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,300,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36724,2,16,-1,'Frozen Throwing Blades',16752,2,0,0,1,152420,38105,25,-1,-1,182,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,307,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (36725,12,0,0,'Black Blood of Yogg-Saron Sample',36189,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36726,12,0,0,'Ironbender\'s Mining Pick',49234,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47291,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36727,12,0,0,'Composite Ore',18704,1,16842752,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36728,12,0,0,'Ice Shard Cluster',50442,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36729,12,0,0,'Thin Animal Hide',38748,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36730,12,0,0,'Splintered Bone Chunk',22304,1,16842752,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36731,12,0,0,'Seared Jormungar Meat',39117,1,16842752,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36732,12,0,0,'Potent Explosive Charges',49803,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47305,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36733,12,0,0,'Coldwind Lumber',929,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36734,12,0,0,'Xink\'s Shredder Control Device',44269,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47919,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36735,12,0,0,'Kilix\'s Battle Plan',30953,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36736,12,0,0,'Scourge Armament',49244,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36737,2,0,-1,'Brutal Gladiator\'s Hatchet',49152,4,36864,0,1,0,0,22,260612,2147483647,154,70,0,0,0,0,0,0,0,0,1,0,4,7,31,32,20,35,14,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,365,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15809,1,0,0,-1,0,-1,47041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36738,12,0,0,'Warsong Battle Standard',7111,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47304,0,0,0,0,1164,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36739,12,0,0,'Heart of the Ancients',39910,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This gem seems to be pulsating.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36740,12,0,0,'Spiritsbreath',24691,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36741,12,0,0,'Head of High Cultist Zangus',3914,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36742,12,0,-1,'Goramosh\'s Strange Device',49274,1,2048,2,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s odd-looking and definitely magical.',0,0,0,12055,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36743,12,0,0,'Desperate Mojo',6340,1,0,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Smells like fear...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36744,12,0,0,'Flesh-bound Tome',1246,1,67584,1,1,0,0,0,-1,-1,71,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Stitched together with flesh and bone.',0,0,0,12057,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36746,12,0,-1,'Goramosh\'s Strange Device',49274,1,2048,1,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s odd-looking and definitely magical.',0,0,0,12059,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36747,12,0,-1,'Surge Needle Teleporter',49274,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47097,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36748,0,0,0,'Dark Brewmaiden\'s Brew',18101,1,66562,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47371,0,0,0,-1,0,-1,47331,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,1584,0,0,0,0,0,0,0,0,0,0,0,-1,0,20,0,0,'',0,0,0,0,0,12340), (36751,12,0,-1,'Ley Line Focus Control Ring',49292,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47374,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36752,12,0,0,'Anok\'ra\'s Key Fragment',36540,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36753,12,0,0,'Tivax\'s Key Fragment',36675,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36754,12,0,0,'Sinok\'s Key Fragment',36597,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36756,12,0,-1,'Captain Malin\'s Letter',3029,1,2048,2,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dried tear drops are easily discerned amongst the hurried writing.',0,0,0,12067,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36757,12,0,0,'Drakkari Tablets',7697,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The characters on this tablet can still be made out, barely.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36758,12,0,0,'Sacred Mojo',6340,1,0,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A bit stickier than your average mojo.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36759,12,0,0,'Fragment of Anub\'et\'kan\'s Husk',49296,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36760,13,0,0,'Anub\'ar Prison Key',36595,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47412,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36764,12,0,0,'Shard of the Earth',49298,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47394,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36765,12,0,0,'Sample of Rockflesh',8560,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36766,3,0,0,'Bright Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1001,-1,0,0,2,0,'',0,0,0,0,0,12340), (36767,3,1,0,'Solid Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1002,-1,0,0,2,0,'',0,0,0,0,0,12340), (36768,12,0,0,'Vial of Corrosive Spit',15787,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36769,12,0,0,'Zort\'s Protective Elixir',17882,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The stopper appears to be stuck...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36770,0,1,0,'Zort\'s Protective Elixir',17882,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47430,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36771,0,8,0,'Sturdy Crates',10924,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47431,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'With little holes punched in them.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36772,12,0,0,'Captured Jormungar Spawn',11449,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36774,12,0,0,'Valnok\'s Flare Gun',16299,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47423,0,0,0,0,1149,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36775,12,0,0,'Zort\'s Scraper',44321,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47435,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36776,12,0,-1,'Island Shoveltusk Meat',2599,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36777,12,0,0,'Horn of Kamagua',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47455,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36779,12,0,-1,'Ley Line Focus Control Amulet',49320,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47469,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36780,12,0,-1,'Lieutenant Ta\'zinni\'s Letter',7263,1,2048,1,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The writing is rushed and barely legible.',0,0,0,12085,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36781,7,11,-1,'Darkwater Clam',16212,1,64,0,1,800,200,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57844,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36782,7,8,-1,'Succulent Clam Meat',54540,1,0,0,1,600,150,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (36783,3,7,-1,'Northsea Pearl',54311,2,0,0,1,0,5000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36784,3,7,-1,'Siren\'s Tear',54313,3,0,0,1,0,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36786,12,0,-1,'Bark of the Walkers',49330,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47530,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36787,12,0,0,'Shard of Gavrock',36190,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47542,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36788,15,0,-1,'Matted Fur',18092,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36789,15,0,-1,'Cracked Horn',7134,0,0,0,1,5400,1350,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36793,12,0,0,'Sarathstra\'s Frozen Heart',13291,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36794,15,0,-1,'Scoured Fishbones',6631,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36795,15,0,-1,'Unhinged Claw',6636,0,0,8192,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36796,12,0,0,'Gavrock\'s Runebreaker',49346,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47604,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36797,15,0,-1,'Massive Scaly Tail',20915,0,0,0,1,4743,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36798,15,0,-1,'Scraped Shell Fragment',20914,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36799,0,0,-1,'Mana Gem',1659,1,2097152,40960,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5405,0,-3,0,0,100,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,4,0,'',0,0,0,0,0,15595), (36800,12,0,0,'Rot Resistant Organ',4826,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36801,15,0,-1,'Crooked Fang',6002,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36802,15,0,-1,'Scything Talon',6666,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36803,12,0,0,'Ruby Lilac',13489,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36804,15,0,-1,'Chipped Ivory Tusk',3429,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36805,15,0,-1,'Misshapen Foot',26546,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A bit off',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36806,15,0,-1,'Perfectly Rounded Foot',26546,0,0,0,1,54000,13500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'If only you had an umbrella.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36807,12,0,0,'Sintar\'s Vaccine',48394,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36808,15,0,-1,'Bent Ivory Tusk',3429,0,0,0,1,6500,1625,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36809,15,0,-1,'Elemental Husk',36675,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36810,15,0,-1,'Primordial Infusion',37249,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36811,15,0,-1,'Stripped Sprocket',7342,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36812,15,0,-1,'Ground Gear',20818,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Nobody cares!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36813,15,0,-1,'Sprung Sprocket',7342,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36814,15,0,-1,'Overgyrated Gear',20818,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36815,12,0,-1,'Ley Line Focus Control Talisman',24778,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47634,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36816,15,0,-1,'Prismatic Stone Chip',4719,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36817,15,0,-1,'Banded Stone',4721,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36818,12,0,0,'Pack of Vaccine',34796,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47627,0,0,0,0,1149,2000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36819,12,0,0,'Fibrous Worg Meat',39723,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36820,12,0,0,'Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36821,15,0,-1,'Glimmering Stone Chip',4719,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36822,15,0,-1,'Translucent Polished Stone',4721,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36823,15,0,-1,'Silky Plumage',37653,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36824,15,0,-1,'Articulated Talon',7202,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36825,12,0,0,'Drakkari Canopic Jar',31577,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36826,12,0,0,'Drakil\'jin Mallet',49385,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36827,12,0,0,'Blood Gem',35930,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50251,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36828,12,0,0,'Filled Blood Gem',35850,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36829,15,0,-1,'Supremely Slimy Ichor',6690,0,0,0,1,0,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,11723), (36830,15,0,-1,'Gratuitously Gelatinous Goo',2637,0,0,0,1,0,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36832,12,0,-1,'Letter of Introduction to Wyrmrest Temple',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written by Archmage Modera',3073,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36833,12,0,-1,'Letter of Introduction to Wyrmrest Temple',3032,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Written by Archmage Aethas Sunreaver',3074,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36834,12,0,0,'Charged Drakil\'jin Mallet',49385,1,67648,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47701,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36835,12,0,0,'Unholy Gem',35843,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47702,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36836,12,0,0,'Filled Unholy Gem',33298,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36846,12,0,0,'Filled Frost Gem',35851,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36847,12,0,0,'Frost Gem',35852,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47722,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36848,12,0,0,'War Golem Blueprint',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36849,12,0,0,'Golem Blueprint Section 1',34751,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50342,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36850,12,0,0,'Golem Blueprint Section 2',34754,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50342,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36851,12,0,0,'Golem Blueprint Section 3',34753,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50342,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36852,12,0,0,'War Golem Part',23440,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36853,12,0,0,'Grom\'thar\'s Head',12904,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It barely fits in your pack...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36854,12,0,0,'Emblazoned Battle Horn',24188,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This looks familiar...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36855,12,0,0,'Emblazoned Battle Horn',24188,1,67584,2,1,0,0,0,-1,-1,1,72,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12146,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36856,12,0,0,'Emblazoned Battle Horn',24188,1,67584,1,1,0,0,0,-1,-1,1,72,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12147,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36857,12,0,0,'Durar\'s Power Cell',17923,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36858,12,0,0,'Kathorn\'s Power Cell',17922,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36859,12,0,0,'Snow of Eternal Slumber',49406,1,67648,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47778,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'May cause drowsiness.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36860,7,10,-1,'Eternal Fire',55236,2,1024,0,1,24000,6000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56042,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36861,12,0,0,'Translated Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36862,0,0,-1,'Worn Troll Dice',52015,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47776,0,0,0,10000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Whatever you may need, it\'s not a pair of shoes!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36863,0,0,-1,'Decahedral Dwarven Dice',52014,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47770,0,0,0,10000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36864,12,0,0,'Emblazoned Battle Horn',24188,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48328,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36865,12,0,0,'Golem Control Unit',44269,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47910,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36866,4,2,-1,'HF BLUE Leather DPS Chest',31639,3,0,8192,1,247904,49580,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,31,24,7,63,3,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36867,4,4,-1,'HF BLUE Plate DPS Chest',26871,3,0,8192,1,346083,69216,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,4,32,32,60,36,24,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36868,12,0,0,'Drakkari Spirit Particles',40304,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36870,12,0,0,'Sacred Drakkari Offering',34059,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36871,4,0,-1,'Fury of the Encroaching Storm',38671,3,64,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,1,1,0,1,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47806,0,0,0,90000,1141,15000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (36872,4,0,-1,'Mender of the Oncoming Dawn',52817,3,64,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,47807,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (36873,12,0,0,'Drakkari Spirit Dust',49584,1,66624,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48052,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36874,4,0,-1,'Horn of the Herald',24187,3,64,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,1,1,0,1,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47816,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (36875,12,0,0,'Shovelhorn Steak',25472,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36876,12,0,0,'Scorched Holy Symbol',10365,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36877,0,0,0,'Folded Letter',8927,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36878,2,10,-1,'Writhing Longstaff',50143,2,0,0,1,551230,110246,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,45,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,397,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36879,2,4,-1,'Soldier\'s Spiked Mace',50204,2,0,0,1,442587,88517,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,1,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,46748,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36880,2,15,-1,'Vicious Spellblade',51559,2,0,0,1,444190,88838,21,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,111,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,47125,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (36881,2,4,-1,'Medic\'s Morning Star',49233,2,0,0,1,445749,89149,21,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,164,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,47126,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (36882,2,2,-1,'Warsong Longbow',50158,2,0,0,1,335514,67102,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,13,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36883,2,8,-1,'Combatant Greatsword',49223,2,0,0,1,561194,112238,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,55,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (36884,4,1,-1,'Transborean Cover',51229,2,0,0,1,135154,27030,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,22,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36885,4,2,-1,'Marshwalker Chestpiece',51200,2,0,0,1,226058,45211,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,39,3,21,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36886,4,3,-1,'Westrift Leggings',51213,2,0,0,1,272232,54446,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36887,4,4,-1,'Mightstone Pauldrons',49473,2,0,0,1,221882,44376,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,16,32,39,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36888,4,2,-1,'Marshwalker Legguards',51201,2,0,0,1,212500,42500,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36889,0,8,-1,'Demonic Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,73,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47874,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (36890,0,8,-1,'Demonic Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,73,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47873,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (36891,0,8,-1,'Demonic Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,73,63,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47872,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (36892,0,8,-1,'Fel Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,79,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47875,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (36893,0,8,-1,'Fel Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,79,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47876,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (36894,0,8,-1,'Fel Healthstone',8026,1,2097154,0,1,0,0,0,-1,-1,79,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47877,0,-1,0,0,1153,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,'',0,0,0,0,0,12340), (36895,0,0,-1,'Demonic Soulstone',6009,1,66,0,1,0,0,0,-1,-1,76,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47883,0,-1,0,0,831,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36896,4,0,-1,'Demonic Spellstone',21610,1,0,0,1,0,0,28,-1,-1,72,72,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,32789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36897,4,0,-1,'Fel Spellstone',21610,1,0,0,1,0,0,28,-1,-1,78,78,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,32789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36899,0,8,-1,'Exceptional Mana Oil',36862,1,0,0,1,0,1500,0,-1,-1,80,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47904,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36900,0,8,-1,'Exceptional Wizard Oil',47904,1,0,0,1,0,1500,0,-1,-1,80,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47906,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36901,7,9,-1,'Goldclover',49931,1,536870912,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36902,7,9,-1,'Constrictor Grass',1442,0,0,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36903,7,9,-1,'Adder\'s Tongue',52259,1,536870912,0,1,5000,1250,0,-1,-1,77,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36904,7,9,-1,'Tiger Lily',50454,1,536870912,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36905,7,9,-1,'Lichbloom',52247,1,536870912,0,1,8000,2000,0,-1,-1,80,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36906,7,9,-1,'Icethorn',52248,1,536870912,0,1,8000,2000,0,-1,-1,80,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36907,7,9,-1,'Talandra\'s Rose',50453,1,536870912,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36908,7,9,-1,'Frost Lotus',52249,2,4096,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36909,7,7,-1,'Cobalt Ore',50593,1,262144,0,1,4000,1000,0,-1,-1,72,0,755,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36910,7,7,-1,'Titanium Ore',52908,2,262144,0,1,5000,1250,0,-1,-1,80,0,755,450,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36912,7,7,-1,'Saronite Ore',57335,1,262144,0,1,10000,2500,0,-1,-1,75,0,755,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36913,7,7,-1,'Saronite Bar',52705,1,0,0,1,50000,12500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36914,7,7,-1,'Azurite Bar',39489,1,0,0,1,0,3000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36915,7,7,-1,'Froststeel Bar',39490,2,0,0,1,0,2500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36916,7,7,-1,'Cobalt Bar',50594,1,0,0,1,15000,3750,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36917,3,0,-1,'Bloodstone',54249,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36918,3,0,-1,'Scarlet Ruby',54315,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36919,3,0,-1,'Cardinal Ruby',61268,4,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36920,3,2,-1,'Sun Crystal',54257,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36921,3,2,-1,'Autumn\'s Glow',54317,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36922,3,2,-1,'King\'s Amber',60328,4,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36923,3,1,-1,'Chalcedony',54262,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36924,3,1,-1,'Sky Sapphire',54319,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36925,3,1,-1,'Majestic Zircon',60331,4,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36926,3,3,-1,'Shadow Crystal',54305,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36927,3,3,-1,'Twilight Opal',54324,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36928,3,3,-1,'Dreadstone',60329,4,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36929,3,5,-1,'Huge Citrine',54264,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36930,3,5,-1,'Monarch Topaz',54321,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36931,3,5,-1,'Ametrine',60327,4,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36932,3,4,-1,'Dark Jade',54284,2,0,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36933,3,4,-1,'Forest Emerald',54322,3,0,0,1,0,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36934,3,4,-1,'Eye of Zul',60330,4,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36935,12,0,0,'Raegar\'s Explosives',49441,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47935,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36936,12,0,0,'Golem Control Unit',44269,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47794,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36937,4,3,-1,'Tundrastrider Coif',52499,2,0,0,1,202809,40561,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36938,4,4,-1,'Mightstone Breastplate',51204,2,0,0,1,316603,63320,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,46,4,50,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36939,4,1,-1,'Nymph Stockings',51555,2,0,0,1,181557,36311,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,28,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36940,12,0,-1,'Mikhail\'s Journal',1143,1,2048,2,1,0,0,0,-1,-1,1,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12105,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36941,4,0,-1,'Competitor\'s Tabard',49625,3,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36942,2,8,8,'Frostmourne',46609,6,0,8192,1,2937322,587464,17,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,43827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (36943,4,0,-1,'Timeless Beads of Eternos',35359,3,0,0,1,200603,50150,2,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,27,5,29,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36944,2,15,-1,'Lifeblade of Belgaristrasz',50971,3,0,0,1,666744,133348,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,29,7,24,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,259,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36945,4,1,-1,'Verdisa\'s Cuffs of Dreaming',50973,3,0,0,1,133845,26769,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,19,5,30,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36946,4,3,-1,'Runic Cage Chestpiece',52229,3,0,0,1,403069,80613,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,51,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36947,4,1,-1,'Centrifuge Core Cloak',50974,3,0,0,1,202300,40460,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,39,7,28,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36948,4,2,-1,'Horned Helm of Varos',50908,3,0,0,1,253807,50761,1,262143,32767,187,78,0,0,0,0,0,0,0,0,1,0,3,7,58,5,53,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2872,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36949,4,1,-1,'Gloves of the Azure-Lord',52225,3,0,0,1,135874,27174,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,51,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36950,4,4,-1,'Wing Commander\'s Breastplate',51520,3,0,0,1,477349,95469,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,70,7,78,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,0,0,0,0,2927,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36951,4,2,-1,'Sidestepping Handguards',50979,3,0,0,1,171120,34224,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,51,7,51,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36952,4,4,-1,'Girdle of Obscuring',50982,3,0,0,1,248249,49649,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,51,7,76,12,29,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36953,4,3,-1,'Spaulders of Skillful Maneuvers',51300,3,0,0,1,319929,63985,3,1535,32767,187,78,0,0,0,0,0,0,0,0,1,0,4,3,34,7,43,5,37,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36954,4,1,-1,'The Conjurer\'s Slippers',52230,3,0,0,1,213108,42621,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36955,9,0,-1,'Grimoire of Firebolt (Rank 9)',1246,1,0,0,1,100000,25000,0,256,-1,78,78,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47965,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36956,12,0,-1,'Liquid Fire of Elune',49509,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46770,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36957,12,0,-1,'Functional Cultist Suit',49519,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s difficult not to breathe in the fumes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36958,12,0,-1,'The Favor of Zangus',49520,1,2048,2,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There is an inscription on this.',0,0,0,12168,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (36959,9,0,-1,'Grimoire of Blood Pact (Rank 7)',1246,1,0,0,1,100000,25000,0,256,-1,74,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36960,9,0,-1,'Grimoire of Fire Shield (Rank 7)',1246,1,0,0,1,100000,25000,0,256,-1,76,76,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47998,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36961,4,0,-1,'Dragonflight Great-Ring',31498,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,26,7,58,12,38,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36962,2,1,-1,'Wyrmclaw Battleaxe',49356,3,0,0,1,826961,165392,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,69,7,60,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,656,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36964,9,0,-1,'Grimoire of Sacrifice (Rank 8)',1246,1,0,0,1,100000,25000,0,256,-1,72,72,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48001,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36965,9,0,-1,'Grimoire of Sacrifice (Rank 9)',1246,1,0,0,1,100000,25000,0,256,-1,79,79,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48002,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36966,9,0,-1,'Grimoire of Consume Shadows (Rank 8)',1246,1,0,0,1,100000,25000,0,256,-1,73,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48003,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36967,9,0,-1,'Grimoire of Consume Shadows (Rank 9)',1246,1,0,0,1,100000,25000,0,256,-1,78,78,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48004,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36968,9,0,-1,'Grimoire of Suffering (Rank 7)',1246,1,0,0,1,100000,25000,0,256,-1,75,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48005,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36969,4,4,-1,'Helm of the Ley-Guardian',52500,3,0,0,1,365539,73107,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,40,7,105,12,68,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36970,9,0,-1,'Grimoire of Suffering (Rank 8)',1246,1,0,0,1,100000,25000,0,256,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48006,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (36971,4,3,-1,'Headguard of Westrift',52226,3,0,0,1,316184,63236,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,53,7,54,5,36,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2952,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36972,4,0,-1,'Tome of Arcane Phenomena',1103,3,524288,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60471,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36973,4,1,-1,'Vestments of the Scholar',52231,3,0,0,1,283095,56619,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,52,32,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,33141,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36974,4,4,-1,'Eregos\' Ornamented Chestguard',52233,3,0,0,1,497204,99440,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,53,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,0,0,0,0,2865,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36975,2,10,-1,'Malygos\' Favor',50988,3,0,0,1,890971,178194,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,61,5,55,6,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,339,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,48008,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-46.4,0,0,0,'',54,0,0,0,0,12340), (36976,4,1,-1,'Ring-Lord\'s Leggings',52227,3,0,0,1,286132,57226,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,68,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,26459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36977,4,4,-1,'Bindings of the Construct',52998,3,0,0,1,252695,50539,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,37,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36978,4,2,-1,'Ley-Whelphide Belt',50995,3,0,0,1,180109,36021,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,52,7,51,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36979,4,0,-1,'Bjarngrim Family Signet',31905,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,38,7,33,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15825,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36980,2,10,-1,'Hewn Sparring Quarterstaff',51691,3,0,0,1,820490,164098,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,38,138,3,52,7,103,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,450,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36981,2,16,-1,'Hardened Vrykul Throwing Axe',51924,3,4194304,0,1,175952,43988,25,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,33,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,412,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,15809,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36982,4,1,-1,'Mantle of Electrical Charges',51199,3,0,0,1,198429,39685,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36983,4,1,-1,'Cape of Seething Steam',51925,3,0,0,1,199195,39839,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,38,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36984,2,7,-1,'Eternally Folded Blade',51922,3,0,0,1,684826,136965,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,29,7,45,12,22,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,250,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36985,4,1,-1,'Volkhan\'s Hood',49474,3,0,0,1,206214,41242,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,68,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36986,4,3,-1,'Kilt of Molten Golems',42919,3,0,0,1,413918,82783,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,60,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36988,4,0,-1,'Chaotic Spiral Amulet',39211,3,0,0,1,200603,50150,2,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36062,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36989,2,19,-1,'Ancient Measuring Rod',51931,3,0,0,1,523143,104628,26,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,15,5,21,6,12,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,516,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36991,4,1,-1,'Raiments of the Titans',52361,3,0,0,1,281025,56205,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,51,5,52,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36992,4,3,-1,'Leather-Braced Chain Leggings',52350,3,0,0,1,423070,84614,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,61,7,52,5,35,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,48015,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36993,4,0,-1,'Seal of the Pantheon',17776,3,524288,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,12,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60214,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36994,2,3,-1,'Projectile Activator',41433,3,0,0,1,532616,106523,26,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,30,7,18,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,395,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36995,4,4,-1,'Fists of Loken',51932,3,0,0,1,250873,50174,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,52,7,76,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2927,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36996,4,2,-1,'Hood of the Furtive Assassin',50908,3,0,0,1,268223,53644,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,53,7,60,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36997,4,1,-1,'Sash of the Hardened Watcher',52340,3,0,0,1,143549,28709,6,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,33,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (36998,4,1,-1,'Assailant Shroud',56207,2,0,0,1,135635,27127,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (36999,4,3,-1,'Boots of the Terrestrial Guardian',52342,3,0,0,1,326729,65345,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,45,7,34,5,24,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37000,4,2,-1,'Storming Vortex Bracers',51933,3,0,0,1,168653,33730,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37002,4,3,-1,'Binder\'s Links',51109,2,0,0,1,255961,51192,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,37083,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37003,12,0,0,'Alliance Missive',7733,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37004,4,4,-1,'Plainwatcher Legplates',51125,2,0,0,1,300865,60173,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37005,4,1,-1,'D.E.H.T.A. Overshirt',51154,2,0,0,1,172547,34509,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37006,12,0,-1,'Ley Line Attunement Crystal',33296,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48021,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37007,4,2,-1,'Faux Leather Hood',51164,2,0,0,1,162965,32593,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,55,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37008,4,3,-1,'Ethical Epaulettes',49362,2,0,0,1,197151,39430,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,26,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37009,4,4,-1,'Moral Sabatons',51269,2,0,0,1,229373,45874,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37010,12,0,-1,'Gray Worg Hide',3164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37011,15,5,-1,'Magic Broom',56954,3,65728,0,1,0,0,0,-1,-1,1,10,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,47977,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,324,'',0,0,0,0,0,12340), (37012,15,5,-1,'The Horseman\'s Reins',49561,4,32768,0,1,0,0,0,262143,32767,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,48025,6,0,0,-1,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37013,12,0,0,'Dun Argol Cage Key',13885,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47978,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37014,2,4,-1,'Rod of Poacher Punishment',50200,2,0,0,1,445706,89141,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,32,23,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37015,2,19,-1,'Dowsing Rod',56890,2,0,0,1,335481,67096,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,17,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,385,5,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37016,2,19,-1,'Wand of the Keeper',56889,2,0,0,1,312739,62547,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,33027,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37017,2,15,-1,'Nimble Blade',49206,2,0,0,1,418588,83717,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,154,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37018,2,3,-1,'G.E.H.T.A.',51175,2,0,0,1,315143,63028,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,12,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,50929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gun for the Ethical and Humane Treatment of Animals',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37019,4,6,-1,'Borean Ward',51091,2,0,0,1,269948,53989,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,21635,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37020,12,0,-1,'Grizzly Hide',7169,1,2147483648,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37021,2,13,-1,'Claw of the Tuskarr',51152,2,0,0,1,424956,84991,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,40555,1,0,0,-1,0,-1,15806,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37022,2,15,-1,'Shark Stabber',51246,2,0,0,1,426559,85311,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,22,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37023,2,18,-1,'Compact Arrow Launcher',49202,2,0,0,1,321121,64224,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,20,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37024,4,0,-1,'Medicine Stick',51545,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33105,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37025,2,1,-1,'Blubber Carver',49227,2,0,0,1,539155,107831,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,450,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37026,2,10,-1,'Spirit Channeller\'s Rod',50138,2,0,0,1,541159,108231,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47125,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (37027,12,0,0,'Blight Specimen',49582,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'WARNING: DO NOT OPEN, BREAK, EAT, WEAR, DRINK, SMELL.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37028,2,16,-1,'Condor-Bone Star',40005,2,4194304,0,1,138516,34629,25,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37029,2,15,-1,'Fin Carver',51168,2,0,0,1,437692,87538,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,22,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,187,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37030,2,5,-1,'Blubber Grinder',49203,2,0,0,1,549119,109823,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,61,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37031,2,10,-1,'Zook\'s Walking Stick',50133,2,0,0,1,551068,110213,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47126,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (37032,2,0,-1,'Edge of the Tuskarr',50063,2,0,0,1,453937,90787,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,320,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37033,4,0,-1,'Manual of the Tides',50191,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,26,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37034,2,7,-1,'Lobstrock Slicer',51196,2,0,0,1,413780,82756,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37035,12,0,0,'Overseer\'s Uniform',49583,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37036,2,15,-1,'Fish-Eye Poker',50130,2,0,0,1,416942,83388,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37037,2,15,-1,'Ritualistic Athame',49373,3,0,0,1,666813,133362,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,3,29,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,202,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37038,2,19,-1,'Brazier Igniter',44799,3,0,0,1,502025,100405,26,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,15,5,17,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,516,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18034,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37039,2,7,-1,'Mrgl Blade',51268,2,0,0,1,421707,84341,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37040,4,4,-1,'Svala\'s Bloodied Shackles',53002,3,0,0,1,237390,47478,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,38,7,58,12,27,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37041,2,4,-1,'Scepter of the Winterfin',50198,2,0,0,1,424913,84982,21,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,2,6,22,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,164,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,47126,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (37042,2,15,-1,'Glimmering Orca Tooth',51180,2,0,0,1,426516,85303,21,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,24,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,47125,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (37043,4,3,-1,'Tear-Linked Gauntlets',52235,3,0,0,1,204599,40919,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,51,7,39,5,28,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37044,2,18,-1,'Amphibious Speargun',49202,2,0,0,1,322258,64451,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,13,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,279,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37045,12,0,0,'Kilian\'s Camera',49586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48046,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37046,2,5,-1,'Shell Smasher',50319,2,0,0,1,541051,108210,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,51,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,463,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37047,2,19,-1,'Branch of Everlasting Flame',56891,2,0,0,1,325832,65166,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,284,2,0,0,0,0,0,0,0,0,0,0,1400,0,100,14799,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37048,4,1,-1,'Shroud of Resurrection',30783,3,0,0,1,213895,42779,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,28,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37049,2,3,-1,'Lost Marksman\'s Rifle',49226,2,0,0,1,336846,67369,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,3,100,15806,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37050,2,2,-1,'Trophy Gatherer',50515,3,0,0,1,538516,107703,15,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,32,21,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37051,4,0,-1,'Seal of Valgarde',41655,3,0,0,1,200603,50150,23,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,16,5,35,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37052,4,4,-1,'Reanimated Armor',49353,3,0,0,1,506190,101238,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,68,7,105,12,44,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37053,4,0,-1,'Amulet of Deflected Blows',32008,3,0,0,1,200603,50150,2,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,38,7,58,12,25,14,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37054,2,1,-1,'Frostbiter',50340,2,0,0,1,517117,103423,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,37,58,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37055,4,1,-1,'Silken Amice of the Ymirjar',52234,3,0,0,1,198491,39698,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37056,4,4,-1,'Harpooner\'s Striders',52568,3,0,0,1,348036,69607,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,37,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37057,4,2,-1,'Drake Rider\'s Tunic',49354,3,0,0,1,333372,66674,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,52,7,69,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37058,4,0,-1,'Signet of Ranulf',39121,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37060,2,7,-1,'Jeweled Coronation Sword',50509,3,0,0,1,674336,134867,21,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,21,5,29,6,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,48051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-46.4,0,0,0,'',54,0,0,0,0,12340), (37061,4,6,-1,'Tor\'s Crest',50511,3,0,0,1,433165,86633,14,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7032,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,197,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37062,4,4,-1,'Crown of Forgotten Kings',50615,3,0,0,1,355992,71198,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,51,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,35828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,8,0,0,0,0,0,2874,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37063,12,0,0,'Infused Drakkari Offering',34059,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48061,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37064,4,0,-1,'Vestige of Haldor',43092,3,528384,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60306,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37065,2,7,-1,'Ymiron\'s Blade',50514,3,0,0,1,705254,141050,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,29,7,30,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,406,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37066,4,4,-1,'Ancient Royal Legguards',52997,3,0,0,1,495465,99093,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37067,4,2,-1,'Ceremonial Pyre Mantle',49369,3,0,0,1,266385,53277,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,34,7,51,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37068,4,4,-1,'Berserker\'s Sabatons',50507,3,0,0,1,373567,74713,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,51,7,76,31,25,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37069,4,3,-1,'Dragonflayer Seer\'s Bindings',52232,3,0,0,1,214619,42923,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,28,5,29,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37070,4,2,-1,'Tundra Wolf Boots',55282,3,0,0,1,269232,53846,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,39,5,38,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37071,12,0,0,'Overseer Disguise Kit',49587,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48064,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37072,2,13,-1,'Jagged Icefist',51189,2,0,0,1,453850,90770,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15808,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37073,2,10,-1,'Hungering Greatstaff',49232,2,0,0,1,515059,103011,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,489,0,0,0,0,616,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37074,4,0,-1,'Greatmother\'s Talisman of Cleansing',51182,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37075,2,15,-1,'Serrated Scale Shank',50121,2,0,0,1,415253,83050,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,37,36,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,165,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37076,2,7,-1,'Fiery Prod',51166,2,0,0,1,416856,83371,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,176,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37077,2,13,-1,'Smoldering Talon',51241,2,0,0,1,418415,83683,22,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,287,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37078,2,19,-1,'Rod of the Crimson Keeper',51258,2,0,0,1,315013,63002,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,21629,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37079,4,0,-1,'Enchanted Wire Stitching',9835,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37080,2,8,-1,'Crimson Will',50328,2,0,0,1,543325,108665,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,450,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,15830,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37081,2,7,-1,'Meathook\'s Slicer',51597,3,0,0,1,695040,139008,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,250,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,14052,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37082,4,4,-1,'Slaughterhouse Sabatons',53001,3,0,0,1,365539,73107,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,51,7,76,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37083,4,2,-1,'Kilt of Sewn Flesh',51598,3,0,0,1,350073,70014,7,-1,-1,187,78,0,0,0,0,0,0,6,1,1,0,3,7,51,5,69,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,33168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37084,4,1,-1,'Flowing Cloak of Command',28695,3,0,0,1,210789,42157,16,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,37,7,39,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,504,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,364,0,0,0,'',54,0,0,0,0,12340), (37085,12,0,0,'Haze Leaf',6376,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37086,4,0,-1,'Tome of Salramm',51600,3,0,0,1,200603,50150,23,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,28,5,21,6,19,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37087,12,0,0,'Sweetroot',50825,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37088,4,4,-1,'Spiked Metal Cilice',51601,3,0,0,1,250897,50179,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,51,3,37,7,43,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37089,12,0,0,'Honeycone',4664,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37090,12,0,0,'Quickpoppy',49602,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37091,0,4,-1,'Scroll of Intellect VII',2616,1,0,0,1,1080,270,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48099,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37092,0,4,-1,'Scroll of Intellect VIII',2616,1,0,0,1,1080,270,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48100,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37093,0,4,-1,'Scroll of Stamina VII',1093,1,0,0,1,1080,270,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48101,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37094,0,4,-1,'Scroll of Stamina VIII',1093,1,0,0,1,1080,270,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48102,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37095,4,3,-1,'Waistband of the Thuzadin',52343,3,0,0,1,198429,39685,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,40,7,51,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37096,4,0,-1,'Necklace of the Chrono-Lord',31899,3,0,0,1,200603,50150,2,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,38,7,43,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37097,0,4,-1,'Scroll of Spirit VII',2616,1,0,0,1,990,247,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48103,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37098,0,4,-1,'Scroll of Spirit VIII',2616,1,0,0,1,990,247,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48104,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37099,2,10,-1,'Sempiternal Staff',51602,3,0,0,1,862330,172466,17,-1,-1,187,78,0,0,0,0,0,0,6,0,1,0,4,7,51,5,68,6,53,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,298,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48051,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-45.4,0,0,0,'',54,0,0,0,0,12340), (37100,7,1,-1,'Silver Ink',55111,1,0,0,1,0,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37101,7,1,-1,'Ivory Ink',55105,1,0,0,1,0,12,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37104,12,0,0,'Mature Stag Horn',49604,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37105,4,3,-1,'Treads of Altered History',52421,3,0,0,1,318712,63742,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,39,5,40,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37106,4,2,-1,'Ouroboros Belt',51603,3,0,0,1,176917,35383,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37107,4,6,-1,'Leeka\'s Shield',51453,3,0,0,1,454499,90899,14,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,37,7,60,12,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,197,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37108,2,8,-1,'Dreadlord\'s Blade',51606,3,0,0,1,890885,178177,17,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,637,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37109,4,4,-1,'Discarded Silver Hand Spaulders',51577,3,0,0,1,374797,74959,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,36,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37110,4,3,-1,'Gauntlets of Dark Conversion',52399,3,0,0,1,215323,43064,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,39,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37111,4,0,-1,'Soul Preserver',19785,3,528384,0,1,302242,75560,12,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,45,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60510,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37112,2,4,-1,'Beguiling Scepter',55984,3,0,0,1,672059,134411,21,-1,-1,187,78,0,0,0,0,0,0,6,0,1,0,3,7,43,5,29,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,252,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,48008,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-46.4,0,0,0,'',54,0,0,0,0,12340), (37113,4,1,-1,'Demonic Fabric Bands',52398,3,0,0,1,134922,26984,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,27,5,34,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37114,4,2,-1,'Gloves of Northern Lordaeron',51608,3,0,0,1,169274,33854,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37115,4,4,-1,'Crusader\'s Square Pauldrons',49876,3,0,0,1,356136,71227,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,50,7,78,12,29,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37116,4,3,-1,'Epaulets of Market Row',49362,3,0,0,1,308356,61671,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,51,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37117,4,2,-1,'King\'s Square Bracers',49363,3,0,0,1,171189,34237,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,3,39,7,33,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37118,0,4,-1,'Scroll of Recall',56317,1,64,0,1,150,37,0,-1,-1,15,0,773,25,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48129,0,-1,0,0,1229,1200000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37121,12,0,0,'Ectoplasmic Residue',49613,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37122,2,2,-1,'Taut Driftwood Bow',50149,2,0,0,1,328301,65660,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,269,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,42098,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37124,12,0,0,'Emerald Dragon Tear',6851,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37125,12,0,0,'Rokar\'s Camera',49586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48046,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37126,15,0,0,'Clayton\'s Test Item Three',47264,1,0,8192,1,90193,22548,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,2,0,8,0,0,0,2799,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37127,4,0,-1,'Brightbrew Charm',49650,4,67108928,0,1,35965,0,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48041,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37128,4,0,-1,'Balebrew Charm',49636,4,67108928,0,1,35965,0,12,-1,-1,128,70,0,0,0,0,0,0,0,1,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48042,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37129,12,0,-1,'Flask of Blight',2515,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48188,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37134,4,0,-1,'Telestra\'s Journal',50990,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,43,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37135,4,4,-1,'Arcane-Shielded Helm',52500,3,0,0,1,379415,75883,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,61,7,93,12,36,13,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,8,0,0,0,3302,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37136,12,0,-1,'Scarlet Onslaught Armor',49644,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nicely crafted. Good thing you\'re stealing it.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37137,12,0,-1,'Scarlet Onslaught Weapon',49645,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Newly forged and sharp edged. Not quite as nice as your weapon though.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37138,4,3,-1,'Bands of Channeled Energy',50907,3,0,0,1,219649,43929,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,31,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37139,4,2,-1,'Spaulders of the Careless Thief',49369,3,0,0,1,275581,55116,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,58,7,61,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37140,12,0,-1,'Ace of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48221,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37141,4,0,-1,'Amulet of Dazzling Light',35437,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,51,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33164,1,0,0,0,0,0,21640,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37143,12,0,-1,'Two of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48234,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37144,4,3,-1,'Hauberk of the Arcane Wraith',52327,3,0,0,1,449005,89801,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,61,5,43,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2877,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37145,7,11,-1,'Ace of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48239,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37147,7,11,-1,'Two of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48240,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37148,15,0,-1,'Loose Singed Page',7629,1,0,0,1,35000,8750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One page remains after breaking the seal on the \'Wrath of the Titans.\'',3076,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37149,4,2,-1,'Helm of Anomalus',50908,3,0,0,1,265406,53081,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,34,5,52,6,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37150,4,4,-1,'Rift Striders',50909,3,0,0,1,372287,74457,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,85,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37151,4,0,-1,'Band of Frosted Thorns',33728,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,45,7,63,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37152,4,4,-1,'Girdle of Ice',50910,3,0,0,1,251975,50395,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2865,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37153,4,1,-1,'Gloves of the Crystal Gardener',52225,3,0,0,1,143712,28742,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37154,4,1,-1,'Shadowy Gloves',16946,2,16,8192,1,693,138,10,-1,-1,15,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37155,4,3,-1,'Frozen Forest Kilt',52323,3,0,0,1,434401,86880,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,58,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,33166,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3306,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37156,12,0,-1,'Three of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48235,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37157,12,0,-1,'Four of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48236,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37158,12,0,-1,'Five of Rogues',44704,1,1088,0,1,500,125,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48238,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37159,7,11,-1,'Three of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48244,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37160,7,11,-1,'Four of Swords',44705,1,1088,0,1,500,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48242,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37161,7,11,-1,'Five of Swords',44705,1,0,0,1,0,125,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37162,4,6,-1,'Bulwark of the Noble Protector',50911,3,0,0,1,487927,97585,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,43,7,64,12,31,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37163,15,4,-1,'Rogues Deck',31755,2,64,0,1,400,100,0,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,12517,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37164,7,11,-1,'Swords Deck',31755,3,64,0,1,400,100,0,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,12798,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37165,4,2,-1,'Crystal-Infused Tunic',49354,3,0,0,1,385237,77047,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,53,7,64,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37166,4,0,-1,'Sphere of Red Dragon\'s Blood',52326,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60305,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37167,4,3,-1,'Dragon Slayer\'s Sabatons',52316,3,0,0,1,317411,63482,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,38,5,25,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37168,7,11,-1,'Mysterious Tarot',44704,1,4,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of rogues. Collect all three cards to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37169,2,4,-1,'War Mace of Unrequited Love',50987,4,0,0,1,943570,188714,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,1,5,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,302,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,48251,1,0,0,-1,0,-1,42115,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-55,0,0,0,'',68,0,0,0,0,12340), (37170,4,3,-1,'Interwoven Scale Bracers',53811,4,0,0,1,284159,56831,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,35,7,54,5,29,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37171,4,4,-1,'Flame-Bathed Steel Girdle',53806,4,0,0,1,334656,66931,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,66,7,85,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37172,4,1,-1,'Gloves of Glistening Runes',53824,4,0,0,1,190871,38174,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,44,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37173,0,0,-1,'Geomancer\'s Orb',33173,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48218,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37174,4,1,-1,'Rippling Azure Cloak',29719,3,0,8192,1,216340,43268,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,64,32,42,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37175,4,4,-1,'Glassy Silver Bracers',50917,3,0,8192,1,254797,50959,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,4,35,7,52,13,25,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2932,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37176,4,2,-1,'Cavern Leather Treads',50918,3,0,8192,1,272466,54493,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,68,36,61,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3308,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37177,2,19,-1,'Wand of the San\'layn',43088,3,0,0,1,561587,112317,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,31,14,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,560,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37178,4,4,-1,'Strategist\'s Belt',51686,3,0,0,1,264503,52900,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,52,7,73,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37179,2,7,-1,'Infantry Assault Blade',51688,3,0,0,1,754150,150830,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,24,7,49,12,33,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37180,4,2,-1,'Battlemap Hide Helm',51003,3,0,0,1,283826,56765,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,54,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37181,2,15,-1,'Dagger of Betrayal',50971,3,0,0,1,759592,151918,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,24,7,28,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37182,4,4,-1,'Helmet of the Constructor',52302,3,0,0,1,399413,79882,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,46,5,52,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,33821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37183,4,2,-1,'Bindings of the Tunneler',51689,3,0,0,1,191240,38248,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,31,7,67,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37184,4,3,-1,'Dalronn\'s Jerkin',52330,3,0,0,1,460608,92121,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,67,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37185,12,0,0,'Succulent Venison',25467,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37186,4,0,-1,'Unsmashable Heavy Band',33808,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,64,12,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37187,12,0,-1,'Container of Rats',35407,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48268,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37188,4,3,-1,'Plunderer\'s Helmet',59543,3,0,0,1,317197,63439,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,42,5,27,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37189,4,1,-1,'Breeches of the Caller',52328,3,0,0,1,283012,56602,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,74,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,8,0,0,0,3309,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37190,2,10,-1,'Enraged Feral Staff',51691,3,0,0,1,887814,177562,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,104,3,78,7,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,488,0,0,0,0,700,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37191,2,18,-1,'Drake-Mounted Crossbow',51692,4,0,0,1,712972,142594,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,3,29,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,436,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37192,4,0,-1,'Annhylde\'s Ring',49005,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,50,5,33,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37193,4,4,-1,'Staggering Legplates',53810,4,0,0,1,688638,137727,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,83,7,109,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37194,4,2,-1,'Sharp-Barbed Leather Belt',53821,4,0,0,1,246849,49369,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,45,7,75,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3094,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37195,4,0,-1,'Band of Enchanted Growth',39122,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,37,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37196,4,1,-1,'Runecaster\'s Mantle',52234,3,0,0,1,223796,44759,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,47,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3198,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37197,4,1,-1,'Tattered Castle Drape',51374,3,0,0,1,224590,44918,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,42,7,66,12,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37198,0,0,0,'Prototype Neural Needler',42557,1,194,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48252,0,-2,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37199,12,0,-1,'Slime Sample',50821,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37200,12,0,0,'Grizzly Flank',47467,1,2147549184,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37201,15,1,-1,'Corpse Dust',6371,1,0,0,1,500,125,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37202,12,0,-1,'Onslaught Riding Crop',49655,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48290,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37203,4,1,-1,'Regenerative Cloth',51266,2,0,0,1,180240,36048,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,33,5,53,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37204,4,1,-1,'Transborean Leggings',51227,2,0,0,1,180881,36176,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,18,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37205,4,1,-1,'Transborean Mantle',51199,2,0,0,1,136129,27225,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37206,4,1,-1,'Weathered Worker Cloak',51214,2,0,0,1,123601,24720,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,12,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37207,4,1,-1,'Seafarer Boots',51252,2,0,0,1,124082,24816,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37208,4,1,-1,'Transborean Bracers',51188,2,0,0,1,83033,16606,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37209,4,1,-1,'Wharfmaster\'s Hat',52530,2,0,0,1,128474,25694,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37210,4,1,-1,'Seafarer Cinch',51042,2,0,0,1,85970,17194,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,19,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37211,4,1,-1,'Iceflow Footwraps',51187,2,0,0,1,129436,25887,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,26,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37212,4,1,-1,'Transborean Wraps',51224,2,0,0,1,86602,17320,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,14,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37213,4,1,-1,'Iceflow Wristwraps',51188,2,0,0,1,86923,17384,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37214,4,1,-1,'Sweltering Leggings',51234,2,0,0,1,174487,34897,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37215,4,1,-1,'Lost Sea Oculus',51198,2,0,0,1,131346,26269,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,44,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37216,4,6,-1,'Facade Shield of Glyphs',51721,3,0,0,1,477338,95467,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,40,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37217,4,4,-1,'Golden Limb Bands',51722,3,0,0,1,263493,52698,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,44,7,64,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37218,4,1,-1,'Stone-Worn Footwraps',52310,3,0,0,1,225384,45076,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,52,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37219,4,2,-1,'Custodian\'s Chestpiece',51723,3,0,0,1,377001,75400,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,56,32,78,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37220,4,0,-1,'Essence of Gossamer',51724,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,7,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60221,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37221,4,3,-1,'Hollowed Mandible Legplates',52309,3,0,0,1,455622,91124,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,62,7,60,5,40,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,2,0,0,0,3309,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37222,4,1,-1,'Egg Sac Robes',52307,3,0,0,1,304836,60967,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,60,5,61,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,2,0,4,0,0,0,3310,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37223,4,1,-1,'Sweltering Handwraps',51235,2,0,0,1,90102,18020,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37224,4,1,-1,'Sweltering Belt',51172,2,0,0,1,90423,18084,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37225,4,1,-1,'Sweltering Sandals',51556,2,0,0,1,126551,25310,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37226,4,1,-1,'Sweltering Robes',51233,2,0,0,1,169376,33875,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37227,4,1,-1,'Seafarer Mantle',49361,2,0,0,1,127500,25500,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,39,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37228,4,1,-1,'Sweltering Cuffs',51236,2,0,0,1,85320,17064,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37229,12,0,0,'Flame-Imbued Talisman',24778,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37230,4,2,-1,'Grotto Mist Gloves',50979,3,0,0,1,182397,36479,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,30,5,45,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37231,4,0,-1,'Frostspeaker Collar',9086,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,21,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37232,4,0,-1,'Ring of the Traitor King',31657,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,27,5,34,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37233,12,0,0,'The Forsaken Blight',22192,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37234,4,1,-1,'Layered Frost Hood',51192,2,0,0,1,130852,26170,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,81,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37235,2,7,-1,'Crypt Lord\'s Deft Blade',51726,3,0,0,1,743047,148609,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,19,31,24,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37236,4,2,-1,'Insect Vestments',51727,3,0,0,1,372884,74576,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,60,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,33166,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3311,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37237,4,4,-1,'Chitin Shell Greathelm',52995,3,0,0,1,392208,78441,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,63,7,93,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,4,0,0,0,3312,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37238,2,19,-1,'Rod of the Fallen Monarch',51806,4,0,0,1,751135,150227,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,617,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37239,4,1,-1,'Layered Frost Sandals',51191,2,0,0,1,133231,26646,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,51,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37240,4,4,-1,'Flamebeard\'s Bracers',53807,4,0,0,1,355087,71017,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37241,4,4,-1,'Ancient Aligned Girdle',51808,4,0,0,1,330963,66192,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,38,7,99,12,48,13,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37242,4,1,-1,'Sash of the Servant',51809,4,0,0,1,188753,37750,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,52,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37243,4,2,-1,'Treasure Seeker\'s Belt',51728,3,0,0,1,177636,35527,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,66,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2877,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37244,4,3,-1,'Fungi-Coated Boots',52308,3,0,8192,1,322396,64479,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,82,5,50,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37245,4,1,-1,'Tangled Web Bindings',52312,3,0,8192,1,143197,28639,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,60,6,43,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37246,12,0,0,'Blackroot Stalk',49667,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Slippery when wet...',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37247,12,0,0,'Anderhol\'s Slider Cider',15773,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'\'This won\'t take long... did it?\'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37248,12,0,-1,'Siegesmith Bomb',52864,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unstable and dripping with Scourge ichor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37250,12,0,0,'Partially Processed Amberseeds',7039,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37251,12,0,-1,'Crazed Furbolg Blood',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37252,0,5,-1,'Frostberries',49687,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (37253,0,5,-1,'Frostberry Juice',35584,1,0,0,5,6000,300,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37254,4,0,-1,'Super Simian Sphere',7245,4,0,32,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48332,0,0,0,3600000,102,300000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37255,2,7,-1,'The Interrogator',50996,3,0,0,1,742973,148594,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,48,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,271,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37256,4,3,-1,'Scaled Armor of Drakos',52325,3,0,0,1,447416,89483,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,60,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37257,4,0,-1,'Band of Torture',32323,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,42,7,66,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37258,4,1,-1,'Drakewing Raiments',52317,3,0,0,1,308219,61643,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,69,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,33166,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,4,0,2,0,0,0,3310,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37259,12,0,-1,'Siegesmith Bombs',52864,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48345,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37260,2,0,-1,'Cloudstrider\'s Waraxe',50998,3,0,0,1,702383,140476,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,24,7,49,12,33,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,322,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37261,4,2,-1,'Gloves of Radiant Light',50999,3,0,0,1,176257,35251,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,52,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37262,4,3,-1,'Azure Ringmail Leggings',52313,3,0,0,1,424651,84930,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,52,7,52,5,34,32,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37263,4,4,-1,'Legplates of the Oculus Guardian',50609,3,0,0,1,497330,99466,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,58,3,60,31,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37264,4,0,-1,'Pendulum of Telluric Currents',51001,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60482,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37265,0,0,-1,'Tua\'kea\'s Breathing Bladder',49761,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48359,0,-6,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37267,12,0,-1,'Scarlet Onslaught Daily Orders: Barracks',9135,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Recruitment numbers, training details, blah, blah, blah.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37268,12,0,-1,'Scarlet Onslaught Daily Orders: Abbey',9135,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Prayers for the day, services schedule, and a list of those who need to be publicly \'redeemed\'.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37269,12,0,-1,'Scarlet Onslaught Daily Orders: Beach',9135,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Supplies, ship orders and grog rations!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37270,4,1,-1,'Layered Frost Robes',51194,2,0,0,1,171871,34374,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,42,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37271,4,1,-1,'Dusk Watcher\'s Belt',51161,2,0,0,1,86256,17251,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,34,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37272,4,1,-1,'Wizzlenob Shoulder Covers',51208,2,0,0,1,129852,25970,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,34,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,33124,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37273,4,1,-1,'Crimson Keeper Mitts',51153,2,0,0,1,89184,17836,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,28,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,18047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37274,4,1,-1,'Mender\'s Cover',51203,2,0,0,1,134257,26851,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,48,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37275,4,1,-1,'Mantle of Congealed Anger',51199,2,0,0,1,134738,26947,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,15,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37276,4,1,-1,'Gorge\'s Loungewear',51183,2,0,0,1,180275,36055,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,45,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37277,4,1,-1,'Ermine Ruff Cloak',51534,2,0,0,1,135687,27137,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,12,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37278,4,1,-1,'BT47 Cloth Healer Belt2',51042,2,0,8192,1,90778,18155,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,57,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,2,0,0,0,2900,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37279,4,1,-1,'BT48 Cloth Spell Bracer3',51044,2,0,8192,1,82426,16485,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,30,32,13,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37280,4,1,-1,'Flame Hardened Waistband',51172,2,0,0,1,82738,16547,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37281,4,1,-1,'BT52 Cloth Healer Chest2',51135,2,0,8192,1,166118,33223,20,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,84,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37282,4,1,-1,'Cavernous Gauntlets',51136,2,0,0,1,83379,16675,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,42,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37283,4,1,-1,'Wandering Healer\'s Kilt',51218,2,0,0,1,167400,33480,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,42,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37284,4,1,-1,'BT55 Cloth Spell Boots4',51138,2,0,8192,1,126018,25203,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,6,21,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37285,4,1,-1,'BT56 Cloth Spell Legs4',51140,2,0,8192,1,168665,33733,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,93,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37286,4,1,-1,'BT57 Cloth Healer Glove2',51136,2,0,8192,1,84653,16930,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,32,27,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37287,12,0,0,'Wintergarde Gryphon Whistle',45186,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48388,0,0,0,0,1149,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37288,4,4,-1,'Catalytic Bands',50994,3,0,0,1,254797,50959,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37289,4,1,-1,'Sash of Phantasmal Images',52324,3,0,0,1,149212,29842,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340); INSERT INTO `item_template` VALUES (37290,4,0,-1,'Dragon Prow Amulet',33906,3,524288,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37291,4,1,-1,'Ancient Dragon Spirit Cape',51004,3,0,0,1,225429,45085,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,29,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37292,4,4,-1,'Ley-Guardian\'s Legguards',50609,3,0,0,1,527905,105581,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,45,7,117,12,77,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37293,4,2,-1,'Mask of the Watcher',51003,3,0,0,1,283826,56765,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,36,7,66,37,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,48390,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3313,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37294,4,1,-1,'Crown of Unbridled Magic',52492,3,0,0,1,227877,45575,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,46,5,62,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,42063,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,1,0,4,0,0,0,3314,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37295,4,1,-1,'HF28 Cloth Spell Head4',51051,2,0,8192,1,134712,26942,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,31,53,7,35,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37296,4,1,-1,'BT59 Cloth Spell Gloves4 ',51145,2,0,8192,1,90128,18025,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,31,32,7,32,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37297,15,2,-1,'Gold Medallion',4841,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,48406,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37298,15,2,-1,'Competitor\'s Souvenir',23714,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,48408,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (37299,12,0,-1,'Scarlet Onslaught Daily Orders',811,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed for delivery to Agent Skully inside New Hearthglen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37300,12,0,-1,'Levine Family Termites',12927,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48427,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37301,16,6,0,'Deprecated Test Glyph',49722,1,65552,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-1,0,0,0,0,'',0,0,0,0,0,1), (37302,12,0,-1,'Vordrassil\'s Seed',7287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37303,12,0,-1,'Vordrassil\'s Ashes',2480,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37304,12,0,-1,'Apothecary\'s Burning Water',35738,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48455,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37305,12,0,-1,'Captain Shely\'s Rutters',1096,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Without these, or their captain, the Scarlet Onslaught won\'t be able to sail home!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37306,12,0,-1,'Verdant Torch',35178,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48481,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37307,12,0,-1,'Purified Ashes of Vordrassil',2480,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48549,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37311,4,0,-1,'Skybreaker Whip',45500,3,0,0,1,0,17500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47103,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of the Top Orc',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,1), (37312,15,0,-1,'Carrot on a Stick',21115,2,32832,0,1,4500,1125,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48401,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37313,4,0,-1,'Riding Crop',39186,3,64,0,1,70000,17500,0,-1,-1,70,69,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47103,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,1), (37314,12,0,-1,'High Executor\'s Branding Iron',65930,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48603,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37315,4,2,-1,'BT59 Leather Physical Boots4',56324,2,0,8192,1,168374,33674,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,20,31,27,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37316,4,2,-1,'HF28 Leather Physical Legs4 ',49241,2,0,8192,1,225300,45060,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,36,32,48,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37317,4,2,-1,'BT56 Leather Healer Boots2',49261,2,0,8192,1,169576,33915,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,54,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37318,4,2,-1,'BT55 Leather Physical Gloves4',56322,2,0,8192,1,113440,22688,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,31,32,16,3,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37319,4,2,-1,'Grips of the Windswept Plains',49913,2,0,0,1,103001,20600,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37320,4,2,-1,'Spaulders of Echoing Truth',49246,2,0,0,1,155102,31020,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37321,4,2,-1,'BT52 Leather Healer Legs2',49241,2,0,8192,1,213323,42664,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,80,36,22,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37322,4,2,-1,'Flame Hardened Wristbindings',51173,2,0,0,1,107062,21412,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,16,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37323,4,2,-1,'BT48 Leather Physical Belt3',56318,2,0,8192,1,107462,21492,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,32,27,7,25,3,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37324,4,2,-1,'BT47 Leather Physical Gloves3',56314,2,0,8192,1,107863,21572,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,59,36,16,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37325,4,2,-1,'Warsong Scout Spaulders',51217,2,0,0,1,162380,32476,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,57,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37326,9,8,-1,'Formula: Enchant Bracer - Major Spirit',11431,2,64,8192,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44593,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase Spirit by 18. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37329,9,8,-1,'Formula: Enchant Weapon - Exceptional Spirit',11431,2,64,8192,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44510,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase Spirit by 45. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37330,9,8,-1,'Formula: Enchant Cloak - Superior Arcane Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44596,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase arcane resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37331,9,8,-1,'Formula: Enchant Cloak - Superior Fire Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase fire resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37332,9,8,-1,'Formula: Enchant Cloak - Superior Frost Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44483,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase frost resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37333,9,8,-1,'Formula: Enchant Cloak - Superior Nature Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44494,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase nature resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37334,9,8,-1,'Formula: Enchant Cloak - Superior Shadow Resistance',11431,2,33554496,0,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44590,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase shadow resistance by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37335,9,8,-1,'Formula: Enchant Cloak - Superior Agility',11431,2,64,8192,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase Agility by 16. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37336,9,8,-1,'Formula: Enchant Chest - Greater Dodge',11431,2,64,8192,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47766,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant chest armor to increase dodge rating by 22. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37337,9,8,-1,'Formula: Enchant Bracer - Greater Stats',11431,2,64,8192,1,1000,250,0,-1,-1,80,0,333,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44616,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase all stats by 6. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37338,9,8,-1,'Formula: Enchant Weapon - Greater Savagery',11431,2,80,8192,1,1000,250,0,-1,-1,82,0,333,410,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44630,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase attack power by 90. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37339,9,8,-1,'Formula: Enchant Weapon - Giant Slayer',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44621,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to have a chance of reducing movement speed and doing additional damage against giants. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37340,9,8,-1,'Formula: Enchant Chest - Exceptional Resilience',56741,2,4160,0,1,0,0,0,-1,-1,82,0,333,410,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44588,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase resilience rating by 20. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37343,9,8,-1,'Formula: Enchant Weapon - Exceptional Agility',11431,2,64,8192,1,1000,250,0,-1,-1,84,0,333,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44633,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a melee weapon to increase Agility by 26. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37344,9,8,-1,'Formula: Enchant Weapon - Icebreaker',56750,3,4160,0,1,0,0,0,-1,-1,84,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44524,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes inflict fire damage. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37345,9,8,-1,'Formula: Enchant Gloves - Greater Assault',11431,2,80,8192,1,1000,250,0,-1,-1,84,0,333,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant gloves to increase attack power by 32. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37346,9,8,-1,'Formula: Enchant Bracer - Expertise',11431,2,64,8192,1,1000,250,0,-1,-1,84,0,333,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44598,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant bracers to increase expertise rating by 15. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37347,9,8,-1,'Formula: Enchant Cloak - Titanweave',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,44591,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase defense rating by 16. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37348,9,8,-1,'Formula: Enchant Cloak - Haste',9135,1,64,8192,1,1000,250,0,-1,-1,85,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,47898,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to permanently enchant a cloak to increase haste rating by 20. Requires a level 60 or higher item.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37349,9,8,-1,'Formula: Enchant Cloak - Shadow Armor',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,44631,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase stealth slightly and Agility by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37350,12,0,-1,'Bishop Street\'s Prayer Book',1134,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Pretty standard really, except for a freshly written blessing on the last page!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37351,4,2,-1,'Reinforced Caribou-Hide Leggings',51201,2,0,0,1,221250,44250,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,80,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37352,4,2,-1,'Regenerative Hide Harness',49255,2,0,0,1,222051,44410,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37353,4,2,-1,'Reinforced Caribou-Hide Helm',51264,2,0,0,1,155183,31036,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37354,4,2,-1,'Reinforced Caribou-Hide Boots',49906,2,0,0,1,155785,31157,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,58,3,21,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37355,4,2,-1,'Reinforced Caribou-Hide Chestguard',51265,2,0,0,1,208493,41698,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,57,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37356,4,2,-1,'Rhinohide Wristwraps',49256,2,0,0,1,104647,20929,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37357,4,1,-1,'Shivering Healer\'s Cloak',51242,2,0,0,1,126057,25211,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,12,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37358,12,0,0,'Quarterflash\'s Mining Pick',49234,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48625,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37359,12,0,0,'Strange Ore',36189,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37360,2,10,-1,'Staff of Draconic Combat',55717,4,0,0,1,1202258,240451,17,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,4,7,67,5,90,6,69,36,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,354,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-55,0,0,0,'',68,0,0,0,0,12340), (37361,4,1,-1,'Cuffs of Winged Levitation',53822,4,0,0,1,193086,38617,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,32,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37362,4,4,-1,'Leggings of Protective Auras',53808,4,0,0,1,678343,135668,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,68,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37363,4,4,-1,'Gauntlets of Dragon Wrath',51010,4,0,0,1,342352,68470,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,97,31,38,3,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37364,4,0,-1,'Frostbridge Orb',51005,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,31,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37365,4,3,-1,'Bands of the Sky Ring',52314,3,0,0,1,220465,44093,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,29,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37366,4,2,-1,'Drake-Champion\'s Bracers',51006,3,0,0,1,184383,36876,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,43,7,42,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37367,4,4,-1,'Echoing Stompers',51700,3,0,0,1,387892,77578,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,60,3,38,7,57,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37368,4,2,-1,'Silent Spectator Shoulderpads',51701,3,0,0,1,278615,55723,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,40,5,39,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,33030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37369,4,1,-1,'Sorrowgrave\'s Breeches',52334,3,0,0,1,298277,59655,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,71,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37370,4,1,-1,'Cuffs of the Trussed Hall',52329,3,0,0,1,153565,30713,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,31,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37371,4,0,-1,'Ring of the Frenzied Wolvar',26001,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37372,15,4,-1,'Harpoon',49771,1,64,0,1,5,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51355,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37373,4,3,-1,'Massive Spaulders of the Jormungar',52333,3,0,0,1,317477,63495,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,41,7,57,5,39,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37374,4,2,-1,'Ravenous Leggings of the Furbolg',51702,3,0,0,1,352515,70503,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,62,7,78,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37375,4,2,-1,'Rhinohide Gloves',51262,2,0,0,1,104235,20847,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37376,4,4,-1,'Ferocious Pauldrons of the Rhino',51604,3,0,0,1,372287,74457,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37377,2,15,-1,'Netherbreath Spellblade',51703,3,0,0,1,713193,142638,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,24,5,32,6,26,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,235,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,-39,0,0,0,'',54,0,0,0,0,12340), (37378,4,2,-1,'Sealskin Bindings',49864,2,0,0,1,105426,21085,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37379,4,4,-1,'Skadi\'s Iron Belt',51704,3,0,0,1,252933,50586,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,49,7,87,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,34592,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,2,0,0,0,0,0,2888,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37380,4,2,-1,'Whalehunter Leggings',51210,2,0,0,1,212456,42491,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37381,12,0,-1,'Banshee\'s Magic Mirror',49782,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48679,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37382,4,2,-1,'Charred Drakehide Belt',56376,2,0,0,1,107018,21403,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,16,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37383,4,1,-1,'Seared Scale Cape',51250,2,0,0,1,128903,25780,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37384,2,10,-1,'Staff of Wayward Principles',50988,3,0,0,1,915113,183022,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,77,6,56,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,356,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,48647,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340), (37385,4,2,-1,'Seared Harness',51251,2,0,0,1,216420,43284,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,55,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37386,4,2,-1,'Ruby Heart Spaulders',49848,2,0,0,1,167221,33444,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37387,4,2,-1,'Charred Treads',49980,2,0,0,1,167822,33564,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,39,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37388,4,2,-1,'Reinforced Elastic Band',51263,2,0,0,1,112282,22456,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,38,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37389,4,2,-1,'Crenelation Leggings',49358,3,0,0,1,382516,76503,7,-1,-1,200,80,0,0,0,0,0,0,6,1,1,0,3,7,58,5,60,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37390,4,0,-1,'Meteorite Whetstone',51706,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60301,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37391,4,2,-1,'Rhinohide Mask',51294,2,0,0,1,170210,34042,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37392,4,2,-1,'Soggy Hide Pauldrons',49847,2,0,0,1,154550,30910,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37393,4,2,-1,'Shadewrap Gloves',49911,2,0,0,1,103423,20684,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37394,4,2,-1,'Marshwalker Waistguard',49816,2,0,0,1,103824,20764,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,39,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37395,4,4,-1,'Ornamented Plate Regalia',51707,3,0,0,1,495374,99074,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,58,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,29369,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,2,0,0,0,3316,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37396,4,2,-1,'Whalehunter Gloves',51211,2,0,0,1,104625,20925,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,17,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37397,4,0,-1,'Gold Amulet of Kings',4841,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,47,7,57,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37398,4,3,-1,'Mantle of Discarded Ways',49362,3,0,0,1,323526,64705,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37399,4,2,-1,'Floodplain Shoulderpads',49246,2,0,0,1,158725,31745,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37400,4,2,-1,'Whalehunter Cuffs',49859,2,0,0,1,106206,21241,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,12,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,14052,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,11723), (37401,2,7,-1,'Red Sword of Courage',51695,4,524288,0,1,965140,193028,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,25,7,58,12,38,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37402,4,2,-1,'Floodplain Vest',49255,2,0,0,1,219755,43951,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,52,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37403,4,2,-1,'Marshwalker Boots',49906,2,0,0,1,165418,33083,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37404,4,2,-1,'Floodplain Cover',49264,2,0,0,1,166002,33200,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37405,4,2,-1,'Marshwalker Pauldrons',49848,2,0,0,1,166603,33320,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,38,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37406,4,2,-1,'Denwatcher\'s Leggings',49851,2,0,0,1,222939,44587,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37407,4,3,-1,'Sovereign\'s Belt',51697,4,0,0,1,303836,60767,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,51,7,67,5,33,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37408,4,1,-1,'Girdle of Bane',53823,4,0,0,1,203263,40652,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,48253,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37409,4,2,-1,'Gilt-Edged Leather Gauntlets',53819,4,0,0,1,254986,50997,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,48,7,57,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37410,2,16,-1,'Tracker\'s Balanced Knives',51708,3,4194304,0,1,175952,43988,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,39,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,15812,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37411,12,0,0,'Wintergarde Miner\'s Card',50676,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37412,12,0,0,'Grooved Cog',49784,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37413,12,0,0,'Notched Sprocket',49785,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37414,4,3,-1,'Farseer\'s Headpiece',49527,2,0,0,1,186864,37372,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,36,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37415,4,3,-1,'Tundrastrider Ringmail',51221,2,0,0,1,250087,50017,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37416,12,0,0,'High Tension Spring',49783,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37417,4,3,-1,'Westrift Handcovers',51066,2,0,0,1,126005,25201,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,36,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15813,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37418,4,3,-1,'Seaspeaker Legguards',51067,2,0,0,1,259860,51972,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,37,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,37083,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37419,4,3,-1,'Seaspeaker Mantle',49521,2,0,0,1,196466,39293,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37420,4,3,-1,'Sharkproof Boots',51245,2,0,0,1,197190,39438,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,18,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37421,4,3,-1,'Waverunner Waistband',51215,2,0,0,1,131359,26271,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,37,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37422,4,3,-1,'Westrift Wristguards',51212,2,0,0,1,131840,26368,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,16,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37423,4,3,-1,'Sharkproof Coif',51244,2,0,0,1,198462,39692,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37424,4,3,-1,'Plainhunter\'s Epaulettes',51237,2,0,0,1,200069,40013,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37425,4,3,-1,'Tundrastrider Boots',51223,2,0,0,1,200793,40158,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37426,4,3,-1,'Rusty Mesh Leggings',51257,2,0,0,1,267501,53500,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,31,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,36068,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37427,4,3,-1,'Plainhunter\'s Waistband',51267,2,0,0,1,134218,26843,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,28,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37428,4,3,-1,'Ring-Ridden Wrist Protectors',51260,2,0,0,1,134699,26939,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37429,4,3,-1,'Glimmering Ringmail Gloves',51181,2,0,0,1,135180,27036,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15825,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37430,3,1,-1,'Solid Sky Sapphire (Unused)',39927,3,0,0,1,120000,30000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1021,-1,0,0,0,0,'',0,0,0,0,0,12340), (37431,0,0,0,'Fetch Ball',7363,2,0,0,1,5000,250,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48650,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37432,12,0,-1,'Torturer\'s Rod',49788,1,2048,1,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Its magical runes glow.',0,0,0,12271,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37433,4,3,-1,'Layered Scale Boots',51148,2,0,0,1,186950,37390,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37434,4,3,-1,'Cauterizing Chain Strand',51113,2,0,0,1,127993,25598,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37435,4,3,-1,'Flame Infused Bindings',51137,2,0,0,1,128474,25694,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37436,4,3,-1,'Seaspeaker Gloves',51248,2,0,0,1,128955,25791,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,21,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37437,4,3,-1,'Plainhunter\'s Chestpiece',51071,2,0,0,1,258872,51774,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37438,12,0,-1,'Rod of Compulsion',49788,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48712,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37439,4,3,-1,'Spiked Magmoth Gloves',51239,2,0,0,1,130385,26077,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,38,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,15809,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37440,4,3,-1,'Spiked Magmoth Chestpiece',51240,2,0,0,1,261731,52346,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,33,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37441,4,3,-1,'Spiked Magmoth Mantle',51237,2,0,0,1,197895,39579,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37442,4,3,-1,'Chilled Mail Boots',51148,2,0,0,1,198600,39720,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37443,4,3,-1,'Spiked Magmoth Helm',51238,2,0,0,1,198443,39688,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,38,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37444,4,3,-1,'Wavekeeper\'s Helm',59543,2,0,8192,1,199164,39832,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,36,30,7,33,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37445,12,0,0,'Destructive Wards',50443,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48711,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37446,4,3,-1,'Tank Commander\'s Treads',51231,2,0,0,1,201478,40295,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,36,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37447,4,3,-1,'Reinforced Mendicant\'s Cowl',53181,2,0,0,1,201308,40261,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37448,4,3,-1,'BT47 Mail Physical Legs3 ',56315,2,0,8192,1,269373,53874,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,37,22,7,79,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37449,0,2,-1,'Breath of Murloc',4836,1,0,0,1,0,200,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48719,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37450,4,3,-1,'BT48 Mail Healer Chest3 ',51109,2,0,8192,1,252141,50428,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,32,22,5,30,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37451,4,3,-1,'BT49 Mail Physical Belt3',54935,2,0,8192,1,126551,25310,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,42,32,28,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37452,0,5,-1,'Fatty Bluefin',49798,1,0,0,1,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48720,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (37453,4,3,-1,'BT59 Mail Physical Belt4',51146,2,0,8192,1,127500,25500,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,62,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37454,4,3,-1,'HF28 Mail Physical Chest4',51071,2,0,8192,1,255961,51192,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,80,4,0,32,22,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37455,4,3,-1,'BT56 Mail Healer Gloves2',51141,2,0,8192,1,128461,25692,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,41,36,28,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37456,4,3,-1,'Cauterizing Chain Leggings',51067,2,0,0,1,257885,51577,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,22,7,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37457,4,3,-1,'BT55 Mail Physical Legs4',56323,2,0,8192,1,258820,51764,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,51,3,38,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37458,4,3,-1,'Wristguards of Rocky Horror',51137,2,0,0,1,129891,25978,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,12,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37459,12,0,0,'Quarterflash\'s Homing Bot',44269,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48731,0,-1,0,0,1149,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37460,15,2,-1,'Rope Pet Leash',11907,1,0,0,1,7500,1875,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48722,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37461,2,6,-1,'Tidebreaker Trident',49801,3,4096,0,1,0,0,17,-1,-1,145,70,0,0,0,0,0,0,0,0,1,0,3,38,130,32,40,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,502,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37462,4,1,-1,'Sea King\'s Crown',49800,2,4096,0,1,0,0,1,-1,-1,145,70,0,0,0,0,0,0,0,0,1,0,3,32,34,5,21,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,2,0,0,0,0,0,3596,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37463,4,2,-1,'Winterfin Patch of Honor',22794,2,4096,0,1,0,0,1,-1,-1,145,70,0,0,0,0,0,0,0,0,1,0,3,31,25,32,34,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37464,0,8,-1,'Winterfin Horn of Distress',50664,1,67109952,0,1,0,0,0,-1,-1,138,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48739,0,-1,0,300000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only works in Borean Tundra, Howling Fjord, and Dragonblight.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37465,12,0,0,'Wintergarde Mine Bomb',49804,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48741,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37466,4,4,-1,'BT59 Plate Physical Chest4',56326,2,0,8192,1,289676,57935,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,57,4,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37467,15,0,-1,'A Steamy Romance Novel: Forbidden Love',9319,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3077,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37468,4,4,-1,'HF28 Plate Physical Boots4',51086,2,0,8192,1,218500,43700,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,24,4,39,36,21,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37469,4,4,-1,'BT57 Plate Healer Bracer2',51144,2,0,8192,1,147343,29468,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,30,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37470,4,4,-1,'BT56 Plate Physical Shoulders4',49512,2,0,8192,1,220180,44036,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,4,39,32,20,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37471,4,4,-1,'Girdle of Ripped Space',51106,2,0,0,1,148471,29694,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37472,4,4,-1,'BT49 Plate Physical Bracer',56321,2,0,8192,1,149020,29804,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,4,21,32,21,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37473,4,4,-1,'BT48 Plate Healer Head2',51527,2,0,8192,1,222677,44535,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,33,32,53,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37474,4,4,-1,'BT47 Plate Physical Boots3',56316,2,0,8192,1,223517,44703,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,58,4,16,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37475,4,4,-1,'Benign Crusader\'s Plate',51125,2,0,0,1,299713,59942,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,30,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37476,4,4,-1,'Gorge\'s Breastplate of Bloodrage',51094,2,0,0,1,300805,60161,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,80,4,30,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37477,4,4,-1,'Lost Crusader Chestplate',51087,2,0,8192,1,301927,60385,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,33,5,30,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37478,4,4,-1,'Amberplate Grips',52372,2,0,0,1,152390,30478,10,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,3,4,39,32,16,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37479,4,4,-1,'Amberplate Legguards',56188,2,0,0,1,304140,60828,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,80,32,21,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37480,4,4,-1,'Mightstone Helm',51207,2,0,0,1,228511,45702,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,33,4,30,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37481,4,4,-1,'Chestguard of Salved Wounds',51087,2,0,0,1,306384,61276,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,22,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,37952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37482,4,4,-1,'Mightstone Legplates',51206,2,0,0,1,315542,63108,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,36,32,55,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37483,4,4,-1,'Seabone Heaume',61308,2,0,0,1,237023,47404,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,53,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37484,4,4,-1,'Mendicant\'s Treads',51162,2,0,0,1,237863,47572,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,58,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37485,4,4,-1,'Clam Collector Gauntlets',56387,2,0,0,1,145086,29017,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,21,7,58,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Ensures quick descent.',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37486,4,4,-1,'Landlocked Wristguards',51190,2,0,0,1,145650,29130,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,12,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37487,4,4,-1,'Seabone Legplates',51254,2,0,0,1,290738,58147,7,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,57,36,38,4,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37488,0,0,-1,'Wild Winter Pilsner',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42256,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37489,0,0,-1,'Izzard\'s Ever Flavor',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42255,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37490,0,0,-1,'Aromatic Honey Brew',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42254,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37491,0,0,-1,'Metok\'s Bubble Bock',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43961,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37492,0,0,-1,'Springtime Stout',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42263,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,11723), (37493,0,0,-1,'Blackrock Lager',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42257,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37494,0,0,-1,'Stranglethorn Brew',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43959,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37495,0,0,-1,'Draenic Pale Ale',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42264,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37496,0,0,-1,'Binary Brew',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42259,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37497,0,0,-1,'Autumnal Acorn Ale',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42260,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37498,0,0,-1,'Bartlett\'s Bitter Brew',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42258,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37499,0,0,-1,'Lord of Frost\'s Private Label',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42261,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37500,12,0,0,'Key to Refurbished Shredder',13824,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Allows operation of a refurbished shredder in Venture Bay.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37501,12,0,0,'Northern Salmon',4813,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37502,12,0,0,'Quarterflash\'s Package',12925,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37503,3,3,-1,'Purified Shadowsong Amethyst',44924,4,0,0,1,240000,60000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1041,-1,0,0,0,0,'',0,0,0,0,0,12340), (37504,9,10,-1,'Design: Purified Shadowsong Amethyst',1096,1,64,0,1,500000,125000,0,-1,-1,75,0,755,375,0,0,0,1077,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,48789,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Purified Shadowsong Amethyst.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37505,4,4,-1,'Battle Leader\'s Breastplate',56330,2,0,0,1,288494,57698,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,53,32,30,3,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37506,4,4,-1,'Bogstrok Plate Gloves',56354,2,0,0,1,145620,29124,10,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,3,7,24,37,21,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37507,4,4,-1,'Chilled Shoulderplates',56386,2,0,0,1,217615,43523,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,16,32,21,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37508,4,4,-1,'Sinking Pauldrons',49725,2,0,0,1,218455,43691,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37509,4,4,-1,'Seething Waistguard',51247,2,0,0,1,147312,29462,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,37,16,4,39,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37510,4,4,-1,'Wristguards of Edification',51259,2,0,0,1,147861,29572,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,12,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37511,4,4,-1,'Crucible Waistguard',56392,2,0,0,1,148425,29685,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,21,7,24,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37512,4,4,-1,'Gauntlets of the Crimson Guardian',51151,2,0,0,1,148990,29798,10,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,21,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37513,4,4,-1,'Helm of the Crimson Drakonid',51184,2,0,0,1,222609,44521,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,37,30,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37514,4,4,-1,'Freed Shackles',51133,2,0,0,1,154144,30828,9,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,24,31,12,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37515,4,4,-1,'Lost Crusader Waistguard',51197,2,0,0,1,154708,30941,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,33124,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37516,4,4,-1,'Chilled Greaves',51504,2,0,0,1,231144,46228,8,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,32,39,4,21,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37517,4,4,-1,'Chilled Pauldrons',49725,2,0,0,1,231961,46392,3,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,4,39,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,0,0,0,0,0,47177,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37518,4,4,-1,'Amberplate Waistguard',56189,2,0,0,1,156385,31277,6,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,58,37,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37519,4,4,-1,'Amberplate Headguard',51904,2,0,0,1,233640,46728,1,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,80,4,30,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37520,4,6,-1,'Plainkeeper Blockade',51453,2,0,0,1,286388,57277,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,45,13,16,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37521,4,6,-1,'Icechill Buckler',50911,2,0,0,1,287386,57477,14,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,37,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,34592,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,128,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37522,4,4,-1,'Earthborn Greaves',51162,2,0,0,1,236137,47227,8,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,16,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,36062,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37523,4,0,-1,'Rigid Tuskring',28830,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37524,4,0,-1,'Scout\'s Signet Ring',26001,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,36,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37525,4,0,-1,'Deep Sea Tuskring',51277,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37526,4,0,-1,'Thin Dexterity Enhancing Tube',51230,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37527,4,0,-1,'Shimmering Band',51243,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only seems to fit on two of your fingers... inconvenient.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37528,4,0,-1,'Dry Earth Circle',23629,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37529,4,0,-1,'Shivering Healer\'s Ring',23728,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,30,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9315,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37530,4,0,-1,'Icy Ripper Ring',9840,2,0,0,1,125915,31478,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47177,1,0,0,-1,0,-1,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37534,2,16,-1,'BT56 Thrown2 ',40005,2,4194304,8192,1,138516,34629,25,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,27,31,11,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37535,2,10,-1,'Stave of the Windborn',50137,2,0,0,1,549335,109867,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,55,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47125,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (37536,2,4,-1,'BT57 Fast Mace2',49233,2,0,8192,1,441028,88205,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,0,37,20,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37537,2,10,-1,'Stave of the Spiritcaller',50142,2,0,0,1,553288,110657,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,290,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,47126,1,0,0,-1,0,-1,35828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-35.8,0,0,0,'',34,0,0,0,0,12340), (37538,12,0,0,'Scrying Orb',7261,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37539,12,0,0,'Neltharion\'s Flame',16325,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48790,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37540,12,0,-1,'The Diary of High General Abbendis',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep out or else!',3092,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37541,4,0,-1,'Giant Turtle Collar',34318,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37542,12,0,0,'Fishing Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48794,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37543,4,0,-1,'Pugnacious Collar',9852,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37544,4,0,-1,'Drakebone Necklace',34034,2,0,0,1,138516,34629,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,12,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15807,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37545,4,0,-1,'Graven Shoveltusk Pendant',9860,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14027,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37546,4,0,-1,'Choker of the Northern Wind',6490,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,45,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9343,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37547,2,4,-1,'Fireborn Warhammer',50203,2,0,0,1,426646,85329,13,262143,2147483647,138,0,0,0,0,0,0,0,0,0,1,0,1,36,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37548,4,0,-1,'Iceflow Collar',35437,2,0,0,1,125915,31478,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35833,1,0,0,1500,0,-1,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37555,4,0,-1,'Warsong\'s Wrath',45851,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48846,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37556,4,0,-1,'Talisman of the Tundra',39927,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48847,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37557,4,0,-1,'Warsong\'s Fervor',16283,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48848,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37558,4,0,-1,'Tidal Boon',52820,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23212,1,0,0,-1,0,-1,48855,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37559,4,0,-1,'Serrah\'s Star',29947,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54738,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37560,4,0,-1,'Vial of Renewal',51112,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,48865,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37562,4,0,-1,'Fury of the Crimson Drake',22639,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48868,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37564,4,1,-1,'Scaled Flame Cloak',51256,2,0,0,1,126551,25310,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14254,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37565,12,0,-1,'The Head of the High General',15706,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gruesome. Maybe this time she\'ll stay dead?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37566,4,1,-1,'Durable Worghide Cape',51160,2,0,0,1,127500,25500,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,32,16,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37567,7,3,0,'Healing Injector Kit',20628,1,1088,0,1,5405,1351,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48807,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Use with caution.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37568,12,0,0,'Renewing Tourniquet',2925,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48812,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37569,12,0,0,'Murkweed',49822,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37570,12,0,0,'Murkweed Elixir',9731,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48810,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37571,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,0,2,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12278,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37572,12,0,-1,'Cedar Chest',15692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37573,4,8,-1,'Idol of the Plainstalker',39640,2,0,0,1,130852,26170,28,32767,32767,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48833,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37574,4,7,-1,'Libram of Furious Blows',5563,2,0,0,1,131320,26264,28,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48835,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37575,4,9,-1,'Totem of the Tundra',47072,2,0,0,1,131801,26360,28,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48837,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (37576,12,0,0,'Renewing Bandage',32426,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48845,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37577,12,0,0,'Orik\'s Crystalline Orb',6506,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48864,5,0,0,-1,0,-1,48866,0,0,0,0,1149,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37579,2,4,-1,'Monster - Mace1H, Prince Arthas',49829,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37580,12,0,-1,'Forgotten Treasure',16190,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The motherlode!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37581,12,0,-1,'Bloodied Scalping Knife',21411,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37582,0,0,0,'Pyroblast Cinnamon Ball',29722,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48889,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37583,0,0,0,'G.N.E.R.D.S.',50455,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48890,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Gnomish Nutritional Effervescent Remarkably Delicious Sweets',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37584,0,0,0,'Soothing Spearmint Candy',37659,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48891,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37585,0,0,0,'Chewy Fel Taffy',13715,1,196608,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48892,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Note: Contains no actual demonic energy.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37586,15,0,-1,'Handful of Candy',49839,1,131078,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37587,4,2,-1,'Ymirjar Physician\'s Robe',51709,3,0,0,1,362038,72407,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,56,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37588,7,8,-1,'Mostly Digested Fish',49840,0,0,0,1,5500,275,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37590,4,4,-1,'Bands of Fading Light',51710,3,0,0,1,257721,51544,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,39,5,30,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37591,4,0,-1,'Nerubian Shield Ring',54513,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,64,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37592,4,3,-1,'Brood Plague Helmet',57540,3,0,0,1,331889,66377,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,46,5,51,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,33821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2771,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37593,4,2,-1,'Sprinting Shoulderpads',49369,3,0,0,1,277594,55518,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,33,7,87,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37594,4,1,-1,'Elder Headpiece',54514,3,0,0,1,222892,44578,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,77,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,48269,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37595,4,0,-1,'Necklace of Taldaram',31899,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,28,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37597,2,15,-1,'Direbrew\'s Shanker',23262,4,0,0,1,614601,122920,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,2,3,19,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,228,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,14089,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (37598,15,5,-1,'Swift Zhevra OLD',49870,4,0,8192,1,100000,0,0,262143,-1,40,40,0,0,33391,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,48954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37599,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,4096,1,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12306,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37601,12,0,0,'Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48966,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37602,7,14,0,'Armor Vellum II',57290,1,0,0,1,0,0,0,-1,-1,40,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Armor enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 35 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37603,0,6,-1,'Scroll of Enchant Boots - Dexterity',811,1,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27951,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37604,0,0,0,'Tooth Pick',49880,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49007,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'What a lousy treat... or is it?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37606,1,0,0,'Penny Pouch',4584,1,65536,0,1,0,1,18,-1,-1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37607,12,0,0,'Flesh-bound Tome',1246,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stitched together with flesh and bone.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37611,2,15,-1,'Epic Bland Dagger',36741,4,0,8192,1,696441,139288,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like this is for internal use only.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37612,4,4,-1,'Bonegrinder Breastplate',51520,3,0,0,1,529861,105972,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,70,7,91,32,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,2,0,0,0,3301,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37613,4,1,-1,'Flame Sphere Bindings',52311,3,0,0,1,151933,30386,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,37,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37614,4,3,-1,'Gauntlets of the Plundering Geist',54516,3,0,0,1,228715,45743,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,57,5,29,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37615,2,2,-1,'Titanium Compound Bow',54501,3,0,0,1,573775,114755,15,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,444,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37616,4,2,-1,'Kilt of the Forgotten One',49357,3,0,0,1,383877,76775,7,262143,2147483647,200,80,0,0,0,0,0,0,6,1,1,0,3,7,67,5,55,6,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37617,2,10,-1,'Staff of Sinister Claws',54504,3,0,0,1,963093,192618,17,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,76,5,77,6,51,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,312,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340), (37618,4,4,-1,'Greaves of Ancient Evil',52568,3,0,0,1,366584,73316,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,87,12,42,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37619,2,19,-1,'Wand of Ahn\'kahet',55720,4,0,0,1,702236,140447,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,20,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,617,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37620,4,4,-1,'Bracers of the Herald',54039,4,0,0,1,330860,66172,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,34,7,75,12,32,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37621,12,0,0,'Smoke Bomb',38667,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49075,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37622,4,1,-1,'Skirt of the Old Kingdom',54519,4,0,0,1,378840,75768,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,67,5,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,52804,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37623,4,3,-1,'Fiery Obelisk Handguards',54520,4,0,0,1,285218,57043,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,54,5,49,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37624,4,0,-1,'Stained-Glass Shard Ring',35472,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,30,7,39,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15829,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37625,4,4,-1,'Web Winder Gloves',54517,3,0,0,1,252907,50581,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,42,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37626,2,19,-1,'Wand of Sseratus',53117,3,0,0,1,540850,108170,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,18,5,18,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,560,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37627,4,4,-1,'Snake Den Spaulders',51927,3,0,0,1,389510,77902,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,85,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37628,4,3,-1,'Slad\'ran\'s Coiled Cord',53118,3,0,0,1,223818,44763,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,45,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37629,4,1,-1,'Slithering Slippers',53116,3,0,0,1,224634,44926,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37630,4,1,-1,'Shroud of Moorabi',47068,3,0,0,1,225429,45085,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,43,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37631,2,13,-1,'Fist of the Deity',57305,3,0,0,1,754150,150830,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,31,25,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37632,4,4,-1,'Mojo Frenzy Greaves',50507,3,0,0,1,396600,79320,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37633,4,4,-1,'Ground Tremor Helm',50615,3,0,0,1,398026,79605,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,48,7,93,12,61,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37634,4,2,-1,'Bracers of the Divine Elemental',53120,3,0,0,1,190559,38111,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37635,4,4,-1,'Pauldrons of the Colossus',51577,3,0,0,1,400839,80167,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,87,12,31,15,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37636,4,2,-1,'Helm of Cheated Fate',50908,3,0,0,1,287880,57576,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,78,7,67,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,48643,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37637,4,1,-1,'Living Mojo Belt',53121,3,0,0,1,154080,30816,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,54,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2952,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37638,4,0,-1,'Offering of Sacrifice',53122,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,60180,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37639,4,3,-1,'Grips of the Beast God',53123,3,0,0,1,210648,42129,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,37,7,57,5,30,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37640,4,2,-1,'Boots of Transformation',53124,3,0,0,1,264331,52866,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,43,5,44,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37641,4,1,-1,'Arcane Flame Altar-Garb',53126,3,0,0,1,283012,56602,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,77,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,48269,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37642,4,0,-1,'Hemorrhaging Circle',31657,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,49,7,51,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37643,4,2,-1,'Sash of Blood Removal',53815,4,0,0,1,244152,48830,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37644,4,2,-1,'Gored Hide Legguards',53820,4,0,0,1,490119,98023,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,89,7,96,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,49116,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37645,4,4,-1,'Horn-Tipped Gauntlets',53132,4,0,0,1,346286,69257,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,38,7,97,12,48,37,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37646,4,0,-1,'Burning Skull Pendant',53133,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,44,7,63,12,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40443,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37647,4,1,-1,'Cloak of Bloodied Waters',23018,3,0,0,1,222980,44596,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,60,7,37,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37648,4,3,-1,'Belt of Tasseled Lanterns',53134,3,0,0,1,223796,44759,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,45,5,31,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37649,2,15,-1,'Quarry Chisel',49373,3,0,8192,1,748635,149727,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,48,31,33,38,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37650,4,4,-1,'Shardling Legguards',51459,3,0,0,1,525949,105189,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37651,4,0,-1,'The Prospector\'s Prize',31906,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,27,5,29,36,43,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37652,4,2,-1,'Spaulders of Krystallus',51460,3,0,0,1,283799,56759,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37653,2,8,-1,'Sword of Justice',51512,3,0,0,1,949306,189861,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,70,7,105,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,772,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2952,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37654,4,3,-1,'Sabatons of the Ages',52363,3,0,0,1,344498,68899,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,43,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37655,4,1,-1,'Mantle of the Tribunal',52355,3,0,0,1,229465,45893,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,59,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37656,4,3,-1,'Raging Construct Bands',52360,3,0,0,1,230260,46052,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,29,5,28,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37657,4,0,-1,'Spark of Life',51518,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60519,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37658,4,4,-1,'Sun-Emblazoned Chestplate',51520,3,0,0,1,489558,97911,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,53,7,117,12,60,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37659,2,8,-1,'Enti\'s Quenched Sword',2380,0,0,0,1,300656,60131,17,-1,-1,200,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,-90.5,0,0,0,'',0,0,0,0,0,12340), (37660,4,0,-1,'Forge Ember',31282,3,528384,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60473,1,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37661,0,0,-1,'Gossamer Potion',17896,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49097,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37662,12,0,-1,'Gossamer Dust',7137,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37663,7,7,-1,'Titansteel Bar',57336,2,0,0,1,50000,12500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37664,12,0,0,'Element 115',55088,2,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49163,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Becomes unstable upon exposure to the atmosphere.',0,0,0,0,0,4,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,0,-1,0,200,0,0,'',0,0,0,0,0,12340), (37665,12,0,-1,'Tranquilizer Dart',21411,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49134,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37666,4,2,-1,'Boots of the Whirling Mist',51519,3,0,0,1,277677,55535,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,58,7,57,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37667,2,15,-1,'The Fleshshaper',51521,4,524288,0,1,990925,198185,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,22,7,58,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37668,4,4,-1,'Bands of the Stoneforge',51632,4,0,0,1,350048,70009,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,73,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37669,4,3,-1,'Leggings of the Stone Halls',52345,4,0,0,1,598849,119769,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,88,5,52,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,49116,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37670,4,4,-1,'Sjonnir\'s Girdle',53809,4,0,0,1,352602,70520,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,49,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37671,4,4,-1,'Refined Ore Gloves',51516,3,0,0,1,265383,53076,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,87,12,42,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37672,4,4,-1,'Patina-Coated Breastplate',50991,3,0,0,1,529655,105931,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,55,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37673,4,1,-1,'Dark Runic Mantle',51301,3,0,0,1,227811,45562,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37674,15,0,-1,'An Unopened Tome of Advice',9319,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3083,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37675,4,4,-1,'Legplates of Steel Implants',51612,3,0,0,1,497433,99486,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,70,7,103,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37676,15,5,-1,'Vengeful Nether Drake',42378,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49193,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37677,15,0,-1,'Numbered Rod',21205,0,0,0,1,124,24,0,-1,-1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The rod has hundreds of numbers carved into it, and pieces slide back and forth in an odd fashion.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37678,4,2,-1,'Bile-Cured Gloves',51613,3,0,0,1,179695,35939,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,42,7,85,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37679,4,3,-1,'Spaulders of the Abomination',57604,3,0,0,1,326085,65217,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,45,5,29,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37680,4,1,-1,'Belt of Unified Souls',52347,3,0,0,1,144829,28965,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37681,2,4,-1,'Gavel of the Fleshcrafter',50603,3,0,0,1,726870,145374,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,2,7,49,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,262,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,48647,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340), (37682,4,4,-1,'Bindings of Dark Will',50510,3,0,0,1,256816,51363,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,42,7,66,12,27,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37683,4,0,-1,'Necromancer\'s Amulet',9852,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,41,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37684,4,1,-1,'Forgotten Shadow Hood',52529,3,0,0,1,220487,44097,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,54,5,44,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,1,0,8,0,0,0,3303,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37685,4,0,-1,'Mobius Band',44841,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,43,7,46,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15829,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37686,4,3,-1,'Cracked Epoch Grasps',52397,3,0,0,1,222120,44424,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,42,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37687,4,1,-1,'Gloves of Distorted Time',52400,3,0,0,1,148609,29721,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37688,4,4,-1,'Legplates of the Infinite Drakonid',51615,3,0,0,1,522037,104407,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,117,12,45,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37689,4,0,-1,'Pendant of the Nathrezim',48511,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,43,7,64,12,25,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37690,4,4,-1,'Pauldrons of Destiny',49876,3,0,0,1,393595,78719,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,49,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37691,4,1,-1,'Mantle of Deceit',52407,3,0,0,1,209921,41984,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,54,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37692,2,3,-1,'Pierce\'s Pistol',52414,3,0,0,1,526842,105368,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,444,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37693,2,13,-1,'Greed',54894,4,0,0,1,940237,188047,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,3,29,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15826,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37694,4,0,-1,'Band of Guile',34189,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,34,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37695,4,3,-1,'Legguards of Nature\'s Power',53835,4,0,0,1,568436,113687,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,70,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37696,4,2,-1,'Plague-Infected Bracers',51939,4,0,0,1,237755,47551,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,28,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,33030,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37697,2,15,-1,'Trade District Knife',50971,3,0,8192,1,715987,143197,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,3,24,7,58,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37698,4,4,-1,'Spaulders of Elder\'s Square',51577,3,0,8192,1,376564,75312,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,4,60,7,79,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37699,4,4,-1,'Festival Lane Girdle',51610,3,0,8192,1,253917,50783,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,86,5,58,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37700,7,10,-1,'Crystallized Air',55240,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49234,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37701,7,10,-1,'Crystallized Earth',60020,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49248,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37702,7,10,-1,'Crystallized Fire',55241,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49244,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37703,7,10,-1,'Crystallized Shadow',55243,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49246,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37704,7,10,-1,'Crystallized Life',55242,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49247,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37705,7,10,-1,'Crystallized Water',60021,1,1024,0,1,2400,600,0,-1,-1,75,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49245,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1224,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37706,7,7,-1,'Hardened Saronite Bar',63661,1,0,0,1,0,3000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37707,12,0,0,'Wild Carrot',21115,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37708,2,14,20,'Stick',20618,1,1216,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,49266,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Needs more carrot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37710,7,3,-1,'Crashin\' Thrashin\' Racer Controller',44269,2,32832,0,1,400000,100000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49352,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37711,10,0,-1,'Currency Token Test Token 1',32278,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A test token for the Currency Token system',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37712,4,4,-1,'Terrace Defence Boots',52568,3,0,0,1,368049,73609,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,63,12,41,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,8,0,0,0,0,0,2972,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37713,15,0,-1,'Needle and Thread',49943,0,0,0,1,10,2,0,-1,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37714,4,2,-1,'Batrider\'s Cord',52565,3,0,0,1,176937,35387,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,57,7,49,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37715,4,1,-1,'Cowl of the Dire Troll',52529,3,0,0,1,213141,42628,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,55,6,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37716,12,0,0,'Flashbang Grenade',49944,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49319,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37717,4,4,-1,'Legs of Physical Regeneration',52567,3,0,0,1,501088,100217,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,60,5,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37718,4,0,-1,'Temple Crystal Fragment',52569,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,31,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37719,15,5,-1,'Swift Zhevra',49950,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49322,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37721,2,7,-1,'Cursed Lich Blade',52571,3,0,0,1,726649,145329,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,28,5,32,6,24,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,183,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,48644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-55,0,0,0,'',54,0,0,0,0,12340), (37722,4,4,-1,'Breastplate of Undeath',51520,3,0,0,1,510559,102111,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,80,3,112,7,75,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37723,4,0,-1,'Incisor Fragment',52572,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,38,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60299,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37724,4,2,-1,'Handler\'s Arm Strap',52573,3,0,0,1,188556,37711,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,39,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37725,4,1,-1,'Savage Wound Wrap',52398,3,0,0,1,151389,30277,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,32,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37726,4,3,-1,'King Dred\'s Helm',50612,3,0,0,1,341849,68369,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,78,5,45,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,48643,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37727,12,0,0,'Ruby Acorn',7287,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49349,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37728,4,1,-1,'Cloak of the Enemy',43096,3,0,0,1,229510,45902,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,31,7,66,12,42,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37729,4,4,-1,'Grips of Sculptured Icicles',52619,3,0,0,1,270249,54049,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,58,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37730,4,1,-1,'Cleric\'s Linen Shoes',52620,3,0,0,1,231142,46228,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,44,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37731,4,1,-1,'Opposed Stasis Leggings',52618,3,0,0,1,279835,55967,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,59,6,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,48269,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37732,4,0,-1,'Spectral Seal of the Prophet',31664,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,30,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37733,2,5,-1,'Mojo Masked Crusher',52574,3,0,0,1,881196,176239,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,78,3,45,7,84,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,762,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37734,4,0,-1,'Talisman of Troll Divinity',52576,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,6,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60517,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37735,4,4,-1,'Ziggurat Imprinted Chestguard',52338,3,0,0,1,497227,99445,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,117,12,49,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37736,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,0,2,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12420,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37737,12,0,-1,'\"Brew of the Month\" Club Membership Form',7695,1,0,1,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,12421,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37739,2,15,-1,'Brutal Gladiator\'s Blade of Alacrity',49147,4,32768,0,1,0,0,21,1488,-1,154,70,0,0,0,0,0,0,0,0,1,0,5,7,32,5,21,18,18,30,227,35,18,0,0,0,0,0,0,0,0,0,0,0,0,9,115,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37740,2,4,-1,'Brutal Gladiator\'s Swift Judgement',49146,4,32768,0,1,0,0,21,1106,-1,154,70,0,0,0,0,0,0,0,0,1,0,4,7,38,5,25,30,227,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.92,114.92,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-61.8,0,0,0,'',0,0,0,0,0,1), (37741,12,0,-1,'Letter of Amnesty',32847,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37742,10,0,-1,'Currency Token Test Token 2',32276,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A second test token for the Currency Token system',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37743,4,4,-1,'Legguards of Brutalization',50506,3,0,0,1,351955,70391,7,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,4,37,32,34,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1146,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37744,4,3,-1,'Horrorblood Treads',52467,3,0,0,1,228085,45617,8,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,3,29,7,28,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,504,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37745,4,2,-1,'Greenhealer\'s Garb',50025,3,0,0,1,253217,50643,5,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,6,25,7,51,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37746,4,1,-1,'Helm of the Burning Soul',52544,3,0,0,1,152476,30495,1,32767,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,7,43,5,34,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37747,4,6,-1,'Beneficent Bulwark',50024,3,0,0,1,326416,65283,14,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,2,5,19,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4283,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,21631,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,101,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37748,4,0,-1,'Winterfall\'s Frozen Necklace',9657,3,0,0,1,143015,35753,2,-1,-1,130,69,0,0,0,0,0,0,0,0,1,0,3,5,14,6,16,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37749,2,13,-1,'Shocking Claws',42173,3,0,0,1,528182,105636,22,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,22,31,23,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,198,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37750,0,0,-1,'Fresh Brewfest Hops',7273,1,65536,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66052,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (37751,4,0,-1,'Tooga\'s Lost Toenail',50376,3,524288,0,1,147056,36764,11,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,28,4,19,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37752,4,1,-1,'Sandals of Broken Dreams',52464,3,0,0,1,144931,28986,8,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,7,33,32,29,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37753,4,1,-1,'Mendicant\'s Robe of Mendacity',52458,3,0,0,1,199321,39864,20,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,5,32,6,40,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18048,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37754,4,1,-1,'Shimmersteel Hood',52545,3,0,0,1,154065,30813,1,32767,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,7,46,5,41,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37755,4,1,-1,'Leggings of the Icy Heart',52472,3,0,0,1,217387,43477,7,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,5,40,32,34,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37756,4,1,-1,'Zoe\'s Comforting Cape',15063,3,0,0,1,167803,33560,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,5,17,6,23,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,18038,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37757,4,1,-1,'Charlotte\'s Chastizing Pauldrons',52448,3,0,0,1,172596,34519,3,32767,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,32,37,5,27,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37758,4,0,-1,'Raine\'s Choker of Combustion',40413,3,0,0,1,171304,42826,2,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,5,27,32,21,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,759,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37759,4,1,-1,'Rhie-ay\'s Clutching Gauntlets',43654,3,0,0,1,121505,24301,10,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,5,29,6,40,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,33163,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37760,4,1,-1,'Cracklefire Wristguards',27601,3,0,0,1,127573,25514,9,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,3,5,32,36,23,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37761,4,1,-1,'Shimmerthread Girdle',43732,3,0,0,1,130861,26172,6,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,3,5,28,36,33,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37762,4,2,-1,'Many-Pocketed Belt',52520,3,0,0,1,128769,25753,6,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,3,30,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37763,4,2,-1,'Treads of the Purifier',52475,3,0,0,1,199183,39836,8,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,7,30,5,23,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37764,4,2,-1,'Corehound Fang Shoulderpads',51715,3,0,0,1,205251,41050,3,32767,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,36,28,3,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37765,4,2,-1,'Leggings of the Water Moccasin',52488,3,0,0,1,288965,57793,7,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,7,54,5,46,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37766,4,2,-1,'Bracers of Unmitigated Larceny',52513,3,0,0,1,148578,29715,9,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,3,28,7,27,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37767,4,2,-1,'Ryft\'s Deathgaze',53372,3,0,0,1,229069,45813,1,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,7,49,3,38,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,33485,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37768,4,2,-1,'Leggings of Violent Exsanguination',52515,3,0,0,1,313747,62749,7,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,7,51,37,40,3,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37769,4,2,-1,'Gnarled Shovelhorn Spaulders',52482,3,0,0,1,241567,48313,3,32767,-1,166,77,0,0,0,0,0,0,0,0,1,0,3,32,41,5,31,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,33029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37770,4,2,-1,'Bulge-Concealing Breastplate',52514,3,0,0,1,330513,66102,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,3,7,58,37,43,3,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37771,4,2,-1,'Wristguards of Verdant Recovery',52480,3,0,0,1,157626,31525,9,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,3,7,37,5,33,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37772,4,3,-1,'Wub\'s Electrospike Spaulders',49362,3,0,0,1,224400,44880,3,32767,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,36,29,5,22,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,566,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37773,4,3,-1,'Shock-Inducing Girdle',52476,3,0,0,1,153592,30718,6,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,2,5,20,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37774,4,3,-1,'Leggings of Aqueous Dissolution',52481,3,0,0,1,316586,63317,7,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,5,28,7,57,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37775,4,3,-1,'Helm of the Broken Ram',53371,3,0,0,1,244536,48907,1,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,31,29,7,52,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37776,4,3,-1,'Bracers of Accurate Fire',52501,3,0,0,1,167786,33557,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,3,24,7,30,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37777,4,3,-1,'Bracers of Sizzling Heat',52485,3,0,0,1,172562,34512,9,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,2,5,18,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37778,4,3,-1,'Girdle of Unerring Flight',52473,3,0,0,1,177385,35477,6,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,32,38,7,43,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37779,4,3,-1,'Nixod\'s Chain-Threshed Spaulders',52484,3,0,0,1,280903,56180,3,32767,-1,166,77,0,0,0,0,0,0,0,0,1,0,3,3,38,7,46,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37780,4,3,-1,'Condor-Bone Chestguard',52502,3,0,0,1,382682,76536,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,4,31,57,32,43,7,55,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37781,4,3,-1,'Grips of the Warming Heart',52487,3,0,0,1,196253,39250,10,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,2,32,44,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37782,4,4,-1,'Gauntlets of the Cheerful Hearth',52477,3,0,0,1,181289,36257,10,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,2,32,30,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,843,0,0,0,0,0,0,0,0,0,18034,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37783,4,4,-1,'Blood-Tempered Spaulders',51927,3,0,0,1,278299,55659,3,32767,-1,138,71,0,0,0,0,0,0,0,0,1,0,4,4,30,3,23,7,40,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37784,4,0,-1,'Keystone Great-Ring',33728,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,32,7,75,13,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37785,4,4,-1,'Girdle of the Howling Berserker',52509,3,0,0,1,198356,39671,6,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,4,29,7,37,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,0,0,0,0,0,0,0,0,0,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37786,4,4,-1,'Legguards of the Forlorn Seas',52483,3,0,0,1,405927,81185,7,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,2,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37787,4,4,-1,'Greathelm of the Unyielding Bull',52302,3,0,0,1,290312,58062,1,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,4,7,75,12,46,4,32,14,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1414,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37788,4,3,-1,'Limb Regeneration Bracers',53817,4,0,0,1,284247,56849,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,36,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37789,4,4,-1,'Gauntlets of Disembowelment',52512,3,0,0,1,201245,40249,10,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,4,38,36,36,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37790,4,4,-1,'Belt of Crystalline Tears',51704,3,0,0,1,206778,41355,6,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,7,43,5,25,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1034,0,0,0,0,0,0,0,0,0,33820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37791,4,2,-1,'Leggings of the Winged Serpent',53814,4,0,0,1,479187,95837,7,262143,2147483647,200,80,0,0,0,0,0,0,6,1,1,0,3,7,67,5,68,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37792,4,4,-1,'Agin\'s Crushing Carapace',52450,3,0,0,1,423838,84767,5,-1,-1,166,77,0,0,0,0,0,0,0,0,1,0,4,7,82,12,35,14,52,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37793,4,4,-1,'Skullcage of Eternal Terror',52304,3,0,0,1,325644,65128,1,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,4,4,57,32,37,31,43,7,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1572,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37794,4,0,-1,'Torta\'s Oversized Choker',52454,3,0,0,1,187469,46867,2,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,3,12,25,7,49,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37795,4,4,-1,'Grips of the Valiant Champion',52451,3,0,0,1,186406,37281,10,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,4,4,31,7,48,13,21,14,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37796,4,1,-1,'Earthbound Cape',52453,3,0,0,1,159445,31889,16,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,4,13,22,12,18,7,31,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37797,4,1,-1,'Cloak of the Agile Mind',23422,3,0,0,1,185051,37010,16,-1,-1,166,77,0,0,0,0,0,0,0,0,1,0,4,3,30,36,30,5,23,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37798,4,1,-1,'Overlook Handguards',53825,4,0,0,1,196714,39342,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37799,4,1,-1,'Reanimator\'s Cloak',52605,3,0,0,1,222098,44419,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,31,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37800,4,3,-1,'Aviary Guardsman\'s Hauberk',52610,3,0,0,1,445828,89165,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,60,5,35,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,48390,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37801,4,4,-1,'Waistguard of the Risen Knight',52611,3,0,0,1,262510,52502,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,87,12,42,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37802,2,15,-1,'Elanor\'s Edge',52445,3,0,0,1,557434,111486,13,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,2,3,17,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,43219,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37803,2,10,-1,'Lola\'s Lifegiving Branch',51691,3,0,0,1,663751,132750,17,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,7,40,5,43,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,269,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,42120,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-30.3,0,0,0,'',53,0,0,0,0,12340), (37804,2,10,-1,'Bloodwood Greatstaff',50536,3,0,0,1,701021,140204,17,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,1,37,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,475,0,0,0,0,700,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37805,2,4,-1,'Melia\'s Magnificent Scepter',50006,3,0,0,1,549716,109943,21,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,177,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,49431,1,0,0,0,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-30.3,0,0,0,'',53,0,0,0,0,12340), (37806,2,10,-1,'Zabra\'s Misplaced Staff',52446,3,0,0,1,723139,144627,17,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,4,5,40,32,53,31,34,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,378,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,49558,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-43.8,0,0,0,'',53,0,0,0,0,12340), (37807,2,7,-1,'Lydia\'s Sharpened Swordbreaker',52457,3,0,0,1,540533,108106,13,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,2,4,27,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37808,2,4,-1,'Dragonjaw Mauler',52455,3,0,0,1,582915,116583,13,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,1,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,243,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,42095,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37809,2,2,-1,'Roc-Feather Longbow',49368,3,0,0,1,438860,87772,15,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,2,31,19,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,329,0,0,0,0,0,0,0,0,0,0,0,2700,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37810,4,6,-1,'Blade-Binding Bulwark',51721,3,0,0,1,367258,73451,14,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,4,7,43,4,19,15,27,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,162,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37811,2,1,-1,'Captain Carver\'s Persuader',52456,3,0,0,1,669000,133800,17,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,4,7,60,32,40,4,29,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,520,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37812,2,5,-1,'Petrified Ironwood Smasher',52460,3,0,0,1,722680,144536,17,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,2,4,77,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,507,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37813,2,6,-1,'Banner Slicer',52449,3,0,0,1,708292,141658,17,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,1,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,465,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37814,4,4,-1,'Iron Dwarf Smith Pauldrons',51577,3,0,0,1,380841,76168,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,87,12,36,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37815,0,0,-1,'Emerald Essence',50543,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49345,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (37816,15,3,-1,'Preserved Brewfest Hops',7273,2,0,0,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62062,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37817,4,0,-1,'Branch of Sinful Reprieve',52465,3,0,0,1,159180,39795,23,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,7,24,5,19,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37818,4,3,-1,'Patroller\'s War-Kilt',52359,3,0,0,1,442519,88503,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,59,32,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,48337,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37819,4,0,-1,'Milan\'s Mastercraft Band',26001,3,524288,0,1,151098,37774,11,-1,-1,138,71,0,0,0,0,0,0,0,0,1,0,3,32,24,7,24,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37820,4,0,-1,'Worgen\'s Ring of Revitalization',33856,3,524288,0,1,155139,38784,11,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,35,24,7,31,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37821,4,0,-1,'Raine\'s Signet of Blasting',28733,3,524288,0,1,163221,40805,11,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,32,21,7,25,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,759,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (37822,4,0,-1,'Twisted Puzzle-Ring',52459,3,524288,0,1,183428,45857,11,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,2,5,21,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37823,4,0,-1,'Draconic Choker of Ferocity',36902,3,0,0,1,179386,44846,2,-1,-1,166,77,0,0,0,0,0,0,0,0,1,0,3,32,30,7,34,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37824,2,19,-1,'Gwyneth\'s Runed Dragonwand',56898,3,0,0,1,460255,92051,26,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,2,5,23,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,398,5,0,0,0,0,0,0,0,0,0,0,1500,0,100,18030,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37825,4,1,-1,'Traditionally Dyed Handguards',52364,3,0,0,1,140476,28095,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37826,4,4,-1,'The General\'s Steel Girdle',51934,3,0,0,1,248170,49634,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,3,36,7,85,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37827,15,5,-1,'Brewfest Kodo',29447,3,0,8192,1,100000,0,0,262143,-1,20,20,0,0,33388,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49378,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37828,15,5,-1,'Great Brewfest Kodo',51020,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,49379,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37829,12,0,-1,'Brewfest Prize Token',50216,2,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (37830,12,0,-1,'Mikhail\'s Journal',1143,1,2048,1,1,0,0,0,-1,-1,1,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12423,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37831,12,0,-1,'Mikhail\'s Journal',1143,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37833,12,0,0,'Ruby Brooch',31604,1,67584,0,1,0,0,0,-1,-1,1,71,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Signifies the Keeper of the Ruby Dragonshrine.',0,0,0,12419,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37835,4,0,-1,'Je\'Tze\'s Bell',26622,4,4096,0,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49622,1,0,0,90000,0,15000,49621,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37836,10,0,-1,'Venture Coin',51567,1,0,0,1,4000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Nothing ventured, nothing gained.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37837,7,8,-1,'Fat Lute',50000,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'TEMP Test Vendor Item',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37839,15,0,-1,'Abomination Stitching',21416,0,0,8192,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This stitching is fresh.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (37840,4,1,-1,'Shroud of Reverberation',43086,3,0,0,1,228715,45743,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,25,7,64,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37841,4,2,-1,'Slag Footguards',51936,3,0,0,1,286887,57377,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,38,7,75,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37842,4,2,-1,'Belt of Vivacity',49378,3,0,0,1,191938,38387,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,43,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37843,4,1,-1,'Giant-Hair Woven Gloves',52348,3,0,0,1,154095,30819,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,58,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37844,4,0,-1,'Winged Talisman',52614,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60521,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37845,4,3,-1,'Cord of Swirling Winds',52615,3,0,0,1,210671,42134,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,39,7,54,5,33,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37846,4,2,-1,'Charged-Bolt Grips',52616,3,0,0,1,176239,35247,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,50,7,58,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37847,4,4,-1,'Skywall Striders',50507,3,0,0,1,370823,74164,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37848,2,10,-1,'Lightning Giant Staff',51938,3,0,0,1,887906,177581,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,158,3,76,7,84,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,488,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37849,4,4,-1,'Planetary Helm',52304,3,0,0,1,373636,74727,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,80,3,76,7,78,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37850,4,1,-1,'Flowing Sash of Order',52347,3,0,0,1,143153,28630,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,44,6,38,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37851,4,1,-1,'Ornate Woolen Stola',52357,3,0,0,1,287395,57479,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,74,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37852,2,1,-1,'Colossal Skull-Clad Cleaver',55709,4,0,0,1,1234367,246873,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,3,54,36,90,7,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,761,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37853,4,2,-1,'Advanced Tooled-Leather Bands',51939,4,0,0,1,247780,49556,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,36,7,43,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37854,4,1,-1,'Woven Bracae Leggings',53826,4,0,0,1,397899,79579,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,68,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,49441,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37855,4,3,-1,'Mail Girdle of the Audient Earth',53818,4,0,0,1,299513,59902,6,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,2,7,57,5,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37856,2,15,-1,'Librarian\'s Paper Cutter',49373,3,0,0,1,751430,150286,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,36,46,32,26,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,203,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37857,4,3,-1,'Helm of the Lightning Halls',59544,3,0,0,1,339367,67873,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,58,5,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,49442,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37858,4,2,-1,'Awakened Handguards',54902,3,0,0,1,189217,37843,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,44,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37859,0,0,-1,'Amber Essence',50541,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49461,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (37860,0,0,-1,'Ruby Essence',50544,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49462,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,-1,0,7200,0,0,'',0,0,0,0,0,12340), (37861,4,0,-1,'Necklace of Arcane Spheres',31603,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,45,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37862,4,4,-1,'Gauntlets of the Water Revenant',52512,3,0,0,1,270223,54044,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,42,7,87,12,57,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37863,0,0,0,'Direbrew\'s Remote',44269,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49844,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37864,4,0,-1,'Medallion of the Alliance',37840,4,32768,2,1,0,0,12,262143,1101,128,70,0,0,0,0,0,0,0,1,1,0,1,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37865,4,0,-1,'Medallion of the Horde',37841,4,32768,1,1,0,0,12,262143,690,128,70,0,0,0,0,0,0,0,1,1,0,1,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37867,4,1,-1,'Footwraps of Teleportation',53625,3,0,0,1,212259,42451,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,5,57,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2889,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37868,4,3,-1,'Girdle of the Ethereal',55009,3,0,0,1,218921,43784,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,41,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37869,4,0,-1,'Globule Signet',28831,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,33,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39903,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37870,4,3,-1,'Twin-Headed Boots',55011,3,0,0,1,332301,66460,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,30,7,45,5,29,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37871,2,0,-1,'The Key',54989,3,0,0,1,737826,147565,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,34,7,28,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37872,4,0,-1,'Lavanthor\'s Talisman',55012,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,15,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60215,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37873,4,0,-1,'Mark of the War Prisoner',44237,3,524288,0,1,322031,80507,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,31,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60480,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37874,4,4,-1,'Gauntlets of Capture',55019,3,0,0,1,262588,52517,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,3,34,7,64,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37875,4,3,-1,'Spaulders of the Violet Hold',54933,3,0,0,1,338383,67676,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,42,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37876,4,1,-1,'Cyanigosa\'s Leggings',52334,3,0,0,1,300542,60108,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,59,6,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37877,0,0,-1,'Silver Feather',50106,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49546,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37878,0,0,-1,'Worg\'s Blood Elixir',16325,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50166,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (37879,12,0,0,'Wintergarde Munitions',18574,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37880,12,0,-1,'The Plume of Alystros',32546,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Beautiful and perfect in every way.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37881,12,0,-1,'Skytalon Molts',50180,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49566,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37882,12,0,-1,'Lasher Seed',22793,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It pulses with the power of nature!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37883,2,10,-1,'Staff of Trickery',54903,4,0,0,1,1283757,256751,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,180,3,89,7,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37884,4,1,-1,'Azure Cloth Bindings',53893,4,0,0,1,191694,38338,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,38,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37886,4,3,-1,'Handgrips of the Savage Emissary',55006,4,0,0,1,289689,57937,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,65,7,52,5,34,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (37887,12,0,-1,'Seeds of Nature\'s Wrath',22793,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49587,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37888,15,0,0,'Arcane Disruptor',50183,2,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49590,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,595,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37889,4,0,-1,'Prison Manifest',54985,3,0,0,1,213737,53434,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,42,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37890,4,2,-1,'Chain Gang Legguards',55007,3,0,0,1,367516,73503,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,55,7,117,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,48643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37891,4,4,-1,'Cast Iron Shackles',55008,3,0,0,1,259689,51937,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,43,3,28,7,64,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (37892,2,14,-1,'Green Brewfest Stein',50189,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41920,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (37893,2,14,-1,'Filled Green Brewfest Stein',59619,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41921,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Barleybrew brew, when you want the very best.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (37894,2,14,-1,'Filled Green Brewfest Stein',59619,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41943,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'You\'ve called down the thunder!',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (37895,2,14,-1,'Filled Green Brewfest Stein',59619,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41946,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'T\'chali\'s Voodoo Brew has magic you don\'t want to understand.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (37896,2,14,-1,'Filled Green Brewfest Stein',59619,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41945,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Drohn\'s Distillery, a wise choice.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (37897,2,14,-1,'Filled Green Brewfest Stein',59619,3,131264,0,1,0,0,13,32767,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,1,41944,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gordok brew, it\'s wet.',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-4,0,0,0,'',0,0,0,0,0,12340), (37898,0,0,-1,'Wild Winter Pilsner',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42256,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37899,0,0,-1,'Izzard\'s Ever Flavor',18079,1,65536,0,6,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42255,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,1,12340), (37900,0,0,-1,'Aromatic Honey Brew',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42254,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37901,0,0,-1,'Metok\'s Bubble Bock',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43961,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37902,0,0,-1,'Springtime Stout',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42263,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37903,0,0,-1,'Blackrock Lager',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42257,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37904,0,0,-1,'Stranglethorn Brew',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43959,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37905,0,0,-1,'Draenic Pale Ale',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42264,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37906,0,0,-1,'Binary Brew',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42259,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37907,0,0,-1,'Autumnal Acorn Ale',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42260,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37908,0,0,-1,'Bartlett\'s Bitter Brew',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42258,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37909,0,0,-1,'Lord of Frost\'s Private Label',18079,1,65536,0,1,150,6,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42261,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1209600,0,0,'',0,0,0,0,0,12340), (37910,12,0,0,'Page 4 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37911,12,0,0,'Page 5 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37912,12,0,0,'Page 6 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37913,12,0,0,'Page 7 of Plunderbeard\'s Journal',24153,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37915,9,2,-1,'Pattern: Dress Shoes',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,49677,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a pair of Dress Shoes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37920,12,0,0,'Thel\'zan\'s Phylactery',31577,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There are initials etched on the side: I.M.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37921,7,9,-1,'Deadnettle',49932,1,536870976,0,1,3000,750,0,-1,-1,72,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37922,12,0,0,'Pack of Nozzlerust Explosives',1815,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It sounds like it\'s... ticking?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37923,12,0,-1,'Hourglass of Eternity',43101,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49890,0,0,0,210000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37925,0,0,-1,'Experimental Mixture',46209,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49736,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1800,0,0,'',0,0,0,0,0,12340), (37927,4,0,-1,'Guardian\'s Band of Subjugation',39129,4,36864,0,1,0,0,11,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,36,35,24,5,24,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37928,4,0,-1,'Guardian\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,35,35,18,36,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37929,4,0,-1,'Guardian\'s Pendant of Reprieve',39162,4,36864,0,1,0,0,2,262143,32767,154,70,0,0,0,0,0,0,0,1,1,0,4,7,25,35,18,5,19,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18037,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3164,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37930,12,0,0,'Onslaught Map',23229,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A map of Dragonblight with various markings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37931,12,0,-1,'The Path of Redemption',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A thoroughly read copy.',3092,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37932,12,0,-1,'Miner\'s Lantern',50374,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48974,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37933,12,0,0,'Zelig\'s Scrying Orb',6506,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49817,0,0,0,0,1149,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37934,4,0,-1,'Noble\'s Elementium Signet',45948,1,0,0,1,24000000,50000,11,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50200,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Finely crafted from the rarest materials, this exquisite ring is worn only by the world\'s elite.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (37936,4,1,-1,'Fisherman\'s Earwarmer',51284,2,0,0,1,143465,28693,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,33,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37937,4,1,-1,'Alystros\'s Plume Cinch',51172,2,0,0,1,86845,17369,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,42,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,2,0,0,0,2900,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37938,4,1,-1,'Visionary\'s Robes',51370,2,0,0,1,174365,34873,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,42,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37939,4,0,-1,'Baleen Braided Collar',34318,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,22,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37940,4,1,-1,'Mantle of Itharius',51301,2,0,0,1,131773,26354,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,21,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37941,4,1,-1,'Fading Handwraps',51145,2,0,0,1,88186,17637,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,36,16,31,26,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37942,4,1,-1,'Kirin Tor Initiate\'s Sandals',53251,2,0,0,1,132786,26557,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,16,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37943,4,1,-1,'Kirin Tor Initiate\'s Cowl',51287,2,0,0,1,133279,26655,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,52,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37944,4,1,-1,'High Priest Forith\'s Robes',51368,2,0,0,1,178381,35676,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,28,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'He won\'t be needing these anymore.',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37945,4,1,-1,'Thin Jormungar Legwraps',51334,2,0,0,1,179057,35811,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,43,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37947,4,1,-1,'Miraculous Waistwarming Band',51317,2,0,0,1,90194,18038,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37948,4,1,-1,'Refractive Shoulderpads',51208,2,0,0,1,139426,27885,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37949,4,1,-1,'Saboteur\'s Wrap',51004,2,0,0,1,139933,27986,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,25,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37950,4,1,-1,'Highseas Wristwraps',51355,2,0,0,1,93617,18723,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,12,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37953,4,1,-1,'Wastewind Garments',52624,2,0,0,1,189261,37852,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,33,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37954,4,1,-1,'Wastewind Cinch',52623,2,0,0,1,94959,18991,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,21,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37955,4,1,-1,'DB26 Healer Cloak',27658,2,0,0,1,0,28589,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37956,4,1,-1,'Frontrunner\'s Blessed Handwraps',51388,2,0,0,1,95634,19126,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,42,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,33106,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37957,4,1,-1,'Wastewind Bracers',51361,2,0,0,1,86836,17367,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,42,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14798,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37958,4,1,-1,'Wastewind Headcover',52516,2,0,0,1,130747,26149,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,67,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37959,4,1,-1,'Wastewind Pauldrons',49464,2,0,0,1,131253,26250,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,66,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37960,4,0,-1,'Oath Signet',51278,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,31,12,7,27,45,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37961,4,1,-1,'Wastewind Leggings',52626,2,0,0,1,176337,35267,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,33,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37962,4,1,-1,'Treads of the Charred Canyon',53257,2,0,0,1,132759,26551,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,43,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37963,4,1,-1,'Wastewind Handwraps',52625,2,0,0,1,88844,17768,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,32,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37964,4,1,-1,'Spiderwarder Braces',51359,2,0,0,1,91600,18320,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,9318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37965,4,1,-1,'Wyrmward Cover',51203,2,0,0,1,137893,27578,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,26228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37966,4,1,-1,'Bracers of Nature\'s Fury',51044,2,0,0,1,92266,18453,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,32,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37967,4,0,-1,'DB42 Spell Ring4',51276,2,0,0,1,0,16778,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,18,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37968,4,1,-1,'Robe of Calcified Tears',51369,2,0,0,1,185884,37176,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37969,4,1,-1,'Chaos Mender Cloak',51372,2,0,0,1,139906,27981,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,18,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37970,4,1,-1,'Feathers of the Dragon Wastes',52493,2,0,0,1,140412,28082,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37971,4,1,-1,'Sash of the Nibbling Plague',51312,2,0,0,1,93946,18789,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,34,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37976,4,0,-1,'DB54 Healer Neck2',31889,2,0,0,1,0,34629,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,22,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (37980,4,2,-1,'Moa\'ki Thresherhide Tunic',49247,2,0,0,1,225601,45120,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,48,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37981,4,2,-1,'Ancient Dreamer\'s Leggings',49851,2,0,0,1,226445,45289,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,32,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37982,4,0,-1,'Gleaming Tuskring',28830,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,37,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37983,4,2,-1,'Gloves of the Emerald Stalker',49911,2,0,0,1,114067,22813,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,46,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37984,4,2,-1,'Deathtouched Boots',56470,2,0,0,1,171716,34343,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,3,33,7,36,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37985,4,2,-1,'Violet Stalker Shoulderpads',49848,2,0,0,1,172349,34469,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,46,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37986,4,2,-1,'Hood of the Forgotten Rifleman',51264,2,0,0,1,172983,34596,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,45,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37987,4,2,-1,'Violet Stalker Bracers',51360,2,0,0,1,115744,23148,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,18,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37988,4,1,-1,'Lord Prestor\'s Drape',51375,2,0,0,1,139385,27877,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,18,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37989,4,2,-1,'Rattlebore Slayer Leggings',51332,2,0,0,1,233154,46630,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,48,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37990,4,2,-1,'Narf\'s Explosiveproof Strand',51318,2,0,0,1,116999,23399,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,37,33,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37991,4,2,-1,'Hyper-amplified Natural Leather Vest',49809,2,0,0,1,234819,46963,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,33,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,33165,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Engineered to be even more natural!',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37992,4,0,-1,'Ritual Neckguard',9852,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,37,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1500,0,-1,33149,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37993,4,2,-1,'Glade Wanderer Boots',51343,2,0,0,1,177381,35476,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,23,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37995,4,2,-1,'Snowfall Reaver Hood',51286,2,0,0,1,178630,35726,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,57,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37996,4,2,-1,'Snowfall Reaver Gloves',51392,2,0,0,1,111112,22222,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37998,4,2,-1,'Snowfall Reaver Boots',49903,2,0,0,1,167934,33586,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,47061,1,0,0,-1,0,-1,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (37999,4,2,-1,'Glade Wanderer Bracers',51354,2,0,0,1,112367,22473,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38000,4,2,-1,'Snowfall Reaver Breastplate',49255,2,0,0,1,225578,45115,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,33,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38001,4,2,-1,'Snowfall Reaver Pauldrons',49845,2,0,0,1,169817,33963,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38002,4,1,-1,'Honorborn Cloak',51373,2,0,0,1,136360,27272,16,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,32,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38003,4,2,-1,'Snowfall Reaver Leggings',51333,2,0,0,1,228088,45617,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,57,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38004,4,2,-1,'Scourgeslayer Belt',51319,2,0,0,1,114466,22893,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,63,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38005,4,2,-1,'Spiritfury Bands',49256,2,0,0,1,114888,22977,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,13,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,40680,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38006,4,2,-1,'Glade Wanderer Belt',49258,2,0,0,1,115310,23062,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,31,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38007,4,2,-1,'Canyon Runner\'s Vest',56372,2,0,0,1,231442,46288,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,85,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38008,4,2,-1,'Lothalar Woodwalker Belt',51316,2,0,0,1,116143,23228,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,18,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38010,4,2,-1,'Scourgeslayer Cover',51164,2,0,0,1,175464,35092,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,36,26,7,84,3,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38011,4,2,-1,'Torturer\'s Fleshwoven Leggings',51335,2,0,0,1,234797,46959,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,78,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38012,4,2,-1,'Lothalar Woodwalker Bracers',51356,2,0,0,1,109423,21884,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,29,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38013,4,2,-1,'Lothalar Woodwalker Shoulders',49246,2,0,0,1,164768,32953,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,20,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38014,4,2,-1,'Vermin-Handler\'s Gauntlets',49251,2,0,0,1,110256,22051,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,3,39,32,27,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38023,4,3,-1,'Sharkdiver\'s Leggings',51213,2,0,0,1,273678,54735,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,33165,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38024,4,3,-1,'Verdant Linked Boots',51148,2,0,0,1,206934,41386,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38025,4,3,-1,'Guiding Gloves of the Seer',51390,2,0,0,1,137838,27567,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38026,4,3,-1,'Sharkdiver\'s Bracers',51358,2,0,0,1,138345,27669,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,32,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,18031,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38027,4,3,-1,'Verdant Hunter\'s Guise',59545,2,0,0,1,208277,41655,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,56,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38028,4,0,-1,'Ring of the Afterlife',28812,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,19,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38029,4,3,-1,'Azurehunter Handguards',56310,2,0,0,1,143479,28695,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,15811,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38030,4,3,-1,'Chestpiece of the Forgotten Captain',56443,2,0,0,1,260563,52112,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,57,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38031,4,3,-1,'Azurehunter Legguards',56312,2,0,0,1,261576,52315,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,56,7,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38032,4,0,-1,'Wyrm-slave Collar',9658,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,-1,42094,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38033,4,3,-1,'Ice Heart Chestguard',51309,2,0,0,1,263575,52715,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,33,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38034,4,3,-1,'Serrated Chain Links',51320,2,0,0,1,132294,26458,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,23,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38035,4,3,-1,'Tightened Chainmesh Boots',51077,2,0,0,1,200086,40017,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,18,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38036,4,0,-1,'Circlet of the Forgotten Mercenary',51275,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9344,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38037,4,3,-1,'Westwind Shoulderguards',51303,2,0,0,1,201592,40318,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38039,4,3,-1,'Iceshear Pauldrons',51300,2,0,0,1,203118,40623,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,27,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38040,4,3,-1,'Iceshear Bindings',51260,2,0,0,1,135306,27061,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15811,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38041,4,3,-1,'Westwind Waistband',51321,2,0,0,1,135812,27162,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38042,4,0,-1,'Scourge Ghoul Collar',51280,2,0,0,1,132650,33162,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,26,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38043,4,3,-1,'Anub\'ar-Husk Leggings',56200,2,0,0,1,273651,54730,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,32,7,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38044,4,3,-1,'Anub\'ar-Husk Shoulderguards',54933,2,0,0,1,206893,41378,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38045,4,3,-1,'Anub\'ar-Husk Helm',52303,2,0,0,1,212179,42435,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,41,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,15831,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38046,4,3,-1,'Wyrmfire Gloves',51394,2,0,0,1,141959,28391,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,64,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,14089,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38047,4,3,-1,'Belt of Ghostly Essence',51072,2,0,0,1,142466,28493,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38048,4,3,-1,'Breastplate of Sizzling Chitin',51221,2,0,0,1,285918,57183,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38049,4,3,-1,'Wyrmchaser\'s Waistguard',51322,2,0,0,1,143465,28693,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,38,86,32,23,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38050,15,2,-1,'Soul-Trader Beacon',50456,3,67108928,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,49964,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38051,4,3,-1,'Star\'s Rest Treads',51347,2,0,0,1,197033,39406,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,45,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38052,4,2,-1,'DB42 Leather Healer Shoulder',49847,2,0,8192,1,164084,32816,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,7,69,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38053,4,3,-1,'Wyrmfire Links',51071,2,0,0,1,263547,52709,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,33,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38054,4,3,-1,'Paingiver Wristguards',51357,2,0,0,1,132280,26456,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,46,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38055,4,3,-1,'Ridgehunter Gauntlets',51181,2,0,0,1,132786,26557,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,31,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,0,0,0,0,44983,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38056,4,3,-1,'Ridgehunter Chestguard',51311,2,0,0,1,266559,53311,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,85,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38057,4,3,-1,'Rodent-Proof Headguard',51238,2,0,0,1,200679,40135,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,61,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38068,4,0,-1,'Sinner\'s Repentance',24087,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,13,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44756,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38070,4,0,-1,'Foresight\'s Anticipation',16283,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51985,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38071,4,0,-1,'Valonforth\'s Remembrance',34188,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35836,1,0,0,-1,0,-1,54838,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38072,4,0,-1,'Thunder Capacitor',53466,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54841,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'New and improved design!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38073,4,0,-1,'Will of the Red Dragonflight',34188,2,0,0,1,189711,47427,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,33662,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38080,4,0,-1,'Automated Weapon Coater',16283,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51978,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Jormungar Slime Edition.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38081,4,0,-1,'Scarab of Isanoth',16283,2,0,0,1,199859,49964,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15827,1,0,0,-1,0,-1,51987,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38082,1,0,-1,'\"Gigantique\" Bag',50459,4,0,0,1,12000000,100000,18,-1,-1,70,0,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38083,12,0,0,'Dull Carving Knife',19459,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50141,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38084,4,4,-1,'Crustacean Stompers',56393,2,0,0,1,246139,49227,8,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,27,4,23,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38085,4,4,-1,'Belt of the Emerald Guardian',51197,2,0,0,1,165939,33187,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,18035,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38086,4,4,-1,'Vigilant Skullcap',61308,2,0,0,1,247884,49576,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,57,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38087,4,4,-1,'Sea Rusted Gauntlets',51391,2,0,0,1,167112,33422,10,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,18042,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38088,4,4,-1,'Breastplate of Nature\'s Ire',56370,2,0,0,1,333507,66701,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,36,4,33,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38089,4,1,-1,'Ruby Shades',22423,1,0,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50009,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,-2,0,0,0,'',0,0,0,0,0,12340), (38090,4,0,-1,'Sapphire Pinky Ring',23728,1,0,0,1,6000000,50000,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38091,4,0,-1,'Gold Eternium Band',44841,1,0,0,1,30000000,0,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Passed down by royalty throughout time, the gift of this ring declares eternal love.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38092,4,4,-1,'Crystalplate Pauldrons',49512,2,0,0,1,229232,45846,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,23,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38093,4,4,-1,'Dalaran Sentry Wristbraces',56469,2,0,0,1,158823,31764,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,48,36,18,4,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38094,4,4,-1,'Dalaran Sentry Headguard',50905,2,0,0,1,237315,47463,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,37,57,4,33,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38095,4,4,-1,'Legplates of the Conquered Knight',51330,2,0,0,1,318205,63641,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38096,4,4,-1,'Crystalplate Legguards',56195,2,0,0,1,319387,63877,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,86,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38097,4,4,-1,'Experimental Utility Belt',51315,2,0,0,1,161184,32236,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,32,18,4,43,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The compartments don\'t seem to open...',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38098,12,0,-1,'Dragonflayer Patriarch\'s Blood',37860,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38100,4,4,-1,'Crystalplate Gauntlets',56394,2,0,0,1,162967,32593,10,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,3,7,65,37,18,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38101,4,4,-1,'Stonepath Sabatons',51131,2,0,0,1,243460,48692,8,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,31,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38102,4,4,-1,'Stonepath Gauntlets',51393,2,0,0,1,164140,32828,10,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,3,32,43,31,23,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38103,4,4,-1,'Petrified Bone Chestguard',51204,2,0,0,1,327597,65519,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,41,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,26154,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38104,4,4,-1,'Stonepath Helm',51288,2,0,0,1,246091,49218,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,31,33,4,24,7,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38105,4,4,-1,'Stonepath Pauldrons',51302,2,0,0,1,246975,49395,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,23,32,18,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38106,4,4,-1,'Petrified Bone Footguards',51162,2,0,0,1,247860,49572,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,23,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,33164,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38107,4,4,-1,'Stonepath Chestguard',51108,2,0,0,1,332293,66458,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,86,4,33,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38108,4,4,-1,'Conscript\'s Ruby Waistguard',56138,2,0,0,1,167674,33534,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,45,4,31,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38109,4,4,-1,'Wraithshimmer Legplates',51337,2,0,0,1,311114,62222,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,36,32,33,4,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38110,4,4,-1,'Legplates of the Agmar Preserver',49478,2,0,0,1,312296,62459,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,57,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38111,4,4,-1,'Wyrmbane Wristguards',51133,2,0,0,1,157634,31526,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,32,32,18,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38112,4,4,-1,'Bark Covered Pauldrons',51297,2,0,0,1,235521,47104,3,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,64,32,18,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38114,4,4,-1,'Chestplate of the Ruby Champion',56445,2,0,0,1,316991,63398,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,57,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38115,4,4,-1,'Sabatons of the Enforcer',51346,2,0,0,1,238175,47635,8,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,30,36,31,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38116,4,4,-1,'Plated Magnataur Leggings',51331,2,0,0,1,319323,63864,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,32,57,4,33,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38117,4,4,-1,'Dreadtalon\'s Clutch',51314,2,0,0,1,161168,32233,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,62,4,23,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38118,4,4,-1,'Bite-Proof Grips',51397,2,0,0,1,161763,32352,10,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,3,7,27,4,43,37,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38126,2,10,-1,'Frostbite Warstaff',50143,2,0,0,1,549228,109845,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,60,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,40150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38127,2,4,-1,'Carved Dragonbone Mace',50208,2,0,0,1,441025,88205,21,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,1,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,170,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,36065,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38128,2,10,-1,'Staff of the Spiked Beast',50146,2,0,0,1,553393,110678,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,84,38,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,413,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38129,2,10,-1,'Staff of the Ley Mender',50141,2,0,0,1,555503,111100,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,56,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38130,2,15,-1,'Emme\'s Lost Spellblade',51365,2,0,0,1,446091,89218,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38131,2,10,-1,'Staff of Ruby Wood',50139,2,0,0,1,559668,111933,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,6,60,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,40150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38132,2,10,-1,'Moonrest Garden Stave',50147,2,0,0,1,561778,112355,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,60,6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38133,2,10,-1,'Timeshattered Spire',50146,2,0,0,1,563889,112777,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,38,112,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,495,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38134,2,15,-1,'Bloodtinged Spellblade',51364,2,0,0,1,452800,90560,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38135,2,4,-1,'Mace of the Fallen Raven Priest',50197,2,0,0,1,454442,90888,21,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,36,26,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,170,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,36065,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38137,2,10,-1,'Endurance of the Spell Warder',50144,2,0,0,1,572274,114454,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,84,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38138,2,15,-1,'Keldonus\'s Missing Spellshard',51367,2,0,0,1,459462,91892,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,40,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38140,2,10,-1,'DB50 Spell Staff4',49232,2,0,0,1,0,115709,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,63,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,302,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,40150,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',30,0,0,0,0,1), (38141,2,10,-1,'Coldwind Scratching Pole',50138,2,0,0,1,595777,119155,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,56,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,413,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This pole has a strangely alluring smell...',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38142,2,15,-1,'Infused Dragonbone Splinter',51366,2,0,0,1,478264,95652,21,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,27,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,116,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,40150,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38143,2,10,-1,'Composite Harpyspine Staff',50137,2,0,0,1,542839,108567,17,32767,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,301,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,36065,1,0,0,-1,0,-1,35828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,-37.2,0,0,0,'',34,0,0,0,0,12340), (38144,12,0,0,'Harkor\'s Ingredients',10924,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Makings for Harkor\'s Shimmercap Stew.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38145,1,0,-1,'Deathweave Bag',1282,1,32768,0,1,0,0,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38146,2,7,-1,'Gleaming Iceblade',51377,2,0,0,1,439291,87858,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,286,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38147,4,0,-1,'Corrupted Band',963,2,32768,0,1,534,133,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,6,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38148,2,5,-1,'Chilled Headsmasher',51381,2,0,0,1,553336,110667,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,56,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,481,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38149,12,0,0,'Scourged Troll Mummy',50485,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50032,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38150,2,18,-1,'Imported Ironshod Crossbow',50167,2,0,0,1,334500,66900,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,290,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38151,2,15,-1,'Daschal\'s Discarded Shiv',50122,2,0,0,1,447688,89537,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38152,2,4,-1,'Mace of the Violet Guardian',50208,2,0,0,1,449377,89875,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,31,16,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38153,2,13,-1,'Mana Infused Claw',51171,2,0,0,1,451020,90204,22,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,16,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,275,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38154,2,7,-1,'Taigasha',51380,2,0,0,1,452708,90541,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,26,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,309,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Magnataur Slayer.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38155,2,15,-1,'Shortblade of the Ruby Ally',50121,2,0,0,1,454397,90879,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,26,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38156,2,1,-1,'Battered Magnataur Dualblade',49227,2,0,0,1,570107,114021,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,523,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38157,2,2,-1,'Longbow of the Ruby Rider',50152,2,0,0,1,352366,70473,15,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,311,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38160,4,0,-1,'Soul-Trader\'s Bindings',50578,1,0,0,1,0,0,20,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38161,4,0,-1,'Soul-Trader\'s Gloves',51271,1,0,0,1,0,0,10,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38162,4,0,-1,'Soul-Trader\'s Boots',50579,1,0,0,1,0,0,8,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38163,4,0,-1,'Soul-Trader\'s Head Wrap',50489,1,0,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38164,4,0,-1,'TEST HASTE RING (1500)',26391,2,0,8192,1,141992,35498,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,36,1500,38,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38169,2,15,-1,'Keen Woodland Shank',51168,2,0,0,1,444266,88853,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38170,2,4,-1,'Spiked Coldwind Club',50201,2,0,0,1,445954,89190,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,4,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38171,2,5,-1,'Battleworn Magnataur Crusher',50325,2,0,0,1,559553,111910,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,60,3,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,495,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38172,2,18,-1,'Crossbow of the Hardened Ranger',50166,2,0,0,1,336964,67392,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,290,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15809,1,0,0,-1,0,-1,44474,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38173,2,15,-1,'Dagger of the Returning Past',51403,2,0,0,1,463068,92613,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,31,19,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,172,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38174,2,4,-1,'Time-Bending Smasher',50206,2,0,0,1,464756,92951,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,1,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38175,2,7,-1,'The Horseman\'s Blade',31419,4,64,0,1,599469,119893,21,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,2,3,14,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,308,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,15811,1,0,0,-1,0,-1,50070,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Soldiers arise, stand and fight!',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (38176,2,4,-1,'Stronghold Battlemace',49201,2,0,0,1,468088,93617,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,1,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,44980,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38177,2,3,-1,'Siege Captain\'s Gun',51174,2,0,0,1,352332,70466,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,17,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,290,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38178,2,1,-1,'Battlement Enforcer\'s Axe',50338,2,0,0,1,589331,117866,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,45,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38181,2,8,-1,'Warblade of the Forgotten Footman',50329,2,0,0,1,595606,119121,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,468,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38186,0,0,0,'Ethereal Credit',36861,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Only of value to an Ethereal Soul-Trader.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38187,2,0,-1,'Reactive Waraxe',51464,2,0,0,1,440843,88168,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,36,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,309,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38188,2,13,-1,'Claw of the Undead Ravager',51171,2,0,0,1,442531,88506,22,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,160,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38189,2,15,-1,'Backtwister',49207,2,0,0,1,456313,91262,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,14,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38190,2,15,-1,'Scourgeslayer\'s Shank',49206,2,0,0,1,458002,91600,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,149,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,9335,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38191,2,15,-1,'Compact Explosive Delivery Device',50130,2,0,0,1,459645,91929,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38194,2,3,-1,'Mageslayer Rifle',29163,2,0,0,1,348533,69706,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,321,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,9329,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38195,2,8,-1,'Magister\'s Bane',49223,2,0,0,1,582942,116588,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,59,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,481,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38196,2,0,-1,'Bloodsmeared Brutalizer',51463,2,0,0,1,468042,93608,13,262143,2147483647,146,0,0,0,0,0,0,0,0,0,1,0,2,36,18,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38197,2,1,-1,'Mounted Boneshredder',51385,2,0,0,1,587163,117432,17,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,45,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,454,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38198,2,7,-1,'Joint-Severing Quickblade',51402,2,0,0,1,471419,94283,13,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,33,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38202,2,19,-1,'Twig of Happy Reminders',57176,2,0,0,1,358561,71712,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,442,2,0,0,0,0,0,0,0,0,0,0,2100,0,100,18033,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38204,2,19,-1,'DB38 Spell Wand2',57179,2,0,0,1,0,65366,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,31,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',30,0,0,0,0,1), (38206,2,19,-1,'Wand of Blinding Light',56894,2,0,0,1,338402,67680,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,17,31,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,1,0,0,0,0,0,0,0,0,0,0,1600,0,100,15715,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38207,2,19,-1,'Wand of Purifying Fire',56895,2,0,0,1,339668,67933,26,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,29,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,379,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38208,2,2,-1,'Valiance Longbow',50157,2,0,0,1,323623,64724,15,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,13,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,289,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38212,4,0,-1,'Death Knight\'s Anguish',52818,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54695,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38213,4,0,-1,'Harbinger\'s Wrath',45851,2,0,0,1,189711,47427,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48846,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38214,4,0,-1,'Hypergizmatic Energy Booster',51185,2,0,0,1,125915,31478,23,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38217,4,0,-1,'Tome of the Violet Tower',50191,2,0,0,1,132650,33162,23,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38218,4,0,-1,'Executioner\'s Band',24022,3,0,0,1,168273,42068,11,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,32,36,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38219,4,0,-1,'Ring of Decimation',35423,3,524288,0,1,168273,42068,11,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,7,19,5,19,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38220,4,0,-1,'Signet of Swift Judgment',39121,3,524288,0,1,168273,42068,11,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,7,24,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18040,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38221,4,1,-1,'Shroud of Fluid Strikes',43086,3,0,0,1,169628,33925,16,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,2,7,42,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38222,4,1,-1,'Mantle of Keristrasza',43086,3,0,0,1,173203,34640,16,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,7,25,5,29,6,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38223,4,1,-1,'Cloak of Azure Lights',30783,3,0,0,1,169628,33925,16,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,7,23,5,21,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,18041,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38224,4,0,-1,'Life Binder Talisman',51362,2,0,0,1,132650,33162,23,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,1,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38225,1,2,-1,'Mycah\'s Botanical Bag',50459,3,0,0,1,95000,23750,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38226,4,0,-1,'Chain of the Tolling Bell',9860,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,20,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38227,4,0,-1,'Indomitable Choker of Light',9858,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,5,16,32,20,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1500,0,-1,33163,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38228,4,0,-1,'Pendant of Revolutionary Thought',6490,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,30,31,17,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38229,9,2,-1,'Pattern: Mycah\'s Botanical Bag',1102,1,4160,0,1,0,0,0,-1,-1,75,0,197,375,0,0,0,970,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50194,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Mycah\'s Botanical Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38230,4,0,-1,'Clutch of Undying Will',9858,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,5,16,32,20,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1500,0,-1,33163,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38231,4,0,-1,'Choker of Forceful Redemption',9860,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,20,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38232,4,0,-1,'Chain of Vigilant Thought',6490,3,0,0,1,151098,37774,2,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,30,31,17,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38233,0,0,-1,'Path of Illidan',50537,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50247,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38237,2,1,-1,'Axe of Frozen Death',53056,3,0,0,1,620800,124160,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,4,37,7,54,31,28,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,513,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38238,2,13,-1,'Borean Smasher',51110,3,0,0,1,498564,99712,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,3,15,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,43219,1,0,0,-1,0,-1,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38239,2,10,-1,'Tower of the Infinite Mind',49232,3,0,0,1,625609,125121,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,5,41,7,55,32,36,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,311,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,41973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-38.6,0,0,0,'',53,0,0,0,0,12340), (38240,2,10,-1,'Staff of the Purposeful Mendicant',49232,3,0,0,1,627948,125589,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,4,5,39,36,37,6,36,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,311,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,42120,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-38.6,0,0,0,'',53,0,0,0,0,12340), (38241,2,3,-1,'Fury of the Raging Dragon',50850,3,0,0,1,378211,75642,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,31,12,3,11,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,14027,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38242,2,15,-1,'Fang of the Desolate Soul',49207,3,0,0,1,506205,101241,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,3,16,32,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,214,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38243,2,13,-1,'Ravaging Steelfist',50533,3,0,8192,1,508128,101625,21,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,3,15,7,34,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38244,2,1,-1,'Valorous Exterminator',50532,3,0,8192,1,637500,127500,17,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,4,37,7,54,31,28,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38245,2,10,-1,'Crystalline Providence',50535,3,0,8704,1,639904,127980,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,36,37,6,36,7,83,45,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38246,2,3,-1,'Skull-Forged Blunderbuss',50534,3,0,8192,1,385385,77077,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,31,12,7,24,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3100,0,100,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38247,2,15,-1,'Entrail Render',49373,3,0,8192,1,515770,103154,13,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,3,16,32,15,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38248,2,10,-1,'Torch of the Fallen Souls',50536,3,0,8704,1,647052,129410,17,32767,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,7,87,32,36,31,32,45,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38250,4,0,-1,'Activist\'s Signet of Blasting',49225,3,0,0,1,151098,37774,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,30,5,20,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38251,4,0,-1,'Ring of Indignant Rage',26391,3,0,0,1,151098,37774,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,7,27,31,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38252,4,0,-1,'Band of Wholesome Preservation',28812,3,0,0,1,151098,37774,11,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,20,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38254,4,1,-1,'BTBlue Spell Cloak1',15206,2,0,8192,1,123952,24790,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,32,12,31,24,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38255,4,1,-1,'BTBlue Physical Cloak1',23043,2,0,8192,1,136194,27238,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,32,16,31,12,38,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38256,4,1,-1,'BTBlue Healer Cloak1',49231,2,0,8192,1,123666,24733,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,6,12,7,24,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38257,4,0,-1,'Strike of the Seas',50547,3,0,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,1,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,47816,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38258,4,0,-1,'Sailor\'s Knotted Charm',3673,3,0,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40231,1,0,0,-1,0,-1,50261,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38259,4,0,-1,'First Mate\'s Pocketwatch',7371,3,0,0,1,227654,56913,12,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,15830,1,0,0,-1,0,-1,50263,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38260,15,0,-1,'Empty Tobacco Pouch',50548,0,0,0,1,2680,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The inside is so stained it\'s unusable',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38261,15,0,-1,'Bent House Key',9154,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38262,2,10,-1,'Well-Worn Bat',20309,0,0,0,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38263,15,0,-1,'Too-Small Armband',50549,0,0,0,1,2680,990,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38264,15,0,-1,'A Very Pretty Rock',8121,0,0,0,1,3930,982,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Oddly, you can\'t really see a difference',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38265,15,5,-1,'[PH] Reins of the Black Warp Stalker',44590,4,16,8192,1,0,0,0,262143,2098253,60,60,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50281,0,0,0,0,330,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38266,0,8,-1,'Rotund Relic',37182,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50282,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38267,15,0,-1,'Kalieki\'s Notes',3093,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Details future plans',0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38268,2,14,4,'Spare Hand',50561,0,0,0,1,12,2,13,32767,-1,1,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Give to a Friend',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38269,15,0,-1,'Soggy Handkerchief',48232,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38270,7,8,-1,'Slab of Blubber',22024,1,0,8192,1,2500,625,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38271,7,8,-1,'Lean Flank',44290,1,0,8192,1,2500,625,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38272,7,8,-1,'Bloody Giblets',13531,1,0,8192,1,2500,625,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38273,15,0,-1,'Brain Coral',50556,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38274,15,0,-1,'Large Snail Shell',50559,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sounds like the Land',0,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38276,4,1,-1,'Haliscan Brimmed Hat',50565,1,0,0,1,62781,12556,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,-109,0,0,0,'',0,0,0,0,0,12340), (38277,4,1,-1,'Haliscan Jacket',50566,1,0,0,1,9122,1824,5,-1,-1,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38278,4,1,-1,'Haliscan Pantaloons',50567,1,0,0,1,8324,1664,7,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38280,12,0,0,'Direbrew\'s Dire Brew',7921,1,67584,2,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12491,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38281,12,0,0,'Direbrew\'s Dire Brew',7921,1,67584,1,1,0,0,0,-1,-1,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12492,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38282,2,8,-1,'Bland Two-Handed Blade',50572,4,0,8192,1,629113,125822,17,-1,-1,100,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38284,4,0,-1,'Siegemaster\'s Torch Ring',51279,2,0,0,1,132650,33162,11,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,18,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38285,4,0,-1,'Soul-Trader\'s Waistband',50582,1,0,0,1,0,0,6,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38286,4,0,-1,'Soul-Trader\'s Pauldrons',50581,1,0,0,1,0,0,3,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38287,4,0,-1,'Empty Mug of Direbrew',50583,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,51955,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s definitely not half full.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38288,4,0,-1,'Direbrew Hops',50584,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,51954,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not very filling.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38289,4,0,-1,'Coren\'s Lucky Coin',45850,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,51952,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Perfect for bouncing off tables.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38290,4,0,-1,'Dark Iron Smoking Pipe',50586,4,32768,0,1,100000,0,12,-1,-1,110,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,51953,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38291,0,0,0,'Ethereal Mutagen',3152,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52009,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38292,3,0,-1,'Test Living Ruby',39926,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1061,-1,0,0,0,0,'',0,0,0,0,0,12340), (38293,4,0,-1,'Suntouched Flowers',51363,2,0,0,1,132650,33162,23,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33149,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38294,0,0,0,'Ethereal Liqueur',3664,1,2,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50369,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38295,4,8,-1,'Idol of the Wastes',51424,2,0,0,1,143452,28690,28,32767,32767,146,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (38300,0,0,0,'Diluted Ethereum Essence',3663,3,2,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50425,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38301,15,4,-1,'D.I.S.C.O.',50733,3,67108864,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50317,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Dancer\'s Integrated Sonic Celebration Oscillator',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38302,12,0,0,'Ruby Beacon of the Dragon Queen',49326,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50426,0,0,0,0,1149,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38303,12,0,0,'Enduring Mojo',6340,1,2048,0,1,20000,5000,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For those extra long days.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38305,12,0,0,'Scythe of Antiok',50628,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38307,1,8,0,'Crafty\'s Bottomless Inscription Bag',34780,4,0,8192,1,50000,12500,18,-1,-1,85,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38308,0,8,-1,'Ethereal Essence Sphere',50630,1,2,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50477,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This extracted soul has been pressed into service as entertainment for you.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38309,4,0,-1,'Tabard of Nature',50860,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38310,4,0,-1,'Tabard of the Arcane',50861,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38311,4,0,-1,'Tabard of the Void',50863,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38312,4,0,-1,'Tabard of Brilliance',50686,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38313,4,0,-1,'Tabard of Fury',50859,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38314,4,0,-1,'Tabard of the Defender',50862,4,32768,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38318,4,1,-1,'Darkmoon Robe',51795,2,0,0,1,2803,560,20,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,261,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (38319,12,0,-1,'New Deployment Orders',9152,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sergeant is being ordered to bring his men back to reinforce the courtyard at The Argent Stand.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38320,0,0,0,'Dire Brew',18119,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51010,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38321,12,0,-1,'Strange Mojo',17896,1,2048,0,1,0,0,0,-1,-1,1,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The decanter shimmers with an unearthly glow.',0,0,0,12507,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38322,4,0,-1,'Iron-bound Tome',23171,4,0,0,1,284983,71245,23,-1,-1,200,77,0,0,0,0,0,0,0,0,1,0,3,45,74,7,49,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (38323,12,0,-1,'Water Elemental Link',50649,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50427,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38324,12,0,-1,'Tether to the Plane of Water',50650,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50632,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38325,12,0,-1,'Precious Elemental Fluids',41680,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Pure.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38326,12,0,-1,'Muddlecap Fungus',26534,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smells nasty. People actually eat these?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38327,9,2,-1,'Pattern: Haliscan Jacket',1102,1,64,0,1,5000,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50644,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Haliscan Jacket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38328,9,2,-1,'Pattern: Haliscan Pantaloons',1102,1,64,0,1,4500,1125,0,-1,-1,49,0,197,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50647,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Haliscan Pantaloons.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38329,12,0,-1,'Don Carlos\' Hat',50652,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The wide-brimmed hat of the young Don Carlos.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38330,12,0,0,'Crusader\'s Bandage',11909,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50662,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38332,12,0,-1,'Modified Mojo',37859,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50706,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38333,12,0,0,'Drakkari Medallion',32284,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This medal bears the symbol of the Drakkari Empire on both sides.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38334,12,0,0,'Flying Machine Engine',34121,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38335,12,0,0,'Ancient Ectoplasm',926,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51090,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Airy and eerie at once.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38336,12,0,0,'Crystallized Hogsnot',40606,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51096,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Twelve hogs worth.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38337,12,0,0,'Speckled Guano',37860,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51058,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not to be mixed with Marbled Guano.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38338,12,0,0,'Knotroot',2793,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51047,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Main ingredient in Popped-Abysmal.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38339,12,0,0,'Withered Batwing',9134,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51060,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Just add water.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38340,12,0,0,'Amberseed',35401,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51088,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mmmmm.... Amberseed!',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38341,12,0,0,'Pickled Eagle Egg',18047,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51056,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'...which came first?',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38342,12,0,0,'Trollbane',2351,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51101,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Origin unknown.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38343,12,0,0,'Prismatic Mojo',37859,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51084,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Heavier than it looks.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38344,12,0,0,'Shrunken Dragon\'s Claw',1498,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51092,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Size doesn\'t matter, really...',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38345,12,0,0,'Frozen Spider Ichor',52701,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51104,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Melts in your mouth.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38346,12,0,0,'Chilled Serpent Mucus',51396,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51094,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Cool, but not....',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38347,1,6,-1,'Mammoth Mining Bag',50663,3,0,0,1,220000,55000,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38348,15,0,0,'Damaged Eye',7394,0,0,0,1,7500,1875,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Not quite All-Seeing enough.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38349,12,0,0,'Venture Co. Spare Parts',36687,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38350,0,5,-1,'Winterfin \"Depth Charge\"',40694,1,0,0,1,0,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38351,0,1,-1,'Murliver Oil',15794,1,0,0,1,0,100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50809,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38353,4,1,-1,'Venture Bay Buccaneer\'s Cape',57171,3,4096,0,1,0,0,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,7,30,32,28,38,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38354,4,1,-1,'Oil-Stained Tarp',31131,3,4096,0,1,0,0,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,2,5,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38355,4,1,-1,'Thick Goblin Back Protector ',57172,3,4096,0,1,0,0,16,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,4,27,7,45,13,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'If you like the Back Protector, we highly recommend the matching Front Protector',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38356,2,19,-1,'Venture Battle Wand',56897,3,4096,0,1,0,0,26,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,32,24,45,18,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,487,4,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38357,2,16,-1,'Sharpened Throwing Gizmo',43111,3,4198400,0,1,0,0,25,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,243,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,9336,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38358,4,0,-1,'Arcane Revitalizer',43092,3,528384,0,1,0,0,12,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23213,1,0,0,120000,0,-1,51352,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38359,4,0,-1,'Goblin Repetition Reducer',43092,3,528384,0,1,0,0,12,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28840,1,0,0,120000,0,-1,51346,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38360,4,8,-1,'Idol of Arcane Terror',54347,3,4096,0,1,0,0,28,32767,32767,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57907,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38361,4,9,-1,'Venture Co. Lightning Rod',50537,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61325,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38362,4,7,-1,'Venture Co. Libram of Retribution',5563,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38363,4,7,-1,'Venture Co. Libram of Protection',1103,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61323,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Walk softly and carry a big book',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38364,4,7,-1,'Venture Co. Libram of Mostly Holy Deeds',5562,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61322,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'98% more Holy than the previous edition',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38365,4,8,-1,'Idol of Perspicacious Attacks',39640,3,4096,0,1,0,0,28,32767,32767,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52314,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38366,4,8,-1,'Idol of Pure Thoughts',54349,3,4096,0,1,0,0,28,32767,32767,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57918,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38367,4,9,-1,'Venture Co. Flame Slicer',55823,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61318,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38368,4,9,-1,'Totem of the Bay',57173,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61321,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38369,12,0,0,'Wasp\'s Wings',13354,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51082,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Still twitching.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38370,12,0,0,'Raptor Claw',52829,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51086,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Careful... you\'ll poke your eye out.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38371,0,6,-1,'Jormungar Leg Armor',56642,3,32832,0,1,80000,20000,0,262143,32767,77,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50901,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38372,0,6,-1,'Nerubian Leg Armor',56641,3,32832,0,1,80000,20000,0,262143,32767,77,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50902,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38373,0,6,-1,'Frosthide Leg Armor',56643,4,32832,0,1,80000,20000,0,262143,32767,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60581,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38374,0,6,-1,'Icescale Leg Armor',56644,4,32832,0,1,80000,20000,0,262143,32767,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60582,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38375,0,6,-1,'Borean Armor Kit',55478,1,64,0,1,30000,7500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50906,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38376,0,6,-1,'Heavy Borean Armor Kit',55479,2,32832,0,1,30000,7500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50909,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38377,0,6,-1,'Dragonscale Leg Armor',50675,4,32848,8192,1,80000,20000,0,262143,-1,80,70,165,410,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50911,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38378,0,6,-1,'Wyrmscale Leg Armor',37083,4,32832,8192,1,80000,20000,0,262143,-1,80,70,165,410,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50913,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38379,12,0,0,'Crushed Basilisk Crystals',47969,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51098,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Painstakingly pilfered, patiently polished.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38380,12,0,-1,'Zul\'Drak Rat',31995,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50894,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38381,12,0,0,'Seasoned Slider Cider',8383,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51063,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Cures what ails ya.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38382,12,0,-1,'Basilisk Crystals',47969,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Keep them in a safe place so that they don\'t fracture!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38383,4,0,-1,'Valonforth\'s Folly',34188,2,0,0,1,0,7000,12,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (38384,12,0,0,'Pulverized Gargoyle Teeth',51996,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51065,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Smells of halitosis.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38386,12,0,0,'Muddy Mire Maggot',18098,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51068,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mmmm!',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38387,4,3,-1,'Grizzled Hat',50680,3,0,8192,1,270392,54078,1,-1,-1,154,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55248,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38388,4,3,-1,'Cap of the North',50680,3,0,8192,1,271350,54270,1,-1,-1,154,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55247,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38389,4,3,-1,'Comfy Raccoonskin Hat',50680,3,0,8192,1,246388,49277,1,-1,-1,154,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55246,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38390,4,3,-1,'The Rugged Marksman',50680,3,0,8192,1,247346,49469,1,-1,-1,154,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55245,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38393,12,0,0,'Spiky Spider Egg',18053,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51070,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Half-hatched.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38396,12,0,0,'Hairy Herring Head',38893,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51075,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Parted to the left...',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38397,12,0,0,'Putrid Pirate Perspiration',15789,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51078,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Imported from the South Seas.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38398,12,0,0,'Icecrown Bottled Water',37814,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51080,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Drinking water. Exclusively for the elite.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (38399,1,7,-1,'Trapper\'s Traveling Pack',31783,3,0,0,1,160000,40000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38400,4,2,-1,'Arctic Chestpiece',52902,2,0,0,1,226478,45295,5,32767,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,3,37,7,42,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,754,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38401,4,2,-1,'Arctic Leggings',49794,2,0,0,1,233222,46644,7,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,3,32,41,7,60,38,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38402,4,2,-1,'Arctic Shoulderpads',49246,2,0,0,1,171076,34215,3,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,3,36,7,27,38,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,754,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38403,4,2,-1,'Arctic Gloves',49253,2,0,0,1,117444,23488,10,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,3,3,38,7,29,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,754,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38404,4,2,-1,'Arctic Boots',52901,2,0,0,1,172310,34462,8,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,38,74,3,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38405,4,2,-1,'Arctic Belt',52584,2,0,0,1,118288,23657,6,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,7,33,38,70,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38406,4,2,-1,'Iceborne Belt',53050,2,0,0,1,115685,23137,6,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,5,23,7,25,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38407,4,2,-1,'Iceborne Boots',53051,2,0,0,1,169609,33921,8,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,25,5,27,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38408,4,2,-1,'Iceborne Chestguard',53052,2,0,0,1,226946,45389,5,32767,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,7,36,32,37,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,757,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38409,4,2,-1,'Iceborne Gloves',64114,2,0,0,1,105778,21155,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,5,25,7,36,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,757,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38410,4,2,-1,'Iceborne Leggings',53054,2,0,0,1,212379,42475,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38411,4,2,-1,'Iceborne Shoulderpads',49920,2,0,0,1,164066,32813,3,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,7,30,5,31,45,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,757,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38412,4,3,-1,'Frostscale Belt',55193,2,0,0,1,125069,25013,6,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,4,38,56,3,28,7,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38413,4,3,-1,'Frostscale Boots',52950,2,0,0,1,199261,39852,8,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,3,39,32,26,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38414,4,3,-1,'Frostscale Chestguard',57751,2,0,0,1,258924,51784,5,32767,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,7,57,3,38,38,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,756,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38415,4,3,-1,'Frostscale Gloves',52951,2,0,0,1,133418,26683,10,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,4,38,58,3,30,7,28,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,756,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38416,4,3,-1,'Frostscale Leggings',51213,2,0,0,1,267824,53564,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,3,50,32,33,38,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38417,4,3,-1,'Nerubian Shoulders',56692,2,0,0,1,207759,41551,3,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,5,19,32,29,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38418,4,3,-1,'Nerubian Belt',56684,2,0,0,1,131372,26274,6,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,7,35,5,24,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38419,4,3,-1,'Nerubian Boots',56690,2,0,0,1,203972,40794,8,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,7,27,43,15,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38420,4,3,-1,'Nerubian Chestguard',51109,2,0,0,1,264668,52933,5,32767,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,43,16,5,32,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38421,4,3,-1,'Nerubian Gloves',56688,2,0,0,1,129250,25850,10,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,5,22,32,23,45,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38422,4,3,-1,'Nerubian Legguards',56691,2,0,0,1,169269,33853,7,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,56,5,34,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38424,4,3,-1,'Frostscale Shoulders',52151,2,0,0,1,207671,41534,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,19,38,63,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,756,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38425,7,6,-1,'Heavy Borean Leather',55477,1,0,0,1,54000,13500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38426,7,5,-1,'Eternium Thread',50693,1,0,0,1,30000,7500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38427,0,5,-1,'Pickled Egg',50696,1,0,0,1,5600,280,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38428,0,5,-1,'Rock-Salted Pretzel',47114,1,0,0,1,8000,400,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38429,0,5,-1,'Blackrock Spring Water',18084,1,0,0,1,4000,200,0,-1,-1,55,45,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38430,0,5,-1,'Blackrock Mineral Water',38430,1,0,0,1,5600,280,0,-1,-1,70,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34291,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38431,0,5,-1,'Blackrock Fortified Water',40852,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38432,0,5,-1,'Plugger\'s Blackrock Ale',18119,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38433,4,2,-1,'Arctic Wristguards',49256,2,0,0,1,116097,23219,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,38,60,3,17,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38434,4,2,-1,'Iceborne Wristguards',53055,2,0,0,1,116530,23306,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,35,6,21,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38435,4,3,-1,'Nerubian Bracers',56687,2,0,0,1,140355,28071,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,35,5,21,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38436,4,3,-1,'Frostscale Bracers',57750,2,0,0,1,140861,28172,9,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,4,38,48,3,23,7,24,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38437,4,2,-1,'Arctic Helm',52906,2,0,0,1,176725,35345,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,38,106,3,31,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38438,4,2,-1,'Iceborne Helm',51784,2,0,0,1,177374,35474,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,62,6,35,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38439,4,3,-1,'Nerubian Helm',51293,2,0,0,1,213628,42725,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,62,5,36,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38440,4,3,-1,'Frostscale Helm',57541,2,0,0,1,214386,42877,1,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,4,38,84,3,42,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38441,4,1,-1,'Cloak of Harsh Winds',56696,3,0,0,1,181722,36344,16,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,4,38,30,3,14,7,43,44,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38442,4,3,-1,'Mail Melee Leatherworking Chest',16700,3,0,8192,1,212321,42464,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38443,4,3,-1,'Mail Melee Leatherworking Shoulders',16706,3,0,8192,1,160510,32102,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38444,4,3,-1,'Mail Melee Leatherworking Bracer',17171,3,0,8192,1,106916,21383,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38445,4,3,-1,'Mail Caster Leatherworking Helm',18418,3,0,8192,1,160949,32189,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38448,4,2,-1,'Leather Melee Leatherworking Gloves',17069,0,0,8192,1,28005,5601,10,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38452,4,6,-1,'Bulwark of the Warchief',57078,3,32768,1,1,390472,78094,14,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,45,37,31,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38453,4,6,-1,'Shield of the Lion-hearted',49480,3,32768,2,1,391933,78386,14,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,45,37,31,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38454,2,4,-1,'Warsong Punisher',57084,3,32768,1,1,614679,122935,13,262143,2147483647,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,36,4,26,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,221,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38455,2,4,-1,'Hammer of the Alliance Vanguard',57083,3,32768,2,1,616901,123380,13,262143,2147483647,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,36,4,26,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,221,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38456,2,2,-1,'Sin\'dorei Recurve Bow',57089,3,32768,1,1,464388,92877,15,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,31,18,3,17,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,386,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38457,2,3,-1,'Sawed-off Hand Cannon',57087,3,32768,2,1,466101,93220,26,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,31,18,3,17,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,386,0,0,0,0,0,0,0,0,0,0,0,3100,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made in Ironforge - Bronzebeard Keg and Powder Ltd.',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38458,4,0,-1,'Darkspear Orb',51182,3,32768,1,1,179386,44846,23,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,36,31,7,44,45,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38459,4,0,-1,'Orb of the Eastern Kingdoms',57081,3,32768,2,1,179386,44846,23,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,36,31,7,44,45,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38460,2,19,-1,'Charged Wand of the Cleft',56896,3,32768,1,1,471192,94238,26,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,6,17,5,18,45,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,532,2,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38461,2,15,-1,'Warsong Shanker',53470,3,32768,1,1,630540,126108,13,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,36,3,27,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38462,4,6,-1,'Warsong Stormshield ',57086,3,32768,1,1,375897,75179,14,-1,-1,166,78,0,0,0,0,0,1052,6,0,1,0,3,7,39,5,35,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38463,4,6,-1,'Lordaeron\'s Resolve ',57085,3,32768,2,1,377358,75471,14,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,39,5,35,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,174,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38464,2,19,-1,'Gnomish Magician\'s Quill',57082,3,32768,2,1,443930,88786,26,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,6,17,5,18,45,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,532,4,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38465,2,15,-1,'Vanguard Soldier\'s Dagger',51533,3,32768,2,1,594190,118838,13,-1,-1,166,78,0,0,0,0,0,1037,6,0,1,0,3,7,36,3,27,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38466,0,5,-1,'Sulfuron Slammer',35744,1,0,0,1,2000,500,0,-1,-1,45,30,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50986,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It\'ll knock your socks off... and then set your feet on fire.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38467,12,0,0,'Softknuckle Poker',41541,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50979,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38468,2,4,-1,'Kalu\'ak Peacebringer',50603,3,0,8192,1,533283,106656,13,262143,2147483647,146,73,0,0,0,0,0,0,0,0,1,0,0,32,23,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38469,2,13,13,'QA Test Slow Fist Weapon',50708,3,0,8192,1,433381,86676,13,-1,-1,116,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38471,2,3,-1,'QA Test Slow Gun',8256,3,0,8192,1,332597,66519,26,-1,-1,118,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38473,12,0,0,'Claw of Serfex',7134,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38477,12,0,0,'Stinger of the Sapphire Queen',34925,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38480,2,5,-1,'QA Test Slow Two-Handed Mace',50713,3,0,8192,1,587877,117575,17,-1,-1,118,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38481,2,1,1,'QA Test Slow Two-Handed Axe',3797,3,0,8192,1,589903,117980,17,-1,-1,118,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38483,12,0,0,'Captured Chicken',50724,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38484,4,0,-1,'QA Test +2000 Spell Power Ring',31664,4,4096,8192,1,365815,91453,11,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,5,1709,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38496,4,1,-1,'QA Test Gem Bracers',9894,0,0,8192,1,11362,2272,9,-1,-1,54,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,8,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38497,4,1,-1,'QA Test Meta Hat',18422,0,0,8192,1,19149,3829,1,-1,-1,56,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38498,3,3,0,'QA Test Blank Purple Gem',50719,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1101,-1,0,0,0,0,'',0,0,0,0,0,12340), (38504,12,0,0,'Skyreach Crystal Cluster',47969,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38505,12,0,0,'Intact Cobra Fang',50725,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38506,4,1,-1,'Don Carlos\' Famous Hat',50565,3,128,0,1,127503,25500,1,-1,-1,115,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,52172,1,0,0,-1,0,-1,51149,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (38510,12,0,0,'Skyreach Crystal Clusters',47969,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51151,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38512,12,0,0,'Zepik\'s Hunting Horn',54213,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51189,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For gorloc killing goodness.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38513,4,2,-1,'Boarhide Leggings',46626,2,0,0,1,1171,234,7,-1,-1,13,8,0,0,0,0,0,0,0,0,1,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,9137,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',1,0,0,0,0,12340), (38514,12,0,-1,'Intact Skimmer Spinneret',5283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You have to be careful not to get your fingers stuck to it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38515,12,0,-1,'Tangled Skein Thrower',48310,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51165,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38516,15,0,-1,'Blood-Gorged Thorn',30601,0,0,0,1,5625,1406,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38517,15,0,-1,'Mesmerizing Flower',33239,0,0,0,1,8574,2143,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38518,0,0,-1,'Cro\'s Apple',50737,1,64,0,1,150,37,0,-1,-1,5,1,0,0,0,0,0,0,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50749,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For Cro Threadstrong!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38519,12,0,0,'Soo-rahm\'s Incense',50739,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51210,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38520,15,0,-1,'Diving Log',9319,0,0,0,1,2680,670,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3103,0,1,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38521,12,0,-1,'Head of the Corrupter',53379,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sergeant will be so pleased.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38522,12,0,0,'Farunn\'s Horn',41412,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38523,12,0,0,'Shango\'s Pelt',50746,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38524,4,4,-1,'Carapace of the Scarlet Commander',56373,2,0,8192,1,306258,61251,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,4,57,32,24,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38525,4,2,-1,'Jailor\'s Padded Cover',51286,2,0,8192,1,164700,32940,1,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,36,26,7,84,3,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38527,4,3,-1,'Onslaught Scalemail Hauberk',51310,2,0,8192,1,272775,54555,5,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,0,32,33,5,24,3,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38528,4,2,-1,'Legpads of the Inquisitor',51201,2,0,0,1,228156,45631,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,78,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38529,4,1,-1,'Robe of the Justicebringer',51369,2,0,0,1,183201,36640,20,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,24,5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,18044,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (38530,4,1,-1,'Wrap of Vigorous Destruction',51413,3,0,0,1,110314,22062,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,36,29,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38531,4,3,-1,'Links of Righteous Persecution',51411,3,0,0,1,166080,33216,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,40,5,21,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38532,4,2,-1,'Belt of Vengeful Purification',56337,3,0,0,1,138906,27781,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,35,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38533,4,4,-1,'Girdle of Forceful Annihilation',50753,3,0,0,1,196293,39258,6,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,7,43,4,36,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38534,4,4,-1,'Purity-Anointed Warbands',50752,3,0,0,1,196987,39397,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,29,31,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,719,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38535,4,3,-1,'Wristguards of the Remorseful',51414,3,0,0,1,168495,33699,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38536,4,1,-1,'Bindings of the Forceful Vanquisher',51188,3,0,0,1,112735,22547,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,5,26,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38537,4,2,-1,'Cuffs of the Decapitator',56397,3,0,0,1,141412,28282,9,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,3,25,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38538,3,6,-1,'Riding Crop',50748,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Mount Enhancement',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1121,-1,0,0,0,0,'',0,0,0,0,0,12340), (38539,15,0,0,'Sack of Gold',51978,1,4,8192,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It jingles.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38540,4,1,-1,'Sandals of Chaos Resolution',50772,3,0,0,1,171518,34303,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,32,34,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38541,4,4,-1,'Implacable Zombie Crushers',50770,3,0,0,1,300618,60123,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,4,36,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38542,4,3,-1,'Treads of the Valiant Struggle',51412,3,0,0,1,235450,47090,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,51,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,0,0,0,0,0,0,0,0,15820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38543,4,2,-1,'Reinforced Traveler\'s Boots',50771,3,0,0,1,201542,40308,8,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,2,7,52,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (38544,12,0,0,'Argent Crusade Banner',30969,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51247,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38545,3,0,-1,'Bold Ornate Ruby',4777,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1122,-1,0,0,0,0,'',0,0,0,0,0,12340), (38546,3,2,-1,'Gleaming Ornate Dawnstone',20978,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1123,-1,0,0,0,0,'',0,0,0,0,0,12340), (38547,3,5,-1,'Inscribed Ornate Topaz',7221,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1124,-1,0,0,0,0,'',0,0,0,0,0,12340), (38548,3,5,-1,'Potent Ornate Topaz',7339,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1125,-1,0,0,0,0,'',0,0,0,0,0,12340), (38549,3,0,-1,'Runed Ornate Ruby',6006,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1126,-1,0,0,0,0,'',0,0,0,0,0,12340), (38550,3,2,-1,'Smooth Ornate Dawnstone',18707,4,4096,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1127,-1,0,0,0,0,'',0,0,0,0,0,12340), (38551,12,0,-1,'Drakkari Offerings',31577,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'These can be used 10 at a time at various Drakkari troll god shrines to gain their blessings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38552,12,0,0,'Mature Water-Poppy',19498,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38553,12,0,0,'Sandfern',18089,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38555,13,0,-1,'Ritual Crystal Key',50802,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,600,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38556,12,0,0,'Incinerating Oil',50768,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51276,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Stand clear when exposed to air.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38557,7,6,-1,'Icy Dragonscale',56646,1,0,0,1,40000,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38558,7,6,-1,'Nerubian Chitin',56645,1,0,0,1,0,1100,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38559,12,0,0,'Bushwhacker\'s Jaw',50775,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38560,12,0,-1,'Plague Sprayer Parts',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Creepy with just a hint of evil.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38561,7,6,-1,'Jormungar Scale',50776,1,0,0,1,40000,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38562,12,0,-1,'Chunk of Saronite',20658,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This stuff gives you a queasy feeling.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38563,12,0,0,'Dead Thornwood',929,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38564,12,0,0,'Sandfern Disguise',18089,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51319,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38566,12,0,0,'Steel Spade',50798,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51333,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38567,12,0,0,'Maraudine Prisoner Manifest',5563,1,2048,8192,1,0,0,0,-1,-1,35,30,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14330,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38572,4,0,-1,'Bounty Procurement Enhancer',43092,3,528384,8192,1,0,0,12,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,0,38,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120000,0,-1,51359,1,0,0,-1,0,-1,51349,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38573,12,0,0,'RJR Rifle',50803,1,192,0,1,0,0,26,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,51330,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Now accurate to 15 yards!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38574,12,0,0,'High Impact Grenade',50814,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51381,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38575,12,0,0,'Shiny Treasures',7162,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38576,15,5,-1,'Big Battle Bear',40160,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,51412,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38577,0,0,-1,'Party G.R.E.N.A.D.E.',21833,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51510,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Goblinoid Resonant Electro-Neural Automatic Dancing Emitter',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38578,15,4,-1,'The Flag of Ownership',36754,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51640,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38579,4,0,-1,'Venomous Tome',51682,2,64,0,1,4545,1136,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51414,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sidney\'s tips for poison design.',3106,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',23,0,0,0,0,12340), (38581,15,0,-1,'Adventurer\'s Skull',7741,0,0,0,1,22435,5608,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38583,15,0,-1,'Fetid Ichor',13715,0,0,0,1,5140,1285,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38584,15,0,-1,'Masticated Skull',7103,0,0,0,1,7500,1875,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38585,15,0,-1,'Scored Carapace',23332,0,0,0,1,5250,1312,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38586,15,0,-1,'Spiny Leg',35014,0,0,0,1,7300,1825,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38587,0,0,0,'Empty Brewfest Stein',50881,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38588,4,0,-1,'Medallion of the Horde',37841,3,32768,1,1,0,0,12,32,-1,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38589,4,0,-1,'Medallion of the Alliance',37840,3,32768,2,1,0,0,12,32,2147483647,115,70,0,0,0,0,0,0,0,1,1,0,1,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38590,4,2,-1,'Black Chitinguard Boots',56676,3,0,0,1,244814,48962,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,38,76,3,39,7,62,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38591,4,2,-1,'Dark Arctic Leggings',56678,3,0,0,1,329002,65800,7,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,38,110,3,44,7,82,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,754,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38592,4,2,-1,'Dark Arctic Chestpiece',52938,3,0,0,1,337410,67482,5,32767,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,38,104,3,52,7,84,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,502,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,754,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38597,9,1,-1,'Pattern: Dark Arctic Boots',811,1,80,8192,1,5000,1250,0,-1,-1,75,0,165,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,51568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Dark Arctic Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38600,12,0,0,'Primordial Hatchling',50883,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38601,12,0,0,'Mistwhisper Treasure',7261,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38605,15,0,-1,'McCarty\'s Notes',3093,0,0,0,1,135,33,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3107,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38606,12,0,0,'Battle-worn Axe',50886,1,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51737,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This axe has seen many battles.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38607,12,0,0,'Battle-worn Sword',50887,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51769,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Dried blood coats the blade.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38610,12,0,0,'Fresh Spider Ichor',6690,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38611,4,0,-1,'Ringlet of Repose',39122,3,524288,0,1,196562,49140,11,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,7,31,5,27,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38613,4,0,-1,'Chain of Fiery Orbs',9854,3,0,0,1,196562,49140,2,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,2,7,36,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18047,1,0,0,0,0,0,21643,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38614,4,1,-1,'Embrace of Sorrow',51531,3,0,0,1,212588,42517,16,-1,-1,183,77,0,0,0,0,0,0,0,0,1,0,3,3,25,7,31,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,15821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38615,4,3,-1,'Lightning-Charged Gloves',52352,3,0,0,1,209898,41979,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,49,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38616,4,2,-1,'Maiden\'s Girdle',51514,3,0,0,1,175595,35119,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,58,5,40,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38617,4,0,-1,'Woeful Band',51515,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,44,7,63,12,25,14,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38618,2,5,-1,'Hammer of Grief',51163,3,0,0,1,884689,176937,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,117,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,48643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (38619,12,0,0,'Goregek\'s Shackles',7083,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51186,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They don\'t even fit...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38620,12,0,0,'Unblemished Bat Wing',50899,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38621,12,0,0,'Dajik\'s Worn Chalk',52507,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51188,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For an aspiring student of the wasp hunt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38622,12,0,0,'Lafoo\'s Bug Bag',2593,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51190,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It squirms!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38623,12,0,0,'Jaloot\'s Favorite Crystal',39204,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51191,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38624,12,0,0,'Moodle\'s Stress Ball',34892,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51192,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well worn.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38625,7,8,-1,'Northern Icelip',50901,1,0,8192,5,200,10,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38626,0,0,-1,'Empty Brew Bottle',51731,0,65536,0,1,1,2,0,-1,-1,5,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51661,0,-1,0,1000,1197,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38627,12,0,0,'Mammoth Harness',32426,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51659,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38628,15,2,-1,'Nether Ray Fry',50919,3,64,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,1031,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,51716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38629,0,0,0,'Orders from the Lich King',7270,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51812,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38630,12,0,0,'Runebladed Axe',50962,1,131072,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Emblazoned with frost, blood and unholy runes.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38631,12,0,0,'Runebladed Sword',51447,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Emblazoned with frost, blood and unholy runes.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38632,2,8,8,'Greatsword of the Ebon Blade',52261,3,32768,0,1,184,36,17,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,30,7,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38633,2,1,1,'Greataxe of the Ebon Blade',50966,3,32768,0,1,184,36,17,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,22,7,30,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,247,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38637,12,0,-1,'Treasure of Kutube\'sa',7162,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Uncut but full of possibility.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38638,12,0,-1,'Treasure of Chulo the Mad',15964,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Candybars?!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38639,12,0,-1,'Treasure of Gawanil',51013,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gold!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38640,0,7,-1,'Dense Frostweave Bandage',51029,1,2097216,0,1,12000,3000,0,-1,-1,85,0,129,425,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51803,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38642,12,0,-1,'Golden Engagement Ring',31906,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38643,0,7,-1,'Thick Frostweave Bandage',9430,1,0,0,1,0,4000,0,-1,-1,75,0,129,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51827,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38644,10,0,-1,'Currency Token Test Token 3',32276,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A third test token for the Currency Token system',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38645,4,4,-1,'Bone-Plated Armor',51052,1,0,0,1,49791,9958,5,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38646,4,4,-1,'Bone-Plated Belt',51053,1,0,0,1,25129,5025,6,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38647,4,4,-1,'Bone-Plated Boots',51054,1,0,0,1,37540,7508,8,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38648,4,4,-1,'Bone-Plated Bracers',32060,1,0,0,1,25309,5061,9,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38649,4,4,-1,'Bone-Plated Gloves',51055,1,0,0,1,25400,5080,10,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38650,4,4,-1,'Bone-Plated Helm',15340,1,0,0,1,37944,7588,1,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38651,4,4,-1,'Bone-Plated Leggings',25833,1,0,0,1,50870,10174,7,-1,-1,50,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38653,12,0,0,'Banana Bunch',17881,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38654,12,0,0,'Corvus\' Report',16161,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38655,12,0,0,'Papaya',21975,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38656,12,0,0,'Orange',51057,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38657,0,0,0,'Freya\'s Ward',51118,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51845,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38658,15,2,-1,'Vampiric Batling',51143,3,2112,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,51851,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38659,12,0,0,'Stefan\'s Steel Toed Boot',51177,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51866,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38660,12,0,0,'Unliving Choker',31899,1,2048,0,1,0,0,0,-1,-1,74,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Crafted of bone and dripping with blood...',0,0,0,12631,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38661,4,4,-1,'Greathelm of the Scourge Champion',51738,3,32768,0,1,74,14,1,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,27,7,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38662,4,0,-1,'Bladed Ebon Amulet',31899,3,32768,0,1,2303,575,2,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,18,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38663,4,4,-1,'Blood-soaked Saronite Plated Spaulders',51956,3,32768,0,1,74,14,3,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,15,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38664,4,1,-1,'Sky Darkener\'s Shroud of the Unholy',51733,3,32768,0,1,42,8,16,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,5,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38665,4,4,-1,'Saronite War Plate',51798,3,32768,0,1,100,20,5,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,29,7,24,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38666,4,4,-1,'Plated Saronite Bracers',51632,3,32768,0,1,50,10,9,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38667,4,4,-1,'Bloodbane\'s Gauntlets of Command',51787,3,32768,0,1,50,10,10,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,17,3,15,7,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38668,4,4,-1,'The Plaguebringer\'s Girdle',51915,3,32768,0,1,51,10,6,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,23,7,18,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38669,4,4,-1,'Engraved Saronite Legplates',51637,3,32768,0,1,102,20,7,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,30,3,16,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38670,4,4,-1,'Greaves of the Slaughter',51990,3,32768,0,1,76,15,8,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,20,7,16,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38671,4,0,-1,'Valanar\'s Signet Ring',31664,3,32768,0,1,534,133,11,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,12,7,18,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38672,4,0,-1,'Keleseth\'s Signet Ring',39122,3,32768,0,1,534,133,11,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,18,7,15,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38673,12,0,0,'Writhing Choker',51272,1,2048,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Crafted of bone and dripping with blood...',0,0,0,12633,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38674,4,0,-1,'Soul Harvester\'s Charm',51914,3,32768,0,1,65000,16250,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,1,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52420,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38675,4,0,-1,'Signet of the Dark Brotherhood',51912,3,32768,0,1,65000,16250,12,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,1,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52423,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38676,12,0,-1,'Whisker of Har\'koa',18096,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51895,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38677,12,0,-1,'Har\'koan Relic',24037,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Intricate pictograms adorn these tablets.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38678,12,0,0,'Unliving Choker',31899,1,2048,0,1,0,0,0,-1,-1,74,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crafted of bone and dripping with blood...',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38679,0,6,-1,'Scroll of Enchant Bracer - Minor Health',811,1,268435456,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7418,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38680,12,0,0,'Writhing Choker',51272,1,2048,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Crafted of bone and dripping with blood...',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38681,12,0,-1,'Essence of the Frozen Earth',8619,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So cold it feels hot to the touch!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38682,7,14,0,'Armor Vellum',57287,1,0,0,1,0,0,0,-1,-1,1,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Armor enchantments to store the enchantment for later use. Only able to absorb enchantments with no level restrictions.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38683,4,7,-1,'ObsoleteSigil of the Dark Rider (OLD)',51588,3,32768,8192,1,0,0,28,32767,2147483647,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38684,12,0,0,'Freya\'s Horn',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51957,0,0,0,180000,0,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38686,12,0,0,'Putrid Abomination Guts',55392,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nasty beyond description.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38687,12,0,0,'Gooey Ghoul Drool',51396,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Could be used as glue.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38688,12,0,0,'Thunderbrew\'s Jungle Punch',51395,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38689,12,0,0,'Chicken Net',3673,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51959,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38691,2,8,-1,'Ancestral Claymore',51405,7,134217728,8192,1,45,9,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38695,12,0,-1,'Arctic Bear God Mojo',24156,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The golden glow of this stuff suffuses you with pure power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38696,12,0,-1,'Tormentor\'s Incense',20899,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51964,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38697,12,0,0,'Jungle Punch Sample',21845,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51962,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38698,0,5,-1,'Bitter Plasma',40652,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38699,12,0,0,'Ensorcelled Choker',36902,1,2112,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51966,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38700,12,0,-1,'Rhunokian Artifact',18204,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little worse for the wear, but still intact.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38701,12,0,0,'Bowels and Brains Bowl',51425,1,2112,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52023,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Num, num, num.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38703,12,0,0,'Pitch\'s Remains',53378,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38705,12,0,0,'Roc Egg',22436,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38706,0,5,-1,'Bowels \'n\' Brains',26731,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Num, num!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38707,2,8,8,'Runed Soulblade',51427,3,32768,0,1,174,34,17,-1,-1,65,0,0,0,0,0,0,0,0,0,1,0,2,4,29,7,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,214,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38708,12,0,-1,'Omega Rune',38758,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38709,12,0,-1,'Omega Rune',38758,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52066,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38710,4,1,-1,'Wayfinder\'s Bracers',51044,2,0,0,1,91974,18394,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,30,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,15715,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38711,4,1,-1,'Grounded Gloves',51145,2,0,0,1,92319,18463,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,40,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38712,4,1,-1,'Headbinder\'s Crown',52493,2,0,0,1,139011,27802,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,56,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38713,4,1,-1,'Spaulders of Foresight',51208,2,0,0,1,139543,27908,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38714,4,1,-1,'Path-Cutter\'s Cord',51312,2,0,0,1,93374,18674,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38715,4,1,-1,'Forge-Scarred Sandals',53251,2,0,0,1,140593,28118,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,27,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38716,4,1,-1,'Ethereal Hood',51203,2,0,0,1,141126,28225,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38717,4,1,-1,'Dusty Miner\'s Leggings',51334,2,0,0,1,188877,37775,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,56,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38718,4,1,-1,'Wispy Shoulderpads',49464,2,0,0,1,142176,28435,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,28,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38719,4,1,-1,'Robe of Expurgation',51370,2,0,0,1,190278,38055,20,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,84,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38726,4,1,-1,'Instigator\'s Gloves',51145,2,0,0,1,100145,20029,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,40,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38727,4,1,-1,'Foreseer\'s Girdle',51312,2,0,0,1,100500,20100,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,28,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38728,4,1,-1,'Kilt of Peaceful Reclamation',51334,2,0,0,1,182509,36501,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38729,4,1,-1,'Sandals of Quick Escape',53251,2,0,0,1,137414,27482,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38730,4,1,-1,'Bell-Ringer\'s Shoulderpads',51208,2,0,0,1,137932,27586,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,63,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38731,12,0,-1,'Ahunae\'s Knife',51452,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52090,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38732,4,1,-1,'Bramble-Proof Leggings',51334,2,0,0,1,185329,37065,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,38,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38733,4,1,-1,'Raiment of the Caged Beast',51370,2,0,0,1,186019,37203,20,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,56,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38734,4,1,-1,'Abandoned Hood',51203,2,0,0,1,140047,28009,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,39,7,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38735,4,1,-1,'Specially Treated Robes',51370,2,0,0,1,187439,37487,20,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,37,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38736,4,1,-1,'Smuggler\'s Bracers',51044,2,0,0,1,108287,21657,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,25,32,24,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38737,4,1,-1,'Shock-Proof Head Protector',51203,2,0,0,1,163012,32602,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,36,48,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38739,4,1,-1,'Fleshwerk Shackles',51044,2,0,0,1,109470,21894,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,26,5,20,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38741,4,1,-1,'Gloves of Tormented Recollection',51145,2,0,0,1,110255,22051,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,26,32,53,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38743,4,0,-1,'Band of the Tender',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38744,4,0,-1,'Solstice Signet',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,32,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38745,4,0,-1,'Fetid Loop',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,22,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38746,4,0,-1,'Rancid Signet',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,22,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38747,4,0,-1,'Mildly Tarnished Ring',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38748,4,0,-1,'Seal of the Slumbering Wolf',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,46,3,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38749,4,0,-1,'Thane-Reaper\'s Signet',51279,2,0,0,1,139386,34846,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,33,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38750,4,0,-1,'Worgslayer\'s Ring',51279,2,0,0,1,83894,16778,11,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,22,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38751,4,0,-1,'Vengeful Spirit Beads',34318,2,0,0,1,121136,30284,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,40555,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38752,4,0,-1,'Tatjana\'s Pendant',34318,2,0,0,1,139386,34846,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18049,1,0,0,-1,0,-1,39875,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38753,4,0,-1,'Hoarder\'s Necklace',34318,2,0,0,1,139386,34846,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,24,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38754,4,0,-1,'Pruning Pendant',34318,2,0,0,1,139386,34846,2,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,36,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38755,4,0,-1,'Scepter of Passionate Reprisal',54070,2,0,0,1,139386,34846,23,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,6,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (38756,4,1,-1,'Drape of Horticultural Sanitization',15218,2,0,0,1,144895,28979,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,21,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38757,4,1,-1,'Drape of the Possessive Soul',15218,2,0,0,1,145427,29085,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,30,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38758,4,1,-1,'Therapeutic Cloak',15218,2,0,0,1,145959,29191,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,33,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38759,4,1,-1,'Injured Trapper\'s Cloak',15218,2,0,0,1,146492,29298,16,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,24,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,14054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38760,4,0,-1,'Mendicant\'s Charm',57689,2,0,0,1,210008,52502,12,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38761,4,0,-1,'Talon of Hatred',57688,2,0,0,1,210008,52502,12,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61778,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38762,4,0,-1,'Insignia of Bloody Fire',57687,2,0,0,1,210008,52502,12,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38763,4,0,-1,'Futuresight Rune',48007,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61426,0,0,0,120000,0,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38764,4,0,-1,'Rune of Finite Variation',45112,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61427,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38765,4,0,-1,'Rune of Infinite Power',48007,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61428,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (38766,0,6,-1,'Scroll of Enchant Chest - Minor Health',811,1,268435520,0,1,0,0,0,-1,-1,10,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7420,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38767,0,6,-1,'Scroll of Enchant Chest - Minor Absorption',811,1,268435520,0,1,0,0,0,-1,-1,14,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7426,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38768,0,6,-1,'Scroll of Enchant Bracer - Minor Deflection',811,1,268435520,0,1,0,0,0,-1,-1,12,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7428,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38769,0,6,-1,'Scroll of Enchant Chest - Minor Mana',811,1,268435520,0,1,0,0,0,-1,-1,12,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7443,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38770,0,6,-1,'Scroll of Enchant Cloak - Minor Resistance',811,1,268435520,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7454,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38771,0,6,-1,'Scroll of Enchant Bracer - Minor Stamina',811,1,268435520,0,1,0,0,0,-1,-1,16,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7457,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38772,0,6,-1,'Scroll of Enchant 2H Weapon - Minor Impact',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7745,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38773,0,6,-1,'Scroll of Enchant Chest - Lesser Health',811,1,268435520,0,1,0,0,0,-1,-1,17,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7748,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38774,0,6,-1,'Scroll of Enchant Bracer - Minor Spirit',811,1,268435520,0,1,0,0,0,-1,-1,17,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7766,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38775,0,6,-1,'Scroll of Enchant Cloak - Minor Protection',811,1,268435520,0,1,0,0,0,-1,-1,18,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7771,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38776,0,6,-1,'Scroll of Enchant Chest - Lesser Mana',811,1,268435520,0,1,0,0,0,-1,-1,19,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7776,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38777,0,6,-1,'Scroll of Enchant Bracer - Minor Agility',811,1,268435520,0,1,0,0,0,-1,-1,19,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7779,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38778,0,6,-1,'Scroll of Enchant Bracer - Minor Strength',811,1,268435520,0,1,0,0,0,-1,-1,19,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7782,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38779,0,6,-1,'Scroll of Enchant Weapon - Minor Beastslayer',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7786,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38780,0,6,-1,'Scroll of Enchant Weapon - Minor Striking',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38781,0,6,-1,'Scroll of Enchant 2H Weapon - Lesser Intellect',811,3,268435520,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7793,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38782,0,6,-1,'Scroll of Enchant Chest - Health',811,1,268435520,0,1,0,0,0,-1,-1,24,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7857,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38783,0,6,-1,'Scroll of Enchant Bracer - Lesser Spirit',811,1,268435520,0,1,0,0,0,-1,-1,24,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7859,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38784,0,6,-1,'Scroll of Enchant Cloak - Lesser Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7861,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38785,0,6,-1,'Scroll of Enchant Boots - Minor Stamina',811,1,268435520,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38786,0,6,-1,'Scroll of Enchant Boots - Minor Agility',811,1,268435520,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7867,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38787,0,6,-1,'Scroll of Enchant Shield - Minor Stamina',811,1,268435520,0,1,0,0,0,-1,-1,21,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13378,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38788,0,6,-1,'Scroll of Enchant 2H Weapon - Lesser Spirit',811,3,268435520,0,1,0,0,0,-1,-1,22,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13380,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38789,0,6,-1,'Scroll of Enchant Cloak - Minor Agility',811,1,268435520,0,1,0,0,0,-1,-1,22,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13419,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38790,0,6,-1,'Scroll of Enchant Cloak - Lesser Protection',811,1,268435520,0,1,0,0,0,-1,-1,23,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13421,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38791,0,6,-1,'Scroll of Enchant Shield - Lesser Protection',811,1,268435520,0,1,0,0,0,-1,-1,23,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13464,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38792,0,6,-1,'Scroll of Enchant Shield - Lesser Spirit',811,1,268435520,0,1,0,0,0,-1,-1,26,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13485,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38793,0,6,-1,'Scroll of Enchant Bracer - Lesser Stamina',811,1,268435520,0,1,0,0,0,-1,-1,26,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13501,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38794,0,6,-1,'Scroll of Enchant Weapon - Lesser Striking',811,3,268435520,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13503,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38795,0,6,-1,'Scroll of Enchant Cloak - Lesser Shadow Resistance',811,1,268435520,0,1,0,0,0,-1,-1,27,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13522,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38796,0,6,-1,'Scroll of Enchant 2H Weapon - Lesser Impact',811,3,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13529,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38797,0,6,-1,'Scroll of Enchant Bracer - Lesser Strength',811,1,268435520,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13536,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38798,0,6,-1,'Scroll of Enchant Chest - Lesser Absorption',811,1,268435520,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13538,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38799,0,6,-1,'Scroll of Enchant Chest - Mana',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38800,0,6,-1,'Scroll of Enchant Gloves - Mining',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13612,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38801,0,6,-1,'Scroll of Enchant Gloves - Herbalism',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13617,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38802,0,6,-1,'Scroll of Enchant Gloves - Fishing',811,1,268435520,0,1,0,0,0,-1,-1,29,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13620,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38803,0,6,-1,'Scroll of Enchant Bracer - Lesser Intellect',811,1,268435520,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13622,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38804,0,6,-1,'Scroll of Enchant Chest - Minor Stats',811,1,268435520,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13626,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38805,0,6,-1,'Scroll of Enchant Shield - Lesser Stamina',811,1,268435520,0,1,0,0,0,-1,-1,31,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13631,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38806,0,6,-1,'Scroll of Enchant Cloak - Defense',811,1,268435520,0,1,0,0,0,-1,-1,31,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13635,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38807,0,6,-1,'Scroll of Enchant Boots - Lesser Agility',811,1,268435520,0,1,0,0,0,-1,-1,32,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13637,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38808,0,6,-1,'Scroll of Enchant Chest - Greater Health',811,1,268435520,0,1,0,0,0,-1,-1,32,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13640,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38809,0,6,-1,'Scroll of Enchant Bracer - Spirit',811,1,268435520,0,1,0,0,0,-1,-1,33,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13642,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38810,0,6,-1,'Scroll of Enchant Boots - Lesser Stamina',811,1,268435520,0,1,0,0,0,-1,-1,34,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13644,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38811,0,6,-1,'Scroll of Enchant Bracer - Lesser Deflection',811,1,268435520,0,1,0,0,0,-1,-1,34,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13646,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38812,0,6,-1,'Scroll of Enchant Bracer - Stamina',811,1,268435520,0,1,0,0,0,-1,-1,34,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13648,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38813,0,6,-1,'Scroll of Enchant Weapon - Lesser Beastslayer',811,3,268435520,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13653,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38814,0,6,-1,'Scroll of Enchant Weapon - Lesser Elemental Slayer',811,3,268435520,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13655,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38815,0,6,-1,'Scroll of Enchant Cloak - Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13657,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38816,0,6,-1,'Scroll of Enchant Shield - Spirit',811,1,268435520,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13659,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38817,0,6,-1,'Scroll of Enchant Bracer - Strength',811,1,268435520,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13661,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38818,0,6,-1,'Scroll of Enchant Chest - Greater Mana',811,1,268435520,0,1,0,0,0,-1,-1,37,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13663,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38819,0,6,-1,'Scroll of Enchant Boots - Lesser Spirit',811,1,268435520,0,1,0,0,0,-1,-1,38,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13687,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38820,0,6,-1,'Scroll of Enchant Shield - Lesser Block',811,1,268435520,0,1,0,0,0,-1,-1,39,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13689,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38821,0,6,-1,'Scroll of Enchant Weapon - Striking',811,3,268435520,0,1,0,0,0,-1,-1,39,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13693,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38822,0,6,-1,'Scroll of Enchant 2H Weapon - Impact',811,3,268435520,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13695,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38823,0,6,-1,'Scroll of Enchant Gloves - Skinning',811,1,268435520,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13698,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38824,0,6,-1,'Scroll of Enchant Chest - Lesser Stats',811,1,268435520,0,1,0,0,0,-1,-1,40,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13700,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38825,0,6,-1,'Scroll of Enchant Cloak - Greater Defense',811,1,268435520,0,1,0,0,0,-1,-1,41,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13746,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38826,0,6,-1,'Scroll of Enchant Cloak - Resistance',811,1,268435520,0,1,0,0,0,-1,-1,41,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13794,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38827,0,6,-1,'Scroll of Enchant Gloves - Agility',811,1,268435520,0,1,0,0,0,-1,-1,42,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13815,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38828,0,6,-1,'Scroll of Enchant Shield - Stamina',811,1,268435520,0,1,0,0,0,-1,-1,42,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13817,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38829,0,6,-1,'Scroll of Enchant Bracer - Intellect',811,1,268435520,0,1,0,0,0,-1,-1,42,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13822,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38830,0,6,-1,'Scroll of Enchant Boots - Stamina',811,1,268435520,0,1,0,0,0,-1,-1,43,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13836,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38831,0,6,-1,'Scroll of Enchant Gloves - Advanced Mining',811,1,268435520,0,1,0,0,0,-1,-1,43,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13841,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38832,0,6,-1,'Scroll of Enchant Bracer - Greater Spirit',811,1,268435520,0,1,0,0,0,-1,-1,44,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13846,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38833,0,6,-1,'Scroll of Enchant Chest - Superior Health',811,1,268435520,0,1,0,0,0,-1,-1,44,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13858,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38834,0,6,-1,'Scroll of Enchant Gloves - Advanced Herbalism',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13868,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38835,0,6,-1,'Scroll of Enchant Cloak - Lesser Agility',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13882,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38836,0,6,-1,'Scroll of Enchant Gloves - Strength',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13887,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38837,0,6,-1,'Scroll of Enchant Boots - Minor Speed',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13890,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38838,0,6,-1,'Scroll of Enchant Weapon - Fiery Weapon',811,3,268435520,0,1,0,0,0,-1,-1,53,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13898,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38839,0,6,-1,'Scroll of Enchant Shield - Greater Spirit',811,1,268435520,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13905,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38840,0,6,-1,'Scroll of Enchant Weapon - Demonslaying',811,3,268435520,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13915,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38841,0,6,-1,'Scroll of Enchant Chest - Superior Mana',811,1,268435520,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13917,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38842,0,6,-1,'Scroll of Enchant Bracer - Deflection',811,1,268435520,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13931,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38843,0,6,-1,'Scroll of Enchant Shield - Frost Resistance',811,1,268435520,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13933,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38844,0,6,-1,'Scroll of Enchant Boots - Agility',811,1,268435520,0,1,0,0,0,-1,-1,47,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13935,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38845,0,6,-1,'Scroll of Enchant 2H Weapon - Greater Impact',811,3,268435520,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13937,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38846,0,6,-1,'Scroll of Enchant Bracer - Greater Strength',811,1,268435520,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13939,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38847,0,6,-1,'Scroll of Enchant Chest - Stats',811,1,268435520,0,1,0,0,0,-1,-1,49,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13941,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38848,0,6,-1,'Scroll of Enchant Weapon - Greater Striking',811,3,268435520,0,1,0,0,0,-1,-1,49,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13943,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38849,0,6,-1,'Scroll of Enchant Bracer - Greater Stamina',811,1,268435520,0,1,0,0,0,-1,-1,49,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13945,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38850,0,6,-1,'Scroll of Enchant Gloves - Riding Skill',811,1,268435520,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13947,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38851,0,6,-1,'Scroll of Enchant Gloves - Minor Haste',811,1,268435520,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38852,0,6,-1,'Scroll of Enchant Bracer - Greater Intellect',811,1,268435520,0,1,0,0,0,-1,-1,51,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20008,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38853,0,6,-1,'Scroll of Enchant Bracer - Superior Spirit',811,1,268435520,0,1,0,0,0,-1,-1,54,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20009,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38854,0,6,-1,'Scroll of Enchant Bracer - Superior Strength',811,1,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20010,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38855,0,6,-1,'Scroll of Enchant Bracer - Superior Stamina',811,1,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20011,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38856,0,6,-1,'Scroll of Enchant Gloves - Greater Agility',811,1,268435520,0,1,0,0,0,-1,-1,54,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20012,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38857,0,6,-1,'Scroll of Enchant Gloves - Greater Strength',811,1,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20013,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38858,0,6,-1,'Scroll of Enchant Cloak - Greater Resistance',811,1,268435520,0,1,0,0,0,-1,-1,53,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20014,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38859,0,6,-1,'Scroll of Enchant Cloak - Superior Defense',811,1,268435520,0,1,0,0,0,-1,-1,57,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20015,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38860,0,6,-1,'Scroll of Enchant Shield - Vitality',811,1,268435520,0,1,0,0,0,-1,-1,56,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20016,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38861,0,6,-1,'Scroll of Enchant Shield - Greater Stamina',811,1,268435520,0,1,0,0,0,-1,-1,53,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20017,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38862,0,6,-1,'Scroll of Enchant Boots - Greater Stamina',811,1,268435520,0,1,0,0,0,-1,-1,52,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20020,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38863,0,6,-1,'Scroll of Enchant Boots - Greater Agility',811,1,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20023,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38864,0,6,-1,'Scroll of Enchant Boots - Spirit',811,1,268435520,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20024,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38865,0,6,-1,'Scroll of Enchant Chest - Greater Stats',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20025,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38866,0,6,-1,'Scroll of Enchant Chest - Major Health',811,1,268435520,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20026,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38867,0,6,-1,'Scroll of Enchant Chest - Major Mana',811,1,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20028,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38868,0,6,-1,'Scroll of Enchant Weapon - Icy Chill',811,3,268435520,0,1,0,0,0,-1,-1,57,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20029,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38869,0,6,-1,'Scroll of Enchant 2H Weapon - Superior Impact',811,3,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20030,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38870,0,6,-1,'Scroll of Enchant Weapon - Superior Striking',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20031,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38871,0,6,-1,'Scroll of Enchant Weapon - Lifestealing',811,3,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20032,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38872,0,6,-1,'Scroll of Enchant Weapon - Unholy Weapon',811,3,268435520,0,1,0,0,0,-1,-1,59,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20033,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38873,0,6,-1,'Scroll of Enchant Weapon - Crusader',811,3,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20034,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38874,0,6,-1,'Scroll of Enchant 2H Weapon - Major Spirit',811,3,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20035,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38875,0,6,-1,'Scroll of Enchant 2H Weapon - Major Intellect',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20036,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38876,0,6,-1,'Scroll of Enchant Weapon - Winter\'s Might',811,3,268435520,0,1,0,0,0,-1,-1,38,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21931,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38877,0,6,-1,'Scroll of Enchant Weapon - Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22749,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38878,0,6,-1,'Scroll of Enchant Weapon - Healing Power',811,3,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22750,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38879,0,6,-1,'Scroll of Enchant Weapon - Strength',811,3,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23799,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38880,0,6,-1,'Scroll of Enchant Weapon - Agility',811,3,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23800,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38881,0,6,-1,'Scroll of Enchant Bracer - Mana Regeneration',811,1,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23801,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38882,0,6,-1,'Scroll of Enchant Bracer - Healing Power',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23802,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38883,0,6,-1,'Scroll of Enchant Weapon - Mighty Spirit',811,3,268435520,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23803,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38884,0,6,-1,'Scroll of Enchant Weapon - Mighty Intellect',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23804,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38885,0,6,-1,'Scroll of Enchant Gloves - Threat',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25072,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38886,0,6,-1,'Scroll of Enchant Gloves - Shadow Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25073,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38887,0,6,-1,'Scroll of Enchant Gloves - Frost Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25074,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38888,0,6,-1,'Scroll of Enchant Gloves - Fire Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25078,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38889,0,6,-1,'Scroll of Enchant Gloves - Healing Power',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25079,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38890,0,6,-1,'Scroll of Enchant Gloves - Superior Agility',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25080,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38891,0,6,-1,'Scroll of Enchant Cloak - Greater Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25081,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38892,0,6,-1,'Scroll of Enchant Cloak - Greater Nature Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25082,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38893,0,6,-1,'Scroll of Enchant Cloak - Stealth',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25083,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38894,0,6,-1,'Scroll of Enchant Cloak - Subtlety',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25084,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38895,0,6,-1,'Scroll of Enchant Cloak - Dodge',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25086,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38896,0,6,-1,'Scroll of Enchant 2H Weapon - Agility',811,3,268435520,0,1,0,0,0,-1,-1,58,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27837,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38897,0,6,-1,'Scroll of Enchant Bracer - Brawn',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27899,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38898,0,6,-1,'Scroll of Enchant Bracer - Stats',811,1,268435520,0,1,0,0,0,-1,-1,63,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27905,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38899,0,6,-1,'Scroll of Enchant Bracer - Major Defense',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27906,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38900,0,6,-1,'Scroll of Enchant Bracer - Superior Healing',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27911,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38901,0,6,-1,'Scroll of Enchant Bracer - Restore Mana Prime',811,1,268435520,0,1,0,0,0,-1,-1,67,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27913,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38902,0,6,-1,'Scroll of Enchant Bracer - Fortitude',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27914,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38903,0,6,-1,'Scroll of Enchant Bracer - Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27917,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38904,0,6,-1,'Scroll of Enchant Shield - Tough Shield',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27944,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38905,0,6,-1,'Scroll of Enchant Shield - Intellect',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27945,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38906,0,6,-1,'Scroll of Enchant Shield - Shield Block',811,1,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27946,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38907,0,6,-1,'Scroll of Enchant Shield - Resistance',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27947,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38908,0,6,-1,'Scroll of Enchant Boots - Vitality',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38909,0,6,-1,'Scroll of Enchant Boots - Fortitude',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27950,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38910,0,6,-1,'Scroll of Enchant Boots - Surefooted',811,1,268435520,0,1,0,0,0,-1,-1,74,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27954,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38911,0,6,-1,'Scroll of Enchant Chest - Exceptional Health',811,1,268435520,0,1,0,0,0,-1,-1,63,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27957,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38912,0,6,-1,'Scroll of Enchant Chest - Exceptional Mana',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27958,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38913,0,6,-1,'Scroll of Enchant Chest - Exceptional Stats',811,1,268435520,0,1,0,0,0,-1,-1,69,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27960,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38914,0,6,-1,'Scroll of Enchant Cloak - Major Armor',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27961,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38915,0,6,-1,'Scroll of Enchant Cloak - Major Resistance',811,1,268435520,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27962,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38916,0,6,-1,'Enchant Weapon - Major Spirit',811,3,268435536,8192,1,0,1000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27964,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (38917,0,6,-1,'Scroll of Enchant Weapon - Major Striking',811,3,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27967,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38918,0,6,-1,'Scroll of Enchant Weapon - Major Intellect',811,3,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27968,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38919,0,6,-1,'Scroll of Enchant 2H Weapon - Savagery',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27971,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38920,0,6,-1,'Scroll of Enchant Weapon - Potency',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27972,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38921,0,6,-1,'Scroll of Enchant Weapon - Major Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27975,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38922,0,6,-1,'Scroll of Enchant 2H Weapon - Major Agility',811,3,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27977,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38923,0,6,-1,'Scroll of Enchant Weapon - Sunfire',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27981,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38924,0,6,-1,'Scroll of Enchant Weapon - Soulfrost',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27982,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38925,0,6,-1,'Scroll of Enchant Weapon - Mongoose',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27984,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38926,0,6,-1,'Scroll of Enchant Weapon - Spellsurge',811,3,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28003,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38927,0,6,-1,'Scroll of Enchant Weapon - Battlemaster',811,3,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28004,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38928,0,6,-1,'Scroll of Enchant Chest - Major Spirit',811,1,268435520,0,1,0,0,0,-1,-1,64,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33990,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38929,0,6,-1,'Scroll of Enchant Chest - Restore Mana Prime',811,1,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33991,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38930,0,6,-1,'Scroll of Enchant Chest - Major Resilience',811,1,268435520,0,1,0,0,0,-1,-1,69,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33992,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38931,0,6,-1,'Scroll of Enchant Gloves - Blasting',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33993,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38932,0,6,-1,'Scroll of Enchant Gloves - Precise Strikes',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33994,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38933,0,6,-1,'Scroll of Enchant Gloves - Major Strength',811,1,268435520,0,1,0,0,0,-1,-1,68,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33995,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38934,0,6,-1,'Scroll of Enchant Gloves - Assault',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33996,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38935,0,6,-1,'Scroll of Enchant Gloves - Major Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33997,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38936,0,6,-1,'Scroll of Enchant Gloves - Major Healing',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33999,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38937,0,6,-1,'Scroll of Enchant Bracer - Major Intellect',811,1,268435520,0,1,0,0,0,-1,-1,61,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34001,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38938,0,6,-1,'Scroll of Enchant Bracer - Assault',811,1,268435520,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34002,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38939,0,6,-1,'Scroll of Enchant Cloak - Spell Penetration',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34003,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38940,0,6,-1,'Scroll of Enchant Cloak - Greater Agility',811,1,268435520,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34004,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38941,0,6,-1,'Scroll of Enchant Cloak - Greater Arcane Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34005,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38942,0,6,-1,'Scroll of Enchant Cloak - Greater Shadow Resistance',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34006,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38943,0,6,-1,'Scroll of Enchant Boots - Cat\'s Swiftness',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34007,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38944,0,6,-1,'Scroll of Enchant Boots - Boar\'s Speed',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34008,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38945,0,6,-1,'Scroll of Enchant Shield - Major Stamina',811,1,268435520,0,1,0,0,0,-1,-1,65,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34009,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38946,0,6,-1,'Scroll of Enchant Weapon - Major Healing',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34010,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38947,0,6,-1,'Scroll of Enchant Weapon - Greater Agility',811,3,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42620,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38948,0,6,-1,'Scroll of Enchant Weapon - Executioner',811,3,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42974,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38949,0,6,-1,'Scroll of Enchant Shield - Resilience',811,1,268435520,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44383,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38950,0,6,-1,'Scroll of Enchant Cloak - Superior Frost Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44483,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38951,0,6,-1,'Scroll of Enchant Gloves - Expertise',811,1,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44484,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38953,0,6,-1,'Scroll of Enchant Gloves - Precision',811,1,268435520,0,1,0,0,0,-1,-1,77,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44488,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38954,0,6,-1,'Scroll of Enchant Shield - Defense',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44489,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38955,0,6,-1,'Scroll of Enchant Chest - Mighty Health',811,1,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44492,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38956,0,6,-1,'Scroll of Enchant Cloak - Superior Nature Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44494,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38957,0,6,-1,'Scroll of Enchant Weapon - Exceptional Striking',811,1,0,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38958,0,6,-1,'Scroll of Enchant Weapon - Exceptional Intellect',811,1,0,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38959,0,6,-1,'Scroll of Enchant Cloak - Superior Agility',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44500,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38960,0,6,-1,'Scroll of Enchant Gloves - Gatherer',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44506,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38961,0,6,-1,'Scroll of Enchant Boots - Greater Spirit',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44508,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38962,0,6,-1,'Scroll of Enchant Chest - Greater Mana Restoration',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44509,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38963,0,6,-1,'Scroll of Enchant Weapon - Exceptional Spirit',811,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44510,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38964,0,6,-1,'Scroll of Enchant Gloves - Greater Assault',811,1,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44513,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38965,0,6,-1,'Scroll of Enchant Weapon - Icebreaker',811,3,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44524,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38966,0,6,-1,'Scroll of Enchant Boots - Greater Fortitude',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44528,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38967,0,6,-1,'Scroll of Enchant Gloves - Major Agility',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44529,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38968,0,6,-1,'Scroll of Enchant Bracers - Exceptional Intellect',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44555,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38969,0,6,-1,'Scroll of Enchant Cloak - Superior Fire Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44556,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38970,0,6,-1,'Scroll of Enchant Gloves - Exceptional Healing',811,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38971,0,6,-1,'Scroll of Enchant Bracers - Striking',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60616,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38972,0,6,-1,'Scroll of Enchant Weapon - Lifeward',811,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44576,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38973,0,6,-1,'Scroll of Enchant Cloak - Spell Piercing',811,1,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44582,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38974,0,6,-1,'Scroll of Enchant Boots - Greater Vitality',811,1,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44584,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38975,0,6,-1,'Scroll of Enchant Chest - Exceptional Resilience',811,1,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44588,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38976,0,6,-1,'Scroll of Enchant Boots - Superior Agility',811,1,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44589,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38977,0,6,-1,'Scroll of Enchant Cloak - Superior Shadow Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44590,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38978,0,6,-1,'Scroll of Enchant Cloak - Titanweave',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44591,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38979,0,6,-1,'Scroll of Enchant Gloves - Exceptional Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44592,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38980,0,6,-1,'Scroll of Enchant Bracers - Major Spirit',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44593,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38981,0,6,-1,'Scroll of Enchant 2H Weapon - Scourgebane',811,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44595,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38982,0,6,-1,'Scroll of Enchant Cloak - Superior Arcane Resistance',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44596,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38983,0,6,-1,'Scroll of Enchant Shield - Exceptional Stamina',811,1,0,0,1,0,0,0,-1,-1,81,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38984,0,6,-1,'Scroll of Enchant Bracer - Expertise',811,1,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44598,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38985,0,6,-1,'Scroll of Enchant Gloves - Greater Blasting',811,1,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44612,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38986,0,6,-1,'Scroll of Enchant Boots - Icewalker',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60623,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38987,0,6,-1,'Scroll of Enchant Bracers - Greater Stats',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44616,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38988,0,6,-1,'Scroll of Enchant Weapon - Giant Slayer',811,3,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44621,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38989,0,6,-1,'Scroll of Enchant Chest - Super Stats',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44623,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38990,0,6,-1,'Scroll of Enchant Gloves - Armsman',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44625,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38991,0,6,-1,'Scroll of Enchant Weapon - Exceptional Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44629,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38992,0,6,-1,'Scroll of Enchant 2H Weapon - Greater Savagery',811,3,268435520,0,1,0,0,0,-1,-1,82,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44630,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38993,0,6,-1,'Scroll of Enchant Cloak - Shadow Armor',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44631,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38994,0,6,-1,'Scroll of Enchant Weapon - Exceptional Healing',811,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38995,0,6,-1,'Scroll of Enchant Weapon - Exceptional Agility',811,3,268435520,0,1,0,0,0,-1,-1,84,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44633,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38996,0,6,-1,'Scroll of Enchant Bracers - Major Healing',811,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (38997,0,6,-1,'Scroll of Enchant Bracers - Greater Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44635,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38998,0,6,-1,'Scroll of Enchant Weapon - Deathfrost',811,3,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46578,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (38999,0,6,-1,'Scroll of Enchant Chest - Defense',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46594,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39000,0,6,-1,'Scroll of Enchant Cloak - Steelweave',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47051,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39001,0,6,-1,'Scroll of Enchant Cloak - Mighty Armor',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47672,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39002,0,6,-1,'Scroll of Enchant Chest - Greater Defense',811,1,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47766,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39003,0,6,-1,'Scroll of Enchant Cloak - Greater Speed',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47898,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39004,0,6,-1,'Scroll of Enchant Cloak - Wisdom',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47899,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39005,0,6,-1,'Scroll of Enchant Chest - Super Health',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47900,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39006,0,6,-1,'Scroll of Enchant Boots - Tuskarr\'s Vitality',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47901,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39010,4,6,-1,'Wolfslayer\'s Crest',51091,2,0,0,1,295514,59102,14,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,31,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,0,0,0,0,14047,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,150,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39011,4,6,-1,'Bloody Bulwark',51091,2,0,0,1,296649,59329,14,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,48,4,21,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,150,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39013,4,2,-1,'Discoverer\'s Mitts',49251,2,0,0,1,116754,23350,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39015,4,2,-1,'Crackpot Spaulders',56012,2,0,0,1,176461,35292,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,41,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39016,4,2,-1,'Tunic of the Rectified Thane',49809,2,0,0,1,236145,47229,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39017,4,2,-1,'Belt of Keen Hearing',56333,2,0,0,1,118516,23703,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39018,4,2,-1,'Boots of Safe Travel',56357,2,0,0,1,178439,35687,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39019,4,2,-1,'Iron-Shatter Leggings',51333,2,0,0,1,238782,47756,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39020,4,2,-1,'Drakuru\'s Ghastly Helm',51164,2,0,0,1,179752,35950,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,56,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39021,4,2,-1,'Ectoplasm Stained Wristguards',51356,2,0,0,1,120278,24055,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39022,4,2,-1,'Helm of Rising Smoke',49842,2,0,0,1,181083,36216,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,55,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39023,4,2,-1,'Wax-Coated Chestguard',51307,2,0,0,1,242307,48461,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,38,3,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39025,4,2,-1,'Shackles of Sanity',51356,2,0,0,1,125217,25043,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,32,31,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39026,4,2,-1,'Pauldrons of the Prophet',49246,2,0,0,1,188491,37698,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39027,4,2,-1,'Leggings of Anger Management',51333,2,0,0,1,228185,45637,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39028,4,2,-1,'Coiled Leather Gauntlets',56389,2,0,0,1,114536,22907,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,42,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39029,4,2,-1,'Waistguard of Expedient Procurement',51316,2,0,0,1,114979,22995,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40934,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39030,4,2,-1,'Patchhide Pants',51333,2,0,0,1,230846,46169,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,56,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39031,4,2,-1,'Boots of Internal Strife',49903,2,0,0,1,173782,34756,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39033,4,2,-1,'Discarded Miner\'s Jerkin',51307,2,0,0,1,233484,46696,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,37,3,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39034,4,2,-1,'Bearskin Helm',56332,2,0,0,1,175778,35155,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,31,37,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39035,4,2,-1,'Glacier-walker\'s Mukluks',49903,2,0,0,1,197739,39547,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,40,7,48,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39036,4,2,-1,'Hulking Horror Tunic',51307,2,0,0,1,264646,52929,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,57,3,48,38,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39038,4,2,-1,'Fleshwerk Wristguards',51356,2,0,0,1,133304,26660,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,39,38,78,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39040,4,2,-1,'Gloves of Troubled Memory',49251,2,0,0,1,134298,26859,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,34,32,26,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39041,12,0,-1,'Bat Net',43536,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52151,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39043,4,3,-1,'Trailbreaker\'s Spaulders',51303,2,0,0,1,224768,44953,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,40,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39044,4,3,-1,'Short-Circuiting Boots',51148,2,0,0,1,225570,45114,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39045,4,3,-1,'Legguards of Refuted Feudalism',51213,2,0,0,1,300493,60098,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,57,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39046,4,3,-1,'Shoulderpads of Imminent Disaster',51300,2,0,0,1,227152,45430,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39047,4,3,-1,'Legguards of Unerring Navigation',51324,2,0,0,1,273793,54758,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39048,4,3,-1,'Flame-Tested Chestguard',51310,2,0,0,1,274858,54971,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,84,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39049,4,3,-1,'Helm of Spirit Links',51293,2,0,0,1,206941,41388,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,56,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39050,4,3,-1,'Ghostridden Waistguard',51322,2,0,0,1,138479,27695,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39051,4,3,-1,'Plane-shifted Boots',51077,2,0,0,1,209443,41888,8,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39052,4,3,-1,'Acid-Resistant Hauberk',51309,2,0,0,1,279087,55817,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,52,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39053,4,3,-1,'Helm of the Furbolg Purifier',51238,2,0,0,1,210092,42018,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,3,40,7,50,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39054,4,3,-1,'Gossamer-Stained Grips',51181,2,0,0,1,140593,28118,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39055,4,3,-1,'Handguards of Extermination',51390,2,0,0,1,141126,28225,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39056,4,3,-1,'Whip-Stitched Wristguards',51357,2,0,0,1,141658,28331,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39057,4,3,-1,'Polished Staghorn Helm',51238,2,0,0,1,218982,43796,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,3,35,5,39,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39058,4,3,-1,'Legguards of Swift Pursuit',51324,2,0,0,1,293041,58608,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39059,4,3,-1,'Wristguard of the Tormented Soul',51357,2,0,0,1,147053,29410,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,22,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39060,4,3,-1,'Patched Trapper Pauldrons',51300,2,0,0,1,222362,44472,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39062,4,2,-1,'Herbalist\'s Pauldrons',49246,2,0,0,1,185794,37158,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39063,12,0,0,'Lifeblood Shard',34364,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39064,4,3,-1,'Hide-Lined Chestguard',51310,2,0,0,1,299400,59880,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,54,32,38,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,785,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39065,4,3,-1,'Skycaptain\'s Belt',51322,2,0,0,1,168365,33673,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,42,7,44,3,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39066,4,3,-1,'Leggings of the Turning Point',51324,2,0,0,1,337924,67584,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,77,36,41,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39068,4,3,-1,'Flesh-scaled Bracers',51357,2,0,0,1,153999,30799,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,39,5,26,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39070,4,3,-1,'Gloves of the Mad Bomber',51181,2,0,0,1,155192,31038,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,36,32,50,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39072,4,4,-1,'Blacksoul Protector\'s Hauberk',51094,2,0,0,1,289221,57844,5,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,3,4,32,7,48,12,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39073,2,19,-1,'Root of the Everlasting',56893,2,0,0,1,324890,64978,26,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,5,18,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,324,3,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (39074,4,1,-1,'Drape of Distilled Hatred',15206,2,0,0,1,130437,26087,16,-1,-1,138,0,0,0,0,0,0,0,0,0,1,0,2,6,26,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,14799,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39075,4,4,-1,'Waywalker\'s Girdle',51247,2,0,0,1,170044,34008,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,40,4,42,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39076,4,4,-1,'Golem-Rider\'s Greaves',51325,2,0,0,1,339364,67872,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,55,4,56,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39077,4,4,-1,'Skull-Reshaper\'s Helm ',61308,2,0,0,1,254968,50993,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,46051,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39078,4,4,-1,'Whispering Stompers',51131,2,0,0,1,255898,51179,8,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,42,4,42,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39079,4,4,-1,'Bracers of the Chaperon',51899,2,0,0,1,172525,34505,9,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,30,32,21,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,614,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39080,4,4,-1,'Grips of Flawed Temper',51387,2,0,0,1,173133,34626,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,39,31,28,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39081,4,4,-1,'Spiritforged Helm',51288,2,0,0,1,258662,51732,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,32,56,4,38,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39082,4,4,-1,'Shocksteel Shoulderguards',51149,2,0,0,1,259591,51918,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,63,31,28,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39083,4,4,-1,'Cobalt Shoulders',54815,2,0,0,1,241614,48322,3,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,36,12,30,4,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,973,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39084,4,4,-1,'Cobalt Helm',54813,2,0,0,1,242476,48495,1,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,4,33,7,51,12,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39085,4,4,-1,'Cobalt Chestpiece',51503,2,0,0,1,325071,65014,5,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,4,39,12,39,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1297,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39086,4,4,-1,'Cobalt Legplates',54814,2,0,0,1,326223,65244,7,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,66,4,40,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39087,4,4,-1,'Cobalt Belt',54812,2,0,0,1,148935,29787,6,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,39,4,25,12,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39088,4,4,-1,'Cobalt Boots',54809,2,0,0,1,222573,44514,8,32767,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,44,12,30,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,892,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (39089,4,4,-1,'Spiritforged Legguards',49478,2,0,0,1,332701,66540,7,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,7,55,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39090,4,4,-1,'Chestplate of Untimely Rewards',56330,2,0,0,1,331946,66389,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,4,56,36,38,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39091,4,4,-1,'Blood-Spattered Spaulders',51892,2,0,0,1,249390,49878,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,4,41,32,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39092,4,4,-1,'Thought-Purifying Protector',51288,2,0,0,1,250319,50063,1,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,32,35,4,58,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39093,4,4,-1,'Chestguard of Expressed Fury',51306,2,0,0,1,335638,67127,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,35,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39094,4,4,-1,'Load-Bearing Girdle',51247,2,0,0,1,169402,33880,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,39,4,26,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39095,4,4,-1,'Hammer-Holder\'s Gauntlets',51387,2,0,0,1,170010,34002,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,38,36,44,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39096,4,4,-1,'Snaptooth Legplates',51325,2,0,0,1,339331,67866,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,51,4,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1228,0,0,0,0,0,0,0,0,0,46743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39097,4,4,-1,'Sabatons of Crushed Humanity',51131,2,0,0,1,254943,50988,8,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,46,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39098,4,4,-1,'Rusty Cave Stompers',51131,2,0,0,1,255872,51174,8,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,36,31,24,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39099,4,4,-1,'Carapace of the Fallen',56106,2,0,0,1,343023,68604,5,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,4,60,32,33,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1403,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39100,4,4,-1,'Plated Bracelet of the Skies',51353,2,0,0,1,194029,38805,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,32,4,21,44,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39102,4,4,-1,'Icewalker\'s Spikes',51131,2,0,0,1,290895,58179,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,34,32,27,4,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39104,4,4,-1,'Hardened Bone Wrist Protectors',51353,2,0,0,1,196810,39362,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,30,37,26,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39105,4,4,-1,'Girdle of Growing Vines',51247,2,0,0,1,163798,32759,6,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39108,4,4,-1,'Bloodstained Helmet',51288,2,0,0,1,276391,55278,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,51,32,41,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39109,2,10,-1,'Branch of the Roaming Spirit',51382,2,0,0,1,590483,118096,17,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,49,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,429,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39110,2,10,-1,'Staff of Righteous Vengeance',51382,2,0,0,1,592641,118528,17,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,37,51,3,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,415,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39112,2,13,-1,'Talon of Freedom',51152,2,0,0,1,477661,95532,21,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,322,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,14056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39113,2,13,-1,'Jagged Troll Render',51171,2,0,0,1,479435,95887,22,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,274,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,44810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39114,2,1,-1,'Axe of the Warlord\'s Demise',49227,2,0,0,1,601452,120290,17,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,3,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39115,2,1,-1,'Axe of Bloodstained Ice',49227,2,0,0,1,676597,135319,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,53,12,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,589,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39116,2,5,-1,'Grinder of Reverse Emancipation',50325,2,0,0,1,605888,121177,17,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,37,62,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,501,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39117,2,8,-1,'Liberator\'s Blade',50329,2,0,0,1,608046,121609,17,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,31,64,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,515,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39118,4,0,-1,'Glowing Voodoo Orb',54735,2,0,0,1,139386,34846,23,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39119,2,3,-1,'Bondsniper',51174,2,0,0,1,367489,73497,26,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,20,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,313,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39120,2,10,-1,'Spire of Soaring Rumination',50137,2,0,0,1,614699,122939,17,32767,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,313,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,52184,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340), (39121,2,10,-1,'Cultist\'s Cauldron Stirrer',50146,2,0,0,1,641931,128386,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,59,36,52,45,272,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,336,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Still dripping with crazy-juice',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (39124,4,0,-1,'Branch of Insightful Dreams',54734,2,0,0,1,139386,34846,23,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,36,22,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39125,2,15,-1,'Beaked Dagger',50122,2,0,0,1,465241,93048,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,167,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15812,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39127,2,7,-1,'Serrated Cold-Iron Slicer',50266,2,0,0,1,468790,93758,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,21,37,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,191,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39128,2,7,-1,'Yoke Slasher',51377,2,0,0,1,470564,94112,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39129,2,15,-1,'Spike of Renounced Autonomy',49207,2,0,0,1,472290,94458,13,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,215,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39130,2,15,-1,'Corrupter\'s Shanker',49207,2,0,0,1,531335,106267,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,33,3,23,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39131,2,18,-1,'Warbling Crossbow',50166,2,0,0,1,356879,71375,26,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,15,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,334,0,0,0,0,0,0,0,0,0,0,0,3100,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39132,2,7,-1,'Sword of the Caged Mind',49221,2,0,0,1,477565,95513,21,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,32,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,129,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,52184,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340), (39133,2,15,-1,'Necrolord\'s Sacrificial Dagger',51365,2,0,0,1,537247,107449,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,30,43,14,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,134,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (39134,2,2,-1,'Bow of Regression',50152,2,0,0,1,404426,80885,15,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,15,7,18,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,360,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39135,2,2,-1,'Wyrmstalker\'s Bow',50149,2,0,0,1,405918,81183,15,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,44,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39136,2,0,-1,'Reanimator\'s Hacker',51463,2,0,0,1,543159,108631,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,24,32,23,36,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39138,2,16,-1,'Deadly Razordarts',40005,2,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,17,13,14,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,328,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39139,4,4,-1,'Ravaging Sabatons',55381,4,0,0,1,538510,107702,8,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,72,32,38,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39140,2,15,-1,'Knife of Incision',35245,4,0,0,1,933080,186616,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,19,7,37,32,29,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39141,4,0,-1,'Deflection Band',35431,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,38,7,75,12,28,31,25,13,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39142,2,4,-1,'Mace of Helotry',50208,2,0,0,1,459918,91983,21,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,2,6,18,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,177,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,52184,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340), (39143,2,4,-1,'Writhing Mace',50208,2,0,0,1,517468,103493,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,32,31,5,20,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,197,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43,0,0,0,'',35,0,0,0,0,12340), (39144,2,4,-1,'Twisted Hooligan Whacker',49201,2,0,0,1,519403,103880,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,37,20,7,24,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Warning: Whack twisted hooligans at your own risk',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39146,4,0,-1,'Collar of Dissolution',35373,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,29,31,24,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39148,15,2,0,'Baby Coralshell Turtle',51538,1,0,8192,1,0,0,0,-1,-1,70,0,356,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39150,12,0,-1,'Sacred Adornment',51541,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bittersweet reminder of faithlessness and betrayal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39151,7,11,0,'Alabaster Pigment',54599,1,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Peacebloom, Silverleaf, or Earthroot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39152,9,7,-1,'Manual: Heavy Frostweave Bandage',8117,2,64,0,1,1000,250,0,-1,-1,80,0,129,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45546,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Heavy Frostweave Bandage.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39153,9,7,-1,'Manual: Dense Frostweave Bandage',8117,0,33554496,0,1,1000,250,0,-1,-1,85,0,129,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,51803,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This waterlogged book tells you nothing.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (39154,12,0,0,'Diluting Additive',51551,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52227,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39156,12,0,-1,'Underworld Power Fragment',51553,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Whatever could Quetz\'lun want with this?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39157,12,0,0,'Scepter of Suggestion',51591,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52252,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39158,12,0,-1,'Quetz\'lun\'s Hexxing Stick',7742,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52251,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39159,12,0,0,'Harvested Blight Crystal',40606,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39160,12,0,0,'Saronite Arrow',51995,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39161,12,0,0,'Twisted Roc Talon',3307,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39162,12,0,0,'Broodmother Slivina\'s Skull',51563,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39163,0,0,0,'Test expire transform',51565,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39164,12,0,0,'Sample Container',34493,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52308,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39165,12,0,0,'Explosive Charges',51566,1,64,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52315,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39166,12,0,-1,'Underworld Power Fragments',51553,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This is the collection of fragments that you initially gathered for Quetz\'lun\'s Spirit.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39167,12,0,-1,'Blood of Mam\'toth',47902,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s alive!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39168,4,4,-1,'Worg-Rendering Shoulderguards',51577,3,0,0,1,295800,59160,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,4,40,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39169,4,3,-1,'Keen Razorfang Spaulders',51576,3,0,0,1,256118,51223,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,42,3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39170,4,1,-1,'Furred Worgslayer Spaulders',51569,3,0,0,1,175186,35037,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,37,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39171,4,2,-1,'Fangsever Shoulderguards',51575,3,0,0,1,219781,43956,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,1,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,40226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39172,4,4,-1,'Bone-Polished Iceplate Shoulders',49876,3,0,0,1,308223,61644,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,62,12,28,4,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39173,4,6,-1,'Bulwark of the Tormented God',51568,3,0,0,1,377818,75563,14,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,44,4,21,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5849,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,157,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39174,4,4,-1,'Legguards of Dissolved Hope',51572,3,0,0,1,414689,82937,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,7,48,4,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,0,0,0,0,0,0,0,0,0,42157,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39175,4,4,-1,'Leggings of Forceful Purification',51571,3,0,0,1,416179,83235,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,3,7,87,4,38,12,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39176,4,1,-1,'Kilt of Deific Torment',51574,3,0,0,1,238668,47733,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,32,50,7,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39177,4,2,-1,'Pants of Purified Wind',51573,3,0,0,1,299400,59880,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,50,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39178,4,3,-1,'Greaves of Sanctified Dissolution',51570,3,0,0,1,360523,72104,7,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,51,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,0,39807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39179,4,4,-1,'Charged Earthlink Grips',56375,3,0,0,1,212256,42451,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,38,36,26,4,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39180,4,4,-1,'Handguards of the Sanguine Gladiator',51582,3,0,0,1,192730,38546,10,262143,2147483647,154,0,0,0,0,0,0,0,0,0,1,0,3,7,66,12,27,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39181,4,1,-1,'Grips of Torrential Power',51587,3,0,0,1,109920,21984,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,28,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,18050,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39182,4,3,-1,'Handguards of Deluded Might',51584,3,0,0,1,165519,33103,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,28,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39183,4,2,-1,'Shining Buckle Gauntlets',51585,3,0,0,1,138464,27692,10,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,3,24,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39187,12,0,-1,'Quetz\'lun\'s Ritual',51586,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52366,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39188,4,4,-1,'Chivalric Chestguard',53829,4,0,0,1,691383,138276,5,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,69,36,64,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39189,4,3,-1,'Boots of Persistence',57095,4,0,0,1,448031,89606,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,52,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39190,4,1,-1,'Agonal Sash',54214,4,0,0,1,198969,39793,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,6,48,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39191,4,2,-1,'Splint-Bound Leggings',53833,4,0,0,1,499237,99847,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39192,4,1,-1,'Gloves of Dark Gestures',53836,4,0,0,1,200420,40084,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,6,50,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39193,4,0,-1,'Band of Neglected Pleas',35472,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39194,4,3,-1,'Rusted-Link Spiked Gauntlets',53838,4,0,0,1,302778,60555,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,3,48,7,51,5,36,32,30,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39195,4,4,-1,'Bracers of Lost Sentiments',55378,4,0,0,1,356536,71307,9,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,73,37,38,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39196,4,2,-1,'Boots of the Worshiper',54223,4,0,0,1,381156,76231,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,66,7,49,36,51,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39197,4,4,-1,'Gauntlets of the Master',53841,4,0,0,1,359055,71811,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,99,12,38,13,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39198,4,4,-1,'Frostblight Pauldrons',53842,4,0,0,1,536404,107280,3,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,52,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39199,4,0,-1,'Watchful Eye',53843,4,0,0,1,284983,71245,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,31,28,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39200,2,7,-1,'Grieving Spellblade',53844,4,0,0,1,932688,186537,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,33,5,40,32,37,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (39201,15,0,-1,'Dirt Stained Rags',18170,0,0,0,1,520,130,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39202,2,6,-1,'Rusted Pitchfork',7464,0,0,0,1,226,45,17,-1,-1,7,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39203,15,0,-1,'Mangled Diary',1588,0,0,0,1,18250,4562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The pages are torn beyond readability',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39204,15,0,-1,'Barely Readable Diary',1588,0,0,0,1,18250,4562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3109,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39205,4,1,-1,'Sole-Less Boots',16721,0,0,0,1,24,4,8,-1,-1,5,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39206,12,0,0,'Scepter of Empowerment',51590,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52389,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39207,15,0,-1,'Ragweed',18089,0,0,0,1,1200,300,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39208,4,10,-1,'Sigil of the Dark Rider',51913,3,32768,0,1,42,8,28,32767,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39209,15,0,-1,'Scintillating Stone Shard',4719,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39210,15,0,-1,'Shattered Stone',4721,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39211,15,0,-1,'Serrated Fang',57468,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39212,15,0,-1,'Indurate Claw',57478,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39213,0,8,-1,'Massive Seaforium Charge',8625,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52410,0,-1,0,1000,0,-1,52418,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,4384,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39215,4,2,-1,'Boots of the Follower',57007,4,0,0,1,379759,75951,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,44,6,66,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39216,4,1,-1,'Sash of Mortal Desire',56607,4,0,0,1,203263,40652,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39217,4,3,-1,'Avenging Combat Leggings',53847,4,0,0,1,611968,122393,7,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39218,15,0,-1,'Reticulated Fang',6002,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39219,15,0,-1,'Sawtooth Talon',1645,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39220,15,0,-1,'Geodesic Fragments',20977,0,0,0,1,9000,2250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39221,2,6,-1,'Wraith Spear',35259,4,0,0,1,1202748,240549,17,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,90,7,79,32,68,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,829,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39222,15,0,-1,'Severed Flipper',2874,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39223,15,0,-1,'Colossal Jaws',7350,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39224,4,2,-1,'Leggings of Discord',53848,4,0,0,1,486491,97298,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,90,7,67,32,68,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39225,4,1,-1,'Cloak of Armed Strife',35446,4,0,0,1,292983,58596,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,4,4,39,7,50,12,37,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,336,0,0,0,'',68,0,0,0,0,12340), (39226,2,4,-1,'Maexxna\'s Femur',35250,4,0,0,1,980239,196047,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,27,7,33,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15824,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39227,12,0,-1,'Huge Stone Key',8736,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39228,4,4,-1,'Web Cocoon Grips',53850,4,0,0,1,347563,69512,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39229,4,0,-1,'Embrace of the Spider',35361,4,4096,0,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60490,1,0,0,90000,0,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39230,4,2,-1,'Spaulders of the Monstrosity',53852,4,0,0,1,372957,74591,3,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,49,6,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39231,4,0,-1,'Timeworn Silken Band',35423,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,6,28,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39232,4,0,-1,'Pendant of Lost Vocations',35358,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,31,5,41,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39233,4,6,-1,'Aegis of Damnation',35573,4,0,0,1,643479,128695,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,31,5,39,32,36,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39234,4,4,-1,'Plague-Impervious Boots',55381,4,0,0,1,490886,98177,8,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,65,7,99,12,44,14,33,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39235,4,4,-1,'Bone-Framed Bracers',54208,4,0,0,1,331032,66206,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,34,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39236,4,3,-1,'Trespasser\'s Boots',54229,4,0,0,1,426715,85343,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,48,5,30,36,29,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39237,4,2,-1,'Spaulders of Resumed Battle',53883,4,0,0,1,355383,71076,3,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,48,7,69,31,38,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39238,12,0,0,'Scepter of Command',51596,1,64,0,1,0,0,0,-1,-1,70,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52487,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39239,4,4,-1,'Chestplate of the Risen Soldier',53884,4,0,0,1,668392,133678,5,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,96,36,89,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39240,4,2,-1,'Noth\'s Curse',53885,4,0,0,1,359427,71885,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,52,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,2842,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39241,4,1,-1,'Dark Shroud of the Scourge',35444,4,0,0,1,288630,57726,16,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,36,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39242,4,1,-1,'Robes of Hoarse Breaths',53887,4,0,0,1,386252,77250,20,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,73,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39243,4,3,-1,'Handgrips of the Foredoomed',53888,4,0,0,1,290777,58155,10,32767,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,49,32,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39244,4,0,-1,'Ring of the Fated',35313,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,39,5,37,32,50,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39245,2,5,-1,'Demise',53889,4,0,0,1,1220519,244103,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,103,36,89,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,784,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39246,4,0,-1,'Amulet of Autopsy',35437,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,75,12,25,13,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39247,4,2,-1,'Cuffs of Dark Shadows',54209,4,0,0,1,245917,49183,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,38,7,49,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39248,4,3,-1,'Tunic of the Lost Pack',53890,4,0,0,1,592378,118475,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,70,5,48,32,64,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,49116,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39249,4,4,-1,'Shoulderplates of Bloodshed',53891,4,0,0,1,519193,103838,3,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,59,7,72,32,65,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39250,4,0,-1,'Ring of Holy Cleansing',35313,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,29,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39251,4,3,-1,'Necrogenic Belt',57073,4,0,0,1,307219,61443,6,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,3,7,57,5,48,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39252,4,1,-1,'Preceptor\'s Bindings',56603,4,0,0,1,205538,41107,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,34,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39253,12,0,0,'Gift of the Harvester',34872,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52481,0,0,0,0,1149,6000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39254,4,1,-1,'Saltarello Shoes',54227,4,0,0,1,281012,56202,8,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,51,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39255,2,10,-1,'Staff of the Plague Beast',54799,4,0,0,1,1175419,235083,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,136,3,89,7,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,537,0,0,0,0,630,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39256,2,10,-1,'Sulfur Stave',55718,4,0,0,1,1179953,235990,17,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,4,7,90,5,90,6,89,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,331,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',68,0,0,0,0,12340), (39257,4,0,-1,'Loatheb\'s Shadow',35442,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60439,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39258,4,4,-1,'Legplates of Inescapable Death',53286,4,0,0,1,665784,133156,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,111,12,56,15,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3751,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39259,4,2,-1,'Fungi-Stained Coverings',53898,4,0,0,1,477373,95474,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,65,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39260,4,4,-1,'Helm of the Corrupted Mind',57522,4,0,0,1,502137,100427,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,67,5,69,45,84,32,49,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39261,4,4,-1,'Tainted Girdle of Mending',54220,4,0,0,1,338590,67718,6,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39262,4,4,-1,'Gauntlets of Combined Strength',53901,4,0,0,1,339867,67973,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,65,7,99,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39263,4,3,-1,'Dissevered Leggings',53902,4,0,8192,1,581496,116299,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,3,73,7,134,32,60,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39264,12,0,-1,'Vic\'s Keys',51620,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39265,12,0,0,'Oracle Blood',11199,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52276,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39266,12,0,0,'Tainted Crystal',37250,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52333,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39267,4,4,-1,'Abomination Shoulderblades',53903,4,0,0,1,529006,105801,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,53,7,87,12,38,13,40,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39268,12,0,-1,'Medallion of Mam\'toth',51634,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52596,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39269,12,0,0,'Prince Valanar\'s Report',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sealed',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39270,2,7,-1,'Hatestrike',53904,4,0,0,1,1020338,204067,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,25,7,39,32,27,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39271,2,15,-1,'Blade of Dormant Memories',54038,4,0,0,1,1023966,204793,21,32767,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,31,5,38,32,40,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48626,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (39272,4,1,-1,'Drape of Surgery',35430,4,0,0,1,308248,61649,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39273,4,1,-1,'Sullen Cloth Boots',56612,4,0,0,1,279894,55978,8,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,50,6,38,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,26460,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39274,4,3,-1,'Retcher\'s Shoulderpads',53906,4,0,0,1,423347,84669,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,50,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39275,4,2,-1,'Contagion Gloves',53907,4,0,0,1,235034,47006,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39276,4,6,-1,'The Skull of Ruin',53908,4,0,0,1,604010,120802,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,75,12,27,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,35075,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39277,4,0,-1,'Sealing Ring of Grobbulus',35431,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,43,36,24,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39278,4,3,-1,'Bands of Anxiety',54207,4,0,0,1,285306,57061,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,49,5,29,32,36,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39279,4,2,-1,'Blistered Belt of Decay',54215,4,0,0,1,238637,47727,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,66,7,57,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39280,4,4,-1,'Leggings of Innumerable Barbs',53912,4,0,0,1,670725,134145,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,36,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39281,2,4,-1,'Infection Repulser',35642,4,0,0,1,961806,192361,21,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,33,5,37,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,48251,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (39282,4,0,-1,'Bone-Linked Amulet',35373,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,28,5,33,6,25,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23213,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39283,4,2,-1,'Putrescent Bands',54211,4,0,0,1,248736,49747,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,26,5,36,6,38,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,39988,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39284,4,1,-1,'Miasma Mantle',55327,4,0,0,1,299572,59914,3,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,48,6,43,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,48253,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39285,4,1,-1,'Handgrips of Turmoil',53915,4,0,0,1,200440,40088,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39286,15,2,-1,'Frosty\'s Collar',57896,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,52615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Frosty!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39291,2,7,-1,'Torment of the Banished',53918,4,0,0,1,1023770,204754,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,27,7,39,36,22,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39292,4,0,-1,'Repelling Charge',35439,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,12,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60180,0,0,0,180000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39293,4,4,-1,'Blackened Legplates of Feugen',53920,4,0,0,1,653018,130603,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39294,4,3,-1,'Arc-Scorched Helmet',57542,4,0,0,1,421386,84277,1,32767,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,47,7,78,5,47,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39295,4,1,-1,'Cowl of Sheet Lightning',53925,4,0,0,1,282012,56402,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,68,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39296,2,2,-1,'Accursed Bow of the Elite',35870,4,0,0,1,707751,141550,15,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,28,7,19,36,21,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,472,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39297,4,1,-1,'Cloak of Darkening',35366,4,0,0,1,284188,56837,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,54,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39298,4,4,-1,'Waistguard of the Tutor',55382,4,0,0,1,343836,68767,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,97,12,34,15,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39299,4,2,-1,'Rapid Attack Gloves',53926,4,0,0,1,245108,49021,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,58,7,57,37,33,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39301,12,0,-1,'Zol\'Maz Stronghold Cache',32276,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Full of all sorts of Drakkari goodies.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39302,0,8,0,'Glyph of the Penguin',7270,1,16,8192,1,0,0,0,262143,2147483647,15,10,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52648,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,101,-1,0,0,0,0,'',0,0,0,0,0,15595), (39303,15,5,-1,'Swift Flying Carpet',51685,4,0,0,1,0,0,0,-1,-1,80,70,197,420,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60969,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (39305,12,0,-1,'Tiki Hex Remover',7742,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52655,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39306,4,4,-1,'Plated Gloves of Relief',53850,4,0,0,1,353982,70796,10,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42115,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39307,4,3,-1,'Iron Rings of Endurance',57072,4,0,0,1,302778,60555,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,38,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39308,4,2,-1,'Girdle of Lenience',54217,4,0,0,1,253221,50644,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,49,6,48,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39309,4,1,-1,'Leggings of the Instructor',53646,4,0,0,1,406566,81313,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,52,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39310,4,1,-1,'Mantle of the Extensive Mind',55326,4,0,0,1,306013,61202,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,52,5,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39311,4,0,-1,'Scepter of Murmuring Spirits',53931,4,0,0,1,284983,71245,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,34,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39313,12,0,-1,'Yara\'s Sword',51716,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52668,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39314,12,0,-1,'Tiki Dervish Ceremony',27454,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52669,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39315,12,0,-1,'Drek\'Maz\'s Tiki',51729,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52673,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39316,12,0,-1,'Tiri\'s Magical Incantation',1093,1,3072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52674,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39317,15,0,0,'News From The North',7733,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3110,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39318,12,0,-1,'Key of Warlord Zol\'Maz',7827,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'d best get this back to Har\'koa a.s.a.p.!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39319,12,0,0,'Scepter of Domination',51730,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52678,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39320,4,1,-1,'Sky Darkener\'s Shroud of Blood',51734,3,32768,0,1,42,8,16,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,15,32,14,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,5,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39322,4,1,-1,'Shroud of the North Wind',51736,3,32768,0,1,42,8,16,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,3,4,15,7,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39323,4,1,-1,'Scrap-Hide Spaulders',49464,2,0,0,1,153013,30602,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,45,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39324,12,0,0,'Empty Cauldron',51749,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The perfect size for a plague cauldron.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39326,12,0,0,'Iron Chain',51750,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A little rusted, but still quite strong.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39327,0,1,-1,'Noth\'s Special Brew',51751,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52697,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39328,12,0,0,'Crusader Skull',6674,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39329,12,0,0,'Pile of Crusader Skulls',6674,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39330,4,1,-1,'Fingers of Dextrous Decimation',51838,2,0,0,1,97192,19438,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,44,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39331,4,1,-1,'Tooth-Marked Girdle',51849,2,0,0,1,97564,19512,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,26,5,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39332,4,1,-1,'Ogre-Crushing Wristguards',51851,2,0,0,1,97926,19585,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,19,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39333,4,1,-1,'Nimblefoot Moccasins',52612,2,0,0,1,147448,29489,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,28,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39334,7,11,0,'Dusky Pigment',54602,1,0,0,1,100,25,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Mageroyal, Briarthorn, Swiftthistle, Bruiseweed, or Stranglekelp.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39335,4,1,-1,'Leggings of Mending Fronds',51853,2,0,0,1,198085,39617,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,38,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39336,4,1,-1,'Bracers of Prompt Reclamation',51850,2,0,0,1,99404,19880,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,26,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39337,4,1,-1,'Stained Coop Warmer',51854,2,0,0,1,199553,39910,20,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,36,62,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,17493,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39338,7,11,0,'Golden Pigment',54605,1,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Wild Steelbloom, Grave Moss, Kingsblood, or Liferoot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39339,7,11,0,'Emerald Pigment',54604,1,0,0,1,100,25,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Fadeleaf, Goldthorn, Khadgar\'s Whisker, or Wintersbite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39340,7,11,0,'Violet Pigment',54613,1,0,0,1,100,25,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Firebloom, Purple Lotus, Arthas\' Tears, Sungrass, Blindweed, Ghost Mushroom, or Gromsblood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39341,7,11,0,'Silvery Pigment',54611,1,0,0,1,100,25,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly obtained when milling Golden Sansam, Dreamfoil, Mountain Silversage, Plaguebloom, or Icecap.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39342,7,11,0,'Nether Pigment',54608,1,0,0,1,100,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly found when milling herbs native to Outland.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39343,7,11,0,'Azure Pigment',54600,1,0,0,1,100,25,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Commonly found when milling herbs native to Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39344,2,7,-1,'Slayer of the Lifeless',53932,4,0,0,1,998181,199636,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,29,7,57,12,25,31,19,13,26,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Foretold by Salzman.',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39345,4,4,-1,'Girdle of the Ascended Phantom',55379,4,0,0,1,352636,70527,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,97,31,51,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39346,4,1,-1,'Chitin-Reinforced Hood',52103,2,0,0,1,143557,28711,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,38,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,42108,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39347,4,1,-1,'Gloves of the Crackling Storm',51840,2,0,0,1,96066,19213,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,6,28,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39348,4,1,-1,'Aged Watcher\'s Legwraps',51841,2,0,0,1,192877,38575,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,36,40,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,24196,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39349,7,15,0,'Weapon Vellum',57288,1,0,0,1,0,0,0,-1,-1,1,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Weapon enchantments to store the enchantment for later use. Only able to absorb enchantments with no level restrictions.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39350,7,15,0,'Weapon Vellum II',57289,1,0,0,1,0,0,0,-1,-1,40,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Weapon enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 35 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39351,15,0,-1,'Richly Appointed Pipe',8114,0,0,0,1,1320,330,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39353,15,0,-1,'Moon-Crescent Necklace',9657,0,0,0,1,1558,389,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39354,7,11,-1,'Light Parchment',57387,1,0,0,1,15,3,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39355,15,0,-1,'Haute Club Membership Card',5567,1,0,0,1,0,0,0,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fine Dining for the Finest.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39356,15,0,-1,'Mind-Soothing Bauble',8120,0,0,0,1,1110,277,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A tiny maze of engraved lines covers the surface of the gem. ',0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39357,15,0,-1,'Priestly Preening: Be Like Your Betters',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3113,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39358,15,0,-1,'Give to the Church and the Light Will Provide',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3115,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39360,15,0,-1,'Musings of the High General',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3119,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39361,15,0,-1,'Turning the Other Cheek',1096,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3117,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39362,12,0,0,'New Avalon Registry',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39363,4,1,-1,'Binding of Purified Corpses',51842,2,0,0,1,104642,20928,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,6,45,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39364,4,1,-1,'Hood of the Titan Defender',51192,2,0,8192,1,157522,31504,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,0,6,41,32,40,5,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39365,4,1,-1,'Lifewarden\'s Raiment',51845,2,0,0,1,210773,42154,20,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,36,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39366,4,1,-1,'Spaulders of the Runeseeker',49464,2,0,0,1,143527,28705,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,31,28,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39367,4,1,-1,'Cowl of the Purifier',52103,2,0,0,1,144085,28817,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,63,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,23730,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39368,4,1,-1,'Field Researcher\'s Boots',51848,2,0,0,1,144643,28928,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,31,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39369,4,4,-1,'Sabatons of Deathlike Gloom',54224,4,0,0,1,494636,98927,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39370,2,8,8,'Keleseth\'s Persuader',51427,3,32768,8192,1,171,34,17,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,4,30,7,24,31,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39371,2,7,7,'Keleseth\'s Persuader',8078,1,0,0,1,0,0,13,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,66,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,52781,2,0,1,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39372,4,1,-1,'Mantle of the Dark Messenger',49464,2,0,0,1,157014,31402,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,32,36,40,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39373,4,2,-1,'Bracers of Rapid Death',56365,2,0,0,1,122835,24567,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39374,4,2,-1,'Crocscale Moccasins',51864,2,0,0,1,184951,36990,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,32,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39375,4,2,-1,'Dreadsaber Tooth Shoulderpads',49898,2,0,0,1,185648,37129,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,48,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,15813,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39376,4,2,-1,'Bracers of the Rejuvenated Forest',51866,2,0,0,1,124230,24846,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,21,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,18057,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39377,4,2,-1,'Toenail Belt',51867,2,0,0,1,124683,24936,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,3,33,32,48,7,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39378,4,2,-1,'Ragged Leaf Grips',51868,2,0,0,1,125148,25029,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,45003,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39379,4,3,-1,'Spectral Rider\'s Girdle',54219,4,0,0,1,301777,60355,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,36,7,51,5,34,32,51,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39380,4,2,-1,'Legguards of the Aggressive Emissary',51870,2,0,0,1,258817,51763,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,43,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39383,4,2,-1,'Egg-Warming Boots',49979,2,0,0,1,196186,39237,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,26,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,28840,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39385,4,2,-1,'Helm of the Ancient Horn',51860,2,0,0,1,197562,39512,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,44,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39386,4,2,-1,'Tunic of Dislocation',53935,4,0,0,1,466491,93298,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,88,37,45,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39387,4,2,-1,'Stinger-Proof Chestguard',51856,2,0,0,1,240116,48023,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,57,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39388,4,0,-1,'Spirit-World Glass',35445,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,6,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60527,0,0,0,120000,0,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39389,4,0,-1,'Signet of the Malevolent',35438,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,31,49,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39390,4,1,-1,'Resurgent Phantom Bindings',54212,4,0,0,1,189478,37895,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,32,6,38,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39391,4,3,-1,'Heinous Mail Chestguard',53937,4,0,0,1,570613,114122,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,2,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39392,4,0,-1,'Veiled Amulet of Life',35437,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,6,34,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39393,2,8,-1,'Claymore of Ancient Power',53938,4,0,0,1,1197724,239544,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,64,7,78,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,784,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,49116,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39394,2,10,-1,'Charmed Cierge',35242,4,0,0,1,1202258,240451,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,90,36,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,483,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,48251,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-73,0,0,0,'',68,0,0,0,0,12340), (39395,4,4,-1,'Thane\'s Tainted Greathelm',53653,4,0,0,1,519502,103900,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,73,7,111,12,40,13,39,14,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39396,4,1,-1,'Gown of Blaumeux',53939,4,0,0,1,397978,79595,20,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,68,36,59,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,49441,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39397,4,3,-1,'Pauldrons of Havoc',53940,4,0,0,1,451355,90271,3,32767,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,66,5,33,32,36,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39398,4,4,-1,'Massive Skeletal Ribcage',53884,4,0,0,1,701540,140308,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,135,12,52,14,64,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39399,4,2,-1,'Helm of the Vast Legions',53942,4,0,0,1,377185,75437,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,78,31,43,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39400,4,2,-1,'Static-Dispersing Shoulderpads',49920,2,0,0,1,194075,38815,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,6,45,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,14055,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39401,4,0,-1,'Circle of Death',35472,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,51,37,33,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39402,4,2,-1,'Binding of the Ancient Keeper',51858,2,0,0,1,130313,26062,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39403,4,4,-1,'Helm of the Unsubmissive',53653,4,0,0,1,534606,106921,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,96,31,36,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39404,4,1,-1,'Cloak of Mastery',35444,4,0,0,1,307131,61426,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,48,32,23,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39405,4,3,-1,'Helmet of the Inner Sanctum',57543,4,0,0,1,462329,92465,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,60,32,48,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39406,4,2,-1,'Splattered Zombie Wristguards',51855,2,0,0,1,119580,23916,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,22,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39407,4,0,-1,'Circle of Life',35367,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,36,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39408,4,1,-1,'Leggings of Sapphiron',54029,4,0,0,1,376016,75203,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,60,6,72,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39409,4,1,-1,'Cowl of Winged Fear',54028,4,0,0,1,283100,56620,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,88,5,60,6,45,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39410,4,2,-1,'Gauntlets of Rampant Destruction',51859,2,0,8192,1,121428,24285,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,0,32,30,7,45,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39411,4,2,-1,'Legguards of Guided Travel',51861,2,0,0,1,250422,50084,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,61,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,15826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39412,4,2,-1,'Scourgebane Treads',49901,2,0,0,1,188514,37702,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,31,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15831,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39413,4,2,-1,'Hydrafang Breeches',51863,2,0,0,1,252282,50456,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,42,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39414,4,2,-1,'Gilly\'s Strangulation Gauntlets',51865,2,0,0,1,135359,27071,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,37,33,3,32,38,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39415,4,1,-1,'Shroud of the Citadel',35408,4,0,0,1,297366,59473,16,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,36,32,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,33022,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39416,2,13,-1,'Kel\'Thuzad\'s Reach',55041,4,4096,0,1,1055981,211196,21,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,21,7,43,32,31,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,489,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39417,2,1,-1,'Death\'s Bite',55712,4,4096,0,1,1324789,264957,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,114,32,90,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,831,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39418,15,0,0,'Ornately Jeweled Box',18721,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39419,2,3,-1,'Nerubian Conquerer',53805,4,4096,0,1,800571,160114,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,31,7,30,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,534,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39420,2,15,-1,'Anarchy',35819,4,4096,0,1,1071279,214255,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,46,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15829,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39421,4,0,-1,'Gem of Imprisoned Vassals',35373,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,32,7,55,32,41,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39422,2,10,-1,'Staff of the Plaguehound',54032,4,4096,0,1,1348595,269719,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,3,72,7,150,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39423,2,4,-1,'Hammer of the Astral Plane',35574,4,4096,0,1,1082726,216545,21,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,44,32,42,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (39424,2,15,-1,'The Soulblade',54036,4,4096,0,1,1086577,217315,21,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,39,5,44,6,42,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',69,0,0,0,0,12340), (39425,4,1,-1,'Cloak of the Dying',35366,4,0,0,1,327128,65425,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39426,2,19,-1,'Wand of the Archlich',54033,4,4096,0,1,742501,148500,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,22,5,21,6,24,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,674,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39427,2,15,-1,'Omen of Ruin',55715,4,0,0,1,962297,192459,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,29,7,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15824,1,0,0,-1,0,-1,46748,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39428,4,3,-1,'Faceguard of Flawless Aim',51872,2,0,0,1,222868,44573,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,60,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39429,4,3,-1,'Pauldrons of Swift Replenishment',51885,2,0,0,1,224700,44940,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,44,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,18053,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39430,4,3,-1,'Spitelinked Bracers',51886,2,0,0,1,149680,29936,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39431,4,3,-1,'Shaved Rhinohorn Chestguard',51887,2,0,0,1,300476,60095,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,56,3,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39432,4,3,-1,'Belt of Misconceptions',51888,2,0,0,1,150796,30159,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,32,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39433,4,3,-1,'Clear Earthen Scalemail',51889,2,0,0,1,302708,60541,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39434,12,0,-1,'Key of Warlord Zol\'Maz',7827,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52815,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39435,4,3,-1,'Straw-Lined Leggings',51890,2,0,0,1,304910,60982,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,35,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,0,0,0,0,0,0,0,42039,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39436,4,3,-1,'Insect-Filtering Faceguard',59543,2,0,0,1,229519,45903,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,40,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,0,0,0,0,0,0,33140,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39437,4,3,-1,'Belt of Trapped Lightning',54935,2,0,0,1,153555,30711,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,46,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39438,4,3,-1,'Rockhandler\'s Gloves',51875,2,0,0,1,154113,30822,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,30,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,42109,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39439,4,3,-1,'Skeleton Smashers',51877,2,0,0,1,233039,46607,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,29,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,39569,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39440,4,3,-1,'Greaves of the Titan Protectorate',51878,2,0,8192,1,310459,62091,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,0,7,59,5,63,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39441,4,3,-1,'Treads of Bound Life',51879,2,0,0,1,234697,46939,8,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,47,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39442,4,3,-1,'Seeing-Eye Belt',51880,2,0,0,1,156330,31266,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,33,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,0,29524,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39443,4,3,-1,'Chain Gloves of the Demonic Minion',51884,2,0,0,1,155869,31173,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,31,32,25,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39444,4,3,-1,'Keeper\'s Touch',51881,2,0,0,1,146347,29269,10,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,27,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,0,0,0,0,0,0,0,28767,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39445,4,3,-1,'Roc Hunter\'s Bracer',51882,2,0,0,1,146890,29378,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,44980,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39446,4,3,-1,'Pauldrons of Resolution',51883,2,0,0,1,222155,44431,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,44,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39448,4,4,-1,'Helm of Brutal Slaughter',51891,2,0,0,1,259491,51898,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,31,37,4,60,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39449,4,4,-1,'Wristguards of Titanic Vengeance',51897,2,0,0,1,174952,34990,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,30,32,25,4,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39450,4,4,-1,'Bug-Smashing Pauldrons',51892,2,0,0,1,261414,52282,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,27,32,32,7,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39451,4,4,-1,'Pauldrons of the Silent Mist',49725,2,0,0,1,262389,52477,3,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,27,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39452,4,4,-1,'Roaming Wristguards',51905,2,0,0,1,176898,35379,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,20,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39453,4,4,-1,'Rhino-Tail Girdle',51906,2,0,0,1,177553,35510,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,41,4,44,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39454,4,4,-1,'Handguards of Transient Friendship',51907,2,0,0,1,178208,35641,10,262143,2147483647,162,0,0,0,0,0,0,0,0,0,1,0,3,7,66,12,33,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39455,4,4,-1,'Cracked Nest Stabilizer',51908,2,0,0,1,178862,35772,6,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,33,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39457,4,4,-1,'Zepik\'s Grounded Legplates',51893,2,0,0,1,358262,71652,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,32,58,4,44,7,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39458,4,4,-1,'Cultbreaker\'s Chestguard',51306,2,0,0,1,384425,76885,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,53,12,37,7,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,4,0,0,0,0,0,2932,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39459,4,4,-1,'Preservative-Stained Gauntlets',51895,2,0,0,1,168440,33688,10,262143,2147483647,162,0,0,0,0,0,0,0,0,0,1,0,3,7,45,37,25,4,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39460,4,4,-1,'Sabatons of the Rampaging Construct',51896,2,0,8192,1,251694,50338,8,32767,-1,162,0,0,0,0,0,0,0,0,0,1,0,0,7,64,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39461,4,4,-1,'Muck-Stained Carapace',51901,2,0,0,1,337535,67507,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,58,3,44,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39462,4,4,-1,'Legplates of the Northern Expedition',51902,2,0,0,1,338837,67767,7,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,5,43,32,53,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39463,4,4,-1,'Norrington\'s Burnished Breastplate',51900,2,0,0,1,340139,68027,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39464,4,4,-1,'Lifegiver\'s Ward',51899,2,0,0,1,171678,34335,9,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,51,14,18,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39465,4,4,-1,'Pathfinding Treads',51898,2,0,0,1,256541,51308,8,32767,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,43,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39466,4,4,-1,'Boots of Dominance',51639,2,0,0,1,257516,51503,8,32767,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,43,3,26,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39467,4,4,-1,'Minion Bracers',55380,4,0,0,1,338659,67731,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,50,7,75,12,32,13,19,14,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39468,2,13,-1,'The Stray',35818,4,0,0,1,965630,193126,22,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,22,7,39,31,27,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39469,7,1,-1,'Moonglow Ink',55096,1,0,0,1,0,500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39470,4,0,-1,'Medallion of the Disgraced',35359,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,48,7,75,12,27,15,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42034,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39471,4,4,-1,'Gutbuster of Aldur\'thar',51903,2,0,0,1,188411,37682,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,39,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39472,4,0,-1,'Chain of Latent Energies',35437,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,33,31,34,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39473,2,19,-1,'Contortion',55710,4,0,0,1,737752,147550,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,27,5,20,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,617,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18039,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39474,4,0,-1,'Ring of Devoted Promises',51279,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,16,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39475,4,0,-1,'Artruis\'s Focus Stone',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,20,36,26,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39476,0,0,-1,'Fresh Goblin Brewfest Hops',7273,1,65536,2,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66051,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Now you can feel how the other side lives.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (39477,0,0,-1,'Fresh Dwarven Brewfest Hops',7273,1,65536,1,1,0,0,0,32767,-1,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66050,0,-1,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Now you can feel how the other side lives.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (39478,4,1,-1,'Cloak of the Deadliest Game',56190,3,0,0,1,189696,37939,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,19,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,9333,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39479,4,1,-1,'Cloak of Renewed Hope',15218,2,0,0,1,143527,28705,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,20,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39480,4,0,-1,'Bent Crocolisk Tooth',52268,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,34,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35494,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39481,4,0,-1,'Signet of the Avenging Heart',51279,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,31,32,7,34,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39482,4,0,-1,'Ring of Misinterpreted Gestures',51279,2,0,0,1,146121,36530,11,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,12,26,7,39,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39483,4,0,-1,'Choker of Binding',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,19,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39484,4,0,-1,'Spiked Collar of Servitude',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,32,29,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39485,4,0,-1,'Blood-Infused Pendant',34318,3,0,0,1,175345,43836,2,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,4,7,51,13,10,4,24,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39486,2,3,-1,'Hemet\'s Trophy Gun',50534,3,0,0,1,442208,88441,26,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,3,22,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,353,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,9336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39487,2,2,-1,'Dragon Slayer\'s Shortbow',51909,3,0,0,1,443882,88776,15,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,31,16,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,341,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,40555,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39488,2,19,-1,'Nesingwary Brush Burner',56888,3,0,0,1,445556,89111,26,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,5,14,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,545,2,0,0,0,0,0,0,0,0,0,0,2200,0,100,18049,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39489,1,8,-1,'Scribe\'s Satchel',13884,2,0,0,1,5000,1250,18,-1,-1,15,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39490,2,16,-1,'Dorian\'s Prybar',51910,3,4194304,0,1,138516,34629,25,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,3,15,14,17,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,421,0,0,0,0,0,0,0,0,0,0,0,2400,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39491,4,1,-1,'Heroes\' Frostfire Circlet',57531,4,4096,0,1,0,0,1,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,64,6,60,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,1,0,2,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39492,4,1,-1,'Heroes\' Frostfire Robe',54443,4,4096,0,1,0,0,20,128,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,60,6,60,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39493,4,1,-1,'Heroes\' Frostfire Leggings',55170,4,4096,0,1,0,0,7,128,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,36,64,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39494,4,1,-1,'Heroes\' Frostfire Shoulderpads',56597,4,4096,0,1,0,0,3,128,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,50,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39495,4,1,-1,'Heroes\' Frostfire Gloves',57016,4,4096,0,1,0,0,10,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,51,32,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,35,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39496,4,1,-1,'Heroes\' Plagueheart Circlet',54399,4,4096,0,1,0,0,1,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,52,6,46,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39497,4,1,-1,'Heroes\' Plagueheart Robe',56474,4,4096,0,1,0,0,20,256,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,59,6,64,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39498,4,1,-1,'Heroes\' Plagueheart Leggings',54283,4,4096,0,1,0,0,7,256,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,78,5,64,32,43,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39499,4,1,-1,'Heroes\' Plagueheart Shoulderpads',54308,4,4096,0,1,0,0,3,256,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,44,36,48,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39500,4,1,-1,'Heroes\' Plagueheart Gloves',57017,4,4096,0,1,0,0,10,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,44,36,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,35,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39501,7,11,-1,'Heavy Parchment',57389,1,0,0,1,1250,312,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39502,7,11,-1,'Resilient Parchment',57390,1,0,0,1,5000,1250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39503,4,4,-1,'Bronzed Dome Protector',51904,2,0,0,1,254539,50907,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,12,41,4,38,7,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39504,12,0,0,'New Avalon Patrol Schedule',1317,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39505,7,11,-1,'Virtuoso Inking Set',57293,1,0,0,1,750,187,0,-1,-1,1,0,773,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A set of precision quills and fine crystalline bottles to inspire and empower the truly dedicated scribe.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,16,121,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39506,12,0,0,'Depleted Element 115',24156,1,0,0,1,50,12,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'No longer possesses its original properties.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39507,4,3,-1,'Darkmoon Chain Shirt',51797,2,0,0,1,4300,860,5,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,282,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (39508,4,4,-1,'Stonebound Chestguard',51894,2,0,0,1,355834,71166,5,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,35,12,43,7,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39509,4,2,-1,'Darkmoon Vest',51796,2,0,0,1,3609,721,5,-1,-1,20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,281,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'',2,0,0,0,0,12340), (39510,12,0,0,'Valroth\'s Head',3486,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39512,15,0,-1,'Hoary Crystals',37249,0,0,0,1,7825,1956,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39513,15,0,-1,'Efflorescing Shards',36675,0,0,0,1,9999,2499,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39514,4,1,-1,'Heroes\' Crown of Faith',54387,4,4096,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,60,6,64,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39515,4,1,-1,'Heroes\' Robe of Faith',54269,4,4096,0,1,0,0,20,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,60,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,100,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39516,15,0,-1,'Frosty Mushroom',15851,0,0,0,1,6573,1643,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39517,4,1,-1,'Heroes\' Leggings of Faith',54280,4,4096,0,1,0,0,7,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,60,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,75,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39518,4,1,-1,'Heroes\' Shoulderpads of Faith',54302,4,4096,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,44,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39519,4,1,-1,'Heroes\' Gloves of Faith',54422,4,4096,0,1,0,0,10,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,48,6,49,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,35,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39520,0,5,-1,'Kungaloosh',40652,1,0,0,1,4000,200,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52911,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39521,4,1,-1,'Heroes\' Circlet of Faith',54387,4,4096,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,60,6,64,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39522,2,2,-1,'Wolvar Shortbow',51801,1,0,0,1,101389,20277,15,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,124,0,0,0,0,0,0,0,0,0,0,0,2400,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39523,4,1,-1,'Heroes\' Raiments of Faith',54269,4,4096,0,1,0,0,20,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,68,6,60,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39524,15,0,-1,'Sericeous Down',37653,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39525,15,0,-1,'Mordacious Talon',7202,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39526,7,8,-1,'Coral Crusher',51802,1,0,8192,5,200,10,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39527,7,8,-1,'Plated Darkfish',51803,1,0,8192,5,200,10,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39528,4,1,-1,'Heroes\' Pants of Faith',54280,4,4096,0,1,0,0,7,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,51,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,75,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39529,4,1,-1,'Heroes\' Mantle of Faith',54302,4,4096,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,50,5,50,36,44,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39530,4,1,-1,'Heroes\' Handwraps of Faith',54422,4,4096,0,1,0,0,10,16,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,48,32,49,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,35,0,0,0,0,4,0,0,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39531,4,2,-1,'Heroes\' Dreamwalker Headpiece',57538,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39532,15,0,-1,'Caustic Claw',44288,0,0,0,1,4740,1185,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39533,15,0,-1,'Trenchant Fang',7886,0,0,0,1,5300,1325,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39534,4,4,-1,'Pauldrons of the Lightning Revenant',51927,3,0,0,1,373603,74720,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,44,7,76,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39535,4,4,-1,'Ionar\'s Girdle',53000,3,0,0,1,251845,50369,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,7,39,5,40,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,48049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39536,4,1,-1,'Thundercloud Grasps',52613,3,0,0,1,143604,28720,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,2,7,43,5,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,26158,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39538,4,2,-1,'Heroes\' Dreamwalker Robe',56071,4,4096,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,69,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39539,4,2,-1,'Heroes\' Dreamwalker Leggings',54274,4,4096,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39540,12,0,-1,'Unblemished Heart of the Guardian',18704,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Flawless unlike all of the others.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39541,12,0,-1,'Gusty Essence of the Warden',51810,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Its winds swirl in a seething vortex.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39542,4,2,-1,'Heroes\' Dreamwalker Spaulders',54290,4,4096,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,47,6,51,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39543,4,2,-1,'Heroes\' Dreamwalker Handguards',54407,4,4096,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39544,4,2,-1,'Heroes\' Dreamwalker Gloves',54407,4,4096,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,30,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,40,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39545,4,2,-1,'Heroes\' Dreamwalker Cover',57538,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,32,53,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39546,4,2,-1,'Heroes\' Dreamwalker Trousers',54274,4,4096,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,52,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,90,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39547,4,2,-1,'Heroes\' Dreamwalker Vestments',54230,4,4096,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,63,32,54,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39548,4,2,-1,'Heroes\' Dreamwalker Mantle',54290,4,4096,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,36,47,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39549,15,0,-1,'Pustulant Moss',37657,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39550,15,0,-1,'Steaming Fungus',19566,0,0,0,1,9750,2437,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39551,15,0,-1,'Stewing Ichor',13715,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39552,15,0,-1,'Dissolved Skull',7103,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39553,4,2,-1,'Heroes\' Dreamwalker Headguard',57539,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,90,32,44,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,52945,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39554,4,2,-1,'Heroes\' Dreamwalker Raiments',54261,4,4096,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,90,37,35,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39555,4,2,-1,'Heroes\' Dreamwalker Legguards',54273,4,4096,0,1,0,0,7,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,73,7,90,32,51,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,90,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39556,4,2,-1,'Heroes\' Dreamwalker Shoulderpads',54290,4,4096,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,3,58,7,76,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39557,4,2,-1,'Heroes\' Dreamwalker Handgrips',54406,4,4096,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,66,32,44,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39558,4,2,-1,'Heroes\' Bonescythe Breastplate',54256,4,4096,0,1,0,0,5,8,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,74,7,78,32,43,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39559,15,0,-1,'Flickering Torch',14019,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39560,4,2,-1,'Heroes\' Bonescythe Gauntlets',54423,4,4096,0,1,0,0,10,8,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,54,32,44,31,33,38,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39561,4,2,-1,'Heroes\' Bonescythe Helmet',54396,4,4096,0,1,0,0,1,8,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,81,32,52,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,52945,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39562,15,0,-1,'Looped Tusk',3429,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39563,15,0,-1,'Stumpy Foot',26546,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39564,4,2,-1,'Heroes\' Bonescythe Legplates',54281,4,4096,0,1,0,0,7,8,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,81,7,78,36,51,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,47999,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,90,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39565,4,2,-1,'Heroes\' Bonescythe Pauldrons',54289,4,4096,0,1,0,0,3,8,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,45,7,64,32,50,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39566,12,0,-1,'Prophet of Akali Convocation',51811,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52956,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39567,15,0,-1,'Rubicund Scale',8284,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39568,15,0,-1,'Hollow Fang',2798,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39569,15,0,-1,'Bent Basilisk Fang',2798,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39570,15,0,-1,'Aromatic Basilisk Skin',3668,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39571,12,0,-1,'Drums of the Tempest',51799,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52892,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39572,12,0,-1,'Chime of Cleansing',51813,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52941,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39573,12,0,0,'Matriarch\'s Heartblood',7262,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39574,12,0,0,'Rejek\'s Vial',20791,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52963,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39575,12,0,0,'Suntouched Heartblood',19520,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39576,12,0,0,'Suntouched Water',15733,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52967,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39577,12,0,0,'Rejek\'s Blade',51816,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52992,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39578,4,3,-1,'Heroes\' Cryptstalker Headpiece',54375,4,4096,0,1,0,0,1,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,73,7,70,5,47,32,44,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39579,4,3,-1,'Heroes\' Cryptstalker Tunic',54254,4,4096,0,1,0,0,5,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,36,51,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39580,4,3,-1,'Heroes\' Cryptstalker Legguards',54275,4,4096,0,1,0,0,7,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,60,5,59,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,47061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39581,4,3,-1,'Heroes\' Cryptstalker Spaulders',54296,4,4096,0,1,0,0,3,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,54,5,33,36,36,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39582,4,3,-1,'Heroes\' Cryptstalker Handguards',54408,4,4096,0,1,0,0,10,4,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,3,48,7,52,5,38,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39583,4,3,-1,'Heroes\' Earthshatter Headpiece',57068,4,4096,0,1,0,0,1,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,65,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39588,4,3,-1,'Heroes\' Earthshatter Tunic',57023,4,4096,0,1,0,0,5,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,63,5,71,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,140,0,0,0,0,2,0,4,0,0,0,3306,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39589,4,3,-1,'Heroes\' Earthshatter Legguards',57069,4,4096,0,1,0,0,7,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,85,5,69,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39590,4,3,-1,'Heroes\' Earthshatter Spaulders',57071,4,4096,0,1,0,0,3,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39591,4,3,-1,'Heroes\' Earthshatter Handguards',57066,4,4096,0,1,0,0,10,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,50,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39592,4,3,-1,'Heroes\' Earthshatter Hauberk',57023,4,4096,0,1,0,0,5,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,69,36,50,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39593,4,3,-1,'Heroes\' Earthshatter Gloves',57066,4,4096,0,1,0,0,10,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39594,4,3,-1,'Heroes\' Earthshatter Helm',57068,4,4096,0,1,0,0,1,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,65,36,52,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39595,4,3,-1,'Heroes\' Earthshatter Kilt',57069,4,4096,0,1,0,0,7,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,69,32,56,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39596,4,3,-1,'Heroes\' Earthshatter Shoulderpads',57071,4,4096,0,1,0,0,3,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,32,44,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39597,4,3,-1,'Heroes\' Earthshatter Chestguard',57023,4,4096,0,1,0,0,5,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,31,51,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39598,12,0,-1,'Didgeridoo of Contemplation',51820,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53038,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39599,12,0,-1,'Horn of Fecundity',46612,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53020,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39601,4,3,-1,'Heroes\' Earthshatter Grips',57025,4,4096,0,1,0,0,10,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,3,48,7,52,5,38,32,35,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,50,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39602,4,3,-1,'Heroes\' Earthshatter Faceguard',57055,4,4096,0,1,0,0,1,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,70,5,47,32,44,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,53025,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39603,4,3,-1,'Heroes\' Earthshatter War-Kilt',57027,4,4096,0,1,0,0,7,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,60,5,59,32,52,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,105,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39604,4,3,-1,'Heroes\' Earthshatter Shoulderguards',57070,4,4096,0,1,0,0,3,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,54,5,34,32,36,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39605,4,4,-1,'Heroes\' Dreadnaught Helmet',54403,4,4096,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,4,74,7,90,32,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,53026,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,788,100,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39606,4,4,-1,'Heroes\' Dreadnaught Battleplate',55369,4,4096,0,1,0,0,5,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,90,32,81,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,165,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39607,4,4,-1,'Heroes\' Dreadnaught Legplates',55376,4,4096,0,1,0,0,7,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,90,32,72,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39608,4,4,-1,'Heroes\' Dreadnaught Shoulderplates',56214,4,4096,0,1,0,0,3,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,4,66,7,70,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,47188,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,100,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39609,4,4,-1,'Heroes\' Dreadnaught Gauntlets',55371,4,4096,0,1,0,0,10,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,37,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,55,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39610,4,4,-1,'Heroes\' Dreadnaught Greathelm',54403,4,4096,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,111,12,49,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39611,4,4,-1,'Heroes\' Dreadnaught Breastplate',55369,4,4096,0,1,0,0,5,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,111,12,47,13,47,15,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39612,4,4,-1,'Heroes\' Dreadnaught Legguards',55375,4,4096,0,1,0,0,7,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,111,12,48,14,41,13,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39613,4,4,-1,'Heroes\' Dreadnaught Pauldrons',56213,4,4096,0,1,0,0,3,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,87,12,32,13,44,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39614,12,0,0,'True Power of the Tempest',51835,1,131072,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39615,12,0,-1,'Crusader Parachute',1815,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53031,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39616,12,0,0,'Essence of the Monsoon',51836,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39617,4,4,-1,'Heroes\' Scourgeborne Battleplate',55484,4,4096,0,1,0,0,5,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,36,72,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39618,4,4,-1,'Heroes\' Scourgeborne Gauntlets',55486,4,4096,0,1,0,0,10,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,32,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,55,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39619,4,4,-1,'Heroes\' Scourgeborne Helmet',55485,4,4096,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,32,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,792,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39620,4,4,-1,'Heroes\' Scourgeborne Legplates',55489,4,4096,0,1,0,0,7,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,90,32,72,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39621,4,4,-1,'Heroes\' Scourgeborne Shoulderplates',55491,4,4096,0,1,0,0,3,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,70,32,50,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39622,4,4,-1,'Heroes\' Dreadnaught Handguards',55372,4,4096,0,1,0,0,10,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,38,14,43,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39623,4,4,-1,'Heroes\' Scourgeborne Chestguard',55484,4,4096,0,1,0,0,5,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,111,12,47,14,47,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39624,4,4,-1,'Heroes\' Scourgeborne Handguards',55488,4,4096,0,1,0,0,10,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,43,13,38,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,55,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39625,4,4,-1,'Heroes\' Scourgeborne Faceguard',55485,4,4096,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,4,72,7,111,12,49,37,30,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,1,0,8,0,0,0,3360,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39626,4,4,-1,'Heroes\' Scourgeborne Legguards',55487,4,4096,0,1,0,0,7,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,72,7,111,12,44,13,64,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,120,0,0,0,0,4,0,2,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39627,4,4,-1,'Heroes\' Scourgeborne Pauldrons',55490,4,4096,0,1,0,0,3,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,87,12,28,14,45,13,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39628,4,4,-1,'Heroes\' Redemption Headpiece',57546,4,4096,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,790,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39629,4,4,-1,'Heroes\' Redemption Tunic',54255,4,4096,0,1,0,0,5,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,165,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39630,4,4,-1,'Heroes\' Redemption Greaves',54277,4,4096,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,36,60,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,790,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39631,4,4,-1,'Heroes\' Redemption Spaulders',54299,4,4096,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,32,48,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39632,4,4,-1,'Heroes\' Redemption Gloves',54419,4,4096,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,36,30,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,55,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39633,4,4,-1,'Heroes\' Redemption Chestpiece',54255,4,4096,0,1,0,0,5,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,103,32,74,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,165,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39634,4,4,-1,'Heroes\' Redemption Gauntlets',54420,4,4096,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,32,46,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39635,4,4,-1,'Heroes\' Redemption Helm',57546,4,4096,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,36,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,789,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39636,4,4,-1,'Heroes\' Redemption Legplates',54278,4,4096,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,81,7,90,36,73,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39637,4,4,-1,'Heroes\' Redemption Shoulderplates',54300,4,4096,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,70,32,50,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39638,4,4,-1,'Heroes\' Redemption Breastplate',54255,4,4096,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,111,12,38,15,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,165,0,0,0,0,8,0,4,0,0,0,3361,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39639,4,4,-1,'Heroes\' Redemption Handguards',54419,4,4096,0,1,0,0,10,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,38,13,43,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39640,4,4,-1,'Heroes\' Redemption Faceguard',57546,4,4096,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,111,12,43,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,1,0,8,0,0,0,3362,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39641,4,4,-1,'Heroes\' Redemption Legguards',54279,4,4096,0,1,0,0,7,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,111,12,48,15,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,42078,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,120,0,0,0,0,8,0,8,0,0,0,3363,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39642,4,4,-1,'Heroes\' Redemption Shoulderguards',54301,4,4096,0,1,0,0,3,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,87,12,34,13,33,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39643,12,0,0,'Essence of the Storm',20875,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39644,9,5,-1,'Recipe: Kungaloosh',15274,1,64,0,1,0,1250,0,-1,-1,75,75,185,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to brew Kungaloosh.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (39645,12,0,0,'Makeshift Cover',13370,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53061,0,0,0,0,1170,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39646,12,0,0,'Scarlet Courier\'s Belongings',33940,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39647,12,0,0,'Scarlet Courier\'s Message',7649,1,67584,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3120,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39648,4,0,-1,'Kurzel\'s Rage',24022,3,0,0,1,184438,46109,11,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,31,33,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15818,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39649,4,0,-1,'Kurzel\'s Angst',35423,3,0,0,1,184438,46109,11,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,7,28,5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39650,4,0,-1,'Kurzel\'s Warband',34336,3,0,0,1,184438,46109,11,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,4,4,33,7,49,12,19,13,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39651,12,0,0,'Venture Co. Explosives',51921,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53145,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39652,4,0,-1,'Choker of the Betrayer',31899,3,0,0,1,184438,46109,2,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39653,4,0,-1,'Choker of Betrayal',31899,3,0,0,1,184438,46109,2,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,3,7,27,5,25,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13881,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39654,12,0,-1,'The Path of Redemption',8093,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3121,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39655,4,0,-1,'Betrayer\'s Choker',31899,3,0,0,1,184438,46109,2,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,4,4,24,7,49,12,17,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39656,15,2,-1,'Tyrael\'s Hilt',51926,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,53082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39657,4,3,-1,'Tornado Cuffs',51886,3,0,0,1,206255,41251,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,28,7,23,5,14,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39664,12,0,0,'Scepter of Domination',51730,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53102,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39665,12,0,-1,'Bundle of Hides',3164,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39666,0,2,-1,'Elixir of Mighty Agility',46209,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28497,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39667,12,0,0,'Stormwatcher\'s Head',51997,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39668,12,0,0,'Abomination Guts',9140,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53147,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Bulbous, bluish and somewhat bitter.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (39669,12,0,0,'Ghoul Drool',51999,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53146,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Mouthwatering!',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (39670,12,0,0,'Blight Crystal',40606,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53149,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sticky, but brittle.',0,0,0,0,0,4,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,-1,0,30,0,0,'',0,0,0,0,0,12340), (39671,0,1,-1,'Resurgent Healing Potion',42031,1,0,0,1,20000,5000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39672,4,1,-1,'Drape of the Offered Branch',52002,2,0,0,1,147448,29489,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,1,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39673,4,1,-1,'Lightning Beetle\'s Cape',52004,2,0,0,1,148006,29601,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,7,29,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39674,4,1,-1,'Cloak of the Buzzing Swarm',56388,2,0,0,1,148564,29712,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,2,38,44,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,46743,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39675,4,1,-1,'Cloak of the Hardened Tortoise',52005,2,0,0,1,149107,29821,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,47,13,21,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39676,4,1,-1,'Wraps of the San\'layn',42896,3,0,0,1,114902,22980,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,7,21,5,21,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39678,4,2,-1,'Vendetta Bindings',42956,3,0,0,1,144685,28937,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,3,18,7,28,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39679,4,3,-1,'Runecaster\'s Bracers',43012,3,0,0,1,174264,34852,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,2,7,21,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,18052,1,0,0,-1,0,-1,21630,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39680,4,4,-1,'Vambraces of the Vengeance Bringer',50994,3,0,0,1,205224,41044,9,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,3,4,30,7,42,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (39681,7,1,-1,'Handful of Cobalt Bolts',52194,1,0,0,1,11200,2800,0,-1,-1,71,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39682,7,1,-1,'Overcharged Capacitor',52193,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39683,7,1,-1,'Froststeel Tube',52198,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39684,7,1,-1,'Hair Trigger',52196,1,0,0,1,9000,2250,0,-1,-1,71,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39685,7,1,-1,'Indestructible Frame',52197,1,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39686,7,1,-1,'Neo-Dynamic Gear Assembly',52195,1,0,0,1,9000,2250,0,-1,-1,70,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39687,7,2,-1,'Saronite Grenade',25482,1,64,8192,1,10000,2500,0,-1,-1,75,0,202,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54466,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39688,2,3,-1,'Mark \"S\" Boomstick',52011,3,0,0,1,448199,89639,26,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,3,32,18,31,18,38,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,364,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (39689,12,0,0,'Crystal of the Frozen Grip',33296,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53279,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39690,7,1,-1,'Volatile Blasting Trigger',31198,1,0,0,1,3000,750,0,-1,-1,72,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39691,0,5,-1,'Succulent Orca Stew',52013,1,0,0,1,15000,750,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57285,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (39692,9,5,-1,'Recipe: Succulent Orca Stew',1102,1,0,0,1,0,400,0,-1,-1,70,15,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (39693,12,0,0,'Crystal of Unstable Energy',33298,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53287,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39694,12,0,0,'Crystal of the Violent Storm',2516,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53286,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39695,12,0,0,'Ensnaring Trap',52017,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53078,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39696,12,0,0,'Volatile Trap',52018,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53079,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39697,12,0,0,'Spike Bomb',52019,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53075,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39698,0,0,0,'Light-infused Artifact',52525,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53459,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39700,12,0,0,'Horn of the Frostbrood',23256,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53173,0,0,0,0,1149,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39701,4,2,-1,'Dawnwalkers',54625,4,0,0,1,404734,80946,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,57,32,57,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39702,4,3,-1,'Arachnoid Gold Band',54616,4,0,0,1,324942,64988,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,30,7,57,5,29,36,37,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39703,4,4,-1,'Rescinding Grips',54711,4,0,0,1,382621,76524,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,32,53,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39704,4,4,-1,'Pauldrons of Unnatural Death',54708,4,0,0,1,571602,114320,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,100,12,43,14,53,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39706,4,4,-1,'Sabatons of Sudden Reprisal',55395,4,0,0,1,520996,104199,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,82,32,66,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39707,4,2,-1,'Verdant Tundra Cap',49252,2,0,0,1,0,34702,1,-1,-1,155,72,0,0,0,0,0,0,0,0,1,0,2,7,51,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,1), (39708,4,2,-1,'Verdant Tundra Shoulderpads',49845,2,0,0,1,0,34836,3,-1,-1,155,72,0,0,0,0,0,0,0,0,1,0,2,5,26,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,1), (39709,4,2,-1,'Verdant Tundra Boots',56693,2,0,0,1,0,34126,8,-1,-1,151,71,0,0,0,0,0,0,0,0,1,0,2,7,45,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (39710,4,2,-1,'Verdant Tundra Belt',49258,2,0,0,1,0,22838,6,-1,-1,151,71,0,0,0,0,0,0,0,0,1,0,2,7,34,5,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (39711,4,2,-1,'Verdant Tundra Bracers',56694,2,0,0,1,0,22925,9,-1,-1,151,71,0,0,0,0,0,0,0,0,1,0,2,5,15,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,1), (39712,2,19,-1,'Gemmed Wand of the Nerubians',54697,4,4096,0,1,762872,152574,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,27,5,22,31,18,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,674,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39713,12,0,-1,'Ebon Hold Gift Voucher',18499,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12781,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39714,2,15,-1,'Webbed Death',54757,4,4096,0,1,1024864,204972,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,37,32,31,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39715,4,10,-1,'Sigil of the Remembered Fallen - DO NOT USE',51913,4,0,0,1,0,61722,28,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',54,0,0,0,0,1), (39716,4,6,-1,'Shield of Assimilation',56656,4,4096,0,1,678425,135685,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39717,4,4,-1,'Inexorable Sabatons',55393,4,0,0,1,557478,111495,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,94,12,24,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39718,4,3,-1,'Corpse Scarab Handguards',54622,4,0,0,1,320322,64064,10,32767,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39719,4,1,-1,'Mantle of the Locusts',55324,4,0,0,1,321477,64295,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,39,6,67,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39720,4,1,-1,'Leggings of Atrophy',54703,4,0,0,1,430135,86027,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,78,31,50,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,36425,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39721,4,1,-1,'Sash of the Parlor',54713,4,0,0,1,215837,43167,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,57,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39722,4,2,-1,'Swarm Bindings',54715,4,0,0,1,270759,54151,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,43,6,32,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39723,4,4,-1,'Fire-Scorched Greathelm',53198,4,0,0,1,569529,113905,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,150,32,72,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39724,4,3,-1,'Cult\'s Chestguard',54624,4,0,0,1,654381,130876,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,72,7,88,5,48,37,38,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,53356,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (39725,4,4,-1,'Epaulets of the Grieving Servant',53670,4,0,0,1,518924,103784,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,58,5,56,36,43,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39726,4,4,-1,'Callous-Hearted Gauntlets',54620,4,0,0,1,349945,69989,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,74,7,112,12,36,13,28,14,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39727,4,2,-1,'Dislocating Handguards',54695,4,0,0,1,249477,49895,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,75,31,50,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39728,4,9,-1,'Totem of Misery',25246,4,4096,0,1,0,0,28,262143,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60769,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39729,4,4,-1,'Bracers of the Tyrant',55385,4,0,0,1,353975,70795,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,61,36,55,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39730,2,7,-1,'Widow\'s Fury',57331,4,4096,0,1,1009462,201892,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,42,32,29,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39731,4,1,-1,'Punctilious Bindings',54709,4,0,0,1,202641,40528,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,43,6,39,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39732,4,1,-1,'Faerlina\'s Madness',54696,4,0,0,1,313391,62678,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,36425,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39733,4,1,-1,'Gloves of Token Respect',54698,4,0,0,1,209697,41939,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,53,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39734,4,3,-1,'Atonement Greaves',57091,4,0,0,1,475657,95131,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39735,4,1,-1,'Belt of False Dignity',56604,4,0,0,1,211217,42243,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,55,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39737,12,0,-1,'Secret Strength of the Frenzyheart',18115,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53355,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,3711,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39738,0,0,-1,'Thunderbrew\'s Hard Ale',18102,1,65600,0,1,0,0,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53373,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,0,12340), (39739,12,0,0,'Wolvar Berries',40697,1,66624,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53392,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39740,12,0,-1,'Kirin Tor Signet',31800,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You were asked to deliver this to Archmage Celindra in Dalaran.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39743,2,10,-1,'Monster - Staff, Northrend Runed (Iron)',53015,0,0,8192,1,16,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39747,12,0,0,'Dormant Polished Crystal',12309,1,66624,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53416,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39748,12,0,0,'Energized Polished Crystal',26571,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53371,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39754,2,7,-1,'Monster - Sword, Northrend Iron Dwarf',52099,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39756,4,2,-1,'Tunic of Prejudice',54803,4,0,0,1,529915,105983,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39757,4,8,-1,'Idol of Worship',54700,4,4096,0,1,0,0,28,32767,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60774,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39758,2,5,-1,'The Jawbone',54739,4,4096,0,1,1334285,266857,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,108,36,99,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39759,4,4,-1,'Ablative Chitin Girdle',55383,4,0,0,1,377090,75418,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,74,7,100,12,43,14,47,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39760,4,4,-1,'Helm of Diminished Pride',54847,4,0,0,1,563367,112673,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,72,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39761,4,2,-1,'Infectious Skitterer Leggings',54702,4,0,0,1,539438,107887,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,77,7,87,32,72,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,18060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39762,4,3,-1,'Torn Web Wrapping',54716,4,0,0,1,324817,64963,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,50,7,75,5,36,32,49,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39763,2,13,-1,'Wraith Strike',56662,4,4096,0,1,1086577,217315,21,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,42,32,31,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (39764,4,4,-1,'Bindings of the Hapless Prey',55384,4,0,0,1,356869,71373,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,56,7,84,12,37,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,34061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39765,4,2,-1,'Sinner\'s Bindings',54714,4,0,0,1,254394,50878,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,55,32,41,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,33485,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39766,4,0,-1,'Matriarch\'s Spawn',54740,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,43,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39767,4,4,-1,'Undiminished Battleplate',54719,4,0,0,1,717696,143539,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,115,31,100,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39768,4,2,-1,'Cowl of the Perished',54623,4,0,0,1,385924,77184,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (39769,2,1,-1,'Arcanite Ripper',57732,4,65664,0,1,727636,145527,17,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,3,38,112,7,48,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,542,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,53440,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (39770,4,1,-1,'Soothsayer\'s Hood',51284,2,0,0,1,146775,29355,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,33,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39771,4,1,-1,'Embattled Legwraps',52403,2,0,0,1,196427,39285,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,42,7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39772,4,1,-1,'Bloodbinder\'s Wrist Wraps',52387,2,0,0,1,98577,19715,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,24,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39773,4,1,-1,'Soothsayer\'s Shoulderpads',51208,2,0,0,1,148396,29679,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,24,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39774,7,1,-1,'Midnight Ink',55108,1,0,0,1,0,500,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39775,4,1,-1,'Soothsayer\'s Sandals',52444,2,0,0,1,149486,29897,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,24,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39776,4,3,-1,'Bloodbinder\'s Shoulderguards',52386,2,0,0,1,220693,44138,3,-1,-1,154,0,0,0,0,0,0,0,0,0,1,0,2,5,27,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,33136,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39777,4,0,-1,'Band of Misty Mojo',52373,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,32,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39778,4,4,-1,'Bloodletter\'s Legplates',56351,2,0,0,1,352583,70516,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,57,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39779,4,1,-1,'Crusader\'s Ripcord',52395,2,0,0,1,101101,20220,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,34,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39780,4,3,-1,'Valiant Belt of Battle',51073,2,0,0,1,141338,28267,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,58,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39781,4,1,-1,'Bloodbinder\'s Raiment',51370,2,0,0,1,189178,37835,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,58,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39782,4,4,-1,'Thick Bracers of Battle',51353,2,0,0,1,167116,33423,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,32,7,33,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39783,4,3,-1,'Bloodbinder\'s Gauntlets',52380,2,0,0,1,142974,28594,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,5,28,45,50,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39784,2,10,-1,'Staff of the Dutybound',50133,2,0,0,1,597936,119587,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,58,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,424,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39785,4,1,-1,'Soothsayer\'s Garb',51370,2,0,0,1,192066,38413,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,87,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39786,4,0,-1,'Band of the Bloodletter',52374,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,32,7,36,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39787,4,1,-1,'Soothsayer\'s Handwraps',51388,2,0,0,1,96760,19352,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,29,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39788,4,3,-1,'Leggings of the Ritual',52416,2,0,0,1,291340,58268,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39789,4,1,-1,'Bloodbinder\'s Shoulderpads',51208,2,0,0,1,146215,29243,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,45,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39790,4,4,-1,'Gauntlets of the Altar',51393,2,0,0,1,172199,34439,10,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,3,4,31,7,37,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39791,4,1,-1,'Soothsayer\'s Wristwraps',51236,2,0,0,1,98194,19638,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,27,31,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39792,4,0,-1,'Ritualistic Band of Light',52439,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39793,4,0,-1,'Neckcharm of Mighty Mojo',52417,2,0,0,1,142753,35688,2,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,23,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39794,4,1,-1,'Bloodbinder\'s Gloves',52381,2,0,0,1,99284,19856,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,30,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39795,4,4,-1,'Boots of the Altar',52045,2,0,0,1,261051,52210,8,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,43,7,36,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39796,4,3,-1,'Boots of the Great Sacrifice',56360,2,0,0,1,226003,45200,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,31,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39797,4,1,-1,'Bloodbinder\'s Hood',51284,2,0,0,1,154451,30890,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,35,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39798,4,0,-1,'Ring of Ancestral Protectors',52438,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,4,21,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39799,4,3,-1,'Rescuer\'s Chestguard',52425,2,0,0,1,281557,56311,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,58,7,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39800,4,1,-1,'Pantaloons of the Dutybound',52420,2,0,0,1,188432,37686,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,40,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39801,4,4,-1,'Boots of the Rescuer',56362,2,0,0,1,247798,49559,8,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,42,7,37,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39802,2,8,-1,'Crusader\'s Greatblade',50331,2,0,0,1,593393,118678,17,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,482,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,47138,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39803,4,3,-1,'Gauntlets of the Great Sacrifice',52408,2,0,0,1,142944,28588,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,27,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,15828,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39804,4,1,-1,'Braided Bat Sinew',52392,2,0,0,1,95659,19131,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,23,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39805,4,4,-1,'Chestplate of the Altar',56381,2,0,0,1,336081,67216,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,63,32,36,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39806,2,7,-1,'Blade of Diligence',52379,2,0,0,1,481884,96376,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,27,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39807,4,1,-1,'Rescuer\'s Cloak',15120,2,0,0,1,145110,29022,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,35,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,14047,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39808,2,10,-1,'Staff of Diligence',50136,2,0,0,1,606898,121379,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,50,6,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,311,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,42812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-38.8,0,0,0,'',35,0,0,0,0,12340), (39809,4,1,-1,'Sandals of Spying',52441,2,0,0,1,146200,29240,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,40,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39810,4,1,-1,'Cords of Duplicity',52340,2,0,0,1,97820,19564,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,27,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,34040,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39811,4,0,-1,'Badge of the Infiltrator',34188,2,0,0,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,62088,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39812,4,1,-1,'Soiled Trousers',52123,2,0,0,1,197095,39419,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,30,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39814,4,1,-1,'Slippers of the Broken Front',53251,2,0,0,1,167220,33444,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,31,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39815,4,3,-1,'Bloodbinder\'s Links',52382,2,0,0,1,306693,61338,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39816,4,1,-1,'Medic\'s Hood',51229,2,0,0,1,153891,30778,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,58,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39817,4,4,-1,'Brazen Offender\'s Shoulderplates',49512,2,0,0,1,269749,53949,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,43,32,27,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39818,2,18,-1,'Frigid Crossbow',50160,2,0,0,1,350547,70109,26,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,165,0,0,0,0,0,0,0,0,0,0,0,1500,2,100,40680,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39819,4,0,-1,'Bloodbinder\'s Runestone',34188,2,0,8192,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,0,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39820,2,15,-1,'Blade of Valorous Service',50118,2,0,0,1,471031,94206,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,24,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,183,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39821,4,0,-1,'Spiritist\'s Focus',34188,2,0,0,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,48875,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39822,2,15,-1,'Knife of the Dutybound',51168,2,0,0,1,474616,94923,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,31,26,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39823,2,4,-1,'Dutybound Mace of Purity',50209,2,0,0,1,476433,95286,21,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,2,6,26,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,181,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,42071,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340), (39824,2,1,-1,'Cleaver of Diligence',50342,2,0,0,1,597813,119562,17,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,60,4,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,526,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39825,4,3,-1,'Belt of the Bloodbinder',52378,2,0,0,1,144005,28801,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39826,2,7,-1,'Bloodletter\'s Blade',51402,2,0,0,1,481835,96367,13,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,207,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39827,4,0,-1,'Vile Tome of Tenets',52396,2,0,0,1,142753,35688,23,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,31,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18056,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39828,4,1,-1,'Punisher\'s Cloak',52423,2,0,8192,1,145641,29128,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,0,3,24,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (39829,2,2,-1,'High-Strung Bow',52411,2,0,0,1,375189,75037,15,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,27,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,330,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39830,2,13,-1,'Fist of Subtlety',52404,2,0,0,1,502069,100413,22,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,21,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,329,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Not at all',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39831,4,0,-1,'Petrified Ghoul Finger',52405,2,0,0,1,142753,35688,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,36,26,4,17,44,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39833,4,2,-1,'Supple Bloodbinder\'s Boots',52432,2,0,0,1,190302,38060,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,35,7,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,17280,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39834,4,2,-1,'Embattled Jerkin',49247,2,0,0,1,254644,50928,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,38,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39835,4,2,-1,'Supple Bloodbinder\'s Helm',51286,2,0,0,1,191664,38332,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,58,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39836,4,2,-1,'Supple Mantle of the Bloodletter',49848,2,0,0,1,192346,38469,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,37,44,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,15814,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39837,4,2,-1,'Gloves of Swift Death',49910,2,0,0,1,128672,25734,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,45003,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39838,4,2,-1,'Supple Belt of the Bloodletter',52433,2,0,0,1,116836,23367,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,28,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39839,4,3,-1,'Ritualistic Shoulderguards',52332,2,0,0,1,212062,42412,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,31,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39840,4,0,-1,'Rescuer\'s Ripcord',9657,2,0,0,1,142753,35688,2,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18055,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39841,4,4,-1,'Ancestral Girdle',56191,2,0,0,1,166408,33281,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,47,7,30,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39842,4,2,-1,'Bloodletter\'s Boots',56349,2,0,0,1,177962,35592,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,26,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15832,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39843,4,2,-1,'Supple Wristguards',52430,2,0,0,1,119096,23819,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,19,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,44983,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39844,4,6,-1,'Ritualistic Shield',52440,2,0,0,1,306017,61203,14,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,18,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,0,0,0,0,0,0,0,0,0,18043,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,154,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39845,4,4,-1,'Ancestral Gauntlets',52372,2,0,0,1,173530,34706,10,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,3,4,25,7,63,12,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39846,4,3,-1,'Bloodletter\'s Headgear',56350,2,0,0,1,222660,44532,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,49,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39847,4,4,-1,'Ancestral War Boots',56192,2,0,0,1,260228,52045,8,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,44,7,40,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39848,4,0,-1,'Neckcharm of the Bloodletter',52419,2,0,0,1,142753,35688,2,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,31,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39849,4,4,-1,'Belt of Divine Ancestry',52376,2,0,0,1,176071,35214,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,42,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39850,4,3,-1,'Wristguards of Service',51357,2,0,0,1,150606,30121,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,33,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,15817,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39851,4,4,-1,'Ribbed Helm of Servitude',51891,2,0,0,1,264011,52802,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,63,3,36,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39852,2,15,-1,'Victorious Spellblade',52429,2,0,0,1,505605,101121,21,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,124,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,42812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340), (39853,2,10,-1,'Thorny Bough of the Light',50148,2,0,0,1,634278,126855,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,7,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,309,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,42071,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-39.6,0,0,0,'',35,0,0,0,0,12340), (39854,4,3,-1,'Huntsman\'s Jerkin',52412,2,0,0,1,305544,61108,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,49,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39855,4,4,-1,'Gauntlets of the Gatherer',52406,2,0,0,1,179874,35974,10,262143,2147483647,158,0,0,0,0,0,0,0,0,0,1,0,3,4,42,37,25,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39856,4,2,-1,'Bloodletter\'s Pants',56352,2,0,0,1,256412,51282,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,53,3,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,48007,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39857,4,3,-1,'Rescuer\'s Binding',52424,2,0,0,1,154392,30878,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,36,32,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39858,4,1,-1,'Drape of the Bloodletter',31131,2,0,0,1,140189,28037,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,19,32,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,15819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39859,4,2,-1,'Bloodletter\'s Skullcap',56332,2,0,0,1,175900,35180,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,53,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39860,4,4,-1,'Vindicator\'s Bracers of Sacrifice',52428,2,0,0,1,165751,33150,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,35,32,20,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39861,4,2,-1,'Supple Bloodbinder\'s Leggings',51333,2,0,0,1,242857,48571,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,6,40,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39862,4,2,-1,'Supple Vest of the Bloodletter',51265,2,0,0,1,243766,48753,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,92,3,42,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39863,4,2,-1,'Supple Vest of the Bloodbinder',52431,2,0,0,1,244650,48930,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,51,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,23929,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39864,4,2,-1,'Belt of Service',56335,2,0,0,1,122779,24555,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,37,39,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,14052,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39865,2,13,-1,'Knuckle of Victory',50533,2,0,0,1,492935,98587,21,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,4,22,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,304,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One is enough if it\'s big',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39866,4,3,-1,'Gauntlets of the Secret Agent',52409,2,0,0,1,148425,29685,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,42,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,0,15815,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39867,4,2,-1,'Bat Fur Mitts',56329,2,0,0,1,124130,24826,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,45,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,15812,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39868,4,2,-1,'Ravager\'s Skullcap',51264,2,0,0,1,186876,37375,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,65,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39869,4,2,-1,'Double-Agent\'s Wristwraps',52401,2,0,0,1,125038,25007,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,24,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39870,4,1,-1,'Drape of Duplicity',52402,2,0,0,1,150576,30115,16,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,18,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39871,4,2,-1,'Subtle Boots of the Infiltrator',52434,2,0,0,1,188902,37780,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,59,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39872,4,3,-1,'Helm of Subtle Whispers',52410,2,0,0,1,227500,45500,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,45,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39873,4,2,-1,'Skins of Subterfuge',52443,2,0,0,1,253686,50737,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,36,33,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,15823,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39874,4,6,-1,'Infiltrator\'s Shield',52415,2,0,0,1,325850,65170,14,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,24,7,48,12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,154,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (39875,4,3,-1,'Shoulderguards of Subterfuge',52442,2,0,0,1,230953,46190,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,32,31,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39876,4,2,-1,'Aged Abomination Tripe',52370,2,0,0,1,128194,25638,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,21632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39877,4,4,-1,'Belt of the Betrayer',51906,2,0,0,1,168413,33682,6,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,47,7,30,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39878,0,0,0,'Mysterious Egg',18047,1,65600,0,1,30000,7500,0,-1,-1,1,70,0,0,0,0,0,1105,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This egg is hatching into something.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,590400,0,0,'item_mysterious_egg',0,0,0,0,1,12340), (39880,4,3,-1,'Redigested Mail Scraps',51260,2,0,0,1,145154,29030,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,18,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39881,4,2,-1,'Mantle of Reanimation',49246,2,0,0,1,182124,36424,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,45,32,38,45,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39882,4,4,-1,'Carved Bone Helm',52393,2,0,0,1,255415,51083,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,38,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39883,0,0,0,'Cracked Egg',18047,1,68,0,1,10000,2500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The egg has hatched!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39886,4,2,-1,'Greenhealer\'s Gauntlets',49251,2,0,0,1,123663,24732,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,46,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39887,4,3,-1,'Geist Stalker Leggings',51324,2,0,0,1,325992,65198,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,51,32,43,38,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39888,4,4,-1,'Scourgebane Pauldrons',51298,2,0,0,1,285742,57148,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,43,7,60,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39889,4,0,-1,'Horn of Argent Fury',53142,2,0,0,1,215082,53770,12,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55747,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39890,4,4,-1,'Purifier\'s Pantaloons',49478,2,0,0,1,351311,70262,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,1,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,42082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39891,4,4,-1,'Brazen Offender\'s Helm',51641,2,0,0,1,263933,52786,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,32,62,4,29,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39893,4,4,-1,'Ancestral Chestplates',52371,2,0,0,1,329790,65958,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,5,33,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (39894,4,1,-1,'Darkcloth Shoulders',5116,3,0,0,1,4706,941,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,261,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (39895,4,2,-1,'Cloaked Shoulderpads',17195,3,0,0,1,5905,1181,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,281,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (39896,15,2,0,'Tickbird Hatchling',52160,1,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61348,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39897,4,3,-1,'Azure Shoulderguards',52161,3,0,0,1,7172,1434,3,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,282,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (39898,15,2,0,'Cobra Hatchling',52162,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61351,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39899,15,2,0,'White Tickbird Hatchling',52160,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61349,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39900,3,0,-1,'Bold Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1141,-1,0,0,0,0,'',0,0,0,0,0,12340), (39903,15,0,0,'Argent Crusade Gratuity',51978,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It jingles.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,100000,100000,0,1), (39904,15,0,0,'Argent Crusade Gratuity',51978,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It jingles.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (39905,3,0,-1,'Delicate Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1144,-1,0,0,0,0,'',0,0,0,0,0,12340), (39906,3,0,-1,'Bright Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1145,-1,0,0,0,0,'',0,0,0,0,0,12340), (39907,3,0,-1,'Subtle Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1146,-1,0,0,0,0,'',0,0,0,0,0,12340), (39908,3,0,-1,'Flashing Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1147,-1,0,0,0,0,'',0,0,0,0,0,12340), (39909,3,0,-1,'Fractured Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1148,-1,0,0,0,0,'',0,0,0,0,0,12340), (39910,3,0,-1,'Precise Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1149,-1,0,0,0,0,'',0,0,0,0,0,12340), (39911,3,0,-1,'Runed Bloodstone',54251,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1150,-1,0,0,0,0,'',0,0,0,0,0,12340), (39912,3,2,-1,'Brilliant Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1151,-1,0,0,0,0,'',0,0,0,0,0,12340), (39914,3,2,-1,'Smooth Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1152,-1,0,0,0,0,'',0,0,0,0,0,12340), (39915,3,2,-1,'Rigid Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1153,-1,0,0,0,0,'',0,0,0,0,0,12340), (39916,3,2,-1,'Thick Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1154,-1,0,0,0,0,'',0,0,0,0,0,12340), (39917,3,2,-1,'Mystic Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1155,-1,0,0,0,0,'',0,0,0,0,0,12340), (39918,3,2,-1,'Quick Sun Crystal',54258,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1156,-1,0,0,0,0,'',0,0,0,0,0,12340), (39919,3,1,-1,'Solid Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1157,-1,0,0,0,0,'',0,0,0,0,0,12340), (39920,3,1,-1,'Sparkling Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1158,-1,0,0,0,0,'',0,0,0,0,0,12340), (39927,3,1,-1,'Lustrous Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1159,-1,0,0,0,0,'',0,0,0,0,0,12340), (39932,3,1,-1,'Stormy Chalcedony',54263,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1160,-1,0,0,0,0,'',0,0,0,0,0,12340), (39933,3,3,-1,'Puissant Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1161,-1,0,0,0,0,'',0,0,0,0,0,12340), (39934,3,3,-1,'Sovereign Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1162,-1,0,0,0,0,'',0,0,0,0,0,12340), (39935,3,3,-1,'Shifting Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1163,-1,0,0,0,0,'',0,0,0,0,0,12340), (39936,3,3,-1,'Glowing Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1164,-1,0,0,0,0,'',0,0,0,0,0,12340), (39937,3,3,-1,'Balanced Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1165,-1,0,0,0,0,'',0,0,0,0,0,12340), (39938,3,3,-1,'Regal Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1166,-1,0,0,0,0,'',0,0,0,0,0,12340), (39939,3,3,-1,'Defender\'s Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1167,-1,0,0,0,0,'',0,0,0,0,0,12340), (39940,3,3,-1,'Guardian\'s Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1168,-1,0,0,0,0,'',0,0,0,0,0,12340), (39941,3,3,-1,'Purified Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1169,-1,0,0,0,0,'',0,0,0,0,0,12340), (39942,3,3,-1,'Tenuous Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1170,-1,0,0,0,0,'',0,0,0,0,0,12340), (39943,3,3,-1,'Royal Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1171,-1,0,0,0,0,'',0,0,0,0,0,12340), (39944,3,3,-1,'Infused Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1172,-1,0,0,0,0,'',0,0,0,0,0,12340), (39945,3,3,-1,'Mysterious Shadow Crystal',54303,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1173,-1,0,0,0,0,'',0,0,0,0,0,12340), (39946,3,5,-1,'Luminous Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1174,-1,0,0,0,0,'',0,0,0,0,0,12340), (39947,3,5,-1,'Inscribed Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1175,-1,0,0,0,0,'',0,0,0,0,0,12340), (39948,3,5,-1,'Etched Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1176,-1,0,0,0,0,'',0,0,0,0,0,12340), (39949,3,5,-1,'Champion\'s Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1177,-1,0,0,0,0,'',0,0,0,0,0,12340), (39950,3,5,-1,'Resplendent Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1178,-1,0,0,0,0,'',0,0,0,0,0,12340), (39951,3,5,-1,'Fierce Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1179,-1,0,0,0,0,'',0,0,0,0,0,12340), (39952,3,5,-1,'Deadly Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1180,-1,0,0,0,0,'',0,0,0,0,0,12340), (39953,3,5,-1,'Glinting Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1181,-1,0,0,0,0,'',0,0,0,0,0,12340), (39954,3,5,-1,'Lucent Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1182,-1,0,0,0,0,'',0,0,0,0,0,12340), (39955,3,5,-1,'Deft Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1183,-1,0,0,0,0,'',0,0,0,0,0,12340), (39956,3,5,-1,'Potent Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1184,-1,0,0,0,0,'',0,0,0,0,0,12340), (39957,3,5,-1,'Veiled Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1185,-1,0,0,0,0,'',0,0,0,0,0,12340), (39958,3,5,-1,'Durable Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1186,-1,0,0,0,0,'',0,0,0,0,0,12340), (39959,3,5,-1,'Reckless Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1187,-1,0,0,0,0,'',0,0,0,0,0,12340), (39960,3,5,-1,'Wicked Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1188,-1,0,0,0,0,'',0,0,0,0,0,12340), (39961,3,5,-1,'Pristine Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1189,-1,0,0,0,0,'',0,0,0,0,0,12340), (39962,3,5,-1,'Empowered Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1190,-1,0,0,0,0,'',0,0,0,0,0,12340), (39963,3,5,-1,'Stark Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1191,-1,0,0,0,0,'',0,0,0,0,0,12340), (39964,3,5,-1,'Stalwart Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1192,-1,0,0,0,0,'',0,0,0,0,0,12340), (39965,3,5,-1,'Glimmering Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1193,-1,0,0,0,0,'',0,0,0,0,0,12340), (39966,3,5,-1,'Accurate Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1194,-1,0,0,0,0,'',0,0,0,0,0,12340), (39967,3,5,-1,'Resolute Huge Citrine',54265,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1195,-1,0,0,0,0,'',0,0,0,0,0,12340), (39968,3,4,-1,'Timeless Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1196,-1,0,0,0,0,'',0,0,0,0,0,12340), (39969,0,8,-1,'Fire Seed',20901,1,545259584,0,1,3000,750,0,-1,-1,75,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39970,0,8,-1,'Fire Leaf',34863,1,545259584,0,1,3000,750,0,-1,-1,75,0,773,325,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39973,15,2,-1,'Ghostly Skull',3917,3,64,0,1,400000,100000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,53316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39974,3,4,-1,'Jagged Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1197,-1,0,0,0,0,'',0,0,0,0,0,12340), (39975,3,4,-1,'Vivid Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1198,-1,0,0,0,0,'',0,0,0,0,0,12340), (39976,3,4,-1,'Enduring Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1199,-1,0,0,0,0,'',0,0,0,0,0,12340), (39977,3,4,-1,'Steady Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1200,-1,0,0,0,0,'',0,0,0,0,0,12340), (39978,3,4,-1,'Forceful Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1201,-1,0,0,0,0,'',0,0,0,0,0,12340), (39979,3,4,-1,'Seer\'s Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1202,-1,0,0,0,0,'',0,0,0,0,0,12340), (39980,3,4,-1,'Misty Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1203,-1,0,0,0,0,'',0,0,0,0,0,12340), (39981,3,4,-1,'Shining Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1204,-1,0,0,0,0,'',0,0,0,0,0,12340), (39982,3,4,-1,'Turbid Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1205,-1,0,0,0,0,'',0,0,0,0,0,12340), (39983,3,4,-1,'Intricate Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1206,-1,0,0,0,0,'',0,0,0,0,0,12340), (39984,3,4,-1,'Dazzling Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1207,-1,0,0,0,0,'',0,0,0,0,0,12340), (39985,3,4,-1,'Sundered Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1208,-1,0,0,0,0,'',0,0,0,0,0,12340), (39986,3,4,-1,'Lambent Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1209,-1,0,0,0,0,'',0,0,0,0,0,12340), (39987,2,6,-1,'Tuskarr Fishing Spear',52254,1,0,0,1,194930,38986,17,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,129,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39988,3,4,-1,'Opaque Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1210,-1,0,0,0,0,'',0,0,0,0,0,12340), (39989,3,4,-1,'Energized Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1211,-1,0,0,0,0,'',0,0,0,0,0,12340), (39990,3,4,-1,'Radiant Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1212,-1,0,0,0,0,'',0,0,0,0,0,12340), (39991,3,4,-1,'Tense Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1213,-1,0,0,0,0,'',0,0,0,0,0,12340), (39992,3,4,-1,'Shattered Dark Jade',54285,2,0,0,1,20000,5000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1214,-1,0,0,0,0,'',0,0,0,0,0,12340), (39995,2,16,-1,'Tuskarr Javelin',52256,1,0,0,1,111565,22313,25,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (39996,3,0,-1,'Bold Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1215,-1,0,0,0,0,'',0,0,0,0,0,12340), (39997,3,0,-1,'Delicate Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1216,-1,0,0,0,0,'',0,0,0,0,0,12340), (39998,3,0,-1,'Runed Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1217,-1,0,0,0,0,'',0,0,0,0,0,12340), (39999,3,0,-1,'Bright Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1218,-1,0,0,0,0,'',0,0,0,0,0,12340), (40000,3,0,-1,'Subtle Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1219,-1,0,0,0,0,'',0,0,0,0,0,12340), (40001,3,0,-1,'Flashing Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1220,-1,0,0,0,0,'',0,0,0,0,0,12340), (40002,3,0,-1,'Fractured Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1221,-1,0,0,0,0,'',0,0,0,0,0,12340), (40003,3,0,-1,'Precise Scarlet Ruby',54316,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1222,-1,0,0,0,0,'',0,0,0,0,0,12340), (40004,2,8,-1,'Forsaken Greatsword',20084,1,0,0,1,179342,35868,17,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,155,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40005,2,15,-1,'Forsaken Blade',2738,1,0,0,1,143474,28694,13,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,64,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40006,2,7,-1,'Forsaken Sword',20176,1,0,0,1,143474,28694,21,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,74,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40007,2,16,-1,'Forsaken Throwing Knife',16753,1,0,0,1,111565,22313,25,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,97,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40008,3,1,-1,'Solid Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1223,-1,0,0,0,0,'',0,0,0,0,0,12340), (40009,3,1,-1,'Sparkling Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1224,-1,0,0,0,0,'',0,0,0,0,0,12340), (40010,3,1,-1,'Lustrous Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1225,-1,0,0,0,0,'',0,0,0,0,0,12340), (40011,3,1,-1,'Stormy Sky Sapphire',54320,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1226,-1,0,0,0,0,'',0,0,0,0,0,12340), (40012,3,2,-1,'Brilliant Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1227,-1,0,0,0,0,'',0,0,0,0,0,12340), (40013,3,2,-1,'Smooth Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1228,-1,0,0,0,0,'',0,0,0,0,0,12340), (40014,3,2,-1,'Rigid Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1229,-1,0,0,0,0,'',0,0,0,0,0,12340), (40015,3,2,-1,'Thick Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1230,-1,0,0,0,0,'',0,0,0,0,0,12340), (40016,3,2,-1,'Mystic Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1231,-1,0,0,0,0,'',0,0,0,0,0,12340), (40017,3,2,-1,'Quick Autumn\'s Glow',54318,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1232,-1,0,0,0,0,'',0,0,0,0,0,12340), (40018,2,19,-1,'Wand of Onyx',52257,1,0,0,1,113201,22640,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,5,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40019,2,19,-1,'Wand of Amber',9062,1,0,0,1,113618,22723,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,2,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40020,2,19,-1,'Wand of Jade',21022,1,0,0,1,114036,22807,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,3,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40021,2,19,-1,'Wand of Crystal',25077,1,0,0,1,114442,22888,26,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,111,6,0,0,0,0,0,0,0,0,0,0,1300,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40022,3,3,-1,'Sovereign Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1233,-1,0,0,0,0,'',0,0,0,0,0,12340), (40023,3,3,-1,'Shifting Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1234,-1,0,0,0,0,'',0,0,0,0,0,12340), (40024,3,3,-1,'Tenuous Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1235,-1,0,0,0,0,'',0,0,0,0,0,12340), (40025,3,3,-1,'Glowing Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1236,-1,0,0,0,0,'',0,0,0,0,0,12340), (40026,3,3,-1,'Purified Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1237,-1,0,0,0,0,'',0,0,0,0,0,12340), (40027,3,3,-1,'Royal Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1238,-1,0,0,0,0,'',0,0,0,0,0,12340), (40028,3,3,-1,'Mysterious Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1239,-1,0,0,0,0,'',0,0,0,0,0,12340), (40029,3,3,-1,'Balanced Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1240,-1,0,0,0,0,'',0,0,0,0,0,12340), (40030,3,3,-1,'Infused Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1241,-1,0,0,0,0,'',0,0,0,0,0,12340), (40031,3,3,-1,'Regal Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1242,-1,0,0,0,0,'',0,0,0,0,0,12340), (40032,3,3,-1,'Defender\'s Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1243,-1,0,0,0,0,'',0,0,0,0,0,12340), (40033,3,3,-1,'Puissant Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1244,-1,0,0,0,0,'',0,0,0,0,0,12340), (40034,3,3,-1,'Guardian\'s Twilight Opal',54325,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1245,-1,0,0,0,0,'',0,0,0,0,0,12340), (40035,0,5,-1,'Honey Mead',18099,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40036,0,5,-1,'Snowplum Brandy',18060,1,0,0,1,150,37,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40037,3,5,-1,'Inscribed Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1246,-1,0,0,0,0,'',0,0,0,0,0,12340), (40038,3,5,-1,'Etched Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1247,-1,0,0,0,0,'',0,0,0,0,0,12340), (40039,3,5,-1,'Champion\'s Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1248,-1,0,0,0,0,'',0,0,0,0,0,12340), (40040,3,5,-1,'Resplendent Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1249,-1,0,0,0,0,'',0,0,0,0,0,12340), (40041,3,5,-1,'Fierce Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1250,-1,0,0,0,0,'',0,0,0,0,0,12340), (40042,0,5,-1,'Caraway Burnwine',18059,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40043,3,5,-1,'Deadly Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1251,-1,0,0,0,0,'',0,0,0,0,0,12340), (40044,3,5,-1,'Glinting Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1252,-1,0,0,0,0,'',0,0,0,0,0,12340), (40045,3,5,-1,'Lucent Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1253,-1,0,0,0,0,'',0,0,0,0,0,12340), (40046,3,5,-1,'Deft Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1254,-1,0,0,0,0,'',0,0,0,0,0,12340), (40047,3,5,-1,'Luminous Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1255,-1,0,0,0,0,'',0,0,0,0,0,12340), (40048,3,5,-1,'Potent Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1256,-1,0,0,0,0,'',0,0,0,0,0,12340), (40049,3,5,-1,'Veiled Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1257,-1,0,0,0,0,'',0,0,0,0,0,12340), (40050,3,5,-1,'Durable Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1258,-1,0,0,0,0,'',0,0,0,0,0,12340), (40051,3,5,-1,'Reckless Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1259,-1,0,0,0,0,'',0,0,0,0,0,12340), (40052,3,5,-1,'Wicked Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1260,-1,0,0,0,0,'',0,0,0,0,0,12340), (40053,3,5,-1,'Pristine Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1261,-1,0,0,0,0,'',0,0,0,0,0,12340), (40054,3,5,-1,'Empowered Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1262,-1,0,0,0,0,'',0,0,0,0,0,12340), (40055,3,5,-1,'Stark Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1263,-1,0,0,0,0,'',0,0,0,0,0,12340), (40056,3,5,-1,'Stalwart Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1264,-1,0,0,0,0,'',0,0,0,0,0,12340), (40057,3,5,-1,'Glimmering Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1265,-1,0,0,0,0,'',0,0,0,0,0,12340), (40058,3,5,-1,'Accurate Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1266,-1,0,0,0,0,'',0,0,0,0,0,12340), (40059,3,5,-1,'Resolute Monarch Topaz',55026,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1267,-1,0,0,0,0,'',0,0,0,0,0,12340), (40060,4,1,-1,'Distorted Limbs',51941,4,0,0,1,431675,86335,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40061,4,3,-1,'Quivering Tunic',54710,4,0,0,1,649823,129964,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40062,4,1,-1,'Digested Silken Robes',54626,4,0,0,1,434714,86942,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,69,6,63,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,36425,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40063,4,2,-1,'Mantle of Shattered Kinship',54704,4,0,0,1,408988,81797,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,51,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40064,4,0,-1,'Thunderstorm Amulet',35437,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,43,6,38,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40065,4,0,-1,'Fool\'s Trial',35358,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,55,32,43,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40066,12,0,0,'Ancient Ectoplasm',926,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Eerie and airy at once.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40067,0,1,-1,'Icy Mana Potion',37814,1,0,0,1,20000,5000,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40068,0,2,-1,'Wrath Elixir',51814,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53746,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40069,4,0,-1,'Heritage',35373,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,84,12,32,13,41,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40070,0,2,-1,'Spellpower Elixir',56991,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33721,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40071,4,0,-1,'Chains of Adoration',35359,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40072,0,2,-1,'Elixir of Spirit',2345,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53747,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40073,0,2,-1,'Elixir of Mighty Strength',52490,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53748,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40074,4,0,-1,'Strong-Handed Ring',35431,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,48,36,41,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15827,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40075,4,0,-1,'Ruthlessness',35423,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,61,32,54,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40076,0,2,-1,'Guru\'s Elixir',56994,1,268435456,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53749,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40077,0,1,-1,'Crazy Alchemist\'s Potion',16325,1,8388608,0,1,10000,2500,0,-1,-1,80,70,171,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53750,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40078,0,2,-1,'Elixir of Mighty Fortitude',56992,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53751,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40079,0,3,-1,'Lesser Flask of Toughness',57031,1,0,0,1,3500,875,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53752,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40080,4,0,-1,'Lost Jewel',35472,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,38,6,37,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40081,0,1,-1,'Potion of Nightmares',55318,1,64,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53753,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40082,0,3,-1,'Mixture of the Frost Wyrm',9731,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65253,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40083,0,3,-1,'Mixture of Stoneblood',9731,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65255,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40084,0,3,-1,'Mixture of Endless Rage',36862,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65252,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40085,3,4,-1,'Timeless Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1268,-1,0,0,0,0,'',0,0,0,0,0,12340), (40086,3,4,-1,'Jagged Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1269,-1,0,0,0,0,'',0,0,0,0,0,12340), (40087,0,1,-1,'Powerful Rejuvenation Potion',56993,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53761,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40088,3,4,-1,'Vivid Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1270,-1,0,0,0,0,'',0,0,0,0,0,12340), (40089,3,4,-1,'Enduring Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1271,-1,0,0,0,0,'',0,0,0,0,0,12340), (40090,3,4,-1,'Steady Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1272,-1,0,0,0,0,'',0,0,0,0,0,12340), (40091,3,4,-1,'Forceful Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1273,-1,0,0,0,0,'',0,0,0,0,0,12340), (40092,3,4,-1,'Seer\'s Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1274,-1,0,0,0,0,'',0,0,0,0,0,12340), (40093,0,1,-1,'Indestructible Potion',55319,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53762,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40094,3,4,-1,'Dazzling Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1275,-1,0,0,0,0,'',0,0,0,0,0,12340), (40095,3,4,-1,'Misty Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1276,-1,0,0,0,0,'',0,0,0,0,0,12340), (40096,3,4,-1,'Sundered Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1277,-1,0,0,0,0,'',0,0,0,0,0,12340), (40097,0,2,-1,'Elixir of Protection',57032,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53763,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40098,3,4,-1,'Radiant Forest Emerald',54323,3,0,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1278,-1,0,0,0,0,'',0,0,0,0,0,12340), (40099,3,4,-1,'Shining Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1279,-1,0,0,0,0,'',0,0,0,0,0,12340), (40100,3,4,-1,'Lambent Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1280,-1,0,0,0,0,'',0,0,0,0,0,12340), (40101,3,4,-1,'Tense Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1281,-1,0,0,0,0,'',0,0,0,0,0,12340), (40102,3,4,-1,'Turbid Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1282,-1,0,0,0,0,'',0,0,0,0,0,12340), (40103,3,4,-1,'Opaque Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1283,-1,0,0,0,0,'',0,0,0,0,0,12340), (40104,3,4,-1,'Intricate Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1284,-1,0,0,0,0,'',0,0,0,0,0,12340), (40105,3,4,-1,'Energized Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1285,-1,0,0,0,0,'',0,0,0,0,0,12340), (40106,3,4,-1,'Shattered Forest Emerald',54323,3,4096,0,1,180000,45000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1286,-1,0,0,0,0,'',0,0,0,0,0,12340), (40107,4,0,-1,'Sand-Worn Band',35313,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,84,12,25,14,37,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40108,4,0,-1,'Seized Beauty',35367,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40109,0,2,-1,'Elixir of Mighty Mageblood',37811,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53764,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40110,0,0,0,'Haunted Memento',12566,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53768,5,0,0,-1,0,-1,54039,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40111,3,0,-1,'Bold Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1287,-1,0,0,0,0,'',0,0,0,0,0,12340), (40112,3,0,-1,'Delicate Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1288,-1,0,0,0,0,'',0,0,0,0,0,12340), (40113,3,0,-1,'Runed Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1289,-1,0,0,0,0,'',0,0,0,0,0,12340), (40114,3,0,-1,'Bright Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1290,-1,0,0,0,0,'',0,0,0,0,0,12340), (40115,3,0,-1,'Subtle Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1291,-1,0,0,0,0,'',0,0,0,0,0,12340), (40116,3,0,-1,'Flashing Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1292,-1,0,0,0,0,'',0,0,0,0,0,12340), (40117,3,0,-1,'Fractured Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1293,-1,0,0,0,0,'',0,0,0,0,0,12340), (40118,3,0,-1,'Precise Cardinal Ruby',58601,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1294,-1,0,0,0,0,'',0,0,0,0,0,12340), (40119,3,1,-1,'Solid Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1295,-1,0,0,0,0,'',0,0,0,0,0,12340), (40120,3,1,-1,'Sparkling Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1296,-1,0,0,0,0,'',0,0,0,0,0,12340), (40121,3,1,-1,'Lustrous Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1297,-1,0,0,0,0,'',0,0,0,0,0,12340), (40122,3,1,-1,'Stormy Majestic Zircon',56636,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1298,-1,0,0,0,0,'',0,0,0,0,0,12340), (40123,3,2,-1,'Brilliant King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1299,-1,0,0,0,0,'',0,0,0,0,0,12340), (40124,3,2,-1,'Smooth King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1300,-1,0,0,0,0,'',0,0,0,0,0,12340), (40125,3,2,-1,'Rigid King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1301,-1,0,0,0,0,'',0,0,0,0,0,12340), (40126,3,2,-1,'Thick King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1302,-1,0,0,0,0,'',0,0,0,0,0,12340), (40127,3,2,-1,'Mystic King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1303,-1,0,0,0,0,'',0,0,0,0,0,12340), (40128,3,2,-1,'Quick King\'s Amber',58714,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1304,-1,0,0,0,0,'',0,0,0,0,0,12340), (40129,3,3,-1,'Sovereign Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1305,-1,0,0,0,0,'',0,0,0,0,0,12340), (40130,3,3,-1,'Shifting Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1306,-1,0,0,0,0,'',0,0,0,0,0,12340), (40131,3,3,-1,'Tenuous Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1307,-1,0,0,0,0,'',0,0,0,0,0,12340), (40132,3,3,-1,'Glowing Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1308,-1,0,0,0,0,'',0,0,0,0,0,12340), (40133,3,3,-1,'Purified Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1309,-1,0,0,0,0,'',0,0,0,0,0,12340), (40134,3,3,-1,'Royal Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1310,-1,0,0,0,0,'',0,0,0,0,0,12340), (40135,3,3,-1,'Mysterious Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1311,-1,0,0,0,0,'',0,0,0,0,0,12340), (40136,3,3,-1,'Balanced Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1312,-1,0,0,0,0,'',0,0,0,0,0,12340), (40137,3,3,-1,'Infused Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1313,-1,0,0,0,0,'',0,0,0,0,0,12340), (40138,3,3,-1,'Regal Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1314,-1,0,0,0,0,'',0,0,0,0,0,12340), (40139,3,3,-1,'Defender\'s Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1315,-1,0,0,0,0,'',0,0,0,0,0,12340), (40140,3,3,-1,'Puissant Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1316,-1,0,0,0,0,'',0,0,0,0,0,12340), (40141,3,3,-1,'Guardian\'s Dreadstone',60326,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1317,-1,0,0,0,0,'',0,0,0,0,0,12340), (40142,3,5,-1,'Inscribed Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1318,-1,0,0,0,0,'',0,0,0,0,0,12340), (40143,3,5,-1,'Etched Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1319,-1,0,0,0,0,'',0,0,0,0,0,12340), (40144,3,5,-1,'Champion\'s Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1320,-1,0,0,0,0,'',0,0,0,0,0,12340), (40145,3,5,-1,'Resplendent Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1321,-1,0,0,0,0,'',0,0,0,0,0,12340), (40146,3,5,-1,'Fierce Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1322,-1,0,0,0,0,'',0,0,0,0,0,12340), (40147,3,5,-1,'Deadly Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1323,-1,0,0,0,0,'',0,0,0,0,0,12340), (40148,3,5,-1,'Glinting Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1324,-1,0,0,0,0,'',0,0,0,0,0,12340), (40149,3,5,-1,'Lucent Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1325,-1,0,0,0,0,'',0,0,0,0,0,12340), (40150,3,5,-1,'Deft Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1326,-1,0,0,0,0,'',0,0,0,0,0,12340), (40151,3,5,-1,'Luminous Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1327,-1,0,0,0,0,'',0,0,0,0,0,12340), (40152,3,5,-1,'Potent Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1328,-1,0,0,0,0,'',0,0,0,0,0,12340), (40153,3,5,-1,'Veiled Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1329,-1,0,0,0,0,'',0,0,0,0,0,12340), (40154,3,5,-1,'Durable Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1330,-1,0,0,0,0,'',0,0,0,0,0,12340), (40155,3,5,-1,'Reckless Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1331,-1,0,0,0,0,'',0,0,0,0,0,12340), (40156,3,5,-1,'Wicked Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1332,-1,0,0,0,0,'',0,0,0,0,0,12340), (40157,3,5,-1,'Pristine Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1333,-1,0,0,0,0,'',0,0,0,0,0,12340), (40158,3,5,-1,'Empowered Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1334,-1,0,0,0,0,'',0,0,0,0,0,12340), (40159,3,5,-1,'Stark Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1335,-1,0,0,0,0,'',0,0,0,0,0,12340), (40160,3,5,-1,'Stalwart Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1336,-1,0,0,0,0,'',0,0,0,0,0,12340), (40161,3,5,-1,'Glimmering Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1337,-1,0,0,0,0,'',0,0,0,0,0,12340), (40162,3,5,-1,'Accurate Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1338,-1,0,0,0,0,'',0,0,0,0,0,12340), (40163,3,5,-1,'Resolute Ametrine',60324,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1339,-1,0,0,0,0,'',0,0,0,0,0,12340), (40164,3,4,-1,'Timeless Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1340,-1,0,0,0,0,'',0,0,0,0,0,12340), (40165,3,4,-1,'Jagged Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1341,-1,0,0,0,0,'',0,0,0,0,0,12340), (40166,3,4,-1,'Vivid Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1342,-1,0,0,0,0,'',0,0,0,0,0,12340), (40167,3,4,-1,'Enduring Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1343,-1,0,0,0,0,'',0,0,0,0,0,12340), (40168,3,4,-1,'Steady Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1344,-1,0,0,0,0,'',0,0,0,0,0,12340), (40169,3,4,-1,'Forceful Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1345,-1,0,0,0,0,'',0,0,0,0,0,12340), (40170,3,4,-1,'Seer\'s Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1346,-1,0,0,0,0,'',0,0,0,0,0,12340), (40171,3,4,-1,'Misty Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1347,-1,0,0,0,0,'',0,0,0,0,0,12340), (40172,3,4,-1,'Shining Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1348,-1,0,0,0,0,'',0,0,0,0,0,12340), (40173,3,4,-1,'Turbid Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1349,-1,0,0,0,0,'',0,0,0,0,0,12340), (40174,3,4,-1,'Intricate Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1350,-1,0,0,0,0,'',0,0,0,0,0,12340), (40175,3,4,-1,'Dazzling Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1351,-1,0,0,0,0,'',0,0,0,0,0,12340), (40176,3,4,-1,'Sundered Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1352,-1,0,0,0,0,'',0,0,0,0,0,12340), (40177,3,4,-1,'Lambent Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1353,-1,0,0,0,0,'',0,0,0,0,0,12340), (40178,3,4,-1,'Opaque Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1354,-1,0,0,0,0,'',0,0,0,0,0,12340), (40179,3,4,-1,'Energized Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1355,-1,0,0,0,0,'',0,0,0,0,0,12340), (40180,3,4,-1,'Radiant Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1356,-1,0,0,0,0,'',0,0,0,0,0,12340), (40181,3,4,-1,'Tense Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1357,-1,0,0,0,0,'',0,0,0,0,0,12340), (40182,3,4,-1,'Shattered Eye of Zul',60325,4,0,0,1,360000,90000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1358,-1,0,0,0,0,'',0,0,0,0,0,12340), (40184,4,3,-1,'Crippled Treads',54770,4,0,0,1,472176,94435,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,75,7,75,5,34,36,33,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40185,4,4,-1,'Shoulderguards of Opportunity',54790,4,0,0,1,549407,109881,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,4,69,7,82,32,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40186,4,2,-1,'Thrusting Bands',54714,4,0,0,1,263084,52616,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,57,37,38,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40187,4,4,-1,'Poignant Sabatons',54787,4,0,0,1,553388,110677,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,32,35,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40188,4,4,-1,'Gauntlets of the Disobedient',54620,4,0,0,1,373097,74619,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,112,12,50,15,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,40443,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40189,2,4,-1,'Angry Dread',54760,4,4096,0,1,1063786,212757,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,31,7,42,32,29,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,509,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40190,2,16,-1,'Spinning Fate',57301,4,4198400,0,1,320008,80002,25,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,16,7,24,32,16,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,440,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,15816,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40191,4,7,-1,'Libram of Radiance',34960,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40192,4,0,-1,'Accursed Spine',52465,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,32,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40193,4,3,-1,'Tunic of Masked Suffering',54800,4,0,0,1,647450,129490,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,100,7,72,5,66,36,39,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40194,4,1,-1,'Blanketing Robes of Snow',53622,4,0,0,1,458207,91641,20,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,7,86,5,71,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,28530,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40195,7,11,0,'Pygmy Oil',3663,1,0,0,1,3000,750,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53808,0,-1,0,0,79,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40196,4,3,-1,'Legguards of the Undisturbed',54849,4,0,0,1,654318,130863,7,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40197,4,1,-1,'Gloves of the Fallen Wizard',54779,4,0,0,1,198041,39608,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,50,6,74,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40198,4,1,-1,'Bands of Impurity',56602,4,0,0,1,204306,40861,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,39,6,37,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,23732,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40199,7,11,-1,'Pygmy Suckerfish',53139,1,0,0,1,200,50,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40200,4,2,-1,'Belt of Potent Chanting',54762,4,0,0,1,257308,51461,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,55,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40201,4,3,-1,'Leggings of Colossal Strides',54783,4,0,0,1,619851,123970,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,68,7,78,5,54,36,67,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,44336,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40202,0,5,-1,'Sizzling Grizzly Flank',42827,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (40203,4,4,-1,'Breastplate of Tormented Rage',54767,4,0,0,1,728478,145695,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,150,12,58,13,72,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40204,4,4,-1,'Legguards of the Apostle',51008,4,0,0,1,731173,146234,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,32,58,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40205,4,2,-1,'Stalk-Skin Belt',54792,4,0,0,1,262096,52419,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,64,7,69,32,62,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40206,4,4,-1,'Iron-Spring Jumpers',55394,4,0,0,1,551316,110263,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,4,76,7,85,31,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,53820,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40207,4,10,-1,'Sigil of Awareness',51913,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60837,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40208,2,6,-1,'Cryptfiend\'s Bite',54772,4,4096,0,1,1324789,264957,17,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,51,7,108,32,58,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,18060,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40209,4,3,-1,'Bindings of the Decrepit',57075,4,0,0,1,319073,63814,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40210,4,4,-1,'Chestguard of Bitter Charms',54768,4,0,0,1,747199,149439,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,67,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40211,0,1,-1,'Potion of Speed',57024,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53908,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40212,0,1,-1,'Potion of Wild Magic',55320,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53909,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40213,0,1,-1,'Mighty Arcane Protection Potion',44797,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53910,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40214,0,1,-1,'Mighty Fire Protection Potion',37844,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53911,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40215,0,1,-1,'Mighty Frost Protection Potion',45612,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53913,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40216,0,1,-1,'Mighty Nature Protection Potion',44796,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53914,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40217,0,1,-1,'Mighty Shadow Protection Potion',44795,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53915,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40218,4,4,0,'CRobinson Plate Helm',52272,1,65536,8192,1,9,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40219,4,4,0,'CRobinson Plate Shoulders',52287,1,65536,8192,1,9,1,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40220,4,4,0,'CRobinson Plate Chest',52275,1,65536,8192,1,12,2,5,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40221,4,4,0,'CRobinson Plate Belt',52276,1,65536,8192,1,6,1,6,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40222,4,4,0,'CRobinson Plate Pants',52277,1,65536,8192,1,12,2,7,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40223,4,4,0,'CRobinson Plate Boots',52278,1,65536,8192,1,9,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40224,4,4,0,'CRobinson Plate Gloves',52279,1,65536,8192,1,6,1,10,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40225,4,2,0,'CRobinson Leather Helm',52280,1,65536,8192,1,7,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40226,4,2,0,'CRobinson Leather Shoulders',52281,1,65536,8192,1,7,1,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40227,4,2,0,'CRobinson Leather Chest',52282,1,65536,8192,1,9,1,5,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40228,4,2,0,'CRobinson Leather Belt',52283,1,65536,8192,1,4,1,6,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40229,4,2,0,'CRobinson Leather Pants',52284,1,65536,8192,1,8,1,7,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40230,4,2,0,'CRobinson Leather Boots',52288,1,65536,8192,1,6,1,8,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40231,4,2,0,'CRobinson Leather Gloves',52286,1,65536,8192,1,4,1,10,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40232,3,4,-1,'Test Dazzling Talasite',39930,3,0,0,1,120000,30000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1361,-1,0,0,0,0,'',0,0,0,0,0,12340), (40233,2,10,-1,'The Undeath Carrier',54796,4,4096,0,1,1252722,250544,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,153,3,100,7,151,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40234,4,1,-1,'Heigan\'s Putrid Vestments',54782,4,0,0,1,402411,80482,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,77,31,49,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40235,4,3,-1,'Helm of Pilgrimage',57544,4,0,0,1,454445,90889,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40236,4,1,-1,'Serene Echoes',54789,4,0,0,1,304087,60817,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40237,4,3,-1,'Eruption-Scarred Boots',57094,4,0,0,1,459899,91979,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,73,5,57,36,38,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40238,4,2,-1,'Gloves of the Dancing Bear',54778,4,0,0,1,255331,51066,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,50,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,26461,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40239,2,13,-1,'The Hand of Nerub',56658,4,4096,0,1,1025072,205014,22,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,33,7,42,32,29,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40240,4,4,-1,'Greaves of Turbulence',53669,4,0,0,1,720246,144049,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,150,12,49,13,39,15,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40241,4,4,-1,'Girdle of Unity',54784,4,0,0,1,363536,72707,6,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40242,4,3,-1,'Grotesque Handgrips',54781,4,0,0,1,310987,62197,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,6,3,66,7,58,5,38,36,40,38,110,44,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40243,4,2,-1,'Footwraps of Vile Deceit',54775,4,0,0,1,390139,78027,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,67,7,76,37,30,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40244,2,4,-1,'The Impossible Dream',54793,4,4096,0,1,1044221,208844,21,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,37,5,44,6,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (40245,2,19,-1,'Fading Glow',54774,4,4096,0,1,786053,157210,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,24,5,25,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,748,1,0,0,0,0,0,0,0,0,0,0,2000,0,100,18043,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40246,4,1,-1,'Boots of Impetuous Ideals',54763,4,0,0,1,315576,63115,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,57,31,37,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40247,4,1,-1,'Cowl of Innocent Delight',54769,4,0,0,1,324974,64994,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,108,5,77,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40248,7,10,-1,'Eternal Might',52290,3,0,0,1,64000,16000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40249,4,2,-1,'Vest of Vitality',54804,4,0,0,1,545473,109094,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,76,5,77,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40250,4,1,-1,'Aged Winter Cloak',35430,4,0,0,1,297187,59437,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,57,32,43,38,110,44,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40251,4,1,-1,'Shroud of Luminosity',35312,4,0,0,1,298311,59662,16,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,43,32,38,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40252,4,1,-1,'Cloak of the Shadowed Sun',35444,4,0,0,1,299466,59893,16,-1,-1,213,80,0,0,0,0,0,0,1,0,1,0,4,4,56,7,84,12,25,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,336,0,0,0,'',69,0,0,0,0,12340), (40253,4,1,-1,'Shawl of the Old Maid',35366,4,0,0,1,300622,60124,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,43,6,38,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40254,4,1,-1,'Cloak of Averted Crisis',35446,4,0,0,1,301746,60349,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40255,4,0,-1,'Dying Curse',35442,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,1,31,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60493,1,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40256,4,0,-1,'Grim Toll',35361,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,31,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60436,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40257,4,0,-1,'Defender\'s Code',35439,4,0,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,850,0,0,0,0,0,0,0,0,0,60286,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40258,4,0,-1,'Forethought Talisman',35429,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,45,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60529,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40259,4,4,-1,'Waistguard of Divine Grace',54784,4,0,0,1,360788,72157,6,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,57,32,37,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40260,4,2,-1,'Belt of the Tortured',54792,4,0,0,1,257204,51440,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,53,7,75,31,50,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40261,4,4,-1,'Crude Discolored Battlegrips',54843,4,0,0,1,363499,72699,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,82,31,74,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40262,4,3,-1,'Gloves of Calculated Risk',54852,4,0,0,1,310924,62184,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,3,43,7,57,5,40,32,55,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40263,4,4,-1,'Fleshless Girdle',55389,4,0,0,1,375881,75176,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,75,7,112,12,36,13,28,15,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40264,2,4,-1,'Split Greathammer',54557,4,4096,0,1,1071695,214339,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,43,7,42,37,21,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15818,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40265,2,2,-1,'Arrowsong',54834,4,4096,0,1,806659,161331,15,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,21,7,37,32,20,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,515,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15816,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40266,4,6,-1,'Hero\'s Surrender',54755,4,4096,0,1,690747,138149,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,84,12,29,13,30,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40267,4,9,-1,'Totem of Hex',54871,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60772,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40268,4,7,-1,'Libram of Tolerance',34961,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60792,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40269,4,1,-1,'Boots of Persuasion',56085,4,0,0,1,327253,65450,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,50,6,55,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40270,4,2,-1,'Boots of Septic Wounds',57008,4,0,0,1,371406,74281,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,53,6,49,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40271,4,1,-1,'Sash of Solitude',54713,4,0,0,1,198853,39770,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,58,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40272,4,3,-1,'Girdle of the Gambit',57077,4,0,0,1,299435,59887,6,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,3,7,73,5,57,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40273,4,0,-1,'Surplus Limb',54844,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,31,32,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40274,4,4,-1,'Bracers of Liberation',54839,4,0,0,1,354012,70802,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,43,36,28,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40275,4,3,-1,'Depraved Linked Belt',54845,4,0,0,1,302869,60573,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,3,74,7,64,5,34,36,50,32,33,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40277,4,2,-1,'Tunic of Indulgence',54872,4,0,0,1,508581,101716,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,68,7,100,32,71,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40278,4,4,-1,'Girdle of Chivalry',55389,4,0,0,1,359396,71879,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,70,7,88,31,46,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40279,4,4,-1,'Chestguard of the Exhausted',54767,4,0,0,1,736709,147341,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,126,12,67,15,39,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40280,2,10,-1,'Origin of Nightmares',55774,4,4096,0,1,1320366,264073,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,38,154,3,100,7,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,714,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40281,2,15,-1,'Twilight Mist',55719,4,4096,0,1,1060039,212007,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,25,7,46,31,21,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40282,4,3,-1,'Slime Stream Bands',54616,4,0,0,1,319167,63833,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,48,7,45,5,30,31,20,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40283,4,3,-1,'Fallout Impervious Tunic',54848,4,0,0,1,640644,128128,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,36,58,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,2,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40284,2,19,-1,'Plague Igniter',54866,4,4096,0,1,803693,160738,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,22,5,21,6,20,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,674,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,18054,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40285,4,2,-1,'Desecrated Past',54846,4,0,0,1,537668,107533,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,67,6,77,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,36422,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40286,4,1,-1,'Mantle of the Corrupted',55325,4,0,0,1,323756,64751,3,262143,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,50,36,57,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40287,4,1,-1,'Cowl of Vanity',54769,4,0,0,1,324911,64982,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,79,6,63,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40288,4,3,-1,'Spaulders of Incoherence',54867,4,0,0,1,491226,98245,3,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,49102,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40289,4,1,-1,'Sympathetic Amice',55324,4,0,0,1,327190,65438,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,57,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40290,4,1,-1,'Gaze of the Punishing Construct',52491,3,0,0,1,172214,34442,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,5,35,32,51,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,34760,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40291,4,2,-1,'Helm of the Avenging Protector',57525,3,0,0,1,216104,43220,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,3,50,31,40,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,34509,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40292,4,3,-1,'Headguard of Vast Destruction',52303,3,0,0,1,260303,52060,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,7,40,36,50,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,836,0,0,0,0,0,0,0,0,0,15832,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40293,4,4,-1,'Helm of Towering Rage',52304,3,0,0,1,304278,60855,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,4,50,7,69,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,0,0,0,0,0,0,40934,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40294,4,4,-1,'Riveted Abomination Leggings',51612,4,0,0,1,703928,140785,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,108,31,59,36,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40295,4,4,-1,'Greathelm of the Titan Protectorate',52302,3,0,0,1,314993,62998,1,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,4,7,80,37,34,4,50,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40296,4,2,-1,'Cover of Silence',54841,4,0,0,1,390295,78059,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,59,7,108,32,77,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,18060,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40297,4,4,-1,'Sabatons of Endurance',55393,4,0,0,1,547390,109478,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,111,12,55,13,43,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40298,4,4,-1,'Faceguard of the Succumbed',54847,4,0,0,1,549407,109881,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,36,61,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2787,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40299,4,3,-1,'Pauldrons of the Abandoned',54865,4,0,0,1,475657,95131,3,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,43,7,60,5,40,36,38,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40300,2,10,-1,'Spire of Sunset',54870,4,4096,0,1,1320106,264021,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,87,5,101,36,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,548,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,52809,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-73,0,0,0,'',69,0,0,0,0,12340), (40301,4,1,-1,'Cincture of Polarity',54840,4,0,0,1,211987,42397,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,36,53,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40302,4,3,-1,'Benefactor\'s Gauntlets',54835,4,0,0,1,319135,63827,10,32767,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,73,5,57,36,50,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40303,4,1,-1,'Wraps of the Persecuted',54874,4,0,0,1,213506,42701,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40304,4,2,-1,'Headpiece of Fungal Bloom',54623,4,0,0,1,401768,80353,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,100,5,77,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40305,4,2,-1,'Spaulders of Egotism',53289,4,0,0,1,403212,80642,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,75,32,57,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40306,4,4,-1,'Bracers of the Unholy Knight',55386,4,0,0,1,379837,75967,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,48,7,72,12,38,13,23,14,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40307,4,4,-1,'TEST ARMOR DEATH KNIGHT HELM',52294,4,0,8192,1,534554,106910,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,4,74,7,90,32,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,1,0,8,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40315,4,3,-1,'Shoulderpads of Secret Arts',54865,4,0,0,1,468648,93729,3,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,73,5,36,31,29,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40316,4,4,-1,'Gauntlets of Guiding Touch',54881,4,0,0,1,366320,73264,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,57,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40317,4,4,-1,'Girdle of Razuvious',55389,4,0,0,1,367675,73535,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,85,32,74,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40318,4,4,-1,'Legplates of Double Strikes',54891,4,0,0,1,733795,146759,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,4,84,7,120,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54048,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40319,4,2,-1,'Chestpiece of Suspicion',54879,4,0,0,1,526065,105213,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,100,7,115,36,67,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,52946,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40320,4,4,-1,'Faithful Steel Sabatons',54787,4,0,0,1,553334,110666,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,73,5,50,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40321,4,8,-1,'Idol of the Shooting Star',34954,4,4096,0,1,0,0,28,32767,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60775,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40322,4,9,-1,'Totem of Dueling',50456,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60765,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40323,4,2,-1,'Esteemed Bindings',54715,4,0,0,1,266857,53371,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,38,6,35,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40324,4,3,-1,'Bands of Mutual Respect',57074,4,0,0,1,321383,64276,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,36,20,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40325,4,1,-1,'Bindings of the Expansive Mind',54876,4,0,0,1,215025,43005,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,31,28,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40326,4,1,-1,'Boots of Forlorn Wishes',54789,4,0,0,1,323662,64732,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,51,5,50,6,66,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40327,4,3,-1,'Girdle of Recuperation',57076,4,0,0,1,301839,60367,6,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,75,5,50,36,37,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40328,4,4,-1,'Helm of Vital Protection',53198,4,0,0,1,529230,105846,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,126,12,59,14,56,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40329,4,2,-1,'Hood of the Exodus',54841,4,0,0,1,380187,76037,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,84,7,115,36,50,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40330,4,4,-1,'Bracers of Unrelenting Attack',55385,4,0,0,1,358188,71637,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,48,31,46,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40331,4,3,-1,'Leggings of Failed Escape',54889,4,0,0,1,612858,122571,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,84,7,82,5,66,32,52,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40332,4,4,-1,'Abetment Bracers',54839,4,0,0,1,360898,72179,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,26225,1,0,0,-1,0,-1,21636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40333,4,2,-1,'Leggings of Fleeting Moments',54702,4,0,0,1,514565,102913,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,100,7,100,32,77,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40334,4,4,-1,'Burdened Shoulderplates',54708,4,0,0,1,541227,108245,3,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,75,7,112,12,28,13,36,15,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40335,2,19,-1,'Touch of Horror',54977,4,4096,0,1,777546,155509,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,22,5,17,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,748,1,0,0,0,0,0,0,0,0,0,0,2000,0,100,18043,1,0,0,-1,0,-1,21637,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40336,2,7,-1,'Life and Death',54893,4,4096,0,1,1040578,208115,21,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,42,5,44,32,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (40337,4,7,-1,'Libram of Resurgence',34960,4,4096,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60797,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40338,4,1,-1,'Bindings of Yearning',54875,4,0,0,1,209635,41927,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,43,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40339,4,1,-1,'Gothik\'s Cowl',54883,4,0,0,1,315607,63121,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,32,42,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40340,4,3,-1,'Helm of Unleashed Energy',57544,4,0,0,1,475144,95028,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,87,5,72,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,48228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40341,4,2,-1,'Shackled Cinch',54762,4,0,0,1,264905,52981,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,53,6,38,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40342,4,8,-1,'Idol of Awakening',43434,4,4096,0,1,0,0,28,32767,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40343,2,8,-1,'Armageddon',54560,4,4096,0,1,1238412,247682,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,108,36,100,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,831,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40344,4,3,-1,'Helm of the Grave',57545,4,0,0,1,447561,89512,1,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,51,7,78,5,52,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,47138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40345,2,7,-1,'Broken Promise',54878,4,4096,0,1,998327,199665,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,29,7,64,12,43,31,16,37,20,0,0,0,0,0,0,0,0,0,0,0,0,274,509,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40346,2,18,-1,'Final Voyage',54886,4,4096,0,1,751633,150326,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,18,7,33,36,25,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,476,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,15816,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40347,4,4,-1,'Zeliek\'s Gauntlets',54914,4,0,0,1,354121,70824,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,79,36,67,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40348,2,10,-1,'Damnation',55711,4,4096,0,1,1262348,252469,17,-1,-1,213,80,0,0,0,0,0,0,6,0,1,0,5,7,111,5,86,6,85,32,91,45,461,0,0,0,0,0,0,0,0,0,0,0,0,203,374,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (40349,4,2,-1,'Gloves of Peaceful Death',54882,4,0,0,1,253406,50681,10,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,55,6,57,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40350,4,0,-1,'Urn of Lost Memories',54614,4,4096,0,1,302495,75623,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,32,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40351,4,1,-1,'Mantle of the Fatigued Sage',55325,4,0,0,1,306397,61279,3,262143,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,55,6,57,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40352,4,3,-1,'Leggings of Voracious Shadows',54890,4,0,0,1,615043,123008,7,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,72,36,61,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40353,4,1,-1,'Polished Protodrake Cloak',18948,3,0,0,1,178928,35785,16,-1,-1,162,0,0,0,0,0,0,0,0,0,1,0,3,32,27,36,25,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,33097,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40354,4,0,-1,'Monster Slayer\'s Kit',52385,3,64,0,1,24813,6203,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54092,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Everything from silvered knives to holy water.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,'',52,0,0,0,0,12340), (40356,0,5,-1,'Grizzleberries',40697,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Fresh from the bush.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (40357,0,5,-1,'Grizzleberry Juice',35584,1,0,0,5,6000,300,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Filled with pulp.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40358,0,5,-1,'Raw Tallhorn Chunk',7071,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A unappealing, ragged chunk of meat.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (40359,0,5,-1,'Fresh Eagle Meat',25475,1,0,0,5,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There are still some feathers on the meat.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (40360,15,0,-1,'Punctured Pelt',6691,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It seems the punctures were caused by fangs.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40361,15,0,-1,'Shredded Cloth',37424,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40362,4,2,-1,'Gloves of Fast Reactions',54970,4,0,0,1,272736,54547,10,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,64,32,38,36,49,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40363,4,4,-1,'Bone-Inlaid Legguards',54912,4,0,0,1,693438,138687,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,90,5,77,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,2770,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40364,12,0,0,'Rainspeaker Peace Offering',3410,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40365,4,4,-1,'Breastplate of Frozen Pain',54767,4,0,0,1,698756,139751,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,64,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40366,4,4,-1,'Platehelm of the Great Wyrm',53198,4,0,0,1,525086,105017,1,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,151,12,48,13,38,15,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40367,4,3,-1,'Boots of the Great Construct',54770,4,0,0,1,454630,90926,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,42,7,75,5,37,36,40,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40368,2,15,-1,'Murder',54974,4,4096,0,1,1009670,201934,13,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,25,7,46,31,21,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40369,4,0,-1,'Icy Blast Amulet',35437,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,56,7,32,32,28,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15827,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40370,4,0,-1,'Gatekeeper',35431,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,43,7,84,13,41,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40371,4,0,-1,'Bandit\'s Insignia',35442,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,38,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60442,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40372,4,0,-1,'Rune of Repulsion',35429,4,0,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,14,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60258,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40373,4,0,-1,'Extract of Necromantic Power',35445,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60487,1,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40374,4,0,-1,'Cosmic Lights',35373,4,0,0,1,302495,75623,2,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,38,32,37,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40375,4,0,-1,'Ring of Decaying Beauty',35313,4,524288,0,1,302495,75623,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,40,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40376,4,1,-1,'Legwraps of the Defeated Dragon',54973,4,0,0,1,427137,85427,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,77,6,56,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40377,4,4,-1,'Noble Birthright Pauldrons',53670,4,0,0,1,561568,112313,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,40343,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40378,4,0,-1,'Ceaseless Pity',35358,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,41,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40379,4,2,-1,'Legguards of the Boneyard',54972,4,0,0,1,539646,107929,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,6,58,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40380,4,1,-1,'Gloves of Grandeur',54971,4,0,0,1,216628,43325,10,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,79,5,57,32,43,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40381,4,1,-1,'Sympathy',54788,4,0,0,1,434797,86959,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,6,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,53354,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40382,4,0,-1,'Soul of the Dead',35442,4,4096,0,1,455760,113940,12,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60537,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40383,2,13,-1,'Calamity\'s Grasp',57324,4,0,0,1,1047755,209551,21,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,42,32,37,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,535,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40384,2,1,-1,'Betrayer of Humanity',57248,4,0,0,1,1314786,262957,17,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,66,7,121,32,87,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,910,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,54161,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40385,2,3,-1,'Envoy of Mortality',57465,4,0,0,1,791927,158385,26,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,3,36,7,30,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,646,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,21.5,0,0,0,'',69,0,0,0,0,12340), (40386,2,15,-1,'Sinister Revenge',57466,4,0,0,1,1059865,211973,13,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,42,31,37,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,370,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,28840,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40387,4,0,-1,'Boundless Ambition',35373,4,0,0,1,320008,80002,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,49,7,94,12,46,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40388,2,10,-1,'Journey\'s End',56236,4,0,0,1,1335015,267003,17,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,228,3,87,7,114,32,57,36,75,0,0,0,0,0,0,0,0,0,0,0,0,428,642,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40389,12,0,0,'Vic\'s Emergency Diving Helm',45931,1,64,8192,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50002,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40390,0,0,0,'Vic\'s Emergency Air Tank',52469,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44235,0,-3,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Probably not intended for diving, but it\'ll do.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40391,15,0,-1,'Mirror-Like Seashell',19284,0,0,0,1,2190,547,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40392,15,0,-1,'Cracked Diamond',4775,0,0,0,1,2341,585,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40393,15,0,-1,'Green Sparkly',7393,0,0,0,1,1600,400,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40394,12,0,0,'Longneck Grazer Steak',44290,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40395,2,4,-1,'Torch of Holy Fire',57250,4,0,0,1,1125481,225096,21,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,7,36,5,49,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,270,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,54184,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-72.5,0,0,0,'',69,0,0,0,0,12340), (40396,2,7,-1,'The Turning Tide',56663,4,0,0,1,1129554,225910,21,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,4,7,36,5,50,32,37,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,270,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,54192,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-72.5,0,0,0,'',69,0,0,0,0,12340), (40397,12,0,-1,'Lifeblood Gem',52474,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54191,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40398,4,1,-1,'Leggings of Mortal Arrogance',51941,4,0,0,1,455036,91007,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,85,6,71,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,57829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40399,4,0,-1,'Signet of Manifested Pain',35472,4,524288,0,1,320008,80002,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,46,5,49,36,36,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40400,4,6,-1,'Wall of Terror',57003,4,0,0,1,733272,146654,14,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,63,7,94,12,42,13,24,15,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,221,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40401,4,6,-1,'Voice of Reason',57263,4,0,0,1,735809,147161,14,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,49,36,31,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,0,0,0,0,0,0,0,0,0,54214,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,221,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40402,2,0,-1,'Last Laugh',55906,4,0,0,1,1153775,230755,13,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,37,7,73,12,31,31,24,14,34,0,0,0,0,0,0,0,0,0,0,0,0,192,357,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40403,4,1,-1,'Drape of the Deadly Foe',35446,4,0,0,1,314293,62858,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,63,32,49,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,39885,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40404,0,3,-1,'Mixture of Pure Mojo',9731,1,0,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65254,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40405,4,1,-1,'Cape of the Unworthy Wizard',35312,4,0,0,1,316704,63340,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,46,5,42,6,49,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,42099,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40406,2,5,-1,'Inevitable Defeat',56959,4,4096,0,1,1252201,250440,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,3,80,7,120,37,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,831,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40407,2,7,-1,'Silent Crusader',55975,4,4096,0,1,1033190,206638,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,21,7,49,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,509,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15829,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40408,2,15,-1,'Haunting Call',54463,4,4096,0,1,1037040,207408,21,32767,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,7,40,5,41,6,23,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (40409,4,2,-1,'Boots of the Escaped Captive',57009,4,0,0,1,390295,78059,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,46,5,57,6,38,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40410,4,1,-1,'Shadow of the Ghoul',35430,4,0,0,1,313391,62678,16,-1,-1,213,80,0,0,0,0,0,0,1,0,1,0,4,4,56,7,84,12,38,15,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,23516,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40411,7,11,-1,'Enchanted Vial',52489,1,0,0,5,50000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40412,4,0,-1,'Ousted Bead Necklace',35359,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,38,32,28,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32584,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40414,4,4,-1,'Shoulderguards of the Undaunted',54790,4,0,0,1,555406,111081,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,85,31,75,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40415,4,1,-1,'Valorous Frostfire Gloves',57018,4,4096,0,1,0,0,10,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,57,32,53,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,35,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40416,4,1,-1,'Valorous Frostfire Circlet',57532,4,4096,0,1,0,0,1,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,77,6,66,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,1,0,2,0,0,0,2787,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40417,4,1,-1,'Valorous Frostfire Leggings',54276,4,4096,0,1,0,0,7,128,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,77,36,67,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40418,4,1,-1,'Valorous Frostfire Robe',54268,4,4096,0,1,0,0,20,128,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,73,5,77,6,66,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40419,4,1,-1,'Valorous Frostfire Shoulderpads',56599,4,4096,0,1,0,0,3,128,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,32,53,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40420,4,1,-1,'Valorous Plagueheart Gloves',57020,4,4096,0,1,0,0,10,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,50,36,53,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,35,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40421,4,1,-1,'Valorous Plagueheart Circlet',55167,4,4096,0,1,0,0,1,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,59,6,50,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40422,4,1,-1,'Valorous Plagueheart Leggings',55169,4,4096,0,1,0,0,7,256,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,72,32,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40423,4,1,-1,'Valorous Plagueheart Robe',56476,4,4096,0,1,0,0,20,256,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,67,6,66,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40424,4,1,-1,'Valorous Plagueheart Shoulderpads',55172,4,4096,0,1,0,0,3,256,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,50,36,55,31,35,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40425,12,0,0,'Drakuru\'s Skull',44523,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40426,4,0,-1,'Signet of the Accord',44357,4,524288,0,1,284983,71245,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,73,4,36,37,29,12,31,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40427,4,0,-1,'Circle of Arcane Streams',53194,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,37,7,48,31,31,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26142,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40428,4,4,-1,'Titan\'s Outlook',53653,4,0,0,1,511847,102369,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,103,7,99,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,46712,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40429,2,13,-1,'Crimson Steel',53195,4,0,0,1,980435,196087,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,29,3,19,31,27,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40430,4,0,-1,'Majestic Dragon Figurine',53197,4,4096,0,1,429375,107343,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60524,1,0,0,90000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40431,4,0,-1,'Fury of the Five Flights',53285,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60313,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40432,4,0,-1,'Illustration of the Dragon Soul',53291,4,4096,0,1,455760,113940,12,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60485,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40433,4,0,-1,'Wyrmrest Band',45362,4,524288,0,1,284983,71245,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,5,40,7,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33236,1,0,0,-1,0,-1,23212,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40437,4,2,-1,'Concealment Shoulderpads',53289,4,0,0,1,401729,80345,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,54,7,77,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,48273,1,0,0,-1,0,-1,42109,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40438,4,3,-1,'Council Chamber Epaulets',53654,4,0,0,1,485958,97191,3,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,65,5,51,36,61,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40439,4,2,-1,'Mantle of the Eternal Sentinel',53657,4,0,0,1,375855,75171,3,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,56,32,61,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,33118,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40440,4,4,-1,'Brutal Gladiator\'s Dreadplate Chestpiece',49999,4,36864,8192,1,0,0,5,32,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,7,76,4,45,32,45,35,24,31,18,36,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,760,0,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40441,4,4,-1,'Brutal Gladiator\'s Dreadplate Gauntlets',49998,4,36864,8192,1,0,0,10,32,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,0,7,59,4,42,32,37,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40442,4,4,-1,'Brutal Gladiator\'s Dreadplate Helm',49685,4,36864,8192,1,0,0,1,32,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,0,7,68,4,45,32,41,35,25,31,18,36,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,760,0,0,0,0,0,1,0,4,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40443,4,4,-1,'Brutal Gladiator\'s Dreadplate Legguards',49996,4,36864,8192,1,0,0,7,32,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,0,7,77,4,57,32,53,35,22,31,18,36,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,760,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40444,4,4,-1,'Brutal Gladiator\'s Dreadplate Shoulders',49995,4,36864,8192,1,0,0,3,32,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,0,7,64,4,38,32,35,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,760,0,0,0,0,0,2,0,4,0,0,0,3205,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40445,4,1,-1,'Valorous Gloves of Faith',55072,4,4096,0,1,0,0,10,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,55,6,41,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,35,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40446,4,4,-1,'Dragon Brood Legguards',53655,4,0,0,1,720391,144078,7,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,152,12,72,31,50,13,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40447,4,1,-1,'Valorous Crown of Faith',54387,4,4096,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,63,5,69,6,67,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40448,4,1,-1,'Valorous Leggings of Faith',55073,4,4096,0,1,0,0,7,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,67,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,75,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40449,4,1,-1,'Valorous Robe of Faith',55075,4,4096,0,1,0,0,20,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,67,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,100,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40450,4,1,-1,'Valorous Shoulderpads of Faith',55074,4,4096,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,50,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40451,4,3,-1,'Hyaline Helm of the Sniper',57545,4,0,0,1,471679,94335,1,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,86,7,86,5,53,36,58,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,33782,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2895,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40453,4,4,-1,'Chestplate of the Great Aspects',53290,4,0,0,1,739113,147822,5,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,72,32,27,45,123,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40454,4,1,-1,'Valorous Handwraps of Faith',55072,4,4096,0,1,0,0,10,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,52,5,53,32,56,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,35,0,0,0,0,4,0,0,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40455,2,10,-1,'Staff of Restraint',53294,4,4096,0,1,1329342,265868,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,108,6,84,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,548,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-73,0,0,0,'',69,0,0,0,0,12340), (40456,4,1,-1,'Valorous Circlet of Faith',54387,4,4096,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,63,5,72,6,64,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40457,4,1,-1,'Valorous Pants of Faith',55073,4,4096,0,1,0,0,7,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,58,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,75,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40458,4,1,-1,'Valorous Raiments of Faith',55075,4,4096,0,1,0,0,20,16,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,66,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40459,4,1,-1,'Valorous Mantle of Faith',55074,4,4096,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,36,50,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40460,4,2,-1,'Valorous Dreamwalker Handguards',55218,4,4096,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,55,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40461,4,2,-1,'Valorous Dreamwalker Headpiece',57536,4,4096,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40462,4,2,-1,'Valorous Dreamwalker Leggings',55224,4,4096,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,6,77,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40463,4,2,-1,'Valorous Dreamwalker Robe',55228,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,6,77,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40465,4,2,-1,'Valorous Dreamwalker Spaulders',55227,4,4096,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,55,6,57,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40466,4,2,-1,'Valorous Dreamwalker Gloves',55218,4,4096,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,57,6,35,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,40,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40467,4,2,-1,'Valorous Dreamwalker Cover',57536,4,4096,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,32,61,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40468,4,2,-1,'Valorous Dreamwalker Trousers',55224,4,4096,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,59,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,90,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40469,4,2,-1,'Valorous Dreamwalker Vestments',55228,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,70,32,61,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40470,4,2,-1,'Valorous Dreamwalker Mantle',55227,4,4096,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,36,55,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,800,70,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40471,4,2,-1,'Valorous Dreamwalker Raiments',55228,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,85,7,102,37,40,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,120,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40472,4,2,-1,'Valorous Dreamwalker Handgrips',55219,4,4096,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,59,7,75,32,50,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,54279,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40473,4,2,-1,'Valorous Dreamwalker Headguard',57537,4,4096,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,66,7,102,32,51,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40474,4,0,-1,'Surge Needle Ring',53560,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,32,43,7,42,31,32,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40475,4,6,-1,'Barricade of Eternity',53562,4,4096,0,1,698206,139641,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,84,12,41,37,28,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40476,4,0,-1,'Insignia of the Alliance',37840,3,32768,2,1,0,0,12,262143,1101,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40477,4,0,-1,'Insignia of the Horde',37841,3,32768,1,1,0,0,12,262143,690,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40480,2,8,-1,'Naxxramas 40 Test God Sword',23875,4,0,8192,1,0,0,17,-1,-1,80,1,0,0,0,0,0,0,0,1,1,0,0,4,384,32,383,7,384,36,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40481,4,4,-1,'ICECROWN TEST GOD BP',46351,4,0,8192,1,815497,163099,5,1535,-1,252,70,0,0,0,0,0,0,0,0,1,0,0,4,1672,7,1674,32,1672,36,1115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40482,0,0,0,'Dual-plagued Brain',3486,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54295,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40483,4,0,-1,'Insignia of the Scourge',40036,3,32768,0,1,0,0,12,262143,2147483647,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40484,16,11,0,'Deprecated Glyph of the White Bear',52559,1,64,0,1,0,3750,0,1024,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (40486,4,0,-1,'Necklace of the Glittering Chamber',39212,4,0,0,1,302495,75623,2,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,51,5,34,32,37,6,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40488,2,4,-1,'Ice Spire Scepter',49366,4,4096,0,1,1063994,212798,21,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,38,5,47,36,38,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,248,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,52809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (40489,2,10,-1,'Greatstaff of the Nexus',62285,4,4096,0,1,1334806,266961,17,-1,-1,213,80,0,0,0,0,0,0,6,0,1,0,5,7,101,5,77,36,104,31,95,45,461,0,0,0,0,0,0,0,0,0,0,0,0,203,374,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-66.2,0,0,0,'',69,0,0,0,0,12340), (40490,4,3,-1,'Necromantic Wristguards',52360,3,0,0,1,227171,45434,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,29,7,29,5,27,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,15829,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40491,2,7,-1,'Hailstorm',53563,4,4096,0,1,1075545,215109,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,31,7,39,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,15829,1,0,0,-1,0,-1,42095,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40492,4,0,-1,'Argent War Horn',52575,3,32832,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54307,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A crusading knight will always heed this blessed horn\'s clarion call.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40493,4,2,-1,'Valorous Dreamwalker Legguards',55226,4,4096,0,1,0,0,7,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,85,7,102,32,55,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,90,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40494,4,2,-1,'Valorous Dreamwalker Shoulderpads',55227,4,4096,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,3,67,7,85,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,42113,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,798,70,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40495,4,2,-1,'Valorous Bonescythe Breastplate',55076,4,4096,0,1,0,0,5,8,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,84,7,87,32,44,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40496,4,2,-1,'Valorous Bonescythe Gauntlets',55077,4,4096,0,1,0,0,10,8,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,63,32,50,31,38,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40497,2,6,-1,'Black Ice',53559,4,4096,0,1,1242835,248567,17,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,108,7,88,31,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,856,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40499,4,2,-1,'Valorous Bonescythe Helmet',55078,4,4096,0,1,0,0,1,8,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,69,7,88,32,58,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40500,4,2,-1,'Valorous Bonescythe Legplates',55079,4,4096,0,1,0,0,7,8,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,92,7,88,36,58,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,90,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40502,4,2,-1,'Valorous Bonescythe Pauldrons',55080,4,4096,0,1,0,0,3,8,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,73,32,58,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40503,4,3,-1,'Valorous Cryptstalker Tunic',55214,4,4096,0,1,0,0,5,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,87,5,45,36,58,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40504,4,3,-1,'Valorous Cryptstalker Handguards',55210,4,4096,0,1,0,0,10,4,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,3,53,7,60,5,43,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,47061,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40505,4,3,-1,'Valorous Cryptstalker Headpiece',55211,4,4096,0,1,0,0,1,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,84,7,79,5,47,32,53,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40506,4,3,-1,'Valorous Cryptstalker Legguards',55212,4,4096,0,1,0,0,7,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,67,7,78,5,66,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,53820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40507,4,3,-1,'Valorous Cryptstalker Spaulders',55213,4,4096,0,1,0,0,3,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,63,5,39,36,41,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40508,4,3,-1,'Valorous Earthshatter Tunic',57057,4,4096,0,1,0,0,5,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42060,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,140,0,0,0,0,2,0,4,0,0,0,3306,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40509,4,3,-1,'Valorous Earthshatter Handguards',57059,4,4096,0,1,0,0,10,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,55,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,54214,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,50,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40510,4,3,-1,'Valorous Earthshatter Headpiece',57061,4,4096,0,1,0,0,1,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,76,5,72,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40511,4,4,-1,'Focusing Energy Epaulets',53658,4,0,0,1,563476,112695,3,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,51,45,91,32,38,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40512,4,3,-1,'Valorous Earthshatter Legguards',57062,4,4096,0,1,0,0,7,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,99,5,77,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40513,4,3,-1,'Valorous Earthshatter Spaulders',57064,4,4096,0,1,0,0,3,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,57,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,33780,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40514,4,3,-1,'Valorous Earthshatter Hauberk',57057,4,4096,0,1,0,0,5,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,36,57,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40515,4,3,-1,'Valorous Earthshatter Gloves',57059,4,4096,0,1,0,0,10,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,53,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,48253,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40516,4,3,-1,'Valorous Earthshatter Helm',57061,4,4096,0,1,0,0,1,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,72,36,58,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40517,4,3,-1,'Valorous Earthshatter Kilt',57062,4,4096,0,1,0,0,7,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,99,5,77,32,59,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40518,4,3,-1,'Valorous Earthshatter Shoulderpads',57064,4,4096,0,1,0,0,3,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,61,5,57,32,50,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,54232,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40519,4,2,-1,'Footsteps of Malygos',53659,4,0,0,1,375660,75132,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,52,36,56,32,41,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40520,4,3,-1,'Valorous Earthshatter Grips',57060,4,4096,0,1,0,0,10,64,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,3,53,7,60,5,43,32,39,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,50,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40521,4,3,-1,'Valorous Earthshatter Faceguard',57058,4,4096,0,1,0,0,1,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,78,5,53,32,51,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40522,4,3,-1,'Valorous Earthshatter War-Kilt',57065,4,4096,0,1,0,0,7,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,66,5,66,32,51,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,105,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40523,4,3,-1,'Valorous Earthshatter Chestguard',57057,4,4096,0,1,0,0,5,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,87,5,45,31,58,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40524,4,3,-1,'Valorous Earthshatter Shoulderguards',57063,4,4096,0,1,0,0,3,64,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,3,50,7,60,5,40,32,41,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,37976,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40525,4,4,-1,'Valorous Dreadnaught Battleplate',55788,4,4096,0,1,0,0,5,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,100,32,92,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,165,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40526,4,1,-1,'Gown of the Spell-Weaver',53649,4,0,0,1,422434,84486,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,70,31,72,32,50,45,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3204,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40527,4,4,-1,'Valorous Dreadnaught Gauntlets',55790,4,4096,0,1,0,0,10,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,37,50,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,55,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40528,4,4,-1,'Valorous Dreadnaught Helmet',55229,4,4096,0,1,0,0,1,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,4,85,7,102,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,788,100,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40529,4,4,-1,'Valorous Dreadnaught Legplates',55793,4,4096,0,1,0,0,7,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,32,84,37,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40530,4,4,-1,'Valorous Dreadnaught Shoulderplates',57006,4,4096,0,1,0,0,3,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,4,75,7,82,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,53793,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,100,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40531,4,0,-1,'Mark of Norgannon',53630,4,0,0,1,482145,120536,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,37,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60319,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40532,4,0,-1,'Living Ice Crystals',45465,4,0,0,1,482145,120536,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,43,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60526,0,0,0,60000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40533,7,1,-1,'Walnut Stock',7375,1,0,0,1,50000,12500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); INSERT INTO `item_template` VALUES (40536,7,2,-1,'Explosive Decoy',52838,1,0,0,1,4000,1000,0,-1,-1,80,0,202,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54359,0,-1,0,0,24,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Warning Label: May explode prematurely if subjected to an electromagnetic pulse.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40539,4,2,-1,'Chestguard of the Recluse',53635,4,0,0,1,544410,108882,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,3,63,7,96,37,83,38,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,46712,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40541,4,2,-1,'Frosted Adroit Handguards',53637,4,0,0,1,274214,54842,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,63,7,63,31,58,32,53,38,174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40543,4,3,-1,'Blue Aspect Helm',57545,4,0,0,1,497251,99450,1,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,58,7,68,5,66,32,58,38,202,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40544,4,4,-1,'Valorous Dreadnaught Breastplate',55788,4,4096,0,1,0,0,5,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,127,12,52,13,52,15,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40545,4,4,-1,'Valorous Dreadnaught Handguards',55791,4,4096,0,1,0,0,10,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,100,12,43,14,50,37,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40546,4,4,-1,'Valorous Dreadnaught Greathelm',55229,4,4096,0,1,0,0,1,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,80,7,127,12,58,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40547,4,4,-1,'Valorous Dreadnaught Legguards',55792,4,4096,0,1,0,0,7,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,127,12,53,14,45,13,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40548,4,4,-1,'Valorous Dreadnaught Pauldrons',57022,4,4096,0,1,0,0,3,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,100,12,36,13,50,15,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40549,4,3,-1,'Boots of the Renewed Flight',53661,4,0,0,1,510409,102081,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,3,88,7,60,5,44,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,48015,1,0,0,-1,0,-1,53820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40550,4,4,-1,'Valorous Scourgeborne Battleplate',55492,4,4096,0,1,0,0,5,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,102,36,83,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40551,12,0,-1,'Gore Bladder',52617,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6509,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40552,4,4,-1,'Valorous Scourgeborne Gauntlets',55494,4,4096,0,1,0,0,10,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,49,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,55,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40553,2,7,-1,'Electrified Blade',52609,4,0,8192,1,947884,189576,13,-1,-1,200,80,0,425,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40554,4,4,-1,'Valorous Scourgeborne Helmet',55493,4,4096,0,1,0,0,1,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,32,100,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,792,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40555,4,1,-1,'Mantle of Dissemination',55325,4,0,0,1,321758,64351,3,262143,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,7,79,5,59,6,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40556,4,4,-1,'Valorous Scourgeborne Legplates',55497,4,4096,0,1,0,0,7,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,32,84,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40557,4,4,-1,'Valorous Scourgeborne Shoulderplates',55499,4,4096,0,1,0,0,3,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,82,32,58,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40558,4,1,-1,'Arcanic Tramplers',53660,4,0,0,1,325391,65078,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,7,89,5,52,6,62,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40559,4,4,-1,'Valorous Scourgeborne Chestguard',55492,4,4096,0,1,0,0,5,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,127,12,53,14,53,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40560,4,1,-1,'Leggings of the Wanton Spellcaster',53664,4,0,0,1,437069,87413,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,92,31,82,36,66,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40561,4,1,-1,'Leash of Heedless Magic',53663,4,0,0,1,219349,43869,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,60,6,48,36,62,45,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40562,4,1,-1,'Hood of Rationality',53652,4,0,0,1,330246,66049,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,63,6,81,32,50,45,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40563,4,4,-1,'Valorous Scourgeborne Handguards',55495,4,4096,0,1,0,0,10,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,99,12,50,13,40,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,55,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40564,4,3,-1,'Winter Spectacle Gloves',53666,4,0,0,1,332657,66531,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,7,71,5,62,36,48,43,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40565,4,4,-1,'Valorous Scourgeborne Faceguard',55493,4,4096,0,1,0,0,1,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,4,80,7,127,12,59,37,35,14,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,1,0,8,0,0,0,3360,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40566,4,2,-1,'Unravelling Strands of Sanity',53667,4,0,0,1,279251,55850,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,97,5,43,6,62,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40567,4,4,-1,'Valorous Scourgeborne Legguards',55496,4,4096,0,1,0,0,7,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,80,7,127,12,50,13,72,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,120,0,0,0,0,4,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40568,4,4,-1,'Valorous Scourgeborne Pauldrons',55498,4,4096,0,1,0,0,3,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,100,12,34,14,50,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40569,4,4,-1,'Valorous Redemption Tunic',55173,4,4096,0,1,0,0,5,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,165,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40570,4,4,-1,'Valorous Redemption Gloves',55174,4,4096,0,1,0,0,10,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,36,35,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,55,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40571,4,4,-1,'Valorous Redemption Headpiece',57547,4,4096,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,3,7,75,5,77,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,790,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40572,4,4,-1,'Valorous Redemption Greaves',55177,4,4096,0,1,0,0,7,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,36,66,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,790,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40573,4,4,-1,'Valorous Redemption Spaulders',55209,4,4096,0,1,0,0,3,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,32,55,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40574,4,4,-1,'Valorous Redemption Chestpiece',55173,4,4096,0,1,0,0,5,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,115,32,84,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,165,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40575,4,4,-1,'Valorous Redemption Gauntlets',55180,4,4096,0,1,0,0,10,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,50,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40576,4,4,-1,'Valorous Redemption Helm',57547,4,4096,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,67,36,94,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,789,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40577,4,4,-1,'Valorous Redemption Legplates',55179,4,4096,0,1,0,0,7,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,100,36,84,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40578,4,4,-1,'Valorous Redemption Shoulderplates',55208,4,4096,0,1,0,0,3,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,79,32,59,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40579,4,4,-1,'Valorous Redemption Breastplate',55173,4,4096,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,127,12,46,15,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,165,0,0,0,0,8,0,4,0,0,0,3361,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40580,4,4,-1,'Valorous Redemption Handguards',55174,4,4096,0,1,0,0,10,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,100,12,50,13,42,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40581,4,4,-1,'Valorous Redemption Faceguard',57547,4,4096,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,80,7,127,12,66,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,1,0,8,0,0,0,3362,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40582,15,0,-1,'[TDB PH] - unsused Scourgestone',6418,0,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (40583,4,4,-1,'Valorous Redemption Legguards',55178,4,4096,0,1,0,0,7,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,100,7,127,12,54,15,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,39100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,120,0,0,0,0,8,0,8,0,0,0,3363,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40584,4,4,-1,'Valorous Redemption Shoulderguards',55181,4,4096,0,1,0,0,3,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,100,12,40,13,37,14,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40585,4,0,-1,'Signet of the Kirin Tor',52459,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,49,5,34,32,36,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40586,4,0,-1,'Band of the Kirin Tor',52632,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,3,33,7,51,32,34,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28735,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40587,12,0,-1,'Darkmender\'s Tincture',24152,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52741,0,-10,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40588,4,3,-1,'Tunic of the Artifact Guardian',53668,4,0,0,1,692463,138492,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,82,32,70,45,137,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40589,4,4,-1,'Legplates of Sovereignty',53655,4,0,0,1,733583,146716,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,82,7,171,12,86,37,66,14,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40590,4,4,-1,'Elevated Lair Pauldrons',53670,4,0,0,1,551216,110243,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,63,5,64,32,62,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40591,4,4,-1,'Melancholy Sabatons',53671,4,0,0,1,553350,110670,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,3,4,88,7,81,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,54848,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40592,4,4,-1,'Boots of Healing Energies',53672,4,0,0,1,555485,111097,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,69,43,33,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,54229,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40593,4,0,-1,'Argent Tome',52633,3,32832,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54418,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A blessed tome filled with the words of the Argent\'s Dawn\'s wisest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40594,4,2,-1,'Spaulders of Catatonia',53673,4,0,0,1,400546,80109,3,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,7,74,5,62,6,60,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40599,4,0,-1,'QA Test Ring +300 Hit Rating',7899,3,0,8192,1,0,0,11,-1,-1,435,1,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40600,12,0,-1,'Bone Gryphon',17786,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18277,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40601,4,0,-1,'Argent Dawn Banner',52664,3,32832,0,1,0,0,12,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,54329,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40602,4,1,-1,'Robes of Mutation',54788,4,0,0,1,427137,85427,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,77,6,71,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,54230,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40603,12,0,0,'Charred Wreckage',7359,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40610,15,0,-1,'Chestguard of the Lost Conqueror',41438,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40611,15,0,-1,'Chestguard of the Lost Protector',41438,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40612,15,0,-1,'Chestguard of the Lost Vanquisher',41438,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40613,15,0,-1,'Gloves of the Lost Conqueror',41440,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40614,15,0,-1,'Gloves of the Lost Protector',41440,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40615,15,0,-1,'Gloves of the Lost Vanquisher',41440,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40616,15,0,-1,'Helm of the Lost Conqueror',41441,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40617,15,0,-1,'Helm of the Lost Protector',41441,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40618,15,0,-1,'Helm of the Lost Vanquisher',41441,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40619,15,0,-1,'Leggings of the Lost Conqueror',41442,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40620,15,0,-1,'Leggings of the Lost Protector',41442,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40621,15,0,-1,'Leggings of the Lost Vanquisher',41442,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40622,15,0,-1,'Spaulders of the Lost Conqueror',19486,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40623,15,0,-1,'Spaulders of the Lost Protector',19486,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40624,15,0,-1,'Spaulders of the Lost Vanquisher',19486,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40625,15,0,-1,'Breastplate of the Lost Conqueror',41438,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40626,15,0,-1,'Breastplate of the Lost Protector',41438,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40627,15,0,-1,'Breastplate of the Lost Vanquisher',41438,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40628,15,0,-1,'Gauntlets of the Lost Conqueror',41440,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40629,15,0,-1,'Gauntlets of the Lost Protector',41440,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40630,15,0,-1,'Gauntlets of the Lost Vanquisher',41440,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40631,15,0,-1,'Crown of the Lost Conqueror',41441,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40632,15,0,-1,'Crown of the Lost Protector',41441,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40633,15,0,-1,'Crown of the Lost Vanquisher',41441,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40634,15,0,-1,'Legplates of the Lost Conqueror',41442,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40635,15,0,-1,'Legplates of the Lost Protector',41442,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40636,15,0,-1,'Legplates of the Lost Vanquisher',41442,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40637,15,0,-1,'Mantle of the Lost Conqueror',19486,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40638,15,0,-1,'Mantle of the Lost Protector',19486,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40639,15,0,-1,'Mantle of the Lost Vanquisher',19486,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40640,12,0,-1,'Onslaught Intel Documents',7234,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Chock full of important Scarlet Onslaught information.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40641,13,0,-1,'Cold Iron Key',22377,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54530,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40642,12,0,0,'Sparksocket\'s Tools',52676,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40643,4,0,-1,'Tabard of the Achiever',52678,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40645,12,0,0,'Dried Gnoll Rations',7407,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40650,4,4,-1,'LK ARENA TEST WARRIOR BRACERS 213',45748,4,0,8192,1,359580,71916,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,4,56,7,84,35,37,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40652,13,0,-1,'Scarlet Onslaught Trunk Key',22377,1,2147483712,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54544,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40653,15,2,-1,'Reeking Pet Carrier',20629,3,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,40990,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40666,12,0,-1,'Note from the Grand Admiral',1096,1,0,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This letter bears an ornate seal.',0,0,0,12839,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40668,4,6,-1,'Cobalt Triangle Shield',52694,2,0,0,1,277310,55462,14,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,33,4,22,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4358,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,133,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (40669,4,4,-1,'Tempered Saronite Belt',51675,3,0,0,1,208824,41764,6,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,7,49,4,24,12,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40670,4,6,-1,'Saronite Defender',52861,3,0,0,1,372384,74476,14,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,3,7,61,4,17,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6052,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,164,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40671,4,4,-1,'Tempered Saronite Boots',51131,3,0,0,1,320393,64078,8,32767,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,7,69,12,36,4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40672,4,4,-1,'Tempered Saronite Breastplate',54827,3,0,0,1,429571,85914,5,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,4,49,12,56,7,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40673,4,4,-1,'Tempered Saronite Helm',51207,3,0,0,1,329998,65999,1,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,4,46,7,52,12,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1581,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40674,4,4,-1,'Tempered Saronite Legplates',54828,3,0,0,1,423090,84618,7,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,7,114,4,43,12,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40675,4,4,-1,'Tempered Saronite Shoulders',54829,3,0,0,1,332459,66491,3,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,7,84,12,32,4,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40676,12,0,0,'Improved Land Mines',7367,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54536,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They\'re ticking...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40678,4,0,-1,'Pendant of the Outcast Hero',35358,4,4096,0,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,45,7,51,32,38,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40679,4,0,-1,'Chained Military Gorget',35437,4,4096,0,1,0,0,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,41,7,75,12,33,13,32,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40680,4,0,-1,'Encircling Burnished Gold Chains',35373,4,4096,0,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,49,5,38,6,34,31,25,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40681,4,0,-1,'Lattice Choker of Light',35359,4,4096,0,1,0,0,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,37,5,38,32,34,45,59,43,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40682,4,0,-1,'Sundial of the Exiled',53630,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60063,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40683,4,0,-1,'Valor Medal of the First War',54045,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,13,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60054,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40684,4,0,-1,'Mirror of Truth',29947,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33648,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40685,4,0,-1,'The Egg of Mortal Essence',54046,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33953,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40686,12,0,0,'U.D.E.D.',7627,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54577,0,-1,0,1500,0,-1,54584,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Unstable D16 Explosive Device',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40687,15,0,-1,'Flores\' Lost Seal of Approval',52702,0,0,0,1,83894,20973,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Dripping with the juice of a particularly nasty bug.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40688,4,4,-1,'Verdungo\'s Barbarian Cord',54051,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40689,4,4,-1,'Waistguard of Living Iron',54050,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,88,12,44,13,25,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40690,12,0,-1,'Runes of the Yrkvinn',52703,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40691,4,4,-1,'Magroth\'s Meditative Cincture',54059,4,4096,0,1,0,0,6,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,32,38,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40692,4,3,-1,'Vereesa\'s Silver Chain Belt',54052,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,57,7,69,5,34,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,46743,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40693,4,3,-1,'Beadwork Belt of Shamanic Vision',54053,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,3,7,49,5,50,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40694,4,2,-1,'Jorach\'s Crocolisk Skin Belt',54055,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,40,7,61,32,46,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40695,4,2,-1,'Vine Belt of the Woodland Dryad',54056,4,4096,0,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,38,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40696,4,1,-1,'Plush Sash of Guzbah',56606,4,4096,0,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,36,42,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40697,4,1,-1,'Elegant Temple Gardens\' Girdle',54058,4,4096,0,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,6,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40698,4,0,-1,'Ward of the Violet Citadel',54063,4,4096,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,34,31,38,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40699,4,0,-1,'Handbook of Obscure Remedies',54062,4,4096,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,43,5,36,6,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40700,4,6,-1,'Protective Barricade of the Light',54069,4,4096,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,26690,1,0,0,-1,0,-1,21644,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40701,4,6,-1,'Crygil\'s Discarded Plate Panel',54068,4,4096,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,38,7,75,12,34,13,33,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40702,2,15,-1,'Rolfsen\'s Ripper',54464,4,4096,0,1,0,0,22,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,39,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,15825,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40703,2,7,-1,'Grasscutter',54471,4,4096,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,25,7,39,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,299,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Imperial Sword',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40704,2,13,-1,'Pride',57481,4,4096,0,1,0,0,22,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,2,7,39,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,467,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,15824,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40705,4,7,-1,'Libram of Renewal',34959,4,4096,0,1,0,0,28,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60787,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40706,4,7,-1,'Libram of Reciprocation',34960,4,4096,0,1,0,0,28,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60818,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40707,4,7,-1,'Libram of Obstruction',34961,4,4096,0,1,0,0,28,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60794,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40708,4,9,-1,'Totem of the Elemental Plane',57574,4,4096,0,1,0,0,28,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60770,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40709,4,9,-1,'Totem of Forest Growth',34956,4,4096,0,1,0,0,28,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60768,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40710,4,9,-1,'Totem of Splintering',34958,4,4096,0,1,0,0,28,64,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60764,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40711,4,8,-1,'Idol of Lush Moss',54481,4,4096,0,1,0,0,28,1024,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60779,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40712,4,8,-1,'Idol of Steadfast Renewal',54483,4,4096,0,1,0,0,28,1024,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60777,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40713,4,8,-1,'Idol of the Ravenous Beast',54484,4,4096,0,1,0,0,28,1024,32767,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60773,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40714,4,10,-1,'Sigil of the Unfaltering Knight',51913,4,4096,0,1,0,0,28,32,2147483647,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62147,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40715,4,10,-1,'Sigil of Haunted Dreams',51913,4,4096,0,1,0,0,28,32,2147483647,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60826,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40716,2,16,-1,'Lillehoff\'s Winged Blades',54465,4,4198400,0,1,0,0,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,3,19,7,27,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,403,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,15814,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (40717,4,0,-1,'Ring of Invincibility',33728,4,528384,0,1,0,0,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,28,7,55,32,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36069,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40718,4,0,-1,'Signet of the Impregnable Fortress',38541,4,528384,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,38,7,84,12,56,31,27,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40719,4,0,-1,'Band of Channeled Magic',44358,4,528384,0,1,0,0,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,41,6,32,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40720,4,0,-1,'Renewal of Life',44086,4,528384,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40721,4,1,-1,'Hammerhead Sharkskin Cloak',54667,4,4096,0,1,0,0,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,28,7,61,36,32,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40722,4,1,-1,'Platinum Mesh Cloak',54673,4,4096,0,1,0,0,16,-1,-1,213,80,0,0,0,0,0,0,1,0,1,0,5,4,41,7,84,12,38,13,37,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40723,4,1,-1,'Disguise of the Kumiho',54674,4,4096,0,1,0,0,16,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,38,6,37,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40724,4,1,-1,'Cloak of Kea Feathers',33096,4,4096,0,1,0,0,16,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40725,0,0,0,'Steam-Powered Auctioneer',52704,3,64,8192,1,0,0,0,-1,-1,80,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54614,0,0,0,86400000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40726,12,0,-1,'K3 Equipment',20733,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40727,4,0,-1,'Gnomish Gravity Well',8926,3,64,8192,1,322031,80507,12,-1,-1,300,0,202,500,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40728,12,0,0,'Hearty Mammoth Meat',39725,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Well done.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40730,12,0,-1,'Arete\'s Gate',19316,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26560,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40731,12,0,0,'Transporter Power Cell',52708,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54963,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40732,13,0,0,'Acherus Shackle Key',22477,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54669,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40733,4,4,-1,'Wristbands of the Sentinel Huntress',54619,4,4096,0,1,0,0,9,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,56,7,61,37,32,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40734,4,4,-1,'Bracers of Dalaran\'s Parapets',54678,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,84,12,37,14,38,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40735,4,4,-1,'Zartson\'s Jungle Vambraces',51807,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,38,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40736,4,3,-1,'Armguard of the Tower Archer',54681,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,55,5,31,31,28,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40737,4,3,-1,'Pigmented Clan Bindings',54682,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,55,5,38,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40738,4,2,-1,'Wristwraps of the Cutthroat',54684,4,4096,0,1,0,0,9,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,3,38,7,55,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,36069,1,0,0,-1,0,-1,44756,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40739,4,2,-1,'Bands of the Great Tree',54685,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,48,5,41,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40740,4,1,-1,'Wraps of the Astral Traveler',54686,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,48,5,41,6,43,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,33139,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40741,4,1,-1,'Cuffs of the Shadow Ascendant',54687,4,4096,0,1,0,0,9,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,43,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,49955,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40742,4,4,-1,'Bladed Steelboots',56996,4,4096,0,1,0,0,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,112,32,53,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40743,4,4,-1,'Kyzoc\'s Ground Stompers',56997,4,4096,0,1,0,0,8,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,4,75,7,111,12,50,13,33,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40744,12,0,0,'Impure Saronite Ore',36187,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40745,4,4,-1,'Sabatons of Rapid Recovery',56062,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,73,5,50,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40746,4,3,-1,'Pack-Ice Striders',56998,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,49,7,75,5,40,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,47188,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40747,4,3,-1,'Treads of Coastal Wandering',57093,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,53,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,42100,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40748,4,2,-1,'Boots of Captain Ellis',56999,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,37,7,85,32,43,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,36409,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40749,4,2,-1,'Rainey\'s Chewed Boots',57011,4,4096,0,1,0,0,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,3,7,64,5,57,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40750,4,1,-1,'Xintor\'s Expeditionary Boots',57001,4,4096,0,1,0,0,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,55,5,57,6,55,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40751,4,1,-1,'Slippers of the Holy Light',57002,4,4096,0,1,0,0,8,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,55,6,57,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (40752,10,0,-1,'Emblem of Heroism',54562,4,2048,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40753,10,0,-1,'Emblem of Valor',57300,4,2048,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40754,4,0,-1,'DEPRECATED Flame Red Ejector Seat',33436,3,80,8192,1,90000,22500,12,-1,-1,200,70,202,425,0,0,0,0,0,0,1,0,0,5,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54621,0,0,0,900000,30,900000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40755,4,4,-1,'Enticing Sabatons',51628,3,4096,0,1,341070,68214,8,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,3,4,45,7,66,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40756,4,3,-1,'Shoulders of the Seducer',52484,3,0,0,1,295267,59053,3,32767,-1,171,0,0,0,0,0,0,0,0,0,1,0,2,7,33,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,0,28767,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40757,4,2,-1,'Shackles of Dark Whispers',52480,3,0,0,1,163898,32779,9,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,4,38,66,3,33,7,36,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40758,4,1,-1,'Shroud of Temptation',52491,3,0,0,1,197382,39476,1,-1,-1,171,0,0,0,0,0,0,0,0,0,1,0,3,7,45,5,46,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,47952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40762,4,1,-1,'Robinson Test Helm',57521,4,0,8192,1,105453,21090,1,128,-1,66,60,0,0,0,0,0,0,0,0,1,0,0,7,42,32,10,5,17,31,8,51,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40767,4,0,-1,'Sonic Booster',36444,3,64,0,1,271798,67949,12,-1,-1,167,0,202,390,0,0,0,0,0,0,1,0,1,7,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54707,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40768,7,3,0,'MOLL-E',31202,3,0,0,1,0,0,0,-1,-1,80,0,202,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54710,0,0,0,7200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Mobile Oversized Letter and Literary Extractor',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40769,7,3,0,'Scrapbot Construction Kit',52739,1,64,0,1,7500,1875,0,-1,-1,80,0,202,425,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54711,0,-1,0,900000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40771,7,2,-1,'Cobalt Frag Bomb',52741,1,8388672,0,1,2400,600,0,-1,-1,71,0,202,330,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67769,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40772,7,3,-1,'Gnomish Army Knife',57379,1,32832,0,1,9027,2256,0,-1,-1,71,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,54732,0,0,0,1800000,1051,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Includes Gyromatic Micro-Adjuster, Arclight Spanner, Flint and Tinder, Blacksmithing Hammer, Mining Pick, and a Skinning Knife.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,1152,161,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40773,0,8,-1,'Master Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54721,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40775,15,5,-1,'Winged Steed of the Ebon Blade',59465,4,0,0,1,10000000,0,0,32,2147483647,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,54729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Speed scales to riding skill.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40776,0,6,0,'Personal Electromagnetic Pulse Generator',31199,1,64,8192,1,5000,1250,0,-1,-1,75,0,202,375,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54736,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40777,15,5,-1,'Polar Bear Harness',40160,4,16,8192,1,1000000,0,0,262143,-1,60,60,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,54753,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40778,4,4,-1,'Savage Gladiator\'s Plate Chestpiece',55801,3,36864,0,1,0,0,5,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40779,4,4,-1,'Savage Gladiator\'s Dreadplate Chestpiece',55500,3,36864,0,1,0,0,5,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40780,4,4,-1,'Savage Gladiator\'s Scaled Chestpiece',55821,3,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40781,4,4,-1,'Hateful Gladiator\'s Dreadplate Chestpiece',55819,4,36864,0,1,0,0,5,32,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40782,4,4,-1,'Hateful Gladiator\'s Scaled Chestpiece',55820,4,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40783,4,4,-1,'Hateful Gladiator\'s Plate Chestpiece',55806,4,36864,0,1,0,0,5,1,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40784,4,4,-1,'Deadly Gladiator\'s Dreadplate Chestpiece',55817,4,36864,0,1,0,0,5,32,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40785,4,4,-1,'Deadly Gladiator\'s Scaled Chestpiece',55816,4,36864,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40786,4,4,-1,'Deadly Gladiator\'s Plate Chestpiece',55811,4,36864,0,1,0,0,5,1,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40787,4,4,-1,'Furious Gladiator\'s Dreadplate Chestpiece',58717,4,36864,0,1,0,0,5,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40788,4,4,-1,'Furious Gladiator\'s Scaled Chestpiece',58853,4,36864,0,1,0,0,5,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40789,4,4,-1,'Furious Gladiator\'s Plate Chestpiece',58791,4,36864,0,1,0,0,5,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40790,4,4,-1,'Relentless Gladiator\'s Plate Chestpiece',62199,4,36864,0,1,0,0,5,1,32767,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40791,4,4,-1,'Relentless Gladiator\'s Dreadplate Chestpiece',60864,4,36864,0,1,0,0,5,32,32767,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40792,4,4,-1,'Relentless Gladiator\'s Scaled Chestpiece',60895,4,36864,0,1,0,0,5,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40797,4,4,-1,'Savage Gladiator\'s Plate Gauntlets',55802,3,36864,0,1,0,0,10,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,23,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,45,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40798,4,4,-1,'Savage Gladiator\'s Scaled Gauntlets',55841,3,36864,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,23,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,45,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40799,4,4,-1,'Savage Gladiator\'s Dreadplate Gauntlets',55840,3,36864,0,1,0,0,10,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,23,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,45,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40801,4,4,-1,'Hateful Gladiator\'s Plate Gauntlets',55807,4,36864,0,1,0,0,10,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40802,4,4,-1,'Hateful Gladiator\'s Scaled Gauntlets',55839,4,36864,0,1,0,0,10,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40803,4,4,-1,'Hateful Gladiator\'s Dreadplate Gauntlets',55838,4,36864,0,1,0,0,10,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40804,4,4,-1,'Deadly Gladiator\'s Plate Gauntlets',55812,4,36864,0,1,0,0,10,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40805,4,4,-1,'Deadly Gladiator\'s Scaled Gauntlets',55837,4,36864,0,1,0,0,10,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40806,4,4,-1,'Deadly Gladiator\'s Dreadplate Gauntlets',55836,4,36864,0,1,0,0,10,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40807,4,4,-1,'Furious Gladiator\'s Plate Gauntlets',58792,4,36864,0,1,0,0,10,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40808,4,4,-1,'Furious Gladiator\'s Scaled Gauntlets',58855,4,36864,0,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40809,4,4,-1,'Furious Gladiator\'s Dreadplate Gauntlets',58718,4,36864,0,1,0,0,10,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40810,4,4,-1,'Relentless Gladiator\'s Plate Gauntlets',62198,4,36864,0,1,0,0,10,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40811,4,4,-1,'Relentless Gladiator\'s Dreadplate Gauntlets',60865,4,36864,0,1,0,0,10,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40812,4,4,-1,'Relentless Gladiator\'s Scaled Gauntlets',60915,4,36864,0,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40816,4,4,-1,'Savage Gladiator\'s Plate Helm',55803,3,36864,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,80,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40817,4,4,-1,'Savage Gladiator\'s Dreadplate Helm',57533,3,36864,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,80,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40818,4,4,-1,'Savage Gladiator\'s Scaled Helm',55528,3,36864,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,80,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40819,4,4,-1,'Hateful Gladiator\'s Plate Helm',55808,4,36864,0,1,0,0,1,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40820,4,4,-1,'Hateful Gladiator\'s Dreadplate Helm',57534,4,36864,0,1,0,0,1,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40821,4,4,-1,'Hateful Gladiator\'s Scaled Helm',55531,4,36864,0,1,0,0,1,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40822,4,10,-1,'Sigil of the Frozen Conscience',51913,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54800,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40823,4,4,-1,'Deadly Gladiator\'s Plate Helm',55813,4,36864,0,1,0,0,1,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40824,4,4,-1,'Deadly Gladiator\'s Dreadplate Helm',57535,4,36864,0,1,0,0,1,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40825,4,4,-1,'Deadly Gladiator\'s Scaled Helm',55723,4,36864,0,1,0,0,1,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40826,4,4,-1,'Furious Gladiator\'s Plate Helm',58793,4,36864,0,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40827,4,4,-1,'Furious Gladiator\'s Dreadplate Helm',58720,4,36864,0,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40828,4,4,-1,'Furious Gladiator\'s Scaled Helm',59568,4,36864,0,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40829,4,4,-1,'Relentless Gladiator\'s Plate Helm',61830,4,36864,0,1,0,0,1,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40830,4,4,-1,'Relentless Gladiator\'s Dreadplate Helm',61554,4,36864,0,1,0,0,1,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40831,4,4,-1,'Relentless Gladiator\'s Scaled Helm',61470,4,36864,0,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40832,4,10,-1,'ObsoleteSigil of Pestilential Touch',51913,3,524288,8192,1,175333,35066,28,31266,2147483647,150,74,0,0,0,0,0,0,0,0,1,0,0,7,23,4,15,32,10,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40836,4,4,-1,'Savage Gladiator\'s Plate Legguards',55804,3,36864,0,1,0,0,7,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40837,4,4,-1,'Savage Gladiator\'s Dreadplate Legguards',55834,3,36864,0,1,0,0,7,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40838,4,4,-1,'Savage Gladiator\'s Scaled Legguards',55835,3,36864,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,62,7,115,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40839,4,10,-1,'ObsoleteSigil of the Glorious Mistake',51913,3,524288,8192,1,162800,32560,28,32767,-1,150,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54803,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (40840,4,4,-1,'Hateful Gladiator\'s Plate Legguards',55809,4,36864,0,1,0,0,7,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40841,4,4,-1,'Hateful Gladiator\'s Dreadplate Legguards',55831,4,36864,0,1,0,0,7,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40842,4,4,-1,'Hateful Gladiator\'s Scaled Legguards',55833,4,36864,0,1,0,0,7,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40844,4,4,-1,'Deadly Gladiator\'s Plate Legguards',55814,4,36864,0,1,0,0,7,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40845,4,4,-1,'Deadly Gladiator\'s Dreadplate Legguards',55829,4,36864,0,1,0,0,7,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40846,4,4,-1,'Deadly Gladiator\'s Scaled Legguards',55830,4,36864,0,1,0,0,7,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40847,4,4,-1,'Furious Gladiator\'s Plate Legguards',58794,4,36864,0,1,0,0,7,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40848,4,4,-1,'Furious Gladiator\'s Dreadplate Legguards',58721,4,36864,0,1,0,0,7,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40849,4,4,-1,'Furious Gladiator\'s Scaled Legguards',58854,4,36864,0,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40850,4,4,-1,'Relentless Gladiator\'s Plate Legguards',62196,4,36864,0,1,0,0,7,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40851,4,4,-1,'Relentless Gladiator\'s Dreadplate Legguards',60200,4,36864,0,1,0,0,7,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40852,4,4,-1,'Relentless Gladiator\'s Scaled Legguards',60898,4,36864,0,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,128,7,215,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40856,4,4,-1,'Savage Gladiator\'s Plate Shoulders',55805,3,36864,0,1,0,0,3,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,80,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40857,4,4,-1,'Savage Gladiator\'s Dreadplate Shoulders',55505,3,36864,0,1,0,0,3,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,80,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40858,4,4,-1,'Savage Gladiator\'s Scaled Shoulders',55828,3,36864,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,85,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,80,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40859,4,4,-1,'Hateful Gladiator\'s Plate Shoulders',55810,4,36864,0,1,0,0,3,1,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40860,4,4,-1,'Hateful Gladiator\'s Dreadplate Shoulders',55512,4,36864,0,1,0,0,3,32,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40861,4,4,-1,'Hateful Gladiator\'s Scaled Shoulders',55827,4,36864,0,1,0,0,3,2,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40862,4,4,-1,'Deadly Gladiator\'s Plate Shoulders',55815,4,36864,0,1,0,0,3,1,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40863,4,4,-1,'Deadly Gladiator\'s Dreadplate Shoulders',55733,4,36864,0,1,0,0,3,32,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40864,4,4,-1,'Deadly Gladiator\'s Scaled Shoulders',55826,4,36864,0,1,0,0,3,2,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40865,4,0,-1,'Noise Machine',36444,3,0,0,1,271798,67949,12,-1,-1,167,0,202,390,0,0,0,0,0,0,1,0,1,45,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54808,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (40866,4,4,-1,'Furious Gladiator\'s Plate Shoulders',58795,4,36864,0,1,0,0,3,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,52,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40867,4,10,-1,'Sigil of the Wild Buck',51913,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54807,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40868,4,4,-1,'Furious Gladiator\'s Dreadplate Shoulders',58722,4,36864,0,1,0,0,3,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,52,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40869,4,4,-1,'Furious Gladiator\'s Scaled Shoulders',58860,4,36864,0,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,133,32,52,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40870,4,4,-1,'Relentless Gladiator\'s Plate Shoulders',61831,4,36864,0,1,0,0,3,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40871,4,4,-1,'Relentless Gladiator\'s Dreadplate Shoulders',60866,4,36864,0,1,0,0,3,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40872,4,4,-1,'Relentless Gladiator\'s Scaled Shoulders',60908,4,36864,0,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40875,4,10,-1,'Sigil of Arthritic Binding',51913,3,4096,0,1,0,0,28,32767,-1,150,74,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54809,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (40877,4,4,-1,'Hateful Gladiator\'s Girdle of Triumph',55645,4,36864,0,1,0,0,6,35,32767,200,80,0,0,0,0,0,0,5,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40878,4,4,-1,'Hateful Gladiator\'s Greaves of Triumph',55650,4,36864,0,1,0,0,8,35,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40879,4,4,-1,'Deadly Gladiator\'s Girdle of Triumph',55754,4,36864,0,1,0,0,6,35,32767,213,80,0,0,0,0,0,0,5,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40880,4,4,-1,'Deadly Gladiator\'s Greaves of Triumph',55755,4,36864,0,1,0,0,8,35,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,111,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40881,4,4,-1,'Furious Gladiator\'s Girdle of Triumph',59245,4,36864,0,1,0,0,6,35,32767,226,80,0,0,0,0,0,0,5,0,1,0,4,4,77,7,126,32,49,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40882,4,4,-1,'Furious Gladiator\'s Greaves of Triumph',59251,4,36864,0,1,0,0,8,35,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,77,7,126,32,49,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40883,4,4,-1,'Relentless Gladiator\'s Girdle of Triumph',61472,4,36864,0,1,0,0,6,35,32767,245,80,0,0,0,0,0,0,5,0,1,0,4,4,93,7,151,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40884,4,4,-1,'Relentless Gladiator\'s Greaves of Triumph',62208,4,36864,0,1,0,0,8,35,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,93,7,151,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40887,4,4,-1,'Hateful Gladiator\'s Bracers of Triumph',55635,4,36864,0,1,0,0,9,35,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40888,4,4,-1,'Deadly Gladiator\'s Bracers of Triumph',55753,4,36864,0,1,0,0,9,35,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,56,7,84,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40889,4,4,-1,'Furious Gladiator\'s Bracers of Triumph',59240,4,36864,0,1,0,0,9,35,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40890,4,4,-1,'Relentless Gladiator\'s Bracers of Triumph',61477,4,36864,0,1,0,0,9,35,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,114,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40892,7,3,-1,'Hammer Pick',52779,1,0,0,1,3000,750,0,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used as a mining pick or blacksmith hammer.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1152,167,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40893,7,3,-1,'Bladed Pickaxe',52780,1,0,0,1,2500,625,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Used as a mining pick or skinning knife.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1152,168,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40895,4,0,-1,'Gnomish X-Ray Specs',57759,3,0,0,1,93348,18669,1,-1,-1,80,0,202,350,20219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54844,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,-82,0,0,0,'',50,0,0,0,0,12340), (40896,16,11,0,'Glyph of Frenzied Regeneration',58828,1,64,0,1,400,100,0,1024,2147483647,41,36,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54854,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40897,16,11,0,'Glyph of Maul',58828,1,64,0,1,400,100,0,1024,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54858,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40898,4,4,-1,'Savage Gladiator\'s Ornamented Chestguard',55821,3,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,135,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40899,16,11,0,'Glyph of Growl',58828,1,64,0,1,400,100,0,1024,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54856,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40900,16,11,0,'Glyph of Mangle',58828,1,64,0,1,400,100,0,1024,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54857,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40901,16,11,0,'Glyph of Shred',58828,1,64,0,1,400,100,0,1024,2147483647,26,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54859,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40902,16,11,0,'Glyph of Rip',58828,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54860,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40903,16,11,0,'Glyph of Rake',58828,1,64,0,1,400,100,0,1024,2147483647,28,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54863,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40904,4,4,-1,'Hateful Gladiator\'s Ornamented Chestguard',55820,4,36864,0,1,0,0,5,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40905,4,4,-1,'Deadly Gladiator\'s Ornamented Chestguard',55816,4,36864,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40906,16,11,0,'Glyph of Swiftmend',58828,1,64,0,1,400,100,0,1024,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54864,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40907,4,4,-1,'Furious Gladiator\'s Ornamented Chestguard',58853,4,36864,0,1,0,0,5,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40908,16,11,0,'Glyph of Innervate',58828,1,64,0,1,400,100,0,1024,-1,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54865,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40909,16,11,0,'Glyph of Rebirth',58828,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54866,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40910,4,4,-1,'Relentless Gladiator\'s Ornamented Chestguard',60895,4,36864,0,1,0,0,5,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40912,16,11,0,'Glyph of Regrowth',58828,1,64,0,1,400,100,0,1024,2147483647,18,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54867,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40913,16,11,0,'Glyph of Rejuvenation',58828,1,64,0,1,400,100,0,1024,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54868,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40914,16,11,0,'Glyph of Healing Touch',58828,1,64,0,1,400,100,0,1024,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54869,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40915,16,11,0,'Glyph of Lifebloom',58828,1,64,0,1,400,100,0,1024,2147483647,71,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54870,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40916,16,11,0,'Glyph of Starfire',58828,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54871,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40917,12,0,-1,'Lord-Commander\'s Nullifier',52787,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20211,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40918,4,4,-1,'Savage Gladiator\'s Ornamented Gloves',55841,3,36864,0,1,0,0,10,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,45,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40919,16,11,0,'Glyph of Insect Swarm',58828,1,64,0,1,400,100,0,1024,-1,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54872,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40920,16,11,0,'Glyph of Hurricane',58828,1,64,0,1,400,100,0,1024,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54873,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40921,16,11,0,'Glyph of Starfall',58828,1,64,0,1,400,100,0,1024,2147483647,65,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54874,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40922,16,11,0,'Glyph of Wrath',58828,1,64,0,1,400,100,0,1024,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54875,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40923,16,11,0,'Glyph of Moonfire',58828,1,64,0,1,400,100,0,1024,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54876,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40924,16,11,0,'Glyph of Entangling Roots',58828,1,64,0,1,400,100,0,1024,-1,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54877,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40925,4,4,-1,'Hateful Gladiator\'s Ornamented Gloves',55839,4,36864,0,1,0,0,10,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40926,4,4,-1,'Deadly Gladiator\'s Ornamented Gloves',55837,4,36864,0,1,0,0,10,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40927,4,4,-1,'Furious Gladiator\'s Ornamented Gloves',58855,4,36864,0,1,0,0,10,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40928,4,4,-1,'Relentless Gladiator\'s Ornamented Gloves',60915,4,36864,0,1,0,0,10,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40930,4,4,-1,'Savage Gladiator\'s Ornamented Headcover',55528,3,36864,0,1,0,0,1,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,80,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40931,4,4,-1,'Hateful Gladiator\'s Ornamented Headcover',55531,4,36864,0,1,0,0,1,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40932,4,4,-1,'Deadly Gladiator\'s Ornamented Headcover',55723,4,36864,0,1,0,0,1,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40933,4,4,-1,'Furious Gladiator\'s Ornamented Headcover',58857,4,36864,0,1,0,0,1,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40934,4,4,-1,'Relentless Gladiator\'s Ornamented Headcover',61470,4,36864,0,1,0,0,1,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40936,4,4,-1,'Savage Gladiator\'s Ornamented Legplates',55835,3,36864,0,1,0,0,7,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40937,4,4,-1,'Hateful Gladiator\'s Ornamented Legplates',55833,4,36864,0,1,0,0,7,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40938,4,4,-1,'Deadly Gladiator\'s Ornamented Legplates',55830,4,36864,0,1,0,0,7,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40939,4,4,-1,'Furious Gladiator\'s Ornamented Legplates',58854,4,36864,0,1,0,0,7,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40940,4,4,-1,'Relentless Gladiator\'s Ornamented Legplates',60898,4,36864,0,1,0,0,7,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40942,4,4,-1,'Spiked Cobalt Helm',54816,2,0,0,1,240006,48001,1,-1,-1,142,68,0,0,0,0,0,0,0,0,1,0,3,4,30,32,29,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (40943,4,4,-1,'Spiked Cobalt Legplates',54825,2,0,0,1,355299,71059,7,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,3,4,58,32,43,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40944,12,0,0,'Icetip Venom Sac',4826,1,65792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40946,12,0,-1,'Anuniaq\'s Net',3673,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21014,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40947,12,0,0,'Burlap-Wrapped Note',34753,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A hastily written and folded note wrapped in waxed burlap to protect it from the elements.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40948,16,11,0,'Deprecated Glyph of the Red Lynx',52559,1,64,0,1,0,3750,0,1024,-1,60,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (40949,4,4,-1,'Spiked Cobalt Boots',54823,2,0,0,1,228467,45693,8,32767,-1,146,71,0,0,0,0,0,0,0,0,1,0,3,4,38,32,29,36,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (40950,4,4,-1,'Spiked Cobalt Shoulders',54826,2,0,0,1,235174,47034,3,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,3,4,40,32,34,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (40951,4,4,-1,'Spiked Cobalt Chestpiece',54824,2,0,0,1,315343,63068,5,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,3,4,54,32,29,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1368,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (40952,4,4,-1,'Spiked Cobalt Gauntlets',54074,2,0,0,1,163123,32624,10,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,3,4,45,32,26,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40953,4,4,-1,'Spiked Cobalt Belt',54822,2,0,0,1,167704,33540,6,-1,-1,158,74,0,0,0,0,0,0,0,0,1,0,3,4,34,32,33,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40954,4,4,-1,'Spiked Cobalt Bracers',54072,2,0,0,1,177004,35400,9,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,3,4,34,32,26,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40955,4,4,-1,'Horned Cobalt Helm',54816,2,0,0,1,264444,52888,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,3,4,66,32,37,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40956,4,4,-1,'Reinforced Cobalt Shoulders',54821,2,0,0,1,253184,50636,3,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,4,4,28,32,27,35,27,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40957,4,4,-1,'Reinforced Cobalt Helm',54819,2,0,0,1,266393,53278,1,-1,-1,162,75,0,0,0,0,0,0,0,0,1,0,4,4,40,32,40,7,60,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40958,4,4,-1,'Reinforced Cobalt Legplates',54820,2,0,0,1,365403,73080,7,-1,-1,166,76,0,0,0,0,0,0,0,0,1,0,4,4,48,32,31,35,41,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40959,4,4,-1,'Reinforced Cobalt Chestpiece',54818,2,0,0,1,374960,74992,5,-1,-1,170,77,0,0,0,0,0,0,0,0,1,0,4,4,47,32,38,35,43,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (40960,4,4,-1,'Savage Gladiator\'s Ornamented Spaulders',55828,3,36864,0,1,0,0,3,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,80,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40961,4,4,-1,'Hateful Gladiator\'s Ornamented Spaulders',55827,4,36864,0,1,0,0,3,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40962,4,4,-1,'Deadly Gladiator\'s Ornamented Spaulders',55826,4,36864,0,1,0,0,3,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40963,4,4,-1,'Furious Gladiator\'s Ornamented Spaulders',58860,4,36864,0,1,0,0,3,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40964,4,4,-1,'Relentless Gladiator\'s Ornamented Spaulders',60908,4,36864,0,1,0,0,3,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,125,5,54,45,116,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40966,4,4,-1,'Hateful Gladiator\'s Girdle of Salvation',60017,4,36864,0,1,0,0,6,2,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40969,12,0,0,'Improved Land Mines',7367,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'They\'re ticking...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40970,12,0,-1,'Onslaught Gryphon Reins',39239,1,2147483712,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49642,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40971,12,0,0,'Brann\'s Communicator',37879,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61122,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This device looks like it\'s intended to project an image of the person who holds its twin.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40972,4,4,-1,'Hateful Gladiator\'s Bracers of Salvation',55634,4,36864,0,1,0,0,9,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,45,59,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40973,4,4,-1,'Hateful Gladiator\'s Greaves of Salvation',55651,4,36864,0,1,0,0,8,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40974,4,4,-1,'Deadly Gladiator\'s Girdle of Salvation',55727,4,36864,0,1,0,0,6,2,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40975,4,4,-1,'Deadly Gladiator\'s Greaves of Salvation',55728,4,36864,0,1,0,0,8,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40976,4,4,-1,'Furious Gladiator\'s Girdle of Salvation',59241,4,36864,0,1,0,0,6,3,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40977,4,4,-1,'Furious Gladiator\'s Greaves of Salvation',59246,4,36864,0,1,0,0,8,3,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40978,4,4,-1,'Relentless Gladiator\'s Girdle of Salvation',61471,4,36864,0,1,0,0,6,3,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,7,115,5,51,45,109,43,30,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40979,4,4,-1,'Relentless Gladiator\'s Greaves of Salvation',61473,4,36864,0,1,0,0,8,3,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,51,45,109,43,30,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40982,4,4,-1,'Deadly Gladiator\'s Bracers of Salvation',55726,4,36864,0,1,0,0,9,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,29,45,66,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1005,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40983,4,4,-1,'Furious Gladiator\'s Bracers of Salvation',59238,4,36864,0,1,0,0,9,3,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,31,45,73,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40984,4,4,-1,'Relentless Gladiator\'s Bracers of Salvation',61476,4,36864,0,1,0,0,9,3,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,38,45,89,43,25,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40986,4,3,-1,'Savage Gladiator\'s Ringmail Armor',56926,3,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,43,18,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40987,4,3,-1,'Savage Gladiator\'s Mail Armor',56926,3,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40988,4,3,-1,'Hateful Gladiator\'s Ringmail Armor',56925,4,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40989,4,3,-1,'Hateful Gladiator\'s Mail Armor',56925,4,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40990,4,3,-1,'Deadly Gladiator\'s Ringmail Armor',56922,4,36864,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,43,25,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40991,4,3,-1,'Deadly Gladiator\'s Mail Armor',56922,4,36864,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40992,4,3,-1,'Furious Gladiator\'s Ringmail Armor',58864,4,36864,0,1,0,0,20,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,43,33,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40993,4,3,-1,'Furious Gladiator\'s Mail Armor',58864,4,36864,0,1,0,0,20,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40994,4,3,-1,'Relentless Gladiator\'s Ringmail Armor',61553,4,36864,0,1,0,0,20,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,43,40,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40995,4,3,-1,'Relentless Gladiator\'s Mail Armor',61553,4,36864,0,1,0,0,20,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40998,4,3,-1,'Savage Gladiator\'s Ringmail Gauntlets',56940,3,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,43,11,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,40,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (40999,4,3,-1,'Hateful Gladiator\'s Ringmail Gauntlets',56939,4,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,14,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41000,4,3,-1,'Deadly Gladiator\'s Ringmail Gauntlets',56938,4,36864,0,1,0,0,10,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,16,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41001,4,3,-1,'Furious Gladiator\'s Ringmail Gauntlets',58866,4,36864,0,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,43,20,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41002,4,3,-1,'Relentless Gladiator\'s Ringmail Gauntlets',60883,4,36864,0,1,0,0,10,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,43,32,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41004,4,3,-1,'Savage Gladiator\'s Mail Gauntlets',56940,3,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,40,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41005,4,3,-1,'Hateful Gladiator\'s Mail Gauntlets',56939,4,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41006,4,3,-1,'Deadly Gladiator\'s Mail Gauntlets',56938,4,36864,0,1,0,0,10,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41007,4,3,-1,'Furious Gladiator\'s Mail Gauntlets',58866,4,36864,0,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41008,4,3,-1,'Relentless Gladiator\'s Mail Gauntlets',60883,4,36864,0,1,0,0,10,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41010,4,3,-1,'Savage Gladiator\'s Ringmail Helm',56936,3,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,43,18,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,70,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41011,4,3,-1,'Hateful Gladiator\'s Ringmail Helm',56935,4,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41012,4,3,-1,'Deadly Gladiator\'s Ringmail Helm',56934,4,36864,0,1,0,0,1,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,43,25,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41013,4,3,-1,'Furious Gladiator\'s Ringmail Helm',64904,4,36864,0,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,43,33,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41014,4,3,-1,'Relentless Gladiator\'s Ringmail Helm',64922,4,36864,0,1,0,0,1,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,43,40,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41016,4,3,-1,'Savage Gladiator\'s Mail Helm',56936,3,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,70,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41017,4,3,-1,'Hateful Gladiator\'s Mail Helm',56935,4,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41018,4,3,-1,'Deadly Gladiator\'s Mail Helm',56934,4,36864,0,1,0,0,1,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41019,4,3,-1,'Furious Gladiator\'s Mail Helm',64904,4,36864,0,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41020,4,3,-1,'Relentless Gladiator\'s Mail Helm',64922,4,36864,0,1,0,0,1,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41023,4,3,-1,'Savage Gladiator\'s Ringmail Leggings',56932,3,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,43,18,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41024,4,3,-1,'Savage Gladiator\'s Ringmail Spaulders',56944,3,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,43,15,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,70,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41025,4,3,-1,'Hateful Gladiator\'s Ringmail Leggings',56931,4,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41026,4,3,-1,'Deadly Gladiator\'s Ringmail Leggings',56928,4,36864,0,1,0,0,7,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,43,25,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41027,4,3,-1,'Furious Gladiator\'s Ringmail Leggings',58867,4,36864,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,43,33,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41028,4,3,-1,'Relentless Gladiator\'s Ringmail Leggings',60891,4,36864,0,1,0,0,7,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,43,40,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41030,4,3,-1,'Savage Gladiator\'s Mail Leggings',56932,3,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,39,45,73,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41031,4,3,-1,'Hateful Gladiator\'s Mail Leggings',56931,4,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41032,4,3,-1,'Deadly Gladiator\'s Mail Leggings',56928,4,36864,0,1,0,0,7,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,99,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41033,4,3,-1,'Furious Gladiator\'s Mail Leggings',58867,4,36864,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,138,5,60,45,123,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41034,4,3,-1,'Relentless Gladiator\'s Mail Leggings',60891,4,36864,0,1,0,0,7,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,164,5,73,45,149,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41036,4,3,-1,'Hateful Gladiator\'s Ringmail Spaulders',56942,4,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41037,4,3,-1,'Deadly Gladiator\'s Ringmail Spaulders',56941,4,36864,0,1,0,0,3,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41038,4,3,-1,'Furious Gladiator\'s Ringmail Spaulders',59053,4,36864,0,1,0,0,3,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,43,25,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41039,4,3,-1,'Relentless Gladiator\'s Ringmail Spaulders',61280,4,36864,0,1,0,0,3,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,43,32,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41041,4,3,-1,'Savage Gladiator\'s Mail Spaulders',56944,3,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,28,45,59,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,70,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41042,4,3,-1,'Hateful Gladiator\'s Mail Spaulders',56942,4,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41043,4,3,-1,'Deadly Gladiator\'s Mail Spaulders',56941,4,36864,0,1,0,0,3,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41044,4,3,-1,'Furious Gladiator\'s Mail Spaulders',59053,4,36864,0,1,0,0,3,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,96,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41045,4,3,-1,'Relentless Gladiator\'s Mail Spaulders',61280,4,36864,0,1,0,0,3,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41047,4,3,-1,'Hateful Gladiator\'s Wristguards of Salvation',56945,4,36864,0,1,0,0,9,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,45,59,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41048,4,3,-1,'Deadly Gladiator\'s Waistguard of Salvation',56948,4,36864,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41049,4,3,-1,'Hateful Gladiator\'s Sabatons of Salvation',56949,4,36864,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41050,4,3,-1,'Hateful Gladiator\'s Waistguard of Salvation',56947,4,36864,0,1,0,0,6,68,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,7,76,5,33,45,68,43,18,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41051,4,3,-1,'Furious Gladiator\'s Waistguard of Salvation',59262,4,36864,0,1,0,0,6,68,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41052,4,3,-1,'Relentless Gladiator\'s Waistguard of Salvation',61463,4,36864,0,1,0,0,6,68,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,7,115,5,51,45,109,43,30,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41054,4,3,-1,'Deadly Gladiator\'s Sabatons of Salvation',56950,4,36864,0,1,0,0,8,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,43,21,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41055,4,3,-1,'Furious Gladiator\'s Sabatons of Salvation',59255,4,36864,0,1,0,0,8,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,42,45,90,43,25,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41056,4,3,-1,'Relentless Gladiator\'s Sabatons of Salvation',61466,4,36864,0,1,0,0,8,68,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,51,45,109,43,30,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41058,12,0,-1,'Hyldnir Harpoon',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54933,0,0,0,6000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41059,4,3,-1,'Deadly Gladiator\'s Wristguards of Salvation',56946,4,36864,0,1,0,0,9,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,29,45,66,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41060,4,3,-1,'Furious Gladiator\'s Wristguards of Salvation',59265,4,36864,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,31,45,73,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41061,4,3,-1,'Relentless Gladiator\'s Wristguards of Salvation',61467,4,36864,0,1,0,0,9,68,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,38,45,89,43,25,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41063,4,3,-1,'Hateful Gladiator\'s Wristguards of Dominance',56945,4,36864,0,1,0,0,9,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,45,59,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41064,4,3,-1,'Deadly Gladiator\'s Wristguards of Dominance',56946,4,36864,0,1,0,0,9,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,29,45,66,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41065,4,3,-1,'Furious Gladiator\'s Wristguards of Dominance',59265,4,36864,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,73,5,31,45,73,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41066,4,3,-1,'Relentless Gladiator\'s Wristguards of Dominance',61467,4,36864,0,1,0,0,9,68,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,38,45,89,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41068,4,3,-1,'Hateful Gladiator\'s Waistguard of Dominance',56947,4,36864,0,1,0,0,6,68,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41069,4,3,-1,'Deadly Gladiator\'s Waistguard of Dominance',56948,4,36864,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41070,4,3,-1,'Furious Gladiator\'s Waistguard of Dominance',59262,4,36864,0,1,0,0,6,68,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,7,96,5,42,45,90,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41071,4,3,-1,'Relentless Gladiator\'s Waistguard of Dominance',61463,4,36864,0,1,0,0,6,68,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,7,115,5,51,45,109,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41073,4,3,-1,'Hateful Gladiator\'s Sabatons of Dominance',56949,4,36864,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41074,4,3,-1,'Deadly Gladiator\'s Sabatons of Dominance',56950,4,36864,0,1,0,0,8,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41075,4,3,-1,'Furious Gladiator\'s Sabatons of Dominance',59255,4,36864,0,1,0,0,8,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,96,5,42,45,90,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41076,4,3,-1,'Relentless Gladiator\'s Sabatons of Dominance',61466,4,36864,0,1,0,0,8,68,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,51,45,109,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41078,4,3,-1,'Savage Gladiator\'s Linked Armor',56926,3,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41079,4,3,-1,'Hateful Gladiator\'s Linked Armor',56925,4,36864,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41080,4,3,-1,'Deadly Gladiator\'s Linked Armor',56922,4,36864,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,35,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41081,4,3,-1,'Furious Gladiator\'s Linked Armor',58864,4,36864,0,1,0,0,20,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41082,4,3,-1,'Relentless Gladiator\'s Linked Armor',61553,4,36864,0,1,0,0,20,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,96,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41084,4,3,-1,'Savage Gladiator\'s Chain Armor',56965,3,36864,0,1,0,0,5,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41085,4,3,-1,'Hateful Gladiator\'s Chain Armor',55847,4,36864,0,1,0,0,5,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,102,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41086,4,3,-1,'Deadly Gladiator\'s Chain Armor',55848,4,36864,0,1,0,0,5,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,35,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41087,4,3,-1,'Furious Gladiator\'s Chain Armor',58802,4,36864,0,1,0,0,5,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41088,4,3,-1,'Relentless Gladiator\'s Chain Armor',60192,4,36864,0,1,0,0,5,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,96,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41091,0,6,0,'Hand-Mounted Pyro Rocket',36529,1,64,8192,1,5000,1250,0,-1,-1,75,0,202,375,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54998,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41092,16,2,0,'Glyph of Judgement',58832,1,64,0,1,400,100,0,2,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55003,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41093,0,6,0,'Hyperspeed Accelerators',31198,1,64,8192,1,5000,1250,0,-1,-1,75,0,202,375,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54758,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41094,16,2,0,'Glyph of Seal of Command',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55109,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41095,16,2,0,'Glyph of Hammer of Justice',58832,1,64,0,1,400,100,0,2,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55110,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41096,16,2,0,'Glyph of Spiritual Attunement',58832,1,64,0,1,400,100,0,2,2147483647,18,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55111,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41097,16,2,0,'Glyph of Hammer of Wrath',58832,1,64,0,1,400,100,0,2,2147483647,49,44,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55112,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41098,16,2,0,'Glyph of Crusader Strike',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55113,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41099,16,2,0,'Glyph of Consecration',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55114,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41100,16,2,0,'Glyph of Righteous Defense',58832,1,64,0,1,400,100,0,2,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55115,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41101,16,2,0,'Glyph of Avenger\'s Shield',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55116,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41102,16,2,0,'Glyph of Turn Evil',58832,1,64,0,1,400,100,0,2,2147483647,29,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55117,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41103,16,2,0,'Glyph of Exorcism',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55118,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41104,16,2,0,'Glyph of Cleansing',58832,1,64,0,1,400,100,0,2,2147483647,35,35,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55119,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41105,16,2,0,'Glyph of Flash of Light',58832,1,64,0,1,400,100,0,2,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55120,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41106,16,2,0,'Glyph of Holy Light',58832,1,64,0,1,400,100,0,2,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55121,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41107,16,2,0,'Glyph of Avenging Wrath',58832,1,64,0,1,400,100,0,2,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55122,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41108,16,2,0,'Glyph of Divinity',58832,1,64,0,1,400,100,0,2,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55123,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41109,16,2,0,'Glyph of Seal of Wisdom',58832,1,64,0,1,400,100,0,2,2147483647,43,38,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55124,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41110,16,2,0,'Glyph of Seal of Light',58832,1,64,0,1,400,100,0,2,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55125,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41111,0,6,0,'Flexweave Underlay',52839,1,64,8192,1,5000,1250,0,-1,-1,75,0,202,375,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55002,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41112,4,1,-1,'Mechanized Snow Goggles',45782,3,0,0,1,206604,41320,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,321,0,0,50,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41113,4,6,-1,'Saronite Bulwark',52178,3,0,0,1,424125,84825,14,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,7,66,4,25,12,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6703,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,187,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41114,4,4,-1,'Tempered Saronite Gauntlets',54076,3,0,0,1,221974,44394,10,-1,-1,179,78,0,0,0,0,0,0,0,0,1,0,3,7,55,4,28,12,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1277,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41115,12,0,0,'Ragemane\'s Flipper',9145,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Smelly and decomposed.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41116,4,4,-1,'Tempered Saronite Bracers',54075,3,0,0,1,219003,43800,9,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,7,30,4,27,12,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41117,4,6,-1,'Saronite Protector',52862,3,0,0,1,365403,73080,14,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,3,45,48,5,17,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6052,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,164,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41118,0,6,0,'Nitro Boosts',52863,1,64,8192,1,5000,1250,0,-1,-1,75,0,202,375,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55016,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41119,7,2,-1,'Saronite Bomb',52864,1,8388672,0,1,1000,250,0,-1,-1,75,0,202,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56350,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41120,9,4,-1,'Plans: Reinforced Cobalt Legplates',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54980,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Reinforced Cobalt Legplates',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41121,4,0,-1,'Gnomish Lightning Generator',52868,3,64,0,1,322031,80507,12,-1,-1,200,0,202,425,0,0,0,0,0,0,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55039,0,0,0,60000,1141,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s safe!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41122,9,4,-1,'Plans: Reinforced Cobalt Chestpiece',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54981,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Reinforced Cobalt Chestpiece',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41123,9,4,-1,'Plans: Reinforced Cobalt Helm',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54979,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Reinforced Cobalt Helm',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41124,9,4,-1,'Plans: Reinforced Cobalt Shoulders',1096,2,33554496,0,1,240000,60000,0,-1,-1,75,0,164,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54978,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Reinforced Cobalt Shoulders',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41125,7,1,-1,'zzOLD',52742,3,32784,8192,1,9027,2256,0,-1,-1,71,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,54732,0,0,0,1800000,1051,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'zzOLD',0,0,0,0,0,1,5,0,0,0,0,0,0,0,128,161,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41126,4,4,-1,'Brilliant Saronite Legplates',54811,3,0,0,1,423090,84618,7,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,45,89,32,44,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41127,4,4,-1,'Brilliant Saronite Gauntlets',55300,3,0,0,1,218437,43687,10,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,45,70,5,25,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41128,4,4,-1,'Brilliant Saronite Boots',54809,3,0,0,1,333656,66731,8,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,65,32,43,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41129,4,4,-1,'Brilliant Saronite Breastplate',54810,3,0,0,1,466971,93394,5,-1,-1,179,78,0,0,0,0,0,0,0,0,1,0,3,45,103,32,38,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2043,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41130,12,0,0,'Inventor\'s Disk Fragment',52889,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55165,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41131,12,0,0,'Rageclaw Fire Extinguisher',4136,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55037,0,0,0,0,1149,500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It looks like an ordinary bottle of water.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41132,12,0,0,'The Inventor\'s Disk',16265,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41133,15,2,-1,'Unhatched Mr. Chilly',62988,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,55068,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Mr. Chilly.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41134,4,3,-1,'Savage Gladiator\'s Linked Gauntlets',56940,3,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,40,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41135,4,3,-1,'Hateful Gladiator\'s Linked Gauntlets',56939,4,36864,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41136,4,3,-1,'Deadly Gladiator\'s Linked Gauntlets',56938,4,36864,0,1,0,0,10,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,30,32,39,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41137,4,3,-1,'Furious Gladiator\'s Linked Gauntlets',58866,4,36864,0,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,104,3,60,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41138,4,3,-1,'Relentless Gladiator\'s Linked Gauntlets',60883,4,36864,0,1,0,0,10,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,71,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41140,4,3,-1,'Savage Gladiator\'s Chain Gauntlets',56966,3,36864,0,1,0,0,10,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,40,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41141,4,3,-1,'Hateful Gladiator\'s Chain Gauntlets',55844,4,36864,0,1,0,0,10,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,35,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41142,4,3,-1,'Deadly Gladiator\'s Chain Gauntlets',55614,4,36864,0,1,0,0,10,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,30,32,39,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41143,4,3,-1,'Furious Gladiator\'s Chain Gauntlets',59681,4,36864,0,1,0,0,10,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,104,3,60,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41144,4,3,-1,'Relentless Gladiator\'s Chain Gauntlets',61457,4,36864,0,1,0,0,10,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,71,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41146,7,3,-1,'Sun Scope',7268,3,64,0,1,200000,50000,0,-1,-1,75,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55076,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41147,7,2,-1,'Barrel o\' Fun',46698,1,80,8192,1,10000,2500,0,-1,-1,80,0,202,400,20222,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41148,4,3,-1,'Savage Gladiator\'s Linked Helm',56936,3,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,70,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41149,4,3,-1,'Hateful Gladiator\'s Linked Helm',56935,4,36864,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41150,4,3,-1,'Deadly Gladiator\'s Linked Helm',56934,4,36864,0,1,0,0,1,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41151,4,3,-1,'Furious Gladiator\'s Linked Helm',64904,4,36864,0,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41152,4,3,-1,'Relentless Gladiator\'s Linked Helm',64922,4,36864,0,1,0,0,1,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,96,7,164,5,73,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41154,4,3,-1,'Savage Gladiator\'s Chain Helm',56967,3,36864,0,1,0,0,1,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,70,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41155,4,3,-1,'Hateful Gladiator\'s Chain Helm',56145,4,36864,0,1,0,0,1,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41156,4,3,-1,'Deadly Gladiator\'s Chain Helm',56143,4,36864,0,1,0,0,1,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41157,4,3,-1,'Furious Gladiator\'s Chain Helm',58804,4,36864,0,1,0,0,1,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,80,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41158,4,3,-1,'Relentless Gladiator\'s Chain Helm',62161,4,36864,0,1,0,0,1,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,96,7,164,5,73,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41160,4,3,-1,'Savage Gladiator\'s Linked Leggings',56932,3,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41161,12,0,0,'Drakuru \"Lock Opener\"',40710,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55083,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This item closely resembles a hammer.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41162,4,3,-1,'Hateful Gladiator\'s Linked Leggings',56931,4,36864,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41163,7,7,-1,'Titanium Bar',52909,2,0,0,1,75000,18750,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41164,6,3,-1,'Mammoth Cutters',62931,3,0,0,200,1000,2,24,-1,-1,200,72,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,68,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41165,6,2,-1,'Saronite Razorheads',18275,3,0,0,200,1000,2,24,-1,-1,200,72,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,68,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41166,0,1,-1,'Runic Healing Injector',64140,1,0,0,1,15000,3750,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67489,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41167,7,3,-1,'Heartseeker Scope',7326,3,64,0,1,100000,25000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55135,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41168,2,3,-1,'Armor Plated Combat Shotgun',57237,4,0,0,1,757239,151447,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,31,18,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,337,0,0,0,0,0,0,0,0,0,0,0,2000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41169,0,8,-1,'Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55153,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41170,0,8,-1,'Lesser Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,28,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55152,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41171,0,8,-1,'Greater Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,46,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55154,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41172,0,8,-1,'Major Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,56,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55155,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41173,0,8,-1,'Fel Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,74,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55156,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41174,0,8,-1,'Grand Firestone',7409,1,2097216,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55158,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41178,7,3,0,'ZX-5103 Mechanical Suit',52918,1,64,8192,1,95000,23750,0,-1,-1,85,80,202,500,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54903,0,-1,0,14400000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41179,12,0,0,'The Inventor\'s Disk',16265,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55161,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41181,2,1,-1,'Honed Cobalt Cleaver',52941,3,0,0,1,743911,148782,17,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,2,38,154,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,509,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41182,2,7,-1,'Savage Cobalt Slicer',50271,3,0,0,1,611331,122266,13,-1,-1,163,74,0,0,0,0,0,0,0,0,1,0,3,3,30,31,20,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,353,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41183,2,15,-1,'Saronite Ambusher',51403,3,0,0,1,627637,125527,13,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,2,38,62,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,218,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41184,2,15,-1,'Saronite Shiv',51403,3,0,0,1,644045,128809,13,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,2,31,35,37,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,183,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41185,2,4,-1,'Furious Saronite Beatstick',52926,3,0,0,1,660491,132098,13,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,2,38,50,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,203,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41186,2,7,-1,'Corroded Saronite Edge',53477,3,0,0,1,677104,135420,13,-1,-1,179,78,0,0,9787,0,0,0,0,0,1,0,3,7,21,37,28,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,387,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41187,2,7,-1,'Corroded Saronite Woundbringer',53477,3,0,0,1,679554,135910,13,-1,-1,179,78,0,0,9787,0,0,0,0,0,1,0,3,3,28,7,21,37,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,268,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,14052,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41188,2,5,-1,'Saronite Mindcrusher',53478,3,0,0,1,852423,170484,17,-1,-1,179,78,0,0,9787,0,0,0,0,0,1,0,4,4,88,7,57,32,38,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,643,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41189,4,4,-1,'Chestplate of Conquest',52931,3,0,0,1,479072,95814,5,-1,-1,179,78,0,0,9788,0,0,0,0,0,1,0,4,4,88,7,57,32,38,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2043,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41190,4,4,-1,'Legplates of Conquest',51612,3,0,0,1,89597,17919,7,-1,-1,166,78,0,0,9788,0,0,0,0,0,1,0,4,4,54,7,81,32,54,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1788,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,138,0,0,0,'',54,0,0,0,0,12340), (41191,0,8,-1,'Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,36,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55171,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41192,0,8,-1,'Greater Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,48,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55175,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41193,0,8,-1,'Major Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55178,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41194,0,8,-1,'Master Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55188,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41195,0,8,-1,'Demonic Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55190,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41196,0,8,-1,'Grand Spellstone',13291,1,2097216,0,1,0,0,0,-1,-1,78,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55194,0,-5,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41197,12,0,0,'The Inventor\'s Disk',16265,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41198,4,3,-1,'Deadly Gladiator\'s Linked Leggings',56928,4,36864,0,1,0,0,7,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41199,4,3,-1,'Furious Gladiator\'s Linked Leggings',58867,4,36864,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,81,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41200,4,3,-1,'Relentless Gladiator\'s Linked Leggings',60891,4,36864,0,1,0,0,7,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,96,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41202,4,3,-1,'Savage Gladiator\'s Chain Leggings',56968,3,36864,0,1,0,0,7,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,52,7,90,5,23,32,52,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41203,4,3,-1,'Hateful Gladiator\'s Chain Leggings',55854,4,36864,0,1,0,0,7,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,32,60,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41204,4,3,-1,'Deadly Gladiator\'s Chain Leggings',55855,4,36864,0,1,0,0,7,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,34,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41205,4,3,-1,'Furious Gladiator\'s Chain Leggings',58805,4,36864,0,1,0,0,7,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,81,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41206,4,3,-1,'Relentless Gladiator\'s Chain Leggings',60195,4,36864,0,1,0,0,7,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,96,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41208,4,3,-1,'Savage Gladiator\'s Linked Spaulders',56944,3,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,39,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,70,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41209,4,3,-1,'Hateful Gladiator\'s Linked Spaulders',56942,4,36864,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41210,4,3,-1,'Deadly Gladiator\'s Linked Spaulders',56941,4,36864,0,1,0,0,3,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,29,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41211,4,3,-1,'Furious Gladiator\'s Linked Spaulders',59053,4,36864,0,1,0,0,3,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,60,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41212,4,3,-1,'Relentless Gladiator\'s Linked Spaulders',61280,4,36864,0,1,0,0,3,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,71,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41214,4,3,-1,'Savage Gladiator\'s Chain Spaulders',56969,3,36864,0,1,0,0,3,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,60,3,39,7,66,5,21,32,39,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,70,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41215,4,3,-1,'Hateful Gladiator\'s Chain Spaulders',55626,4,36864,0,1,0,0,3,4,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,72,3,44,7,76,5,25,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41216,4,3,-1,'Deadly Gladiator\'s Chain Spaulders',55618,4,36864,0,1,0,0,3,4,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,50,7,85,5,29,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41217,4,3,-1,'Furious Gladiator\'s Chain Spaulders',58807,4,36864,0,1,0,0,3,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,60,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41218,4,3,-1,'Relentless Gladiator\'s Chain Spaulders',61461,4,36864,0,1,0,0,3,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,71,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41223,4,3,-1,'Hateful Gladiator\'s Wristguards of Triumph',55638,4,36864,0,1,0,0,9,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,6,38,50,3,34,7,57,5,32,32,33,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41224,4,3,-1,'Deadly Gladiator\'s Wristguards of Triumph',56970,4,36864,0,1,0,0,9,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,6,38,74,3,38,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41225,4,3,-1,'Furious Gladiator\'s Wristguards of Triumph',59266,4,36864,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,42,7,73,5,31,32,43,35,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41226,4,3,-1,'Relentless Gladiator\'s Wristguards of Triumph',61468,4,36864,0,1,0,0,9,68,32767,245,80,0,0,0,0,0,0,0,0,1,0,6,38,101,3,50,7,86,5,38,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41228,4,3,-1,'Hateful Gladiator\'s Sabatons of Triumph',55652,4,36864,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,6,38,50,3,44,7,76,5,36,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41229,4,3,-1,'Deadly Gladiator\'s Sabatons of Triumph',56972,4,36864,0,1,0,0,8,68,32767,213,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,41,7,85,5,37,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41230,4,3,-1,'Furious Gladiator\'s Sabatons of Triumph',59268,4,36864,0,1,0,0,8,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,96,3,57,7,97,5,35,32,56,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41231,4,3,-1,'Relentless Gladiator\'s Sabatons of Triumph',61465,4,36864,0,1,0,0,8,68,32767,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,67,7,115,5,51,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41233,4,3,-1,'Hateful Gladiator\'s Waistguard of Triumph',55646,4,36864,0,1,0,0,6,68,32767,200,80,0,0,0,0,0,0,5,0,1,0,6,38,50,3,44,7,76,5,36,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41234,4,3,-1,'Deadly Gladiator\'s Waistguard of Triumph',56971,4,36864,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,6,38,84,3,41,7,85,5,37,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41235,4,3,-1,'Furious Gladiator\'s Waistguard of Triumph',59264,4,36864,0,1,0,0,6,68,32767,226,80,0,0,0,0,0,0,5,0,1,0,6,38,96,3,57,7,97,5,35,32,56,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41236,4,3,-1,'Relentless Gladiator\'s Waistguard of Triumph',61462,4,36864,0,1,0,0,6,68,32767,245,80,0,0,0,0,0,0,5,0,1,0,6,38,119,3,67,7,115,5,51,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41238,4,1,-1,'Cloak of Tormented Skies',56697,3,0,0,1,184790,36958,16,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,4,31,7,48,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,210,0,0,0,'',54,0,0,0,0,12340), (41239,2,7,-1,'Sturdy Cobalt Quickblade',50270,2,0,0,1,454625,90925,13,-1,-1,146,71,0,0,0,0,0,0,0,0,1,0,2,38,48,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,195,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (41240,2,4,-1,'Cobalt Tenderizer',50197,2,0,0,1,456313,91262,13,262143,2147483647,146,71,0,0,0,0,0,0,0,0,1,0,2,3,26,37,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,298,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (41241,2,16,-1,'Sure-fire Shuriken',52939,2,0,0,1,124616,31154,25,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,2,7,21,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,258,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (41242,2,8,-1,'Forged Cobalt Claymore',50334,2,0,0,1,589143,117828,17,-1,-1,150,72,0,0,0,0,0,0,0,0,1,0,2,4,61,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,491,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',34,0,0,0,0,12340), (41243,2,0,-1,'Notched Cobalt War Axe',50076,2,0,0,1,497466,99493,13,-1,-1,154,73,0,0,0,0,0,0,0,0,1,0,2,38,56,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,310,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (41245,2,16,-1,'Deadly Saronite Dirk',52942,3,0,0,1,124616,31154,25,-1,-1,171,76,0,0,0,0,0,0,0,0,1,0,2,31,17,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,314,0,0,0,0,0,0,0,0,0,0,0,1700,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41248,4,0,-1,'Red Lumberjack Shirt',52955,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41249,4,0,-1,'Blue Lumberjack Shirt',52956,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41250,4,0,-1,'Green Lumberjack Shirt',52957,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41251,4,0,-1,'Yellow Lumberjack Shirt',52958,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41252,4,0,-1,'Red Workman\'s Shirt',52959,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41253,4,0,-1,'Blue Workman\'s Shirt',52960,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41254,4,0,-1,'Rustic Workman\'s Shirt',52961,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41255,4,0,-1,'Green Workman\'s Shirt',52962,1,0,0,1,4000,1000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41257,2,5,-1,'Titansteel Destroyer',52966,4,524288,0,1,1211695,242339,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,124,7,105,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,761,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41258,12,0,0,'Norgannon\'s Shell',52971,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The interior of the stone shell is filled with grooves, apparently to secure the other half of the keystone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41260,12,0,0,'Norgannon\'s Core',42619,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41262,12,0,0,'Orders From Drakuru',30953,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3279,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41264,4,2,-1,'Deflecting Bracers',56681,3,0,0,1,191350,38270,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,14,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41265,12,0,-1,'Eyesore Blaster',52979,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30740,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41266,3,6,-1,'Skyflare Diamond',54468,3,0,0,1,120000,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41267,12,0,0,'SCRAP-E Access Card',40632,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12888,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41268,4,2,-1,'Savage Gladiator\'s Kodohide Gloves',55398,3,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41269,4,2,-1,'Savage Gladiator\'s Kodohide Helm',55399,3,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41270,4,2,-1,'Savage Gladiator\'s Kodohide Legguards',55874,3,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,75,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41271,4,2,-1,'Savage Gladiator\'s Kodohide Spaulders',55404,3,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41272,4,2,-1,'Savage Gladiator\'s Kodohide Robes',55862,3,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41273,4,2,-1,'Hateful Gladiator\'s Kodohide Spaulders',55417,4,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41274,4,2,-1,'Deadly Gladiator\'s Kodohide Spaulders',56421,4,36864,0,1,0,0,3,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41275,4,2,-1,'Furious Gladiator\'s Kodohide Spaulders',59046,4,36864,0,1,0,0,3,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41276,4,2,-1,'Relentless Gladiator\'s Kodohide Spaulders',61447,4,36864,0,1,0,0,3,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,6,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41278,4,2,-1,'Savage Gladiator\'s Wyrmhide Spaulders',55404,3,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41279,4,2,-1,'Hateful Gladiator\'s Wyrmhide Spaulders',55417,4,36864,0,1,0,0,3,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41280,4,2,-1,'Deadly Gladiator\'s Wyrmhide Spaulders',56421,4,36864,0,1,0,0,3,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41281,4,2,-1,'Furious Gladiator\'s Wyrmhide Spaulders',59046,4,36864,0,1,0,0,3,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41282,4,2,-1,'Relentless Gladiator\'s Wyrmhide Spaulders',61447,4,36864,0,1,0,0,3,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41284,4,2,-1,'Hateful Gladiator\'s Kodohide Gloves',55397,4,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41285,3,6,-1,'Chaotic Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1381,-1,0,0,0,0,'',0,0,0,0,0,12340), (41286,4,2,-1,'Deadly Gladiator\'s Kodohide Gloves',56418,4,36864,0,1,0,0,10,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41287,4,2,-1,'Furious Gladiator\'s Kodohide Gloves',59410,4,36864,0,1,0,0,10,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41288,4,2,-1,'Relentless Gladiator\'s Kodohide Gloves',60856,4,36864,0,1,0,0,10,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,6,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41290,4,2,-1,'Savage Gladiator\'s Wyrmhide Gloves',55398,3,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41291,4,2,-1,'Hateful Gladiator\'s Wyrmhide Gloves',55397,4,36864,0,1,0,0,10,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41292,4,2,-1,'Deadly Gladiator\'s Wyrmhide Gloves',56418,4,36864,0,1,0,0,10,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41293,4,2,-1,'Furious Gladiator\'s Wyrmhide Gloves',59410,4,36864,0,1,0,0,10,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41294,4,2,-1,'Relentless Gladiator\'s Wyrmhide Gloves',60856,4,36864,0,1,0,0,10,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41296,4,2,-1,'Hateful Gladiator\'s Kodohide Legguards',55872,4,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41297,4,2,-1,'Deadly Gladiator\'s Kodohide Legguards',56419,4,36864,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41298,4,2,-1,'Furious Gladiator\'s Kodohide Legguards',59414,4,36864,0,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41299,4,2,-1,'Relentless Gladiator\'s Kodohide Legguards',60860,4,36864,0,1,0,0,7,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,6,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41301,4,2,-1,'Savage Gladiator\'s Wyrmhide Legguards',55874,3,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,75,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41302,4,2,-1,'Hateful Gladiator\'s Wyrmhide Legguards',55872,4,36864,0,1,0,0,7,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41303,4,2,-1,'Deadly Gladiator\'s Wyrmhide Legguards',56419,4,36864,0,1,0,0,7,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41304,4,2,-1,'Furious Gladiator\'s Wyrmhide Legguards',59414,4,36864,0,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41305,4,2,-1,'Relentless Gladiator\'s Wyrmhide Legguards',60860,4,36864,0,1,0,0,7,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41307,3,6,-1,'Destructive Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1382,-1,0,0,0,0,'',0,0,0,0,0,12340), (41308,4,2,-1,'Hateful Gladiator\'s Kodohide Robes',55861,4,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41309,4,2,-1,'Deadly Gladiator\'s Kodohide Robes',56420,4,36864,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41310,4,2,-1,'Furious Gladiator\'s Kodohide Robes',59442,4,36864,0,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41311,4,2,-1,'Relentless Gladiator\'s Kodohide Robes',61969,4,36864,0,1,0,0,20,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,6,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41313,4,2,-1,'Savage Gladiator\'s Wyrmhide Robes',55862,3,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41314,4,2,-1,'Hateful Gladiator\'s Wyrmhide Robes',55861,4,36864,0,1,0,0,20,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41315,4,2,-1,'Deadly Gladiator\'s Wyrmhide Robes',56420,4,36864,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41316,4,2,-1,'Furious Gladiator\'s Wyrmhide Robes',59442,4,36864,0,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41317,4,2,-1,'Relentless Gladiator\'s Wyrmhide Robes',61969,4,36864,0,1,0,0,20,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41319,4,2,-1,'Hateful Gladiator\'s Kodohide Helm',55411,4,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41320,4,2,-1,'Deadly Gladiator\'s Kodohide Helm',56417,4,36864,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41321,4,2,-1,'Furious Gladiator\'s Kodohide Helm',59411,4,36864,0,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41322,4,2,-1,'Relentless Gladiator\'s Kodohide Helm',60858,4,36864,0,1,0,0,1,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,6,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41324,4,2,-1,'Savage Gladiator\'s Wyrmhide Helm',55399,3,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41325,4,2,-1,'Hateful Gladiator\'s Wyrmhide Helm',55411,4,36864,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41326,4,2,-1,'Deadly Gladiator\'s Wyrmhide Helm',56417,4,36864,0,1,0,0,1,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41327,4,2,-1,'Furious Gladiator\'s Wyrmhide Helm',59412,4,36864,0,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41328,4,2,-1,'Relentless Gladiator\'s Wyrmhide Helm',60858,4,36864,0,1,0,0,1,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41330,4,2,-1,'Hateful Gladiator\'s Belt of Salvation',55643,4,36864,0,1,0,0,6,1032,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41331,4,2,-1,'Hateful Gladiator\'s Boots of Salvation',55647,4,36864,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41332,4,2,-1,'Hateful Gladiator\'s Armwraps of Salvation',55632,4,36864,0,1,0,0,9,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41333,3,6,-1,'Ember Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1383,-1,0,0,0,0,'',0,0,0,0,0,12340), (41334,3,6,-1,'Earthsiege Diamond',54466,3,0,0,1,120000,30000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41335,3,6,-1,'Enigmatic Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1401,-1,0,0,0,0,'',0,0,0,0,0,12340), (41336,12,0,0,'Medical Supply Crate',52989,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41337,15,0,-1,'Whizzed-Out Gizmo',3257,0,0,0,1,3125,781,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41338,15,0,-1,'Sprung Whirlygig',7411,0,0,0,1,1860,465,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41339,3,6,-1,'Swift Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1402,-1,0,0,0,0,'',0,0,0,0,0,12340), (41340,12,0,0,'Fresh Ice Rhino Meat',52981,1,8454208,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56393,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41341,12,0,0,'Stormcrest Eagle Egg',18052,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41342,2,10,-1,'Staff of the Shadow Flame (Purple Enchant)',52991,4,0,8704,1,511399,102279,17,-1,-1,81,60,0,0,0,0,0,0,0,0,1,0,0,7,51,6,18,32,28,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41344,4,4,-1,'Helm of Command',52304,3,0,0,1,349627,69925,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,95,32,55,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41345,4,4,-1,'Daunting Legplates',52996,3,0,0,1,468847,93769,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,54,7,93,12,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41346,4,4,-1,'Righteous Greaves',52999,3,0,0,1,470586,94117,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,32,54,7,93,45,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41347,4,4,-1,'Savage Saronite Legplates',53003,3,0,0,1,472373,94474,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,59,7,99,32,44,35,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41348,4,4,-1,'Savage Saronite Walkers',53004,3,0,0,1,354943,70988,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,27,7,57,32,52,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41349,4,4,-1,'Savage Saronite Gauntlets',53110,3,0,0,1,239334,47866,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,52,7,66,32,27,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41350,4,4,-1,'Savage Saronite Skullshield',52302,3,0,0,1,357583,71516,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,37,32,70,7,78,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41351,4,4,-1,'Savage Saronite Pauldrons',51604,3,0,0,1,358921,71784,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,52,7,66,32,43,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41352,4,4,-1,'Savage Saronite Waistguard',53005,3,0,0,1,242006,48401,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,44,32,43,7,40,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41353,4,4,-1,'Savage Saronite Hauberk',50991,3,0,0,1,483050,96610,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,72,7,105,32,37,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41354,4,4,-1,'Savage Saronite Bracers',51710,3,0,0,1,243779,48755,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,4,37,7,48,32,24,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,816,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41355,4,4,-1,'Vengeance Bindings',54830,3,0,0,1,244678,48935,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,53,31,23,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41356,4,4,-1,'Righteous Gauntlets',53007,3,0,0,1,252015,50403,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,45,83,7,45,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41357,4,4,-1,'Daunting Handguards',53008,3,0,0,1,252913,50582,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,12,71,7,60,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41359,12,0,-1,'Cultist Rod',53019,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Engraved with images depicting unspeakable evil!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41361,12,0,-1,'Abomination Hook',48725,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Rusty and splattered with blood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41362,12,0,-1,'Geist Rope',43599,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s fashioned into a hangman\'s knot, of course.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41363,12,0,-1,'Scourge Essence',6690,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You don\'t want to know.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41366,12,0,-1,'Sovereign Rod',53013,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29070,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41367,0,8,-1,'Dark Jade Focusing Lens',22651,2,64,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55346,0,-40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41368,15,0,-1,'Expired Voodoo Power Core',53020,0,0,0,1,6250,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41369,15,0,-1,'Holey Punchcard',53021,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41372,12,0,-1,'Challenge Flag',53149,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21855,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41373,15,0,-1,'Voo Juice',4138,0,0,0,1,125000,31250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Real Power Source',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41375,3,6,-1,'Tireless Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1421,-1,0,0,0,0,'',0,0,0,0,0,12340), (41376,3,6,-1,'Revitalizing Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1422,-1,0,0,0,0,'',0,0,0,0,0,12340), (41377,3,6,-1,'Effulgent Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1423,-1,0,0,0,0,'',0,0,0,0,0,12340), (41378,3,6,-1,'Forlorn Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1424,-1,0,0,0,0,'',0,0,0,0,0,12340), (41379,3,6,-1,'Impassive Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1425,-1,0,0,0,0,'',0,0,0,0,0,12340), (41380,3,6,-1,'Austere Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1426,-1,0,0,0,0,'',0,0,0,0,0,12340), (41381,3,6,-1,'Persistent Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1427,-1,0,0,0,0,'',0,0,0,0,0,12340), (41382,3,6,-1,'Trenchant Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1428,-1,0,0,0,0,'',0,0,0,0,0,12340), (41383,2,4,-1,'Titansteel Bonecrusher',53030,4,524288,0,1,944061,188812,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,3,38,140,37,29,7,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,467,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41384,2,4,-1,'Titansteel Guardian',53032,4,524288,0,1,947590,189518,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,3,45,457,32,29,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,315,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (41385,3,6,-1,'Invigorating Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1429,-1,0,0,0,0,'',0,0,0,0,0,12340), (41386,4,4,-1,'Spiked Titansteel Helm',55310,4,0,0,1,500339,100067,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,97,31,60,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41387,4,4,-1,'Tempered Titansteel Helm',55311,4,0,0,1,502240,100448,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,61,12,46,7,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41388,4,4,-1,'Brilliant Titansteel Helm',55312,4,0,0,1,517703,103540,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,45,108,32,53,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2843,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41389,3,6,-1,'Beaming Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1430,-1,0,0,0,0,'',0,0,0,0,0,12340), (41390,12,0,0,'Stefan\'s Horn',53039,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55368,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41391,4,4,-1,'Spiked Titansteel Treads',53036,4,0,0,1,523406,104681,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,80,7,67,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41392,4,4,-1,'Tempered Titansteel Treads',53037,4,0,0,1,490012,98002,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,45,7,120,12,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41393,12,0,0,'Frostgrip\'s Signet Ring',53042,1,65792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41394,4,4,-1,'Brilliant Titansteel Treads',53038,4,0,0,1,529057,105811,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,45,93,32,35,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41395,3,6,-1,'Bracing Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1431,-1,0,0,0,0,'',0,0,0,0,0,12340), (41396,3,6,-1,'Eternal Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1432,-1,0,0,0,0,'',0,0,0,0,0,12340), (41397,3,6,-1,'Powerful Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1433,-1,0,0,0,0,'',0,0,0,0,0,12340), (41398,3,6,-1,'Relentless Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1434,-1,0,0,0,0,'',0,0,0,0,0,12340), (41399,12,0,-1,'Scourge Scrap Metal',7064,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41400,3,6,-1,'Thundering Skyflare Diamond',54469,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1435,-1,0,0,0,0,'',0,0,0,0,0,12340), (41401,3,6,-1,'Insightful Earthsiege Diamond',54467,3,4096,0,1,240000,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1436,-1,0,0,0,0,'',0,0,0,0,0,12340), (41403,9,10,-1,'ZZOLD Design: Insightful Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55396,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Insightful Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41404,9,10,-1,'ZZOLD Design: Bracing Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55397,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Bracing Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41405,9,10,-1,'ZZOLD Design: Eternal Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55398,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Eternal Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41406,9,10,-1,'ZZOLD Design: Powerful Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55399,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Powerful Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41407,9,10,-1,'ZZOLD Design: Relentless Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55400,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Relentless Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41408,9,10,-1,'ZZOLD Design: Austere Earthsiege Diamond',6270,3,33554432,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55401,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Austere Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41409,9,10,-1,'ZZOLD Design: Persistent Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55402,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Persistent Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41410,9,10,-1,'ZZOLD Design: Trenchant Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Trenchant Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41411,9,10,-1,'ZZOLD Design: Invigorating Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Invigorating Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41412,9,10,-1,'ZZOLD Design: Beaming Earthsiege Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Beaming Earthsiege Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41413,9,10,-1,'ZZOLD Design: Revitalizing Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Revitalizing Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41414,9,10,-1,'ZZOLD Design: Effulgent Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55384,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Effulgent Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41415,9,10,-1,'ZZOLD Design: Tireless Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55386,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Tireless Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41416,9,10,-1,'ZZOLD Design: Forlorn Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55387,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Forlorn Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41417,9,10,-1,'ZZOLD Design: Impassive Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55388,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Impassive Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41418,9,10,-1,'ZZOLD Design: Chaotic Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55389,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Chaotic Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41419,9,10,-1,'ZZOLD Design: Destructive Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Destructive Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41420,9,10,-1,'ZZOLD Design: Ember Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Ember Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41421,9,10,-1,'ZZOLD Design: Enigmatic Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55393,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Enigmatic Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41422,9,10,-1,'ZZOLD Design: Swift Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55394,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Swift Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41423,9,10,-1,'ZZOLDDesign: Thundering Skyflare Diamond',6270,3,64,8192,1,180000,45000,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55395,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thundering Skyflare Diamond.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41424,12,0,-1,'Icemane Yeti Hide',13002,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41426,0,0,-1,'Magically Wrapped Gift',53044,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41427,0,8,-1,'Dalaran Firework',34282,1,0,0,1,20,5,0,-1,-1,20,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55420,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41428,13,0,-1,'Mildred\'s Key',22377,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54530,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41429,3,5,-1,'Perfect Wicked Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1437,-1,0,0,0,0,'',0,0,0,0,0,12340), (41430,12,0,0,'Frosthound\'s Collar',53049,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54964,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41431,12,0,0,'Hardpacked Explosive Bundle',53057,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55522,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Far heavier than it looks.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41432,3,0,-1,'Perfect Bold Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1438,-1,0,0,0,0,'',0,0,0,0,0,12340), (41433,3,0,-1,'Perfect Bright Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1439,-1,0,0,0,0,'',0,0,0,0,0,12340), (41434,3,0,-1,'Perfect Delicate Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1440,-1,0,0,0,0,'',0,0,0,0,0,12340), (41435,3,0,-1,'Perfect Flashing Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1441,-1,0,0,0,0,'',0,0,0,0,0,12340), (41436,3,0,-1,'Perfect Fractured Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1442,-1,0,0,0,0,'',0,0,0,0,0,12340), (41437,3,0,-1,'Perfect Precise Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1443,-1,0,0,0,0,'',0,0,0,0,0,12340), (41438,3,0,-1,'Perfect Runed Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1444,-1,0,0,0,0,'',0,0,0,0,0,12340), (41439,3,0,-1,'Perfect Subtle Bloodstone',54292,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1445,-1,0,0,0,0,'',0,0,0,0,0,12340), (41440,3,1,-1,'Perfect Lustrous Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1446,-1,0,0,0,0,'',0,0,0,0,0,12340), (41441,3,1,-1,'Perfect Solid Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1447,-1,0,0,0,0,'',0,0,0,0,0,12340), (41442,3,1,-1,'Perfect Sparkling Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1448,-1,0,0,0,0,'',0,0,0,0,0,12340), (41443,3,1,-1,'Perfect Stormy Chalcedony',54294,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1449,-1,0,0,0,0,'',0,0,0,0,0,12340), (41444,3,2,-1,'Perfect Brilliant Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1450,-1,0,0,0,0,'',0,0,0,0,0,12340), (41445,3,2,-1,'Perfect Mystic Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1451,-1,0,0,0,0,'',0,0,0,0,0,12340), (41446,3,2,-1,'Perfect Quick Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1452,-1,0,0,0,0,'',0,0,0,0,0,12340), (41447,3,2,-1,'Perfect Rigid Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1453,-1,0,0,0,0,'',0,0,0,0,0,12340), (41448,3,2,-1,'Perfect Smooth Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1454,-1,0,0,0,0,'',0,0,0,0,0,12340), (41449,3,2,-1,'Perfect Thick Sun Crystal',54293,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1455,-1,0,0,0,0,'',0,0,0,0,0,12340), (41450,3,3,-1,'Perfect Balanced Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1456,-1,0,0,0,0,'',0,0,0,0,0,12340), (41451,3,3,-1,'Perfect Defender\'s Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1457,-1,0,0,0,0,'',0,0,0,0,0,12340), (41452,3,3,-1,'Perfect Glowing Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1458,-1,0,0,0,0,'',0,0,0,0,0,12340), (41453,3,3,-1,'Perfect Guardian\'s Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1459,-1,0,0,0,0,'',0,0,0,0,0,12340), (41454,3,3,-1,'Perfect Infused Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1460,-1,0,0,0,0,'',0,0,0,0,0,12340), (41455,3,3,-1,'Perfect Mysterious Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1461,-1,0,0,0,0,'',0,0,0,0,0,12340), (41456,3,3,-1,'Perfect Puissant Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1462,-1,0,0,0,0,'',0,0,0,0,0,12340), (41457,3,3,-1,'Perfect Purified Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1463,-1,0,0,0,0,'',0,0,0,0,0,12340), (41458,3,3,-1,'Perfect Regal Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1464,-1,0,0,0,0,'',0,0,0,0,0,12340), (41459,3,3,-1,'Perfect Royal Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1465,-1,0,0,0,0,'',0,0,0,0,0,12340), (41460,3,3,-1,'Perfect Shifting Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1466,-1,0,0,0,0,'',0,0,0,0,0,12340), (41461,3,3,-1,'Perfect Sovereign Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1467,-1,0,0,0,0,'',0,0,0,0,0,12340), (41462,3,3,-1,'Perfect Tenuous Shadow Crystal',54307,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1468,-1,0,0,0,0,'',0,0,0,0,0,12340), (41463,3,4,-1,'Perfect Dazzling Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1469,-1,0,0,0,0,'',0,0,0,0,0,12340), (41464,3,4,-1,'Perfect Enduring Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1470,-1,0,0,0,0,'',0,0,0,0,0,12340), (41465,3,4,-1,'Perfect Energized Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1471,-1,0,0,0,0,'',0,0,0,0,0,12340), (41466,3,4,-1,'Perfect Forceful Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1472,-1,0,0,0,0,'',0,0,0,0,0,12340), (41467,3,4,-1,'Perfect Intricate Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1473,-1,0,0,0,0,'',0,0,0,0,0,12340), (41468,3,4,-1,'Perfect Jagged Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1474,-1,0,0,0,0,'',0,0,0,0,0,12340), (41469,3,4,-1,'Perfect Lambent Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1475,-1,0,0,0,0,'',0,0,0,0,0,12340), (41470,3,4,-1,'Perfect Misty Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1476,-1,0,0,0,0,'',0,0,0,0,0,12340), (41471,3,4,-1,'Perfect Opaque Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1477,-1,0,0,0,0,'',0,0,0,0,0,12340), (41472,3,4,-1,'Perfect Radiant Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1478,-1,0,0,0,0,'',0,0,0,0,0,12340), (41473,3,4,-1,'Perfect Seer\'s Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1479,-1,0,0,0,0,'',0,0,0,0,0,12340), (41474,3,4,-1,'Perfect Shattered Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1480,-1,0,0,0,0,'',0,0,0,0,0,12340), (41475,3,4,-1,'Perfect Shining Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1481,-1,0,0,0,0,'',0,0,0,0,0,12340), (41476,3,4,-1,'Perfect Steady Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1482,-1,0,0,0,0,'',0,0,0,0,0,12340), (41477,3,4,-1,'Perfect Sundered Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1483,-1,0,0,0,0,'',0,0,0,0,0,12340), (41478,3,4,-1,'Perfect Tense Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1484,-1,0,0,0,0,'',0,0,0,0,0,12340), (41479,3,4,-1,'Perfect Timeless Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1485,-1,0,0,0,0,'',0,0,0,0,0,12340), (41480,3,4,-1,'Perfect Turbid Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1486,-1,0,0,0,0,'',0,0,0,0,0,12340), (41481,3,4,-1,'Perfect Vivid Dark Jade',54298,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow or Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1487,-1,0,0,0,0,'',0,0,0,0,0,12340), (41482,3,5,-1,'Perfect Accurate Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1488,-1,0,0,0,0,'',0,0,0,0,0,12340), (41483,3,5,-1,'Perfect Champion\'s Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1489,-1,0,0,0,0,'',0,0,0,0,0,12340), (41484,3,5,-1,'Perfect Deadly Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1490,-1,0,0,0,0,'',0,0,0,0,0,12340), (41485,3,5,-1,'Perfect Deft Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1491,-1,0,0,0,0,'',0,0,0,0,0,12340), (41486,3,5,-1,'Perfect Durable Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1492,-1,0,0,0,0,'',0,0,0,0,0,12340), (41487,3,5,-1,'Perfect Empowered Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1493,-1,0,0,0,0,'',0,0,0,0,0,12340), (41488,3,5,-1,'Perfect Etched Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1494,-1,0,0,0,0,'',0,0,0,0,0,12340), (41489,3,5,-1,'Perfect Fierce Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1495,-1,0,0,0,0,'',0,0,0,0,0,12340), (41490,3,5,-1,'Perfect Glimmering Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1496,-1,0,0,0,0,'',0,0,0,0,0,12340), (41491,3,5,-1,'Perfect Glinting Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1497,-1,0,0,0,0,'',0,0,0,0,0,12340), (41492,3,5,-1,'Perfect Inscribed Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1498,-1,0,0,0,0,'',0,0,0,0,0,12340), (41493,3,5,-1,'Perfect Lucent Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1499,-1,0,0,0,0,'',0,0,0,0,0,12340), (41494,3,5,-1,'Perfect Luminous Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1500,-1,0,0,0,0,'',0,0,0,0,0,12340), (41495,3,5,-1,'Perfect Potent Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1501,-1,0,0,0,0,'',0,0,0,0,0,12340), (41496,3,5,-1,'Perfect Pristine Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1502,-1,0,0,0,0,'',0,0,0,0,0,12340), (41497,3,5,-1,'Perfect Reckless Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1503,-1,0,0,0,0,'',0,0,0,0,0,12340), (41498,3,5,-1,'Perfect Resolute Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1504,-1,0,0,0,0,'',0,0,0,0,0,12340), (41499,3,5,-1,'Perfect Resplendent Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1505,-1,0,0,0,0,'',0,0,0,0,0,12340), (41500,3,5,-1,'Perfect Stalwart Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1506,-1,0,0,0,0,'',0,0,0,0,0,12340), (41501,3,5,-1,'Perfect Stark Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1507,-1,0,0,0,0,'',0,0,0,0,0,12340), (41502,3,5,-1,'Perfect Veiled Huge Citrine',54295,2,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red or Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1508,-1,0,0,0,0,'',0,0,0,0,0,12340), (41503,12,0,0,'Diatomaceous Earth',36190,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So soft that it crumbles in your hands.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41504,12,0,0,'Banshee Essence',53069,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Stretchy!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41505,12,0,0,'Thorim\'s Charm of Earth',53070,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55818,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41506,12,0,0,'Granite Boulder',53071,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You couldn\'t possibly carry more than one...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41507,12,0,0,'Jumbo Seaforium Charge',53076,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55525,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Size XXXL',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41508,15,5,-1,'Mechano-hog',56884,4,0,1,1,50000,12500,0,262143,690,80,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,55531,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to ride this sweet hog.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41509,0,8,-1,'Frostweave Net',1007,1,64,0,1,800,200,0,-1,-1,72,0,197,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55536,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41510,7,5,-1,'Bolt of Frostweave',57460,1,0,0,1,40000,10000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41511,7,5,-1,'Bolt of Imbued Frostweave',57461,2,0,0,1,80000,20000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41512,4,1,-1,'Frostwoven Wristwraps',53082,2,0,0,1,88376,17675,9,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,45,30,7,22,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41513,4,1,-1,'Frostwoven Shoulders',53090,2,0,0,1,120371,24074,3,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,45,41,7,28,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41514,12,0,0,'Voice of the Wind',53080,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41515,4,1,-1,'Frostwoven Robe',53084,2,0,0,1,161743,32348,20,-1,-1,134,70,0,0,0,0,0,0,0,0,1,0,3,45,54,7,39,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41516,4,1,-1,'Frostsavage Gloves',55367,3,0,0,1,136537,27307,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41517,16,7,0,'Glyph of Chain Heal',58839,1,64,0,1,400,100,0,64,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55537,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41518,16,7,0,'Glyph of Chain Lightning',58839,1,64,0,1,400,100,0,64,2147483647,37,32,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55538,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41519,4,1,-1,'Frostwoven Leggings',51140,2,0,0,1,177962,35592,7,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,45,59,7,43,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,55,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41520,4,1,-1,'Frostwoven Boots',53086,2,0,0,1,130463,26092,8,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,42,7,30,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41521,4,1,-1,'Frostwoven Cowl',52491,2,0,0,1,134446,26889,1,-1,-1,142,72,0,0,0,0,0,0,0,0,1,0,3,45,59,7,43,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41522,4,1,-1,'Frostwoven Belt',53087,2,0,0,1,87616,17523,6,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,42,7,30,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41523,4,1,-1,'Mystic Frostwoven Shoulders',53088,3,0,0,1,166737,33347,3,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,45,41,6,36,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41524,16,7,0,'Glyph of Lava',58839,1,64,0,1,400,100,0,64,2147483647,71,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55539,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41525,4,1,-1,'Mystic Frostwoven Robe',53084,3,0,0,1,229622,45924,20,-1,-1,150,74,0,0,0,0,0,0,0,0,1,0,3,45,71,6,62,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41526,16,7,0,'Glyph of Shocking',58839,1,64,0,1,400,100,0,64,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55540,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41527,16,7,0,'Glyph of Earthliving Weapon',58839,1,64,0,1,400,100,0,64,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55541,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41528,4,1,-1,'Mystic Frostwoven Wristwraps',53082,3,0,0,1,113173,22634,9,-1,-1,146,73,0,0,0,0,0,0,0,0,1,0,3,45,32,6,27,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41529,16,7,0,'Glyph of Fire Elemental Totem',58839,1,64,0,1,400,100,0,64,2147483647,73,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55542,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41530,16,7,0,'Glyph of Fire Nova',58839,1,64,0,1,400,100,0,64,2147483647,18,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55544,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41531,16,7,0,'Glyph of Flame Shock',58839,1,64,0,1,400,100,0,64,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55545,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41532,16,7,0,'Glyph of Flametongue Weapon',58839,1,64,0,1,400,100,0,64,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55546,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41533,16,7,0,'Glyph of Healing Stream Totem',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55548,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41534,16,7,0,'Glyph of Healing Wave',58839,1,64,0,1,400,100,0,64,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55551,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41535,16,7,0,'Glyph of Lesser Healing Wave',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55552,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41536,16,7,0,'Glyph of Lightning Bolt',58839,1,64,0,1,400,100,0,64,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55554,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41537,16,7,0,'Glyph of Lightning Shield',58839,1,64,0,1,400,100,0,64,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55553,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41538,16,7,0,'Glyph of Mana Tide Totem',58839,1,64,0,1,400,100,0,64,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55558,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41539,16,7,0,'Glyph of Stormstrike',58839,1,64,0,1,400,100,0,64,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55559,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41540,16,7,0,'Glyph of Lava Lash',58839,1,64,0,1,400,100,0,64,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55560,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41541,16,7,0,'Glyph of Water Mastery',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55535,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41542,16,7,0,'Glyph of Windfury Weapon',58839,1,64,0,1,400,100,0,64,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55562,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41543,4,1,-1,'Duskweave Belt',53092,2,0,0,1,97325,19465,6,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,45,49,5,30,36,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41544,4,1,-1,'Duskweave Boots',53093,2,0,0,1,153601,30720,8,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,45,53,5,32,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41545,4,1,-1,'Duskweave Gloves',53094,2,0,0,1,100404,20080,10,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,45,50,5,31,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41546,4,1,-1,'Duskweave Cowl',53381,2,0,0,1,147571,29514,1,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,45,66,5,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41547,16,7,0,'Glyph of Frost Shock',58839,1,64,0,1,400,100,0,64,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55547,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41548,4,1,-1,'Duskweave Leggings',53096,2,0,0,1,184063,36812,7,-1,-1,154,75,0,0,0,0,0,0,0,0,1,0,3,45,66,5,41,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41549,4,1,-1,'Duskweave Robe',53097,2,0,0,1,189237,37847,20,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,45,68,5,42,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41550,4,1,-1,'Duskweave Shoulders',53098,2,0,0,1,145819,29163,3,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,45,70,5,43,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41551,4,1,-1,'Duskweave Wristwraps',51355,2,0,0,1,95335,19067,9,-1,-1,158,76,0,0,0,0,0,0,0,0,1,0,3,45,37,5,24,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41552,16,7,0,'Glyph of Elemental Mastery',58839,1,64,0,1,400,100,0,64,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55561,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41553,4,1,-1,'Black Duskweave Leggings',53096,3,0,0,1,269983,53996,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,81,7,60,5,50,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41554,4,1,-1,'Black Duskweave Robe',53097,3,0,0,1,270976,54195,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,80,7,67,5,46,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41555,4,1,-1,'Black Duskweave Wristwraps',51355,3,0,0,1,135999,27199,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,46,7,33,5,27,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,764,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41556,12,0,0,'Slag Covered Metal',53100,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12922,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41557,12,0,0,'Refined Gleaming Ore',20657,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The chunk of metal emanates a steady glow.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41558,12,0,0,'Furious Spark',53103,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This ember burns with seething hatred.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41559,9,10,-1,'Design: Mystic Sun Crystal',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53857,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Sun Crystal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41560,9,10,-1,'Design: Stormy Chalcedony',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53943,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Chalcedony',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41561,9,10,-1,'Design: Reckless Huge Citrine',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1104,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53885,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41562,9,10,-1,'Design: Deadly Huge Citrine',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1098,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53877,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deadly Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41563,9,10,-1,'Design: Durable Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53884,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Durable Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41564,9,10,-1,'Design: Empowered Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53888,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Empowered Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41565,9,10,-1,'Design: Lucent Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53879,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lucent Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41566,9,10,-1,'Design: Resplendent Huge Citrine',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53875,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Resplendent Huge Citrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41567,9,10,-1,'Design: Vivid Dark Jade',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1105,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53917,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Vivid Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41568,9,10,-1,'Design: Seer\'s Dark Jade',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1073,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53921,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Seer\'s Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41569,9,10,-1,'Design: Shattered Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53933,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shattered Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41570,9,10,-1,'Design: Tense Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53932,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Tense Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41571,9,10,-1,'Design: Turbid Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Turbid Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41572,9,10,-1,'Design: Steady Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53919,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41573,9,10,-1,'Design: Opaque Dark Jade',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53929,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Opaque Dark Jade',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41574,9,10,-1,'Design: Defender\'s Shadow Crystal',15274,2,64,0,1,20000,5000,0,-1,-1,70,0,755,350,0,0,0,1073,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53869,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Defender\'s Shadow Crystal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41575,9,10,-1,'Design: Mysterious Shadow Crystal',15274,2,4160,0,1,0,0,0,-1,-1,70,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53865,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mysterious Shadow Crystal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41576,9,10,-1,'Design: Bold Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53830,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41577,9,10,-1,'Design: Delicate Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53945,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41578,9,10,-1,'Design: Flashing Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53949,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41579,9,10,-1,'Design: Quick Autumn\'s Glow',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41580,9,10,-1,'Design: Rigid Autumn\'s Glow',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53958,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41581,9,10,-1,'Design: Lustrous Sky Sapphire',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Sky Sapphire',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41582,9,10,-1,'Design: Glinting Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53980,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41584,6,3,-1,'Frostbite Bullets',40524,1,0,0,200,3000,3,24,-1,-1,154,75,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41585,12,0,0,'Slag Covered Metal',53100,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41586,6,2,-1,'Terrorshaft Arrow',40200,1,0,0,200,3000,3,24,-1,-1,154,75,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,47,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41587,4,0,-1,'Battlemaster\'s Celerity',39984,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (41588,4,0,-1,'Battlemaster\'s Aggression',47522,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (41589,4,0,-1,'Battlemaster\'s Resolve',47095,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (41590,4,0,-1,'Battlemaster\'s Courage',47294,4,4096,0,1,0,0,12,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,1,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,44055,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (41591,4,1,-1,'Sergeant\'s Reinforced Cape',27088,4,36864,0,1,0,0,16,262143,2147483647,156,70,0,0,0,0,0,0,0,0,1,0,4,45,33,7,42,32,26,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41592,4,1,-1,'The Gladiator\'s Resolution',27088,4,36864,0,1,0,0,16,-1,-1,156,70,0,0,0,0,0,0,0,0,1,0,5,38,56,7,42,32,26,35,20,44,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41593,7,5,-1,'Ebonweave',56047,3,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41594,7,5,-1,'Moonshroud',56046,3,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41595,7,5,-1,'Spellweave',56048,3,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41596,10,0,-1,'Dalaran Jewelcrafter\'s Token',53109,2,0,0,1,0,0,0,262143,32767,70,0,0,0,0,0,0,0,0,2147483647,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Redeem at Cartier & Co. Fine Jewelry shop in Dalaran.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41597,1,1,-1,'Abyssal Bag',33942,3,0,0,1,250000,62500,18,256,-1,80,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41598,1,3,-1,'Mysterious Bag',21202,3,0,0,1,180000,45000,18,262143,32767,80,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41599,1,0,-1,'Frostweave Bag',34780,2,0,0,1,50000,12500,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41600,1,0,-1,'Glacial Bag',34796,3,0,0,1,80000,20000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41601,0,6,-1,'Shining Spellthread',42716,3,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55630,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41602,0,6,-1,'Brilliant Spellthread',42717,4,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55631,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41603,0,6,-1,'Azure Spellthread',42716,3,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55632,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41604,0,6,-1,'Sapphire Spellthread',42717,4,32832,0,1,80000,20000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55634,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41605,0,6,-1,'zzDEPRECATED Sanctified Spellthread',42717,4,32848,8192,1,30000,7500,0,262143,-1,80,70,197,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55631,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41606,0,6,-1,'zzDEPRECATED Master\'s Spellthread',42717,4,0,0,1,0,7500,0,-1,-1,80,70,197,400,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,55634,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41607,4,1,-1,'Cloak of the Moon',42615,3,0,0,1,160963,32192,16,-1,-1,150,74,0,0,0,0,0,0,1,0,1,0,3,45,35,5,27,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41608,4,1,-1,'Cloak of Frozen Spirits',42615,3,0,0,1,165588,33117,16,-1,-1,154,75,0,0,0,0,0,0,1,0,1,0,3,45,35,5,28,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41609,4,1,-1,'Wispcloak',55336,4,0,0,1,283218,56643,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,4,45,59,7,43,5,36,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41610,4,1,-1,'Deathchill Cloak',55335,4,0,0,1,284277,56855,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,3,45,59,36,53,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (41611,0,6,-1,'Eternal Belt Buckle',53111,3,32832,0,1,160000,40000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55655,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41612,12,0,0,'Vial of Frost Oil',53112,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55647,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41614,12,0,0,'Enchanted Earth',42706,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41615,12,0,0,'Earthen Mining Pick',7096,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55705,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41616,4,2,-1,'Deadly Gladiator\'s Belt of Salvation',56423,4,36864,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41617,4,2,-1,'Furious Gladiator\'s Belt of Salvation',59416,4,36864,0,1,0,0,6,1032,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41618,4,2,-1,'Relentless Gladiator\'s Belt of Salvation',61455,4,36864,0,1,0,0,6,1032,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,45,109,7,115,5,51,6,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41620,4,2,-1,'Deadly Gladiator\'s Boots of Salvation',56424,4,36864,0,1,0,0,8,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41621,4,2,-1,'Furious Gladiator\'s Boots of Salvation',59418,4,36864,0,1,0,0,8,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41622,4,2,-1,'Relentless Gladiator\'s Boots of Salvation',61453,4,36864,0,1,0,0,8,1032,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,115,5,51,6,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41624,4,2,-1,'Deadly Gladiator\'s Armwraps of Salvation',56422,4,36864,0,1,0,0,9,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41625,4,2,-1,'Furious Gladiator\'s Armwraps of Salvation',59415,4,36864,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41626,4,2,-1,'Relentless Gladiator\'s Armwraps of Salvation',61450,4,36864,0,1,0,0,9,1032,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,86,5,38,6,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41628,4,2,-1,'Hateful Gladiator\'s Belt of Dominance',55643,4,36864,0,1,0,0,6,1032,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41629,4,2,-1,'Deadly Gladiator\'s Belt of Dominance',56423,4,36864,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41630,4,2,-1,'Furious Gladiator\'s Belt of Dominance',59416,4,36864,0,1,0,0,6,1032,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41631,4,2,-1,'Relentless Gladiator\'s Belt of Dominance',61455,4,36864,0,1,0,0,6,1032,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,45,109,7,115,5,51,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41633,4,2,-1,'Hateful Gladiator\'s Boots of Dominance',55647,4,36864,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41634,4,2,-1,'Deadly Gladiator\'s Boots of Dominance',56424,4,36864,0,1,0,0,8,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41635,4,2,-1,'Furious Gladiator\'s Boots of Dominance',59418,4,36864,0,1,0,0,8,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41636,4,2,-1,'Relentless Gladiator\'s Boots of Dominance',61453,4,36864,0,1,0,0,8,1032,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,115,5,51,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41638,4,2,-1,'Hateful Gladiator\'s Armwraps of Dominance',55632,4,36864,0,1,0,0,9,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41639,4,2,-1,'Deadly Gladiator\'s Armwraps of Dominance',56422,4,36864,0,1,0,0,9,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41640,4,2,-1,'Furious Gladiator\'s Armwraps of Dominance',59415,4,36864,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41641,4,2,-1,'Relentless Gladiator\'s Armwraps of Dominance',61450,4,36864,0,1,0,0,9,1032,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,86,5,38,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41643,4,2,-1,'Savage Gladiator\'s Leather Gloves',55867,3,36864,0,1,0,0,10,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,35,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41644,4,2,-1,'Savage Gladiator\'s Leather Helm',55431,3,36864,0,1,0,0,1,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,46,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,60,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41645,4,2,-1,'Savage Gladiator\'s Leather Legguards',55876,3,36864,0,1,0,0,7,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,75,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41646,4,2,-1,'Savage Gladiator\'s Leather Spaulders',55435,3,36864,0,1,0,0,3,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,30,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,60,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41647,4,2,-1,'Savage Gladiator\'s Leather Tunic',55859,3,36864,0,1,0,0,5,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41648,4,2,-1,'Hateful Gladiator\'s Leather Tunic',55858,4,36864,0,1,0,0,5,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41649,4,2,-1,'Deadly Gladiator\'s Leather Tunic',55857,4,36864,0,1,0,0,5,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41650,4,2,-1,'Furious Gladiator\'s Leather Tunic',58796,4,36864,0,1,0,0,5,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41651,4,2,-1,'Relentless Gladiator\'s Leather Tunic',62214,4,36864,0,1,0,0,5,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,128,7,164,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41653,4,2,-1,'Hateful Gladiator\'s Leather Legguards',55873,4,36864,0,1,0,0,7,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41654,4,2,-1,'Deadly Gladiator\'s Leather Legguards',55869,4,36864,0,1,0,0,7,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41655,4,2,-1,'Furious Gladiator\'s Leather Legguards',58799,4,36864,0,1,0,0,7,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41656,4,2,-1,'Relentless Gladiator\'s Leather Legguards',62213,4,36864,0,1,0,0,7,8,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,128,7,164,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41658,4,2,-1,'Savage Gladiator\'s Dragonhide Robes',55862,3,36864,0,1,0,0,20,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41659,4,2,-1,'Hateful Gladiator\'s Dragonhide Robes',55861,4,36864,0,1,0,0,20,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41660,4,2,-1,'Deadly Gladiator\'s Dragonhide Robes',56420,4,36864,0,1,0,0,20,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41661,4,2,-1,'Furious Gladiator\'s Dragonhide Robes',59442,4,36864,0,1,0,0,20,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41662,4,2,-1,'Relentless Gladiator\'s Dragonhide Robes',61969,4,36864,0,1,0,0,20,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,128,7,164,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41664,4,2,-1,'Savage Gladiator\'s Dragonhide Legguards',55874,3,36864,0,1,0,0,7,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,75,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41665,4,2,-1,'Hateful Gladiator\'s Dragonhide Legguards',55872,4,36864,0,1,0,0,7,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41666,4,2,-1,'Deadly Gladiator\'s Dragonhide Legguards',56419,4,36864,0,1,0,0,7,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41667,4,2,-1,'Furious Gladiator\'s Dragonhide Legguards',59414,4,36864,0,1,0,0,7,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41668,4,2,-1,'Relentless Gladiator\'s Dragonhide Legguards',60860,4,36864,0,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,128,7,164,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41670,4,2,-1,'Hateful Gladiator\'s Leather Helm',55740,4,36864,0,1,0,0,1,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41671,4,2,-1,'Deadly Gladiator\'s Leather Helm',55432,4,36864,0,1,0,0,1,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41672,4,2,-1,'Furious Gladiator\'s Leather Helm',58798,4,36864,0,1,0,0,1,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41673,4,2,-1,'Relentless Gladiator\'s Leather Helm',62212,4,36864,0,1,0,0,1,8,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,128,7,164,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41675,4,2,-1,'Savage Gladiator\'s Dragonhide Helm',55399,3,36864,0,1,0,0,1,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,46,3,62,7,90,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,60,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41676,4,2,-1,'Hateful Gladiator\'s Dragonhide Helm',55411,4,36864,0,1,0,0,1,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,73,7,103,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41677,4,2,-1,'Deadly Gladiator\'s Dragonhide Helm',56417,4,36864,0,1,0,0,1,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,84,7,115,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41678,4,2,-1,'Furious Gladiator\'s Dragonhide Helm',59411,4,36864,0,1,0,0,1,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,105,7,138,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41679,4,2,-1,'Relentless Gladiator\'s Dragonhide Helm',60858,4,36864,0,1,0,0,1,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,128,7,164,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41681,4,2,-1,'Hateful Gladiator\'s Leather Spaulders',55742,4,36864,0,1,0,0,3,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41682,4,2,-1,'Deadly Gladiator\'s Leather Spaulders',55439,4,36864,0,1,0,0,3,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41683,4,2,-1,'Furious Gladiator\'s Leather Spaulders',58800,4,36864,0,1,0,0,3,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41684,4,2,-1,'Relentless Gladiator\'s Leather Spaulders',60929,4,36864,0,1,0,0,3,8,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,108,3,99,7,122,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41686,9,10,-1,'Design: Potent Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53984,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Potent Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41687,9,10,-1,'Design: Stark Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stark Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41688,9,10,-1,'Design: Veiled Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53985,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41689,9,10,-1,'Design: Luminous Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53983,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41690,9,10,-1,'Design: Reckless Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53987,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41692,9,10,-1,'Design: Energized Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54011,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Energized Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41693,9,10,-1,'Design: Forceful Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54001,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41694,9,10,-1,'Design: Intricate Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Intricate Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41696,9,10,-1,'Design: Lambent Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lambent Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41697,9,10,-1,'Design: Enduring Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53998,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Enduring Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41698,9,10,-1,'Design: Vivid Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Vivid Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41699,9,10,-1,'Design: Seer\'s Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Seer\'s Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41701,9,10,-1,'Design: Royal Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53967,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41702,9,10,-1,'Design: Puissant Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53973,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Puissant Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41703,9,10,-1,'Design: Regal Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Regal Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41704,9,10,-1,'Design: Chaotic Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55389,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Chaotic Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41705,9,10,-1,'Design: Effulgent Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55384,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Effulgent Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41706,9,10,-1,'Design: Ember Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55392,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Ember Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41707,9,10,-1,'Design: Revitalizing Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Revitalizing Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41708,9,10,-1,'Design: Insightful Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55396,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Insightful Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41709,9,10,-1,'Design: Invigorating Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55404,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Invigorating Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41710,9,10,-1,'Design: Relentless Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55400,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Relentless Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41711,9,10,-1,'Design: Trenchant Earthsiege Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Trenchant Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41712,4,2,-1,'Savage Gladiator\'s Dragonhide Spaulders',55404,3,36864,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,30,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,60,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41713,4,2,-1,'Hateful Gladiator\'s Dragonhide Spaulders',55417,4,36864,0,1,0,0,3,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41714,4,2,-1,'Deadly Gladiator\'s Dragonhide Spaulders',56421,4,36864,0,1,0,0,3,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41715,4,2,-1,'Furious Gladiator\'s Dragonhide Spaulders',59046,4,36864,0,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41716,4,2,-1,'Relentless Gladiator\'s Dragonhide Spaulders',61447,4,36864,0,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,108,3,99,7,122,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41718,9,10,-1,'Design: Runed Scarlet Ruby',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1090,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53946,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41719,9,10,-1,'Design: Subtle Scarlet Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41720,9,10,-1,'Design: Smooth Autumn\'s Glow',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53957,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41721,9,10,-1,'Design: Wicked Monarch Topaz',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1098,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53988,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41722,9,10,-1,'Design: Glimmering Monarch Topaz',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1091,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53993,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glimmering Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41723,9,10,-1,'Design: Jagged Forest Emerald',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1104,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41724,9,10,-1,'Design: Sundered Forest Emerald',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1105,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54008,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sundered Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41725,9,10,-1,'Design: Glowing Twilight Opal',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1098,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53965,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41726,9,10,-1,'Design: Guardian\'s Twilight Opal',6270,3,64,0,1,40000,10000,0,-1,-1,80,0,755,390,0,0,0,1106,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53974,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Guardian\'s Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41727,9,10,-1,'Design: Mystic Autumn\'s Glow',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53960,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41728,9,10,-1,'Design: Stormy Sky Sapphire',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53955,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Sky Sapphire',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41729,0,5,-1,'Stewed Drakeflesh',53135,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (41730,9,10,-1,'Design: Durable Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53986,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Durable Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41731,0,5,-1,'Yeti Milk',18091,1,0,0,5,11000,550,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41732,9,10,-1,'Design: Empowered Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53990,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Empowered Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41733,9,10,-1,'Design: Lucent Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53981,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lucent Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41734,9,10,-1,'Design: Resplendent Monarch Topaz',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53978,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Resplendent Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41735,9,10,-1,'Design: Shattered Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54014,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shattered Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41736,9,10,-1,'Design: Tense Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54013,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Tense Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41737,9,10,-1,'Design: Turbid Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Turbid Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41738,9,10,-1,'Design: Steady Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54000,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41739,9,10,-1,'Design: Opaque Forest Emerald',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54010,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Opaque Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41740,9,10,-1,'Design: Mysterious Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53968,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mysterious Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41741,7,12,-1,'Cobalt Rod',53136,1,0,0,1,0,11500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41742,9,10,-1,'Design: Enigmatic Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55393,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enigmatic Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41743,9,10,-1,'Design: Forlorn Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55387,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forlorn Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41744,9,10,-1,'Design: Impassive Skyflare Diamond',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55388,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Impassive Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41745,7,12,-1,'Titanium Rod',53137,1,0,0,1,48000,12000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Needed by Enchanters.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41746,2,2,-1,'Brunnhildar Bow',53138,1,0,0,1,126343,25268,15,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,161,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,55735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41747,9,10,-1,'Design: Shifting Twilight Opal',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53963,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41749,10,0,7,'Birmingham Test Item 3',48879,4,0,0,1,0,0,0,262143,2147483647,115,70,0,0,0,0,0,0,0,2147483647,1,0,3,37,30,12,30,7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'For Brian to Test things',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41750,2,6,6,'Brunnhildar Harpoon',53147,1,0,0,1,206300,34184,13,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,204,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,55755,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41751,0,5,-1,'Black Mushroom',36728,1,0,0,1,100,5,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,5,0,0,0,12340), (41752,2,0,0,'Brunnhildar Axe',53145,1,0,0,1,172165,34433,13,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,161,0,4,6,4,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41753,2,1,-1,'Brunnhildar Great Axe',52564,1,0,0,1,206300,32010,13,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,215,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,55755,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41754,4,6,-1,'Brunnhildar Shield',53146,1,0,0,1,110970,22194,14,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2390,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,4,0,0,51,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41755,2,14,10,'The Fire Extinguisher',50146,3,0,0,1,763933,152786,17,32767,-1,158,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,352,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Guaranteed to extinguish the fire, and everything else. ',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,-45,0,0,0,'',53,0,0,0,0,12340), (41756,4,0,-1,'Heart\'s Blood Signet',53242,2,0,0,1,0,16778,11,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,7,33,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,1), (41757,4,2,-1,'Vest of Unyielding Companionship',49813,2,0,0,1,0,47672,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,3,42,7,49,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,1), (41758,4,3,-1,'Blood-Bond Helm',56344,2,0,0,1,0,43069,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,3,63,5,36,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,1), (41759,4,4,-1,'Shackles of Perpetual Friendship',52428,2,0,0,1,0,33817,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,4,20,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,1), (41760,4,1,-1,'Emancipator\'s Robes',53244,2,0,0,1,192871,38574,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,43,15,6,36,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41761,4,2,-1,'Wristguard of Healing Fingers',53245,2,0,0,1,120986,24197,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,5,20,36,19,45,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41762,4,3,-1,'Freedom-Path Treads',53246,2,0,0,1,219565,43913,8,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,2,3,29,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,15828,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41763,4,4,-1,'Leggings of the Canny Chief',53243,2,0,0,1,341307,68261,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,7,60,44,55,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (41765,4,2,-1,'Hateful Gladiator\'s Leather Gloves',55866,4,36864,0,1,0,0,10,8,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41766,4,2,-1,'Deadly Gladiator\'s Leather Gloves',55865,4,36864,0,1,0,0,10,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,67,7,85,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41767,4,2,-1,'Furious Gladiator\'s Leather Gloves',61799,4,36864,0,1,0,0,10,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41768,4,2,-1,'Relentless Gladiator\'s Leather Gloves',62211,4,36864,0,1,0,0,10,8,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,108,3,99,7,122,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41770,4,2,-1,'Savage Gladiator\'s Dragonhide Gloves',55398,3,36864,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,50,7,66,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,35,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41771,4,2,-1,'Hateful Gladiator\'s Dragonhide Gloves',55397,4,36864,0,1,0,0,10,1024,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41772,4,2,-1,'Deadly Gladiator\'s Dragonhide Gloves',56418,4,36864,0,1,0,0,10,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,67,7,85,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41773,4,2,-1,'Furious Gladiator\'s Dragonhide Gloves',59410,4,36864,0,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,90,3,82,7,102,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41774,4,2,-1,'Relentless Gladiator\'s Dragonhide Gloves',60856,4,36864,0,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,108,3,99,7,122,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41776,12,0,-1,'Shadow Vault Decree',7270,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31696,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41777,9,10,-1,'Design: Etched Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53976,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Etched Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41778,9,10,-1,'Design: Resolute Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Resolute Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41779,9,10,-1,'Design: Stalwart Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53992,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Stalwart Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41780,9,10,-1,'Design: Champion\'s Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53977,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Champion\'s Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41781,9,10,-1,'Design: Misty Forest Emerald',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Misty Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41782,9,10,-1,'Design: Shining Forest Emerald',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Shining Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41783,9,10,-1,'Design: Purified Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53966,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Purified Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41784,9,10,-1,'Design: Sovereign Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53962,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Sovereign Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41785,9,10,-1,'Design: Tenuous Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53964,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Tenuous Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41786,9,10,-1,'Design: Destructive Skyflare Diamond',6270,3,64,0,1,320000,80000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Destructive Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41787,9,10,-1,'Design: Thundering Skyflare Diamond',6270,3,64,0,1,320000,80000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55395,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Thundering Skyflare Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41788,9,10,-1,'Design: Beaming Earthsiege Diamond',6270,3,64,0,1,320000,80000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55405,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut a Beaming Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41789,9,10,-1,'Design: Inscribed Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53975,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cut an Inscribed Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41790,9,10,-1,'Design: Precise Scarlet Ruby',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53951,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Precise Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41791,9,10,-1,'Design: Thick Autumn\'s Glow',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53959,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Autumn\'s Glow',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41792,9,10,-1,'Design: Deft Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53982,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deft Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41793,9,10,-1,'Design: Fierce Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54019,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fierce Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41794,9,10,-1,'Design: Deadly Monarch Topaz',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53979,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deadly Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41795,9,10,-1,'Design: Timeless Forest Emerald',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53995,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Timeless Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41796,9,10,-1,'Design: Infused Twilight Opal',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53970,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Infused Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41797,9,10,-1,'Design: Austere Earthsiege Diamond',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55401,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Austere Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41798,9,10,-1,'Design: Bracing Earthsiege Diamond',6270,3,33554496,0,1,160000,40000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55397,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bracing Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41799,9,10,-1,'Design: Eternal Earthsiege Diamond',6270,3,64,0,1,160000,40000,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55398,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Eternal Earthsiege Diamond',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41800,7,8,-1,'Deep Sea Monsterbelly',53166,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41801,7,8,-1,'Moonglow Cuttlefish',53167,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41802,7,8,-1,'Imperial Manta Ray',53168,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41803,7,8,-1,'Rockfin Grouper',50901,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41804,7,8,-1,'Icemouth Waveskipper',53169,1,0,8192,5,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41805,7,8,-1,'Borean Man O\' War',53170,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41806,7,8,-1,'Musselback Sculpin',53171,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41807,7,8,-1,'Dragonfin Angelfish',53172,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41808,7,8,-1,'Bonescale Snapper',51803,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41809,7,8,-1,'Glacial Salmon',53173,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41810,7,8,-1,'Fangtooth Herring',54747,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41811,7,8,-1,'Meltwater Beardfish',53175,1,0,8192,5,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (41812,7,8,-1,'Barrelhead Goby',53176,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41813,7,8,-1,'Nettlefish',53177,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41814,7,8,-1,'Glassfin Minnow',53178,1,0,0,1,160,8,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (41815,2,6,-1,'Icier Barbed Spear',60069,3,0,0,1,780548,156109,17,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,62,32,61,38,88,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'100% More Chilling!',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41816,2,1,-1,'De-Raged Waraxe',53200,3,0,0,1,783547,156709,17,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,93,4,61,32,30,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,610,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41817,9,10,-1,'Design: Fractured Scarlet Ruby',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53950,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fractured Scarlet Ruby',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41818,9,10,-1,'Design: Accurate Monarch Topaz',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Accurate Monarch Topaz',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41819,9,10,-1,'Design: Radiant Forest Emerald',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54012,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Forest Emerald',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41820,9,10,-1,'Design: Defender\'s Twilight Opal',6270,3,64,0,1,1600,400,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53972,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Defender\'s Twilight Opal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41821,2,10,-1,'Chilly Slobberknocker',53207,3,0,0,1,798380,159676,17,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,5,31,50,36,47,7,66,5,62,45,281,0,0,0,0,0,0,0,0,0,0,0,0,214,395,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340), (41822,2,4,-1,'Screw-Sprung Fixer-Upper',50603,3,0,0,1,658286,131657,21,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,5,5,19,7,30,45,281,43,13,32,21,0,0,0,0,0,0,0,0,0,0,0,0,68,216,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340), (41824,2,4,-1,'Crimson Cranium Crusher',53201,3,0,0,1,663085,132617,13,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,4,7,22,38,52,3,19,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,407,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41825,2,15,-1,'Wodin\'s Second-Best Shanker',53206,3,0,0,1,665419,133083,13,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,38,38,3,27,44,20,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,262,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41826,4,1,-1,'Grips of the Giant-Rider',53233,3,0,0,1,121392,24278,10,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,26,7,39,36,38,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41827,4,2,-1,'Hateful Gladiator\'s Belt of Triumph',55748,4,36864,0,1,0,0,6,1032,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41828,4,2,-1,'Hateful Gladiator\'s Boots of Triumph',55749,4,36864,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41829,4,2,-1,'Horns of Electrified Terror',57524,3,0,0,1,230042,46008,1,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,52,32,52,38,104,3,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41830,4,2,-1,'Hateful Gladiator\'s Armwraps of Triumph',55747,4,36864,0,1,0,0,9,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,50,3,50,7,57,32,33,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41831,4,2,-1,'Deadly Gladiator\'s Belt of Triumph',55642,4,36864,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,38,74,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41832,4,2,-1,'Furious Gladiator\'s Belt of Triumph',59304,4,36864,0,1,0,0,6,1032,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,38,84,3,77,7,96,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41833,4,2,-1,'Relentless Gladiator\'s Belt of Triumph',62215,4,36864,0,1,0,0,6,1032,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,38,102,3,93,7,115,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41835,4,2,-1,'Deadly Gladiator\'s Boots of Triumph',55648,4,36864,0,1,0,0,8,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,67,7,85,32,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41836,4,2,-1,'Furious Gladiator\'s Boots of Triumph',59305,4,36864,0,1,0,0,8,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,77,7,96,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41837,4,2,-1,'Relentless Gladiator\'s Boots of Triumph',62216,4,36864,0,1,0,0,8,1032,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,93,7,115,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41839,4,2,-1,'Deadly Gladiator\'s Armwraps of Triumph',55633,4,36864,0,1,0,0,9,1032,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,56,7,66,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41840,4,2,-1,'Furious Gladiator\'s Armwraps of Triumph',59303,4,36864,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,62,3,63,7,73,32,43,35,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41841,4,2,-1,'Relentless Gladiator\'s Armwraps of Triumph',62217,4,36864,0,1,0,0,9,1032,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,77,3,76,7,86,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41843,12,0,-1,'Key to Vaelen\'s Chains',13885,1,2147485696,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Vrykul sized.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41844,4,3,-1,'Bracers of Vengeful Flight',56366,3,0,0,1,180762,36152,9,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,24,5,22,3,28,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41845,4,4,-1,'Life-Light Pauldrons',49725,3,0,0,1,316875,63375,3,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,37,5,38,32,26,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1342,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41846,4,4,-1,'Clutch of the Storm Giant',53235,3,0,0,1,424832,84966,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,4,38,12,52,7,79,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1789,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41847,4,1,-1,'Savage Gladiator\'s Mooncloth Gloves',55541,3,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,30,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41848,4,1,-1,'Savage Gladiator\'s Mooncloth Hood',55545,3,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,50,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41849,4,1,-1,'Savage Gladiator\'s Mooncloth Leggings',55539,3,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41850,4,1,-1,'Savage Gladiator\'s Mooncloth Mantle',55549,3,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,6,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,50,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41851,4,1,-1,'Savage Gladiator\'s Mooncloth Robe',55897,3,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,6,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,80,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41852,4,1,-1,'Hateful Gladiator\'s Mooncloth Hood',55560,4,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41853,4,1,-1,'Deadly Gladiator\'s Mooncloth Hood',55561,4,36864,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41854,4,1,-1,'Furious Gladiator\'s Mooncloth Hood',58847,4,36864,0,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41855,4,1,-1,'Relentless Gladiator\'s Mooncloth Hood',60157,4,36864,0,1,0,0,1,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,6,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41857,4,1,-1,'Hateful Gladiator\'s Mooncloth Robe',55895,4,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41858,4,1,-1,'Deadly Gladiator\'s Mooncloth Robe',55890,4,36864,0,1,0,0,20,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41859,4,1,-1,'Furious Gladiator\'s Mooncloth Robe',59202,4,36864,0,1,0,0,20,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41860,4,1,-1,'Relentless Gladiator\'s Mooncloth Robe',61421,4,36864,0,1,0,0,20,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,6,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41862,4,1,-1,'Hateful Gladiator\'s Mooncloth Leggings',55888,4,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,6,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41863,4,1,-1,'Deadly Gladiator\'s Mooncloth Leggings',55885,4,36864,0,1,0,0,7,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,6,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41864,4,1,-1,'Furious Gladiator\'s Mooncloth Leggings',58849,4,36864,0,1,0,0,7,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,6,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41865,4,1,-1,'Relentless Gladiator\'s Mooncloth Leggings',60893,4,36864,0,1,0,0,7,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,6,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41867,4,1,-1,'Hateful Gladiator\'s Mooncloth Mantle',55570,4,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41868,4,1,-1,'Deadly Gladiator\'s Mooncloth Mantle',55569,4,36864,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41869,4,1,-1,'Furious Gladiator\'s Mooncloth Mantle',58850,4,36864,0,1,0,0,3,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41870,4,1,-1,'Relentless Gladiator\'s Mooncloth Mantle',60161,4,36864,0,1,0,0,3,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,6,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41872,4,1,-1,'Hateful Gladiator\'s Mooncloth Gloves',55881,4,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41873,4,1,-1,'Deadly Gladiator\'s Mooncloth Gloves',55878,4,36864,0,1,0,0,10,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41874,4,1,-1,'Furious Gladiator\'s Mooncloth Gloves',58848,4,36864,0,1,0,0,10,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,6,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41875,4,1,-1,'Relentless Gladiator\'s Mooncloth Gloves',60151,4,36864,0,1,0,0,10,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,6,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41877,4,1,-1,'Hateful Gladiator\'s Cord of Salvation',55644,4,36864,0,1,0,0,6,400,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41878,4,1,-1,'Hateful Gladiator\'s Cuffs of Salvation',55637,4,36864,0,1,0,0,9,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41879,4,1,-1,'Hateful Gladiator\'s Slippers of Salvation',55654,4,36864,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,6,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41880,4,1,-1,'Deadly Gladiator\'s Cord of Salvation',55673,4,36864,0,1,0,0,6,400,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41881,4,1,-1,'Furious Gladiator\'s Cord of Salvation',59296,4,36864,0,1,0,0,6,400,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41882,4,1,-1,'Relentless Gladiator\'s Cord of Salvation',61481,4,36864,0,1,0,0,6,400,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,45,109,7,115,5,51,6,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41884,4,1,-1,'Deadly Gladiator\'s Treads of Salvation',55661,4,36864,0,1,0,0,8,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,6,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41885,4,1,-1,'Furious Gladiator\'s Slippers of Salvation',59301,4,36864,0,1,0,0,8,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,6,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41886,4,1,-1,'Relentless Gladiator\'s Treads of Salvation',61483,4,36864,0,1,0,0,8,400,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,115,5,51,6,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41888,15,0,0,'Small Velvet Bag',1282,2,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41890,4,1,-1,'Robe of the Conquered Prophet',53238,3,0,0,1,228805,45761,20,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,45,6,52,45,62,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41891,4,2,-1,'Intricate Zandalari Tunic',53240,3,0,0,1,287097,57419,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,57,44,30,3,52,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41892,4,1,-1,'Deadly Gladiator\'s Cuffs of Salvation',55670,4,36864,0,1,0,0,9,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41893,4,1,-1,'Furious Gladiator\'s Cuffs of Salvation',59298,4,36864,0,1,0,0,9,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41894,4,1,-1,'Relentless Gladiator\'s Cuffs of Salvation',61484,4,36864,0,1,0,0,9,400,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,86,5,38,6,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41896,4,1,-1,'Hateful Gladiator\'s Cord of Dominance',55641,4,36864,0,1,0,0,6,400,32767,200,80,0,0,0,0,0,0,5,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41897,4,1,-1,'Deadly Gladiator\'s Cord of Dominance',55750,4,36864,0,1,0,0,6,400,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41898,4,1,-1,'Furious Gladiator\'s Cord of Dominance',59294,4,36864,0,1,0,0,6,400,32767,226,80,0,0,0,0,0,0,5,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41899,4,1,-1,'Relentless Gladiator\'s Cord of Dominance',61478,4,36864,0,1,0,0,6,400,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,45,109,7,115,5,51,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41900,4,1,-1,'LK Honor 5 Caster DPS Belt',48686,4,0,0,1,0,0,6,400,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,106,5,72,32,64,35,72,45,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41901,4,1,-1,'Hateful Gladiator\'s Slippers of Dominance',55653,4,36864,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41902,4,1,-1,'Deadly Gladiator\'s Treads of Dominance',55752,4,36864,0,1,0,0,8,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41903,4,1,-1,'Furious Gladiator\'s Slippers of Dominance',59299,4,36864,0,1,0,0,8,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,96,5,42,32,48,35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41904,4,1,-1,'Relentless Gladiator\'s Treads of Dominance',61479,4,36864,0,1,0,0,8,400,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,115,5,51,32,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41905,4,3,-1,'Chestguard of Rampaging Fury',56378,3,0,0,1,336667,67333,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,31,3,56,32,38,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41907,4,1,-1,'Hateful Gladiator\'s Cuffs of Dominance',56444,4,36864,0,1,0,0,9,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41908,4,1,-1,'Deadly Gladiator\'s Cuffs of Dominance',55751,4,36864,0,1,0,0,9,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41909,4,1,-1,'Furious Gladiator\'s Cuffs of Dominance',59297,4,36864,0,1,0,0,9,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41910,4,1,-1,'Relentless Gladiator\'s Cuffs of Dominance',61480,4,36864,0,1,0,0,9,400,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,86,5,38,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41911,4,1,-1,'LK Honor 5 Caster DPS Bracers',48687,4,0,0,1,0,0,9,400,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,79,5,54,32,54,35,53,45,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41912,4,1,-1,'Savage Gladiator\'s Satin Hood',55545,3,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,50,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41913,4,1,-1,'Hateful Gladiator\'s Satin Hood',55560,4,36864,0,1,0,0,1,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41914,4,1,-1,'Deadly Gladiator\'s Satin Hood',55561,4,36864,0,1,0,0,1,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41915,4,1,-1,'Furious Gladiator\'s Satin Hood',58847,4,36864,0,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41916,4,1,-1,'Relentless Gladiator\'s Satin Hood',60157,4,36864,0,1,0,0,1,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41918,4,1,-1,'Savage Gladiator\'s Satin Robe',55897,3,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,80,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41919,4,1,-1,'Hateful Gladiator\'s Satin Robe',55895,4,36864,0,1,0,0,20,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41920,4,1,-1,'Deadly Gladiator\'s Satin Robe',55890,4,36864,0,1,0,0,20,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41921,4,1,-1,'Furious Gladiator\'s Satin Robe',59202,4,36864,0,1,0,0,20,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41922,4,1,-1,'Relentless Gladiator\'s Satin Robe',61421,4,36864,0,1,0,0,20,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41924,4,1,-1,'Savage Gladiator\'s Satin Leggings',55539,3,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41925,4,1,-1,'Hateful Gladiator\'s Satin Leggings',55888,4,36864,0,1,0,0,7,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41926,4,1,-1,'Deadly Gladiator\'s Satin Leggings',55885,4,36864,0,1,0,0,7,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41927,4,1,-1,'Furious Gladiator\'s Satin Leggings',58849,4,36864,0,1,0,0,7,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41928,4,1,-1,'Relentless Gladiator\'s Satin Leggings',60893,4,36864,0,1,0,0,7,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41930,4,1,-1,'Savage Gladiator\'s Satin Mantle',55549,3,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,50,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41931,4,1,-1,'Hateful Gladiator\'s Satin Mantle',55570,4,36864,0,1,0,0,3,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41932,4,4,-1,'Links of the Terrified Deity',53241,3,0,0,1,403339,80667,5,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,3,4,56,7,67,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1789,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (41933,4,1,-1,'Deadly Gladiator\'s Satin Mantle',55569,4,36864,0,1,0,0,3,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41934,4,1,-1,'Furious Gladiator\'s Satin Mantle',58850,4,36864,0,1,0,0,3,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41935,4,1,-1,'Relentless Gladiator\'s Satin Mantle',60161,4,36864,0,1,0,0,3,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41937,4,1,-1,'Savage Gladiator\'s Satin Gloves',55541,3,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,30,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41938,4,1,-1,'Hateful Gladiator\'s Satin Gloves',55881,4,36864,0,1,0,0,10,16,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41939,4,1,-1,'Deadly Gladiator\'s Satin Gloves',55878,4,36864,0,1,0,0,10,16,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41940,4,1,-1,'Furious Gladiator\'s Satin Gloves',58848,4,36864,0,1,0,0,10,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41941,4,1,-1,'Relentless Gladiator\'s Satin Gloves',60151,4,36864,0,1,0,0,10,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41943,4,1,-1,'Savage Gladiator\'s Silk Cowl',56437,3,36864,0,1,0,0,1,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,50,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41944,4,1,-1,'Hateful Gladiator\'s Silk Cowl',55590,4,36864,0,1,0,0,1,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41945,4,1,-1,'Deadly Gladiator\'s Silk Cowl',55735,4,36864,0,1,0,0,1,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41946,4,1,-1,'Furious Gladiator\'s Silk Cowl',59576,4,36864,0,1,0,0,1,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41947,4,1,-1,'Relentless Gladiator\'s Silk Cowl',60168,4,36864,0,1,0,0,1,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41949,4,1,-1,'Savage Gladiator\'s Silk Raiment',56442,3,36864,0,1,0,0,20,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,80,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41950,4,1,-1,'Hateful Gladiator\'s Silk Raiment',55896,4,36864,0,1,0,0,20,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41951,4,1,-1,'Deadly Gladiator\'s Silk Raiment',55894,4,36864,0,1,0,0,20,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41953,4,1,-1,'Furious Gladiator\'s Silk Raiment',59624,4,36864,0,1,0,0,20,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41954,4,1,-1,'Relentless Gladiator\'s Silk Raiment',61422,4,36864,0,1,0,0,20,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41956,4,1,-1,'Savage Gladiator\'s Silk Trousers',56439,3,36864,0,1,0,0,7,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41957,4,1,-1,'Hateful Gladiator\'s Silk Trousers',55889,4,36864,0,1,0,0,7,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41958,4,1,-1,'Deadly Gladiator\'s Silk Trousers',55886,4,36864,0,1,0,0,7,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41959,4,1,-1,'Furious Gladiator\'s Silk Trousers',58755,4,36864,0,1,0,0,7,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41960,4,1,-1,'Relentless Gladiator\'s Silk Trousers',61423,4,36864,0,1,0,0,7,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41962,4,1,-1,'Savage Gladiator\'s Silk Amice',55595,3,36864,0,1,0,0,3,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,50,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41963,4,1,-1,'Hateful Gladiator\'s Silk Amice',55575,4,36864,0,1,0,0,3,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41964,4,1,-1,'Deadly Gladiator\'s Silk Amice',55734,4,36864,0,1,0,0,3,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41965,4,1,-1,'Furious Gladiator\'s Silk Amice',58967,4,36864,0,1,0,0,3,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41966,4,1,-1,'Relentless Gladiator\'s Silk Amice',60169,4,36864,0,1,0,0,3,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41968,4,1,-1,'Savage Gladiator\'s Silk Handguards',56438,3,36864,0,1,0,0,10,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,30,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41969,4,1,-1,'Hateful Gladiator\'s Silk Handguards',55882,4,36864,0,1,0,0,10,128,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41970,4,1,-1,'Deadly Gladiator\'s Silk Handguards',55880,4,36864,0,1,0,0,10,128,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41971,4,1,-1,'Furious Gladiator\'s Silk Handguards',58753,4,36864,0,1,0,0,10,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,3198,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41972,4,1,-1,'Relentless Gladiator\'s Silk Handguards',61419,4,36864,0,1,0,0,10,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41974,4,4,-1,'Cobalt Bracers',54071,2,0,0,1,158329,31665,9,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,27,4,25,12,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41975,4,4,-1,'Cobalt Gauntlets',54073,2,0,0,1,158893,31778,10,-1,-1,142,70,0,0,0,0,0,0,0,0,1,0,3,7,39,4,37,12,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (41976,0,6,-1,'Titanium Weapon Chain',39340,2,64,0,1,72000,18000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55836,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41984,4,1,-1,'Hat of Wintry Doom',53250,3,0,0,1,201741,40348,1,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,53,7,69,5,46,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,1,0,2,0,0,0,3353,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41985,4,1,-1,'Silky Iceshard Boots',53252,3,0,0,1,202507,40501,8,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,60,7,76,36,29,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41986,4,1,-1,'Deep Frozen Cord',53253,3,0,0,1,135516,27103,6,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,61,7,43,5,50,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41987,2,10,10,'Staff of the Sorrowful Chieftain',53255,3,0,0,1,798704,159740,17,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,61,32,44,7,93,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (41988,12,0,0,'Telluric Poultice',53254,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55797,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41989,12,0,0,'Vrykul Amulet',12018,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58069,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41990,4,1,-1,'Savage Gladiator\'s Felweave Cowl',56429,3,36864,0,1,0,0,1,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,50,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41991,4,1,-1,'Hateful Gladiator\'s Felweave Cowl',56149,4,36864,0,1,0,0,1,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41992,4,1,-1,'Deadly Gladiator\'s Felweave Cowl',56153,4,36864,0,1,0,0,1,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41993,4,1,-1,'Furious Gladiator\'s Felweave Cowl',63408,4,36864,0,1,0,0,1,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41994,4,1,-1,'Relentless Gladiator\'s Felweave Cowl',60183,4,36864,0,1,0,0,1,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41995,4,1,-1,'LK Arena 6 Warlock Helm',50007,4,0,0,1,0,0,1,256,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,144,5,96,32,80,35,80,45,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (41996,4,1,-1,'Savage Gladiator\'s Felweave Raiment',56434,3,36864,0,1,0,0,20,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,80,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41997,4,1,-1,'Deadly Gladiator\'s Felweave Raiment',56163,4,36864,0,1,0,0,20,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41998,4,1,-1,'Furious Gladiator\'s Felweave Raiment',58785,4,36864,0,1,0,0,20,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (41999,4,1,-1,'Relentless Gladiator\'s Felweave Raiment',61420,4,36864,0,1,0,0,20,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42000,4,1,-1,'LK Arena 6 Warlock Chest',49963,4,0,0,1,0,0,20,256,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,144,5,96,32,80,35,96,45,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42001,4,1,-1,'Hateful Gladiator\'s Felweave Raiment',56156,4,36864,0,1,0,0,20,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42002,4,1,-1,'Savage Gladiator\'s Felweave Trousers',56432,3,36864,0,1,0,0,7,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,73,7,88,5,39,32,36,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,65,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42003,4,1,-1,'Hateful Gladiator\'s Felweave Trousers',56426,4,36864,0,1,0,0,7,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42004,4,1,-1,'Deadly Gladiator\'s Felweave Trousers',56164,4,36864,0,1,0,0,7,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,115,5,50,32,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42005,4,1,-1,'Furious Gladiator\'s Felweave Trousers',58788,4,36864,0,1,0,0,7,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,138,5,60,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42006,4,1,-1,'Relentless Gladiator\'s Felweave Trousers',63203,4,36864,0,1,0,0,7,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,164,5,73,32,80,35,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42007,4,1,-1,'LK Arena 6 Warlock Legs',49964,4,0,0,1,0,0,7,256,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,144,5,96,32,80,35,96,45,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42008,4,1,-1,'Savage Gladiator\'s Felweave Amice',56428,3,36864,0,1,0,0,3,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,31,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,50,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42009,4,1,-1,'Hateful Gladiator\'s Felweave Amice',56159,4,36864,0,1,0,0,3,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42010,4,1,-1,'Deadly Gladiator\'s Felweave Amice',56158,4,36864,0,1,0,0,3,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42011,4,1,-1,'Furious Gladiator\'s Felweave Amice',58789,4,36864,0,1,0,0,3,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,51,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42012,4,1,-1,'Relentless Gladiator\'s Felweave Amice',61425,4,36864,0,1,0,0,3,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42013,4,1,-1,'LK Arena 6 Warlock Shoulders',50010,4,0,0,1,0,0,3,256,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,106,5,72,32,64,35,72,45,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42014,4,1,-1,'Savage Gladiator\'s Felweave Handguards',56431,3,36864,0,1,0,0,10,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,59,7,66,5,28,32,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,30,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42015,4,1,-1,'Hateful Gladiator\'s Felweave Handguards',56154,4,36864,0,1,0,0,10,256,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42016,4,1,-1,'Deadly Gladiator\'s Felweave Handguards',56160,4,36864,0,1,0,0,10,256,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,85,5,37,32,32,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42017,4,1,-1,'Furious Gladiator\'s Felweave Handguards',58786,4,36864,0,1,0,0,10,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,102,5,45,32,39,35,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42018,4,1,-1,'Relentless Gladiator\'s Felweave Handguards',61418,4,36864,0,1,0,0,10,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,32,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42019,4,1,-1,'LK Arena 6 Warlock Gloves',49960,4,0,0,1,0,0,10,256,-1,252,80,0,0,0,0,0,0,0,0,1,0,5,7,106,5,72,32,49,35,57,45,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42020,4,0,-1,'Hateful Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42021,4,0,-1,'Hateful Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42022,4,0,-1,'Hateful Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42023,4,0,-1,'Hateful Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,36,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42024,4,0,-1,'Hateful Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42025,4,0,-1,'Hateful Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42026,4,0,-1,'Hateful Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42027,4,0,-1,'Deadly Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42028,4,0,-1,'Deadly Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42029,4,0,-1,'Deadly Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42030,4,0,-1,'Deadly Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42031,4,0,-1,'Deadly Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,36,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42032,4,0,-1,'Deadly Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42033,4,0,-1,'Deadly Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42034,4,0,-1,'Furious Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42035,4,0,-1,'Furious Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42036,4,0,-1,'Furious Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42037,4,0,-1,'Furious Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42038,4,0,-1,'Furious Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42039,4,0,-1,'Furious Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42040,4,0,-1,'Furious Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42041,4,0,-1,'Relentless Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,151,7,114,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42042,4,0,-1,'Relentless Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,151,7,114,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42043,4,0,-1,'Relentless Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42044,4,0,-1,'Relentless Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42045,4,0,-1,'Relentless Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,36,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42046,4,0,-1,'Relentless Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,6,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42047,4,0,-1,'Relentless Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,43,25,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42055,4,1,-1,'Hateful Gladiator\'s Cloak of Dominance',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42056,4,1,-1,'Hateful Gladiator\'s Cloak of Subjugation',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,36,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42057,4,1,-1,'Hateful Gladiator\'s Cloak of Ascendancy',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42058,4,1,-1,'Hateful Gladiator\'s Cloak of Salvation',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,43,18,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42059,4,1,-1,'Hateful Gladiator\'s Cloak of Deliverance',55663,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,6,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42060,4,1,-1,'Hateful Gladiator\'s Cloak of Triumph',49738,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42061,4,1,-1,'Hateful Gladiator\'s Cloak of Victory',49738,4,36864,0,1,0,0,16,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,31,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42062,4,1,-1,'Deadly Gladiator\'s Cloak of Dominance',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42063,4,1,-1,'Deadly Gladiator\'s Cloak of Subjugation',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,36,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42064,4,1,-1,'Deadly Gladiator\'s Cloak of Ascendancy',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42065,4,1,-1,'Deadly Gladiator\'s Cloak of Salvation',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42066,4,1,-1,'Deadly Gladiator\'s Cloak of Deliverance',55663,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42067,4,1,-1,'Deadly Gladiator\'s Cloak of Triumph',49738,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42068,4,1,-1,'Deadly Gladiator\'s Cloak of Victory',49738,4,36864,0,1,0,0,16,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42069,4,1,-1,'Furious Gladiator\'s Cloak of Dominance',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42070,4,1,-1,'Furious Gladiator\'s Cloak of Subjugation',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42071,4,1,-1,'Furious Gladiator\'s Cloak of Ascendancy',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42072,4,1,-1,'Furious Gladiator\'s Cloak of Salvation',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,43,21,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42073,4,1,-1,'Furious Gladiator\'s Cloak of Deliverance',55663,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,6,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42074,4,1,-1,'Furious Gladiator\'s Cloak of Triumph',49738,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42075,4,1,-1,'Furious Gladiator\'s Cloak of Victory',49738,4,36864,0,1,0,0,16,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42076,4,1,-1,'Relentless Gladiator\'s Cloak of Dominance',61562,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42077,4,1,-1,'Relentless Gladiator\'s Cloak of Subjugation',61563,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,36,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42078,4,1,-1,'Relentless Gladiator\'s Cloak of Ascendancy',61648,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42079,4,1,-1,'Relentless Gladiator\'s Cloak of Salvation',61563,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,43,25,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42080,4,1,-1,'Relentless Gladiator\'s Cloak of Deliverance',61562,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,6,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42081,4,1,-1,'Relentless Gladiator\'s Cloak of Triumph',61564,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,151,7,114,32,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42082,4,1,-1,'Relentless Gladiator\'s Cloak of Victory',42615,4,36864,0,1,0,0,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,151,7,114,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42083,4,1,-1,'LK Honor 5 Caster DPS Crit Cloak',53264,4,0,0,1,0,73036,16,-1,-1,252,80,0,0,0,0,0,0,0,1,1,0,5,7,79,5,54,32,54,35,53,45,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42084,4,2,-1,'Snowhide Belt',39736,1,0,0,1,35440,7088,6,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42088,4,2,-1,'Snowhide Hoof-Warmers',53265,1,0,0,1,53942,10788,8,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42092,4,2,-1,'Snowhide Bracers',3708,1,0,0,1,36482,7296,9,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42093,4,1,-1,'Frostmoon Pants',51140,3,0,0,1,285248,57049,7,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,61,7,60,5,50,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42094,4,2,-1,'Snowhide Cap',27687,1,0,0,1,55116,11023,1,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42095,4,1,-1,'Light Blessed Mittens',53270,3,0,0,1,133487,26697,10,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,59,7,43,5,37,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42096,4,1,-1,'Aurora Slippers',53271,3,0,0,1,200975,40195,8,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,45,60,7,37,5,40,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42097,4,2,-1,'Snowhide Mitts',28822,1,0,0,1,34526,6905,10,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42098,4,2,-1,'Snowhide Pants',53273,1,0,0,1,69315,13863,7,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42099,4,2,-1,'Snowhide Vest',36771,1,0,0,1,69577,13915,5,-1,-1,70,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42100,4,1,-1,'Moonshroud Robe',55340,4,0,0,1,386448,77289,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,67,5,68,6,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42101,4,1,-1,'Ebonweave Robe',55341,4,0,0,1,387899,77579,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,67,5,89,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42102,4,1,-1,'Spellweave Robe',55330,4,0,0,1,389350,77870,20,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,104,5,64,6,52,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42103,4,1,-1,'Moonshroud Gloves',51587,4,0,0,1,195381,39076,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,76,7,49,5,51,6,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42104,12,0,0,'Northern Ivory',7999,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58073,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42105,12,0,0,'Iron Dwarf Brooch',19149,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58074,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42106,12,0,0,'Proto Dragon Bone',18072,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58075,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42107,12,0,0,'Elemental Armor Scrap',53277,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58076,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42108,12,0,0,'Scourge Curio',53279,1,1088,0,1,0,0,0,-1,-1,1,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58077,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42109,12,0,0,'Dark Ore Sample',7340,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42110,4,0,-1,'Hateful Gladiator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,45,59,7,57,5,24,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42111,4,1,-1,'Ebonweave Gloves',55334,4,0,0,1,186714,37342,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,66,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42112,4,0,-1,'Hateful Gladiator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,4,38,100,7,73,32,34,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42113,4,1,-1,'Spellweave Gloves',55331,4,0,0,1,188165,37633,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,5,48,6,39,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42114,4,0,-1,'Deadly Gladiator\'s Band of Ascendancy',39129,4,36864,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,66,5,29,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42115,4,0,-1,'Deadly Gladiator\'s Band of Victory',39129,4,36864,0,1,0,0,11,262143,32767,213,80,0,0,0,0,0,0,0,1,1,0,4,38,112,7,84,31,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42116,4,0,-1,'Furious Gladiator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,73,7,73,5,31,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42117,4,0,-1,'Furious Gladiator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42118,4,0,-1,'Relentless Gladiator\'s Band of Ascendancy',39129,4,36864,0,1,0,0,11,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,89,7,86,5,38,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42119,4,0,-1,'Relentless Gladiator\'s Band of Victory',39129,4,36864,0,1,0,0,11,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,151,7,114,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42122,4,0,-1,'Medallion of the Horde',48071,4,36864,1,1,0,0,12,262143,690,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42123,4,0,-1,'Medallion of the Alliance',56635,4,36864,2,1,0,0,12,262143,1101,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42124,4,0,-1,'Medallion of the Alliance',37840,4,36864,2,1,0,0,12,262143,1101,226,80,0,0,0,0,0,0,0,1,1,0,1,35,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42126,4,0,-1,'Medallion of the Horde',37841,4,36864,1,1,0,0,12,262143,690,226,80,0,0,0,0,0,0,0,1,1,0,1,35,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42128,4,0,-1,'Battlemaster\'s Hostility',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42129,4,0,-1,'Battlemaster\'s Accuracy',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,31,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42130,4,0,-1,'Battlemaster\'s Avidity',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,36,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42131,4,0,-1,'Battlemaster\'s Conviction',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,38,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42132,4,0,-1,'Battlemaster\'s Bravery',47095,4,36864,0,1,0,0,12,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,45,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,55915,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42133,4,0,-1,'Battlemaster\'s Fury',47095,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,32,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,67596,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42134,4,0,-1,'Battlemaster\'s Precision',47095,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,31,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,67596,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42135,4,0,-1,'Battlemaster\'s Vivacity',47095,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,36,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,67596,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42136,4,0,-1,'Battlemaster\'s Rage',47095,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,38,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,67596,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42137,4,0,-1,'Battlemaster\'s Ruination',47095,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,120000,0,-1,67596,0,0,0,180000,1190,180000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42138,9,10,-1,'Design: Solid Sky Sapphire',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,390,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53952,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Sky Sapphire',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42142,3,0,0,'Bold Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1510,-1,0,0,2,0,'',0,0,0,0,0,12340), (42143,3,0,0,'Delicate Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1511,-1,0,0,2,0,'',0,0,0,0,0,12340), (42144,3,0,0,'Runed Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1512,-1,0,0,2,0,'',0,0,0,0,0,12340), (42145,3,1,0,'Sparkling Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1513,-1,0,0,2,0,'',0,0,0,0,0,12340), (42146,3,1,0,'Lustrous Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1514,-1,0,0,2,0,'',0,0,0,0,0,12340), (42147,12,0,0,'Force Reaction Frost Giants',24156,2,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,55953,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Internal Only',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42148,3,2,0,'Brilliant Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1515,-1,0,0,2,0,'',0,0,0,0,0,12340), (42149,3,2,0,'Smooth Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1516,-1,0,0,2,0,'',0,0,0,0,0,12340), (42150,3,2,0,'Quick Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1517,-1,0,0,2,0,'',0,0,0,0,0,12340), (42151,3,0,0,'Subtle Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1518,-1,0,0,2,0,'',0,0,0,0,0,12340), (42152,3,0,0,'Flashing Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1519,-1,0,0,2,0,'',0,0,0,0,0,12340), (42153,3,0,0,'Fractured Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1520,-1,0,0,2,0,'',0,0,0,0,0,12340), (42154,3,0,0,'Precise Dragon\'s Eye',61981,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Red socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1521,-1,0,0,2,0,'',0,0,0,0,0,12340), (42155,3,1,0,'Stormy Dragon\'s Eye',61982,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Blue socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1522,-1,0,0,2,0,'',0,0,0,0,0,12340), (42156,3,2,0,'Rigid Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1523,-1,0,0,2,0,'',0,0,0,0,0,12340), (42157,3,2,0,'Thick Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1524,-1,0,0,2,0,'',0,0,0,0,0,12340), (42158,3,2,0,'Mystic Dragon\'s Eye',61983,4,65536,0,1,45000,11250,0,-1,-1,80,0,755,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Matches a Yellow socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1525,-1,0,0,2,0,'',0,0,0,0,0,12340), (42159,12,0,0,'Storm Hammer',53325,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'My younger brother, may this see you through many more battles.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42160,12,0,-1,'Incendiary Harpoons',53326,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42162,12,0,0,'Horn Fragment',53329,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42163,12,0,0,'Horn Fragments',1625,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42164,12,0,0,'Hodir\'s Horn',53333,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55983,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42170,7,11,-1,'Silver Brooch',53373,1,0,0,1,200000,50000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,11723), (42171,7,11,-1,'Emerald Brooch',53374,1,0,0,1,500000,125000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,11723), (42172,9,2,-1,'Pattern: Red Lumberjack Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55993,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42173,9,2,-1,'Pattern: Blue Lumberjack Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55994,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Blue Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42174,9,2,-1,'Pattern: Yellow Lumberjack Shirt',15274,2,33554496,8192,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55995,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Yellow Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42175,9,2,-1,'Pattern: Green Lumberjack Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Green Lumberjack Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42176,9,2,-1,'Pattern: Blue Workman\'s Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55998,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Blue Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42177,9,2,-1,'Pattern: Red Workman\'s Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Red Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42178,9,2,-1,'Pattern: Rustic Workman\'s Shirt',15274,2,33554496,0,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,55999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Rustic Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42179,9,2,-1,'Pattern: Green Workman\'s Shirt',15274,2,33554496,8192,1,50000,12500,0,-1,-1,72,0,197,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56000,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Green Workman\'s Shirt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42180,9,2,-1,'Pattern: Ebonweave',811,1,64,8192,1,50000,12500,0,-1,-1,78,0,197,415,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Ebonweave.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42181,9,2,-1,'Pattern: Moonshroud',811,1,64,8192,1,50000,12500,0,-1,-1,78,0,197,415,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56001,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Moonshroud.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42182,9,2,-1,'Pattern: Spellweave',811,1,64,8192,1,50000,12500,0,-1,-1,78,0,197,415,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56003,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Spellweave.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42183,9,2,-1,'Pattern: Abyssal Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,435,0,0,0,1098,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56004,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Abyssal Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42184,9,2,-1,'Pattern: Glacial Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,445,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56005,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Glacial Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42185,9,2,-1,'Pattern: Mysterious Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,440,0,0,0,1091,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56006,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Mysterious Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42186,9,2,-1,'Pattern: Frostweave Bag',811,1,64,8192,1,50000,12500,0,-1,-1,78,0,197,410,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56007,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Frostweave Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42187,9,2,-1,'Pattern: Brilliant Spellthread',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,430,0,0,0,1106,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56009,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Brilliant Spellthread.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42188,9,2,-1,'Pattern: Sapphire Spellthread',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,430,0,0,0,1090,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56011,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Sapphire Spellthread.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42189,9,2,-1,'Pattern: Wispcloak',811,1,64,8192,1,50000,12500,0,-1,-1,78,0,197,415,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56016,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Wispcloak.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42190,9,2,-1,'Pattern: Deathchill Cloak',811,1,64,8192,1,50000,12500,0,-1,-1,78,0,197,420,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56017,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Deathchill Cloak.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42191,9,2,-1,'Pattern: Hat of Wintry Doom',811,1,33554496,8192,1,50000,12500,0,-1,-1,78,0,197,425,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56018,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Hat of Wintry Doom.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42192,9,2,-1,'Pattern: Silky Iceshard Boots',811,1,33554496,8192,1,50000,12500,0,-1,-1,78,0,197,425,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56019,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Silky Iceshard Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42193,9,2,-1,'Pattern: Glacial Cord',811,1,33554512,8192,1,50000,12500,0,-1,-1,78,0,197,425,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56020,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Glacial Cord.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42194,9,2,-1,'Pattern: Frostmoon Pants',811,1,33554496,8192,1,50000,12500,0,-1,-1,78,0,197,425,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56021,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Frostmoon Pants.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42195,9,2,-1,'Pattern: Light Blessed Mittens',811,1,33554496,8192,1,50000,12500,0,-1,-1,78,0,197,425,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56022,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Light Blessed Mittens.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42196,9,2,-1,'Pattern: Aurora Slippers',811,1,33554496,8192,1,50000,12500,0,-1,-1,78,0,197,425,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56023,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Aurora Slippers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42197,9,2,-1,'Pattern: Moonshroud Robe',1096,4,33554496,8192,1,50000,12500,0,-1,-1,80,0,197,450,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Moonshroud Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42198,9,2,-1,'Pattern: Moonshroud Gloves',1096,4,33554496,8192,1,50000,12500,0,-1,-1,80,0,197,440,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56025,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Moonshroud Gloves.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42199,9,2,-1,'Pattern: Ebonweave Robe',1096,4,33554496,8192,1,50000,12500,0,-1,-1,80,0,197,450,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56026,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Ebonweave Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42200,9,2,-1,'Pattern: Ebonweave Gloves',1096,4,33554496,8192,1,50000,12500,0,-1,-1,80,0,197,440,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56027,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Ebonweave Gloves.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42201,9,2,-1,'Pattern: Spellweave Robe',1096,4,33554496,8192,1,50000,12500,0,-1,-1,80,0,197,450,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56028,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Spellweave Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42202,9,2,-1,'Pattern: Spellweave Gloves',1096,4,33554496,8192,1,50000,12500,0,-1,-1,80,0,197,440,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56029,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Spellweave Gloves.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42203,12,0,0,'Dark Armor Plate',53380,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,12979,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42204,12,0,0,'Dark Armor Sample',53380,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42206,2,0,-1,'Savage Gladiator\'s Cleaver',56240,3,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42207,2,0,-1,'Hateful Gladiator\'s Cleaver',56204,4,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42208,2,0,-1,'Deadly Gladiator\'s Cleaver',56208,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42209,2,0,-1,'Furious Gladiator\'s Cleaver',56202,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42210,2,0,-1,'Relentless Gladiator\'s Cleaver',60811,4,36864,0,1,0,0,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42212,2,0,-1,'Savage Gladiator\'s Chopper',56240,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42213,2,0,-1,'Savage Gladiator\'s Hacker',56240,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,254,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42214,2,0,-1,'Savage Gladiator\'s Waraxe',56240,3,0,0,1,0,0,13,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42215,2,15,-1,'Savage Gladiator\'s Mutilator',56227,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,305,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42216,2,15,-1,'Savage Gladiator\'s Shanker',56227,3,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42217,2,15,-1,'Savage Gladiator\'s Shiv',56227,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,237,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42218,2,13,-1,'Savage Gladiator\'s Right Ripper',55950,3,0,0,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42219,2,13,-1,'Savage Gladiator\'s Left Render',55949,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,32,22,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42220,2,13,-1,'Savage Gladiator\'s Left Ripper',55949,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,254,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42221,2,4,-1,'Savage Gladiator\'s Bonecracker',55953,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,254,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42222,2,4,-1,'Savage Gladiator\'s Pummeler',55953,3,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42223,2,7,-1,'Savage Gladiator\'s Quickblade',57299,3,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,254,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42224,2,7,-1,'Savage Gladiator\'s Slicer',57299,3,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,32,22,35,22,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,406,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42225,3,8,-1,'Dragon\'s Eye',55024,3,0,0,1,0,0,0,-1,-1,80,0,755,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42226,2,0,-1,'Hateful Gladiator\'s Hacker',56204,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42227,2,0,-1,'Deadly Gladiator\'s Hacker',56208,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42228,2,0,-1,'Furious Gladiator\'s Hacker',56202,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42229,2,0,-1,'Relentless Gladiator\'s Hacker',60825,4,36864,0,1,0,0,22,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42231,2,0,-1,'Hateful Gladiator\'s Chopper',56204,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42232,2,0,-1,'Deadly Gladiator\'s Chopper',56208,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42233,2,0,-1,'Furious Gladiator\'s Chopper',56202,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42234,2,0,-1,'Relentless Gladiator\'s Chopper',60809,4,36864,0,1,0,0,22,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42236,2,0,-1,'Hateful Gladiator\'s Waraxe',56204,4,0,0,1,0,0,13,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42237,2,0,-1,'Deadly Gladiator\'s Waraxe',56208,4,36864,0,1,0,0,13,260612,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42238,2,0,-1,'Furious Gladiator\'s Waraxe',58932,4,4096,8192,1,1132913,226582,13,260612,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42241,2,15,-1,'Hateful Gladiator\'s Shanker',56226,4,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42242,2,15,-1,'Deadly Gladiator\'s Shanker',56411,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,338,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42243,2,15,-1,'Furious Gladiator\'s Shanker',56227,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42244,2,15,-1,'Relentless Gladiator\'s Shanker',60817,4,36864,0,1,0,0,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,425,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42246,12,0,0,'Essence of Ice',53392,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56099,0,-1,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42247,2,15,-1,'Hateful Gladiator\'s Shiv',56226,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,261,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42248,2,15,-1,'Deadly Gladiator\'s Shiv',56411,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,285,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42249,2,15,-1,'Furious Gladiator\'s Shiv',56227,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,326,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42250,2,15,-1,'Relentless Gladiator\'s Shiv',60846,4,36864,0,1,0,0,22,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,358,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42252,12,0,0,'Frozen Iron Scrap',53399,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42253,7,5,-1,'Iceweb Spider Silk',54964,1,0,0,1,40000,10000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42254,2,15,-1,'Hateful Gladiator\'s Mutilator',56226,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42255,2,15,-1,'Deadly Gladiator\'s Mutilator',56411,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42256,2,15,-1,'Furious Gladiator\'s Mutilator',56227,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,419,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42257,2,15,-1,'Relentless Gladiator\'s Mutilator',60817,4,36864,0,1,0,0,22,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,460,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42259,2,13,-1,'Hateful Gladiator\'s Right Ripper',56257,4,0,0,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42260,2,13,-1,'Deadly Gladiator\'s Right Ripper',55948,4,36864,0,1,0,0,21,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42261,2,13,-1,'Furious Gladiator\'s Right Ripper',55945,4,36864,0,1,0,0,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42262,2,13,-1,'Relentless Gladiator\'s Right Ripper',60821,4,36864,0,1,0,0,21,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42264,2,13,-1,'Hateful Gladiator\'s Left Render',56256,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42265,2,13,-1,'Deadly Gladiator\'s Left Render',55946,4,36864,0,1,0,0,22,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42266,2,13,-1,'Furious Gladiator\'s Left Render',55944,4,36864,0,1,0,0,22,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42267,2,13,-1,'Relentless Gladiator\'s Left Render',60831,4,36864,0,1,0,0,22,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42269,2,13,-1,'Hateful Gladiator\'s Left Ripper',56256,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42270,2,13,-1,'Deadly Gladiator\'s Left Ripper',55946,4,36864,0,1,0,0,22,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42271,2,13,-1,'Furious Gladiator\'s Left Ripper',55944,4,36864,0,1,0,0,22,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42272,2,13,-1,'Relentless Gladiator\'s Left Ripper',60830,4,36864,0,1,0,0,22,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42274,2,4,-1,'Hateful Gladiator\'s Pummeler',55955,4,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42275,2,4,-1,'Deadly Gladiator\'s Pummeler',55954,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,530,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42276,2,4,-1,'Furious Gladiator\'s Pummeler',58957,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42277,2,4,-1,'Relentless Gladiator\'s Pummeler',60839,4,36864,0,1,0,0,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42279,2,4,-1,'Hateful Gladiator\'s Bonecracker',55955,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42280,2,4,-1,'Deadly Gladiator\'s Bonecracker',55954,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42281,2,4,-1,'Furious Gladiator\'s Bonecracker',58957,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42282,2,4,-1,'Relentless Gladiator\'s Bonecracker',60807,4,36864,0,1,0,0,22,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42284,2,7,-1,'Hateful Gladiator\'s Slicer',57298,4,0,0,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,448,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42285,2,7,-1,'Deadly Gladiator\'s Slicer',57297,4,36864,0,1,0,0,13,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,489,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42286,2,7,-1,'Furious Gladiator\'s Slicer',58965,4,36864,0,1,0,0,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42287,2,7,-1,'Relentless Gladiator\'s Slicer',60840,4,36864,0,1,0,0,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,614,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42289,2,7,-1,'Hateful Gladiator\'s Quickblade',57298,4,0,0,1,0,0,22,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,58,32,26,35,25,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42290,2,7,-1,'Deadly Gladiator\'s Quickblade',57297,4,36864,0,1,0,0,22,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,306,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42291,2,7,-1,'Furious Gladiator\'s Quickblade',58965,4,36864,0,1,0,0,22,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,78,32,26,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42292,2,7,-1,'Relentless Gladiator\'s Quickblade',60840,4,36864,0,1,0,0,22,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,101,7,88,32,31,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42294,2,1,-1,'Savage Gladiator\'s Decapitator',55927,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,117,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42295,2,5,-1,'Savage Gladiator\'s Bonegrinder',56957,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,117,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42296,2,6,-1,'Savage Gladiator\'s Pike',55965,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,117,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42297,2,8,-1,'Savage Gladiator\'s Greatsword',57464,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,117,32,52,35,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42298,9,10,-1,'Design: Bold Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42299,9,10,-1,'Design: Bright Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56054,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42300,9,10,-1,'Design: Brilliant Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56074,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42301,9,10,-1,'Design: Delicate Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56052,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42302,9,10,-1,'Design: Flashing Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56056,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42303,9,10,-1,'Design: Fractured Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56076,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fractured Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42304,9,10,-1,'Design: Lustrous Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56077,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42305,9,10,-1,'Design: Mystic Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42306,9,10,-1,'Design: Precise Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Precise Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42307,9,10,-1,'Design: Quick Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42308,9,10,-1,'Design: Rigid Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42309,9,10,-1,'Design: Runed Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56053,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42310,9,10,-1,'Design: Smooth Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42311,9,10,-1,'Design: Solid Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42312,9,10,-1,'Design: Sparkling Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42313,9,10,-1,'Design: Stormy Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42314,9,10,-1,'Design: Subtle Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56055,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42315,9,10,-1,'Design: Thick Dragon\'s Eye',6270,3,4160,0,1,0,0,0,-1,-1,78,0,755,370,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56089,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick Dragon\'s Eye',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42316,2,1,-1,'Hateful Gladiator\'s Decapitator',55925,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,135,32,60,35,59,38,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,806,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42317,2,1,-1,'Deadly Gladiator\'s Decapitator',55926,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42318,2,1,-1,'Furious Gladiator\'s Decapitator',55927,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42319,2,1,-1,'Relentless Gladiator\'s Decapitator',60813,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,271,7,204,32,74,35,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42321,2,5,-1,'Hateful Gladiator\'s Bonegrinder',56956,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,135,32,60,35,59,38,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,806,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42322,2,5,-1,'Deadly Gladiator\'s Bonegrinder',56955,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42323,2,5,-1,'Furious Gladiator\'s Bonegrinder',58961,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42324,2,5,-1,'Relentless Gladiator\'s Bonegrinder',60808,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,271,7,204,32,74,35,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42326,2,6,-1,'Hateful Gladiator\'s Pike',55966,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,135,32,60,35,59,38,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,806,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42327,2,6,-1,'Deadly Gladiator\'s Pike',56412,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42328,2,6,-1,'Furious Gladiator\'s Pike',55965,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42329,2,6,-1,'Relentless Gladiator\'s Pike',60837,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,271,7,204,32,74,35,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42331,2,8,-1,'Hateful Gladiator\'s Greatsword',57463,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,135,32,60,35,59,38,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,806,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42332,2,8,-1,'Deadly Gladiator\'s Greatsword',57462,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,200,7,151,32,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,880,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42333,2,8,-1,'Furious Gladiator\'s Greatsword',57464,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,210,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42334,2,8,-1,'Relentless Gladiator\'s Greatsword',60823,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,271,7,204,32,74,35,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42336,4,0,-1,'Bloodstone Band',28682,2,524288,0,1,125915,31478,11,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,38,44,32,16,31,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2873,0,325,0,0,0,0,'',15,0,0,0,0,12340), (42337,4,0,-1,'Sun Rock Ring',29697,2,524288,0,1,125915,31478,11,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,45,25,5,12,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3263,0,325,0,0,0,0,'',15,0,0,0,0,12340), (42338,4,0,-1,'Jade Dagger Pendant',53407,3,0,0,1,180397,45099,2,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,3,38,64,7,40,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42339,4,0,-1,'Blood Sun Necklace',31604,3,0,0,1,188479,47119,2,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,45,40,36,22,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42340,4,0,-1,'Dream Signet',35367,3,524288,0,1,187469,46867,11,-1,-1,174,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42341,4,0,-1,'Figurine - Ruby Hare',53455,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56121,0,0,0,180000,0,0,0,0,0,0,1200000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42342,0,0,-1,'Bag of Popcorn',53408,0,65538,0,1,1,0,0,-1,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,0,1000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42343,2,15,-1,'Savage Gladiator\'s Spellblade',56247,3,0,0,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,5,28,32,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,183,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42344,2,4,-1,'Savage Gladiator\'s Gavel',56241,3,0,0,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,42,5,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,183,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42345,2,15,-1,'Hateful Gladiator\'s Spellblade',56220,4,0,0,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,49,5,32,32,32,35,32,45,408,0,0,0,0,0,0,0,0,0,0,0,0,62,202,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42346,2,15,-1,'Deadly Gladiator\'s Spellblade',56247,4,36864,0,1,0,0,21,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,55,5,36,45,461,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,69,220,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340), (42347,2,15,-1,'Furious Gladiator\'s Spellblade',56258,4,36864,0,1,0,0,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,44,45,550,32,36,35,36,0,0,0,0,0,0,0,0,0,0,0,0,79,251,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340), (42348,2,15,-1,'Relentless Gladiator\'s Spellblade',60848,4,36864,0,1,0,0,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,49,45,621,32,41,35,41,0,0,0,0,0,0,0,0,0,0,0,0,81,270,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-86.9,0,0,0,'',0,0,0,0,0,12340), (42350,0,0,-1,'Bag of Peanuts',53433,0,65538,0,1,1,0,0,-1,-1,5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,-1,0,1000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42351,2,4,-1,'Hateful Gladiator\'s Gavel',56255,4,0,0,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,32,35,32,45,408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,202,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42352,2,4,-1,'Deadly Gladiator\'s Gavel',56410,4,36864,0,1,0,0,21,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,55,5,36,45,461,43,18,35,36,0,0,0,0,0,0,0,0,0,0,0,0,69,220,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340), (42353,2,4,-1,'Furious Gladiator\'s Gavel',58959,4,36864,0,1,0,0,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,66,5,44,45,550,43,18,35,36,0,0,0,0,0,0,0,0,0,0,0,0,79,251,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340), (42354,2,4,-1,'Relentless Gladiator\'s Gavel',60818,4,36864,0,1,0,0,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,49,45,621,43,21,35,41,0,0,0,0,0,0,0,0,0,0,0,0,87,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (42356,2,10,-1,'Savage Gladiator\'s Battle Staff',56238,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,112,5,50,32,66,35,65,45,355,0,0,0,0,0,0,0,0,0,0,0,0,160,296,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-388), (42359,2,10,-1,'Hateful Gladiator\'s Battle Staff',56252,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,130,5,57,32,75,35,75,45,408,0,0,0,0,0,0,0,0,0,0,0,0,176,327,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-388), (42360,4,0,0,'Ebon Filigreed Doublet',53409,1,0,0,1,550000,137500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42361,4,0,0,'Cerulean Filigreed Doublet',53412,1,0,0,1,475000,118750,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42362,2,10,-1,'Deadly Gladiator\'s Battle Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,32,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340), (42363,4,0,0,'Golden Filigreed Doublet',53411,1,0,0,1,525000,131250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42364,2,10,-1,'Furious Gladiator\'s Battle Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,32,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340), (42365,4,0,0,'Amber Filigreed Doublet',53972,1,0,0,1,450000,112500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42366,2,10,-1,'Relentless Gladiator\'s Battle Staff',60806,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,196,5,87,45,621,32,99,35,99,0,0,0,0,0,0,0,0,0,0,0,0,243,448,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (42368,4,0,0,'Scarlet Filigreed Doublet',53414,1,0,0,1,500000,125000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42369,4,0,0,'Ebon Filigreed Shirt',53415,1,0,0,1,350000,87500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42370,4,0,0,'Cerulean Filigreed Shirt',53417,1,0,0,1,275000,68750,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42371,4,0,0,'Amber Filigreed Shirt',53418,1,0,0,1,250000,62500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42372,4,0,0,'Scarlet Filigreed Shirt',53419,1,0,0,1,300000,75000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42373,4,0,0,'Golden Filigreed Shirt',53420,1,0,0,1,325000,81250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42374,4,0,0,'Blue Martial Shirt',53421,1,0,0,1,375000,93750,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42375,4,0,0,'Green Martial Shirt',53423,1,0,0,1,350000,87500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42376,4,0,0,'Yellow Martial Shirt',53424,1,0,0,1,425000,106250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42377,4,0,0,'Purple Martial Shirt',53425,1,0,0,1,450000,112500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42378,4,0,0,'Red Martial Shirt',53426,1,0,0,1,400000,100000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42381,0,0,-1,'Anguish Ale',53432,0,65538,0,1,1,0,0,-1,-1,5,1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The best free ale in Zul\'Drak.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42382,2,10,-1,'Savage Gladiator\'s Energy Staff',56238,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,112,5,50,6,66,35,65,45,355,0,0,0,0,0,0,0,0,0,0,0,0,160,296,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42383,2,10,-1,'Hateful Gladiator\'s Energy Staff',56252,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,130,5,57,6,75,35,75,45,408,0,0,0,0,0,0,0,0,0,0,0,0,176,327,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42384,2,10,-1,'Deadly Gladiator\'s Energy Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,6,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340), (42385,2,10,-1,'Furious Gladiator\'s Energy Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,6,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340), (42386,2,10,-1,'Relentless Gladiator\'s Energy Staff',60816,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,196,5,87,45,621,6,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,243,448,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (42388,2,10,-1,'Savage Gladiator\'s Staff',56248,3,0,0,1,0,0,17,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,50,7,112,32,66,35,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,296,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42389,2,10,-1,'Hateful Gladiator\'s Staff',56259,4,0,0,1,0,0,17,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,57,7,130,32,75,35,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,327,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42390,2,10,-1,'Deadly Gladiator\'s Staff',56413,4,36864,0,1,0,0,17,1024,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,4,3,64,7,147,32,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,489,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42391,2,10,-1,'Furious Gladiator\'s Staff',56248,4,36864,0,1,0,0,17,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,3,105,7,180,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42392,2,10,-1,'Relentless Gladiator\'s Staff',60849,4,36864,0,1,0,0,17,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,3,120,7,204,32,74,35,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,614,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42394,12,0,0,'Dark Armor Plate',53380,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42395,4,0,-1,'Figurine - Twilight Serpent',53454,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56184,0,0,0,120000,1141,20000,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,8,0,0,0,3602,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42396,16,5,0,'Glyph of Circle of Healing',58834,1,64,0,1,400,100,0,16,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56162,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42397,16,5,0,'Glyph of Dispel Magic',58834,1,64,0,1,400,100,0,16,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56163,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42398,16,5,0,'Glyph of Fade',58834,1,64,0,1,400,100,0,16,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56164,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42399,16,5,0,'Glyph of Fear Ward',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56165,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42400,16,5,0,'Glyph of Flash Heal',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56166,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42401,16,5,0,'Glyph of Holy Nova',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56167,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42402,16,5,0,'Glyph of Inner Fire',58834,1,64,0,1,400,100,0,16,2147483647,17,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56168,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42403,16,5,0,'Glyph of Lightwell',58834,1,64,0,1,400,100,0,16,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56169,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42404,16,5,0,'Glyph of Mass Dispel',58834,1,64,0,1,400,100,0,16,2147483647,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56170,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42405,16,5,0,'Glyph of Mind Control',58834,1,64,0,1,400,100,0,16,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56171,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42406,16,5,0,'Glyph of Shadow Word: Pain',58834,1,64,0,1,400,100,0,16,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56172,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42407,16,5,0,'Glyph of Shadow',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56174,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42408,16,5,0,'Glyph of Power Word: Shield',58834,1,64,0,1,400,100,0,16,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56175,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42409,16,5,0,'Glyph of Prayer of Healing',58834,1,64,0,1,400,100,0,16,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56176,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42410,16,5,0,'Glyph of Psychic Scream',58834,1,64,0,1,400,100,0,16,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56177,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42411,16,5,0,'Glyph of Renew',58834,1,64,0,1,400,100,0,16,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56178,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42412,16,5,0,'Glyph of Scourge Imprisonment',58834,1,64,0,1,400,100,0,16,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56179,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42413,4,0,-1,'Figurine - Sapphire Owl',53453,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56186,0,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,8,0,0,0,3306,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42414,16,5,0,'Glyph of Shadow Word: Death',58834,1,64,0,1,400,100,0,16,2147483647,67,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56180,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42415,16,5,0,'Glyph of Mind Flay',58834,1,64,0,1,400,100,0,16,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56181,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42416,16,5,0,'Glyph of Smite',58834,1,64,0,1,400,100,0,16,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56182,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42417,16,5,0,'Glyph of Spirit of Redemption',58834,1,64,0,1,400,100,0,16,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56183,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42418,4,0,-1,'Figurine - Emerald Boar',53456,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,38,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,56188,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,8,0,0,0,3764,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42419,12,0,0,'Bouldercrag\'s War Horn',13082,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56189,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42420,0,8,-1,'Shadow Crystal Focusing Lens',22652,2,64,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56190,0,-40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42421,0,8,-1,'Shadow Jade Focusing Lens',30690,2,64,0,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56191,0,-40,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42422,13,0,-1,'Jotunheim Cage Key',22071,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56192,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42423,12,0,0,'Stormforged Eye',53461,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42424,12,0,0,'Diamond Tipped Pick',50798,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56227,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42425,10,0,-1,'Strand of the Ancients Mark of Honor',53462,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Strand of the Ancients',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42428,0,5,-1,'Carrot Cupcake',57314,1,0,0,5,8500,425,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42429,0,5,-1,'Red Velvet Cupcake',57318,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42430,0,5,-1,'Dalaran Doughnut',57315,1,0,0,5,8500,425,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42431,0,5,-1,'Dalaran Brownie',40637,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42432,0,5,-1,'Berry Pie Slice',6342,1,0,0,1,8500,0,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (42433,0,5,-1,'Chocolate Cake Slice',57313,1,0,0,1,1700,0,0,-1,-1,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42434,0,5,-1,'Lovely Cake Slice',57317,1,0,0,1,3200,0,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42435,2,15,-1,'Titansteel Shanker',53471,4,524288,0,1,951708,190341,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,45,32,23,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42436,0,0,0,'Chocolate Celebration Cake',57312,1,64,0,1,90000,2125,0,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56245,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42438,0,0,0,'Lovely Cake',57316,1,64,0,1,180000,4000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56255,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42439,0,0,0,'Big Berry Pie',6342,1,64,0,1,17000,4250,0,-1,-1,75,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56261,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42440,7,11,0,'Gigaflux Dimensional Transporter',53473,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42441,12,0,0,'Bouldercrag\'s Bomb',53474,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56275,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42442,12,0,0,'Tablets of Pronouncement',53472,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56278,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42443,2,4,-1,'Cudgel of Saronite Justice',53476,3,0,0,1,648495,129699,21,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,43,13,36,38,45,281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340), (42444,2,16,-1,'Savage Gladiator\'s War Edge',38679,3,0,0,1,0,0,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,36,32,16,35,16,38,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,267,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42445,2,2,-1,'Savage Gladiator\'s Longbow',55930,3,0,0,1,0,0,15,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,424,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42446,2,18,-1,'Savage Gladiator\'s Heavy Crossbow',55933,3,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,424,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42447,2,3,-1,'Savage Gladiator\'s Rifle',56175,3,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,36,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,424,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42448,2,19,-1,'Savage Gladiator\'s Touch of Defeat',56614,3,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,27,5,12,32,16,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42449,2,16,-1,'Hateful Gladiator\'s War Edge',38679,4,0,0,1,0,0,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,32,18,35,18,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,295,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42450,2,16,-1,'Deadly Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,464,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42451,2,16,-1,'Furious Gladiator\'s War Edge',38679,4,4231168,0,1,0,0,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,531,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42453,16,9,0,'Glyph of Incinerate',58841,1,64,0,1,400,100,0,256,2147483647,33,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56268,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42454,16,9,0,'Glyph of Conflagrate',58841,1,64,0,1,400,100,0,256,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56270,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42455,16,9,0,'Glyph of Corruption',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56271,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42456,16,9,0,'Glyph of Curse of Agony',58841,1,64,0,1,400,100,0,256,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56282,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42457,16,9,0,'Glyph of Death Coil',58841,1,64,0,1,400,100,0,256,2147483647,47,42,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56283,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42458,16,9,0,'Glyph of Fear',58841,1,64,0,1,400,100,0,256,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56284,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42459,16,9,0,'Glyph of Felguard',58841,1,64,0,1,400,100,0,256,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56285,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42460,16,9,0,'Glyph of Felhunter',58841,1,64,0,1,400,100,0,256,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56286,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42461,16,9,0,'Glyph of Health Funnel',58841,1,64,0,1,400,100,0,256,2147483647,17,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56288,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42462,16,9,0,'Glyph of Healthstone',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56289,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42463,16,9,0,'Glyph of Howl of Terror',58841,1,64,0,1,400,100,0,256,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56290,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42464,16,9,0,'Glyph of Immolate',58841,1,64,0,1,400,100,0,256,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56291,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42465,16,9,0,'Glyph of Imp',58841,1,64,0,1,400,100,0,256,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56292,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42466,16,9,0,'Glyph of Searing Pain',58841,1,64,0,1,400,100,0,256,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56293,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42467,16,9,0,'Glyph of Shadow Bolt',58841,1,64,0,1,400,100,0,256,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56294,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42468,16,9,0,'Glyph of Shadowburn',58841,1,64,0,1,400,100,0,256,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56295,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42469,16,9,0,'Glyph of Siphon Life',58841,1,64,0,1,400,100,0,256,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56296,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42470,16,9,0,'Glyph of Soulstone',58841,1,64,0,1,400,100,0,256,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56297,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42471,16,9,0,'Glyph of Succubus',58841,1,64,0,1,400,100,0,256,2147483647,31,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56299,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42472,16,9,0,'Glyph of Unstable Affliction',58841,1,64,0,1,400,100,0,256,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56301,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42473,16,9,0,'Glyph of Voidwalker',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56302,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42474,0,8,-1,'Glyph of Arcane Explosion',39193,1,64,0,1,400,100,0,256,-1,15,15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,56302,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42475,12,0,0,'Colossus Attack Specs',34751,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42476,12,0,0,'Colossus Defense Specs',7629,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42479,12,0,0,'Ethereal Worg\'s Fang',53485,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56313,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42480,12,0,-1,'Ebon Blade Banner',50963,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23301,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42481,12,0,0,'Reins of the Warbear Matriarch',56648,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56345,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42482,13,0,-1,'The Violet Hold Key',7737,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42483,2,16,-1,'Relentless Gladiator\'s War Edge',60853,4,4231168,0,1,0,0,25,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,85,7,64,32,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,583,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42484,2,3,-1,'Hateful Gladiator\'s Rifle',56176,4,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,32,18,35,18,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,467,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42485,2,3,-1,'Deadly Gladiator\'s Rifle',56177,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,510,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42486,2,3,-1,'Furious Gladiator\'s Rifle',56175,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,25.4,0,0,0,'',0,0,0,0,0,12340), (42487,2,3,-1,'Relentless Gladiator\'s Rifle',60844,4,36864,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,85,7,64,32,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,744,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,34.5,0,0,0,'',0,0,0,0,0,12340), (42489,2,2,-1,'Hateful Gladiator\'s Longbow',55929,4,0,0,1,0,0,15,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,32,18,35,18,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,467,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42490,2,2,-1,'Deadly Gladiator\'s Longbow',55928,4,36864,0,1,0,0,15,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,510,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42491,2,2,-1,'Furious Gladiator\'s Longbow',58933,4,36864,0,1,0,0,15,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,25.4,0,0,0,'',0,0,0,0,0,12340), (42492,2,2,-1,'Relentless Gladiator\'s Longbow',60833,4,36864,0,1,0,0,15,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,85,7,64,32,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,744,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,34.5,0,0,0,'',0,0,0,0,0,12340), (42494,2,18,-1,'Hateful Gladiator\'s Heavy Crossbow',55932,4,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,42,32,18,35,18,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,467,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42495,2,18,-1,'Deadly Gladiator\'s Heavy Crossbow',55931,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,38,62,7,48,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,510,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42496,2,18,-1,'Furious Gladiator\'s Heavy Crossbow',58935,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,38,76,7,55,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,25.4,0,0,0,'',0,0,0,0,0,12340), (42498,2,18,-1,'Relentless Gladiator\'s Heavy Crossbow',60828,4,36864,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,38,85,7,64,32,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,744,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,34.5,0,0,0,'',0,0,0,0,0,12340), (42499,12,0,0,'Reins of the Warbear Matriarch',56648,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54301,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42500,0,6,-1,'Titanium Shield Spike',55060,2,64,0,1,48000,12000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56353,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42501,2,19,-1,'Hateful Gladiator\'s Touch of Defeat',56616,4,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,31,5,13,32,19,35,18,45,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42502,2,19,-1,'Deadly Gladiator\'s Touch of Defeat',56617,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,37,7,31,5,20,32,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,382,711,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42503,2,19,-1,'Furious Gladiator\'s Touch of Defeat',56613,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,43,5,19,32,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,437,812,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42504,2,19,-1,'Relentless Gladiator\'s Touch of Defeat',60851,4,36864,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,49,5,22,32,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,480,893,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42508,4,6,-1,'Titansteel Shield Wall',53532,4,0,0,1,655464,131092,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,69,4,36,12,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42510,12,0,-1,'Worg Fur',39446,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42511,2,19,-1,'Savage Gladiator\'s Baton of Light',56614,3,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,27,5,12,6,16,35,16,45,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42512,2,19,-1,'Hateful Gladiator\'s Baton of Light',56616,4,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,31,5,13,6,19,35,18,45,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42513,2,19,-1,'Deadly Gladiator\'s Baton of Light',56617,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,37,7,36,5,15,6,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,382,711,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42514,2,19,-1,'Furious Gladiator\'s Baton of Light',56613,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,43,5,19,6,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,437,812,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42515,2,19,-1,'Relentless Gladiator\'s Baton of Light',60805,4,36864,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,49,5,22,6,28,35,28,0,0,0,0,0,0,0,0,0,0,0,0,480,893,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42517,2,19,-1,'Savage Gladiator\'s Piercing Touch',56614,3,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,27,5,12,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42518,2,19,-1,'Hateful Gladiator\'s Piercing Touch',56616,4,0,0,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,31,5,13,35,18,45,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,56390,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42519,2,19,-1,'Deadly Gladiator\'s Piercing Touch',56617,4,36864,0,1,0,0,26,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,45,37,7,31,5,20,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,711,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,56391,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42520,2,19,-1,'Furious Gladiator\'s Piercing Touch',56613,4,36864,0,1,0,0,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,45,44,7,43,5,19,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,812,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,64130,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42521,2,19,-1,'Relentless Gladiator\'s Piercing Touch',60836,4,36864,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,49,5,22,35,28,47,35,0,0,0,0,0,0,0,0,0,0,0,0,480,893,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42523,4,0,-1,'Savage Gladiator\'s Endgame',39505,3,0,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,49,5,21,32,29,35,28,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42524,4,0,-1,'Hateful Gladiator\'s Endgame',39505,4,0,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,32,34,35,33,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42525,4,0,-1,'Deadly Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42526,4,0,-1,'Furious Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42527,4,0,-1,'Relentless Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,91,5,40,32,53,35,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42529,4,0,-1,'Savage Gladiator\'s Reprieve',39505,3,0,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,49,5,21,6,29,35,28,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42530,4,0,-1,'Hateful Gladiator\'s Reprieve',39505,4,0,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,6,34,35,33,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42531,4,0,-1,'Deadly Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,6,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42532,4,0,-1,'Furious Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,6,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42533,4,0,-1,'Relentless Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,91,5,40,6,53,35,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42535,4,0,-1,'Savage Gladiator\'s Grimoire',39505,3,0,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,21,35,28,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56394,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42536,4,0,-1,'Hateful Gladiator\'s Grimoire',39505,4,0,0,1,0,0,23,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,24,35,33,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42537,4,0,-1,'Deadly Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,45,66,7,66,5,29,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56395,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42538,4,0,-1,'Furious Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,45,78,7,78,5,33,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64121,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42539,4,0,-1,'Relentless Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,91,5,40,35,53,47,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42541,12,0,0,'Everfrost Shard',53538,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A remnant of a lost age.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42542,12,0,0,'Stoic Mammoth Hide',38747,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42545,0,1,-1,'Runic Mana Injector',57717,1,0,0,1,15000,3750,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67490,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42546,7,3,0,'Mana Injector Kit',24052,1,1088,0,1,5405,1351,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56403,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Failsafe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42549,4,4,-1,'Armored Titanium Goggles',43886,4,0,0,1,500596,100119,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,4,73,7,111,12,60,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,3778,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42550,4,2,-1,'Weakness Spectralizers',45779,4,0,0,1,359611,71922,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,38,148,3,73,7,90,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42551,4,3,-1,'Truesight Ice Blinders',53564,4,0,0,1,433122,86624,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,5,38,120,3,74,7,90,5,42,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42552,4,4,-1,'Charged Titanium Specs',43886,4,0,0,1,506247,101249,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,3,4,75,7,109,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42553,4,1,-1,'Visage Liquification Goggles',44949,4,0,0,1,290924,58184,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,128,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42554,4,2,-1,'Greensight Gogs',45780,4,0,0,1,365016,73003,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,128,0,1,0,4,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42555,4,3,-1,'Electroflux Sight Enhancers',53564,4,0,0,1,439607,87921,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,85,0,0,128,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42556,4,6,-1,'Savage Gladiator\'s Shield Wall',56885,3,0,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,82,35,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42557,4,6,-1,'Savage Gladiator\'s Barrier',56414,3,0,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,21,32,29,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42558,4,6,-1,'Hateful Gladiator\'s Shield Wall',56886,4,0,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,7,96,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42559,4,6,-1,'Deadly Gladiator\'s Shield Wall',56887,4,36864,0,1,0,0,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,2,7,108,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42560,4,6,-1,'Furious Gladiator\'s Shield Wall',59214,4,36864,0,1,0,0,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,2,7,126,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42561,4,6,-1,'Relentless Gladiator\'s Shield Wall',56501,4,36864,0,1,0,0,14,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,2,7,152,35,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,237,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42563,4,6,-1,'Hateful Gladiator\'s Barrier',56415,4,0,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,24,32,34,35,33,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42564,4,6,-1,'Deadly Gladiator\'s Barrier',56416,4,36864,0,1,0,0,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,32,38,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42565,4,6,-1,'Furious Gladiator\'s Barrier',56415,4,36864,0,1,0,0,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,32,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42566,4,6,-1,'Relentless Gladiator\'s Barrier',60854,4,36864,0,1,0,0,14,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,91,5,40,32,53,35,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,237,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42568,4,6,-1,'Savage Gladiator\'s Redoubt',56414,3,0,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,21,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,204,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42569,4,6,-1,'Hateful Gladiator\'s Redoubt',56415,4,0,0,1,0,0,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,24,35,33,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42570,4,6,-1,'Deadly Gladiator\'s Redoubt',56416,4,36864,0,1,0,0,14,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,66,7,66,5,29,43,19,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7722,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,216,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42571,4,6,-1,'Furious Gladiator\'s Redoubt',56414,4,36864,0,1,0,0,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,78,5,33,43,23,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42572,4,6,-1,'Relentless Gladiator\'s Redoubt',51721,4,36864,0,1,0,0,14,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,91,5,40,43,27,35,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,237,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42574,4,8,-1,'Savage Gladiator\'s Idol of Resolve',34953,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60693,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42575,4,8,-1,'Savage Gladiator\'s Idol of Steadfastness',34953,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60710,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42576,4,8,-1,'Savage Gladiator\'s Idol of Tenacity',9659,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60733,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42577,4,8,-1,'Hateful Gladiator\'s Idol of Tenacity',9659,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60736,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42578,4,8,-1,'Deadly Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60738,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42579,4,8,-1,'Furious Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60739,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42580,4,8,-1,'Relentless Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60740,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42582,4,8,-1,'Hateful Gladiator\'s Idol of Steadfastness',34953,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60717,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42583,4,8,-1,'Deadly Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60719,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42584,4,8,-1,'Furious Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60722,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42585,4,8,-1,'Relentless Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60724,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42587,4,8,-1,'Hateful Gladiator\'s Idol of Resolve',34953,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60695,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42588,4,8,-1,'Deadly Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42589,4,8,-1,'Furious Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60698,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42590,0,5,-1,'TEST FRUITCAKE',33681,1,0,8192,5,0,0,0,32767,-1,65,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56439,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42591,4,8,-1,'Relentless Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60700,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42593,4,9,-1,'Savage Gladiator\'s Totem of Indomitability',25246,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60543,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air,Earth,Fire,and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42594,4,9,-1,'Savage Gladiator\'s Totem of Survival',25246,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60564,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air,Earth,Fire,and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42595,4,9,-1,'Savage Gladiator\'s Totem of the Third Wind',46045,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60556,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air,Earth,Fire,and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42596,4,9,-1,'Hateful Gladiator\'s Totem of the Third Wind',46045,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60557,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air,Earth,Fire,and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42597,4,9,-1,'Deadly Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60558,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42598,4,9,-1,'Furious Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60559,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42599,4,9,-1,'Relentless Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60560,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42601,4,9,-1,'Hateful Gladiator\'s Totem of Survival',25246,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60571,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air,Earth,Fire,and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42602,4,9,-1,'Deadly Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60572,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42603,4,9,-1,'Furious Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60573,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42604,4,9,-1,'Relentless Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60574,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42606,4,9,-1,'Hateful Gladiator\'s Totem of Indomitability',25246,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60546,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air,Earth,Fire,and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42607,4,9,-1,'Deadly Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60548,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42608,4,9,-1,'Furious Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60550,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42609,4,9,-1,'Relentless Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60552,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42611,4,7,-1,'Savage Gladiator\'s Libram of Fortitude',34960,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60577,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42612,4,7,-1,'Savage Gladiator\'s Libram of Justice',1103,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42613,4,7,-1,'Hateful Gladiator\'s Libram of Justice',1103,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60656,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42614,4,7,-1,'Deadly Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60659,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42615,4,7,-1,'Furious Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60661,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42616,4,7,-1,'Relentless Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60662,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42618,4,10,-1,'Savage Gladiator\'s Sigil of Strife',51913,3,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42619,4,10,-1,'Hateful Gladiator\'s Sigil of Strife',51913,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60685,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42620,4,10,-1,'Deadly Gladiator\'s Sigil of Strife',51913,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60686,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42621,4,10,-1,'Furious Gladiator\'s Sigil of Strife',51913,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60687,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42622,4,10,-1,'Relentless Gladiator\'s Sigil of Strife',51913,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60688,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42624,12,0,0,'Battered Storm Hammer',53325,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56448,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42625,4,4,-1,'Merciless Gladiator\'s Plate Chestpiece',39539,4,36864,0,1,0,0,5,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,60,4,35,32,35,35,24,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42626,4,4,-1,'Merciless Gladiator\'s Plate Gauntlets',39540,4,36864,0,1,0,0,10,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,46,4,33,32,29,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42627,4,4,-1,'Merciless Gladiator\'s Plate Helm',44561,4,36864,0,1,0,0,1,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,54,4,35,32,31,35,25,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1385,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,1,0,4,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42628,4,4,-1,'Merciless Gladiator\'s Plate Legguards',45932,4,36864,0,1,0,0,7,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,5,7,63,4,47,32,43,35,22,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42629,4,4,-1,'Merciless Gladiator\'s Plate Shoulders',39543,4,36864,0,1,0,0,3,1,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,51,4,29,32,27,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,567,100,0,0,0,0,2,0,4,0,0,0,2879,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42630,4,4,-1,'Gladiator\'s Scaled Chestpiece',41133,4,32768,0,1,0,0,5,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,45,5,23,32,26,4,31,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,165,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42631,4,4,-1,'Gladiator\'s Scaled Gauntlets',41134,4,32768,0,1,0,0,10,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,34,5,14,32,16,4,36,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,23300,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42632,4,4,-1,'Gladiator\'s Scaled Helm',41135,4,36864,0,1,0,0,1,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,48,5,21,32,16,4,45,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42633,4,4,-1,'Gladiator\'s Scaled Legguards',41136,4,32768,0,1,0,0,7,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,54,5,21,32,22,4,48,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42634,4,4,-1,'Gladiator\'s Scaled Shoulders',41137,4,32768,0,1,0,0,3,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,34,5,15,32,16,4,32,35,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,583,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42635,4,4,-1,'Gladiator\'s Ornamented Chestguard',41133,4,36864,0,1,0,0,5,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,45,5,31,32,30,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,165,0,0,0,0,2,0,2,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42636,4,4,-1,'Gladiator\'s Ornamented Gloves',41134,4,36864,0,1,0,0,10,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,34,5,24,32,24,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,0,0,0,15696,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42637,4,4,-1,'Gladiator\'s Ornamented Headcover',41135,4,36864,0,1,0,0,1,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,52,5,30,32,21,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,0,0,0,0,18037,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42638,4,4,-1,'Gladiator\'s Ornamented Legplates',41136,4,36864,0,1,0,0,7,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,32,32,32,35,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,0,0,0,0,18043,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42639,4,4,-1,'Gladiator\'s Ornamented Spaulders',41137,4,36864,0,1,0,0,3,2,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,30,5,24,32,23,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,18029,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,690,100,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42640,12,0,0,'Viscous Oil',53565,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42641,7,2,-1,'Global Thermal Sapper Charge',40555,1,0,0,1,20000,5000,0,-1,-1,75,0,202,400,20222,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56488,0,-1,0,300000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42642,4,0,-1,'Titanium Impact Band',39126,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,84,3,33,7,51,44,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42643,4,0,-1,'Titanium Earthguard Ring',39128,4,524288,0,1,267471,66867,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,50,7,63,12,25,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42644,4,0,-1,'Titanium Spellshock Ring',39124,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,49,7,48,5,33,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2872,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42645,4,0,-1,'Titanium Impact Choker',32008,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,84,3,33,7,51,44,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42646,4,0,-1,'Titanium Earthguard Chain',53566,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,49,7,63,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42647,4,0,-1,'Titanium Spellshock Necklace',39214,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,49,7,43,5,36,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42648,9,10,-1,'Design: Titanium Impact Band',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56496,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Impact Band',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42649,9,10,-1,'Design: Titanium Earthguard Ring',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56497,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Earthguard Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42650,9,10,-1,'Design: Titanium Spellshock Ring',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Spellshock Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42651,9,10,-1,'Design: Titanium Impact Choker',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Impact Choker',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42652,9,10,-1,'Design: Titanium Earthguard Chain',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Earthguard Chain',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42653,9,10,-1,'Design: Titanium Spellshock Necklace',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,56501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Spellshock Necklace',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42654,4,4,-1,'Hateful Gladiator\'s Dreadplate Chestpiece',39539,4,36864,0,1,0,0,5,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42655,4,4,-1,'Hateful Gladiator\'s Dreadplate Gauntlets',39540,4,36864,0,1,0,0,10,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,27,35,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42656,4,4,-1,'Hateful Gladiator\'s Dreadplate Helm',44561,4,36864,0,1,0,0,1,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42657,4,4,-1,'Hateful Gladiator\'s Dreadplate Legguards',45932,4,36864,0,1,0,0,7,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,32,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42658,4,4,-1,'Hateful Gladiator\'s Dreadplate Shoulders',39543,4,36864,0,1,0,0,3,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42659,4,3,-1,'Merciless Gladiator\'s Mail Armor',41144,4,36864,0,1,0,0,5,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,48,5,24,32,25,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,21629,1,0,0,-1,0,-1,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42660,4,3,-1,'Merciless Gladiator\'s Mail Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,20,32,25,35,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,14055,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42661,4,3,-1,'Merciless Gladiator\'s Mail Helm',44009,4,36864,0,1,0,0,1,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,5,19,32,22,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42662,4,3,-1,'Merciless Gladiator\'s Mail Leggings',41148,4,36864,0,1,0,0,7,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,5,29,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,21629,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42663,4,3,-1,'Merciless Gladiator\'s Mail Spaulders',41149,4,36864,0,1,0,0,3,64,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,19,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,0,0,0,0,0,0,0,0,0,21626,1,0,0,-1,0,-1,18049,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,580,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42664,4,3,-1,'Vengeful Gladiator\'s Ringmail Armor',41144,4,36864,0,1,0,0,5,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,30,32,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,18047,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,140,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42665,4,3,-1,'Vengeful Gladiator\'s Ringmail Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,47,5,23,32,25,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,18046,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42666,4,3,-1,'Vengeful Gladiator\'s Ringmail Helm',41147,4,36864,0,1,0,0,1,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,67,5,28,32,25,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42667,4,3,-1,'Vengeful Gladiator\'s Ringmail Leggings',41148,4,36864,0,1,0,0,7,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,64,5,33,32,29,35,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,0,0,0,0,0,0,0,36098,1,0,0,-1,0,-1,21365,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42668,4,3,-1,'Vengeful Gladiator\'s Ringmail Spaulders',41149,4,36864,0,1,0,0,3,64,-1,146,70,0,0,0,0,0,0,0,0,1,0,4,7,43,5,23,32,20,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,766,0,0,0,0,0,0,0,0,0,21364,1,0,0,-1,0,-1,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,686,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42669,4,3,-1,'Gladiator\'s Linked Armor',41144,4,36864,0,1,0,0,5,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,58,32,28,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,21630,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42670,4,3,-1,'Gladiator\'s Linked Gauntlets',41145,4,36864,0,1,0,0,10,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,40,38,50,32,27,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,33020,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42671,4,3,-1,'Gladiator\'s Linked Helm',44009,4,36864,0,1,0,0,1,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,38,68,32,26,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42672,4,3,-1,'Gladiator\'s Linked Leggings',41148,4,36864,0,1,0,0,7,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,54,38,60,32,36,35,28,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42673,4,3,-1,'Gladiator\'s Linked Spaulders',41149,4,36864,0,1,0,0,3,64,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,38,38,32,22,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,21363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,578,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42674,4,3,-1,'Gladiator\'s Chain Armor',40623,4,36864,0,1,0,0,5,4,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,51,3,27,32,18,35,20,5,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,140,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42675,4,3,-1,'Gladiator\'s Chain Gauntlets',40624,4,36864,0,1,0,0,10,4,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,41,3,26,32,14,35,18,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,0,0,0,0,0,0,9334,1,0,0,-1,0,-1,28539,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42676,4,3,-1,'Gladiator\'s Chain Helm',42882,4,36864,0,1,0,0,1,4,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,49,3,34,32,20,35,20,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,0,14089,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42677,4,3,-1,'Gladiator\'s Chain Leggings',40626,4,36864,0,1,0,0,7,4,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,53,3,35,32,19,35,31,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,0,0,0,15808,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,105,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42678,4,3,-1,'Gladiator\'s Chain Spaulders',40628,4,36864,0,1,0,0,3,4,-1,123,70,0,0,0,0,0,0,0,0,1,0,5,7,39,3,27,32,11,35,18,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,9330,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,586,85,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42679,12,0,0,'Creteus\'s Mobile Databank',53569,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56510,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42680,4,2,-1,'Gladiator\'s Kodohide Gloves',41443,4,36864,0,1,0,0,10,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,27,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42681,4,2,-1,'Gladiator\'s Kodohide Helm',47172,4,36864,0,1,0,0,1,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,46,5,33,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42682,4,2,-1,'Gladiator\'s Kodohide Legguards',41445,4,36864,0,1,0,0,7,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,37,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,17320,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,1), (42683,4,2,-1,'Gladiator\'s Kodohide Spaulders',41758,4,36864,0,1,0,0,3,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21362,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42684,4,2,-1,'Gladiator\'s Kodohide Tunic',41446,4,36864,0,1,0,0,5,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,30,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,18045,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,685,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42685,4,2,-1,'Gladiator\'s Wyrmhide Gloves',41443,4,32768,0,1,0,0,10,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,21,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42686,4,2,-1,'Gladiator\'s Wyrmhide Helm',47172,4,36864,0,1,0,0,1,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,25,35,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,17280,1,0,0,-1,0,-1,21628,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,1,0,4,0,0,0,2878,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42687,4,2,-1,'Gladiator\'s Wyrmhide Legguards',41445,4,36864,0,1,0,0,7,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,45,5,29,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,33484,1,0,0,-1,0,-1,20959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,60,0,0,0,'',0,0,0,0,0,1), (42688,4,2,-1,'Gladiator\'s Wyrmhide Spaulders',41758,4,36864,0,1,0,0,3,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,33,5,14,35,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,14127,1,0,0,-1,0,-1,21618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42689,4,2,-1,'Gladiator\'s Wyrmhide Tunic',41446,4,32768,0,1,0,0,5,1024,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,42,5,22,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,0,0,0,0,0,0,28264,1,0,0,-1,0,-1,21627,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,585,120,0,0,0,0,2,0,2,0,4,0,2856,0,-1,40,0,0,0,'',0,0,0,0,0,1), (42690,4,2,-1,'Merciless Gladiator\'s Leather Gloves',41443,4,36864,0,1,0,0,10,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,31,35,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42691,4,2,-1,'Merciless Gladiator\'s Leather Helm',47172,4,36864,0,1,0,0,1,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,3,37,35,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42692,4,2,-1,'Merciless Gladiator\'s Leather Legguards',41445,4,36864,0,1,0,0,7,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,3,41,32,21,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42693,4,2,-1,'Merciless Gladiator\'s Leather Spaulders',41758,4,36864,0,1,0,0,3,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,32,32,24,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42694,4,2,-1,'Merciless Gladiator\'s Leather Tunic',41446,4,36864,0,1,0,0,5,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,3,37,35,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42695,4,2,-1,'Merciless Gladiator\'s Leather Gloves',41138,4,36864,0,1,0,0,10,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,31,35,24,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,0,0,0,0,0,0,0,15806,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42696,4,2,-1,'Merciless Gladiator\'s Leather Helm',44876,4,36864,0,1,0,0,1,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,58,3,37,35,25,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,15810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42697,4,2,-1,'Merciless Gladiator\'s Leather Legguards',41140,4,36864,0,1,0,0,7,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,60,3,41,32,21,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,15809,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42698,4,2,-1,'Merciless Gladiator\'s Leather Spaulders',41142,4,36864,0,1,0,0,3,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,45,3,32,32,24,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,0,0,0,0,0,0,0,14027,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,70,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42699,4,2,-1,'Merciless Gladiator\'s Leather Tunic',41143,4,36864,0,1,0,0,5,8,-1,136,70,0,0,0,0,0,0,0,0,1,0,4,7,57,3,37,35,25,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,14049,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,577,120,0,0,0,0,2,0,2,0,4,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42700,12,0,0,'Reforged Armor of the Stormlord',53573,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42701,3,8,-1,'Enchanted Pearl',54312,2,524288,0,1,120000,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches any Socket. Maximum of one socketed in your equipment',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1529,-1,0,0,0,0,'',0,0,0,0,0,12340), (42702,3,8,-1,'Enchanted Tear',54314,3,528384,0,1,120000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches any Socket. Maximum of one socketed in your equipment',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1530,-1,0,0,0,0,'',0,0,0,0,0,12340), (42703,4,1,-1,'Gladiator\'s Mooncloth Gloves',41154,4,36864,0,1,0,0,10,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,20,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,15696,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42704,4,1,-1,'Gladiator\'s Mooncloth Hood',41794,4,36864,0,1,0,0,1,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,22,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18036,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42705,4,1,-1,'Gladiator\'s Mooncloth Leggings',41155,4,36864,0,1,0,0,7,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18039,1,0,0,-1,0,-1,21366,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42706,4,1,-1,'Gladiator\'s Mooncloth Mantle',42171,4,36864,0,1,0,0,3,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,18032,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42707,4,1,-1,'Gladiator\'s Mooncloth Robe',41157,4,36864,0,1,0,0,20,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,28,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,18033,1,0,0,-1,0,-1,21626,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,687,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42708,4,1,-1,'Gladiator\'s Satin Gloves',41154,4,36864,0,1,0,0,10,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,20,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,23044,1,0,0,-1,0,-1,14127,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42709,4,1,-1,'Gladiator\'s Satin Hood',41794,4,36864,0,1,0,0,1,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,20,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42710,4,1,-1,'Gladiator\'s Satin Leggings',41155,4,36864,0,1,0,0,7,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,60,5,30,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,28360,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42711,4,1,-1,'Gladiator\'s Satin Mantle',42171,4,36864,0,1,0,0,3,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,15714,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,60,0,0,0,0,2,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42712,4,1,-1,'Gladiator\'s Satin Robe',41157,4,36864,0,1,0,0,20,16,-1,123,70,0,0,0,0,0,0,0,0,1,0,3,7,51,5,26,35,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,581,100,0,0,0,0,2,0,4,0,4,0,2856,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42713,4,1,-1,'Gladiator\'s Silk Amice',40622,4,32768,0,1,0,0,3,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,13,35,21,32,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42714,4,1,-1,'Gladiator\'s Silk Cowl',41234,4,32768,0,1,0,0,1,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42715,4,1,-1,'Gladiator\'s Silk Handguards',40059,4,32768,0,1,0,0,10,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,14,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33066,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42716,4,1,-1,'Gladiator\'s Silk Raiment',40056,4,32768,0,1,0,0,20,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,18,32,25,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42717,4,1,-1,'Gladiator\'s Silk Trousers',39952,4,32768,0,1,0,0,7,128,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,28,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,579,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42718,4,1,-1,'Gladiator\'s Felweave Amice',41706,4,36864,0,1,0,0,3,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,42,5,14,35,21,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,8,0,4,0,0,0,2859,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42719,4,1,-1,'Gladiator\'s Felweave Cowl',45149,4,36864,0,1,0,0,1,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,15,32,18,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,18054,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,60,0,0,0,0,1,0,2,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42720,4,1,-1,'Gladiator\'s Felweave Handguards',45236,4,36864,0,1,0,0,10,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,39,5,14,32,21,35,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,17367,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42721,4,1,-1,'Gladiator\'s Felweave Raiment',44788,4,36864,0,1,0,0,20,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,51,5,16,32,27,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,17367,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,100,0,0,0,0,2,0,4,0,4,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42722,4,1,-1,'Gladiator\'s Felweave Trousers',41713,4,36864,0,1,0,0,7,256,-1,123,70,0,0,0,0,0,0,0,0,1,0,4,7,54,5,25,32,28,35,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,18058,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,615,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42723,4,4,-1,'Ornate Saronite Bracers',54817,3,0,0,1,243949,48789,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,44,7,39,5,26,32,25,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42724,4,4,-1,'Ornate Saronite Gauntlets',53007,3,0,0,1,244848,48969,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,43,18,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42725,4,4,-1,'Ornate Saronite Hauberk',52233,3,0,0,1,488654,97730,5,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42726,4,4,-1,'Ornate Saronite Legplates',53577,3,0,0,1,490441,98088,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,43,23,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42727,4,4,-1,'Ornate Saronite Pauldrons',51577,3,0,0,1,368468,73693,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42728,4,4,-1,'Ornate Saronite Skullshield',50615,3,0,0,1,369770,73954,1,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42729,4,4,-1,'Ornate Saronite Waistguard',53578,3,0,0,1,249294,49858,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,43,18,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42730,4,4,-1,'Ornate Saronite Walkers',52568,3,0,0,1,372446,74489,8,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,43,18,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,814,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42731,4,2,-1,'Leggings of Visceral Strikes',56715,3,0,0,1,356664,71332,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,32,68,7,60,38,100,3,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42732,12,0,0,'Everfrost Razor',53581,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56562,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42733,12,0,0,'Icemaw Bear Flank',52981,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56573,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42734,16,8,0,'Glyph of Arcane Explosion',58830,1,64,0,1,400,100,0,128,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56540,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42735,16,8,0,'Glyph of Arcane Missiles',58830,1,64,0,1,400,100,0,128,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56542,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42736,16,8,0,'Glyph of Arcane Power',58830,1,64,0,1,400,100,0,128,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56544,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42737,16,8,0,'Glyph of Blink',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56546,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42738,16,8,0,'Glyph of Evocation',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56547,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42739,16,8,0,'Glyph of Fireball',58830,1,64,0,1,400,100,0,128,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56587,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42740,16,8,0,'Glyph of Fire Blast',58830,1,64,0,1,400,100,0,128,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56588,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42741,16,8,0,'Glyph of Frost Nova',58830,1,64,0,1,400,100,0,128,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56589,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42742,16,8,0,'Glyph of Frostbolt',58830,1,64,0,1,400,100,0,128,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56590,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42743,16,8,0,'Glyph of Ice Armor',58830,1,64,0,1,400,100,0,128,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56591,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42744,16,8,0,'Glyph of Ice Block',58830,1,64,0,1,400,100,0,128,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56592,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42745,16,8,0,'Glyph of Ice Lance',58830,1,64,0,1,400,100,0,128,2147483647,71,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56593,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42746,16,8,0,'Glyph of Icy Veins',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56594,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42747,16,8,0,'Glyph of Scorch',58830,1,64,0,1,400,100,0,128,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56595,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42748,16,8,0,'Glyph of Invisibility',58830,1,64,0,1,400,100,0,128,2147483647,73,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56596,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42749,16,8,0,'Glyph of Mage Armor',58830,1,64,0,1,400,100,0,128,2147483647,39,34,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56597,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42750,16,8,0,'Glyph of Mana Gem',58830,1,64,0,1,400,100,0,128,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56598,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42751,16,8,0,'Glyph of Molten Armor',58830,1,64,0,1,400,100,0,128,2147483647,67,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56599,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42752,16,8,0,'Glyph of Polymorph',58830,1,64,0,1,400,100,0,128,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56600,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42753,16,8,0,'Glyph of Remove Curse',58830,1,64,0,1,400,100,0,128,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56601,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42754,16,8,0,'Glyph of Water Elemental',58830,1,64,0,1,400,100,0,128,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56602,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42755,2,4,-1,'Monster - Staff, Xarantaur\'s Staff',53593,3,0,8192,1,428663,85732,13,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,0,4,46,3,27,7,324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-30.3,0,0,0,'',0,0,0,0,0,15595), (42758,4,1,-1,'Time-Twisted Wraps',53633,3,0,0,1,114103,22820,10,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,36,5,26,36,37,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42760,4,1,-1,'Sandals of Mystical Evolution',53625,3,0,0,1,172441,34488,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,6,36,5,38,7,39,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42761,4,2,-1,'Time-Stop Gloves',53632,3,0,0,1,144236,28847,10,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,33,44,38,38,74,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42762,4,2,-1,'Treads of Torn Future',53626,3,0,0,1,217136,43427,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,3,44,7,40,32,21,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42763,4,3,-1,'Bindings of Sabotage',56342,3,0,0,1,174351,34870,10,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,5,37,3,38,7,33,38,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42765,4,4,-1,'Gauntlets of the Disturbed Giant',53639,3,0,0,1,206080,41216,10,262143,2147483647,155,0,0,0,0,0,0,0,0,0,1,0,4,4,27,7,57,12,38,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42766,4,3,-1,'Spiked Treads of Mutation',53627,3,0,0,1,265568,53113,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,31,5,27,43,18,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,674,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42767,4,4,-1,'Invigorating Sabatons',49734,3,0,0,1,308993,61798,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,40,5,21,32,35,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1205,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42768,4,4,-1,'Boots of the Unbowed Protector',53629,3,0,0,1,310115,62023,8,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,55,4,38,12,27,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1205,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (42769,12,0,0,'Spear of Hodir',44246,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56671,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42770,12,0,0,'Forgotten Depths Venom Sac',5283,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Gooey.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42772,12,0,-1,'Dr. Terrible\'s \"Building a Better Flesh Giant\"',9129,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This large tome contains the doctor\'s notes for the construction of a flesh giant from the pieces of vargul',0,0,0,13043,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42774,12,0,0,'Arngrim\'s Tooth',53680,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56727,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42776,2,3,-1,'Monster - Gun, PvP Alliance',34116,0,0,8192,1,8,1,26,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42777,0,5,-1,'Crusader\'s Waterskin',53692,1,0,0,5,11000,550,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42778,0,5,-1,'Crusader\'s Rations',6345,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42779,0,5,-1,'Steaming Chicken Soup',53694,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53283,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just the thing for a cold crusader.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (42780,12,0,-1,'Relic of Ulduar',53695,1,0,0,1,800,200,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There are certain to be individuals who place value in these.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42781,12,0,0,'The Chieftain\'s Totem',53696,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56765,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42782,12,0,0,'Stormhoof\'s Spear',53697,1,2147485696,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42783,12,0,0,'Stormhoof\'s Mail',53698,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42784,12,0,-1,'Small Proto-Drake Egg',20692,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42785,4,1,-1,'Mammoth Sinew Cinch',56093,2,0,0,1,108685,21737,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,30,5,36,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42786,2,7,-1,'Daschal\'s Serrated Blade',56004,2,0,0,1,559659,111931,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,38,58,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42787,4,1,-1,'Ironwool Bindings',56034,2,0,0,1,112329,22465,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,29,32,29,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42788,4,1,-1,'Frosthowl Cinch',56007,2,0,0,1,112727,22545,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,35,7,46,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42789,4,1,-1,'Boots of the Howling Winds',55901,2,0,0,1,153531,30706,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,36,5,37,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42790,4,1,-1,'K3 Surgeon\'s Gloves',55476,2,0,0,1,102752,20550,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,26,36,34,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42791,4,0,-1,'Ring of Order',56103,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,25,7,28,45,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42792,4,1,-1,'Vestments of Dun Niffelem',56141,2,0,0,1,207073,41414,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,39,5,52,45,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42793,4,0,-1,'Locket of Snowcrest',31603,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,23,6,29,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42794,2,10,-1,'Hardened Vine of the Mauler',50147,2,0,0,1,652076,130415,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,71,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,494,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42795,4,1,-1,'Leggings of Renewed Hope',56055,2,0,0,1,209459,41891,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,36,32,29,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,3267,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42796,4,0,-1,'Lantern of Enchanted Flame',56045,2,0,0,1,156224,39056,23,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,34,5,30,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42797,12,0,-1,'Stolen Proto-Dragon Eggs',20692,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56788,0,-1,0,4000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42798,4,2,-1,'Mammoth Hide Galoshes',56081,2,0,0,1,198585,39717,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,25,6,31,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42799,2,8,-1,'Snowblind Butcher',50326,2,0,0,1,664437,132887,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,36,72,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42800,4,2,-1,'Gale-wind Guard',56012,2,0,0,1,200056,40011,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,32,32,39,45,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42801,4,2,-1,'Nomadic Bracers',56577,2,0,0,1,133868,26773,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,34,3,32,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42802,4,2,-1,'Hardened Whipping Belt',56333,2,0,0,1,137926,27585,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,55,7,38,38,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42803,4,2,-1,'Buckshot-Proof Battlesurgeon\'s Protector',55908,2,0,0,1,276846,55369,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,35,7,61,45,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Satisfaction guaranteed. Durability not included',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42804,4,2,-1,'Spiked Iceclimber\'s Boots',56132,2,0,0,1,208360,41672,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,53,7,39,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42805,4,2,-1,'Njormeld\'s Pauldrons',49919,2,0,0,1,209106,41821,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,27,38,114,31,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42806,4,2,-1,'Storm-weathered Cuffs',56578,2,0,0,1,139901,27980,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,74,7,33,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42807,2,7,-1,'Blade of the Inception',55892,2,0,0,1,561540,112308,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,33,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42808,4,0,-1,'Bouldercrag\'s Pendant',52417,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,24,44,43,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42809,4,2,-1,'Bloodied Leather Gloves',56579,2,0,0,1,127929,25585,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,37,41,7,49,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42810,4,3,-1,'Wooly Cowl',51873,2,0,0,1,231167,46233,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,37,7,43,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,3267,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42811,2,15,-1,'Twisted Reflection',56140,2,0,0,1,515641,103128,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,37,32,31,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,161,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'May misfortune fall upon thy new owner. -Anias',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.1,0,0,0,'',35,0,0,0,0,12340), (42812,4,0,-1,'The \"D\" Ring',52373,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,20,7,24,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'When the \"C\" ring just doesn\'t get the job done.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42813,4,3,-1,'Chestplate of the Northern Ranger',56582,2,0,0,1,311771,62354,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,56,31,29,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2936,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42814,4,3,-1,'Broken Chastity Belt',55903,2,0,0,1,156482,31296,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,38,43,19,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42815,4,3,-1,'Mammoth Mukluks',56092,2,0,0,1,236641,47328,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,46,36,32,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42816,4,3,-1,'Cuffs of Invention',56585,2,0,0,1,157659,31531,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,46,32,39,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42817,4,3,-1,'Reforged Chain Leggings',56587,2,0,0,1,316511,63302,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,63,44,42,38,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42818,4,3,-1,'Stormstalker\'s Clutch',56136,2,0,0,1,163125,32625,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,52,7,46,38,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42819,2,4,-1,'Maker\'s Touch',50201,2,0,0,1,545685,109137,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,43,15,5,27,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,214,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (42820,4,3,-1,'Mantle of Bouldercrag',51885,2,0,0,1,247548,49509,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,45,43,15,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42821,4,3,-1,'Belt of the Stormforged',56589,2,0,0,1,164898,32979,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,45,7,52,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42822,2,3,-1,'K3 Pachyderm Prevention Device',31210,2,0,0,1,413698,82739,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,24,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,312,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'In case of emergency, pull trigger',0,0,0,0,0,1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42823,2,4,-1,'Ricket\'s Beatstick',50199,2,0,0,1,553586,110717,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,2,3,31,44,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42824,2,1,-1,'Maker\'s Edge',51385,2,0,0,1,694468,138893,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,36,72,4,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42825,4,4,-1,'Polished Tusk Shackles',51899,2,0,0,1,196262,39252,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,43,13,29,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42826,4,4,-1,'Goblin Damage Absorber',56018,2,0,0,1,196943,39388,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,7,60,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'There\'s a lengthy waiver inscribed on the inside of this belt. The writing is too small to read',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,549,0,0,0,'',16,0,0,0,0,12340), (42827,4,4,-1,'Rockshaper\'s Resolve',56106,2,0,0,1,393040,78608,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,80,12,37,4,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42828,2,10,-1,'Garm\'s Ward',50142,2,0,0,1,704344,140868,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,73,6,40,32,39,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,278,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (42829,4,4,-1,'Plated Skullguard',50905,2,0,0,1,268112,53622,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,32,26,45,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42830,4,4,-1,'Ring of Jokkum',56102,2,0,0,1,180786,36157,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,28,7,41,45,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42831,2,15,-1,'Maiden\'s Dagger',56076,2,0,0,1,515587,103117,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,25,36,32,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,143,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (42832,4,4,-1,'Coldblooded Legplates',56596,2,0,0,1,362303,72460,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,51,4,61,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2892,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42833,4,4,-1,'Jawbreakers',56598,2,0,0,1,272251,54450,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,43,31,36,7,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42834,4,4,-1,'Mantle of Long Winter',51297,2,0,0,1,280729,56145,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,29,44,55,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42835,4,4,-1,'Backhanded Grips',56600,2,0,0,1,189281,37856,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,41,32,39,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42836,4,4,-1,'Rockshaper Stompers',56584,2,0,0,1,282813,56562,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,55,32,29,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42837,12,0,-1,'Disciplining Rod',21206,1,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56033,0,0,0,5000,1140,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42838,12,0,0,'Runed Harness',7061,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42839,12,0,0,'The Lorehammer',53699,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57939,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42840,12,0,0,'Horn of the Peaks',48462,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56409,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42841,4,1,-1,'Leggings of the Frozen Wastes',56056,2,0,0,1,219822,43964,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,7,60,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2908,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42842,4,1,-1,'Fur-Lined Shoulder Warmers',56011,2,0,0,1,165463,33092,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,36,36,37,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42843,4,1,-1,'Mildred\'s Cowl',52491,2,0,0,1,166059,33211,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,66,31,29,45,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42844,4,1,-1,'Robes of Lightning',56105,3,0,0,1,285331,57066,20,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,80,31,55,45,76,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (42845,4,0,-1,'Brunnhildar Runed Ring',55905,2,0,0,1,83894,16778,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,20,31,39,45,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42846,4,1,-1,'Jormungar Galoshes',56091,2,0,0,1,167833,33566,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,27,6,52,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42847,4,1,-1,'Terrace Gazer\'s Gloves',56137,2,0,0,1,112286,22457,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,47,32,30,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42848,2,15,-1,'Razor-sharp Icicle',50125,2,0,0,1,563421,112684,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,44,30,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42849,4,1,-1,'Flowing Valkyrion Robes',56005,2,0,0,1,204622,40924,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,6,35,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2890,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42850,4,1,-1,'Flamebringer\'s Crown',51192,2,0,0,1,158336,31667,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,36,32,51,45,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42851,4,7,-1,'Hateful Gladiator\'s Libram of Fortitude',1103,4,0,0,1,0,0,28,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60632,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (42852,4,7,-1,'Deadly Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60633,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42853,4,7,-1,'Furious Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60634,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42854,4,7,-1,'Relentless Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60635,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42857,2,10,-1,'Thorim\'s Riding Crop',50141,2,0,0,1,677001,135400,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,63,36,70,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (42858,2,18,-1,'Crossbow of the Storms',56001,2,0,0,1,407692,81538,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,38,50,44,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42859,2,5,-1,'Thorim\'s Crusher',50316,2,0,0,1,681972,136394,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,7,106,4,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,525,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42860,4,6,-1,'Broodmother\'s Protector',55904,2,0,0,1,350408,70081,14,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,32,23,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,176,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42861,2,15,-1,'Jormungar Fang',50121,2,0,0,1,549501,109900,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,31,29,38,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,186,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42862,2,13,-1,'Hyldnir Painbringer',56025,2,0,0,1,551490,110298,22,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,21,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42863,2,16,-1,'Sharpened Hyldnir Harpoon',56113,2,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,7,38,31,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42864,4,0,-1,'Frozen Mood Ring',49229,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,44,41,32,25,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seems to always be black',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42865,4,2,-1,'Frost Hardened Bracers',56006,2,0,0,1,139350,27870,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,37,32,28,45,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42866,4,2,-1,'Fur-Lined Mittens',56009,2,0,0,1,129958,25991,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,38,6,33,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42867,4,2,-1,'Cured Proto-Drake Leggings',49928,2,0,0,1,260911,52182,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,90,32,29,3,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42868,2,4,-1,'Hyldnir Headcracker',50203,2,0,0,1,523757,104751,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,2,37,31,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (42869,4,2,-1,'Yeti Hide Mantle',49920,2,0,0,1,197154,39430,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,40,38,86,7,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42870,4,2,-1,'Hibernal Chestguard',56021,2,0,0,1,263867,52773,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,26,6,59,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2890,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42871,4,2,-1,'Bracer of Tarbash',56580,2,0,0,1,132417,26483,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,32,7,35,38,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42872,4,2,-1,'Proto-Drake Cover',56098,2,0,0,1,199371,39874,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,59,7,63,38,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42874,4,2,-1,'Wooly Stompers',49979,2,0,0,1,200863,40172,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,110,44,25,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42875,4,2,-1,'Worg-Hide Pants',56581,2,0,8192,1,268784,53756,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,3,56,7,51,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42876,4,4,-1,'Light-Touched Mantle',51297,2,0,0,1,282728,56545,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,32,28,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42877,4,4,-1,'Chestguard of the Frozen Ascent',51900,2,0,0,1,379082,75816,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,43,20,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42878,4,4,-1,'Vrykul Training Helm',51904,2,0,0,1,284812,56962,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,59,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2892,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42879,4,4,-1,'Crown of Hyldnir',51904,2,0,0,1,285826,57165,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,53,12,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2882,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42880,4,4,-1,'Astrid\'s Riding Gloves',51895,2,0,0,1,192705,38541,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,55,32,29,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42881,4,4,-1,'Bjornrittar\'s Chilled Legguards',55845,2,0,0,1,384613,76922,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,7,34,45,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42882,4,4,-1,'Thorim\'s Grasp',56391,2,0,0,1,180181,36036,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,44,4,55,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42883,4,4,-1,'Iva\'s Boots',56042,2,0,0,1,269238,53847,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,42,5,29,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42884,4,4,-1,'Steel-tipped Snowboots',56133,2,0,0,1,270280,54056,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,39,14,39,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42885,4,4,-1,'Mountaineer\'s Helm',51891,2,0,8192,1,271322,54264,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,4,56,37,39,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3308,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42886,4,3,-1,'Gloves of the Howling Peaks',56583,2,0,8192,1,155917,31183,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,87,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42887,4,3,-1,'Pauldrons of the Ascent',49362,2,0,0,1,235815,47163,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,32,38,86,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42888,4,3,-1,'Summit Bracers',51886,2,0,0,1,157110,31422,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,28,5,18,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42889,4,3,-1,'Mildred\'s Grasp',56601,2,0,0,1,157707,31541,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,40,44,32,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42890,4,3,-1,'Proto-scale Pants',56099,2,0,0,1,316576,63315,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,43,19,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42891,4,3,-1,'Brunnhildar Snowkickers',56590,2,0,0,1,239386,47877,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,33,3,38,38,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42892,4,3,-1,'Scaled Proto-Wristguard',51886,2,0,0,1,159481,31896,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,36,7,42,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42893,4,3,-1,'Shoulders of Earthen Might',54933,2,0,0,1,241183,48236,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,27,38,44,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42894,12,0,0,'Horn of Elemental Fury',13082,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56893,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42895,4,3,-1,'Scaled Jormungar Protector',56575,2,0,0,1,241882,48376,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,61,7,51,38,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42896,4,3,-1,'Valkyrion Tracker\'s Chestguard',56576,2,0,0,1,323702,64740,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,51,44,34,38,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2952,0,350,0,0,0,0,'',16,0,0,0,0,12340), (42897,16,3,0,'Glyph of Aimed Shot',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56869,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42898,16,3,0,'Glyph of Arcane Shot',58829,1,64,0,1,400,100,0,4,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56870,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42899,16,3,0,'Glyph of the Beast',58829,1,64,0,1,400,100,0,4,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56871,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42900,16,3,0,'Glyph of Mending',58829,1,64,0,1,400,100,0,4,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56872,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42901,16,3,0,'Glyph of Aspect of the Viper',58829,1,64,0,1,400,100,0,4,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56873,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42902,16,3,0,'Glyph of Bestial Wrath',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56874,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42903,16,3,0,'Glyph of Deterrence',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56875,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42904,16,3,0,'Glyph of Disengage',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56876,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42905,16,3,0,'Glyph of Freezing Trap',58829,1,64,0,1,400,100,0,4,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56877,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42906,16,3,0,'Glyph of Frost Trap',58829,1,64,0,1,400,100,0,4,2147483647,33,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56878,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42907,16,3,0,'Glyph of Hunter\'s Mark',58829,1,64,0,1,400,100,0,4,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56879,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42908,16,3,0,'Glyph of Immolation Trap',58829,1,64,0,1,400,100,0,4,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56880,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42909,16,3,0,'Glyph of the Hawk',58829,1,64,0,1,400,100,0,4,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56881,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42910,16,3,0,'Glyph of Multi-Shot',58829,1,64,0,1,400,100,0,4,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56882,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42911,16,3,0,'Glyph of Rapid Fire',58829,1,64,0,1,400,100,0,4,2147483647,31,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56883,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42912,16,3,0,'Glyph of Serpent Sting',58829,1,64,0,1,400,100,0,4,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56884,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42913,16,3,0,'Glyph of Snake Trap',58829,1,64,0,1,400,100,0,4,2147483647,73,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56885,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42914,16,3,0,'Glyph of Steady Shot',58829,1,64,0,1,400,100,0,4,2147483647,67,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56886,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42915,16,3,0,'Glyph of Trueshot Aura',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56887,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42916,16,3,0,'Glyph of Volley',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56888,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42917,16,3,0,'Glyph of Wyvern Sting',58829,1,64,0,1,400,100,0,4,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56889,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42918,12,0,0,'The Lorehammer',53699,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56863,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42922,12,0,-1,'Swords Deck',31755,3,64,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42926,12,0,-1,'Cave Mushroom',36727,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42927,12,0,-1,'Toxin Gland',1438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42928,12,0,-1,'Bethod\'s Sword',53745,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36851,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42930,15,0,-1,'Crooked Cog',7342,0,0,0,1,7920,1980,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42931,15,0,-1,'Toothless Gear',20818,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42940,2,4,-1,'Monster - Mace, Zul\'aman 1H - D02 Blue',53781,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42942,0,5,-1,'Baked Manta Ray',54527,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57101,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (42943,2,1,-1,'Bloodied Arcanite Reaper',23904,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,1,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1032,1,0,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42944,2,15,-1,'Balanced Heartseeker',23248,7,134221824,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,516,1,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42945,2,7,-1,'Venerable Dal\'Rend\'s Sacred Charge',25648,7,134221824,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,516,1,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42946,2,2,-1,'Charmed Ancient Bone Bow',30926,7,134221824,0,1,0,0,15,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8208,1,0,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42947,2,10,-1,'Dignified Headmaster\'s Charge',45947,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,36872,1,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42948,2,4,-1,'Devout Aurastone Hammer',34109,7,134221824,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,34820,1,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42949,4,4,-1,'Polished Spaulders of Valor',29964,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,257,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42950,4,3,-1,'Champion Herod\'s Shoulder',15809,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,129,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42951,4,3,-1,'Mystical Pauldrons of Elements',30925,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,129,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42952,4,2,-1,'Stained Shadowcraft Spaulders',28179,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,65,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42953,7,11,0,'Strange Envelope',9152,3,4,8192,1,25000,6250,0,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,0,1807,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42954,16,4,0,'Glyph of Adrenaline Rush',58836,1,64,0,1,400,100,0,8,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57109,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42955,16,4,0,'Glyph of Ambush',58836,1,64,0,1,400,100,0,8,2147483647,23,18,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57140,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42956,16,4,0,'Glyph of Backstab',58836,1,64,0,1,400,100,0,8,2147483647,9,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57141,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42957,16,4,0,'Glyph of Blade Flurry',58836,1,64,0,1,400,100,0,8,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57142,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42958,16,4,0,'Glyph of Crippling Poison',58836,1,64,0,1,400,100,0,8,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57144,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42959,16,4,0,'Glyph of Deadly Throw',58836,1,64,0,1,400,100,0,8,2147483647,69,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57145,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42960,16,4,0,'Glyph of Evasion',58836,1,64,0,1,400,100,0,8,2147483647,13,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57146,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42961,16,4,0,'Glyph of Eviscerate',58836,1,64,0,1,400,100,0,8,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57147,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42962,16,4,0,'Glyph of Expose Armor',58836,1,64,0,1,400,100,0,8,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57148,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42963,16,4,0,'Glyph of Feint',58836,1,64,0,1,400,100,0,8,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57149,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42964,16,4,0,'Glyph of Garrote',58836,1,64,0,1,400,100,0,8,2147483647,19,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57150,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42965,16,4,0,'Glyph of Ghostly Strike',58836,1,64,0,1,400,100,0,8,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57293,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42966,16,4,0,'Glyph of Gouge',58836,1,64,0,1,400,100,0,8,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57295,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42967,16,4,0,'Glyph of Hemorrhage',58836,1,64,0,1,400,100,0,8,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57296,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42968,16,4,0,'Glyph of Preparation',58836,1,64,0,1,400,100,0,8,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57297,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42969,16,4,0,'Glyph of Rupture',58836,1,64,0,1,400,100,0,8,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57298,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42970,16,4,0,'Glyph of Sap',58836,1,64,0,1,400,100,0,8,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57299,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42971,16,4,0,'Glyph of Vigor',58836,1,64,0,1,400,100,0,8,2147483647,75,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57300,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42972,16,4,0,'Glyph of Sinister Strike',58836,1,64,0,1,400,100,0,8,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57302,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42973,16,4,0,'Glyph of Slice and Dice',58836,1,64,0,1,400,100,0,8,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57303,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42974,16,4,0,'Glyph of Sprint',58836,1,64,0,1,400,100,0,8,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57304,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42975,12,0,-1,'Ace of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57310,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42976,12,0,-1,'Lords Deck',31755,4,0,8192,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42977,12,0,-1,'Two of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57311,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42978,12,0,-1,'Three of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57312,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42979,12,0,-1,'Four of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57313,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42980,12,0,-1,'Five of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57314,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42981,12,0,-1,'Six of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57315,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42982,12,0,-1,'Seven of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57316,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42983,12,0,-1,'Eight of Lords',31760,3,1088,8192,1,50000,12500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57317,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (42984,4,2,-1,'Preened Ironfeather Shoulders',25700,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,65,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42985,4,1,-1,'Tattered Dreadmist Mantle',29798,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42986,0,8,-1,'The RP-GG',53790,1,64,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49761,0,-1,0,1000,0,-1,57348,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For Military Use Only',0,0,0,0,0,4,0,0,0,0,0,0,4197,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42987,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,4,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42988,4,0,-1,'Darkmoon Card: Illusion',56182,4,524352,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57350,0,0,0,300000,0,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42989,4,0,-1,'Darkmoon Card: Berserker!',56178,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,35,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57351,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42990,4,0,-1,'Darkmoon Card: Death',56179,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57352,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (42991,4,0,-1,'Swift Hand of Justice',6337,7,134221824,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59906,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42992,4,0,-1,'Discerning Eye of the Beast',24784,7,134221824,0,1,0,0,12,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59915,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (42993,0,5,-1,'Spicy Fried Herring',39118,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57354,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (42994,0,5,-1,'Rhinolicious Wormsteak',22194,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57355,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (42995,0,5,-1,'Hearty Rhino',53135,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57357,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (42996,0,5,-1,'Snapper Extreme',54533,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57359,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (42997,0,5,-1,'Blackened Worg Steak',39720,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57362,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (42998,0,5,-1,'Cuttlesteak',53858,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57364,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (42999,0,5,-1,'Blackened Dragonfin',54529,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57366,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43000,0,5,-1,'Dragonfin Filet',39117,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57370,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43001,0,5,-1,'Tracker Snacks',39718,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57372,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43002,0,8,-1,'Inflatable Land Mines',40541,1,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For Military Use Only',0,0,0,0,0,4,0,0,0,0,0,0,4197,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43003,15,0,-1,'Marcus\'s Special Coin [PH]',34104,0,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope to one day be a big star... maybe in a book or something.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43004,0,5,-1,'Critter Bites',44291,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57388,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43005,0,5,-1,'Spiced Mammoth Treats',54532,1,0,0,1,2000,500,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43771,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43006,12,0,0,'Emerald Acorn',7287,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49349,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43007,7,11,-1,'Northern Spices',56115,1,0,0,10,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43009,7,8,-1,'Shoveltusk Flank',53856,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43010,7,8,-1,'Worm Meat',53857,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43011,7,8,-1,'Worg Haunch',25475,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43012,7,8,-1,'Rhino Meat',52981,1,0,0,1,800,200,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43013,7,8,-1,'Chilled Meat',53859,1,0,0,1,600,150,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (43015,0,5,-1,'Fish Feast',53864,1,0,0,1,10000,2500,0,-1,-1,80,70,185,425,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57426,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43016,10,0,-1,'Dalaran Cooking Award',32746,2,0,0,1,0,0,0,262143,32767,70,0,0,0,0,0,0,0,0,2147483647,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Redeem at the Dalaran Cooking Supplier.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43017,9,5,-1,'Recipe: Fish Feast',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57423,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Fish Feast',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43018,9,5,-1,'Recipe: Mega Mammoth Meal',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Mega Mammoth Meal',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43019,9,5,-1,'Recipe: Tender Shoveltusk Steak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Tender Shoveltusk Steak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43020,9,5,-1,'Recipe: Spiced Worm Burger',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Spiced Worm Burger',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43021,9,5,-1,'Recipe: Very Burnt Worg',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to burn Worg meat until it is a Very Burnt Worg',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43022,9,5,-1,'Recipe: Mighty Rhino Dogs',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Mighty Rhino Dogs',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43023,9,5,-1,'Recipe: Poached Northern Sculpin',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Poached Northern Sculpin',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43024,9,5,-1,'Recipe: Firecracker Salmon',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Firecracker Salmon',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43025,9,5,-1,'Recipe: Spicy Blue Nettlefish',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Blue Nettlefish',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43026,9,5,-1,'Recipe: Imperial Manta Steak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,45570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Imperial Manta Steak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43027,9,5,-1,'Recipe: Spicy Fried Herring',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57433,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spicy Fried Herring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43028,9,5,-1,'Recipe: Rhinolicious Wormsteak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Rhinolicious Wormsteak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43029,9,5,-1,'Recipe: Critter Bites',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57435,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Critter Bites',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43030,9,5,-1,'Recipe: Hearty Rhino',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57436,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Hearty Rhino',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43031,9,5,-1,'Recipe: Snapper Extreme',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57437,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Snapper Extreme',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43032,9,5,-1,'Recipe: Blackened Worg Steak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57438,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Blackened Worg Steak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43033,9,5,-1,'Recipe: Cuttlesteak',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57439,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Cuttlesteak',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43034,9,5,-1,'Recipe: Spiced Mammoth Treats',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57440,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spiced Mammoth Treats',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43035,9,5,-1,'Recipe: Blackened Dragonfin',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Blackened Dragonfin',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43036,9,5,-1,'Recipe: Dragonfin Filet',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Dragonfin Filet',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43037,9,5,-1,'Recipe: Tracker Snacks',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Tracker Snacks',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43038,7,2,-1,'The Naked Bomb',7627,1,64,8192,1,10000,2500,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57489,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43039,12,0,-1,'Rogues Deck',31755,2,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43059,12,0,0,'Drakuru\'s Last Wish',37293,1,8390720,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57553,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Anywhere but here...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,180,0,0,'',0,0,0,0,0,12340), (43068,4,4,0,'Blessed Spaulders of Undead Slaying',54462,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,30,7,45,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43069,4,4,0,'Blessed Breastplate of Undead Slaying',54459,4,65536,0,1,422830,84566,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,41,7,58,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,165,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43070,4,4,0,'Blessed Gauntlets of Undead Slaying',54460,4,102400,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,32,7,45,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43071,4,4,0,'Blessed Legplates of Undead Slaying',54461,4,65536,0,1,425828,85165,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,3,4,41,7,59,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,784,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43072,4,1,0,'Blessed Robe of Undead Cleansing',54448,4,65536,0,1,244198,48839,20,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,44,7,30,5,29,6,24,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,100,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43073,4,1,0,'Blessed Gloves of Undead Cleansing',54449,4,36864,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,43,7,33,5,32,6,22,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43074,4,1,0,'Blessed Mantle of Undead Cleansing',54447,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,32,7,24,5,22,6,18,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43075,4,1,0,'Blessed Trousers of Undead Cleansing',14658,4,65536,0,1,229512,45902,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,45,44,7,30,5,25,6,29,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,781,75,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43076,4,2,0,'Blessed Tunic of Undead Slaying',54454,4,65536,0,1,287975,57595,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,78,3,23,7,58,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,120,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43077,4,2,0,'Blessed Shoulderpads of Undead Slaying',54453,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,44,3,19,7,42,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43078,4,2,0,'Blessed Grips of Undead Slaying',54451,4,102400,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,58,3,29,7,33,36,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43079,4,2,0,'Blessed Leggings of Undead Slaying',54452,4,65536,0,1,291201,58240,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,4,38,66,3,39,7,36,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,782,90,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43080,4,3,0,'Blessed Hauberk of Undead Slaying',54457,4,65536,0,1,350743,70148,5,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,58,3,29,7,36,5,28,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,140,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43081,4,3,0,'Blessed Pauldrons of Undead Slaying',54458,4,102400,0,1,0,0,3,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,44,3,18,7,30,5,20,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43082,4,3,0,'Blessed Handguards of Undead Slaying',54456,4,102400,0,1,0,0,10,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,42,3,28,7,31,5,18,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43083,4,3,0,'Blessed Greaves of Undead Slaying',54455,4,65536,0,1,354614,70922,7,-1,-1,115,70,0,0,0,0,0,0,0,0,1,0,5,38,50,3,31,7,33,5,28,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,783,105,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,'',67,0,0,0,0,12340), (43084,12,0,0,'Dahlia\'s Tears',37877,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A feeling of hope washes over you as you touch the flower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43085,4,6,-1,'Royal Crest of Lordaeron',54064,4,0,0,1,636953,127390,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,38,7,75,12,49,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43086,0,5,-1,'Fresh Apple Juice',18099,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Best not to ask.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43087,0,5,-1,'Crisp Dalaran Apple',6410,1,0,0,1,3200,0,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,6,0,0,0,12340), (43088,0,0,0,'Dalaran Apple Bowl',54066,1,64,0,1,40000,8000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57653,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43089,12,0,-1,'Vrykul Bones',13799,1,0,0,1,1000,250,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'May be given to The Bone Witch in Njorndar Village, fifteen at a time, in exchange for a fate rune.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43090,12,0,-1,'Fate Rune of Baneful Intent',38757,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57672,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43093,2,10,-1,'Monster - Staff, Dalaran',54100,1,1088,8192,1,0,0,17,16,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,15595), (43094,12,0,-1,'Fate Rune of Nigh Invincibility',38760,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7865,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43095,12,0,0,'Berinand\'s Research',1317,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Notes on the Arcanomicron',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43096,12,0,0,'The Breath of Alexstrasza',54102,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It is warm to the touch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43097,0,6,-1,'Fur Lining - Attack Power',54103,1,268435520,8192,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57683,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43099,12,0,0,'Infused Mushroom Meatloaf',57505,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Those infused mushrooms add quite a kick.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43100,12,0,0,'Infused Mushroom',19488,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This mushroom doesn\'t seem quite right.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43101,12,0,0,'Meatloaf Pan',34500,1,66624,0,1,0,0,0,-1,-1,70,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57686,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43102,7,11,-1,'Frozen Orb',43520,3,0,256,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43103,7,11,0,'Verdant Pigment',54612,2,0,0,1,100,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely obtained when milling Mageroyal, Briarthorn, Swiftthistle, Bruiseweed, or Stranglekelp.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43104,7,11,0,'Burnt Pigment',54601,2,0,0,1,100,25,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Wild Steelbloom, Grave Moss, Kingsblood, or Liferoot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43105,7,11,0,'Indigo Pigment',54607,2,0,0,1,100,25,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Fadeleaf, Goldthorn, Khadgar\'s Whisker, or Wintersbite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43106,7,11,0,'Ruby Pigment',54609,2,0,0,1,100,25,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Firebloom, Purple Lotus, Arthas\' Tears, Sungrass, Blindweed, Ghost Mushroom, or Gromsblood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43107,7,11,0,'Sapphire Pigment',54610,2,0,0,1,100,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Golden Sansam, Dreamfoil, Mountain Silversage, Plaguebloom, or Icecap.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43108,7,11,0,'Ebon Pigment',54603,2,0,0,1,100,25,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling herbs native to Outland.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43109,7,11,0,'Icy Pigment',54606,2,0,0,1,100,25,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling herbs native to Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43115,7,1,-1,'Hunter\'s Ink',55102,2,0,0,1,2000,500,0,-1,-1,10,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43116,7,1,-1,'Lion\'s Ink',55107,1,0,0,1,0,500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43117,7,1,-1,'Dawnstar Ink',55099,2,0,0,1,2000,500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43118,7,1,-1,'Jadefire Ink',55106,1,0,0,1,0,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43119,7,1,-1,'Royal Ink',55110,2,0,0,1,2000,500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43120,7,1,-1,'Celestial Ink',55097,1,0,0,1,0,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43121,7,1,-1,'Fiery Ink',55101,2,0,0,1,2000,500,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43122,7,1,-1,'Shimmering Ink',55100,1,0,0,1,0,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43123,7,1,-1,'Ink of the Sky',55104,2,0,0,1,2000,500,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43124,7,1,-1,'Ethereal Ink',55113,1,0,0,1,0,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43125,7,1,-1,'Darkflame Ink',55098,2,0,0,1,2000,500,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43126,7,1,-1,'Ink of the Sea',55103,1,0,0,1,2000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43127,7,1,-1,'Snowfall Ink',55112,2,0,0,1,0,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43128,12,0,0,'Jug of Wine',21794,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nothing better than wine in a gallon jug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43129,4,3,-1,'Razorstrike Breastplate',56722,3,0,0,1,395823,79164,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,3,63,38,102,32,46,5,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43130,4,3,-1,'Virulent Spaulders',52333,3,0,0,1,299341,59868,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,48,32,34,3,38,5,33,38,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43131,4,3,-1,'Eaglebane Bracers',53236,3,0,0,1,199423,39884,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,41,38,64,7,39,5,47,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43132,4,3,-1,'Nightshock Hood',56718,3,0,0,1,300283,60056,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,5,51,32,67,7,66,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43133,4,3,-1,'Nightshock Girdle',56716,3,0,0,1,200955,40191,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,48,5,37,45,54,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43134,12,0,-1,'Fate Rune of Primal Energy',38758,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50781,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43135,0,0,-1,'Fate Rune of Fleet Feet',20220,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57727,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43136,12,0,0,'Wine and Cheese Platter',57504,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43137,12,0,0,'Aged Dalaran Limburger',50875,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43138,12,0,0,'Half Full Dalaran Wine Glass',57502,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43139,12,0,0,'Empty Cheese Serving Platter',57503,1,66624,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57729,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s actually an old shield, but Ranid probably won\'t notice.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43140,12,0,0,'Drakkari History Tablet',9110,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A segment of the history of the Drakkari empire.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43141,12,0,-1,'Fate Rune of Unsurpassed Vigor',38759,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7434,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43142,12,0,0,'Empty Picnic Basket',57516,1,66624,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57760,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43143,12,0,0,'Wild Mustard',18168,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43144,12,0,0,'Mustard Dog Basket!',57515,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Nothing tastier than a Mustard Dog!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43145,7,14,0,'Armor Vellum III',57291,1,0,0,1,0,0,0,-1,-1,65,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Armor enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 60 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43146,7,15,0,'Weapon Vellum III',57292,1,0,0,1,0,0,0,-1,-1,65,0,333,1,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can be targeted by Weapon enchantments to store the enchantment for later use. Only able to absorb enchantments with a level restriction of 60 or lower.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43147,12,0,0,'Stew Cookpot',34500,1,66624,0,1,0,0,0,-1,-1,70,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57768,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43148,12,0,0,'Crystalsong Carrot',21115,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43149,12,0,0,'Vegetable Stew',46254,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43150,15,0,0,'Defense Control Crystal',35847,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57804,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,4415,608,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43151,12,0,0,'Loken\'s Tongue',54158,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Wicked thoughts race through your mind as you focus on the writhing tongue.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43153,12,0,0,'Holy Water',47133,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57806,0,0,0,0,1149,1500,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43154,4,0,-1,'Tabard of the Argent Crusade',54171,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1106,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57819,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43155,4,0,-1,'Tabard of the Ebon Blade',54175,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1098,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57820,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43156,4,0,-1,'Tabard of the Wyrmrest Accord',54177,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1091,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57822,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43157,4,0,-1,'Tabard of the Kirin Tor',54176,1,32768,0,1,10000,2500,19,-1,-1,75,0,0,0,0,0,0,1090,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57818,1,0,0,-1,0,-1,57821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43158,12,0,0,'Drakkari Colossus Fragment',54178,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Spherical, but quite pointy in parts.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43159,12,0,0,'Master Summoner\'s Staff',54182,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57853,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43160,4,1,-1,'Leggings of Fastidious Decapitation',54189,3,0,0,1,241087,48217,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,7,63,6,33,5,42,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43161,4,2,-1,'Legguards of Solemn Revenge',54194,3,0,0,1,302420,60484,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,41,7,67,32,36,45,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43162,4,3,-1,'Ceremonial Pike Leggings',54195,3,0,0,1,364213,72842,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,35,7,45,43,28,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43163,4,4,-1,'Legplates of the Vengeful Mendicant',54196,3,0,0,1,426441,85288,7,-1,-1,158,0,0,0,0,0,0,0,0,0,1,0,4,5,33,32,52,7,51,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1565,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43164,4,1,-1,'Sly Mojo Sash',57269,3,0,0,1,134536,26907,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,46,5,35,36,39,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43165,4,2,-1,'Strange Voodoo Belt',57270,3,0,0,1,168754,33750,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,44,32,45,3,36,38,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43166,12,0,-1,'The Bone Witch\'s Amulet',54198,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3921,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43167,4,3,-1,'Ranger\'s Belt of the Fallen Empire',51888,3,0,0,1,203944,40788,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,48,7,32,38,66,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43168,4,4,-1,'Clasp of the Fallen Demi-God',57264,3,0,0,1,217291,43458,6,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,3,7,54,4,44,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43169,12,0,0,'Scourgestone',54202,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43171,4,1,-1,'Fur-lined Moccasins',57267,3,0,0,1,187331,37466,8,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,5,31,6,38,36,43,45,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43172,4,2,-1,'Rhino Hide Kneeboots',57268,3,0,0,1,241507,48301,8,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,3,46,31,36,7,43,38,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43173,4,3,-1,'Scaled Boots of Fallen Hope',56485,3,0,0,1,292152,58430,8,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,41,32,38,5,32,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43174,4,4,-1,'Trollkickers',57271,3,0,0,1,339947,67989,8,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,3,7,58,4,43,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1371,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43176,4,4,-1,'Slippers of the Mojo Dojo',49734,3,0,0,1,342427,68485,8,32767,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,42,5,46,45,47,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1371,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43177,4,0,-1,'Voodoo Signet',56875,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,31,5,30,31,24,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43178,4,0,-1,'Ring of Foul Mojo',56874,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,31,29,7,30,38,50,44,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43179,4,0,-1,'Solid Platinum Band',56873,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,51,12,25,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43180,4,0,-1,'Lion\'s Head Ring',41951,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,5,20,7,29,6,20,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43181,4,1,-1,'Shoulders of the Northern Lights',49464,3,0,0,1,178224,35644,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,36,5,30,32,31,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43182,4,2,-1,'Cured Mammoth Hide Mantle',51715,3,0,0,1,223583,44716,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,3,38,32,30,38,60,7,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43183,4,3,-1,'Tundra Tracker\'s Shoulderguards',54933,3,0,0,1,270461,54092,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,3,37,38,72,7,36,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43184,4,4,-1,'Tundra Pauldrons',51577,3,0,0,1,314635,62927,3,-1,-1,155,0,0,0,0,0,0,0,0,0,1,0,4,7,56,4,37,13,25,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1315,0,0,0,0,0,0,0,0,0,36331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43185,2,19,-1,'Wand of Chilled Renewal',56148,3,0,0,1,503500,100700,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,14,45,21,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,478,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43186,2,19,-1,'Iceshrieker\'s Touch',57177,3,0,0,1,505289,101057,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,19,32,14,45,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,425,4,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43187,2,16,-1,'Weighted Throwing Axe',56150,3,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,28,12,19,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,376,0,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43188,2,16,-1,'Razor-sharp Ice Shards',56100,3,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,27,38,13,32,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,282,0,0,0,0,0,0,0,0,0,0,0,1500,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43189,4,0,-1,'Amberglow Signet',51243,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,32,5,22,31,34,45,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43190,4,0,-1,'Iceforged Battle Ring',56027,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,26,7,51,37,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43191,4,0,-1,'Jagged Ice Band',56035,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,33,32,27,38,68,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43192,4,0,-1,'Ring of the Northern Winds',56104,3,0,0,1,187469,46867,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,27,7,33,36,27,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43193,4,1,-1,'Lightning Infused Mantle',56072,3,0,0,1,192847,38569,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,6,37,7,41,45,53,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43194,4,2,-1,'Charred Leather Shoulderguards',56591,3,0,0,1,241954,48390,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,50,37,42,38,66,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43195,4,3,-1,'Stormforged Shoulders',56135,3,0,0,1,292685,58537,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,61,5,33,45,49,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43197,4,4,-1,'Pauldrons of Extinguished Hatred',56097,3,0,0,1,341809,68361,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,37,32,39,45,53,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43198,4,4,-1,'Mantle of Volkhan',51927,3,0,0,1,343059,68611,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,54,7,45,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43200,4,1,-1,'Snowdrift Pantaloons',56131,3,0,0,1,263760,52752,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,36,7,60,45,66,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43201,4,2,-1,'Leggings of Heightened Renewal',56054,3,0,0,1,330894,66178,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,55,7,52,45,73,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43202,4,3,-1,'Jormungar Hide Legguards',56595,3,0,0,1,398504,79700,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,69,32,58,38,84,3,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,971,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43203,4,4,-1,'Iron Colossus Legplates',56033,3,0,0,1,466547,93309,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,91,4,61,12,44,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Seems like they fit',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43204,4,1,-1,'Hyldnir Runeweaver\'s Garb',56026,2,0,0,1,207137,41427,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,46,5,36,45,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,3308,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43206,12,0,0,'War Horn of Acherus',54291,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57906,0,0,0,0,1149,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43207,4,2,-1,'Hardened Tongue Tunic',56605,3,0,0,1,336271,67254,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,66,3,55,38,136,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Made from the tongue of Loken',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43208,4,3,-1,'Lightningbringer\'s Hauberk',56608,3,0,0,1,405057,81011,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,66,3,66,32,53,38,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43209,4,4,-1,'Breastplate of Jagged Stone',56609,3,0,0,1,474354,94870,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,4,69,7,103,32,49,44,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43210,4,1,-1,'Gloves of the Servant',56017,3,0,0,1,127120,25424,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,58,36,35,45,62,5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43211,4,2,-1,'Rough Climber\'s Grips',56610,3,0,0,1,159497,31899,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,44,51,7,48,38,80,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43212,4,3,-1,'Gauntlets of the Windreacher',56014,3,0,0,1,205572,41114,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,5,43,32,28,7,54,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43213,4,4,-1,'Gauntlets of Vigilance',51932,3,0,0,1,242103,48420,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,7,76,4,51,12,34,3,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43214,12,0,0,'Kurzel\'s Blouse Scrap',54338,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57908,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43215,12,0,0,'Ichor-Stained Cloth',48232,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The cloth is drenched in the ichor of a powerful lich.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43217,12,0,0,'Crystalline Heartwood',35851,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43218,12,0,0,'Ancient Elven Masonry',4714,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43225,12,0,0,'Crystallized Energy',54438,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43228,10,0,-1,'Stone Keeper\'s Shard',54441,3,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43229,12,0,0,'Death\'s Gaze Orb',37555,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57957,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43230,0,8,-1,'Instant Poison VIII',13710,1,2097216,0,1,4000,1000,0,8,-1,73,73,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57967,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43231,0,8,-1,'Instant Poison IX',13710,1,2097216,0,1,4500,1125,0,8,-1,79,79,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57968,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43232,0,8,-1,'Deadly Poison VIII',13707,1,2097216,0,1,4500,1125,0,8,-1,76,76,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57972,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43233,0,8,-1,'Deadly Poison IX',13707,1,2097216,0,1,5000,1250,0,8,-1,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57973,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43234,0,8,-1,'Wound Poison VI',37278,1,2097216,0,1,3500,875,0,8,-1,72,72,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57977,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43235,0,8,-1,'Wound Poison VII',37278,1,2097216,0,1,4000,1000,0,8,-1,78,78,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57978,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43236,0,5,-1,'Star\'s Sorrow',38430,1,2097152,4,20,10000,125,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43183,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Carefully extracted for warfare use.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43237,0,8,-1,'Anesthetic Poison II',34432,1,2097216,0,1,4000,1000,0,8,-1,77,77,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57982,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43238,12,0,0,'Untarnished Silver Bar',54473,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43239,12,0,0,'Shiny Bauble',35930,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43240,12,0,0,'Golden Goblet',54474,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43241,12,0,0,'Jade Statue',54482,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43242,12,0,0,'Jagged Shard',54486,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13136,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43243,12,0,0,'Blessed Banner of the Crusade',54487,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58013,0,0,0,0,1149,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43244,4,0,-1,'Crystal Citrine Necklace',12567,2,0,0,1,125915,31478,2,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,45,20,5,19,6,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2890,0,325,0,0,0,0,'',15,0,0,0,0,12340), (43245,4,0,-1,'Crystal Chalcedony Amulet',31603,2,0,0,1,125915,31478,2,-1,-1,138,70,0,0,0,0,0,0,0,0,1,0,3,38,34,7,19,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,325,0,0,0,0,'',15,0,0,0,0,12340), (43246,4,0,-1,'Earthshadow Ring',31616,3,524288,0,1,163221,40805,11,-1,-1,150,73,0,0,0,0,0,0,0,0,1,0,3,45,26,5,21,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43247,4,0,-1,'Jade Ring of Slaying',31800,3,524288,0,1,200000,50000,11,-1,-1,159,73,0,0,0,0,0,0,0,0,1,0,3,38,44,7,43,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,325,0,0,0,0,'',53,0,0,0,0,12340), (43248,4,0,-1,'Stoneguard Band',4284,2,524288,0,1,146121,36530,11,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,4,20,7,39,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2932,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43249,4,0,-1,'Shadowmight Ring',9836,2,524288,0,1,146121,36530,11,-1,-1,162,77,0,0,0,0,0,0,0,0,1,0,3,36,26,32,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,3309,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43250,4,0,-1,'Ring of Earthen Might',54488,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,4,38,7,34,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43251,4,0,-1,'Ring of Scarlet Shadows',34189,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,38,60,32,31,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43252,4,0,-1,'Windfire Band',39120,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,36,35,32,35,7,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3263,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43253,4,0,-1,'Ring of Northern Tears',31664,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,3,45,36,32,39,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43255,4,2,-1,'Seafoam Gauntlets',56726,3,0,0,1,177728,35545,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,47,7,56,44,38,38,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'No smoke here.',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43256,4,2,-1,'Jormscale Footpads',54952,3,0,0,1,267550,53510,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,3,47,7,61,38,74,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43257,4,2,-1,'Wildscale Breastplate',56695,3,0,0,1,358010,71602,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,45,80,32,53,5,34,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43258,4,2,-1,'Purehorn Spaulders',54950,3,0,0,1,269465,53893,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,36,5,38,45,67,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43259,12,0,0,'Jagged Shard',54486,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43260,4,2,-1,'Eviscerator\'s Facemask',56701,3,0,0,1,271354,54270,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,69,7,69,38,92,35,46,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43261,4,2,-1,'Overcast Headguard',56720,3,0,0,1,246406,49281,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,46,7,69,45,81,35,46,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43262,4,2,-1,'Overcast Spaulders',54925,3,0,0,1,247363,49472,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,5,34,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,815,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43263,4,2,-1,'Overcast Chestguard',54924,3,0,0,1,331060,66212,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,5,46,45,81,35,46,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,815,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43264,4,2,-1,'Overcast Bracers',54920,3,0,0,1,166168,33233,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,35,26,5,26,7,39,45,44,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43265,4,2,-1,'Overcast Handwraps',57622,3,0,0,1,166806,33361,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,7,51,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,815,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43266,4,2,-1,'Overcast Belt',57621,3,0,0,1,167445,33489,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,5,34,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,815,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43267,2,7,-1,'Monster - Sword, Iblis (Back-Sheath)',36376,4,0,8192,1,409119,81823,13,-1,-1,81,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43268,0,5,-1,'Dalaran Clam Chowder',54494,1,0,0,1,1200,300,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58067,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43269,12,0,0,'Blood Jade Amulet',31604,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43270,12,0,0,'Glowing Ivory Figurine',54498,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43271,4,2,-1,'Overcast Leggings',54923,3,0,0,1,350349,70069,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,5,46,45,81,35,46,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43272,12,0,0,'Wicked Sun Brooch',6490,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43273,4,2,-1,'Overcast Boots',56719,3,0,0,1,264677,52935,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,7,51,45,60,35,34,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,815,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43274,12,0,0,'Intricate Bone Figurine',54503,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43275,12,0,0,'Bright Armor Relic',29174,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43276,12,0,0,'Shifting Sun Curio',54505,1,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43277,4,0,-1,'Jedoga\'s Greatring',44841,3,524288,0,1,180397,45099,11,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,4,38,62,3,22,7,48,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43278,4,1,-1,'Cloak of the Darkcaster',54512,3,0,0,1,193820,38764,16,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,4,45,37,7,22,5,24,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43279,4,4,-1,'Battlechest of the Twilight Cult',51520,3,0,0,1,453856,90771,5,-1,-1,167,73,0,0,0,0,0,0,0,0,1,0,4,4,43,7,82,12,60,37,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43280,4,4,-1,'Faceguard of the Hammer Clan',52500,3,0,0,1,403960,80792,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,90,7,59,5,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43281,2,1,-1,'Edge of Oblivion',54521,3,0,0,1,875038,175007,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,80,7,117,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43282,4,0,-1,'Shadowseeker\'s Pendant',33906,3,0,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,42,7,66,12,33,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43283,4,1,-1,'Subterranean Waterfall Shroud',54522,3,0,0,1,211619,42323,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,43,7,31,5,26,6,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43284,2,18,-1,'Amanitar Skullbow',54525,3,0,0,1,545704,109140,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,28,38,48,7,25,36,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,409,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43285,4,0,-1,'Amulet of the Spell Flinger',34204,3,0,0,1,213737,53434,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,50,7,40,5,31,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43286,4,2,-1,'Legguards of Swarming Attacks',54523,3,0,0,1,366486,73297,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,78,3,48,7,99,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43287,4,1,-1,'Silken Bridge Handwraps',52348,3,0,0,1,147138,29427,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,59,7,49,5,41,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43288,12,0,0,'Smelted Metal Bar',52705,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43289,12,0,0,'Bag of Jagged Shards',50663,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58085,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43290,12,0,0,'Father Gustav\'s Report',54524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3535,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43291,12,0,0,'Runed Saronite Plate',54526,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43297,12,0,0,'Damaged Necklace',54552,2,0,0,1,0,0,0,-1,-1,80,77,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,13148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43298,12,0,0,'Beautiful Chalcedony Necklace',54555,2,65536,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43299,12,0,0,'Damaged Necklace',54552,2,66624,0,1,0,0,0,-1,-1,70,0,755,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58115,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43300,4,0,-1,'Loremaster\'s Colors',54556,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43302,0,8,-1,'Inscription of High Discipline',40107,3,64,8192,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58126,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43303,0,8,-1,'Inscription of the Frostblade',40107,3,64,8192,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58128,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43304,0,8,-1,'Inscription of Kings',40107,3,64,8192,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58129,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43305,4,1,-1,'Shroud of Akali',51925,3,0,0,1,197309,39461,16,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,4,45,42,7,36,5,35,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43306,4,0,-1,'Gal\'darah\'s Signet',53042,3,524288,0,1,192521,48130,11,-1,-1,179,76,0,0,0,0,0,0,0,0,1,0,4,4,26,7,54,12,36,37,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43307,15,0,-1,'Arena Points',40753,1,2048,0,1,0,0,0,262143,32767,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Arena Points are gained by being victorious in arena combat. You can trade in these arena points for fabulous prizes!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43308,10,0,-1,'Honor Points',40753,1,2048,0,1,0,0,0,262143,32767,60,60,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Honor is gained by killing members of the opposite faction in PvP combat. You can use honor points to purchase special items.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43309,4,0,-1,'Amulet of the Stampede',51280,3,0,0,1,192521,48130,2,32767,-1,179,76,0,0,0,0,0,0,0,0,1,0,3,38,50,37,21,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43310,4,4,-1,'Engraved Chestplate of Eck',52931,3,0,0,1,520596,104119,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,62,7,117,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,8,0,4,0,0,0,3357,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43311,4,3,-1,'Helmet of the Shrine',50612,3,0,0,1,335893,67178,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,80,3,62,7,76,5,45,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3778,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43312,4,2,-1,'Gorloc Muddy Footwraps',51519,3,0,0,1,280903,56180,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,100,3,33,7,61,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43313,4,1,-1,'Leggings of the Ruins Dweller',54579,3,0,0,1,300719,60143,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,73,7,55,5,45,43,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,8,0,8,0,0,0,3602,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43314,12,0,-1,'Eternal Ember',31120,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The ember remains hot.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43315,12,0,0,'Sigil of the Ebon Blade',54598,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58151,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43316,16,11,0,'Glyph of Aquatic Form',58827,1,64,0,1,400,100,0,1024,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58140,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43317,9,10,-1,'Design: Ring of Earthen Might',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58147,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Earthen Might',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43318,9,10,-1,'Design: Ring of Scarlet Shadows',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58148,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Scarlet Shadows',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43319,9,10,-1,'Design: Windfire Band',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58149,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Windfire Band',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43320,9,10,-1,'Design: Ring of Northern Tears',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58150,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Ring of Northern Tears',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43321,15,0,-1,'Crystallized Tear',35852,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43322,12,0,-1,'Enchanted Alliance Breastplate',54629,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The soldier\'s essence lingers on the armor.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43323,12,0,0,'Quiver of Dragonbone Arrows',22304,1,16844800,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Still dripping with blood.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43324,12,0,0,'Alliance Herb Pouch',57518,1,16844800,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fragrant and fragile',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43325,15,0,-1,'Frozen Eyelash',54649,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43326,15,0,-1,'Tusk Warmer',54648,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43327,4,0,-1,'Stratholme Lily',54646,1,0,0,1,200000,50000,23,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43328,15,0,-1,'Extinguished Light of Hope',21469,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43329,15,0,-1,'Pigtail Holder',54653,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43330,15,0,-1,'Broken U.L.O.S.E Button',12410,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It didn\'t seem to work either. ',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43331,16,11,0,'Glyph of Unburdened Rebirth',58827,1,64,0,1,400,100,0,1024,2147483647,25,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58161,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43332,16,11,0,'Glyph of Thorns',58827,1,64,0,1,400,100,0,1024,2147483647,11,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58163,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43333,15,0,-1,'Empty Hippogryph Harness',3673,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'No flying away for you!',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43334,16,11,0,'Glyph of Challenging Roar',58827,1,64,0,1,400,100,0,1024,2147483647,33,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58158,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43335,16,11,0,'Glyph of the Wild',58827,1,64,0,1,400,100,0,1024,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58159,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43336,16,11,0,'Deprecated Glyph of the Black Bear',52559,1,64,0,1,0,3750,0,1024,-1,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43337,16,11,0,'Deprecated Glyph of the Forest Lynx',52559,1,65616,8192,1,15000,3750,0,1024,2147483647,60,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58166,0,-1,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43338,16,3,0,'Glyph of Revive Pet',59343,1,64,0,1,400,100,0,4,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58186,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43339,16,8,0,'Glyph of Arcane Intellect',58831,1,64,0,1,400,100,0,128,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58235,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43340,16,2,0,'Glyph of Blessing of Might',58833,1,64,0,1,400,100,0,2,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58243,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43341,15,0,-1,'Unwarmed Shoes',54654,0,0,0,1,2037,509,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'These must have been chilly.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43342,16,5,0,'Glyph of Fading',58835,1,64,0,1,400,100,0,16,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58248,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43343,16,4,0,'Glyph of Pick Pocket',58837,1,64,0,1,400,100,0,8,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58256,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43344,16,7,0,'Glyph of Water Breathing',58838,1,64,0,1,400,100,0,64,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58264,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43345,1,0,-1,'Dragon Hide Bag',39459,4,0,0,1,35000,8750,18,-1,-1,80,0,0,0,0,0,0,0,0,1,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43346,15,0,-1,'Large Satchel of Spoils',21202,4,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,500000,750000,0,12340), (43347,15,0,-1,'Satchel of Spoils',21202,4,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,300000,500000,0,12340), (43348,4,0,-1,'Tabard of the Explorer',54722,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43349,4,0,-1,'Tabard of Brute Force',54723,4,32768,0,1,0,0,19,262143,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43350,16,3,0,'Glyph of Mend Pet',59343,1,64,0,1,400,100,0,4,2147483647,12,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58188,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43351,16,3,0,'Glyph of Feign Death',59343,1,64,0,1,400,100,0,4,2147483647,35,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58229,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43352,0,0,0,'Pet Grooming Kit',33467,2,0,0,1,5000,1250,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55592,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43353,4,4,-1,'Void Sentry Legplates',51615,3,0,0,1,475961,95192,7,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,60,7,78,12,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1746,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43354,16,3,0,'Glyph of Possessed Strength',59343,1,64,0,1,400,100,0,4,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58233,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43355,16,3,0,'Glyph of the Pack',59343,1,64,0,1,400,100,0,4,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58232,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43356,16,3,0,'Glyph of Scare Beast',59343,1,64,0,1,400,100,0,4,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58234,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43357,16,8,0,'Glyph of Fire Ward',58831,1,64,0,1,400,100,0,128,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58236,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43358,4,0,-1,'Pendant of Shadow Beams',54999,3,0,0,1,188479,47119,2,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,45,40,7,33,5,22,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43359,16,8,0,'Glyph of Frost Armor',58831,1,64,0,1,400,100,0,128,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58238,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43360,16,8,0,'Glyph of Frost Ward',58831,1,64,0,1,400,100,0,128,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58237,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43361,16,8,0,'Glyph of the Penguin',58831,1,64,0,1,400,100,0,128,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58239,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43362,16,8,0,'Glyph of the Bear Cub',57365,1,64,0,1,400,100,0,128,-1,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58240,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43363,4,1,-1,'Screeching Cape',55000,3,0,0,1,191669,38333,16,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,4,25,7,51,12,34,37,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43364,16,8,0,'Glyph of Slow Fall',58831,1,64,0,1,400,100,0,128,2147483647,12,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58241,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43365,16,2,0,'Glyph of Blessing of Kings',58833,1,64,0,1,400,100,0,2,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58242,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43366,16,2,0,'Glyph of Blessing of Wisdom',58833,1,64,0,1,400,100,0,2,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58244,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43367,16,2,0,'Glyph of Lay on Hands',58833,1,64,0,1,400,100,0,2,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58245,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43368,16,2,0,'Glyph of Sense Undead',58833,1,64,0,1,400,100,0,2,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58246,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43369,16,2,0,'Glyph of the Wise',58833,1,64,0,1,400,100,0,2,2147483647,30,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58247,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43370,16,5,0,'Glyph of Levitate',58835,1,64,0,1,400,100,0,16,2147483647,34,34,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58249,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43371,16,5,0,'Glyph of Fortitude',58835,1,64,0,1,400,100,0,16,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58250,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43372,16,5,0,'Glyph of Shadow Protection',58835,1,64,0,1,400,100,0,16,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58252,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43373,16,5,0,'Glyph of Shackle Undead',58835,1,64,0,1,400,100,0,16,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58251,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43374,16,5,0,'Glyph of Shadowfiend',58835,1,64,0,1,400,100,0,16,2147483647,66,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58253,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43375,4,1,-1,'Trousers of the Arakkoa',55001,3,0,0,1,247907,49581,7,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,45,80,7,36,5,45,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,8,0,0,0,0,0,3752,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43376,16,4,0,'Glyph of Distract',58837,1,64,0,1,400,100,0,8,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58254,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43377,16,4,0,'Glyph of Pick Lock',58837,1,64,0,1,400,100,0,8,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58255,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43378,16,4,0,'Glyph of Safe Fall',58837,1,64,0,1,400,100,0,8,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58257,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43379,16,4,0,'Glyph of Blurred Speed',58837,1,64,0,1,400,100,0,8,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58258,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43380,16,4,0,'Glyph of Vanish',58837,1,64,0,1,400,100,0,8,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58259,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43381,16,7,0,'Glyph of Astral Recall',58838,1,64,0,1,400,100,0,64,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58260,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43382,4,0,-1,'Band of Eyes',44703,3,524288,0,1,188479,47119,11,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,4,45,40,7,25,5,26,6,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43384,16,7,0,'Deprecated Glyph of the Black Wolf',54596,1,65536,8192,1,15000,3750,0,64,2147483647,20,20,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58262,0,-1,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43385,16,7,0,'Glyph of Renewed Life',58838,1,64,0,1,400,100,0,64,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58263,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43386,16,7,0,'Glyph of Water Shield',58838,1,64,0,1,400,100,0,64,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58266,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43387,4,4,-1,'Shoulderplates of the Beholder',51927,3,0,0,1,348713,69742,3,-1,-1,175,75,0,0,0,0,0,0,0,0,1,0,3,4,40,7,67,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43388,16,7,0,'Glyph of Water Walking',58838,1,64,0,1,400,100,0,64,2147483647,28,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58265,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43389,16,9,0,'Glyph of Unending Breath',58840,1,64,0,1,400,100,0,256,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58267,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43390,16,9,0,'Glyph of Drain Soul',58840,1,64,0,1,400,100,0,256,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58271,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43391,16,9,0,'Glyph of Kilrogg',58840,1,64,0,1,400,100,0,256,2147483647,22,22,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58272,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43392,16,9,0,'Glyph of Curse of Exhaustion',58840,1,64,0,1,400,100,0,256,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58273,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43393,16,9,0,'Glyph of Enslave Demon',58840,1,64,0,1,400,100,0,256,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58274,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43394,16,9,0,'Glyph of Souls',58840,1,64,0,1,400,100,0,256,2147483647,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58275,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43395,16,1,0,'Glyph of Battle',58843,1,64,0,1,400,100,0,1,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58276,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43396,16,1,0,'Glyph of Bloodrage',58843,1,64,0,1,400,100,0,1,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58277,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43397,16,1,0,'Glyph of Charge',58843,1,64,0,1,400,100,0,1,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58278,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43398,16,1,0,'Glyph of Mocking Blow',58843,1,64,0,1,400,100,0,1,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58279,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43399,16,1,0,'Glyph of Thunder Clap',58843,1,64,0,1,400,100,0,1,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58280,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43400,16,1,0,'Glyph of Enduring Victory',58843,1,64,0,1,400,100,0,1,2147483647,62,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58281,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43401,4,1,-1,'Water-Drenched Robe',55014,3,0,0,1,295365,59073,20,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,73,7,58,5,60,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,8,0,2,0,0,0,3351,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43402,4,4,-1,'The Obliterator Greaves',55015,3,0,0,1,388316,77663,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,57,36,53,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2868,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43403,4,2,-1,'Shroud of Darkness',50908,3,0,0,1,278918,55783,1,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,62,3,36,7,78,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3305,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43404,4,0,-1,'Zuramat\'s Necklace',39212,3,524288,0,1,213737,53434,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,50,7,64,5,28,6,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43405,4,4,-1,'Sabatons of Erekem',50507,3,0,0,1,392593,78518,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,59,7,57,5,57,43,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,8,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43406,4,1,-1,'Cloak of the Gushing Wound',28693,3,0,0,1,225561,45112,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,56,3,43,7,64,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43407,2,4,-1,'Stormstrike Mace',57084,3,0,0,1,754592,150918,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,38,62,7,36,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43408,4,0,-1,'Solitaire of Reflecting Beams',39126,3,524288,0,1,213737,53434,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,50,7,37,5,31,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43409,2,6,-1,'Saliva Corroded Pike',55017,3,0,0,1,950041,190008,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,86,7,135,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43410,4,3,-1,'Moragg\'s Chestguard',55018,3,0,0,1,457608,91521,5,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,73,7,78,5,52,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3310,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43411,12,0,0,'Anub\'arak\'s Broken Husk',54732,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43412,16,1,0,'Glyph of Bloodthirst',58842,1,64,0,1,400,100,0,1,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58408,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43413,16,1,0,'Glyph of Rapid Charge',58842,1,64,0,1,400,100,0,1,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58409,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43414,16,1,0,'Glyph of Cleaving',58842,1,64,0,1,400,100,0,1,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58407,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43415,16,1,0,'Glyph of Devastate',58842,1,64,0,1,400,100,0,1,2147483647,50,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58406,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43416,16,1,0,'Glyph of Execution',58842,1,64,0,1,400,100,0,1,2147483647,24,24,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58405,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43417,16,1,0,'Glyph of Hamstring',58842,1,64,0,1,400,100,0,1,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58404,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43418,16,1,0,'Glyph of Heroic Strike',58842,1,64,0,1,400,100,0,1,2147483647,1,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58403,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43419,16,1,0,'Glyph of Intervene',58842,1,64,0,1,400,100,0,1,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58402,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43420,16,1,0,'Glyph of Barbaric Insults',58842,1,64,0,1,400,100,0,1,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58401,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43421,16,1,0,'Glyph of Mortal Strike',58842,1,64,0,1,400,100,0,1,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58389,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43422,16,1,0,'Glyph of Overpower',58842,1,64,0,1,400,100,0,1,2147483647,12,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58400,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43423,16,1,0,'Glyph of Rending',58842,1,64,0,1,400,100,0,1,2147483647,4,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58399,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43424,16,1,0,'Glyph of Revenge',58842,1,64,0,1,400,100,0,1,2147483647,14,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58398,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43425,16,1,0,'Glyph of Blocking',58842,1,64,0,1,400,100,0,1,2147483647,40,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58397,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43426,16,1,0,'Glyph of Last Stand',58842,1,64,0,1,400,100,0,1,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58396,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43427,16,1,0,'Glyph of Sunder Armor',58842,1,64,0,1,400,100,0,1,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58395,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43428,16,1,0,'Glyph of Sweeping Strikes',58842,1,64,0,1,400,100,0,1,2147483647,30,30,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58394,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43429,16,1,0,'Glyph of Taunt',58842,1,64,0,1,400,100,0,1,2147483647,10,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58393,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43430,16,1,0,'Glyph of Resonating Power',58842,1,64,0,1,400,100,0,1,2147483647,6,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58392,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43431,16,1,0,'Glyph of Victory Rush',58842,1,64,0,1,400,100,0,1,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58391,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43432,16,1,0,'Glyph of Whirlwind',58842,1,64,0,1,400,100,0,1,2147483647,36,36,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58390,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43433,4,2,-1,'Eviscerator\'s Shoulderpads',56706,3,0,0,1,252203,50440,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,51,7,51,38,68,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,813,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43434,4,2,-1,'Eviscerator\'s Chestguard',56703,3,0,0,1,337547,67509,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,3,69,38,92,35,46,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,813,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43435,4,2,-1,'Eviscerator\'s Bindings',56702,3,0,0,1,169412,33882,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,35,26,3,39,38,50,7,38,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43436,4,2,-1,'Eviscerator\'s Gauntlets',56704,3,0,0,1,170033,34006,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,51,7,51,38,68,35,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,813,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43437,4,2,-1,'Eviscerator\'s Waistguard',56709,3,0,0,1,170671,34134,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,3,51,38,68,35,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,813,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43438,4,2,-1,'Eviscerator\'s Legguards',56705,3,0,0,1,342620,68524,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,3,69,38,92,35,46,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43439,4,2,-1,'Eviscerator\'s Treads',56708,3,0,0,1,257922,51584,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,3,51,7,51,38,58,35,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,813,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43440,12,0,0,'To King Varian Wrynn of the Alliance',54524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Fordring',3536,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43441,12,0,0,'To Thrall, Warchief of the Horde',54524,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Bears the seal of Fordring',3539,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43442,4,3,-1,'Swiftarrow Belt',54935,3,0,0,1,208615,41723,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,51,3,34,38,68,35,34,5,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43443,4,3,-1,'Swiftarrow Boots',52363,3,0,0,1,315468,63093,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,34,32,34,7,51,5,34,38,68,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43444,4,3,-1,'Swiftarrow Bracers',56585,3,0,0,1,210127,42025,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,26,38,50,7,39,5,25,32,26,35,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43445,4,3,-1,'Swiftarrow Hauberk',54937,3,0,0,1,432759,86551,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,69,3,46,38,92,5,46,32,45,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,818,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43446,4,3,-1,'Swiftarrow Gauntlets',54932,3,0,0,1,217145,43429,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,34,7,51,38,68,32,34,5,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,818,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43447,4,3,-1,'Swiftarrow Helm',56735,3,0,0,1,295749,59149,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,69,3,46,32,45,38,92,5,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43448,4,3,-1,'Swiftarrow Leggings',56736,3,0,0,1,395864,79172,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,3,46,32,45,38,92,35,46,5,46,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,818,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43449,4,3,-1,'Swiftarrow Shoulderguards',54933,3,0,0,1,299372,59874,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,6,7,51,32,34,3,34,38,68,5,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,818,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43450,4,3,-1,'Stormhide Belt',56728,3,0,0,1,199464,39892,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,51,5,34,45,60,35,34,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43451,4,3,-1,'Stormhide Stompers',56733,3,0,0,1,301649,60329,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,43,18,7,51,45,60,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43452,4,3,-1,'Stormhide Wristguards',57620,3,0,0,1,200975,40195,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,26,45,46,7,37,43,13,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43453,4,3,-1,'Stormhide Hauberk',55018,3,0,0,1,403483,80696,5,32767,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,7,69,5,46,45,80,43,23,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,817,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43454,4,3,-1,'Stormhide Grips',56729,3,0,0,1,202507,40501,10,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,7,51,45,60,35,34,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,817,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43455,4,3,-1,'Stormhide Crown',50611,3,0,0,1,304879,60975,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,46,43,23,35,46,45,80,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43456,4,3,-1,'Stormhide Legguards',56731,3,0,0,1,408038,81607,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,46,43,23,45,80,35,46,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,817,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43457,4,3,-1,'Stormhide Shoulders',56732,3,0,0,1,308543,61708,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,5,34,43,18,45,60,35,34,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,817,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43458,4,3,-1,'Giantmaim Legguards',56587,4,0,0,1,584025,116805,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,128,3,90,7,63,5,52,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43459,4,3,-1,'Giantmaim Bracers',56711,4,0,0,1,293071,58614,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,50,7,43,5,29,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43460,4,3,-1,'Giantmaim Girdle',56712,4,0,8192,1,147080,29416,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,36,50,3,65,7,92,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43461,4,3,-1,'Revenant\'s Breastplate',51109,4,0,0,1,606085,121217,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,68,5,68,36,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43462,0,0,0,'Airy Pale Ale',18102,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58442,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43463,0,4,-1,'Scroll of Agility VII',3331,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58450,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43464,0,4,-1,'Scroll of Agility VIII',3331,1,64,0,1,900,225,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58451,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43465,0,4,-1,'Scroll of Strength VII',3331,1,0,0,1,900,225,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58448,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43466,0,4,-1,'Scroll of Strength VIII',3331,1,0,0,1,900,225,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58449,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43467,0,4,-1,'Scroll of Protection VII',1093,1,0,0,1,990,247,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58452,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43468,0,4,-1,'Scroll of Protection VIII',1093,1,0,8192,1,990,247,0,-1,-1,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58453,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43469,4,3,-1,'Revenant\'s Treads',56724,4,0,0,1,425253,85050,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43470,0,0,0,'Worg Tooth Oatmeal Stout',18117,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58444,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43471,0,0,0,'Rork Red Ribbon',18099,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58440,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43472,0,0,0,'Snowfall Lager',18115,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58441,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43473,0,0,0,'Drakefire Chile Ale',18119,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58454,0,-1,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43475,4,3,-1,'Grips of the Chilling Revenant ',54932,3,0,8192,1,108269,21653,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,81,5,58,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43476,4,2,-1,'Trollwoven Breastplate',52514,3,0,8192,1,181129,36225,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,98,3,78,31,0,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,4,0,8,0,0,0,3309,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43478,0,5,-1,'Gigantic Feast',54539,1,0,0,1,10000,2500,0,-1,-1,80,70,185,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58465,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43480,0,5,-1,'Small Feast',54539,1,0,0,1,10000,2500,0,-1,-1,80,70,185,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58474,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43481,4,2,-1,'Trollwoven Spaulders',51715,4,0,0,1,378729,75745,3,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,114,3,72,7,79,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43482,4,0,-1,'Savage Titanium Ring',31664,3,524288,0,1,160000,40000,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,48,32,33,35,32,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2951,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43484,4,2,-1,'Trollwoven Girdle',55207,4,0,0,1,255207,51041,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,132,3,66,7,72,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43485,9,10,-1,'Design: Savage Titanium Ring',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58492,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Savage Titanium Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43486,4,0,-1,'Mohawk Mask',63017,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (43488,0,5,-1,'Last Weeks Mammoth',54743,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58496,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43489,0,0,-1,'Mohawk Grenade',63121,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58493,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It\'s Time to Pity Some Fools',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,86400,0,0,'',0,0,0,0,0,12340), (43490,0,5,-1,'Tasty Cupcake',54746,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58499,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43491,0,5,-1,'Bad Clams',3428,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58500,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43492,0,5,-1,'Haunted Herring',53174,1,64,0,1,400,100,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58502,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43493,12,0,0,'Watcher\'s Corpse Dust',54748,1,0,0,1,50,12,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Smells like... failure.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43494,12,0,0,'Ahn\'kahar Watcher\'s Corpse',54750,1,67648,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58515,0,-1,0,-1,0,-1,58539,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Flecks of the scaly flesh are falling away before your eyes...',0,0,0,0,0,8,0,0,0,0,0,0,0,619,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,0,12340), (43495,4,2,-1,'Earthgiving Legguards',55206,4,0,0,1,494139,98827,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,78,5,64,6,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43497,9,10,-1,'Design: Savage Titanium Band',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58507,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Savage Titanium Band',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43498,4,0,-1,'Savage Titanium Band',31664,3,524288,0,1,200603,50150,11,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,4,7,48,36,33,35,32,45,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3267,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43499,4,0,0,'Iron Boot Flask',18059,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58501,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It has a metallic taste...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43500,4,4,-1,'Bolstered Legplates',53286,4,0,0,1,704354,140870,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,123,12,81,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43501,7,8,-1,'Northern Egg',18046,1,0,0,1,6000,1500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43502,4,2,-1,'Earthgiving Boots',55205,4,0,0,1,380053,76010,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,57,5,48,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43504,15,0,-1,'Winter Veil Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43505,9,5,-1,'Recipe: Gigantic Feast',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58527,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Gigantic Feast. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43506,9,5,-1,'Recipe: Small Feast',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58528,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a Small Feast',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43507,9,5,-1,'Recipe: Tasty Cupcake',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58512,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake a Tasty Cupcake.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43508,9,5,-1,'Recipe: Last Week\'s Mammoth',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58521,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Last Week\'s Mammoth.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43509,9,5,-1,'Recipe: Bad Clams',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58523,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Bad Clams.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43510,9,5,-1,'Recipe: Haunted Herring',15274,2,33554496,0,1,0,0,0,-1,-1,75,0,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58525,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Haunted Herring.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43511,12,0,0,'Grotesque Fungus',54771,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You cannot imagine anything being more disgusting than this.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43512,12,0,0,'Ooze-covered Fungus',54771,1,2048,0,1,0,0,0,-1,-1,73,73,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The odor from this fungus makes you retch uncontrollably.',0,0,0,13204,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43513,12,0,0,'Vrykul Weapon',54795,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43515,4,0,-1,'Mystic Tome',54808,3,0,0,1,5600,1400,23,-1,-1,22,15,0,0,0,0,0,0,0,0,1,0,1,45,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (43516,15,5,-1,'Brutal Nether Drake',42378,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,58615,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43517,15,2,-1,'Penguin Egg',62988,3,0,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43518,0,5,-1,'Conjured Mana Pie',54854,1,2097154,0,1,0,0,0,-1,-1,84,74,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61828,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43519,15,0,-1,'Scruffy Toe Lint',8932,0,0,0,1,20000,5000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43520,15,0,-1,'Distinctive Feathers',19528,0,0,0,1,100000,20000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43521,15,0,-1,'Stylish Toe Ring',32335,0,0,0,1,200000,50000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just a little bit too big...',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43522,15,0,-1,'Slimming Ankle Bracelet',54962,0,0,0,1,604500,151125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43523,0,5,-1,'Conjured Mana Strudel',54855,1,2097154,0,1,0,0,0,-1,-1,90,80,0,0,0,0,0,0,0,80,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58648,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43524,12,0,0,'Olakin\'s Torch',54856,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58641,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43526,12,0,0,'Olakin\'s Torso',54904,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43527,12,0,0,'Olakin\'s Legs',54905,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43528,12,0,0,'Olakin\'s Left Arm',54910,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43529,12,0,0,'Olakin\'s Right Arm',54909,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43530,0,1,-1,'Argent Mana Potion',37808,1,0,0,1,0,0,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43531,0,1,-1,'Argent Healing Potion',37807,1,0,0,1,0,0,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43533,16,6,0,'Glyph of Anti-Magic Shell',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58705,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43534,16,6,0,'Glyph of Heart Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58706,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43535,16,6,0,'Glyph of Blood Tap',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58707,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43536,16,6,0,'Glyph of Bone Shield',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58708,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43537,16,6,0,'Glyph of Chains of Ice',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58709,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43538,16,6,0,'Glyph of Dark Command',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58614,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43539,16,6,0,'Glyph of Death\'s Embrace',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58711,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43541,16,6,0,'Glyph of Death Grip',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58713,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43542,16,6,0,'Glyph of Death and Decay',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58710,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43543,16,6,0,'Glyph of Frost Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58715,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43544,16,6,0,'Glyph of Horn of Winter',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58716,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43545,16,6,0,'Glyph of Icebound Fortitude',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58717,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43546,16,6,0,'Glyph of Icy Touch',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58718,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43547,16,6,0,'Glyph of Obliterate',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58719,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43548,16,6,0,'Glyph of Plague Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58720,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43549,16,6,0,'Glyph of the Ghoul',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58721,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43550,16,6,0,'Glyph of Rune Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58722,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43551,16,6,0,'Glyph of Scourge Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58723,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43552,16,6,0,'Glyph of Strangulate',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58724,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43553,16,6,0,'Glyph of Unbreakable Armor',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58725,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43554,16,6,0,'Glyph of Vampiric Blood',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58726,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43555,4,0,-1,'Deputy Pa\'trolla Badge',54963,4,0,0,1,0,0,12,-1,-1,200,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,58783,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A valuable member of the Pa\'Troll!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43556,15,0,0,'Patroller\'s Pack',31783,2,4,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43557,7,11,0,'Poisonous Ivy Berries',54965,2,0,0,1,0,25,0,-1,-1,20,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Briarthorn,Swiftthistle,Bruiseweed,and Stranglekelp.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43558,7,11,0,'Nightbloom Lilac',13489,2,0,0,1,0,25,0,-1,-1,30,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Wild Steelbloom,Grave Moss,Kingsblood,and Liferoot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43559,7,11,0,'Locust Wing',54966,2,0,0,1,0,25,0,-1,-1,40,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Fadeleaf,Goldthorn,Khadgar\'s Whisker,and Wintersbite.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43560,7,11,0,'Firefly Dust',54967,2,0,0,1,0,25,0,-1,-1,50,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Firebloom,Purple Lotus,Arthas\' Tears,Sungrass,Blindweed,Ghost Mushroom,and Gromsblood.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43561,7,11,0,'Iridescent Pollen',20899,2,0,0,1,0,25,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling Golden Sansam,Dreamfoil,Mountain Silversage,Plaguebloom,and Icecap.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43562,7,11,0,'Nightmare Berries',54968,2,0,0,1,0,25,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling herbs native to Outland.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43563,7,11,0,'Frozen Beetle Husk',54969,2,0,0,1,0,25,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Rarely found when milling herbs native to Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43564,12,0,0,'Crusader Olakin\'s Remains',1282,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58856,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43565,4,1,-1,'Durable Nerubhide Cape',56737,4,0,0,1,285512,57102,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,41,7,75,13,49,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43566,4,1,-1,'Ice Striker\'s Cloak',56738,4,0,0,1,286600,57320,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,100,3,24,7,75,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43567,12,0,0,'Spool of Thread',54980,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43568,12,0,0,'The Doctor\'s Cleaver',54987,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43569,0,1,-1,'Endless Healing Potion',54994,3,67141632,0,1,0,0,0,-1,-1,80,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28495,0,0,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Not consumed when used.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43570,0,1,-1,'Endless Mana Potion',54995,3,67141632,0,1,0,0,0,-1,-1,80,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28499,0,0,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Not consumed when used.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43571,7,8,-1,'Sewer Carp',24694,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43572,7,8,-1,'Magic Eater',55023,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58886,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43573,4,0,-1,'Tears of Bitter Anguish',55033,4,4096,0,1,1000000,250000,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,58901,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'They shimmer with sadness and woe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43574,15,0,-1,'Dissolved Soul Essence',34561,0,0,0,1,26013,6503,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43575,15,0,-1,'Reinforced Junkbox',26381,1,4,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1667,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43576,15,0,-1,'Chitin Polish',8932,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43577,15,0,-1,'Carapace Cleanser',37424,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'For the cleanest chelicerae around!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43582,4,0,-1,'Titanium Frostguard Ring',39123,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43583,4,1,-1,'Glacial Robe',55040,4,0,0,1,400954,80190,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,115,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43584,4,1,-1,'Glacial Waistband',55048,4,0,0,1,201247,40249,6,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,85,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43585,4,1,-1,'Glacial Slippers',55042,4,0,0,1,297781,59556,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43586,4,4,-1,'Icebane Chestguard',35276,4,0,0,1,694822,138964,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,115,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43587,4,4,-1,'Icebane Girdle',55047,4,0,0,1,358224,71644,6,1535,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43588,4,4,-1,'Icebane Treads',55044,4,0,0,1,520124,104024,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43589,10,0,-1,'Wintergrasp Mark of Honor',55045,2,0,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1000,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Lake Wintergrasp',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43590,4,2,-1,'Polar Vest',35290,4,0,0,1,496301,99260,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,115,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43591,4,2,-1,'Polar Cord',55046,4,0,0,1,265139,53027,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43592,4,2,-1,'Polar Boots',55049,4,0,0,1,399153,79830,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43593,4,3,-1,'Icy Scale Chestguard',36436,4,0,0,1,595562,119112,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,115,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43594,4,3,-1,'Icy Scale Belt',55050,4,0,0,1,297781,59556,6,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43595,4,3,-1,'Icy Scale Boots',55054,4,0,0,1,486287,97257,8,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,1,7,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,86,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43597,9,10,-1,'Design: Titanium Frostguard Ring',6270,4,4160,0,1,0,0,0,-1,-1,80,0,755,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,58954,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to craft a Titanium Frostguard Ring',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43599,15,5,-1,'Big Blizzard Bear',59466,3,134250496,0,1,0,0,0,262143,32767,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,-1,330,3000,58983,6,0,0,-1,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43600,2,6,6,'Brunnhildar Harpoon',53147,1,0,0,1,200063,40012,17,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,265,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,55755,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43601,2,1,-1,'Brunnhildar Great Axe',52564,1,0,0,1,200063,40012,17,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,279,0,0,0,0,0,0,0,0,0,0,0,4000,0,0,55755,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43608,12,0,0,'Copperclaw\'s Volatile Oil',55088,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59036,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43609,12,0,0,'Pile of Bones',55089,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A fallen soldier, stripped of flesh.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43610,12,0,0,'Abandoned Helm',55093,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A battleworn Alliance helm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43611,2,7,-1,'Krol Cleaver',8090,4,0,0,1,999063,199812,13,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,3,36,7,42,44,28,38,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43612,2,16,-1,'Spineslicer',47933,4,4194304,0,1,284983,71245,25,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,31,25,3,26,7,22,38,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,493,0,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43613,2,15,-1,'The Dusk Blade',43846,4,0,0,1,1006220,201244,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,59043,2,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43614,7,1,-1,'Broken Wrath Elixir',55320,1,1088,8192,1,3500,875,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59042,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43615,12,0,0,'Saurfang\'s Battle Armor',55095,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43616,12,0,0,'Abandoned Armor',55115,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A pierced Alliance breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43617,2,10,-1,'Monster - Staff, Dalaran Blue',55120,1,1088,8192,1,0,0,17,16,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,15595), (43618,2,10,-1,'Monster - Staff, Dalaran Green',55121,1,1088,8192,1,0,0,17,16,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,15595), (43619,2,10,-1,'Monster - Staff, Dalaran Red',55122,1,1088,8192,1,0,0,17,16,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,1160,1800000,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-14,0,0,0,'',0,0,0,0,0,15595), (43620,7,1,-1,'Broken Spellpower Elixir',55318,1,1088,8192,1,3500,875,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59066,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43621,7,1,-1,'Broken Noggenfogger Elixir',55319,1,1088,8192,1,3500,875,0,-1,-1,80,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59070,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43622,15,0,-1,'Froststeel Lockbox',9632,2,4,0,1,3000,750,0,-1,-1,73,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1812,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43624,15,0,-1,'Titanium Lockbox',9632,3,4,0,1,3000,750,0,-1,-1,78,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1813,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43626,0,0,0,'Happy Pet Snack',55185,2,0,0,1,5000,250,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59090,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43627,15,0,0,'Thrall\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Grom, may you rest well, old friend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43628,15,0,0,'Lady Jaina Proudmoore\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Arthas, my love, please come back to me.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43629,15,0,0,'Uther Lightbringer\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Young Arthas must learn patience to temper his power. I will pray that he one day learns how to lead with care rather than force.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43630,15,0,0,'Tirion Fordring\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'It is my wish that my dear Taelan will grow strong enough to defend the people he cares for.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43631,15,0,0,'Teron\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Wishes are a fool\'s pastime. Take this coin as payment for your precious Eye.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43632,15,0,0,'Sylvanas Windrunner\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I hope my sisters and I can grow up and get married together. This coin appears to be very old.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43633,15,0,0,'Prince Kael\'thas Sunstrider\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'That young apprentice Jaina is quite attractive for a human. I hope she recognizes my elegance and power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43634,15,0,0,'Lady Katrana Prestor\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Listen, little wishing fountain. You\'ll give me all your power if you know what\'s good for you.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43635,15,0,0,'Kel\'Thuzad\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sometimes... I wish someone would come along and just give me a big, long hug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43636,15,0,0,'Chromie\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Just once, I wish someone would greet me without making a stupid joke about gnomes or time travel.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43637,15,0,0,'Brann Bronzebeard\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Brann Bronzebeard was here.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43638,15,0,0,'Arugal\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I wish someday to retire to my own tidy little estate, with a bunch of pet dogs to keep me company.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43639,15,0,0,'Arthas\' Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Already, I\'ve a kingdom in my prospects, a land to rule. What to ask for? Perhaps a frozen scone...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43640,15,0,0,'Archimonde\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I wish to know how you survived my wrath, little fountain.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43641,15,0,0,'Anduin Wrynn\'s Gold Coin',55217,1,65536,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59125,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'I wish I would grow up, it feels like I\'ve been 10 for years. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43643,15,0,0,'Prince Magni Bronzebeard\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope that my father and brothers outlive me. I\'ll not make much of a king.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43644,15,0,0,'A Peasant\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I\'m so forgetful! I wish I had a better memory. Wait, didn\'t I already throw a coin into here?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43645,15,0,0,'Bent Fishing Hook',55249,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like someone tried to fish in this fountain. Who would do such a thing?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43646,7,8,-1,'Fountain Goldfish',55251,1,0,0,1,250,62,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35270,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43647,7,8,-1,'Shimmering Minnow',18535,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43648,4,0,-1,'RESILIENCE TEST RING DO NOT LOCALIZE ',52268,2,0,8192,1,83894,16778,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,35,1229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43650,13,0,0,'Rusty Prison Key',55252,1,64,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59286,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Resembles a key used to open underwater treasure chests...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43651,2,20,-1,'Crafty\'s Pole',20619,5,0,6299648,1,1872692,374538,17,-1,-1,200,0,356,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,59188,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Just holding this fishing pole makes you shiver with excitement. This is possibly the most amazing thing you\'ve ever seen.',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43652,7,8,-1,'Slippery Eel',24131,1,0,0,1,250,62,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59227,0,-1,0,0,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (43653,15,0,0,'Partially Eaten Fish',9134,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Small tooth marks can be seen on the carcass.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43654,4,0,-1,'Tome of the Dawn',55787,3,0,0,1,5600,1400,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,2,45,6,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (43655,4,0,-1,'Book of Survival',55959,3,0,0,1,5600,1400,23,-1,-1,25,20,0,0,0,0,0,0,0,0,1,0,1,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21600,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (43656,4,0,-1,'Tome of Kings',55956,3,64,0,1,5600,1400,23,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,7,6,32,6,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59191,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (43657,4,0,-1,'Royal Guide of Escape Routes',55960,3,64,0,1,5600,1400,23,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,1,36,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59195,0,0,0,300000,1153,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (43658,15,0,0,'Partially Rusted File',55284,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The file has a slight green tinge to it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43659,2,15,15,'Bloodied Prison Shank',55261,0,0,0,1,166598,33319,13,-1,-1,136,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,174,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The business end of this shank looks like profits were high this year.',0,0,0,0,0,4,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43660,4,0,-1,'Fire Eater\'s Guide',55264,3,64,0,1,5600,1400,23,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,2,45,12,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59197,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (43661,4,0,-1,'Book of Stars',55980,3,64,0,1,5600,1400,23,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59198,0,0,0,120000,1153,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (43662,12,0,-1,'Axe of the Plunderer',55262,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You would expect this axe to be exceptionally sharp. It\'s not. The vrykul must have been relying upon his immense strength to hew through his foes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43663,4,0,-1,'Stormbound Tome',55981,3,64,0,1,5600,1400,23,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,45,12,32,9,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59199,0,0,0,120000,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (43664,4,0,-1,'Manual of Clouds',55982,3,64,0,1,5600,1400,23,-1,-1,55,50,0,0,0,0,0,0,0,0,1,0,3,45,12,6,9,5,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60060,0,0,0,300000,1153,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (43665,12,0,-1,'Keristrasza\'s Broken Heart',55263,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A tragic end to a sad tale. If only Malygos\'s abuse of Keristrasza hadn\'t driven her insane.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43666,4,0,-1,'Hellfire Tome',55264,3,64,0,1,5600,1400,23,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,1,45,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (43667,4,0,-1,'Book of Clever Tricks',55265,3,64,0,1,5600,1400,23,-1,-1,65,60,0,0,0,0,0,0,0,0,1,0,3,7,27,31,11,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59202,0,0,0,300000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',48,0,0,0,0,12340), (43668,12,0,-1,'Ley Line Tuner',55268,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You\'re not quite sure what to make of it. It definitely seethes with arcane magic, but how can something so small be so important?',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43669,12,0,-1,'Locket of the Deceased Queen',31477,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The only reminder that King Ymiron had of his love, Queen Angerboda.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43670,12,0,-1,'Prophet\'s Enchanted Tiki',55271,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It seems to have lost all of its mojo with the demise of its bearer.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43671,16,6,0,'Glyph of Corpse Explosion',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59312,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43672,16,6,0,'Glyph of Pestilence',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59311,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43673,16,6,0,'Glyph of Raise Dead',58826,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59313,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43674,16,11,0,'Glyph of Dash',58827,1,64,0,1,400,100,0,1024,2147483647,21,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59218,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43675,15,0,0,'Fandral Staghelm\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The War of the Shifting Sands... I wish I could forget it ever happened.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43676,15,0,0,'Arcanist Doan\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Oh, why won\'t you notice me? Abbendis, I would follow you anywhere. I wish you would notice me...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43677,15,0,0,'High Tinker Mekkatorque\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'How does this fountain even work? I wonder if I could make one.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43678,15,0,0,'Antonidas\' Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Grant me the strength to accept the things that I cannot change, the courage to change the things I can and the wisdom to know the difference.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43679,15,0,0,'Muradin Bronzebeard\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May the Holy Light protect us on our expedition to the frozen north. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43680,15,0,0,'King Varian Wrynn\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish the uprising back at home would settle itself soon. I wouldn\'t want anyone to be hurt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43681,15,0,0,'King Terenas Menethil\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May my son Arthas always act in the best interest of his people.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43682,15,0,0,'King Anasterian Sunstrider\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope young Kael\'thas realizes that one day he must lead our people.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43683,15,0,0,'Khadgar\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Turalyon and Alleria, wherever you are, may you be well.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43684,15,0,0,'Medivh\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43685,15,0,0,'Maiev Shadowsong\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Where\'s Illidan?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43686,15,0,0,'Alleria\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May my sisters realize their full potential, the name Windrunner known as result of their deeds.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43687,15,0,0,'Aegwynn\'s Silver Coin',55248,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I really wish you mages would get your heads out from inside your own... books.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43688,12,0,0,'Weeping Quarry Document',55272,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43689,12,0,0,'Weeping Quarry Ledger',55273,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43690,12,0,0,'Weeping Quarry Schedule',55274,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43691,12,0,0,'Weeping Quarry Map',55275,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43693,12,0,-1,'Mojo Remnant of Akali',26858,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Hard to believe that this is all that is left of the once mighty rhino god.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43694,15,0,0,'Drowned Rat',55285,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like falling in the soup pot did not work out so well this time.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43695,0,5,-1,'Half Full Bottle of Prison Moonshine',18078,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Also useful for removing paint.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43696,0,5,-1,'Half Empty Bottle of Prison Moonshine',18078,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Also useful for removing paint.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43697,12,0,-1,'Artifact from the Nathrezim Homeworld',55278,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'What strange construction. It must be one of the most alien-looking objects you\'ve ever seen.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43698,15,2,-1,'Giant Sewer Rat',55280,3,64,0,1,4000,1000,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,59250,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43699,12,0,-1,'The Curse of Flesh Disc',55281,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s information on this thing? What? There\'s no writing!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43701,15,0,0,'A Footman\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Wish I had that cousin of mine\'s duty to do nothing more than lug wood around carelessly...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43702,15,0,0,'Alonsus Faol\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'One day, I hope to spread the path of the Light to the common people and teach them the value of the Three Virtues.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43703,15,0,0,'Ansirem\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish for happiness and acceptance for my daughter. She feels so out of place here...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43704,15,0,0,'Attumen\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Can I have a more comfortable saddle? My hindquarters ache.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43705,15,0,0,'Danath\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope a troll dies, right... NOW.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43706,15,0,0,'Dornaa\'s Shiny Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish that that jerk Arthas would fall into a pile of magnataur doody!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43707,15,0,0,'Eitrigg\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'May Tirion\'s quest here in Northrend end with success, or may he die honorably in battle.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43708,15,0,0,'Elling Trias\' Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Being a rogue is hard work. Someday I hope to pursue my life\'s one true passion...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43709,15,0,0,'Falstad Wildhammer\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope I end up in another book eventually.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43710,15,0,0,'Genn\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pah, the fountains in Gilneas could grant ten times as many wishes as Dalaran\'s!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43711,15,0,0,'Inigo\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish I had my father back...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43712,15,0,0,'Krasus\' Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'My prayers go out to my brothers and sisters who still suffer in the heart of Grim Batol. I WILL free them.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43713,15,0,0,'Kryll\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Boom. Now boom? I wish for a boom. Boom go! This coin must be broken, I wonder if it\'ll explode.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43714,15,0,0,'Landro Longshot\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish I\'d kept that coin...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43715,15,0,0,'Molok\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Just once -- that\'s all I ask for, just once -- let the lass ride with me... ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43716,15,0,0,'Murky\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish the water in Northrend wasn\'t so cold, it makes me sleepy.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43717,15,0,0,'Princess Calia Menethil\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope that handsome nobleman Lord Prestor notices me! He\'s so dreamy!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43718,15,0,0,'Private Marcus Jonathan\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish to grow a glorious, bushy mustache someday.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43719,15,0,0,'Salandria\'s Shiny Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Someday, I\'m gonna be more powerful than all of these mages!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43720,15,0,0,'Squire Rowe\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I hope I can get transferred out of Stormwind eventually and see Cersei again. Nothing good ever happens in this city.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43721,15,0,0,'Stalvan\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You mages refuse to provide me that which hastens the inevitable fate of two people in love, when only one is too naive to see it. I wish you all ruin.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43722,15,0,0,'Vareesa\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Asto\'re da shan\'re. Turus Fulo Il\'amare, A\'Talah Adore. Isera\'duna...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43723,15,0,0,'Vargoth\'s Copper Coin',55288,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I wish Captain Sanders would hurry up with my shipment of wine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43724,12,0,-1,'Celestial Ruby Ring',28682,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Ring? It\'s more like a necklace and a heavy one at that!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43725,16,7,0,'Glyph of Ghost Wolf',58838,1,64,0,1,400,100,0,64,2147483647,16,16,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59287,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43726,12,0,-1,'The Idle Crown of Anub\'arak',55293,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The crypt lord still carried it though he lost his royal title long ago when he entered the service of the Lich King.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43727,4,2,-1,'Valorous Bonescythe Breastplate',54256,4,4096,0,1,0,0,5,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,84,7,87,32,44,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',54,0,0,0,0,1), (43728,4,2,-1,'Valorous Bonescythe Gauntlets',54423,4,4096,0,1,0,0,10,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,63,32,50,31,38,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,40,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',54,0,0,0,0,1), (43729,4,2,-1,'Valorous Bonescythe Helmet',54396,4,4096,0,1,0,0,1,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,69,7,88,32,58,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,0,0,0,0,0,54280,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',54,0,0,0,0,1), (43730,4,2,-1,'Valorous Bonescythe Legplates',54281,4,4096,0,1,0,0,7,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,92,7,88,36,58,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,48216,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,90,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',54,0,0,0,0,1), (43731,4,2,-1,'Valorous Bonescythe Pauldrons',54289,4,4096,0,1,0,0,3,8,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,3,55,7,73,32,58,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,801,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',54,0,0,0,0,1), (43732,4,1,-1,'Heroes\' Circlet of Faith',54387,4,4096,0,1,0,0,1,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,60,6,64,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',53,0,0,0,0,1), (43733,4,1,-1,'Crown of Faith',54387,4,4096,0,1,0,0,1,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,60,6,64,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',53,0,0,0,0,1), (43734,4,3,-1,'Heroes\' Cryptstalker Handguards',54408,4,4096,0,1,0,0,10,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,48,7,52,5,38,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,44810,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,50,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',53,0,0,0,0,1), (43735,4,3,-1,'Heroes\' Cryptstalker Headpiece',54375,4,4096,0,1,0,0,1,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,73,7,70,5,47,32,44,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,40933,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',53,0,0,0,0,1), (43736,4,3,-1,'Heroes\' Cryptstalker Legguards',54275,4,4096,0,1,0,0,7,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,60,7,60,5,59,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,47061,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',53,0,0,0,0,1), (43737,4,3,-1,'Heroes\' Cryptstalker Spaulders',54296,4,4096,0,1,0,0,3,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,54,5,33,36,36,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,15830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',53,0,0,0,0,1), (43738,4,3,-1,'Heroes\' Cryptstalker Tunic',54254,4,4096,0,1,0,0,5,4,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,36,51,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,794,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',53,0,0,0,0,1), (43739,4,4,-1,'Dreadnaught Battleplate',54253,4,0,0,1,0,0,5,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,90,31,52,32,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,165,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43740,4,4,-1,'Heroes\' Dreadnaught Breastplate',48928,4,4096,0,1,0,0,5,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,111,12,47,13,47,15,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',53,0,0,0,0,1), (43741,4,4,-1,'Dreadnaught Gauntlets',54432,4,4096,0,1,0,0,10,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,37,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,55,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',53,0,0,0,0,1), (43742,4,4,-1,'Heroes\' Dreadnaught Greathelm',54403,4,4096,0,1,0,0,1,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,111,12,49,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',53,0,0,0,0,1), (43743,4,4,-1,'Heroes\' Dreadnaught Gauntlets',54405,4,4096,0,1,0,0,10,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,37,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,788,55,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',53,0,0,0,0,1), (43744,4,4,-1,'Dreadnaught Helmet',54403,4,4096,0,1,0,0,1,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,74,7,90,32,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,53026,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,788,100,0,0,0,0,1,0,2,0,0,0,3354,0,375,0,0,0,0,'',53,0,0,0,0,1), (43745,4,4,-1,'Heroes\' Dreadnaught Legguards',54272,4,4096,0,1,0,0,7,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,111,12,48,14,41,13,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',53,0,0,0,0,1), (43746,4,4,-1,'Dreadnaught Legplates',54271,4,4096,0,1,0,0,7,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,90,32,72,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',53,0,0,0,0,1), (43747,4,4,-1,'Heroes\' Dreadnaught Pauldrons',54310,4,4096,0,1,0,0,3,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,87,12,32,13,44,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,787,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43748,4,4,-1,'Dreadnaught Shoulderplates',54309,4,4096,0,1,0,0,3,1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,66,7,70,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,47188,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,788,100,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',53,0,0,0,0,1), (43749,4,2,-1,'Heroes\' Dreamwalker Headpiece',57538,4,4096,0,1,0,0,1,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',53,0,0,0,0,1), (43750,4,2,-1,'Heroes\' Dreamwalker Handguards',54407,4,4096,0,1,0,0,10,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',53,0,0,0,0,1), (43751,4,2,-1,'Heroes\' Dreamwalker Handguards',54406,4,4096,0,1,0,0,10,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',53,0,0,0,0,1), (43752,4,2,-1,'Heroes\' Dreamwalker Handguards',54407,4,4096,0,1,0,0,10,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',53,0,0,0,0,1), (43753,4,2,-1,'Heroes\' Dreamwalker Headpiece',57539,4,4096,0,1,0,0,1,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',53,0,0,0,0,1), (43754,4,2,-1,'Heroes\' Dreamwalker Headpiece',57538,4,4096,0,1,0,0,1,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,6,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,1,0,8,0,0,0,3306,0,375,0,0,0,0,'',53,0,0,0,0,1), (43755,4,2,-1,'Heroes\' Dreamwalker Leggings',54274,4,4096,0,1,0,0,7,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',53,0,0,0,0,1), (43756,4,2,-1,'Heroes\' Dreamwalker Leggings',54273,4,4096,0,1,0,0,7,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',53,0,0,0,0,1), (43757,4,2,-1,'Heroes\' Dreamwalker Spaulders',54290,4,4096,0,1,0,0,3,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,47,6,51,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',53,0,0,0,0,1), (43758,4,2,-1,'Heroes\' Dreamwalker Spaulders',54290,4,4096,0,1,0,0,3,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,47,6,51,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',53,0,0,0,0,1), (43759,4,2,-1,'Heroes\' Dreamwalker Spaulders',54290,4,4096,0,1,0,0,3,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,47,6,51,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,70,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',53,0,0,0,0,1), (43760,4,2,-1,'Heroes\' Dreamwalker Leggings',54274,4,4096,0,1,0,0,7,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,68,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,90,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',53,0,0,0,0,1), (43761,4,2,-1,'Heroes\' Dreamwalker Robe',54230,4,4096,0,1,0,0,20,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,69,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43762,4,3,-1,'Earthshatter Chestguard',54260,4,0,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,31,51,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,1000,0,0,52995,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,140,0,0,0,0,2,0,8,0,0,0,2695,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43763,4,3,-1,'Heroes\' Earthshatter Helm',54398,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,65,36,52,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',53,0,0,0,0,1), (43764,4,3,-1,'Heroes\' Earthshatter Gloves',45014,4,4096,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',53,0,0,0,0,1), (43765,4,3,-1,'Heroes\' Earthshatter Gloves',54424,4,4096,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',53,0,0,0,0,1), (43766,4,3,-1,'Heroes\' Earthshatter Gloves',45014,4,4096,0,1,0,0,10,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,35836,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',53,0,0,0,0,1), (43767,4,3,-1,'Earthshatter Hauberk',54259,4,0,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,69,32,53,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,1000,0,0,28687,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,140,0,0,0,0,2,0,8,0,0,0,2695,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43768,4,3,-1,'Heroes\' Earthshatter Headpiece',54397,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,66,5,65,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',53,0,0,0,0,1), (43769,4,3,-1,'Heroes\' Earthshatter Helm',54397,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,65,36,52,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',53,0,0,0,0,1), (43770,4,3,-1,'Heroes\' Earthshatter Kilt',45228,4,4096,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,69,32,56,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',53,0,0,0,0,1), (43771,4,3,-1,'Heroes\' Earthshatter Legguards',45228,4,4096,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,85,5,69,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,21643,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',53,0,0,0,0,1), (43772,4,3,-1,'Heroes\' Earthshatter Spaulders',54306,4,4096,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,49,5,51,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21638,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,797,85,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',53,0,0,0,0,1), (43773,4,3,-1,'Heroes\' Earthshatter Shoulderpads',54304,4,4096,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,32,44,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,796,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43774,4,3,-1,'Heroes\' Earthshatter Shoulderguards',54304,4,4096,0,1,0,0,3,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,54,5,34,32,36,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,0,0,0,0,0,0,0,0,0,39708,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',53,0,0,0,0,1), (43775,4,3,-1,'Heroes\' Earthshatter Chestguard',54259,4,4096,0,1,0,0,5,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,76,5,40,31,51,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,52995,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,140,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',53,0,0,0,0,1), (43776,4,3,-1,'Earthshatter War-Kilt',54282,4,0,0,1,0,0,7,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,60,5,59,31,31,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,1000,0,0,52995,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,795,105,0,0,0,0,2,0,4,0,0,0,2698,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43777,4,1,-1,'Frostfire Circlet',57530,4,0,0,1,0,0,1,128,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,54,5,64,6,60,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,1000,0,0,52849,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (43778,4,1,-1,'Heroes\' Frostfire Gloves',54418,4,4096,0,1,0,0,10,128,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,51,32,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,35,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',53,0,0,0,0,1), (43779,4,1,-1,'Heroes\' Frostfire Leggings',54276,4,4096,0,1,0,0,7,128,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,36,64,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43780,4,1,-1,'Heroes\' Frostfire Robe',54268,4,4096,0,1,0,0,20,128,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,60,6,60,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',53,0,0,0,0,1), (43781,4,1,-1,'Heroes\' Frostfire Shoulderpads',54297,4,4096,0,1,0,0,3,128,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,50,32,48,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,803,60,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',53,0,0,0,0,1), (43782,4,1,-1,'Gloves of Faith',54422,4,4096,0,1,0,0,10,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,48,6,49,32,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,35,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',53,0,0,0,0,1), (43783,4,1,-1,'Heroes\' Handwraps of Faith',54422,4,4096,0,1,0,0,10,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,48,32,49,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,35,0,0,0,0,4,0,0,0,0,0,3301,0,375,0,0,0,0,'',53,0,0,0,0,1), (43784,4,1,-1,'Leggings of Faith',54280,4,4096,0,1,0,0,7,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,60,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33169,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,75,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',53,0,0,0,0,1), (43785,4,1,-1,'Heroes\' Mantle of Faith',54302,4,4096,0,1,0,0,3,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,50,5,50,36,44,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43786,4,1,-1,'Heroes\' Pants of Faith',54280,4,4096,0,1,0,0,7,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,6,51,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,33138,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,75,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',53,0,0,0,0,1), (43787,4,1,-1,'Heroes\' Plagueheart Circlet',54399,4,4096,0,1,0,0,1,256,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,87,5,52,6,46,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',53,0,0,0,0,1), (43788,4,1,-1,'Heroes\' Plagueheart Gloves',54431,4,4096,0,1,0,0,10,256,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,44,36,48,32,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,35,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43789,4,1,-1,'Heroes\' Plagueheart Leggings',54283,4,4096,0,1,0,0,7,256,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,78,5,64,32,43,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,75,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43790,4,1,-1,'Heroes\' Plagueheart Robe',54270,4,4096,0,1,0,0,20,256,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,90,5,59,6,64,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,52849,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',53,0,0,0,0,1), (43791,4,1,-1,'Heroes\' Plagueheart Shoulderpads',54308,4,4096,0,1,0,0,3,256,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,66,5,44,36,48,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,26227,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,802,60,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43792,4,1,-1,'Heroes\' Raiments of Faith',54269,4,4096,0,1,0,0,20,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,68,6,60,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,28687,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,805,100,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',53,0,0,0,0,1), (43793,4,4,-1,'Heroes\' Redemption Breastplate',54255,4,4096,0,1,0,0,5,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,111,12,38,15,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,165,0,0,0,0,8,0,4,0,0,0,3361,0,375,0,0,0,0,'',53,0,0,0,0,1), (43794,4,4,-1,'Heroes\' Redemption Chestpiece',54255,4,4096,0,1,0,0,5,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,73,7,103,32,74,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,165,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43795,4,4,-1,'Heroes\' Redemption Faceguard',57546,4,4096,0,1,0,0,1,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,111,12,43,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,1,0,8,0,0,0,3362,0,375,0,0,0,0,'',53,0,0,0,0,1); INSERT INTO `item_template` VALUES (43796,4,4,-1,'Heroes\' Redemption Gauntlets',54420,4,4096,0,1,0,0,10,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,32,46,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,789,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43797,4,4,-1,'Redemption Gloves',54419,4,4096,0,1,0,0,10,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,36,30,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,55,0,0,0,0,8,0,0,0,0,0,3263,0,375,0,0,0,0,'',53,0,0,0,0,1), (43798,4,4,-1,'Redemption Greaves',54277,4,4096,0,1,0,0,7,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,68,36,60,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,790,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43799,4,4,-1,'Heroes\' Redemption Handguards',54419,4,4096,0,1,0,0,10,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,38,13,43,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',53,0,0,0,0,1), (43800,4,4,-1,'Redemption Headpiece',57546,4,4096,0,1,0,0,1,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,790,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',53,0,0,0,0,1), (43801,4,4,-1,'Heroes\' Redemption Helm',57546,4,4096,0,1,0,0,1,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,36,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,789,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',53,0,0,0,0,1), (43802,4,4,-1,'Heroes\' Redemption Legguards',54279,4,4096,0,1,0,0,7,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,111,12,48,15,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,42078,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,120,0,0,0,0,8,0,8,0,0,0,3363,0,375,0,0,0,0,'',53,0,0,0,0,1), (43803,4,4,-1,'Heroes\' Redemption Legplates',54278,4,4096,0,1,0,0,7,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,81,7,90,36,73,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,120,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',53,0,0,0,0,1), (43804,4,4,-1,'Heroes\' Redemption Shoulderguards',54301,4,4096,0,1,0,0,3,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,87,12,34,13,33,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,791,100,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43805,4,4,-1,'Heroes\' Redemption Shoulderplates',54300,4,4096,0,1,0,0,3,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,70,32,50,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,789,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',53,0,0,0,0,1), (43806,4,4,-1,'Redemption Spaulders',54299,4,4096,0,1,0,0,3,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,52,32,48,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',53,0,0,0,0,1), (43807,4,4,-1,'Redemption Tunic',54255,4,4096,0,1,0,0,5,2,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,69,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,40231,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,790,165,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43808,4,1,-1,'Robe of Faith',54269,4,4096,0,1,0,0,20,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,67,5,60,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,47821,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,100,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',53,0,0,0,0,1), (43809,4,4,-1,'Heroes\' Scourgeborne Battleplate',54253,4,4096,0,1,0,0,5,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,36,72,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',53,0,0,0,0,1), (43810,4,1,-1,'Shoulderpads of Faith',54302,4,4096,0,1,0,0,3,16,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,49,5,51,6,44,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,804,60,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',53,0,0,0,0,1), (43811,4,4,-1,'Heroes\' Scourgeborne Chestguard',48928,4,4096,0,1,0,0,5,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,111,12,47,14,47,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,165,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',53,0,0,0,0,1), (43812,4,4,-1,'Heroes\' Scourgeborne Faceguard',54371,4,4096,0,1,0,0,1,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,72,7,111,12,49,37,30,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,1,0,8,0,0,0,3360,0,375,0,0,0,0,'',53,0,0,0,0,1), (43813,4,4,-1,'Heroes\' Scourgeborne Gauntlets',51834,4,4096,0,1,0,0,10,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,99,32,46,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,792,55,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',53,0,0,0,0,1), (43814,4,4,-1,'Heroes\' Scourgeborne Handguards',54405,4,4096,0,1,0,0,10,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,87,12,43,13,38,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,55,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',53,0,0,0,0,1), (43815,4,4,-1,'Heroes\' Scourgeborne Helmet',54370,4,4096,0,1,0,0,1,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,90,32,81,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,792,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',53,0,0,0,0,1), (43816,4,4,-1,'Heroes\' Scourgeborne Legguards',54272,4,4096,0,1,0,0,7,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,72,7,111,12,44,13,64,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,120,0,0,0,0,4,0,2,0,0,0,3307,0,375,0,0,0,0,'',53,0,0,0,0,1), (43817,4,4,-1,'Heroes\' Scourgeborne Legplates',54271,4,4096,0,1,0,0,7,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,75,7,90,32,72,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',53,0,0,0,0,1), (43818,4,4,-1,'Heroes\' Scourgeborne Pauldrons',54288,4,4096,0,1,0,0,3,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,87,12,28,14,45,13,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,793,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',53,0,0,0,0,1), (43819,4,4,-1,'Heroes\' Scourgeborne Shoulderplates',54287,4,4096,0,1,0,0,3,32,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,70,32,50,31,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,792,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',53,0,0,0,0,1), (43820,4,2,-1,'Heroes\' Dreamwalker Robe',54261,4,4096,0,1,0,0,20,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,69,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43821,12,0,-1,'Faceless One\'s Withered Brain',55294,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Um... it\'s still pulsing!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43822,4,2,-1,'Heroes\' Dreamwalker Robe',54261,4,4096,0,1,0,0,20,1024,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,64,6,69,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,33328,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,799,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',53,0,0,0,0,1), (43823,12,0,-1,'Head of Cyanigosa',55295,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This\'ll make a nice trophy for someone\'s wall.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43824,15,4,-1,'The Schools of Arcane Magic - Mastery',1317,3,64,0,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59317,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains the secret of higher learning.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43825,16,6,0,'Glyph of Rune Tap',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59328,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43826,16,6,0,'Glyph of Blood Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59333,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43827,16,6,0,'Glyph of Death Strike',58825,1,64,0,1,400,100,0,32,2147483647,55,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59337,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43828,2,19,-1,'Touch of Light',56560,2,0,0,1,386731,77346,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,27,45,18,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43829,4,0,-1,'Crusader\'s Locket',6337,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43830,4,3,-1,'Cobalt\'s Shoulderguards',51299,2,0,0,1,234867,46973,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,42,5,46,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43831,4,4,-1,'Enchanted Plate Waistguard',51906,2,0,0,1,188619,37723,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,44,45,64,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43832,2,8,-1,'The Argent Resolve',50326,2,0,0,1,672231,134446,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,60,32,51,38,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,573,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43833,2,7,-1,'Blade of Echoes',56343,2,0,0,1,539773,107954,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,44,3,25,7,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43834,2,10,-1,'Staff of Redeemed Souls',50138,2,0,0,1,677202,135440,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,50,6,61,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2890,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43835,2,4,-1,'Hand of Gustav',50208,2,0,0,1,543696,108739,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,43,16,32,21,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,214,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43836,4,0,-1,'Thorny Rose Brooch',56783,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61620,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43837,4,0,-1,'Softly Glowing Orb',56782,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61617,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43838,4,0,-1,'Chuchu\'s Tiny Box of Horrors',56786,2,0,0,1,235378,58844,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,38,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61618,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43839,4,1,-1,'Leiah\'s Footpads',56496,2,0,0,1,165479,33095,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,43,7,33,45,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3198,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43840,4,2,-1,'Sixen\'s Skullcap',51860,2,0,0,1,207594,41518,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,86,7,48,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43841,4,3,-1,'Argent Girdle',56205,2,0,0,1,166672,33334,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,31,43,13,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2908,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43842,4,4,-1,'Jayde\'s Reinforced Handguards',52372,2,0,0,1,196262,39252,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,41,13,39,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43843,4,6,-1,'Iron Coffin Lid',56501,2,0,0,1,358078,71615,14,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,12,29,4,23,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This will do just fine.',0,0,0,0,0,1,4,0,0,176,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43844,4,4,-1,'Ebon Pauldrons',51892,2,0,0,1,294219,58843,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,34,13,33,7,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2882,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43845,4,4,-1,'Legplates of Dominion',56569,2,0,0,1,394432,78886,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,54,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43846,4,4,-1,'Helmet of the Dedicated',51904,2,0,0,1,268112,53622,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,79,4,58,12,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43847,4,4,-1,'Demolisher\'s Grips',51895,2,0,0,1,185800,37160,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,32,12,43,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43848,4,4,-1,'Bracers of Icy Resolve',51899,2,0,8192,1,186500,37300,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,38,13,24,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2871,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43849,4,0,-1,'Chain of the Sovereign',35359,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,45,4,29,12,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43850,0,8,0,'Certificate of Ownership',55297,1,64,0,1,10000,2500,0,4,2147483647,50,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59385,0,-1,0,604800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Companions, demons, and party members are not covered by this documentation.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43851,15,0,-1,'Fur Clothing Scraps',55298,0,0,0,1,4000,1000,0,32767,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43852,15,0,-1,'Thick Fur Clothing Scraps',50746,0,0,0,1,20000,5000,0,32767,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43853,0,8,-1,'Titanium Skeleton Key',22071,2,64,0,1,2500,625,0,-1,-1,80,0,164,430,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59403,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43854,0,8,-1,'Cobalt Skeleton Key',9154,2,64,0,1,2500,625,0,-1,-1,70,0,164,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59404,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43855,4,1,-1,'Adepts Wristwraps',56034,2,0,0,1,108728,21745,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,7,44,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43856,4,1,-1,'Sigrid\'s Mittens',55367,2,0,0,1,109126,21825,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,23,7,60,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,4,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43857,4,1,-1,'Duke Lankral\'s Velvet Slippers',55901,2,0,0,1,164286,32857,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,40,32,32,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43858,2,10,-1,'Vrykul Crusher',50133,2,0,0,1,686944,137388,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,13,56,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,462,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43859,4,1,-1,'Shadow Vault Cowl',56509,2,0,0,1,165463,33092,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,39,6,68,45,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43860,4,4,-1,'Brilliant Saronite Belt',55301,3,0,0,1,230031,46006,6,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,65,32,43,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43861,4,1,-1,'Bone Witch\'s Drape',26064,2,0,0,1,166656,33331,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,31,5,22,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43862,4,1,-1,'Mantle of the Underhalls',56573,2,0,0,1,167236,33447,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,36,31,21,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43863,4,1,-1,'Pantaloons of the Water Magi',52420,2,0,0,1,207954,41590,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,51,7,68,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43864,4,4,-1,'Brilliant Saronite Bracers',55302,3,0,0,1,216876,43375,9,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,39,32,35,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43865,4,4,-1,'Brilliant Saronite Pauldrons',55306,3,0,0,1,324046,64809,3,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,3,45,65,7,65,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43866,4,1,-1,'Lithe Stalker\'s Cord',56571,2,0,0,1,105159,21031,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,41,31,33,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43867,16,2,0,'Glyph of Holy Wrath',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59427,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43868,16,2,0,'Glyph of Seal of Righteousness',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59428,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43869,16,2,0,'Glyph of Seal of Vengeance',58832,1,64,0,1,400,100,0,2,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59429,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43870,4,4,-1,'Brilliant Saronite Helm',50905,3,0,0,1,344633,68926,1,-1,-1,179,78,0,0,0,0,0,0,0,0,1,0,3,45,93,32,53,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43871,2,7,-1,'Saronite Spellblade',55309,3,0,0,1,646290,129258,21,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,3,5,25,32,38,45,281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,137,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47.2,0,0,0,'',54,0,0,0,0,12340), (43872,4,1,-1,'Weeping Mantle',52068,2,0,0,1,161303,32260,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,36,5,21,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,2873,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43873,2,19,-1,'Frail Bone Wand',56562,2,0,0,1,404709,80941,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,14,45,18,31,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43874,4,0,-1,'Lady Nightswood\'s Engagement Ring',56567,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,19,43,19,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43875,2,0,-1,'Axe of the Cunning',50073,2,0,0,1,543589,108717,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,4,16,7,15,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43876,9,2,-1,'A Guide to Northern Cloth Scavenging',18164,3,2112,0,1,0,0,0,-1,-1,70,0,197,325,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59390,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Gives the Tailor an increased chance to find cloth on Northrend humanoids.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43877,4,0,-1,'Blood-forged Circle',53242,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,6,19,45,18,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43878,4,1,-1,'Mantle of Unholy Power',56572,2,0,8192,1,164850,32970,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,82,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43879,4,1,-1,'Gryphon Rider\'s Bracers',56565,2,0,0,1,102386,20477,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,29,7,36,45,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43880,2,19,-1,'Fair Touch of the Crusader',56479,2,0,0,1,385441,77088,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,17,45,20,6,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43881,4,1,-1,'Demolisher Driver\'s Dustcoat',53244,2,0,0,1,206342,41268,20,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,61,36,40,45,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43882,4,1,-1,'Cultist\'s Cowl',52491,2,0,0,1,155353,31070,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,76,36,45,45,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43883,2,8,-1,'Arete\'s Command',50326,2,0,0,1,649792,129958,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,77,36,37,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43884,4,0,-1,'Amulet of the Malefic Necromancer',51280,2,0,0,1,156224,39056,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,29,7,28,45,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43885,2,5,-1,'Scourgehammer',50325,2,0,0,1,654696,130939,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,44,77,32,29,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,557,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43888,2,4,-1,'Blunt Brainwasher',50203,2,0,0,1,529669,105933,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,31,17,3,11,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,345,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43889,4,1,-1,'Hulking Abomination Hide Cloak',56488,2,0,0,1,159497,31899,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,62,3,25,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43890,2,13,-1,'Interrogator\'s Flaming Knuckles',51152,2,0,0,1,533646,106729,21,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,66,32,12,36,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,332,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43891,4,2,-1,'Jhaeqon\'s Tunic',56484,2,0,0,1,267817,53563,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,51,7,76,38,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43892,4,2,-1,'Refurbished Demolisher Gear Belt',56335,2,0,0,1,134392,26878,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,30,7,58,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43893,2,19,-1,'Olakin\'s Enchanted Torch',57391,2,0,0,1,404668,80933,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,11,45,29,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,439,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43894,4,2,-1,'Gryphon Hide Moccasins',49979,2,0,0,1,203080,40616,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,55,7,38,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43895,4,2,-1,'Leggings of Silent Echoes',56568,2,0,8192,1,278889,55777,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,112,5,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2951,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43896,4,2,-1,'Grotesque Butcher\'s Pants',56564,2,0,0,1,279856,55971,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,118,36,51,7,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43897,2,0,-1,'Frost Climber\'s Hatchet',51463,2,0,0,1,561701,112340,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,4,5,27,7,45,32,29,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,232,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43898,2,0,-1,'Icy Quick Edge',51463,2,0,0,1,563690,112738,13,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,2,38,23,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43899,2,1,-1,'Sapph\'s Cleaver',51385,2,0,0,1,639781,127956,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,70,3,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,573,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43900,2,16,-1,'Fleshwerk Throwing Glaive',56482,2,4194304,0,1,138516,34629,25,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,25,32,16,3,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,276,0,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43903,4,0,-1,'Ring of the Fallen Shadow Adept',51243,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,29,6,18,45,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43904,4,2,-1,'Discarded Slaughterhouse Gloves',51865,2,0,0,1,130428,26085,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,50,7,43,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43905,4,2,-1,'Fur-lined Helm',51860,2,0,0,1,196388,39277,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,59,7,63,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3267,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43906,4,2,-1,'Cunning Leather Tunic',56400,2,0,0,1,262845,52569,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,55,7,66,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43907,4,2,-1,'Spear-Sisters Mantle',49918,2,0,0,1,197860,39572,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,34,38,72,7,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43908,4,2,-1,'Boots of the Fallen Thane',56359,2,0,0,1,198605,39721,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,34,7,43,45,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43909,4,2,-1,'Belt of Njorndar',56334,2,0,0,1,132901,26580,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,40,32,38,38,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43910,4,2,-1,'Gloves of the Flayed',56510,2,0,0,1,133398,26679,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,22,5,33,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3308,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43911,2,15,-1,'Vile\'s Poker',49207,2,0,0,1,549770,109954,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,28,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,226,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sometimes Vile gets itchy',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43912,4,2,-1,'Vest of Jotunheim',56504,2,0,0,1,275879,55175,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,48,7,58,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43913,4,2,-1,'Efrem\'s Bracers',53055,2,0,0,1,138436,27687,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,31,5,11,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43914,4,2,-1,'Girdle of Reprieve',56497,2,0,0,1,138920,27784,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,30,7,58,45,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,4,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43915,2,15,-1,'Pilot\'s Knife',49206,2,0,0,1,557670,111534,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,29,36,20,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,186,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43916,2,4,-1,'Mace of the Final Command',50210,2,0,0,1,559659,111931,21,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,36,33,5,21,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,232,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43917,2,15,-1,'Ritualist\'s Bloodletter',56140,2,0,0,1,561648,112329,21,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,30,7,39,45,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,161,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43918,2,18,-1,'Shooter\'s Glory',50162,2,0,0,1,422687,84537,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,3,18,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,4,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43919,2,15,-1,'Curved Assassin\'s Dagger',49206,2,0,0,1,511771,102354,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,22,38,44,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,239,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43920,2,10,-1,'Growler\'s Intimidation',50145,2,0,0,1,642200,128440,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,2,32,53,7,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,462,0,0,0,0,259,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43921,2,10,-1,'Staff of Interrogation',50133,2,0,0,1,644686,128937,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,53,32,58,45,242,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43922,2,7,-1,'Honed Lightblade',49199,2,0,8192,1,517683,103536,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,45,3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43923,2,7,-1,'Bloodblade',49199,2,0,0,1,519672,103934,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,44,32,23,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,212,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43924,4,1,-1,'Illskar\'s Greatcloak',56566,2,0,0,1,156498,31299,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,20,32,20,7,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2874,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43925,4,1,-1,'Shadow Vault Shawl',56557,2,0,0,1,157094,31418,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,40,5,22,45,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43926,4,0,-1,'Signet of Baron Sliver',56558,2,0,0,1,156224,39056,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,82,31,25,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43927,2,10,-1,'Wrought-Iron Staff',50141,2,0,0,1,677269,135453,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,72,32,36,45,242,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,348,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,-43.3,0,0,0,'',35,0,0,0,0,12340), (43928,2,2,-1,'Bow of Bone and Sinew',56508,2,0,0,1,407853,81570,15,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,23,7,15,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,336,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,9142,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43929,2,5,-1,'Vile\'s Uglystick',50325,2,0,0,1,682174,136434,17,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,80,4,53,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,525,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Once beaten, twice shy',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (43930,4,4,-1,'Accelerator Stompers',51896,2,0,0,1,287009,57401,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,18,36,29,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43931,4,3,-1,'Savryn\'s Muddy Boots',56485,2,0,0,1,248471,49694,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,30,32,32,45,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2869,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43932,4,3,-1,'Drivetrain Chain Leggings',56483,2,0,0,1,331023,66204,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,53,5,58,38,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43933,4,3,-1,'Gauntlets of Urgency',51884,2,0,0,1,166091,33218,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,20,7,38,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43934,4,3,-1,'Enchanted Bracelets of the Scout',56561,2,0,0,1,166688,33337,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,50,7,28,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43935,4,3,-1,'Links of the Battlemender',56512,2,0,0,1,334570,66914,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,56,5,29,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3596,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43936,4,3,-1,'Battlesurgeon\'s Gauntlets',56331,2,0,8192,1,167881,33576,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,51,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43937,4,3,-1,'Blood-stalker\'s Cover',52303,2,0,0,1,252693,50538,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,32,71,7,53,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43938,4,4,-1,'Belt of Rising Hope',54812,2,0,8192,1,198362,39672,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,0,7,47,5,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43939,4,4,-1,'Breastplate of Splattered Blood',56371,2,0,0,1,358202,71640,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,80,44,37,4,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,4,0,0,0,0,0,2874,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43940,4,4,-1,'Plated Legs of the Unholy',56574,2,0,0,1,359594,71918,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,45,4,71,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1382,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43941,4,4,-1,'Grimy Saronite Pauldrons',49725,2,0,0,1,270196,54039,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,21,7,30,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43942,4,4,-1,'Jotunheim Shackles',51899,2,0,0,1,182205,36441,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,43,32,29,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43943,4,4,-1,'Gauntlets of the Holy Gladiator',56563,2,0,0,1,187919,37583,10,262143,2147483647,174,0,0,0,0,0,0,0,0,0,1,0,3,45,48,5,39,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,987,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43944,4,4,-1,'Rings of Nergeld',51899,2,0,0,1,188619,37723,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,31,29,44,34,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43945,4,4,-1,'Blackened Breastplate of the Vault',56505,2,0,0,1,376449,75289,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,66,32,45,4,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43946,4,4,-1,'Chestplate of the Glacial Crusader',56500,2,0,0,1,377841,75568,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,58,36,48,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43947,4,4,-1,'Stability Girdle',51906,2,0,0,1,190700,38140,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,44,4,39,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2868,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43948,4,3,-1,'Blood-encrusted Boots',56346,2,0,0,1,245751,49150,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,33,31,38,7,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43949,10,0,-1,'zzzOLDDaily Quest Faction Token',41435,3,2048,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43950,12,0,-1,'Kirin Tor Commendation Badge',31029,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61306,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43951,15,5,-1,'Reins of the Bronze Drake',56306,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43952,15,5,-1,'Reins of the Azure Drake',57552,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43953,15,5,-1,'Reins of the Blue Drake',56307,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43954,15,5,-1,'Reins of the Twilight Drake',57480,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43955,15,5,-1,'Reins of the Red Drake',56174,4,0,0,1,20000000,0,0,-1,-1,70,70,762,300,0,0,0,1091,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43956,15,5,-1,'Reins of the Black War Mammoth',56368,4,4096,0,1,0,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59785,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43958,15,5,-1,'Reins of the Ice Mammoth',56380,4,0,2,1,10000000,2500000,0,-1,1101,40,40,762,150,0,0,0,1119,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59799,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43959,15,5,-1,'Reins of the Grand Black War Mammoth',56368,4,0,2,1,1000000,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61465,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43961,15,5,-1,'Reins of the Grand Ice Mammoth',56380,4,0,2,1,100000000,25000000,0,262143,1101,40,40,762,150,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61470,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43962,15,5,-1,'Reins of the White Polar Bear',56650,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,54753,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43963,15,5,-1,'Reins of the Brown Polar Bear',56649,4,0,8192,1,1000000,0,0,262143,-1,40,40,0,0,33391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59573,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43964,15,5,-1,'Reins of the Black Polar Bear',56647,4,0,8192,1,1000000,0,0,262143,-1,40,40,0,0,33391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59572,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (43966,12,0,0,'Chilled Abomination Guts',55391,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43968,12,0,0,'Abomination Reanimation Kit',55316,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59565,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Add guts and shake vigorously.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43969,4,1,-1,'Frostsavage Belt',55370,3,0,0,1,140126,28025,6,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43970,4,1,-1,'Frostsavage Boots',55368,3,0,0,1,210955,42191,8,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43971,4,1,-1,'Frostsavage Cowl',52493,3,0,0,1,211700,42340,1,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43972,4,1,-1,'Frostsavage Robe',55363,3,0,0,1,283288,56657,20,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43973,4,1,-1,'Frostsavage Shoulders',51301,3,0,0,1,213232,42646,3,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,60,7,51,5,34,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43974,4,1,-1,'Frostsavage Bracers',55366,3,0,0,1,142665,28533,9,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,44,7,39,5,26,32,25,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43975,4,1,-1,'Frostsavage Leggings',55364,3,0,0,1,266007,53201,7,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,5,45,81,7,69,5,46,32,46,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,819,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (43976,4,3,-1,'Chain Gloves of the Quarry',56374,2,0,0,1,155966,31193,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,36,32,29,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43977,4,3,-1,'Links of the Sleep-Watcher',56570,2,0,0,1,313125,62625,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,59,32,49,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43978,4,3,-1,'Circlet of Suffering',51873,2,0,0,1,235714,47142,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,5,42,36,52,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43979,4,3,-1,'Glaciel Ranger\'s Leggings',54195,2,0,0,1,315479,63095,7,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,46,36,36,38,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43980,4,3,-1,'Thane\'s Restraints',51882,2,0,0,1,158336,31667,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,78,7,30,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2877,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43981,4,3,-1,'Gauntlets of Onu\'zun',56499,2,0,0,1,158932,31786,10,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,36,34,7,40,3,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43982,4,3,-1,'Architect\'s Spaulders',49362,2,0,0,1,240333,48066,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,38,36,31,7,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2951,0,350,0,0,0,0,'',16,0,0,0,0,12340), (43983,12,0,0,'Prospector Soren\'s Maps',55351,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43984,12,0,0,'Prospector Khrona\'s Notes',34752,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43986,15,5,-1,'Reins of the Black Drake',57480,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59650,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43987,0,6,-1,'Scroll of Enchant Weapon - Black Magic',6270,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59625,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43988,4,1,-1,'Gale-Proof Cloak',56114,4,0,0,1,297483,59496,16,-1,-1,200,80,0,0,0,0,0,0,1,0,1,0,5,4,36,7,63,12,32,13,33,37,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43989,4,4,-1,'Remembrance Girdle',56216,4,0,0,1,350324,70064,6,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,57,5,48,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,40342,1,0,0,-1,0,-1,21642,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43990,4,2,-1,'Blade-Scarred Tunic',56117,4,0,0,1,499384,99876,5,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,148,3,60,7,88,31,60,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43991,4,2,-1,'Legguards of Composure',56121,4,0,0,1,501198,100239,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,65,6,52,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,28686,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43992,4,0,-1,'Volitant Amulet',48510,4,0,0,1,284983,71245,2,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,7,37,5,38,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23593,1,0,0,-1,0,-1,21639,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (43993,4,0,-1,'Greatring of Collision',43407,4,524288,0,1,302495,75623,11,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,38,96,3,20,7,64,32,41,44,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43994,4,4,-1,'Belabored Legplates',53912,4,0,0,1,699193,139838,7,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,32,72,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43995,4,1,-1,'Enamored Cowl',56122,4,0,0,1,300809,60161,1,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,7,67,5,63,6,79,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,26814,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43996,4,3,-1,'Sabatons of Firmament',53830,4,0,0,1,454959,90991,8,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,4,7,64,5,55,32,50,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,0,47979,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (43997,12,0,0,'Pustulant Spine',55452,1,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (43998,4,3,-1,'Chestguard of Flagrant Prowess',56120,4,0,0,1,608487,121697,5,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,58,7,79,5,52,32,72,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44000,4,4,-1,'Dragonstorm Breastplate',56127,4,0,0,1,715292,143058,5,262143,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,4,100,7,127,12,44,14,58,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44001,12,0,-1,'Faceless One\'s Blood',16452,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44002,4,1,-1,'The Sanctum\'s Flowing Vestments',56126,4,0,0,1,411777,82355,20,32767,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,75,5,77,6,51,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44003,4,3,-1,'Upstanding Spaulders',54865,4,0,0,1,467048,93409,3,32767,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,132,3,50,7,61,5,33,32,50,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44004,4,3,-1,'Bountiful Gauntlets',56128,4,0,0,1,311143,62228,10,32767,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,64,5,53,32,42,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44005,4,1,-1,'Pennant Cloak',35312,4,0,0,1,330345,66069,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,54,5,46,32,34,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44006,4,4,-1,'Obsidian Greathelm',56129,4,0,0,1,579137,115827,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,145,32,76,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44007,4,2,-1,'Headpiece of Reconciliation',54623,4,0,0,1,415986,83197,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,7,85,5,86,6,60,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,28841,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44008,4,1,-1,'Unsullied Cuffs',56215,4,0,0,1,228509,45701,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,54,5,46,6,42,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44009,12,0,0,'Flesh Giant Spine',55463,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59648,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44010,12,0,0,'Pustulant Spinal Fluid',19520,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59655,0,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44011,4,2,-1,'Leggings of the Honored',56130,4,0,0,1,577328,115465,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,196,3,76,7,112,31,66,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44012,0,2,-1,'Underbelly Elixir',55462,1,0,0,1,3500,175,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59640,0,-1,0,0,79,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Holding the elixir up to your eyes reveals a magical melange of discarded potions from the city of Dalaran.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44013,4,0,-1,'Cannoneer\'s Fuselighter',43122,3,0,0,1,282453,70613,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59657,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44014,4,0,-1,'Fezzik\'s Pocketwatch',56514,3,0,0,1,282453,70613,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59658,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44015,4,0,-1,'Cannoneer\'s Morale',56513,3,0,0,1,282453,70613,12,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,1,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59657,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44016,4,1,-1,'Wristguard of the Bone Witch',56521,3,0,0,1,124734,24946,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,34,7,37,45,40,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44017,4,0,-1,'Emeline\'s Locket',35358,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,31,25,7,20,45,40,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44018,4,1,-1,'Bridenbrad\'s Sash',56522,3,0,0,1,125688,25137,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,33,7,39,6,45,45,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44019,4,1,-1,'The Argent Skullcap',56527,3,0,0,1,189249,37849,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,44,7,52,45,71,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44020,4,1,-1,'Bloodbane\'s Fall',56537,3,0,0,1,189945,37989,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,29,5,25,45,41,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44021,4,1,-1,'The Darkspeaker\'s Footpads',56539,3,0,0,1,190661,38132,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,45,43,13,45,52,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44022,4,0,-1,'The Witching Grimoire',31138,3,0,0,1,187469,46867,23,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,6,19,5,25,45,40,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44023,4,0,-1,'Bonecaster\'s Endgame',56553,3,0,0,1,187469,46867,23,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,28,5,34,45,40,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44024,4,2,-1,'The Darkspeaker\'s Treads',56540,3,0,0,1,247396,49479,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,3,45,7,33,31,35,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44025,4,1,-1,'Bloodbane Cloak',28693,3,0,0,1,198633,39726,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,38,7,37,3,35,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44026,4,1,-1,'Bloodbane\'s Resolve',56538,3,0,0,1,199349,39869,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,51,4,34,12,26,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44027,4,1,-1,'Bloodbane Shroud',56070,3,0,0,1,200045,40009,16,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,28,5,34,45,41,43,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44028,2,15,-1,'Vengance Shiv',52445,3,0,0,1,669205,133841,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,3,26,38,52,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,217,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44029,2,7,-1,'Quickblade of Cold Return',52571,3,0,0,1,671591,134318,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,50,14,26,7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,231,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44030,4,3,-1,'The Darkspeaker\'s Sabatons',56541,3,0,0,1,304637,60927,8,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,35,43,23,45,53,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44031,4,4,-1,'The Darkspeaker\'s Iron Walkers',56542,3,0,0,1,354380,70876,8,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,47,32,43,7,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44032,4,6,-1,'Bulwark of Redemption',50607,3,0,0,1,393040,78608,14,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,35,7,25,36,26,45,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,0,0,0,0,0,0,0,0,0,0,1,0,0,90000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,185,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44033,4,0,-1,'The Severed Noose of Westwind',40035,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,3,29,7,20,38,68,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2874,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44034,4,0,-1,'Amulet of the Crusade',9857,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,43,13,7,18,45,40,5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44035,4,0,-1,'Reinforced Titanium Neckguard',56781,3,0,0,1,187469,46867,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,27,12,26,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2882,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44036,4,2,-1,'Njorndar Furywraps',56516,3,0,0,1,155901,31180,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,51,3,34,31,23,38,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44037,4,3,-1,'Iskalder\'s Fate',56517,3,0,0,1,187797,37559,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,46,7,51,3,22,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44038,4,4,-1,'Battlescar Spirebands',56518,3,0,0,1,221189,44237,9,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,7,48,44,34,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44039,4,0,-1,'Signet of Bridenbrad',56558,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,68,3,24,7,31,32,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3308,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44040,4,4,-1,'The Crusader\'s Resolution',52304,3,0,0,1,340693,68138,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,91,4,43,12,60,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44041,4,2,-1,'Belt of the Never-Forgotten',56523,3,0,0,1,163141,32628,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,5,28,7,67,45,53,6,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44042,4,3,-1,'Chained Belt of Remembrance',56524,3,0,0,1,196466,39293,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,42,5,31,45,53,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44043,4,4,-1,'Girdle of Eternal Memory',56526,3,0,0,1,231360,46272,6,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,38,5,45,43,16,45,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44044,4,2,-1,'Tirion\'s Headwrap',57523,3,0,0,1,247372,49474,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,102,7,77,3,52,44,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44045,4,3,-1,'Crusader\'s Coif',56534,3,0,0,1,297920,59584,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,3,67,7,64,38,66,36,37,5,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44046,4,4,-1,'The Argent Crown',56532,3,0,0,1,348128,69625,1,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,50,5,37,32,61,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1611,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44047,12,0,0,'Norgannon\'s Core',42619,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44048,12,0,0,'Smuggled Solution',55088,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59036,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44049,0,5,-1,'Freshly-Speared Emperor Salmon',53864,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,1073,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (44050,2,20,-1,'Mastercraft Kalu\'ak Fishing Pole',55572,4,32768,0,1,1280448,256089,17,-1,-1,200,0,356,300,0,0,0,1073,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,672,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,59731,1,0,0,-1,0,-1,11789,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44051,2,15,-1,'Traditional Flensing Knife',55573,3,32768,0,1,723612,144722,13,-1,-1,187,78,0,0,0,0,0,1073,6,0,1,0,4,3,29,44,21,7,28,38,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,265,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44052,2,4,-1,'Totemic Purification Rod',55574,3,32768,0,1,657082,131416,21,262143,2147483647,187,78,0,0,0,0,0,1073,6,0,1,0,4,36,32,5,39,45,314,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,274,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-50.8,0,0,0,'',0,0,0,0,0,12340), (44053,2,6,-1,'Whale-Stick Harpoon',57482,3,32768,0,1,824545,164909,17,32767,-1,187,78,0,0,0,0,0,1073,6,0,1,0,4,3,69,31,40,38,100,7,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,675,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44054,4,2,-1,'Whale-Skin Breastplate',55608,3,32768,0,1,296045,59209,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,3,38,7,57,36,55,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44055,4,2,-1,'Whale-Skin Vest',55611,3,32768,0,1,297187,59437,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,40,7,51,36,56,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44057,4,4,-1,'Ivory-Reinforced Chestguard',55605,3,32768,0,1,430664,86132,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,7,84,12,56,4,43,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44058,4,4,-1,'Whalebone Carapace',55612,3,32768,0,1,432262,86452,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,3,7,61,32,46,4,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44059,4,3,-1,'Cuttlefish Scale Breastplate',55604,3,32768,0,1,371881,74376,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,32,3,56,7,84,38,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44060,4,3,-1,'Cuttlefish Tooth Ringmail',55603,3,32768,0,1,373251,74650,5,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,41,7,48,43,28,45,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44061,4,1,-1,'Pigment-Stained Robes',55606,3,32768,0,1,249722,49944,20,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,43,7,42,6,56,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44062,4,1,-1,'Turtle-Minders Robe',55607,3,32768,0,1,250636,50127,20,-1,-1,166,76,0,0,0,0,0,1073,5,0,1,0,4,5,56,7,55,31,38,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44063,4,0,-1,'Figurine - Monarch Crab',55609,3,524352,0,1,322031,80507,12,-1,-1,200,75,755,400,0,0,0,0,0,0,1,0,1,7,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59757,0,0,0,60000,1141,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,3307,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44064,0,0,-1,'Nepeta Leaf',18169,1,64,0,1,3200,800,0,-1,-1,1,70,0,0,0,0,0,1104,4,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59755,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44065,0,0,-1,'Oracle Secret Solution',37858,1,64,0,1,3200,800,0,-1,-1,1,70,0,0,0,0,0,1105,4,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59776,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44066,3,2,-1,'Kharmaa\'s Grace',54318,4,528384,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1549,-1,0,0,0,0,'',0,0,0,0,0,12340), (44067,12,0,-1,'Inscription of Triumph',40103,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59771,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44068,12,0,-1,'Inscription of Dominance',40106,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59773,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44069,12,0,-1,'Arcanum of Triumph',40395,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59777,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44071,0,5,-1,'Slow-Roasted Eel',24131,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,1105,5,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Scales on for added crunch!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,2,0,0,0,12340), (44072,0,5,-1,'Roasted Mystery Beast',53880,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,1104,4,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (44073,4,0,-1,'Frenzyheart Insignia of Fury',55773,4,32768,0,1,429375,107343,12,-1,-1,200,70,0,0,0,0,0,1104,7,0,1,0,1,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59818,1,0,0,-1,0,-1,0,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44074,4,0,-1,'Oracle Talisman of Ablution',34188,4,32768,0,1,429375,107343,12,-1,-1,200,70,0,0,0,0,0,1105,7,0,1,0,1,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59787,1,0,0,-1,0,-1,0,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44075,12,0,-1,'Arcanum of Dominance',40403,3,4160,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59784,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44076,3,6,-1,'Swift Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1550,-1,0,0,0,0,'',0,0,0,0,0,12340), (44077,15,5,-1,'Reins of the Black War Mammoth',56368,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59788,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44078,3,6,-1,'Tireless Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1551,-1,0,0,0,0,'',0,0,0,0,0,12340), (44080,15,5,-1,'Reins of the Ice Mammoth',56380,4,0,1,1,10000000,2500000,0,262143,690,40,40,762,150,0,0,0,1119,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59797,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44081,3,6,-1,'Enigmatic Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1552,-1,0,0,0,0,'',0,0,0,0,0,12340), (44082,3,6,-1,'Impassive Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1553,-1,0,0,0,0,'',0,0,0,0,0,12340), (44083,15,5,-1,'Reins of the Grand Black War Mammoth',56368,4,0,1,1,1000000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61467,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44084,3,6,-1,'Forlorn Starflare Diamond',54469,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1554,-1,0,0,0,0,'',0,0,0,0,0,12340), (44086,15,5,-1,'Reins of the Grand Ice Mammoth',56380,4,0,1,1,100000000,25000000,0,262143,690,40,40,762,150,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61469,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44087,3,6,-1,'Persistent Earthshatter Diamond',54467,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1555,-1,0,0,0,0,'',0,0,0,0,0,12340), (44088,3,6,-1,'Powerful Earthshatter Diamond',54467,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1556,-1,0,0,0,0,'',0,0,0,0,0,12340), (44089,3,6,-1,'Trenchant Earthshatter Diamond',54467,3,4096,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Only fits in a meta gem slot.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1557,-1,0,0,0,0,'',0,0,0,0,0,12340), (44090,4,3,-1,'Test Mail Shoulder 2',15809,7,0,8192,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44091,2,15,-1,'Sharpened Scarlet Kris',3363,7,134221824,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,516,1,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44092,2,8,-1,'Reforged Truesilver Champion',23264,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,1032,1,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44093,2,3,-1,'Upgraded Dwarven Hand Cannon',28636,7,134221824,0,1,0,0,26,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,8208,1,0,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44094,2,4,-1,'The Blessed Hammer of Grace',21956,7,134221824,0,1,0,0,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,34820,1,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44095,2,10,-1,'Grand Staff of Jordan',20298,7,134221824,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,36872,1,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44096,2,7,-1,'Battleworn Thrash Blade',29769,7,134746112,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,516,1,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,59830,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44097,4,0,-1,'Inherited Insignia of the Horde',37841,7,134221824,1,1,0,0,12,262143,690,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44098,4,0,-1,'Inherited Insignia of the Alliance',37840,7,134221824,2,1,0,0,12,262143,1101,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,300000,1182,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44099,4,4,-1,'Strengthened Stockade Pauldrons',28282,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,257,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44100,4,4,-1,'Pristine Lightforge Spaulders',29971,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,257,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44101,4,3,-1,'Prized Beastmaster\'s Mantle',34651,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,129,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44102,4,3,-1,'Aged Pauldrons of The Five Thunders',34697,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,129,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44103,4,2,-1,'Exceptional Stormshroud Shoulders',25687,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,65,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44104,4,1,-1,'Fishy Cinch',55691,3,32768,0,1,144777,28955,6,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,4,5,37,7,42,6,51,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44105,4,2,-1,'Lasting Feralheart Spaulders',34643,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,65,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44106,4,2,-1,'Glitterscale Wrap',43065,3,32768,0,1,164960,32992,6,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,4,38,102,7,60,3,51,44,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44107,4,1,-1,'Exquisite Sunderseer Mantle',23737,7,134221824,0,1,0,0,3,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,33,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44108,2,19,-1,'Shinygem Rod',55698,3,32768,0,1,498712,99742,26,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,3,7,31,45,26,32,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,516,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44109,4,3,-1,'Toothslice Helm',57526,3,32768,0,1,300376,60075,1,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,5,3,34,7,80,38,138,32,34,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44110,4,3,-1,'Sharkjaw Cap',58223,3,32768,0,1,301494,60298,1,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,4,7,51,5,69,45,81,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44111,4,4,-1,'Gold Star Spaulders',55695,3,32768,0,1,352412,70482,3,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,3,4,50,32,58,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44112,4,4,-1,'Glimmershell Shoulder Protectors',55696,3,32768,0,1,353750,70750,3,-1,-1,187,78,0,0,0,0,0,1105,6,0,1,0,3,4,50,14,51,7,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44113,0,0,0,'Small Spice Bag',55689,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44114,0,5,-1,'Old Spices',56112,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60106,0,-1,0,10000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44115,12,0,-1,'Wintergrasp Commendation',55700,7,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61700,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44116,4,1,-1,'Muddied Crimson Gloves',55757,3,32768,0,1,137048,27409,10,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,6,51,7,37,5,40,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44117,4,2,-1,'Azure Strappy Pants',55760,3,32768,0,1,321380,64276,7,-1,-1,174,78,0,0,0,0,0,1104,6,0,1,0,4,38,138,31,53,7,54,3,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44118,2,16,-1,'Stolen Vrykul Harpoon',55762,3,4227072,0,1,138516,34629,25,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,38,44,3,17,7,46,36,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,426,0,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44120,4,4,-1,'Giant-Sized Gauntlets',55772,3,32768,0,1,251213,50242,10,262143,2147483647,187,78,0,0,0,0,0,1104,6,0,1,0,4,4,40,13,51,7,77,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44121,4,4,-1,'Sparkly Shiny Gloves',55758,3,32768,0,1,252087,50417,10,262143,2147483647,187,78,0,0,0,0,0,1104,6,0,1,0,4,5,51,32,37,45,60,7,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44122,4,3,-1,'Scavenged Feathery Leggings',55763,3,32768,0,1,431227,86245,7,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,36,40,5,68,45,81,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44123,4,4,-1,'Discarded Titanium Legplates',55771,3,32768,0,1,504886,100977,7,-1,-1,187,78,0,0,0,0,0,1104,6,0,1,0,4,7,51,5,69,45,80,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44127,12,0,0,'Barricade Construction Kit',7918,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59925,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44128,7,6,-1,'Arctic Fur',55780,3,4096,0,1,120000,30000,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44129,12,0,-1,'Lesser Inscription of the Storm ',55785,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59927,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44130,12,0,-1,'Lesser Inscription of the Crag',55783,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59928,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44131,12,0,-1,'Lesser Inscription of the Axe',55781,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59929,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44132,12,0,-1,'Lesser Inscription of the Pinnacle',55786,3,64,0,1,750000,187500,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59932,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44133,12,0,-1,'Greater Inscription of the Axe',55782,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59934,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44134,12,0,-1,'Greater Inscription of the Crag',55784,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59936,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44135,12,0,-1,'Greater Inscription of the Storm ',40399,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59937,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44136,12,0,-1,'Greater Inscription of the Pinnacle',55786,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59941,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44137,12,0,-1,'Arcanum of the Frosty Soul',55961,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59944,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44138,12,0,-1,'Arcanum of Toxic Warding',55996,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1098,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59945,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44139,12,0,-1,'Arcanum of the Fleeing Shadow',55994,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1106,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59946,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44140,12,0,-1,'Arcanum of the Eclipsed Moon',55947,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1091,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59947,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44141,12,0,-1,'Arcanum of the Flame\'s Soul',55823,3,64,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1090,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59948,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44142,7,11,-1,'Strange Tarot',44704,1,4,0,1,0,0,0,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of swords. Collect all four cards to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44143,12,0,-1,'Ace of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59962,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44144,12,0,-1,'Two of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59956,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44145,12,0,-1,'Three of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59957,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44146,12,0,-1,'Four of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59958,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44147,12,0,-1,'Five of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59959,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44148,15,4,-1,'Mages Deck',31755,3,64,0,1,400,100,0,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,12518,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44149,12,0,-1,'Arcanum of Torment',55997,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59954,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44150,12,0,-1,'Arcanum of the Stalwart Protector',55995,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59955,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44151,15,5,-1,'Reins of the Blue Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44152,12,0,-1,'Arcanum of Blissful Mending',40395,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59960,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44153,12,0,-1,'Foreman\'s Key',8031,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The voice of the creature echoes in your mind, imploring you to deliver the key to it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44154,12,0,-1,'Two of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59964,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44155,12,0,-1,'Three of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59966,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44156,12,0,-1,'Four of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59967,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44157,12,0,-1,'Five of Demons',31756,1,1088,0,1,2500,625,0,-1,-1,45,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59968,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44158,15,4,-1,'Demons Deck',31755,3,64,0,1,400,100,0,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,13311,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44159,12,0,-1,'Arcanum of Burning Mysteries',55863,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59970,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44160,15,5,-1,'Reins of the Red Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59961,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44161,7,11,-1,'Arcane Tarot',44704,1,4,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of Mages. Collect the full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44163,7,11,-1,'Shadowy Tarot',44704,1,4,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random card of demons. Collect the full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44164,15,5,-1,'Reins of the Black Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59976,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44165,12,0,-1,'Ace of Mages',31762,1,1088,0,1,2500,625,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59953,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44166,2,15,-1,'Lightblade Rivener',55818,3,32768,0,1,659636,131927,13,-1,-1,187,78,0,0,0,0,0,1090,5,0,1,0,2,3,29,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,202,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,15815,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44167,4,1,-1,'Shroud of Dedicated Research',51004,3,32768,0,1,198636,39727,16,-1,-1,187,78,0,0,0,0,0,1090,5,0,1,0,4,7,28,5,29,36,38,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44168,15,5,-1,'Reins of the Time-Lost Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44170,4,2,-1,'Helm of the Majestic Stag',51003,3,32768,0,1,258000,51600,1,262143,32767,187,78,0,0,0,0,0,1090,5,0,1,0,4,7,51,5,69,43,26,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44171,4,3,-1,'Spaulders of Grounded Lightning',55825,3,32768,0,1,312130,62426,3,-1,-1,187,78,0,0,0,0,0,1090,5,0,1,0,6,7,51,32,34,3,34,38,68,5,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44173,2,15,-1,'Flameheart Spell Scalpel',51703,3,32768,0,1,741209,148241,21,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,5,7,28,5,33,32,25,31,34,45,355,0,0,0,0,0,0,0,0,0,0,0,0,65,206,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,-55,0,0,0,'',0,0,0,0,0,12340), (44174,2,10,-1,'Stave of Shrouded Mysteries',50536,3,32768,0,1,929820,185964,17,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,3,38,155,13,56,7,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,589,0,0,0,0,315,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44175,15,5,-1,'Reins of the Plagued Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60021,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44176,4,4,-1,'Girdle of the Warrior Magi',51686,3,32768,0,1,263752,52750,6,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,4,5,42,7,49,32,42,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44177,15,5,-1,'Reins of the Violet Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44178,15,5,-1,'Reins of the Albino Drake',56307,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60025,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44179,4,2,-1,'Mind-Expanding Leggings',55856,3,32768,0,1,378693,75738,7,-1,-1,200,80,0,0,0,0,0,1090,6,0,1,0,4,3,78,7,67,37,62,38,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2908,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44180,4,1,-1,'Robes of Crackling Flame',55877,4,32768,0,1,405390,81078,20,32767,-1,200,80,0,0,0,0,0,1090,7,0,1,0,3,7,66,5,73,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,49101,1,0,0,-1,0,-1,49176,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44181,4,2,-1,'Ghostflicker Waistband',55884,4,32768,0,1,254275,50855,6,-1,-1,200,80,0,0,0,0,0,1090,7,0,1,0,4,5,50,7,57,32,48,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44182,4,3,-1,'Boots of Twinkling Stars',55900,4,32768,0,1,461326,92265,8,32767,-1,200,80,0,0,0,0,0,1090,7,0,1,0,5,3,42,7,49,5,41,36,58,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44183,4,4,-1,'Fireproven Gauntlets',53132,4,32768,0,1,360539,72107,10,262143,32767,200,80,0,0,0,0,0,1090,7,0,1,0,4,4,67,7,99,12,48,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44184,12,0,-1,'Mages Deck',31755,3,64,0,1,0,0,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44185,12,0,-1,'Demons Deck',31755,3,64,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56894,0,0,0,300000,1232,300000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44186,12,0,0,'Rune of Distortion',55773,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60036,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44187,2,7,-1,'Fang of Truth',50514,3,32768,0,1,680340,136068,13,-1,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,3,32,7,29,38,48,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,234,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44188,4,1,-1,'Cloak of Peaceful Resolutions',55943,3,32768,0,1,204868,40973,16,-1,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,7,64,12,43,31,25,4,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44189,4,3,-1,'Giant Ring Belt',55962,3,32768,0,1,205613,41122,6,-1,-1,187,78,0,0,0,0,0,1119,5,0,1,0,4,3,40,7,51,5,34,32,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,0,42107,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44190,4,2,-1,'Spaulders of Frozen Knives',55964,3,32768,0,1,257974,51594,3,-1,-1,187,78,0,0,0,0,0,1119,5,0,1,0,3,3,34,7,51,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,0,0,0,0,0,0,28735,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44191,2,1,-1,'Ice-Rimed Chopper',53056,3,32768,8192,1,919617,183923,17,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,0,4,80,7,117,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44192,2,0,-1,'Stalactite Chopper',55974,3,32768,0,1,738414,147682,13,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,4,32,34,7,49,44,26,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,440,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44193,2,15,-1,'Broken Stalactite',49373,3,32768,0,1,741061,148212,13,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,4,3,26,32,33,31,28,38,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,281,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44194,4,2,-1,'Giant-Friend Kilt',55976,3,32768,0,1,371891,74378,7,262143,2147483647,200,80,0,0,0,0,0,1119,6,0,1,0,4,7,58,5,60,32,78,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44195,4,4,-1,'Spaulders of the Giant Lords',49876,3,32768,0,1,391167,78233,3,-1,-1,200,80,0,0,0,0,0,1119,6,0,1,0,3,4,66,7,64,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44196,4,1,-1,'Sash of the Wizened Wyrm',55993,3,32768,0,1,140636,28127,6,32767,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,7,37,5,51,31,40,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44197,4,4,-1,'Bracers of Accorded Courtesy',55990,3,32768,0,1,248395,49679,9,-1,-1,187,78,0,0,0,0,0,1091,5,0,1,0,4,5,29,7,28,36,22,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,4,0,0,0,0,0,3308,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44198,4,4,-1,'Breastplate of the Solemn Council',55983,3,32768,0,1,528214,105642,5,-1,-1,200,80,0,0,0,0,0,1091,6,0,1,0,4,12,76,7,117,4,49,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44199,2,4,-1,'Gavel of the Brewing Storm',55984,3,32768,0,1,757312,151462,21,-1,-1,200,80,0,0,0,0,0,1091,6,0,1,0,5,7,49,5,26,32,24,36,25,45,355,0,0,0,0,0,0,0,0,0,0,0,0,82,262,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,-55,0,0,0,'',0,0,0,0,0,12340), (44200,4,1,-1,'Ancestral Sinew Wristguards',55989,3,32768,0,1,141182,28236,9,-1,-1,200,80,0,0,0,0,0,1091,6,0,1,0,4,7,31,5,33,6,27,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44201,4,4,-1,'Sabatons of Draconic Vigor',55986,3,32768,0,1,371285,74257,8,32767,-1,200,80,0,0,0,0,0,1091,6,0,1,0,4,4,44,7,85,12,58,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44202,4,1,-1,'Sandals of Crimson Fury',55987,4,32768,0,1,284512,56902,8,262143,32767,200,80,0,0,0,0,0,1091,7,0,1,0,4,7,49,5,50,36,51,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44203,4,2,-1,'Dragonfriend Bracers',55988,4,32768,0,1,238000,47600,9,-1,-1,200,80,0,0,0,0,0,1091,7,0,1,0,4,3,49,7,38,32,38,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44204,4,3,-1,'Grips of Fierce Pronouncements',55991,4,32768,0,1,286659,57331,10,-1,-1,200,80,0,0,0,0,0,1091,7,0,1,0,4,7,57,5,48,43,33,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44205,4,4,-1,'Legplates of Bloody Reprisal',55992,4,32768,0,1,671411,134282,7,-1,-1,200,80,0,0,0,0,0,1091,7,0,1,0,3,4,96,7,117,44,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44206,15,0,-1,'Rime-Crusted Herbs',19497,0,0,0,1,7825,1956,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44207,15,0,-1,'Flash-Frozen Flower',19498,0,0,0,1,9999,2499,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44208,15,0,-1,'Shattered Log',929,0,2048,0,1,7244,1811,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44210,4,0,-1,'Faces of Doom',23171,4,0,0,1,284983,71245,23,-1,-1,200,77,0,0,0,0,0,0,0,0,1,0,4,45,49,32,42,5,42,6,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44211,4,1,-1,'Frostwoven Gloves',53085,2,0,0,1,86672,17334,10,-1,-1,138,68,0,0,0,0,0,0,0,0,1,0,3,45,42,7,30,6,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,763,25,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',15,0,0,0,0,12340), (44212,12,0,0,'SGM-3',56067,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60079,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The most powerful surface-to-gnome missile available!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44213,4,0,0,'Darkmoon Pendant',6497,3,0,0,1,5500,1375,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,38,12,3,6,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (44214,2,19,-1,'Purifying Torch',9063,3,32768,0,1,523506,104701,26,-1,-1,187,78,0,0,0,0,0,1106,6,0,1,0,3,7,21,45,26,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,459,2,0,0,0,0,0,0,0,0,0,0,1600,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44215,4,0,0,'Darkmoon Necklace',7271,3,0,0,1,5500,1375,2,-1,-1,35,30,0,0,0,0,0,0,0,0,1,0,3,45,9,32,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (44216,4,1,-1,'Cloak of Holy Extermination',56070,3,32768,0,1,210913,42182,16,-1,-1,187,78,0,0,0,0,0,1106,5,0,1,0,4,7,57,3,39,44,25,38,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44217,2,15,-1,'Darkmoon Dirk',56069,3,0,0,1,101972,20394,13,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,66,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (44218,2,1,-1,'Darkmoon Executioner',56086,3,0,0,1,115751,23150,17,262143,2147483647,45,40,0,0,0,0,0,0,0,0,1,0,1,38,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,167,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (44219,2,10,-1,'Darkmoon Magestaff',56080,3,0,0,1,116188,23237,17,-1,-1,45,40,0,0,0,0,0,0,0,0,1,0,1,45,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,152,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (44220,12,0,0,'Orgrim\'s Hammer Dispatch',56079,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44221,15,5,-1,'Loaned Gryphon Reins',59338,1,64,2,1,1000000,0,0,-1,-1,77,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64749,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44222,12,0,0,'Dart Gun',56075,1,8388672,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60100,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44223,15,5,-1,'Reins of the Black War Bear',56647,4,0,2,1,100000,25000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60118,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44224,15,5,-1,'Reins of the Black War Bear',56647,4,0,1,1,100000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60119,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44225,15,5,-1,'Reins of the Armored Brown Bear',56649,4,0,2,1,7500000,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60114,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44226,15,5,-1,'Reins of the Armored Brown Bear',56649,4,0,1,1,7500000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,60116,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44228,0,5,-1,'Baby Spice',56118,1,0,0,1,20,5,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60122,0,-1,0,10000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44229,15,5,-1,'Loaned Wind Rider Reins',59337,1,64,1,1,1000000,0,0,-1,-1,77,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64762,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44230,15,5,-1,'Reins of the Wooly Mammoth',44588,4,4096,2,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59791,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44231,15,5,-1,'Reins of the Wooly Mammoth',44588,4,4096,1,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,59793,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44234,15,5,-1,'Reins of the Traveler\'s Tundra Mammoth',56347,4,0,1,1,200000000,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61447,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast three-person mount that carries vendors.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44235,15,5,-1,'Reins of the Traveler\'s Tundra Mammoth',56347,4,0,2,1,200000000,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61425,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast three-person mount that carries vendors.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44236,2,6,-1,'Monster - Item, Harpoon (2H)',7459,0,0,8192,1,16,3,17,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44239,4,4,-1,'Standard Issue Legguards',56180,3,32768,0,1,461842,92368,7,-1,-1,187,78,0,0,0,0,0,1106,5,0,1,0,4,7,51,5,69,45,80,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2869,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44240,4,4,-1,'Special Issue Legplates',56183,3,32768,0,1,463629,92725,7,-1,-1,187,78,0,0,0,0,0,1106,5,0,1,0,4,7,102,12,69,4,30,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44241,2,13,-1,'Unholy Persuader',56203,3,32768,0,1,664881,132976,22,-1,-1,187,78,0,0,0,0,0,1098,5,0,1,0,3,44,29,3,30,7,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,390,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44242,4,1,-1,'Dark Soldier Cape',56190,3,32768,0,1,200209,40041,16,-1,-1,187,78,0,0,0,0,0,1098,5,0,1,0,4,7,28,5,38,31,29,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44243,4,4,-1,'Toxin-Tempered Sabatons',56196,3,32768,0,1,351037,70207,8,32767,-1,187,78,0,0,0,0,0,1098,5,0,1,0,3,4,51,7,76,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44244,2,5,-1,'Argent Skeleton Crusher',56206,3,32768,0,1,895627,179125,17,-1,-1,200,80,0,0,0,0,0,1106,6,0,1,0,3,7,100,4,84,44,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,731,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44245,2,3,-1,'Zombie Sweeper Shotgun',56210,3,32768,0,1,539417,107883,26,-1,-1,200,80,0,0,0,0,0,1106,6,0,1,0,2,32,18,31,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,444,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,15819,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44246,12,0,0,'Orb of Illusion',27454,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5513,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44247,4,4,-1,'Fang-Deflecting Faceguard',55312,3,32768,0,1,379685,75937,1,32767,-1,200,80,0,0,0,0,0,1106,6,0,1,0,3,4,89,7,87,44,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44248,4,3,-1,'Battle Mender\'s Helm',56218,3,32768,0,1,327290,65458,1,-1,-1,200,80,0,0,0,0,0,1106,6,0,1,0,4,45,91,7,58,5,60,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44249,2,8,-1,'Runeblade of Demonstrable Power',56219,3,32768,0,1,936897,187379,17,262143,2147483647,200,80,0,0,0,0,0,1098,6,0,1,0,4,38,168,3,63,32,67,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,711,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44250,2,7,-1,'Reaper of Dark Souls',52928,3,32768,0,1,752165,150433,13,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,4,38,66,7,24,32,26,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,422,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44251,12,0,0,'Partitioned Flask',41488,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60256,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44253,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,3,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44254,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,6,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44255,4,0,-1,'Darkmoon Card: Greatness',56181,4,528448,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,1,5,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57345,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44256,4,1,-1,'Sterile Flesh-Handling Gloves',56260,3,32768,0,1,153683,30736,10,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,4,7,49,5,58,6,41,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44257,4,3,-1,'Spaulders of the Black Arrow',56261,3,32768,0,1,348520,69704,3,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,5,7,42,5,44,32,33,3,58,38,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44258,4,2,-1,'Wound-Binder\'s Wristguards',56262,3,32768,0,1,175044,35008,9,-1,-1,200,80,0,0,0,0,0,1098,6,0,1,0,4,5,42,7,38,6,36,45,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44259,12,0,-1,'Prisms Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13324,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44260,12,0,-1,'Ace of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60245,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44261,12,0,-1,'Two of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60246,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44262,12,0,-1,'Three of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60247,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44263,12,0,-1,'Four of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60248,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44264,12,0,-1,'Five of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60249,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44265,12,0,-1,'Six of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60250,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44266,12,0,-1,'Seven of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60251,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44267,12,0,-1,'Eight of Prisms',56263,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60252,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44268,12,0,-1,'Ace of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60255,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44269,12,0,-1,'Two of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60257,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44270,12,0,-1,'Three of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60259,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44271,12,0,-1,'Four of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60260,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44272,12,0,-1,'Five of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60261,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44273,12,0,-1,'Six of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60262,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44274,12,0,-1,'Seven of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60263,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44275,12,0,-1,'Eight of Nobles',56264,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60264,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44276,12,0,-1,'Chaos Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13325,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44277,12,0,-1,'Ace of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60265,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44278,12,0,-1,'Two of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60268,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44279,12,0,-1,'Three of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60269,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44280,12,0,-1,'Four of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60270,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44281,12,0,-1,'Five of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60271,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44282,12,0,-1,'Six of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60272,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44283,4,0,-1,'Signet of Hopeful Light',44357,4,32768,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,1106,7,1,1,0,4,7,42,5,50,36,36,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,3600000,1212,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44284,12,0,-1,'Seven of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60273,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44285,12,0,-1,'Eight of Chaos',56265,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60274,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44286,12,0,-1,'Ace of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60276,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44287,12,0,-1,'Two of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60277,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44288,12,0,-1,'Three of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60278,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44289,12,0,-1,'Four of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60279,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44290,12,0,-1,'Five of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60280,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44291,12,0,-1,'Six of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60281,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44292,12,0,-1,'Seven of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60282,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44293,12,0,-1,'Eight of Undeath',56266,3,1088,0,1,40000,10000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60283,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44294,12,0,-1,'Undeath Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13327,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44295,4,3,-1,'Polished Regimental Hauberk',56267,4,32768,0,1,612379,122475,5,32767,-1,200,80,0,0,0,0,0,1106,7,0,1,0,5,3,89,7,69,5,68,31,49,38,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,2873,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44296,4,4,-1,'Helm of Purified Thoughts',56269,4,32768,0,1,536712,107342,1,-1,-1,200,80,0,0,0,0,0,1106,7,0,1,0,4,7,99,5,69,45,84,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3353,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44297,4,2,-1,'Boots of the Neverending Path',56399,4,32768,0,1,358398,71679,8,32767,-1,200,80,0,0,0,0,0,1106,7,0,1,0,4,7,49,3,51,31,66,38,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44298,15,0,-1,'Brightly Hued Egg',56283,0,0,8192,1,18000,4500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Sparkles with all the colors of the rainbow.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44299,15,0,-1,'Crinkly Grass',1442,0,536870912,8192,1,2400,600,0,-1,-1,85,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44300,15,0,-1,'Smashed Basket',56288,0,0,8192,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Appears to have been broken during the extraction process',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44301,12,0,0,'Tainted Essence',56864,1,3136,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60304,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44302,4,1,-1,'Belt of Dark Mending',56293,4,32768,0,1,187027,37405,6,32767,-1,200,80,0,0,0,0,0,1098,7,0,1,0,4,7,64,5,50,36,55,45,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44303,4,2,-1,'Darkheart Chestguard',56295,4,32768,0,1,488648,97729,5,262143,32767,200,80,0,0,0,0,0,1098,7,0,1,0,4,38,180,3,88,7,67,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44304,12,0,0,'Writhing Mass',56867,1,1088,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60310,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44305,4,3,-1,'Kilt of Dark Mercy',56296,4,32768,0,1,590731,118146,7,-1,-1,200,80,0,0,0,0,0,1098,7,0,1,0,4,7,69,5,67,43,36,45,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44306,4,4,-1,'Death-Inured Sabatons',56297,4,32768,0,1,517755,103551,8,1535,-1,200,80,0,0,0,0,0,1098,7,0,1,0,3,4,50,7,73,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3351,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44307,12,0,0,'Diluted Cult Tonic',48394,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60311,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44308,4,0,-1,'Signet of Edward the Odd',53042,4,524480,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,49,7,54,38,58,36,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60317,1,0,0,0,0,0,0,0,0,0,3600000,0,3600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44309,4,1,-1,'Sash of Jordan',56301,4,0,0,1,199793,39958,6,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,7,44,5,55,6,55,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44310,2,15,-1,'Namlak\'s Supernumerary Sticker',56302,4,0,0,1,1002495,200499,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,32,32,31,32,44,32,36,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44311,2,7,-1,'Avool\'s Sword of Jin',56304,4,0,0,1,935139,187027,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,38,7,36,38,62,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,280,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44312,4,4,-1,'Wapach\'s Spaulders of Solidarity',56305,4,0,0,1,490012,98002,3,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,53,37,42,7,100,12,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44313,4,6,-1,'Zom\'s Crackling Bulwark',42409,4,0,0,1,602379,120475,14,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,44,5,36,43,25,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,211,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44314,0,4,-1,'Scroll of Recall II',56319,1,64,0,1,150,37,0,-1,-1,40,35,773,200,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60320,0,-1,0,0,1229,1200000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44315,0,4,-1,'Scroll of Recall III',56320,1,64,0,1,150,37,0,-1,-1,70,65,773,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60321,0,-1,0,0,1229,1200000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44316,7,11,-1,'Darkmoon Card',44704,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random Darkmoon card. Collect a full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44317,7,11,-1,'Greater Darkmoon Card',44704,3,0,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random greater Darkmoon card. Collect a full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44318,7,11,-1,'Darkmoon Card of the North',44704,3,0,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A random Darkmoon card of the north. Collect a full set to receive a reward.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44319,12,0,0,'Broken Shard of Horror',56361,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44320,12,0,0,'Broken Shard of Despair',56363,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44321,12,0,0,'Broken Shard of Suffering',56364,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44322,7,11,-1,'Mercurial Alchemist Stone',56385,3,0,0,1,322031,80507,12,-1,-1,200,75,171,400,0,0,0,0,0,1,1,0,2,45,59,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44323,7,11,-1,'Indestructible Alchemist\'s Stone',56385,3,0,0,1,322031,80507,12,-1,-1,200,75,171,400,0,0,0,0,0,1,1,0,2,7,75,13,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44324,7,11,-1,'Mighty Alchemist\'s Stone',56385,3,0,0,1,322031,80507,12,-1,-1,200,75,171,400,0,0,0,0,0,1,1,0,2,38,100,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,17619,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44325,0,2,-1,'Elixir of Accuracy',17904,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60340,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44326,12,0,-1,'Nobles Deck',31755,4,0,0,1,600000,150000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Property of the Darkmoon Faire.',0,0,0,13326,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44327,0,2,-1,'Elixir of Deadly Strikes',57010,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60341,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44328,0,2,-1,'Elixir of Mighty Defense',57005,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60343,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44329,0,2,-1,'Elixir of Expertise',57012,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60344,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44330,0,2,-1,'Elixir of Armor Piercing',57013,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60345,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44331,0,2,-1,'Elixir of Lightning Speed',57014,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60346,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44332,0,2,-1,'Elixir of Mighty Thoughts',57021,1,0,0,1,20000,5000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60347,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44333,4,2,-1,'Ghostcrawler\'s Greaves',56398,4,0,8192,1,352883,70576,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,7,77,6,66,36,32,5,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44334,4,0,-1,'Ring of Temerity',41951,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,7,25,5,34,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44335,4,0,-1,'Band of Motivation',51243,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,38,68,3,19,7,51,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44336,4,0,-1,'Flourishing Band',56339,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,7,27,5,34,43,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44337,4,0,-1,'Staunch Signet',56664,3,0,0,1,188479,47119,11,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,51,12,25,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44338,4,1,-1,'Cuffs of Gratitude',51044,3,0,0,1,126858,25371,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,34,6,26,32,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44339,4,2,-1,'Soaring Wristwraps',53245,3,0,0,1,159173,31834,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,34,6,25,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44340,4,3,-1,'Bindings of Raelorasz',51357,3,0,0,1,191708,38341,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,5,38,68,3,25,7,28,5,14,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44341,4,4,-1,'Bracers of Reverence',51899,3,0,0,1,225782,45156,9,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,25,7,51,12,34,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44342,4,2,-1,'Tattooed Deerskin Leggings',56054,3,0,0,1,308108,61621,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,38,72,3,55,7,63,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44343,4,1,-1,'Conferred Pantaloons',56056,3,0,0,1,247405,49481,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,68,7,36,5,45,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44344,4,3,-1,'Labyrinthine Legguards',51324,3,0,0,1,372448,74489,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,5,38,114,3,32,7,57,5,38,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44345,4,4,-1,'Dalaran Warden\'s Legplates',51902,3,0,0,1,447643,89528,7,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,44,5,57,32,38,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44346,4,1,-1,'Warchief\'s Leggings of Wisdom',56870,3,0,0,1,226522,45304,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,35,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44347,4,2,-1,'Warchief\'s Legguards of Heroism',56871,3,0,0,1,284138,56827,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,46,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44348,4,3,-1,'Warchief\'s Leggings of Valor',56869,3,0,0,1,342182,68436,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,54,7,52,5,46,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44349,4,4,-1,'Warchief\'s Legplates of Carnage',56872,3,0,0,1,400630,80126,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,65,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44350,4,1,-1,'Mantle of Thwarted Evil',56011,3,0,0,1,190898,38179,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,4,45,48,7,34,5,41,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44351,4,2,-1,'Shoulderpads of Abhorrence',51857,3,0,0,1,216667,43333,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,4,38,82,3,41,7,45,32,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44352,4,4,-1,'Shoulderplates of the Abolished',51927,3,0,0,1,303933,60786,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,3,4,42,7,60,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44353,4,3,-1,'Epaulets of the Faceless Ones',51883,3,0,0,1,263185,52637,3,-1,-1,163,0,0,0,0,0,0,0,0,0,1,0,4,45,36,7,18,5,25,32,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44354,4,3,-1,'Assault Hauberk',51310,3,0,0,1,372809,74561,5,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,38,66,3,61,7,61,5,45,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44355,4,1,-1,'Incursion Vestments',56784,3,0,0,1,240057,48011,20,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,67,7,42,5,60,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44356,4,2,-1,'Vest of the Assailant',56785,3,0,0,1,301219,60243,5,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,38,98,3,64,32,34,7,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44357,4,4,-1,'Besieging Breastplate',56787,3,0,0,1,423315,84663,5,-1,-1,167,0,0,0,0,0,0,0,0,0,1,0,4,45,67,7,36,5,60,43,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44358,4,1,-1,'Kilix\'s Silk Slippers',52441,3,0,0,1,173950,34790,8,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,47,5,29,6,22,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44359,4,2,-1,'Don Soto\'s Boots',49903,3,0,0,1,218238,43647,8,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,38,56,3,40,7,39,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44360,4,3,-1,'Husk Shard Sabatons',51195,3,0,0,1,264041,52808,8,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,5,38,80,3,29,7,39,5,22,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44361,4,4,-1,'Greaves of the Traitor',51131,3,0,0,1,315482,63096,8,32767,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,4,40,7,58,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44362,4,4,-1,'Expelling Gauntlets',56759,3,0,0,1,212678,42535,10,262143,2147483647,159,0,0,0,0,0,0,0,0,0,1,0,4,4,39,7,60,12,29,14,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44363,4,3,-1,'Purging Handguards',51884,3,0,0,1,181917,36383,10,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,47,7,28,5,39,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44364,4,2,-1,'Wraps of Quelled Bane',56758,3,0,0,1,152146,30429,10,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,3,38,62,3,23,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44365,4,1,-1,'Gloves of Banished Infliction',51145,3,0,0,1,122155,24431,10,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,47,5,39,6,29,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44366,4,1,-1,'Shameful Cuffs',52387,3,0,0,1,122582,24516,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,35,7,24,6,22,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44367,4,2,-1,'Scorned Bands',56774,3,0,0,1,153776,30755,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,38,44,3,29,7,40,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44368,4,3,-1,'Accused Wristguards',52485,3,0,0,1,185190,37038,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,34,7,24,5,22,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44369,4,4,-1,'Disavowed Bracers',50752,3,0,0,1,218061,43612,9,-1,-1,159,0,0,0,0,0,0,0,0,0,1,0,4,45,35,7,18,5,24,43,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44370,4,1,-1,'Mantle of the Intrepid Explorer',49464,3,0,0,1,203983,40796,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,54,5,33,6,46,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44371,4,2,-1,'Shoulderpads of the Adventurer',51857,3,0,0,1,231538,46307,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,45,54,5,34,6,46,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44372,4,3,-1,'Spaulders of Lost Secrets',51883,3,0,0,1,280165,56033,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,5,38,68,3,33,7,39,5,26,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44373,4,4,-1,'Pauldrons of Reconnaissance',51577,3,0,0,1,326050,65210,3,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,4,34,7,69,12,46,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44374,4,0,-1,'Amulet of the Tranquil Mind',9857,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,4,45,33,5,15,6,20,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44375,4,0,-1,'Razor-Blade Pendant',34204,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,3,4,30,7,37,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44376,4,0,-1,'Necklace of Fragmented Light',9657,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,4,45,33,7,19,5,21,31,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44377,4,0,-1,'Woven Steel Necklace',9852,3,0,0,1,164232,41058,2,-1,-1,151,0,0,0,0,0,0,0,0,0,1,0,4,4,27,7,42,12,13,14,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44378,4,1,-1,'Mantle of the Flesh Giant',56011,3,0,0,1,194337,38867,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,53,7,39,5,45,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44379,4,2,-1,'Shoulderpads of Fleshwerks',51857,3,0,0,1,243817,48763,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,90,3,26,7,67,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44380,4,3,-1,'Giant Champion\'s Spaulders',51883,3,0,0,1,294959,58991,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,53,7,39,5,45,36,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,832,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44381,4,4,-1,'Pauldrons of Morbidus',49876,3,0,0,1,343160,68632,3,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,53,7,28,5,45,32,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44382,4,1,-1,'Robes of Refrained Celebration',51370,3,0,0,1,275661,55132,20,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,51,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44383,4,4,-1,'Battleplate of Unheard Ovation',56777,3,0,0,1,484158,96831,5,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,37,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2068,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44384,4,3,-1,'Chestguard of Unwanted Success',51310,3,0,0,1,416494,83298,5,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,66,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44385,4,2,-1,'Tunic of the Unduly Victorious',50025,3,0,0,1,348296,69659,5,-1,-1,183,0,0,0,0,0,0,0,0,0,1,0,4,45,77,7,49,5,51,6,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44386,4,0,-1,'Newt-Eye Ring',56764,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,34,36,14,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44387,4,0,-1,'Bat-Wool Signet',56766,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,45,40,5,25,6,34,31,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44388,4,0,-1,'Frog-Toe Band',56765,3,0,0,1,188479,47119,11,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,38,68,3,20,7,39,44,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44391,4,0,-1,'Cast Steel Choker',32008,3,0,0,1,0,30284,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,4,34,7,51,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',43,0,0,0,0,1), (44392,4,0,-1,'Necklace of Permeation',43701,3,0,0,1,0,30284,2,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,25,5,34,32,26,45,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',43,0,0,0,0,1), (44393,2,18,-1,'Polished Zombie Exterminator',50166,3,0,0,1,476895,95379,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,38,36,7,28,32,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,366,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44394,2,19,-1,'Encrusted Zombie Finger',55296,3,0,0,1,478685,95737,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,18,5,11,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,478,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44395,2,19,-1,'Touch of Unlife',55296,3,0,0,1,480475,96095,26,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,3,45,18,5,11,32,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,478,4,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44396,4,1,-1,'Gloves of the Time Guardian',51145,3,0,0,1,137600,27520,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,60,7,33,5,41,6,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44397,4,2,-1,'Handwraps of Preserved History',49251,3,0,0,1,172638,34527,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,38,76,3,47,7,71,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44398,4,3,-1,'Grips of Chronological Events',51884,3,0,0,1,207932,41586,10,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,5,38,102,3,22,7,61,5,29,44,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44399,4,4,-1,'Gauntlets of The Culling',52406,3,0,0,1,244872,48974,10,262143,2147483647,187,0,0,0,0,0,0,0,0,0,1,0,3,4,52,7,76,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44400,4,0,-1,'Necklace of Calm Skies',31603,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,30,7,22,5,26,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44401,4,0,-1,'Hundred Tooth Necklace',34034,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,38,52,3,17,7,39,44,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44402,4,0,-1,'Tiled-Stone Pendant',15420,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,4,20,7,39,12,26,37,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44403,4,0,-1,'Amulet of Constrained Power',9859,3,0,0,1,159180,39795,2,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,30,7,16,5,21,32,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44404,4,1,-1,'Bauble-Woven Gown',56788,3,0,0,1,283316,56663,20,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,81,7,43,5,55,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44405,4,2,-1,'Exotic Leather Tunic',52514,3,0,0,1,355422,71084,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,38,138,3,49,7,103,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44406,4,3,-1,'Gilded Ringmail Hauberk',52412,3,0,0,1,428039,85607,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,5,38,100,3,69,7,60,5,39,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44407,4,4,-1,'Silver-Plated Battlechest',56789,3,0,0,1,501166,100233,5,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,3,4,60,7,103,12,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2093,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44408,4,1,-1,'Cowl of the Vindictive Captain',52530,3,0,0,1,215530,43106,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,81,7,51,5,69,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44409,4,2,-1,'Headguard of Retaliation',56791,3,0,0,1,251323,50264,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,38,138,3,69,7,75,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44410,4,3,-1,'Helmet of Just Retribution',56792,3,0,0,1,302737,60547,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,5,38,92,3,46,7,102,5,39,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44411,4,4,-1,'Platehelm of Irate Revenge',52302,3,0,0,1,353822,70764,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,4,45,81,7,51,5,68,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44412,4,4,-1,'Faceguard of Punishment',52302,3,0,0,1,355160,71032,1,-1,-1,187,0,0,0,0,0,0,0,0,0,1,0,3,4,70,7,102,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44413,15,5,-1,'Mekgineer\'s Chopper',53078,4,0,2,1,50000,0,0,262143,1101,80,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,60424,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to ride this chopper.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44415,2,10,-1,'Savage Gladiator\'s War Staff',56238,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,112,5,50,35,65,36,66,45,355,0,0,0,0,0,0,0,0,0,0,0,0,160,296,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-388), (44416,2,10,-1,'Savage Gladiator\'s Focus Staff',56238,3,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,112,5,50,31,66,35,65,45,355,0,0,0,0,0,0,0,0,0,0,0,0,160,296,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44417,2,10,-1,'Hateful Gladiator\'s War Staff',56252,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,130,5,57,35,75,36,75,45,408,0,0,0,0,0,0,0,0,0,0,0,0,176,327,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-388), (44418,2,10,-1,'Hateful Gladiator\'s Focus Staff',56252,4,0,0,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,130,5,57,31,75,35,75,45,408,0,0,0,0,0,0,0,0,0,0,0,0,176,327,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44419,2,10,-1,'Deadly Gladiator\'s War Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,36,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340), (44420,2,10,-1,'Deadly Gladiator\'s Focus Staff',56409,4,36864,0,1,0,0,17,-1,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,147,5,64,45,461,31,85,35,84,0,0,0,0,0,0,0,0,0,0,0,0,193,357,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,-66.2,0,0,0,'',0,0,0,0,0,12340), (44421,2,10,-1,'Furious Gladiator\'s War Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,36,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340), (44422,2,10,-1,'Furious Gladiator\'s Focus Staff',56238,4,36864,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,175,5,77,45,550,31,86,35,86,0,0,0,0,0,0,0,0,0,0,0,0,221,407,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-75.6,0,0,0,'',0,0,0,0,0,12340), (44423,2,10,-1,'Relentless Gladiator\'s War Staff',60816,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,196,5,87,45,621,36,99,35,99,0,0,0,0,0,0,0,0,0,0,0,0,243,448,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (44424,2,10,-1,'Relentless Gladiator\'s Focus Staff',60804,4,36864,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,196,5,87,45,621,31,99,35,99,0,0,0,0,0,0,0,0,0,0,0,0,243,448,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (44428,4,3,-1,'Dark Frostscale Chestpiece',55018,2,16,8192,1,147185,29437,5,32767,-1,76,76,0,0,0,0,0,0,0,0,1,0,0,7,84,3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44429,4,1,-1,'Volanthius Shroud',27088,4,36864,0,1,0,0,16,262143,2147483647,156,70,0,0,0,0,0,0,0,0,1,0,5,45,33,7,42,32,19,35,28,36,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44430,15,0,0,'Titanium Seal of Dalaran',55248,3,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60458,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Holding the coin up to your eye reveals a level of craftsmanship that you have rarely seen.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44431,4,1,-1,'Cloak of Certain Reprieve',27088,4,36864,0,1,0,0,16,262143,2147483647,156,70,0,0,0,0,0,0,0,0,1,0,5,45,33,7,42,43,10,35,28,5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44432,16,6,0,'Glyph of Raise Dead',56592,1,64,0,1,0,3750,0,32,-1,55,55,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60460,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44433,12,0,0,'Rod of Siphoning',56637,1,64,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60528,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44434,12,0,0,'Dark Matter',56639,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44435,0,0,0,'Windle\'s Lighter',56640,2,65600,0,1,5000,1250,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60535,0,-5,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Shine on!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,900,0,0,'',0,0,0,0,0,12340), (44436,4,3,-1,'Dark Frostscale Leggings',56673,3,0,0,1,371145,74229,7,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,4,38,62,3,39,7,46,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,756,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44437,4,3,-1,'Dark Frostscale Breastplate',55018,3,0,0,1,380868,76173,5,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,38,88,3,55,7,64,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,756,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44438,4,3,-1,'Dragonstompers',56675,3,0,0,1,294262,58852,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,5,38,92,3,33,7,57,5,19,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44440,4,2,-1,'Dark Iceborne Leggings',56680,3,0,0,1,313849,62769,7,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,4,45,67,7,36,5,45,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,757,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44441,4,2,-1,'Dark Iceborne Chestguard',56679,3,0,0,1,322054,64410,5,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,45,70,7,43,5,46,6,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,757,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44442,4,2,-1,'Bugsquashers',56677,3,0,0,1,254152,50830,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,45,54,7,33,5,35,6,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44443,4,3,-1,'Dark Nerubian Leggings',56672,3,0,0,1,390583,78116,7,-1,-1,167,75,0,0,0,0,0,0,0,0,1,0,4,45,67,7,61,5,57,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,755,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44444,4,3,-1,'Dark Nerubian Chestpiece',55018,3,0,0,1,362632,72526,5,32767,-1,171,76,0,0,0,0,0,0,0,0,1,0,4,45,70,7,64,5,59,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,755,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44445,4,3,-1,'Scaled Icewalkers',56725,3,0,0,1,280223,56044,8,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,4,45,54,7,33,5,35,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44446,1,8,0,'Pack of Endless Pockets',20342,3,0,0,1,150000,37500,18,-1,-1,75,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44447,11,3,-1,'Dragonscale Ammo Pouch',56652,3,32768,0,1,150000,37500,18,-1,-1,75,75,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44448,11,2,-1,'Nerubian Reinforced Quiver',56653,3,32768,0,1,150000,37500,18,-1,-1,75,75,0,0,0,0,0,0,0,0,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44449,0,6,-1,'Scroll of Enchant Boots - Assault',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60606,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44450,12,0,-1,'Hourglass of Eternity',43101,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60808,0,0,0,210000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44451,7,12,-1,'Runed Cobalt Rod',56467,3,0,0,1,0,40000,0,-1,-1,71,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44452,7,12,-1,'Runed Titanium Rod',56657,3,1088,0,1,160000,40000,0,-1,-1,81,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Can also serve as any lesser runed enchanting rod.',0,0,0,0,0,1,5,0,0,0,0,0,0,0,64,190,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44453,0,6,-1,'Scroll of Enchant Weapon - Greater Potency',811,3,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60621,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44455,0,6,-1,'Scroll of Enchant Shield - Greater Intellect',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60653,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44456,0,6,-1,'Scroll of Enchant Cloak - Speed',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60609,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44457,0,6,-1,'Scroll of Enchant Cloak - Major Agility',811,1,268435520,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60663,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44458,0,6,-1,'Scroll of Enchant Gloves - Crusher',811,1,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60668,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44459,12,0,-1,'Cult of the Damned Research - Page 1',7629,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60679,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One of three pages detailing a cult theorem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44460,12,0,-1,'Cult of the Damned Research - Page 2',7629,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60680,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One of three pages detailing a cult theorem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44461,12,0,-1,'Cult of the Damned Research - Page 3',7629,1,1088,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60681,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'One of three pages detailing a cult theorem.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44462,12,0,-1,'Cult of the Damned Thesis',56665,1,0,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The thesis is entitled, \'Empowering Alumeth\'.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44463,0,6,-1,'Scroll of Enchant 2H Weapon - Massacre',811,3,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60691,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44464,15,0,0,'Crude Eating Utensils',56667,0,0,0,1,250,62,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'There is no spoon.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44465,0,6,-1,'Scroll of Enchant Chest - Powerful Stats',811,1,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60692,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44466,0,6,-1,'Scroll of Enchant Weapon - Superior Potency',811,3,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60707,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44467,0,6,-1,'Scroll of Enchant Weapon - Mighty Spellpower',811,3,268435520,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60714,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44468,15,0,-1,'Water Soaked Letter',7695,0,0,0,1,500,125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The water damage will make this letter very hard to read.',3543,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44469,0,6,-1,'Scroll of Enchant Boots - Greater Assault',811,1,268435520,0,1,0,0,0,-1,-1,72,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60763,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44470,0,6,-1,'Scroll of Enchant Bracer - Superior Spellpower',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60767,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44471,9,8,-1,'Formula: Enchant Cloak - Mighty Armor',56741,2,4160,0,1,0,0,0,-1,-1,70,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47672,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to give 225 additional armor. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44472,9,8,-1,'Formula: Enchant Cloak - Greater Speed',56741,2,4160,0,1,0,0,0,-1,-1,70,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,47898,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to increase haste rating by 23. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44473,9,8,-1,'Formula: Enchant Weapon - Scourgebane',56750,3,4160,0,1,0,0,0,-1,-1,70,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44595,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase attack power against Undead by 140. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44474,12,0,0,'Fordragon\'s Shield',9429,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44475,7,11,-1,'Reinforced Crate',11448,1,4,0,1,80,20,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44476,12,0,-1,'Alumeth\'s Skull',58369,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60824,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The skull begins deteriorating as you take it from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44477,12,0,-1,'Alumeth\'s Heart',4826,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60820,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The heart begins to wither away as you remove it from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44478,12,0,-1,'Alumeth\'s Scepter',58371,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60823,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The scepter starts decomposing as you take it from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44479,12,0,-1,'Alumeth\'s Robes',58370,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60822,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The robes begin to fray as you take them from the chest.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44480,12,0,-1,'Alumeth\'s Remains',56780,1,64,0,1,10000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60831,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44481,0,0,0,'Grindgear Toy Gorilla',34389,1,0,0,1,4500,1125,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60832,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Now With Jungle Jumping Action!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44482,0,0,0,'Trusty Copper Racer',56790,2,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60838,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do you feel the need for speed?',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44483,9,8,-1,'Formula: Enchant 2H Weapon - Massacre',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60691,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a two-handed melee weapon to increase attack power by 110. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44484,9,8,-1,'Formula: Enchant Bracers - Greater Assault',56741,2,4160,0,1,0,0,0,-1,-1,82,0,333,430,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44575,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase attack power by 50. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44485,9,8,-1,'Formula: Enchant Gloves - Armsman',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,44625,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase threat caused by 2% and increase parry rating by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44486,9,8,-1,'Formula: Enchant Weapon - Superior Potency',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60707,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase attack power by 65. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44487,9,8,-1,'Formula: Enchant Weapon - Mighty Spellpower',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,435,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60714,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase spell power by 63. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44488,9,8,-1,'Formula: Enchant Cloak - Wisdom',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,47899,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a cloak to reduce threat slightly and increase Spirit by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44489,9,8,-1,'Formula: Enchant Chest - Powerful Stats',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,60692,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant chest armor to increase all stats by 10. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44490,9,8,-1,'Formula: Enchant Boots - Greater Assault',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,60763,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to increase attack power by 32. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44491,9,8,-1,'Formula: Enchant Boots - Tuskarr\'s Vitality',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,47901,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant boots to give a minor movement speed increase and 15 Stamina. Requires a level 60 or higher level item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44492,9,8,-1,'Formula: Enchant Weapon - Berserking',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59621,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes increase your attack power at the cost of reduced armor. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44493,0,6,-1,'Scroll of Enchant Weapon - Berserking',811,3,268435520,0,1,0,0,0,-1,-1,79,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59621,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44494,9,8,-1,'Formula: Enchant Weapon - Lifeward',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,44576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes heal the wielder when striking in melee. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44495,9,8,-1,'Formula: Enchant Weapon - Black Magic',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59625,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to cause your harmful spells to sometimes increase haste rating. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44496,9,8,-1,'Formula: Enchant Weapon - Accuracy',56750,3,4160,0,1,0,0,0,-1,-1,82,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,59619,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to increase critical strike and hit rating by 25. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44497,0,6,-1,'Scroll of Enchant Weapon - Accuracy',811,3,268435520,0,1,0,0,0,-1,-1,73,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59619,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44498,9,8,-1,'Formula: Enchant Bracer - Superior Spellpower',56741,2,4160,0,1,0,0,0,-1,-1,85,0,333,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,0,0,0,60767,6,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase spell power by 30. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44499,7,1,0,'Salvaged Iron Golem Parts',36512,1,0,0,1,30000000,30000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44500,7,1,0,'Elementium-plated Exhaust Pipe',18724,1,0,0,1,15000000,150000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Limited Edition',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44501,7,1,0,'Goblin-machined Piston',56795,1,0,0,1,10000000,100000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold exclusively by Roxi Ramrocket in K3.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44502,9,3,-1,'Schematic: Mechano-hog',1096,4,64,1,1,4000000,1000000,0,-1,-1,80,0,202,450,0,0,0,1052,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60866,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mechano-hog.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44503,9,3,-1,'Schematic: Mekgineer\'s Chopper',1096,4,64,2,1,4000000,1000000,0,-1,-1,80,0,202,450,0,0,0,1037,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60867,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mekgineer\'s Chopper.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44504,2,3,-1,'Nesingwary 4000',57236,4,0,0,1,700104,140020,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,2,38,78,32,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,472,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44505,2,15,-1,'Dustbringer',56796,3,0,0,1,659636,131927,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,219,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,60871,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Blade of the Crimson Landlord.',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44506,0,8,-1,'Saronite Arrow Maker',8928,1,64,0,1,30000,7500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60875,0,-10,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44507,0,8,-1,'Ultrasafe Bullet Machine',11448,1,64,0,1,25000,6250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60879,0,-10,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Accidents from using this device are down by nearly 17%!',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44508,9,6,0,'Discovery!',37858,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Randomly discover a new Alchemy recipe.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44509,9,1,-1,'Pattern: Trapper\'s Traveling Pack',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1073,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50970,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Trapper\'s Traveling Pack.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44510,9,1,-1,'Pattern: Mammoth Mining Bag',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1119,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,50971,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mammoth Mining Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44511,9,1,-1,'Pattern: Dragonscale Ammo Pouch',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1073,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Dragonscale Ammo Pouch.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44512,9,1,-1,'Pattern: Nerubian Reinforced Quiver',6270,3,64,0,1,50000,12500,0,-1,-1,75,0,165,415,0,0,0,1098,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60647,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Nerubian Reinforced Quiver.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44513,9,1,-1,'Pattern: Eviscerator\'s Facemask',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60697,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Eviscerator\'s Facemask.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44514,9,1,-1,'Pattern: Eviscerator\'s Shoulderpads',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60702,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Shoulderpads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44515,9,1,-1,'Pattern: Eviscerator\'s Chestguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60703,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Eviscerator\'s Chestguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44516,9,1,-1,'Pattern: Eviscerator\'s Bindings',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60704,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Bindings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44517,9,1,-1,'Pattern: Eviscerator\'s Gauntlets',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60705,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Gauntlets.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44518,9,1,-1,'Pattern: Eviscerator\'s Waistguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60706,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Eviscerator\'s Waistguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44519,9,1,-1,'Pattern: Eviscerator\'s Legguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60711,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44520,9,1,-1,'Pattern: Eviscerator\'s Treads',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Eviscerator\'s Treads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44521,9,1,-1,'Pattern: Overcast Headguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60715,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Overcast Headguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44522,9,1,-1,'Pattern: Overcast Spaulders',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60716,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Spaulders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44523,9,1,-1,'Pattern: Overcast Chestguard',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60718,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Overcast Chestguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44524,9,1,-1,'Pattern: Overcast Bracers',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60720,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44525,9,1,-1,'Pattern: Overcast Handwraps',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Handwraps.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44526,9,1,-1,'Pattern: Overcast Belt',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60723,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Overcast Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44527,9,1,-1,'Pattern: Overcast Leggings',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44528,9,1,-1,'Pattern: Overcast Boots',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60727,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Overcast Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44529,12,0,-1,'Demolisher Parts',8931,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44530,9,1,-1,'Pattern: Swiftarrow Helm',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60728,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Swiftarrow Helm.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44531,9,1,-1,'Pattern: Swiftarrow Shoulderguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60729,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Shoulderguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44532,9,1,-1,'Pattern: Swiftarrow Hauberk',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60730,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Swiftarrow Hauberk.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44533,9,1,-1,'Pattern: Swiftarrow Bracers',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44534,9,1,-1,'Pattern: Swiftarrow Gauntlets',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60732,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Gauntlets.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44535,9,1,-1,'Pattern: Swiftarrow Belt',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60734,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Swiftarrow Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44536,9,1,-1,'Pattern: Swiftarrow Leggings',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60735,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44537,9,1,-1,'Pattern: Swiftarrow Boots',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60737,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Swiftarrow Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44538,9,1,-1,'Pattern: Stormhide Crown',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60743,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stormhide Crown.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44539,9,1,-1,'Pattern: Stormhide Shoulders',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60746,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Shoulders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44540,9,1,-1,'Pattern: Stormhide Hauberk',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60747,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stormhide Hauberk.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44541,9,1,-1,'Pattern: Stormhide Wristguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60748,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Wristguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44542,9,1,-1,'Pattern: Stormhide Grips',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60749,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Grips.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44543,9,1,-1,'Pattern: Stormhide Belt',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60750,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Stormhide Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44544,9,1,-1,'Pattern: Stormhide Legguards',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60751,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44545,9,1,-1,'Pattern: Stormhide Stompers',6270,3,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60752,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Stormhide Stompers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44546,9,1,-1,'Pattern: Giantmaim Legguards',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60754,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Giantmaim Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44547,9,1,-1,'Pattern: Giantmaim Bracers',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60755,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Giantmaim Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44548,9,1,-1,'Pattern: Revenant\'s Breastplate',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60756,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Revenant\'s Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44549,9,1,-1,'Pattern: Revenant\'s Treads',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60757,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Revenant\'s Treads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44550,9,1,-1,'Pattern: Trollwoven Spaulders',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60758,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Trollwoven Spaulders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44551,9,1,-1,'Pattern: Trollwoven Girdle',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60759,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Trollwoven Girdle.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44552,9,1,-1,'Pattern: Earthgiving Legguards',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60760,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Earthgiving Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44553,9,1,-1,'Pattern: Earthgiving Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60761,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Earthgiving Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44554,15,5,-1,'Flying Carpet',58859,3,0,0,1,0,0,0,262143,32767,60,60,197,300,34090,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61451,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this rug. Can only be used in Outland or Northrend.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44555,15,5,-1,'Swift Mooncloth Carpet',39461,4,0,0,1,0,0,0,-1,-1,80,70,197,450,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44556,15,5,-1,'Swift Spellfire Carpet',39460,4,0,0,1,0,0,0,-1,-1,80,70,197,450,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61446,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44557,15,5,-1,'Swift Ebonweave Carpet',42161,4,0,0,1,0,0,0,-1,-1,80,70,197,450,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60975,0,-1,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44558,15,5,-1,'Magnificent Flying Carpet',59464,4,0,0,1,2000000,0,0,-1,-1,70,70,197,425,34091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61309,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this rug. Can only be summoned in Outland or Northrend. This is a very fast rug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44559,9,1,-1,'Pattern: Fur Lining - Fire Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57692,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Fire Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44560,9,1,-1,'Pattern: Fur Lining - Frost Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57694,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Frost Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44561,9,1,-1,'Pattern: Fur Lining - Shadow Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57696,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Shadow Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44562,9,1,-1,'Pattern: Fur Lining - Nature Resist ',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57699,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Nature Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44563,9,1,-1,'Pattern: Fur Lining - Arcane Resist',6270,3,33554496,0,1,0,0,0,-1,-1,80,0,165,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,57701,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Fur Lining - Arcane Resist.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44564,9,6,-1,'Recipe: Mighty Arcane Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53936,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Arcane Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44565,9,6,-1,'Recipe: Mighty Fire Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53939,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Fire Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44566,9,6,-1,'Recipe: Mighty Frost Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53937,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Frost Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44567,9,6,-1,'Recipe: Mighty Nature Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53942,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Nature Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44568,9,6,-1,'Recipe: Mighty Shadow Protection Potion',15274,2,33554496,0,1,34000,8500,0,-1,-1,75,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,53938,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Mighty Shadow Protection Potion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44569,12,0,-1,'Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This magical jewel is perfectly formed into the likeness of a blue dragon\'s eye.',0,0,0,13372,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44570,0,5,-1,'Glass of Eversong Wine',18060,1,0,0,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44571,0,5,-1,'Bottle of Silvermoon Port',18114,1,0,0,1,150,37,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44573,0,5,-1,'Cup of Frog Venom Brew',21845,1,0,0,1,1500,375,0,-1,-1,25,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44574,0,5,-1,'Skin of Mulgore Firewater',40852,1,0,0,1,2000,500,0,-1,-1,35,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44575,0,5,-1,'Flask of Bitter Cactus Cider',18059,1,0,0,1,120,30,0,-1,-1,15,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44576,0,0,0,'Bright Flare',39448,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60983,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44577,12,0,-1,'Heroic Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This magical jewel is perfectly formed into the likeness of a blue dragon\'s eye.',0,0,0,13375,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44578,15,0,0,'Ruined Herbs',9733,0,0,8192,1,325,81,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'All that remains of your experiments.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44579,4,0,-1,'Medallion of Heroism',23716,3,32768,0,1,0,0,12,-1,-1,146,0,0,0,0,0,0,0,3,1,1,0,1,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60986,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44580,15,0,0,'Potion Goo',53565,0,0,8192,1,325,81,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You aren\'t sure what this is, but you really shouldn\'t drink it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44581,13,0,-1,'Heroic Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61004,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44582,13,0,-1,'Key to the Focusing Iris',31029,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61003,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44583,4,2,-1,'Warchief\'s Legguards of Brutality',56868,3,0,0,1,261165,52233,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,38,94,7,39,3,47,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44584,9,1,-1,'Pattern: Polar Vest',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Polar Vest.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44585,9,1,-1,'Pattern: Polar Cord',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Polar Cord.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44586,9,1,-1,'Pattern: Polar Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60998,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Polar Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44587,9,1,-1,'Pattern: Icy Scale Chestguard',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,60999,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Icy Scale Chestguard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44588,9,1,-1,'Pattern: Icy Scale Belt',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61000,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make an Icy Scale Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44589,9,1,-1,'Pattern: Icy Scale Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,420,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Icy Scale Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44590,4,3,-1,'Warchief\'s Leggings of Foresight',56876,3,0,0,1,313398,62679,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,5,3,47,7,38,5,33,38,70,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44591,4,3,-1,'Wrynn\'s Leggings of Foresight',56876,3,0,0,1,338534,67706,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,5,3,47,7,38,5,33,38,70,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44592,4,3,-1,'Wrynn\'s Leggings of Valor',56869,3,0,0,1,339717,67943,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,54,7,52,5,46,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44593,4,1,-1,'Wrynn\'s Leggings of Wisdom',56870,3,0,0,1,227289,45457,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,35,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44594,4,2,-1,'Wrynn\'s Legguards of Brutality',56868,3,0,0,1,285124,57024,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,38,94,7,39,3,47,32,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44595,4,2,-1,'Wrynn\'s Legguards of Heroism',56871,3,0,0,1,286137,57227,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,4,45,55,7,34,5,46,6,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44596,4,4,-1,'Wrynn\'s Legplates of Carnage',56872,3,0,0,1,401972,80394,7,-1,-1,146,0,0,0,0,0,0,0,0,0,1,0,3,4,37,32,65,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44597,4,0,-1,'Medallion of Heroism',23716,3,32768,0,1,0,0,12,-1,-1,146,0,0,0,0,0,0,0,3,1,1,0,1,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60986,0,0,0,120000,1155,120000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44598,7,2,-1,'Shrapnel Grenade',25482,1,64,8192,1,5000,1250,0,-1,-1,75,0,202,375,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39965,0,-1,0,0,24,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44599,0,0,0,'Zippy Copper Racer',56877,2,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61021,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do you feel the need for speed?',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44600,9,0,-1,'Tome of Polymorph: Serpent',1103,3,0,0,1,0,6250000,0,128,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44601,0,0,0,'Heavy Copper Racer',56878,2,0,0,1,3000,750,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61022,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Do you feel the need for speed?',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44602,9,0,-1,'Tome of Dalaran Intellect',3426,2,64,0,1,4750000,1187500,0,31360,-1,80,80,0,0,27126,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61024,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Intellect with a Dalaran flair.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44604,2,10,-1,'Borrowed Broom',46701,1,65664,4202496,1,5359,1071,17,-1,-1,20,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,61289,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,28800,0,0,'',0,0,0,0,0,15595), (44605,15,1,-1,'Wild Spineleaf',56881,1,0,0,1,5000,1250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44606,0,0,0,'Toy Train Set',58017,3,64,0,1,2500000,625000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61031,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'All Aboard!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44607,0,5,-1,'Aged Dalaran Sharp',6372,1,0,0,1,3200,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (44608,0,5,-1,'Dalaran Swiss',40841,1,0,0,1,1700,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (44609,0,5,-1,'Fresh Dalaran Bread Slice',6413,1,0,0,1,1700,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,4,0,0,0,12340), (44610,0,0,0,'Fresh Dalaran Bread',6343,1,64,0,1,85000,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61038,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44612,0,0,0,'Dalaran Swiss Wheel',6425,1,64,0,1,85000,2125,0,-1,-1,75,65,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61035,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44613,0,0,0,'Aged Dalaran Sharp Wheel',40695,1,64,0,1,160000,4000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61033,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44614,15,1,-1,'Starleaf Seed',7287,1,0,0,1,7000,1750,0,-1,-1,79,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44615,15,1,-1,'Devout Candle',28859,1,0,0,1,2000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44616,0,5,-1,'Glass of Dalaran White',47919,1,0,0,1,1500,375,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44617,0,5,-1,'Glass of Dalaran Red',18060,1,0,0,1,2000,500,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44618,0,5,-1,'Glass of Aged Dalaran Red',18060,2,0,0,1,10000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improved with age.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44619,0,5,-1,'Glass of Peaked Dalaran Red',18060,3,0,0,1,20000,500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11008,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Aged to perfection.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44620,0,5,-1,'Glass of Vintage Dalaran Red',18060,1,0,8192,1,50,12,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sealed in 2009.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44621,0,0,0,'Bottle of Dalaran White',18080,1,64,0,1,75000,1875,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61047,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44622,0,0,0,'Cask of Dalaran White',47356,1,64,0,1,375000,9375,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61052,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44623,0,0,0,'Bottle of Dalaran Red',18078,1,65600,0,1,100000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61045,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340), (44625,0,0,0,'Bottle of Aged Dalaran Red',18079,2,65600,0,1,500000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61050,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340), (44626,0,0,0,'Cask of Aged Dalaran Red',8383,2,65600,0,1,2500000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61057,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340), (44627,0,0,0,'Bottle of Peaked Dalaran Red',56985,3,64,0,1,1000000,2500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61063,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Aged to perfection.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44629,0,0,0,'Cask of Peaked Dalaran Red',8383,3,64,0,1,5000000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61067,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Aged to perfection.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44631,12,0,-1,'Whelp Bone Dust',6371,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44632,0,0,0,'Cask of Dalaran Red',8383,1,65600,0,1,500000,12500,0,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61053,0,-1,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Improves with age.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,31536000,0,0,'',0,0,0,0,1,12340), (44635,2,3,3,'Dalaran Rifle',56908,1,0,0,1,115886,23177,26,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1500,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44636,2,4,-1,'Dalaran Cudgel',56901,1,0,0,1,155103,31020,13,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44637,2,18,-1,'Dalaran Crossbow',56909,1,0,0,1,116757,23351,26,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,112,0,0,0,0,0,0,0,0,0,0,0,2000,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44638,2,7,-1,'Dalaran Sword',56903,1,0,0,1,156265,31253,13,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,78,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44639,2,8,-1,'Dalaran Greatsword',56902,1,0,0,1,196067,39213,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,153,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44640,2,1,-1,'Dalaran Great Axe',40300,1,0,0,1,196803,39360,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,131,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44641,2,13,-1,'Dalaran Knuckles',56907,1,0,0,1,158015,31603,21,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,7,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44642,2,0,-1,'Dalaran Axe',39387,1,0,0,1,158604,31720,21,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,84,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44643,2,2,-1,'Dalaran Bow',56904,1,0,0,1,119394,23878,15,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,90,0,0,0,0,0,0,0,0,0,0,0,1600,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44644,2,16,-1,'Dalaran Dart',26361,1,4194304,0,1,119394,29848,25,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,87,0,0,0,0,0,0,0,0,0,0,0,1200,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44645,2,5,-1,'Dalaran Hammer',56905,1,0,0,1,200443,40088,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44646,0,7,-1,'Dalaran Bandage',11908,1,2097216,40960,1,80,20,0,-1,-1,1,0,129,20,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1159,0,-1,0,0,150,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44647,4,0,-1,'Violet Hat',57029,1,0,0,1,550001,110000,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44648,4,0,-1,'Purple Turban',57033,1,0,0,1,999999,199999,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44649,4,4,-1,'Crystalbark\'s Toenail',56883,3,0,0,1,213366,42673,10,262143,2147483647,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44650,12,0,-1,'Heart of Magic',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not actually Malygos\'s heart. Rather it\'s an object of incredible power that Alexstrasza retrieved from his body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44651,12,0,-1,'Heart of Magic',13291,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'It\'s not actually Malygos\'s heart. Rather it\'s an object of incredible power that Alexstrasza retrieved from his body.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44652,2,15,-1,'Dalaran Dagger',39978,1,0,0,1,152732,30546,13,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,73,0,0,0,0,0,0,0,0,0,0,0,1300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44653,12,0,0,'Volatile Acid',37850,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60428,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44654,2,6,-1,'Dalaran Spear',56910,1,0,0,1,192387,38477,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44655,2,10,-1,'Dalaran Stave',56912,1,0,0,1,193123,38624,17,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,145,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44656,12,0,0,'Cultist Acolyte Robes',56914,1,0,0,1,0,0,20,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61131,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44657,4,0,-1,'Torque of the Red Dragonflight',31899,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,45,56,7,42,5,43,32,30,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44658,4,0,-1,'Chain of the Ancient Wyrm',39212,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,45,56,7,42,5,43,36,37,31,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44659,4,0,-1,'Pendant of the Dragonsworn',31604,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,38,96,3,38,7,55,32,35,44,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44660,4,0,-1,'Drakescale Collar',9658,4,0,0,1,302495,75623,2,32767,-1,213,0,0,0,0,0,0,0,0,0,1,0,5,4,56,7,72,12,25,14,30,15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44661,4,0,-1,'Wyrmrest Necklace of Power',6490,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,45,64,7,46,5,48,36,43,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44662,4,0,-1,'Life-Binder\'s Locket',23713,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,45,64,7,46,5,48,32,35,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3198,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44663,15,0,-1,'Abandoned Adventurer\'s Satchel',56915,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,150000,250000,0,12340), (44664,4,0,-1,'Favor of the Dragon Queen',39210,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,38,110,3,42,7,63,32,41,44,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44665,4,0,-1,'Nexus War Champion Beads',9854,4,0,0,1,320008,80002,2,32767,-1,226,0,0,0,0,0,0,0,0,0,1,0,5,4,63,7,94,12,28,14,34,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (44666,4,2,-1,'Flumblub\'s Seat Cushion',55359,3,0,0,1,299787,59957,5,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44667,4,1,-1,'Mammoth-Hair Crown',56924,3,0,0,1,185225,37045,1,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,306,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44668,4,1,-1,'Egg-Warming Blanket',56927,3,0,0,1,226171,45234,20,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,306,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44669,4,3,-1,'Worgen-Scored Shackles',56929,3,0,0,1,186541,37308,9,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44670,4,4,-1,'Soul-Sealed Belt',56930,3,0,0,1,198759,39751,6,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (44671,4,3,-1,'Highlord\'s Padded Legguards',56937,3,0,0,1,355170,71034,7,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44672,4,2,-1,'Seal-Fur Spaulders',56943,3,0,0,1,221981,44396,3,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44673,4,1,-1,'Mammoth-Riding Boots',56951,3,0,0,1,179391,35878,8,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,306,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44674,4,1,-1,'Ichor-Stained Wraps',56953,3,0,0,1,118390,23678,9,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,306,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44675,4,3,-1,'Rock-Giant\'s Pinky Cover',56958,3,0,0,1,180750,36150,10,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44676,4,2,-1,'Syreian\'s Leggings',56963,3,0,0,1,302399,60479,7,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,307,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44677,4,4,-1,'Eternal Observer\'s Legplates',56964,3,0,0,1,430610,86122,7,-1,-1,174,74,0,0,0,0,0,0,0,0,1,0,1,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44678,4,0,-1,'Wine Glass',56981,1,0,0,1,50000,12500,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44679,4,0,-1,'Red Wine Glass',56995,1,0,0,1,100000,25000,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Enchanted wine glasses never spill.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44680,15,4,0,'Assorted Writings',56982,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Random scrolls and vellum.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44681,4,0,-1,'Titanium Brain-Gear',3258,3,524288,0,1,196562,49140,11,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44682,4,0,-1,'Time-Forward Talisman',45351,3,0,0,1,196562,49140,2,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,10,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44683,4,0,-1,'King\'s Eyesocket',34336,3,524288,0,1,188479,47119,11,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44684,16,8,0,'Glyph of Frostfire',58830,1,64,0,1,400,100,0,128,2147483647,75,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61206,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44685,4,3,-1,'Calcified Web Spaulders',51883,3,0,0,1,279549,55909,3,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44686,4,2,-1,'Ethereal Terror Handwraps',56988,3,0,0,1,168219,33643,10,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44687,4,1,-1,'Loque\'Nahak\'s Pelt',51733,3,0,0,1,185541,37108,16,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44688,4,0,-1,'Loque\'Nahak\'s Severed Fang',39432,3,0,0,1,192521,48130,2,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44689,15,5,-1,'Armored Snowy Gryphon',39239,4,0,2,1,20000000,0,0,262143,1101,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61229,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44690,15,5,-1,'Armored Blue Wind Rider',59468,4,0,1,1,20000000,0,0,262143,690,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61230,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44691,4,4,-1,'Aotona\'s Collar',51899,3,0,0,1,217702,43540,9,-1,-1,175,74,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44692,4,0,-1,'Dalaran Nurse\'s Gown',57042,1,0,0,1,749998,149999,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44693,4,0,-1,'Wound Dressing',50486,1,0,0,1,200000,50000,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44694,4,0,-1,'Antiseptic-Soaked Dressing',57043,1,0,0,1,250000,62500,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44695,4,4,-1,'Corroded Faceguard',51904,3,0,0,1,343965,68793,1,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,309,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44696,4,2,-1,'Giant\'s Toewrap',56516,3,0,0,1,161248,32249,9,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,307,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44697,4,3,-1,'Val\'kyr Vestments',57051,3,0,0,1,386997,77399,5,-1,-1,183,76,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,308,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44698,0,0,0,'Intravenous Healing Potion',57052,1,64,0,1,27000,6750,0,-1,-1,85,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61247,0,-1,0,180000,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44700,7,11,-1,'Brooding Darkwater Clam',7714,1,68,0,1,2500,625,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This one refuses to stack with others.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44701,12,0,-1,'Arcanum of the Savage Gladiator',40395,7,134217792,2,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61271,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44702,12,0,-1,'Arcanum of the Savage Gladiator',40395,7,134217792,1,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61271,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44703,2,15,-1,'Dark Herring',57080,2,0,0,1,590415,118083,13,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,271,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Herring seeks your life!',0,0,0,0,0,1,3,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,'',35,0,0,0,0,12340), (44704,12,0,0,'Charged Disk',16265,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55197,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44705,2,7,7,'Monster - Sword - 1H, King Varian Wrynn',57090,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44707,15,5,-1,'Reins of the Green Proto-Drake',56308,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61294,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44708,2,5,-1,'Dirkee\'s Superstructure',31265,3,0,0,1,901496,180299,17,-1,-1,187,80,0,0,0,0,0,0,0,0,1,0,4,7,99,32,44,38,114,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,618,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44709,9,0,-1,'Tome of Polymorph: Black Cat',1103,3,64,0,1,25000000,6250000,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61305,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Polymorph: Black Cat.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44710,12,0,-1,'Wyrmrest Commendation Badge',57168,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61308,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44711,12,0,-1,'Argent Crusade Commendation Badge',35620,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61311,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44713,12,0,-1,'Ebon Blade Commendation Badge',23721,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61312,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44714,9,0,-1,'Tome of Dalaran Brilliance',3426,2,64,0,1,5000000,1250000,0,31360,-1,80,80,0,0,27127,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61316,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches Arcane Brilliance with a Dalaran flair.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44716,0,0,0,'Mysterious Fermented Liquid',21845,1,0,0,1,20000,5000,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'You\'d be crazy to drink this.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44717,0,0,0,'Disgusting Jar',37845,1,65600,0,1,30000,7500,0,-1,-1,1,1,0,0,0,0,0,1104,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This jar is fermenting into something potent.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,590400,0,0,'item_disgusting_jar',0,0,0,0,1,12340), (44718,0,0,0,'Ripe Disgusting Jar',37861,1,68,0,1,10000,2500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The jar is ready!',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44719,4,0,-1,'Frenzyheart Brew',57578,3,32768,0,1,18475,4618,0,-1,-1,75,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61340,0,0,0,1800000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44721,15,2,0,'Proto-Drake Whelp',57246,1,0,0,1,10000,2500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,1000,0,-1,61350,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon and dismiss this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44722,0,5,-1,'Aged Yolk',57242,1,0,0,1,3200,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Smells a little funny...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44723,15,2,-1,'Nurtured Penguin Egg',59502,3,32768,0,1,120000,30000,0,-1,-1,20,0,0,0,0,0,0,1073,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61357,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Pengu.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44724,12,0,0,'Everfrost Chip',36861,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'So cold it burns...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44725,12,0,0,'Everfrost Chip',36861,1,0,0,1,0,0,0,-1,-1,77,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13420,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44728,0,1,-1,'Endless Rejuvenation Potion',57028,0,0,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61371,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Oh no,it broke!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44729,12,0,0,'Everfrost Powder',38477,0,0,0,1,50000,12500,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44731,4,0,-1,'Bouquet of Ebon Roses',6487,2,0,0,1,0,0,23,-1,-1,60,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61415,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44732,4,2,-1,'Azure Dragonleather Helm',57302,3,0,0,1,250013,50002,1,-1,-1,183,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44734,2,4,-1,'Hammer of Quiet Mourning',57332,3,0,0,1,618473,123694,21,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,4,7,39,12,19,13,15,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,233,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44735,2,0,-1,'Crescent of Brooding Fury',57334,3,0,0,1,646420,129284,13,262143,2147483647,175,0,0,0,0,0,0,0,0,0,1,0,4,7,39,4,20,37,14,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,378,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44736,2,7,-1,'Sword of Heartwrenching Slaughter',52928,3,0,0,1,648819,129763,13,-1,-1,175,0,0,0,0,0,0,0,0,0,1,0,4,7,39,14,18,4,25,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,247,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44737,4,0,0,'Draenic Silk Robes',57337,1,0,0,1,500005,100001,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hand-sewn with love by Modoru\'s grandmother.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44738,15,2,0,'Kirin Tor Familiar',57375,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,61472,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Who knew he was so into books?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44739,7,3,-1,'Diamond-cut Refractor Scope',57360,1,64,0,1,140000,35000,0,-1,-1,75,70,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61468,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44740,4,2,-1,'Mechanized Snow Goggles',45782,3,0,0,1,257468,51493,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,361,0,0,60,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44741,4,3,-1,'Mechanized Snow Goggles',45782,3,0,0,1,310088,62017,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,362,0,0,70,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44742,4,4,-1,'Mechanized Snow Goggles',45782,3,0,0,1,362392,72478,1,-1,-1,183,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,0,0,0,61477,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,1,0,0,0,0,-1,0,0,0,0,3000,0,-1,2,'',0,0,0,0,0,7,0,0,363,0,0,80,0,0,128,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44743,4,1,-1,'Cultist Acolyte\'s Hood Target',15337,1,0,0,1,3772,754,1,-1,-1,29,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44745,2,7,-1,'Blade of the Empty Void',57384,3,0,0,1,666689,133337,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,41,14,14,4,24,12,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,231,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44746,2,15,-1,'Knife of the Tarnished Soul',49373,3,0,0,1,615157,123031,13,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,4,7,29,3,25,32,19,36,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,260,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (44747,2,4,-1,'Hammer of Wrenching Change',57385,3,0,0,1,615157,123031,21,-1,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,5,25,43,10,7,36,32,14,45,279,0,0,0,0,0,0,0,0,0,0,0,0,64,204,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,325,-47,0,0,0,'',54,0,0,0,0,12340), (44748,2,10,-1,'Stave of Youthful Sorrow',50535,3,0,0,1,768947,153789,17,32767,-1,174,0,0,0,0,0,0,0,0,0,1,0,5,31,44,32,67,7,52,5,53,45,279,0,0,0,0,0,0,0,0,0,0,0,0,212,391,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,-47,0,0,0,'',54,0,0,0,0,12340), (44749,0,5,-1,'Salted Yeti Cheese',50876,1,0,0,1,8500,425,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43180,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,3,0,0,0,12340), (44750,0,5,-1,'Mountain Water',57416,1,0,0,1,6400,320,0,-1,-1,75,65,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27089,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44751,0,0,0,'Hyldnir Spoils',32231,1,65540,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44752,15,0,-1,'Coarse Bear Tail',57467,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44753,15,0,-1,'Vicious Incisors',57468,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44754,15,0,-1,'Severed Boar Tusk',57469,0,0,0,1,0,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44755,15,0,-1,'Gory Snout',37651,0,0,8192,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44756,15,0,-1,'Coagulated Slime',8283,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44757,15,0,-1,'Stretched Segments',57470,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44758,15,0,-1,'Icy Spinneret',57471,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44759,15,0,-1,'Acid-Drenched Fangs',57468,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44760,15,0,-1,'Rippling Fur',18095,0,0,8192,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44761,15,0,-1,'Ancient Horn',57472,0,0,8192,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44762,15,0,-1,'Fat-Stained Fur',57467,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44763,15,0,-1,'Chunky Horn',7134,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44764,15,0,-1,'Wiry Tail Hair',18092,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44765,15,0,-1,'Dented Hoof',37654,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44766,15,0,-1,'Slime-Drenched Scale',28257,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44767,15,0,-1,'Gelid Nerve Fluid',53565,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44768,15,0,-1,'Bristly Tail Hair',18092,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44769,15,0,-1,'Split Hoof',37654,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44770,15,0,-1,'Rent Carapace',23332,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44771,15,0,-1,'Spiked Leg',35014,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44772,15,0,-1,'Stinking Fur',18092,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44773,15,0,-1,'Pearly Horn',57474,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44774,15,0,-1,'Ice-Piercing Thorn',30601,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44775,15,0,-1,'Revolting Flower',33239,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44776,15,0,-1,'Translucent Scale',57475,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44777,15,0,-1,'Spiral Fang',57476,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44778,15,0,-1,'Hefty Barrel',8381,0,0,0,1,19900,4975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44779,15,0,-1,'Swatch of Gorilla Hair',29087,0,0,0,1,6259,1564,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44780,15,0,-1,'Sharpened Raptor Talon',57477,0,0,0,1,7800,1950,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44781,15,0,-1,'Sparkly Raptor War Feather',19569,0,0,0,1,9900,2475,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44782,15,0,-1,'Bent Raptor Talon',57477,0,0,0,1,6248,1562,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44783,15,0,-1,'Blood-Soaked Raptor War Feather',41153,0,0,0,1,6940,1735,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44784,12,0,0,'Cultist Acolyte\'s Hood',57488,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61131,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44785,4,0,0,'Pilgrim\'s Dress',58015,1,0,0,1,0,0,20,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66303,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A pilgrim costume.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44788,4,0,0,'Pilgrim\'s Boots',58013,1,0,0,1,0,0,8,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44789,12,0,0,'Crusader Bridenbrad\'s Tabard',21333,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44790,12,0,0,'Emerald Acorn',7287,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44791,0,5,-1,'Noblegarden Chocolate',57528,1,65600,0,1,0,0,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61874,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340), (44792,0,0,-1,'Blossoming Branch',928,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61717,0,-5,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44793,9,0,-1,'Tome of Polymorph: Rabbit',1103,3,64,0,1,0,0,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61721,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches Polymorph: Rabbit',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44794,15,0,-1,'Spring Rabbit\'s Foot',58059,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,61725,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44800,4,0,-1,'Spring Robes',58603,1,128,0,1,0,0,20,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61818,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44802,4,0,-1,'Egg Basket',57617,1,128,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61810,0,0,0,-1,1203,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340), (44803,4,0,0,'Spring Circlet',59492,1,0,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44806,0,0,0,'Brightly Colored Shell Fragment',18173,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340), (44807,0,0,-1,'Indalamar\'s Holy Hand Grenade',57517,6,0,8192,1,4000000,1000000,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44808,12,0,-1,'Imbued Horde Armor',54629,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The soldier\'s essence lingers on the armor.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44809,12,0,0,'Horde Herb Pouch',57519,1,16844800,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Fragrant and fragile',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44810,15,0,-1,'Turkey Cage',57548,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,61773,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44811,9,0,-1,'Tome of Polymorph: Turkey',1103,3,64,8192,1,59000,14750,0,31360,-1,60,60,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61780,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches Polymorph: Turkey',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44812,0,0,-1,'Turkey Shooter',57549,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61781,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44815,0,6,-1,'Scroll of Enchant Bracers - Greater Assault',811,1,268435520,0,1,0,0,0,-1,-1,71,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44575,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44817,0,0,0,'The Mischief Maker',56640,2,65600,0,1,5000,1250,0,-1,-1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61819,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44818,0,0,0,'Noblegarden Egg',58062,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61820,0,-1,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,12340), (44819,15,2,-1,'Baby Blizzard Bear',59467,1,134217792,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,61855,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44820,15,2,-1,'Red Ribbon Pet Leash',32426,1,0,0,1,15000,3750,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61856,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44822,15,2,-1,'Albino Snake',19089,1,64,0,1,500000,125000,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,10713,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44832,0,0,0,'Squirt Gun [PH]',57619,1,64,8192,1,4500,1125,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61868,0,-1,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44833,15,0,-1,'Empty Squirt Gun [PH]',57619,0,0,8192,1,870,217,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44834,7,8,-1,'Wild Turkey',4112,1,65536,0,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Hunted in Elwynn Forest or Tirisfal Glades.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (44835,7,11,-1,'Autumnal Herbs',19496,1,65536,0,5,10,0,0,32767,-1,5,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by Pilgrim\'s Bounty vendors in capital cities.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44836,0,5,-1,'Pumpkin Pie',59857,1,65536,0,1,25,1,0,-1,-1,20,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65421,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44837,0,5,-1,'Spice Bread Stuffing',59855,1,65536,0,1,25,1,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65419,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44838,0,5,-1,'Slow-Roasted Turkey',59858,1,65536,0,1,25,1,0,-1,-1,56,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65422,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44839,0,5,-1,'Candied Sweet Potato',59854,1,65536,0,1,25,1,0,-1,-1,44,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65418,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44840,0,5,-1,'Cranberry Chutney',59856,1,65536,0,1,25,1,0,-1,-1,32,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65420,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44841,15,2,-1,'Little Fawn\'s Salt Lick',57630,3,0,0,1,6000,1500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,61991,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44842,15,5,-1,'Red Dragonhawk Mount',41547,4,0,1,1,20000000,0,0,262143,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61997,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44843,15,5,-1,'Blue Dragonhawk Mount',41547,4,0,2,1,20000000,0,0,262143,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,61996,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44844,0,0,0,'Turkey Caller',6338,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62012,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (44849,0,0,0,'Tiny Green Ragdoll',57664,2,64,0,1,7500,1875,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62040,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44851,9,5,-1,'Thanksgiving Cookbook',2757,1,80,8192,1,5000,1250,0,-1,-1,1,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15856,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to cook several delicious recipes.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44852,7,11,-1,'Cornmeal',11994,1,0,0,1,25,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44853,7,11,-1,'Honey',37842,1,65536,0,5,25,1,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by Pilgrim\'s Bounty vendors in capital cities.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44854,0,5,-1,'Tangy Wetland Cranberries',50879,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor outside Ironforge.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,0,12340), (44855,0,5,-1,'Teldrassil Sweet Potato',6624,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor in Darnassus.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (44856,7,8,-1,'Turkey Parts',7416,1,66624,8192,1,60,15,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62047,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,404,'',0,0,0,0,0,15595), (44858,9,5,-1,'Recipe: Cranberry Chutney',9135,1,64,0,1,0,0,0,-1,-1,32,0,185,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62049,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Cranberry Chutney.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44859,9,5,-1,'Recipe: Candied Sweet Potato',9135,1,64,0,1,0,0,0,-1,-1,44,0,185,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Candied Sweet Potato.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44860,9,5,-1,'Recipe: Spice Bread Stuffing',9135,1,64,0,1,0,0,0,-1,-1,1,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62050,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spice Bread Stuffing.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44861,9,5,-1,'Recipe: Slow-Roasted Turkey',9135,1,64,0,1,0,0,0,-1,-1,56,0,185,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62045,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Slow-Roasted Turkey.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44862,9,5,-1,'Recipe: Pumpkin Pie',9135,1,64,0,1,0,0,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62044,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake Pumpkin Pie.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44866,0,0,0,'Faithful Mule',8928,3,64,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62067,0,0,0,43200000,23,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44869,4,0,-1,'Frenzyheart Insignia of Fury',55773,4,0,0,1,0,107343,12,-1,-1,200,70,0,0,0,0,0,0,0,0,1,0,1,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59818,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44870,4,0,-1,'Oracle Talisman of Ablution',34188,4,0,0,1,0,107343,12,-1,-1,200,70,0,0,0,0,0,0,0,0,1,0,1,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59787,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44871,12,0,-1,'Greater Inscription of the Axe',55782,4,0,0,1,0,250000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59934,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44872,12,0,-1,'Greater Inscription of the Crag',55784,4,0,0,1,0,250000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59936,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44873,12,0,-1,'Greater Inscription of the Pinnacle',55786,4,0,0,1,0,250000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59941,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44874,12,0,-1,'Greater Inscription of the Storm',40399,4,0,0,1,0,250000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59937,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44875,12,0,-1,'Arcanum of the Savage Gladiator',40395,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,61271,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44876,12,0,-1,'Arcanum of Blissful Mending',40395,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59960,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44877,12,0,-1,'Arcanum of Burning Mysteries',55863,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59970,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44878,12,0,-1,'Arcanum of the Stalwart Protector',55995,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59955,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44879,12,0,-1,'Arcanum of Torment',55997,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59954,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44880,12,0,-1,'Arcanum of the Flame\'s Soul',55823,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59948,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44881,12,0,-1,'Arcanum of the Eclipsed Moon',55947,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59947,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44882,12,0,-1,'Arcanum of the Fleeing Shadow',55994,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59946,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44883,12,0,-1,'Arcanum of Toxic Warding',55996,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59945,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44884,12,0,-1,'Arcanum of the Frosty Soul',55961,3,0,0,1,0,375000,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,59944,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44890,12,0,-1,'To\'kini\'s Blowgun',14019,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62105,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44891,4,2,-1,'Titan-Forged Boots of Dominance',55647,4,4096,0,1,0,0,8,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44892,4,2,-1,'Titan-Forged Boots of Salvation',55647,4,4096,0,1,0,0,8,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,36,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44893,4,2,-1,'Titan-Forged Boots of Triumph',55749,4,4096,0,1,0,0,8,1032,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,58,7,76,44,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44894,4,4,-1,'Titan-Forged Greaves of Salvation',55651,4,4096,0,1,0,0,8,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44895,4,4,-1,'Titan-Forged Greaves of Triumph',55650,4,4096,0,1,0,0,8,35,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,99,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44896,4,3,-1,'Titan-Forged Sabatons of Dominance',56949,4,4096,0,1,0,0,8,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44897,4,3,-1,'Titan-Forged Sabatons of Salvation',56949,4,4096,0,1,0,0,8,64,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,33,45,68,36,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44898,4,3,-1,'Titan-Forged Sabatons of Triumph',55652,4,4096,0,1,0,0,8,68,32767,200,80,0,0,0,0,0,0,0,0,1,0,6,38,50,3,44,7,76,5,36,31,44,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44899,4,1,-1,'Titan-Forged Slippers of Dominance',55653,4,4096,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,31,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44900,4,1,-1,'Titan-Forged Slippers of Salvation',55654,4,4096,0,1,0,0,8,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,68,7,76,5,33,36,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44901,4,4,-1,'Titan-Forged Plate Headcover of Salvation',55312,4,4096,0,1,0,0,1,2,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,43,23,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44902,4,4,-1,'Titan-Forged Plate Helm of Triumph',55311,4,4096,0,1,0,0,1,35,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,133,31,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2787,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44903,4,3,-1,'Titan-Forged Chain Helm of Triumph',57526,4,4096,0,1,0,0,1,68,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,6,38,88,3,60,7,103,5,29,31,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,2843,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44904,4,3,-1,'Titan-Forged Mail Helm of Dominance',58223,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,31,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44905,4,3,-1,'Titan-Forged Ringmail Helm of Salvation',58223,4,4096,0,1,0,0,1,64,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,102,5,45,45,87,36,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,2854,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44906,4,2,-1,'Titan-Forged Leather Helm of Salvation',57700,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,36,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44907,4,2,-1,'Titan-Forged Leather Helm of Dominance',57700,4,4096,0,1,0,0,1,1024,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,31,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44908,4,2,-1,'Titan-Forged Leather Helm of Triumph',57705,4,4096,0,1,0,0,1,1032,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,73,7,103,44,44,35,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44909,4,1,-1,'Titan-Forged Hood of Salvation',57707,4,4096,0,1,0,0,1,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,36,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44910,4,1,-1,'Titan-Forged Hood of Dominance',57706,4,4096,0,1,0,0,1,400,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,87,7,102,5,45,31,44,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3821,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44912,4,0,-1,'Flow of Knowledge',39984,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62114,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44914,4,0,-1,'Anvil of Titans',57709,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,35,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62115,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44915,2,14,-1,'Elune\'s Candle',34365,1,64,8192,1,0,250,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26374,0,-88,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44916,9,2,-1,'Pattern: Festival Dress',15274,2,64,0,1,0,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26403,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Festival Dress.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44917,9,2,-1,'Pattern: Festival Suit',15274,2,64,0,1,0,1250,0,-1,-1,50,0,197,250,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26407,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Festival Suit.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44918,9,3,-1,'Schematic: Cluster Launcher',15274,2,64,0,1,0,4000,0,-1,-1,55,0,202,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Firework Cluster Launcher.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44919,9,3,-1,'Schematic: Firework Launcher',15274,2,64,0,1,0,875,0,-1,-1,45,0,202,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,26442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Firework Launcher.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44920,16,8,0,'Glyph of Blast Wave',58831,1,64,0,1,400,100,0,128,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62127,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44921,12,0,-1,'Gundrak Raptor Egg',18050,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Something\'s moving around in there!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44922,16,11,0,'Glyph of Typhoon',58827,1,64,0,1,400,100,0,1024,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62134,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44923,16,7,0,'Glyph of Thunderstorm',58838,1,64,0,1,400,100,0,64,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62133,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44924,2,1,-1,'Arcanite Ripper (NEW)',57733,4,65664,8192,1,739146,147829,17,-1,-1,115,70,0,0,0,0,0,0,0,1,1,0,0,38,112,7,48,32,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3800,0,0,53440,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44926,2,8,8,'Titansteel Deflector',52261,4,16,8192,1,622,124,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,133,14,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44928,16,11,0,'Glyph of Focus',58828,1,64,0,1,400,100,0,1024,2147483647,70,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62161,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44930,4,2,-1,'Windripper Boots',57749,4,0,0,1,378803,75760,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,77,7,57,5,48,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44931,4,2,-1,'Windripper Leggings',57748,4,0,0,1,506836,101367,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,45,105,7,78,5,64,32,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44932,9,1,-1,'Pattern: Windripper Boots',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62176,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Windripper Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44933,9,1,-1,'Pattern: Windripper Leggings',1096,4,4160,0,1,0,0,0,-1,-1,80,0,165,440,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62177,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Windripper Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44934,4,0,-1,'Loop of the Kirin Tor',52459,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,7,49,5,34,6,36,43,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26155,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44935,4,0,-1,'Ring of the Kirin Tor',52632,4,192,4,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,4,4,50,7,75,32,34,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44936,0,6,-1,'Titanium Plating',57753,3,36928,0,1,120000,30000,0,262143,32767,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62201,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44937,9,4,-1,'Plans: Titanium Plating',6270,3,64,2,1,150000,0,0,-1,-1,80,0,164,450,0,0,0,1037,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62202,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Titanium Plating.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44938,9,4,-1,'Plans: Titanium Plating',6270,3,64,1,1,150000,0,0,-1,-1,80,0,164,450,0,0,0,1052,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62202,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Titanium Plating.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44939,0,3,-1,'Lesser Flask of Resistance',37851,1,0,0,1,3500,875,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62380,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44940,0,5,-1,'Corn-Breaded Sausage',47113,1,0,0,5,16000,800,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'...on a stick!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44941,0,5,-1,'Fresh-Squeezed Limeade',40652,1,0,0,5,8500,425,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43182,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44943,0,0,0,'Icy Prism',2516,3,65540,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Several dazzling gems hide inside....',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44944,9,8,-1,'Formula: Enchant Bracer - Major Stamina',56750,3,4160,0,1,0,0,0,-1,-1,85,0,333,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62256,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant bracers to increase Stamina by 40. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44945,9,8,-1,'Formula: Enchant Weapon - Titanguard',56750,3,0,0,1,0,0,0,-1,-1,85,0,333,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62257,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (44946,0,6,-1,'Scroll of Enchant Weapon - Titanguard',6270,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62257,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44947,0,6,-1,'Scroll of Enchant Bracer - Major Stamina',811,1,268439616,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62256,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44948,2,1,1,'Titansteel Defender',50965,4,16,8192,1,626,125,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,133,13,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44949,4,4,-1,'Unbreakable Healing Amplifiers',45782,4,0,0,1,527362,105472,1,-1,-1,200,72,202,400,0,0,0,0,0,0,1,0,4,45,87,7,55,5,60,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,12883,0,0,0,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,128,0,1,0,4,0,0,0,440,0,375,0,0,0,0,'',68,0,0,0,0,12340), (44950,12,0,0,'Raelorasz\' Spark',57760,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62272,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44951,7,2,-1,'Box of Bombs',11449,1,4,0,1,0,0,0,-1,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Contains Saronite Bombs. Lots of them.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44953,0,5,-1,'Worg Tartare',25466,1,0,0,1,1600,400,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57359,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,1,0,0,0,12340), (44954,9,5,-1,'Recipe: Worg Tartare',15274,2,4160,0,1,0,0,0,-1,-1,75,0,185,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62350,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to mince worg meat into Worg Tartare.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44955,16,8,0,'Glyph of Arcane Blast',58830,1,64,0,1,400,100,0,128,2147483647,64,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62353,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44956,9,0,-1,'Goblin\'s Guide to Elementium',1317,3,33554496,0,1,80000,20000,0,-1,-1,60,0,186,300,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,22967,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to smelt Elementium.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44957,12,0,-1,'Greater Inscription of the Gladiator',57782,4,4160,0,1,0,0,0,-1,-1,80,70,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62384,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44958,7,11,-1,'Ethereal Oil',18080,1,0,0,1,40,10,0,-1,-1,75,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62408,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44963,0,6,-1,'Earthen Leg Armor',31387,4,36928,0,1,80000,20000,0,262143,32767,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62447,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44965,15,2,-1,'Teldrassil Sproutling',7573,3,4096,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62491,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44970,15,2,-1,'Dun Morogh Cub',57877,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62508,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44971,15,2,-1,'Tirisfal Batling',51143,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62510,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44972,15,2,-1,'Alarming Clockbot (NOT IN USE)',31202,3,64,8192,1,400000,100000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62514,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44973,15,2,-1,'Durotar Scorpion',57886,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62513,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44974,15,2,-1,'Elwynn Lamb',57887,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62516,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44977,9,5,-1,'Recipe: Dig Rat Stew',1102,1,64,0,1,800,200,0,-1,-1,20,0,185,90,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,6417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook a disgusting Dig Rat Stew.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44978,12,0,0,'Blade of Drak\'Mar',57897,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44980,15,2,-1,'Mulgore Hatchling',57899,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62542,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44981,12,0,0,'Ashwood Brand',51447,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44982,15,2,-1,'Enchanted Broom',57915,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44983,15,2,-1,'Strand Crawler',57916,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44984,15,2,-1,'Ammen Vale Lashling',13489,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44986,12,0,0,'Warts-B-Gone Lip Balm',3664,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62574,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'For all your frog kissing needs.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44987,15,0,0,'Valiant\'s Seal',29691,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44988,12,0,0,'Seal of Ironforge',57922,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44989,15,0,0,'Seal of Gnomeregan',57923,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44990,10,0,0,'Champion\'s Seal',58368,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (44991,15,0,0,'Seal of the Exodar',57925,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44992,15,0,0,'Seal of Orgrimmar',57926,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44993,15,0,0,'Seal of Sen\'jin',57927,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44994,12,0,0,'Seal of Thunder Bluff',57928,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44996,15,0,0,'Seal of Silvermoon',6337,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44997,15,0,0,'Seal of the Forsaken',57930,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (44998,15,2,-1,'Argent Squire',57931,3,64,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62609,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45000,12,0,0,'Winter Hyacinth',19496,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62629,0,-1,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45002,15,2,-1,'Mechanopeep',57942,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62674,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45003,12,0,0,'Winter\'s Edge',57950,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45005,12,0,0,'Everburning Ember',57952,1,2112,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62767,0,-1,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45006,0,3,-1,'Jillian\'s Tonic of Endless Rage',54994,1,0,0,1,40000,10000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53760,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45007,0,3,-1,'Jillian\'s Tonic of Pure Mojo',57030,1,0,0,1,40000,10000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54212,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45008,0,3,-1,'Jillian\'s Tonic of Stoneblood',57028,1,0,0,1,0,10000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53758,0,-1,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45009,0,3,-1,'Jillian\'s Tonic of the Frost Wyrm',54995,1,0,0,1,40000,10000,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53755,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45011,0,0,0,'Stormwind Banner',58557,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62736,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45013,0,0,0,'Thunder Bluff Banner',58558,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62745,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45014,0,0,0,'Orgrimmar Banner',58554,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62742,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45015,0,0,0,'Sen\'jin Banner',58555,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62738,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45016,0,0,0,'Undercity Banner',58559,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62743,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45017,0,0,0,'Silvermoon City Banner',58556,1,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62744,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45018,0,0,0,'Ironforge Banner',58553,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62737,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45019,0,0,0,'Gnomeregan Banner',58552,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62741,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45020,0,0,0,'Exodar Banner',58551,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62740,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45021,0,0,0,'Darnassus Banner',58550,1,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62739,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45022,15,2,-1,'Argent Gruntling',57931,3,64,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,62746,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45024,4,0,-1,'QATest +1500 Spell Dmg Ring',31498,4,0,8192,1,365815,91453,11,-1,-1,6,1,0,0,0,0,0,0,0,0,1,0,0,5,1282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45026,12,0,0,'[PH] Bridle of the Charger',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62774,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45028,12,0,0,'[PH] Bridle of the Ram',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62779,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45029,12,0,0,'[PH] Bridle of the Mechanostrider',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62780,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45030,12,0,0,'[PH] Bridle of the Elekk',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62781,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45031,12,0,0,'[PH] Bridle of the Nightsaber',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62782,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45032,12,0,0,'[PH] Bridle of the Wolf',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62783,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45033,12,0,0,'[PH] Bridle of the Raptor',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62784,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45034,12,0,0,'[PH] Bridle of the Kodo',7061,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,62785,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45035,12,0,0,'[PH] Bridle of the Hawkstrider',7061,1,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,62786,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45036,12,0,0,'[PH] Bridle of the Warhorse',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62787,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45037,4,0,0,'Epic Purple Shirt',57994,4,128,0,1,0,0,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63604,0,0,0,10000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45038,0,0,0,'Fragment of Val\'anyr',57996,5,66624,0,1,0,0,0,261714,2147483647,80,80,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62812,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The fragments of this ancient hammer glow with a cool, soothing light.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45039,0,0,0,'Shattered Fragments of Val\'anyr',57996,5,65536,0,1,0,0,0,261714,2147483647,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The fragments of this ancient hammer glow with a cool, soothing light.',0,0,0,13622,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45045,12,0,0,'Rough Hewn Plank',1312,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45046,12,0,0,'Lumberjack\'s Axe',45984,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62990,0,0,0,4000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45047,0,0,0,'Sandbox Tiger',58224,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62857,0,-1,0,180000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45049,2,14,6,'Jousting Lance [PH]',58498,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45050,9,8,-1,'Formula: Smoking Heart of the Mountain',11431,2,33554496,0,1,1200,300,0,-1,-1,53,0,333,265,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,15596,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a smoking heart of the mountain.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45052,4,2,-1,'Gruffscale Leggings',46626,2,0,0,1,75273,15054,7,-1,-1,55,48,0,0,0,0,0,0,0,0,1,0,2,3,16,38,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',9,0,0,0,0,12340), (45054,3,8,-1,'Prismatic Black Diamond',22652,2,0,0,1,0,0,0,-1,-1,60,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The properties of this gem are unknown until it is cut.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45056,0,6,-1,'Scroll of Enchant Staff - Greater Spellpower',6270,3,268439616,0,1,0,0,0,-1,-1,85,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45057,0,0,0,'Wind-Up Train Wrecker',50458,3,64,0,1,2500000,625000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62949,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45058,12,0,0,'Dusty Journal',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3546,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45059,9,8,-1,'Formula: Enchant Staff - Greater Spellpower',56750,3,4160,0,1,0,0,0,-1,-1,85,0,333,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,62948,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a staff to increase spell power by 81. Requires a level 60 or higher item.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45060,0,6,-1,'Scroll of Enchant Staff - Spellpower',6270,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62959,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45061,2,14,8,'Foam Sword',58186,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45062,12,0,0,'Dusty Journal',2757,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3545,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45063,0,0,0,'Foam Sword Rack',58057,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62985,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45064,12,0,0,'Seer\'s Crystal',36540,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45067,4,0,-1,'Egg Basket',57617,1,128,0,1,0,0,23,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61810,0,0,0,-1,1203,10000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45070,12,0,0,'Seer\'s Crystal',36540,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63070,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45072,15,0,0,'Brightly Colored Egg',58062,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,181,'',0,0,0,0,0,11723), (45073,2,14,14,'Spring Flowers',58372,1,128,0,1,0,0,13,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,61815,0,0,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45074,2,8,-1,'Claymore of the Prophet',59509,4,4096,2,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,104,36,45,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,739,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45075,2,4,-1,'Ironforge Smasher',59077,4,4096,2,1,0,0,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,39,7,48,36,25,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45076,2,0,-1,'Teldrassil Protector',59078,4,4096,2,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,29,7,43,12,44,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45077,2,15,-1,'Dagger of the Rising Moon',59583,4,528384,2,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,78,7,43,31,38,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,293,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45078,2,15,-1,'Dagger of Lunar Purity',59080,4,4096,2,1,0,0,21,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,5,38,6,38,7,28,36,30,45,408,0,0,0,0,0,0,0,0,0,0,0,0,59,189,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (45080,12,0,0,'Large Femur',18075,1,2112,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63124,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45082,12,0,0,'Murderer\'s Toolkit',33941,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A bag full of ropes, bloody knives, poisons, gags, and fire starting materials.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45083,12,0,0,'Enchanted Bridle',58154,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63163,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45085,2,15,-1,'Titansteel Spellblade',58166,4,524288,0,1,944845,188969,21,-1,-1,200,80,0,0,0,0,0,0,6,0,1,0,4,45,408,32,53,31,30,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,315,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (45086,2,16,-1,'Rising Sun',58948,4,4194304,0,1,328090,82022,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,26,7,40,36,21,31,25,0,0,0,0,0,0,0,0,0,0,0,0,335,503,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45087,7,11,-1,'Runed Orb',58413,3,0,0,1,0,50000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45088,9,4,-1,'Plans: Belt of the Titans',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Belt of the Titans.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45089,9,4,-1,'Plans: Battlelord\'s Plate Boots',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63188,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Battlelord\'s Plate Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45090,9,4,-1,'Plans: Plate Girdle of Righteousness',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63189,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Plate Girdle of Righteousness.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45091,9,4,-1,'Plans: Treads of Destiny',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63190,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Treads of Destiny.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45092,9,4,-1,'Plans: Indestructible Plate Girdle',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63191,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge an Indestructible Plate Girdle.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45093,9,4,-1,'Plans: Spiked Deathdealers',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63192,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Spiked Deathdealers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45094,9,1,-1,'Pattern: Belt of Dragons',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63194,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Belt of Dragons.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45095,9,1,-1,'Pattern: Boots of Living Scale',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63195,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Living Scale.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45096,9,1,-1,'Pattern: Blue Belt of Chaos',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63196,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Blue Belt of Chaos.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45097,9,1,-1,'Pattern: Lightning Grounded Boots',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Lightning Grounded Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45098,9,1,-1,'Pattern: Death-warmed Belt',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63198,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Death-warmed Belt.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45099,9,1,-1,'Pattern: Footpads of Silence',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63199,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Footpads of Silence.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45100,9,1,-1,'Pattern: Belt of Arctic Life',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63200,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Belt of Arctic Life.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45101,9,1,-1,'Pattern: Boots of Wintry Endurance',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63201,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Boots of Wintry Endurance.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45102,9,2,-1,'Pattern: Sash of Ancient Power',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63203,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Sash of Ancient Power.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45103,9,2,-1,'Pattern: Spellslinger\'s Slippers',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63204,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Spellslinger\'s Slippers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45104,9,2,-1,'Pattern: Cord of the White Dawn',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63205,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Cord of the White Dawn.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45105,9,2,-1,'Pattern: Savior\'s Slippers',1096,4,4160,0,1,100000,25000,0,-1,-1,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63206,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Savior\'s Slippers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45106,4,0,-1,'Strength of the Automaton',43837,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,46,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45107,4,4,-1,'Iron Riveted War Helm',59701,4,0,0,1,560157,112031,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,31,60,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2767,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45108,4,2,-1,'Mechanist\'s Bindings',59741,4,0,0,1,268241,53648,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,63,36,44,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45109,4,3,-1,'Gloves of the Fiery Behemoth',59631,4,0,0,1,323112,64622,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,84,7,67,5,44,44,45,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45110,2,7,-1,'Titanguard',59382,4,0,0,1,1108420,221684,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,37,7,78,12,35,14,33,31,29,0,0,0,0,0,0,0,0,0,0,0,0,200,372,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45111,4,4,-1,'Mimiron\'s Inferno Couplings',59713,4,0,0,1,381985,76397,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,46,7,94,12,39,31,36,13,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45112,4,0,-1,'The Leviathan\'s Coil',44841,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,12,32,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45113,4,0,-1,'Glowing Ring of Reclamation',35367,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,49,6,44,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45114,4,9,-1,'Steamcaller\'s Totem',25246,4,4096,0,1,0,0,28,262143,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64960,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45115,4,0,-1,'Leviathan Fueling Manual',61864,4,0,0,1,302495,75623,23,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,49,5,46,6,42,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45116,4,0,-1,'Freya\'s Choker of Warding',35358,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,49,5,46,36,39,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45117,4,1,-1,'Constructor\'s Handwraps',59730,4,0,0,1,227716,45543,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,62,6,53,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45118,4,3,-1,'Steamworker\'s Goggles',59280,4,0,0,1,514195,102839,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,85,5,86,32,60,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45119,4,1,-1,'Embrace of the Leviathan',61867,4,0,0,1,229323,45864,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,63,5,64,6,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45120,2,20,-1,'Basic Fishing Pole',58167,1,0,8192,1,24,4,17,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45121,12,0,0,'Stolen Tournament Invitation',58169,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45122,12,0,0,'Black Knight\'s Orders',58170,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Sow distrust and discord among the ranks of our enemies. Use this tournament to destroy their greatest warriors.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45125,15,5,-1,'Stormwind Steed',25132,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63232,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45126,0,0,-1,'Trusty Mount [PH]',58179,2,65536,8192,5,0,0,0,32767,-1,80,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63234,0,-1,0,300000,24,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,864000,0,0,'',0,0,0,0,0,15595), (45127,12,0,-1,'Mark of the Valiant',48534,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45128,2,10,-1,'Silvery Sylvan Stave',59623,4,4096,2,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,134,3,103,7,98,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,627,0,0,0,0,630,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45129,2,7,-1,'Gnomeregan Bonechopper',59079,4,4096,2,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,7,45,5,43,32,22,31,29,45,408,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (45130,2,3,-1,'Blunderbuss of Khaz Modan',59581,4,4096,2,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,32,36,22,38,28,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,451,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45131,4,0,-1,'Jouster\'s Fury',59068,3,4096,2,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,35,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63251,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45132,2,13,-1,'Golden Saronite Dragon',58897,4,0,0,1,1148637,229727,21,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,38,94,3,32,7,48,31,40,36,32,0,0,0,0,0,0,0,0,0,0,0,0,406,610,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45133,4,0,-1,'Pendant of Fiery Havoc',39211,4,0,0,1,302495,75623,2,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,31,46,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45134,4,4,-1,'Plated Leggings of Ruination',59702,4,0,0,1,831519,166303,7,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,145,32,85,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45135,4,1,-1,'Boots of Fiery Resolution',58980,4,0,0,1,357654,71530,8,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,45,102,7,72,5,72,6,64,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45136,4,2,-1,'Shoulderpads of Dormant Energies',59136,4,0,0,1,448679,89735,3,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,93,7,82,5,69,6,56,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45137,2,3,-1,'Veranus\' Bane',58902,4,0,0,1,875420,175084,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,27,7,57,12,26,31,21,13,25,0,0,0,0,0,0,0,0,0,0,0,0,402,684,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.4,0,0,0,'',69,0,0,0,0,12340), (45138,4,1,-1,'Drape of the Drakerider',58998,4,0,0,1,342730,68546,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,46,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45139,4,4,-1,'Dragonslayer\'s Brace',59708,4,0,0,1,403571,80714,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,127,12,44,15,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45140,4,4,-1,'Razorscale Shoulderguards',59210,4,0,0,1,602905,120581,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,36,60,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45141,4,2,-1,'Proto-hide Leggings',58763,4,0,0,1,577328,115465,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,148,3,105,7,99,37,57,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45142,2,7,-1,'Remorse',58939,4,0,0,1,1074896,214979,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,51,36,34,37,29,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45143,4,3,-1,'Saronite Mesh Legguards',59273,4,0,0,1,631493,126298,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,146,3,97,7,118,5,59,32,58,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45144,4,10,-1,'Sigil of Deflection',51913,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64964,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45145,4,7,-1,'Libram of the Sacred Shield',34960,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64955,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45146,4,1,-1,'Shackles of the Odalisque',59027,4,0,0,1,212919,42583,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,42,6,49,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45147,2,4,-1,'Guiding Star',58909,4,0,0,1,1095665,219133,21,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,550,7,36,5,48,36,49,43,19,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45148,4,0,-1,'Living Flame',59249,4,0,0,1,455760,113940,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,31,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64712,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45149,4,2,-1,'Bracers of the Broodmother',59100,4,0,0,1,276471,55294,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,46,6,46,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45150,4,1,-1,'Collar of the Wyrmhunter',61871,4,0,0,1,332987,66597,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,85,5,87,36,68,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45151,4,3,-1,'Belt of the Fallen Wyrm',59153,4,0,0,1,334209,66841,6,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,45,99,7,73,5,60,32,49,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45152,4,0,-1,'Pendant of Azure Dreams',31603,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,57,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45153,4,0,-1,'Susurrating Shell Necklace',34318,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,47,38,86,7,38,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45154,4,0,-1,'Necklace of Valiant Blood',31604,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,21,7,33,6,50,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45155,4,0,-1,'Choker of Spiral Focus',39211,3,4096,2,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,29,7,42,31,43,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45156,4,1,-1,'Sash of Shattering Hearts',59042,3,4096,2,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,38,5,42,36,50,45,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,3267,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45157,4,0,-1,'Cindershard Ring',33808,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,54,31,42,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45158,4,0,-1,'Heart of Iron',59320,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,7,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64763,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45159,4,2,-1,'Treads of Nimble Evasion',59066,3,4096,2,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,49,44,41,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45160,4,4,-1,'Girdle of Valorous Defeat',59064,3,4096,2,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,75,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3094,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45161,4,4,-1,'Girdle of Embers',59700,4,0,0,1,406361,81272,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,96,32,60,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45162,4,2,-1,'Flamestalker Boots',59738,4,0,0,1,393114,78622,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,85,7,73,32,62,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45163,4,4,-1,'Stanchions of Unseatable Furor',53629,3,4096,2,1,0,0,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,59,7,84,13,41,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45164,4,3,-1,'Helm of the Furnace Master',59660,4,0,0,1,475403,95080,1,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,38,194,3,67,7,88,5,60,32,60,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,2771,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45165,2,1,-1,'Worldcarver',58876,4,0,0,1,1396389,279277,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,137,7,136,37,87,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45166,4,4,-1,'Charred Saronite Greaves',59707,4,0,0,1,573080,114616,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,62,7,127,12,55,13,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45167,4,4,-1,'Lifeforge Breastplate',59207,4,0,0,1,768416,153683,5,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,99,5,84,32,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45168,4,0,-1,'Pyrelight Circle',44841,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,36,36,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45169,4,9,-1,'Totem of the Dancing Flame',61970,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64959,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45170,2,19,-1,'Scepter of Creation',59390,4,0,0,1,853410,170682,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,39,5,26,6,25,32,24,0,0,0,0,0,0,0,0,0,0,0,0,460,855,4,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45171,2,10,-1,'Intensity',58920,4,0,0,1,1427570,285514,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,105,5,121,6,86,31,120,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45172,2,15,-1,'QA Test Normalized Dagger',36741,3,0,8192,1,746650,149330,13,-1,-1,200,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like this is for internal use only.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45173,2,4,-1,'QA Test Normalized One-Hander',36741,3,0,8192,1,1103593,220718,13,-1,-1,300,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like this is for internal use only.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45174,2,1,-1,'QA Test Normalized Two-Hander',47771,3,0,8192,1,873457,174691,17,-1,-1,185,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like this is for internal use only.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45175,2,18,-1,'QA Test Normalized Ranged Weapon',58378,3,0,8192,1,525970,105194,26,-1,-1,185,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Looks like this is for internal use only.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45176,2,14,8,'Foam Sword',58187,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45177,2,14,8,'Foam Sword',58188,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45178,2,14,8,'Foam Sword',58189,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45179,2,14,8,'Foam Sword',58190,0,130,0,1,0,0,17,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,62972,1,0,0,-1,0,-1,62973,0,0,0,2500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45180,15,2,-1,'Murkimus\' Little Spear',25593,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,63318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45181,4,2,-1,'Wrap of the Everliving Tree',59043,3,4096,2,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,42,36,33,45,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45182,4,4,-1,'Gauntlets of Shattered Pride',54517,3,4096,2,1,0,0,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,54,32,38,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45183,4,3,-1,'Treads of the Glorious Spirit',59067,3,4096,2,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,43,32,47,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3596,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45184,4,3,-1,'Cinch of Bonded Servitude',59044,3,4096,2,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,62,5,39,44,33,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45185,4,2,-1,'Flamewrought Cinch',59112,4,0,0,1,272370,54474,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,57,6,62,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45186,4,1,-1,'Soot-Covered Mantle',61862,4,0,0,1,328066,65613,3,262143,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,65,6,49,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45187,4,3,-1,'Wristguards of the Firetender',59284,4,0,0,1,329255,65851,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,46,32,46,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45188,15,0,0,'Withered Kelp',34863,0,0,0,1,100,25,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45189,15,0,0,'Torn Sail',54648,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45190,15,0,0,'Driftwood',2618,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45191,15,0,0,'Empty Clam',58192,0,0,0,1,120,30,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45192,12,0,0,'Aspirant\'s Seal',47701,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45193,4,0,-1,'Insurmountable Fervor',39209,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,46,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45194,15,0,0,'Tangled Fishing Line',58198,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45195,15,0,0,'Empty Rum Bottle',58199,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45196,15,0,0,'Tattered Cloth',54648,0,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45197,15,0,0,'Tree Branch',58200,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45198,15,0,0,'Weeds',1442,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45199,15,0,0,'Old Boot',6615,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45200,15,0,0,'Sickly Fish',53169,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45201,15,0,0,'Rock',4718,0,0,0,1,400,100,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45202,15,0,0,'Water Snail',58201,0,0,0,1,75,18,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45203,2,4,-1,'Grimhorn Crusher',59082,4,4096,1,1,0,0,13,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,39,7,48,36,25,32,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,485,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45204,2,0,-1,'Axe of the Sen\'jin Protector',59510,4,4096,1,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,29,7,43,12,44,14,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,317,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45205,2,8,-1,'Greatsword of the Sin\'dorei',59595,4,4096,1,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,101,7,104,36,45,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,739,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45206,4,0,-1,'Choker of Feral Fury',9860,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,47,38,86,7,38,36,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45207,4,0,-1,'Necklace of Stolen Skulls',43701,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,29,7,42,31,43,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45208,2,7,-1,'Blade of the Keening Banshee',59511,4,4096,1,1,0,0,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,7,45,5,43,32,22,31,29,45,408,0,0,0,0,0,0,0,0,0,0,0,0,71,227,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (45209,4,1,-1,'Sash of Trumpted Pride',59073,3,4096,1,1,0,0,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,38,5,42,36,50,45,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,30,0,0,0,0,8,0,0,0,0,0,3267,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45210,2,3,-1,'Sen\'jin Beakblade Longrifle',59582,4,4096,1,1,0,0,26,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,32,36,22,38,28,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,451,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45211,4,2,-1,'Waistguard of Equine Fury',49378,3,4096,1,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,75,5,42,36,33,45,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45212,2,10,-1,'Staff of Feral Furies',59626,4,4096,1,1,0,0,17,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,134,3,103,7,98,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,627,0,0,0,0,630,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45213,4,0,-1,'Pendant of Emerald Crusader',48508,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,5,21,7,33,6,50,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45214,2,15,-1,'Scalpel of the Royal Apothecary',59585,4,4096,1,1,0,0,21,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,5,38,6,38,7,28,36,30,45,408,0,0,0,0,0,0,0,0,0,0,0,0,59,189,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-60.7,0,0,0,'',68,0,0,0,0,12340), (45215,4,3,-1,'Links of Unquenched Savagery',59074,3,4096,1,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,38,7,62,5,39,44,33,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45216,4,4,-1,'Gauntlets of Mending Touch',54517,3,4096,1,1,0,0,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,57,5,54,32,38,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45217,4,4,-1,'Clinch of Savage Fury',59075,3,4096,1,1,0,0,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,50,7,75,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,45,0,0,0,0,8,0,0,0,0,0,3094,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45218,4,4,-1,'Blood-Caked Stompers',55986,3,4096,1,1,0,0,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,59,7,84,13,41,12,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45219,4,0,-1,'Jouster\'s Fury',59069,3,4096,1,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,35,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63251,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45220,4,2,-1,'Treads of the Earnest Squire',51519,3,4096,1,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,3,42,7,49,44,41,38,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2873,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45221,4,3,-1,'Treads of Whispering Dreams',59076,3,4096,1,1,0,0,8,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,7,45,5,43,32,47,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3596,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45222,2,15,-1,'Spinal Destroyer',59594,4,528384,1,1,0,0,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,38,78,7,43,31,38,32,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,293,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45223,4,0,-1,'Razor\'s Edge Pendant',39210,3,4096,1,1,0,0,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,3,4,43,7,57,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45224,4,1,-1,'Drape of the Lithe',51374,4,0,0,1,325556,65111,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,63,36,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45225,4,4,-1,'Steelbreaker\'s Embrace',61879,4,0,0,1,762405,152481,5,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,129,32,82,37,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45226,4,4,-1,'Ancient Iron Heaume',59191,4,0,0,1,572849,114569,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,32,67,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,2854,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45227,4,3,-1,'Iron-studded Mantle',59252,4,0,0,1,495978,99195,3,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,60,7,73,5,44,44,46,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45228,4,4,-1,'Handguards of the Enclave',59710,4,0,0,1,387682,77536,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,127,12,45,15,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45229,12,0,-1,'[ph] Mark of the Scourge Boss 01',50216,2,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45230,12,0,-1,'[ph] Mark of the Scourge Boss 02',50216,2,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45231,12,0,-1,'[ph] Mark of the Scourge Boss 03',50216,2,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45232,4,2,-1,'Runed Ironhide Boots',59743,4,0,0,1,429982,85996,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,90,37,56,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45233,2,8,-1,'Stormrune Edge',58947,4,0,0,1,1474695,294939,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,121,7,120,32,86,44,70,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45234,2,10,-1,'Rapture',58931,4,0,0,1,1479915,295983,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,120,5,119,6,121,32,81,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45235,4,0,-1,'Radiant Seal',39125,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,36,46,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45236,4,0,-1,'Unblinking Eye',40051,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,43,6,41,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45237,4,2,-1,'Phaelia\'s Vestments of the Sprouting Seed',59128,4,0,0,1,528336,105667,20,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,85,5,86,6,75,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45238,4,1,-1,'Overload Legwraps',59733,4,0,0,1,424298,84859,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,85,5,86,36,66,31,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45239,4,3,-1,'Runeshaper\'s Gloves',59272,4,0,0,1,319446,63889,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,62,32,41,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45240,4,1,-1,'Raiments of the Iron Council',61875,4,0,0,1,427513,85502,20,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,57,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45241,4,4,-1,'Belt of Colossal Rage',59695,4,0,0,1,398312,79662,6,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,93,7,108,32,64,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1361,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,4,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45242,4,1,-1,'Drape of Mortal Downfall',58997,4,0,0,1,340759,68151,16,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,31,41,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45243,4,0,-1,'Sapphire Amulet of Renewal',35437,4,0,0,1,302495,75623,2,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,70,5,48,6,47,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45244,4,3,-1,'Greaves of Swift Vengeance',59248,4,0,0,1,517242,103448,8,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,69,7,55,5,49,32,42,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45245,4,2,-1,'Shoulderpads of the Intruder',59744,4,0,0,1,442278,88455,3,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,122,3,87,7,96,31,55,37,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45246,2,15,-1,'Golem-Shard Sticker',59369,4,0,0,1,1150634,230126,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,51,32,34,37,29,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45247,4,0,-1,'Signet of the Earthshaker',52632,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,12,33,15,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35168,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45248,4,4,-1,'Clockwork Legplates',59697,4,0,0,1,791227,158245,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,129,44,78,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45249,4,3,-1,'Brass-lined Boots',59248,4,0,0,1,512748,102549,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,85,7,66,5,45,44,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45250,4,0,-1,'Crazed Construct Ring',43407,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,31,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45251,4,4,-1,'Shoulderplates of the Deconstructor',59715,4,0,0,1,598636,119727,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,127,12,47,13,44,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45252,4,4,-1,'Horologist\'s Wristguards',59205,4,0,0,1,403571,80714,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,32,36,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45253,4,1,-1,'Mantle of Wavering Calm',59015,4,0,0,1,345174,69034,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,84,5,56,6,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45254,4,10,-1,'Sigil of the Vengeful Heart',51913,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64962,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45255,4,9,-1,'Thunderfall Totem',54871,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64961,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45256,2,10,-1,'Twisted Visage',58927,4,0,0,1,1348841,269768,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,120,7,121,31,70,32,86,0,0,0,0,0,0,0,0,0,0,0,0,446,670,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45257,2,19,-1,'Quartz Crystal Wand',59389,4,0,0,1,812436,162487,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,33,5,25,6,24,31,27,0,0,0,0,0,0,0,0,0,0,0,0,414,769,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45258,4,1,-1,'Sandals of Rash Temperament',59735,4,0,0,1,318191,63638,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,60,31,57,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45259,4,3,-1,'Quartz-studded Harness',59271,4,0,0,1,638759,127751,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,99,5,81,36,66,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45260,4,2,-1,'Boots of Hasty Revival',59094,4,0,0,1,400752,80150,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,62,6,60,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45261,2,3,-1,'Giant\'s Bane',58899,4,0,0,1,847314,169462,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,54,3,38,7,33,36,27,44,21,0,0,0,0,0,0,0,0,0,0,0,0,402,684,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.4,0,0,0,'',69,0,0,0,0,12340), (45262,4,0,-1,'Necklace of Unerring Mettle',48510,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,94,12,42,15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39987,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45263,4,0,-1,'Wrathstone',59318,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64800,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45264,4,4,-1,'Decimator\'s Armguards',61876,4,0,0,1,392139,78427,9,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,44,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45265,4,2,-1,'Shoulderpads of the Monolith',59744,4,0,0,1,419289,83857,3,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,77,7,73,32,48,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45266,2,7,-1,'Malice',58937,4,0,0,1,1150409,230081,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,76,3,52,7,51,32,37,36,29,0,0,0,0,0,0,0,0,0,0,0,0,313,582,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45267,4,4,-1,'Saronite Plated Legguards',59714,4,0,0,1,788299,157659,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,147,12,52,13,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3857,0,375,826,0,0,0,'',69,0,0,0,0,12340), (45268,4,4,-1,'Gloves of the Pythonic Guardian',54711,4,0,0,1,397835,79567,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,32,49,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45269,4,4,-1,'Unfaltering Armguards',59213,4,0,0,1,399269,79853,9,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,46,5,49,36,28,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45270,4,8,-1,'Idol of the Crying Wind',34954,4,4096,0,1,0,0,28,32767,32767,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64950,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45271,4,0,-1,'Ironmender',61877,4,0,0,1,302495,75623,23,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,47,6,45,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45272,4,1,-1,'Robes of the Umbral Brute',59508,4,0,0,1,458559,91711,20,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,123,7,85,5,86,36,82,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45273,4,1,-1,'Handwraps of Plentiful Recovery',59006,4,0,0,1,230094,46018,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,73,5,62,6,56,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45274,4,3,-1,'Leggings of the Stoneweaver',59257,4,0,0,1,692661,138532,7,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,99,5,81,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45275,4,1,-1,'Bracers of Unleashed Magic',59728,4,0,0,1,209661,41932,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,46,31,36,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45276,0,1,-1,'Jillian\'s Genius Juice',45156,1,0,0,1,200,50,0,-1,-1,68,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43186,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smarter and Juicier!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45277,0,1,-1,'Jillian\'s Savior Sauce',45437,1,0,0,1,200,50,0,-1,-1,65,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43185,0,-1,0,0,4,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'For when you\'re feeling the pinch!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45278,12,0,0,'Small Stone Block',4722,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45279,0,5,-1,'Jillian\'s Gourmet Fish Feast',53864,1,0,0,1,6,1,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57426,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45280,4,0,-1,'Shirt of Uber',61552,4,0,0,1,0,1500,4,-1,-1,43,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,63388,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'I tested Ulduar Hard Mode and all I got was this stupid T-shirt!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,10800,0,0,'',44,0,0,0,1,1), (45281,12,0,0,'Goblin Chisel',58208,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63381,0,0,0,7000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45282,2,5,-1,'Ironsoul',58912,4,0,0,1,1341488,268297,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,32,69,7,126,44,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45283,4,4,-1,'Flamewatch Armguards',59302,4,0,0,1,379154,75830,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,47,7,88,12,43,13,35,31,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45284,2,13,-1,'Kinetic Ripper',59378,4,0,0,1,1081097,216219,22,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,38,36,34,31,22,38,70,0,0,0,0,0,0,0,0,0,0,0,0,171,318,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45285,4,0,-1,'Might of the Leviathan',9860,4,0,0,1,302495,75623,2,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,31,34,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45286,4,0,-1,'Pyrite Infuser',59324,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,31,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65013,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45287,2,7,-1,'Firesoul',59383,4,0,0,1,1092851,218570,21,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,67,5,46,31,34,36,26,45,487,0,0,0,0,0,0,0,0,0,0,0,0,72,230,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (45288,4,3,-1,'Firestrider Chestguard',59766,4,0,0,1,658082,131616,5,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,87,45,109,36,81,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45289,4,1,-1,'Lifespark Visage',59721,4,0,0,1,330195,66039,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,93,5,73,6,45,36,63,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45291,4,1,-1,'Combustion Bracers',58987,4,0,0,1,221711,44342,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,41,31,32,6,44,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45292,4,0,-1,'Energy Siphon',59311,4,0,0,1,455760,113940,12,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,1,43,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65008,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45293,4,2,-1,'Handguards of Potent Cures',59759,4,0,0,1,267305,53461,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,70,5,62,6,57,32,56,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45294,2,19,-1,'Petrified Ivy Sprig',59392,4,0,0,1,825304,165060,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,26,5,19,6,22,31,29,45,45,0,0,0,0,0,0,0,0,0,0,0,0,414,769,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45295,4,4,-1,'Gilded Steel Legplates',59217,4,0,0,1,754159,150831,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,159,12,71,14,68,37,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45296,2,16,-1,'Twirling Blades',58949,4,4194304,0,1,320008,80002,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,23,7,28,44,28,31,22,38,62,0,0,0,0,0,0,0,0,0,0,0,0,390,586,0,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45297,4,0,-1,'Shimmering Seal',39124,4,524288,0,1,320008,80002,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,42,6,22,31,42,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45298,2,7,-1,'Razorscale Talon',58941,4,0,0,1,1057377,211475,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,36,7,51,32,33,38,90,36,20,0,0,0,0,0,0,0,0,0,0,0,0,297,552,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45299,4,4,-1,'Dragonsteel Faceplate',59158,4,0,0,1,556137,111227,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,44,46,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45300,4,3,-1,'Mantle of Fiery Vengeance',59778,4,0,0,1,496078,99215,3,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,63,5,65,44,41,32,56,38,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45301,4,3,-1,'Bracers of the Smothering Inferno',59773,4,0,0,1,320739,64147,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,3,43,7,59,5,35,31,40,44,29,38,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45302,4,2,-1,'Treads of the Invader',59590,4,0,0,1,402406,80481,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,69,36,40,32,60,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45303,4,0,-1,'Band of Draconic Guile',11990,4,524288,0,1,310578,77644,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,63,44,43,36,35,38,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45304,4,4,-1,'Stormtempered Girdle',59232,4,0,0,1,380471,76094,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,119,12,57,13,46,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45305,4,4,-1,'Breastplate of the Afterlife',59748,4,0,0,1,759386,151877,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,106,45,95,43,30,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45306,4,1,-1,'Binding of the Dragon Matriarch',58979,4,0,0,1,217758,43551,6,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,69,5,46,6,58,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45307,4,3,-1,'Ironscale Leggings',59770,4,0,0,1,655646,131129,7,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,114,5,76,36,62,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45308,4,0,-1,'Eye of the Broodmother',59524,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,32,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65007,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45309,2,3,-1,'Rifle of the Platinum Guard',58901,4,0,0,1,766427,153285,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,44,31,7,42,32,29,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,537,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45310,4,4,-1,'Gauntlets of the Iron Furnace',59306,4,0,0,1,361101,72220,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,59,7,117,12,48,13,56,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45311,2,6,-1,'Relentless Edge',58916,4,0,0,1,1287129,257425,17,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,65,7,111,32,76,36,62,38,212,0,0,0,0,0,0,0,0,0,0,0,0,543,815,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45312,4,2,-1,'Gloves of Smoldering Touch',59096,4,0,0,1,258414,51682,10,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,83,7,63,32,53,36,48,38,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45313,4,0,-1,'Furnace Stone',59313,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,13,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65011,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45314,4,0,-1,'Igniter Rod',58973,4,0,0,1,302495,75623,23,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,44,5,45,6,36,32,47,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45315,2,4,-1,'Stonerender',58736,4,0,0,1,1104356,220871,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,68,3,51,7,51,36,38,32,30,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45316,4,3,-1,'Armbraces of the Vibrant Flame',59763,4,0,0,1,314809,62961,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,39,5,33,32,43,43,18,45,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45317,4,1,-1,'Shawl of the Caretaker',59029,4,0,0,1,315995,63199,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,35,43,15,36,39,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45318,4,1,-1,'Drape of Fuming Anger',58995,4,0,0,1,317181,63436,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,32,30,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45319,4,1,-1,'Cloak of the Makers',35430,4,0,0,1,328000,65600,16,-1,-1,226,80,0,0,0,0,0,0,1,0,1,0,5,4,46,7,94,12,43,13,41,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45320,4,4,-1,'Shoulderplates of the Eternal',59704,4,0,0,1,575041,115008,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,96,32,60,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45321,4,4,-1,'Pauldrons of Tempered Will',59753,4,0,0,1,560168,112033,3,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,66,32,43,36,34,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45322,4,1,-1,'Cloak of the Iron Council',58985,4,0,0,1,321893,64378,16,-1,-1,219,80,0,0,0,0,0,0,1,0,1,0,5,4,49,7,90,12,32,15,40,37,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45323,12,0,-1,'Severed Arm',58625,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45324,4,2,-1,'Leggings of Swift Reflexes',59101,4,0,0,1,540388,108077,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,92,32,53,36,76,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45325,4,2,-1,'Gloves of the Stonereaper',58761,4,0,0,1,279416,55883,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,77,7,84,31,65,44,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45326,4,0,-1,'Platinum Band of the Aesir',35313,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,46,13,36,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45327,2,2,-1,'Siren\'s Cry',58878,4,0,0,1,888034,177606,15,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,54,3,38,7,36,32,25,36,22,0,0,0,0,0,0,0,0,0,0,0,0,387,660,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.4,0,0,0,'',69,0,0,0,0,12340), (45328,12,0,-1,'Bloated Slippery Eel',24131,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45329,4,3,-1,'Circlet of True Sight',59633,4,0,0,1,459808,91961,1,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,70,7,95,5,54,32,42,38,156,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45330,4,4,-1,'Greaves of Iron Intensity',59150,4,0,0,1,537437,107487,8,1535,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,91,7,90,32,45,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45331,2,7,-1,'Rune-Etched Nightblade',58940,4,0,0,1,1029596,205919,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,50,44,26,32,32,38,56,0,0,0,0,0,0,0,0,0,0,0,0,160,297,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45332,2,15,-1,'Stormtip',59376,4,0,0,1,1033550,206710,21,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,33,5,35,36,53,6,34,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (45333,4,3,-1,'Belt of the Iron Servant',59764,4,0,0,1,311251,62250,6,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,93,7,69,5,60,36,39,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45334,4,4,-1,'Unbreakable Chestguard',59716,4,0,0,1,751077,150215,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,159,12,60,15,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45335,4,4,-1,'Valorous Darkruned Chestguard',58229,4,4096,0,1,0,0,5,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,60,14,49,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,165,0,0,0,0,8,0,8,0,0,0,3871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45336,4,4,-1,'Valorous Darkruned Faceguard',58231,4,4096,0,1,0,0,1,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,135,12,65,31,37,13,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,1,0,8,0,0,0,3304,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45337,4,4,-1,'Valorous Darkruned Handguards',58230,4,4096,0,1,0,0,10,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,119,12,47,14,52,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,55,0,0,0,0,2,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45338,4,4,-1,'Valorous Darkruned Legguards',58330,4,4096,0,1,0,0,7,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,71,7,135,12,62,14,76,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,120,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45339,4,4,-1,'Valorous Darkruned Pauldrons',58233,4,4096,0,1,0,0,3,32,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,62,7,119,12,41,14,36,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45340,4,4,-1,'Valorous Darkruned Battleplate',58229,4,4096,0,1,0,0,5,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,71,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,165,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45341,4,4,-1,'Valorous Darkruned Gauntlets',58247,4,4096,0,1,0,0,10,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,39,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45342,4,4,-1,'Valorous Darkruned Helmet',58231,4,4096,0,1,0,0,1,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,32,65,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,834,100,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45343,4,4,-1,'Valorous Darkruned Legplates',58329,4,4096,0,1,0,0,7,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,65,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45344,4,4,-1,'Valorous Darkruned Shoulderplates',58249,4,4096,0,1,0,0,3,32,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,36,52,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,100,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45345,4,2,-1,'Valorous Nightsong Handguards',58239,4,4096,0,1,0,0,10,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,53,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45346,4,2,-1,'Valorous Nightsong Headpiece',59573,4,4096,0,1,0,0,1,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,55,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45347,4,2,-1,'Valorous Nightsong Leggings',58335,4,4096,0,1,0,0,7,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,71,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,90,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45348,4,2,-1,'Valorous Nightsong Robe',58337,4,4096,0,1,0,0,20,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,63,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45349,4,2,-1,'Valorous Nightsong Spaulders',58243,4,4096,0,1,0,0,3,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,82,7,58,5,60,6,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45350,4,2,-1,'Valorous Nightsong Cover',58242,4,4096,0,1,0,0,1,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,54,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',54,0,0,0,0,1), (45351,4,2,-1,'Valorous Nightsong Gloves',58239,4,4096,0,1,0,0,10,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,45,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45352,4,2,-1,'Valorous Nightsong Mantle',58243,4,4096,0,1,0,0,3,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,45,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45353,4,2,-1,'Valorous Nightsong Trousers',58335,4,4096,0,1,0,0,7,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,71,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,90,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45354,4,2,-1,'Valorous Nightsong Vestments',58337,4,4096,0,1,0,0,20,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45355,4,2,-1,'Valorous Nightsong Handgrips',58250,4,4096,0,1,0,0,10,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,86,44,40,36,30,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,40,0,0,0,0,4,0,0,0,0,0,2882,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45356,4,2,-1,'Valorous Nightsong Headguard',59574,4,4096,0,1,0,0,1,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,74,7,114,32,70,44,46,38,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45357,4,2,-1,'Valorous Nightsong Legguards',58334,4,4096,0,1,0,0,7,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,114,32,65,36,46,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,90,0,0,0,0,8,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45358,4,2,-1,'Valorous Nightsong Raiments',59055,4,4096,0,1,0,0,20,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,90,7,110,31,45,32,62,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45359,4,2,-1,'Valorous Nightsong Shoulderpads',58243,4,4096,0,1,0,0,3,1024,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,71,7,67,32,56,38,104,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45360,4,3,-1,'Valorous Scourgestalker Handguards',58338,4,4096,0,1,0,0,10,4,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,44,7,62,5,41,36,41,31,40,38,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45361,4,3,-1,'Valorous Scourgestalker Headpiece',59656,4,4096,0,1,0,0,1,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,76,7,75,5,45,44,46,32,56,38,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45362,4,3,-1,'Valorous Scourgestalker Legguards',58256,4,4096,0,1,0,0,7,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,54,7,63,5,63,36,42,32,68,38,212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45363,4,3,-1,'Valorous Scourgestalker Spaulders',58257,4,4096,0,1,0,0,3,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,60,7,47,5,41,36,48,31,40,38,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45364,4,3,-1,'Valorous Scourgestalker Tunic',58253,4,4096,0,1,0,0,5,4,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,81,7,60,5,55,32,56,31,53,38,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,140,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45365,4,1,-1,'Valorous Kirin Tor Hood',59670,4,4096,0,1,0,0,1,128,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,56,5,81,31,64,6,61,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,1,0,2,0,0,0,440,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45367,4,1,-1,'Valorous Kirin Tor Leggings',59431,4,4096,0,1,0,0,7,128,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,32,68,31,62,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,75,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45368,4,1,-1,'Valorous Kirin Tor Tunic',59517,4,4096,0,1,0,0,5,128,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,6,46,32,76,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45369,4,1,-1,'Valorous Kirin Tor Shoulderpads',58262,4,4096,0,1,0,0,3,128,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,60,6,30,36,57,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45370,4,4,-1,'Valorous Aegis Gloves',58265,4,4096,0,1,0,0,10,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,36,53,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,55,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45371,4,4,-1,'Valorous Aegis Greaves',59612,4,4096,0,1,0,0,7,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,36,54,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,822,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45372,4,4,-1,'Valorous Aegis Headpiece',59611,4,4096,0,1,0,0,1,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,54,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,822,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45373,4,4,-1,'Valorous Aegis Spaulders',59617,4,4096,0,1,0,0,3,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45374,4,4,-1,'Valorous Aegis Tunic',59618,4,4096,0,1,0,0,5,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,54,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,165,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45375,4,4,-1,'Valorous Aegis Battleplate',59610,4,4096,0,1,0,0,5,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,73,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,165,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45376,4,4,-1,'Valorous Aegis Gauntlets',58270,4,4096,0,1,0,0,10,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,56,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,55,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45377,4,4,-1,'Valorous Aegis Helm',59611,4,4096,0,1,0,0,1,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,36,54,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,820,100,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45378,4,2,-1,'Boots of the Petrified Forest',59757,4,0,0,1,406934,81386,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,93,7,69,5,57,6,52,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45379,4,4,-1,'Valorous Aegis Legplates',59614,4,4096,0,1,0,0,7,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,54,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45380,4,4,-1,'Valorous Aegis Shoulderplates',59616,4,4096,0,1,0,0,3,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,52,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,100,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45381,4,4,-1,'Valorous Aegis Breastplate',59610,4,4096,0,1,0,0,5,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,106,7,135,12,55,13,48,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,165,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45382,4,4,-1,'Valorous Aegis Faceguard',59611,4,4096,0,1,0,0,1,2,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,56,13,55,15,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45383,4,4,-1,'Valorous Aegis Handguards',58275,4,4096,0,1,0,0,10,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,106,12,41,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45384,4,4,-1,'Valorous Aegis Legguards',59613,4,4096,0,1,0,0,7,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,106,7,135,12,56,13,40,14,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,120,0,0,0,0,2,0,4,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45385,4,4,-1,'Valorous Aegis Shoulderguards',59615,4,4096,0,1,0,0,3,2,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,106,12,41,15,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,64948,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45386,4,1,-1,'Valorous Cowl of Sanctification',58284,4,4096,0,1,0,0,1,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,71,5,70,6,71,32,62,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,1,0,2,0,0,0,2314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45387,4,1,-1,'Valorous Gloves of Sanctification',58331,4,4096,0,1,0,0,10,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,53,6,57,36,46,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45388,4,1,-1,'Valorous Leggings of Sanctification',58332,4,4096,0,1,0,0,7,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,6,54,36,66,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,75,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45389,4,1,-1,'Valorous Robe of Sanctification',58333,4,4096,0,1,0,0,20,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,76,32,46,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45390,4,1,-1,'Valorous Shoulderpads of Sanctification',58283,4,4096,0,1,0,0,3,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,60,6,37,36,56,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45391,4,1,-1,'Valorous Circlet of Sanctification',58284,4,4096,0,1,0,0,1,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,70,36,60,32,65,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45392,4,1,-1,'Valorous Handwraps of Sanctification',58331,4,4096,0,1,0,0,10,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,57,5,41,32,59,6,49,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,35,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45393,4,1,-1,'Valorous Mantle of Sanctification',58283,4,4096,0,1,0,0,3,16,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,60,32,57,6,46,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45394,4,1,-1,'Valorous Pants of Sanctification',58332,4,4096,0,1,0,0,7,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,93,5,76,6,52,36,70,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,75,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45395,4,1,-1,'Valorous Raiments of Sanctification',58333,4,4096,0,1,0,0,20,16,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,71,36,54,31,68,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45396,4,2,-1,'Valorous Terrorblade Breastplate',58287,4,4096,0,1,0,0,5,8,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,90,7,81,32,62,37,71,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45397,4,2,-1,'Valorous Terrorblade Gauntlets',58288,4,4096,0,1,0,0,10,8,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,53,32,40,31,50,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45398,4,2,-1,'Valorous Terrorblade Helmet',59648,4,4096,0,1,0,0,1,8,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,100,7,62,32,71,36,53,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45399,4,2,-1,'Valorous Terrorblade Legplates',58290,4,4096,0,1,0,0,7,8,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,94,7,83,36,66,32,62,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45400,4,2,-1,'Valorous Terrorblade Pauldrons',58291,4,4096,0,1,0,0,3,8,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,69,32,36,31,52,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45401,4,3,-1,'Valorous Worldbreaker Handguards',58293,4,4096,0,1,0,0,10,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45402,4,3,-1,'Valorous Worldbreaker Headpiece',59647,4,4096,0,1,0,0,1,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,55,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45403,4,3,-1,'Valorous Worldbreaker Legguards',58339,4,4096,0,1,0,0,7,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,55,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45404,4,3,-1,'Valorous Worldbreaker Spaulders',58296,4,4096,0,1,0,0,3,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,36,53,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45405,4,3,-1,'Valorous Worldbreaker Tunic',59485,4,4096,0,1,0,0,20,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,55,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45406,4,3,-1,'Valorous Worldbreaker Gloves',58293,4,4096,0,1,0,0,10,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,50,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45408,4,3,-1,'Valorous Worldbreaker Helm',59647,4,4096,0,1,0,0,1,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,31,55,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45409,4,3,-1,'Valorous Worldbreaker Kilt',58339,4,4096,0,1,0,0,7,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,71,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45410,4,3,-1,'Valorous Worldbreaker Shoulderpads',58296,4,4096,0,1,0,0,3,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,32,53,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45411,4,3,-1,'Valorous Worldbreaker Hauberk',59485,4,4096,0,1,0,0,20,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,31,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45412,4,3,-1,'Valorous Worldbreaker Faceguard',59646,4,4096,0,1,0,0,1,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,50,7,69,5,56,32,68,36,49,38,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,1,0,2,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45413,4,3,-1,'Valorous Worldbreaker Chestguard',59488,4,4096,0,1,0,0,20,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,62,7,51,5,56,31,60,32,64,38,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,140,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45414,4,3,-1,'Valorous Worldbreaker Grips',58298,4,4096,0,1,0,0,10,64,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,53,7,47,5,41,37,36,36,48,38,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45415,4,3,-1,'Valorous Worldbreaker Shoulderguards',58301,4,4096,0,1,0,0,3,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,63,5,48,32,46,37,31,38,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45416,4,3,-1,'Valorous Worldbreaker War-Kilt',58639,4,4096,0,1,0,0,7,64,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,62,7,71,5,48,36,76,31,56,38,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45417,4,1,-1,'Valorous Deathbringer Hood',59396,4,4096,0,1,0,0,1,256,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,71,6,37,32,81,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45418,4,0,-1,'Lady Maye\'s Sapphire Ring',39124,4,524288,0,1,310578,77644,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,43,6,44,36,32,45,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45419,4,1,-1,'Valorous Deathbringer Gloves',58302,4,4096,0,1,0,0,10,256,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,57,6,25,31,59,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45420,4,1,-1,'Valorous Deathbringer Leggings',58327,4,4096,0,1,0,0,7,256,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,44,36,62,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,75,0,0,0,0,8,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45421,4,1,-1,'Valorous Deathbringer Robe',58328,4,4096,0,1,0,0,20,256,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,77,5,71,32,62,31,68,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45422,4,1,-1,'Valorous Deathbringer Shoulderpads',58307,4,4096,0,1,0,0,3,256,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,57,36,38,32,53,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45423,4,1,-1,'Runetouch Wristwraps',59723,4,0,0,1,205171,41034,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,52,5,42,6,29,32,46,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45424,4,4,-1,'Valorous Siegebreaker Breastplate',58308,4,4096,0,1,0,0,5,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,135,12,47,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,165,0,0,0,0,8,0,4,0,0,0,3857,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45425,4,4,-1,'Valorous Siegebreaker Greathelm',59677,4,4096,0,1,0,0,1,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,56,13,48,15,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,1,0,4,0,0,0,3304,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45426,4,4,-1,'Valorous Siegebreaker Handguards',58309,4,4096,0,1,0,0,10,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,106,12,44,13,53,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,55,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45427,4,4,-1,'Valorous Siegebreaker Legguards',58311,4,4096,0,1,0,0,7,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,135,12,47,13,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,64926,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45428,4,4,-1,'Valorous Siegebreaker Pauldrons',58312,4,4096,0,1,0,0,3,1,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,106,12,44,13,53,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45429,4,4,-1,'Valorous Siegebreaker Battleplate',58308,4,4096,0,1,0,0,5,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,54,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,165,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45430,4,4,-1,'Valorous Siegebreaker Gauntlets',58313,4,4096,0,1,0,0,10,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,31,35,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45431,4,4,-1,'Valorous Siegebreaker Helmet',59677,4,4096,0,1,0,0,1,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,32,55,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,830,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45432,4,4,-1,'Valorous Siegebreaker Legplates',58314,4,4096,0,1,0,0,7,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,68,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,120,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45433,4,4,-1,'Valorous Siegebreaker Shoulderplates',58315,4,4096,0,1,0,0,3,1,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,50,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45434,4,4,-1,'Greaves of the Rockmender',59204,4,0,0,1,577176,115435,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,62,32,48,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45435,4,1,-1,'Cowl of the Absolute',61871,4,0,0,1,331666,66333,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,133,7,72,5,91,6,57,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45436,4,7,-1,'Libram of the Resolute',34961,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64956,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45437,2,7,-1,'Runescribed Blade',58943,4,0,0,1,1141717,228343,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,43,5,51,6,37,32,52,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45438,4,0,-1,'Ring of the Faithful Servant',31905,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,32,36,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45439,4,2,-1,'Unwavering Stare',59184,4,0,0,1,431551,86310,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,60,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45440,4,3,-1,'Amice of the Stoic Watch',59139,4,0,0,1,522004,104400,3,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,60,32,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45441,4,1,-1,'Sandals of the Ancient Keeper',61873,4,0,0,1,314623,62924,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,63,5,64,6,62,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45442,2,4,-1,'Sorthalis, Hammer of the Watchers',58908,4,0,0,1,1110435,222087,13,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,4,40,7,70,12,29,14,36,37,32,0,0,0,0,0,0,0,0,0,0,0,0,210,392,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45443,4,0,-1,'Charm of Meticulous Timing',7271,4,0,0,1,302495,75623,2,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,36,40,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45444,4,3,-1,'Gloves of the Steady Hand',59632,4,0,0,1,335673,67134,10,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,6,38,106,3,79,7,75,5,49,32,55,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45445,4,4,-1,'Breastplate of the Devoted',59197,4,0,0,1,786245,157249,5,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,111,5,92,32,76,36,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2420,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45446,4,1,-1,'Grasps of Reason',61881,4,0,0,1,225500,45100,9,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,63,5,52,6,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45447,4,0,-1,'Watchful Eye of Fate',44703,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,36,36,40,6,37,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45448,2,15,-1,'Perilous Bite',59373,4,0,0,1,1104243,220848,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,51,7,53,31,34,38,62,44,24,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45449,2,13,-1,'The Masticator',58895,4,0,0,1,1108420,221684,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,3,42,7,45,31,34,32,30,38,80,0,0,0,0,0,0,0,0,0,0,0,0,386,580,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45450,4,6,-1,'Northern Barrier',61884,4,0,0,1,694519,138903,14,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,63,31,28,37,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,4,0,0,221,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45451,4,0,-1,'Frozen Loop',39123,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,49,5,46,36,36,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45452,4,4,-1,'Frostplate Greaves',59201,4,0,0,1,765256,153051,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,99,5,81,32,75,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45453,4,2,-1,'Winter\'s Icy Embrace',59746,4,0,0,1,548648,109729,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,136,3,97,7,66,37,57,44,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3764,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45454,4,3,-1,'Frost-bound Chain Bracers',59236,4,0,0,1,339130,67826,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,46,7,49,5,33,32,36,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45455,4,2,-1,'Belt of the Crystal Tree',59755,4,0,0,1,283627,56725,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,90,5,47,6,51,36,40,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45456,4,0,-1,'Loop of the Agile',44841,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,63,7,52,32,45,36,32,38,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45457,2,10,-1,'Staff of Endless Winter',58930,4,0,0,1,1506483,301296,17,-1,-1,239,80,0,0,0,0,0,0,6,0,1,0,5,45,587,7,111,5,128,6,84,32,104,0,0,0,0,0,0,0,0,0,0,0,0,244,450,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,8,0,0,0,3753,0,375,-79.5,0,0,0,'',69,0,0,0,0,12340), (45458,2,1,-1,'Stormedge',58874,4,0,0,1,1391039,278207,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,125,44,74,31,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45459,4,0,-1,'Frigid Strength of Hodir',9852,4,0,0,1,302495,75623,2,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,81,31,40,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45460,4,3,-1,'Bindings of Winter Gale',59159,4,0,0,1,365388,73077,9,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,32,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45461,4,1,-1,'Drape of Icy Intent',58996,4,0,0,1,331806,66361,16,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,64,7,70,31,40,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45462,4,2,-1,'Gloves of the Frozen Glade',59121,4,0,0,1,277550,55510,10,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,84,5,69,6,56,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45463,2,4,-1,'Vulmir, the Northern Tempest',59365,4,0,0,1,1083362,216672,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,51,31,37,37,29,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Carry with you the thunderous strength of the storm.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45464,4,1,-1,'Cowl of Icy Breaths',59672,4,0,0,1,308846,61769,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,74,6,48,31,60,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,2844,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45466,4,0,-1,'Scale of Fates',59237,4,0,0,1,455760,113940,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,45,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64707,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45467,4,3,-1,'Belt of the Betrayed',59148,4,0,0,1,321857,64371,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,57,7,67,5,43,32,44,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45468,4,1,-1,'Leggings of Lost Love',61887,4,0,0,1,430772,86154,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,86,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45469,4,0,-1,'Sif\'s Promise',43095,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,32,42,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'As shall my love never fail, neither shall the strength of your rule.',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45470,4,6,-1,'Wisdom\'s Hold',65031,4,0,0,1,752072,150414,14,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,70,5,48,36,47,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,227,0,120,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45471,4,0,-1,'Fate\'s Clutch',44086,4,524288,0,1,302495,75623,11,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,96,12,48,13,39,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45472,4,4,-1,'Warhelm of the Champion',59706,4,0,0,1,620261,124052,1,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,145,32,86,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1966,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45473,4,2,-1,'Embrace of the Gladiator',59737,4,0,0,1,593942,118788,5,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,38,140,3,112,7,127,32,70,36,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45474,4,3,-1,'Pauldrons of the Combatant',59270,4,0,0,1,538866,107773,3,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,82,5,69,36,48,43,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45479,2,10,-1,'The Lifebinder',58925,4,0,0,1,1474554,294910,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,120,5,121,6,80,36,120,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45480,4,0,-1,'Nymph Heart Charm',9858,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,92,3,63,7,63,31,36,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45481,4,4,-1,'Gauntlets of Ruthless Reprisal',59699,4,0,0,1,369042,73808,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,96,36,49,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45482,4,2,-1,'Leggings of the Lifetender',59127,4,0,0,1,526244,105248,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,76,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45483,4,1,-1,'Boots of the Servant',59727,4,0,0,1,316968,63393,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,56,6,48,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45484,2,15,-1,'Bladetwister',58881,4,0,0,1,1118679,223735,13,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,64,3,55,7,48,36,37,32,28,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45485,4,0,-1,'Bronze Pendant of the Vanir',48507,4,0,0,1,302495,75623,2,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,4,71,7,96,12,37,13,30,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45486,4,1,-1,'Drape of the Sullen Goddess',59002,4,0,0,1,347378,69475,16,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,32,40,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45487,4,4,-1,'Handguards of Revitalization',61889,4,0,0,1,409102,81820,10,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,127,12,44,13,44,14,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1512,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45488,4,1,-1,'Leggings of the Enslaved Idol',59732,4,0,0,1,466561,93312,7,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,96,5,98,31,70,32,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45489,2,13,-1,'Insanity\'s Grip',59387,4,0,0,1,1137993,227598,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,80,3,52,7,51,37,25,32,34,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45490,4,0,-1,'Pandora\'s Plea',59319,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64742,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45491,4,2,-1,'Waistguard of the Creator',58747,4,0,0,1,279526,55905,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,77,7,84,32,43,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45492,4,2,-1,'Malleable Steelweave Mantle',59132,4,0,0,1,420775,84155,3,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,65,6,56,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45493,4,1,-1,'Asimov\'s Drape',58977,4,0,0,1,337842,67568,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,42,6,42,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45494,2,13,-1,'Delirium\'s Touch',59379,4,0,0,1,1192065,238413,22,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,38,94,3,35,7,54,44,37,32,27,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45495,4,0,-1,'Conductive Seal',43407,4,524288,0,1,302495,75623,11,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,52,5,48,6,39,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45496,4,1,-1,'Titanskin Cloak',59035,4,0,0,1,360162,72032,16,-1,-1,239,80,0,0,0,0,0,0,1,0,1,0,5,4,48,7,96,12,71,31,24,37,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45497,4,1,-1,'Crown of Luminescence',59988,4,0,0,1,361451,72290,1,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,111,5,92,6,70,32,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45498,2,6,-1,'Lotrafen, Spear of the Damned',58915,4,0,0,1,1469192,293838,17,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,120,7,105,32,87,44,80,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45500,12,0,-1,'Mark of the Champion',58345,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45501,4,4,-1,'Boots of the Underdweller',59696,4,0,0,1,549312,109862,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,98,7,96,32,60,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45502,4,4,-1,'Helm of the Faceless',59711,4,0,0,1,566734,113346,1,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,113,7,147,12,44,14,59,13,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3302,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45503,4,0,-1,'Metallic Loop of the Sufferer',31616,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,92,3,62,7,63,36,36,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45504,4,3,-1,'Darkcore Leggings',59185,4,0,0,1,653754,130750,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,106,7,88,5,59,31,52,36,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,4,0,0,0,3764,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45505,4,4,-1,'Belt of Clinging Hope',59194,4,0,0,1,384969,76993,6,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,36,56,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45506,0,0,0,'Archivum Data Disc',44303,4,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13604,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45507,4,0,-1,'The General\'s Heart',34132,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,13,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64764,1,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45508,4,1,-1,'Belt of the Darkspeaker',59726,4,0,0,1,221154,44230,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,63,6,49,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45509,4,8,-1,'Idol of the Corruptor',54700,4,4096,0,1,0,0,28,32767,32767,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64952,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45510,4,7,-1,'Libram of Discord',34960,4,4096,0,1,0,0,28,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64957,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45511,2,19,-1,'Scepter of Lost Souls',59391,4,0,0,1,859589,171917,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,44,7,37,5,26,32,18,36,29,0,0,0,0,0,0,0,0,0,0,0,0,414,769,5,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45512,4,2,-1,'Grips of the Unbroken',59123,4,0,0,1,280489,56097,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,64,5,65,6,64,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45513,4,3,-1,'Boots of the Forgotten Depths',59166,4,0,0,1,508966,101793,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,84,5,56,36,62,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45514,4,1,-1,'Mantle of the Unknowing',59015,4,0,0,1,339031,67806,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,73,5,56,6,62,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45515,4,0,-1,'Ring of the Vacant Eye',34336,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,54,5,46,6,42,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45516,2,8,-1,'Voldrethar, Dark Blade of Oblivion',58946,4,0,0,1,1500533,300106,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,130,7,145,32,86,44,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45517,4,0,-1,'Pendulum of Infinity',54999,4,0,0,1,302495,75623,2,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,86,3,64,7,70,32,48,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45518,4,0,-1,'Flare of the Heavens',59269,4,0,0,1,455760,113940,12,262143,32767,239,80,0,0,0,0,0,0,0,1,1,0,1,32,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64714,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45519,4,2,-1,'Vestments of the Blind Denizen',59129,4,0,0,1,563868,112773,20,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,74,5,92,6,78,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45520,4,1,-1,'Handwraps of the Vigilant',59009,4,0,0,1,226406,45281,10,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,72,5,72,6,51,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45521,2,5,-1,'Earthshaper',58910,4,0,0,1,1380728,276145,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,137,7,137,32,87,31,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45522,4,0,-1,'Blood of the Old God',59322,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,31,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64792,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45523,4,2,-1,'Garona\'s Guise',59739,4,0,0,1,407027,81405,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,130,3,98,7,99,36,76,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45524,4,3,-1,'Chestguard of Insidious Intent',61885,4,0,0,1,653688,130737,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,196,3,68,7,88,5,59,44,67,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45525,4,0,-1,'Godbane Signet',43095,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,126,3,46,7,63,32,42,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45527,2,15,-1,'Soulscribe',58888,4,0,0,1,1129414,225882,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,54,5,49,36,48,32,28,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45529,4,1,-1,'Shawl of Haunted Memories',59028,4,0,0,1,332921,66584,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,46,6,49,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45530,4,0,-1,'Sanity\'s Bond',50376,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,36,31,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45531,4,3,-1,'Chestguard of the Fallen God',61886,4,0,0,1,670665,134133,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,85,5,86,32,75,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45532,4,1,-1,'Cowl of Dark Whispers',59989,4,0,0,1,336554,67310,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,66,6,80,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45533,2,6,-1,'Dark Edge of Depravity',58913,4,0,0,1,1484421,296884,17,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,164,3,112,7,129,31,64,36,85,0,0,0,0,0,0,0,0,0,0,0,0,685,1028,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45534,4,0,-1,'Seal of the Betrayed King',53042,4,524288,0,1,302495,75623,11,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,81,32,48,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45535,4,0,-1,'Show of Faith',59317,4,0,0,1,455760,113940,12,-1,-1,239,80,0,0,0,0,0,0,0,1,1,0,1,45,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64738,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45536,4,2,-1,'Legguards of Cunning Deception',59740,4,0,0,1,557423,111484,7,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,152,3,112,7,127,32,78,44,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45537,4,1,-1,'Treads of the False Oracle',59037,4,0,0,1,335708,67141,8,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,82,5,69,36,47,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45538,4,0,-1,'Titanstone Pendant',31604,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,46,7,94,12,41,13,43,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45539,4,0,-1,'Pendant of Focused Energies',48512,4,0,0,1,302495,75623,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,42,6,36,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45540,4,0,-1,'Bladebearer\'s Signet',45948,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,72,31,46,37,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45541,4,1,-1,'Shroud of Alteration',51736,4,0,0,1,323145,64629,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,49,36,36,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45542,4,4,-1,'Greaves of the Stonewarder',59219,4,0,0,1,566561,113312,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,115,12,44,14,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45543,4,3,-1,'Shoulders of Misfortune',59274,4,0,0,1,490554,98110,3,32767,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,38,154,3,57,7,66,5,44,36,56,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45544,4,3,-1,'Leggings of the Tortured Earth',59258,4,0,0,1,653622,130724,7,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,133,7,99,5,81,36,75,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45547,4,2,-1,'Relic Hunter\'s Cord',59742,4,0,0,1,275370,55074,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,85,7,84,31,57,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45548,4,2,-1,'Belt of the Sleeper',58641,4,0,0,1,276388,55277,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,64,5,65,6,60,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45549,4,1,-1,'Grips of Chaos',59731,4,0,0,1,221903,44380,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,46,5,49,6,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45550,4,4,-1,'Belt of the Titans',55389,4,0,0,1,391984,78396,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,69,7,126,32,57,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45551,4,4,-1,'Indestructible Plate Girdle',59224,4,0,0,1,403687,80737,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,103,12,36,13,45,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45552,4,4,-1,'Plate Girdle of Righteousness',59209,4,0,0,1,405082,81016,6,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,49,5,62,36,40,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45553,4,3,-1,'Belt of Dragons',59145,4,0,0,1,346462,69292,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,138,3,48,7,66,5,44,32,49,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45554,4,3,-1,'Blue Belt of Chaos',59157,4,0,0,1,314623,62924,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,64,5,65,32,56,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45555,4,2,-1,'Death-warmed Belt',59111,4,0,0,1,263205,52641,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,112,3,69,7,73,32,56,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45556,4,2,-1,'Belt of Arctic Life',59084,4,0,0,1,264195,52839,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,60,6,57,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45557,4,1,-1,'Sash of Ancient Power',58978,4,0,0,1,212171,42434,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,36,49,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45558,4,1,-1,'Cord of the White Dawn',58990,4,0,0,1,212986,42597,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,62,6,48,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45559,4,4,-1,'Battlelord\'s Plate Boots',53671,4,0,0,1,560157,112031,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,69,7,126,32,49,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45560,4,4,-1,'Spiked Deathdealers',59667,4,0,0,1,562234,112446,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,85,7,103,12,37,13,44,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45561,4,4,-1,'Treads of Destiny',59212,4,0,0,1,564369,112873,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,60,36,49,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45562,4,3,-1,'Boots of Living Scale',59168,4,0,0,1,488663,97732,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,138,3,48,7,66,5,45,32,48,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45563,4,3,-1,'Lightning Grounded Boots',59652,4,0,0,1,490504,98100,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,32,57,43,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45564,4,2,-1,'Footpads of Silence',59117,4,0,0,1,408431,81686,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,69,7,64,32,56,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45565,4,2,-1,'Boots of Wintry Endurance',59093,4,0,0,1,409959,81991,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,6,49,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45566,4,1,-1,'Spellslinger\'s Slippers',59433,4,0,0,1,329189,65837,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,63,5,64,6,41,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45567,4,1,-1,'Savior\'s Slippers',61873,4,0,0,1,339130,67826,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,81,7,73,5,60,6,57,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45568,12,0,0,'[PH] Bridle of the Argent Charger',7061,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63663,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45569,12,0,0,'[PH] Bridle of the Deathcharger',7061,1,65536,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63664,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45570,2,18,-1,'Skyforge Crossbow',58880,4,0,0,1,903890,180778,26,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,40,7,40,32,28,31,23,0,0,0,0,0,0,0,0,0,0,0,0,466,657,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,30.2,0,0,0,'',69,0,0,0,0,12340), (45574,4,0,-1,'Stormwind Tabard',59981,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45575,2,0,0,'Test Melee Rifle [PH]',58377,2,65536,8192,1,530483,106096,21,-1,-1,180,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,63691,0,0,0,3000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45577,4,0,-1,'Ironforge Tabard',59977,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45578,4,0,-1,'Gnomeregan Tabard',59976,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45579,4,0,-1,'Darnassus Tabard',59974,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45580,4,0,-1,'Exodar Tabard',59975,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45581,4,0,-1,'Orgrimmar Tabard',59978,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45582,4,0,-1,'Sen\'jin Tabard',59979,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45583,4,0,-1,'Undercity Tabard',59983,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45584,4,0,-1,'Thunder Bluff Tabard',59982,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45585,4,0,-1,'Silvermoon City Tabard',59980,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45586,15,5,-1,'Ironforge Ram',58398,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63636,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45587,4,6,-1,'Bulwark of Algalon',59295,4,0,0,1,762996,152599,14,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,4,71,7,96,12,38,13,29,15,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,227,0,120,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45588,4,1,-1,'Drape of the Skyborn',59001,4,0,0,1,358943,71788,16,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,64,7,106,32,47,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45589,15,5,-1,'Gnomeregan Mechanostrider',58399,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45590,15,5,-1,'Exodar Elekk',58400,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45591,15,5,-1,'Darnassian Nightsaber',58401,4,4096,0,1,0,0,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45592,15,5,-1,'Thunder Bluff Kodo',58402,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63641,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45593,15,5,-1,'Darkspear Raptor',58403,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63635,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45594,4,4,-1,'Legplates of the Endless Void',59712,4,0,0,1,774053,154810,7,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,4,128,7,156,12,59,13,51,14,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2117,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3766,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45595,15,5,-1,'Orgrimmar Wolf',58404,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63640,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45596,15,5,-1,'Silvermoon Hawkstrider',58406,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45597,15,5,-1,'Forsaken Warhorse',58407,4,4096,0,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45599,4,4,-1,'Sabatons of Lifeless Night',59703,4,0,0,1,606753,121350,8,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,93,7,108,32,64,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45601,16,11,0,'Glyph of Berserk',58828,1,64,0,1,400,100,0,1024,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63714,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45602,16,11,0,'Glyph of Wild Growth',58828,1,64,0,1,400,100,0,1024,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63715,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45603,16,11,0,'Glyph of Nourish',58828,1,64,0,1,400,100,0,1024,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63717,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45604,16,11,0,'Glyph of Savage Roar',58828,1,64,0,1,400,100,0,1024,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63718,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45605,2,15,-1,'Daschal\'s Bite',60171,4,0,0,1,1150409,230081,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,68,3,52,7,55,36,34,44,29,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45606,15,2,-1,'Sen\'jin Fetish',51720,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,63712,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45607,2,15,-1,'Fang of Oblivion',58884,4,524288,0,1,1192065,238413,13,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,80,3,47,7,54,32,29,36,24,0,0,0,0,0,0,0,0,0,0,0,0,271,407,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45608,4,0,-1,'Brann\'s Signet Ring',45362,4,524288,0,1,302495,75623,11,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,96,3,64,7,61,32,43,44,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45609,4,0,-1,'Comet\'s Trail',59321,4,0,0,1,455760,113940,12,-1,-1,239,80,0,0,0,0,0,0,0,1,1,0,1,38,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64786,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45610,4,3,-1,'Boundless Gaze',59658,4,0,0,1,542177,108435,1,32767,2147483647,239,80,0,0,0,0,0,0,0,0,1,0,6,38,224,3,70,7,100,5,68,32,69,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45611,4,2,-1,'Solar Bindings',59745,4,0,0,1,302283,60456,9,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,86,3,64,7,61,36,48,37,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45612,2,4,-1,'Constellus',61654,4,0,0,1,1213431,242686,21,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,587,7,54,5,55,32,29,43,24,0,0,0,0,0,0,0,0,0,0,0,0,94,298,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,375,-79.5,0,0,0,'',69,0,0,0,0,12340), (45613,2,10,-1,'Dreambinder',58921,4,0,0,1,1522014,304402,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,38,140,3,112,7,105,36,86,44,85,0,0,0,0,0,0,0,0,0,0,0,0,469,705,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45614,4,0,-1,'Starshine Circle',24646,4,524288,0,1,302495,75623,11,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,61,5,51,36,39,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45615,4,3,-1,'Planewalker Treads',59649,4,0,0,1,515615,103123,8,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,82,5,69,32,56,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45616,4,2,-1,'Star-beaded Clutch',59135,4,0,0,1,286230,57246,6,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,82,5,69,6,48,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45617,4,0,-1,'Cosmos',58971,4,0,0,1,302495,75623,23,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,84,7,52,5,55,32,41,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45618,4,1,-1,'Sunglimmer Cloak',59034,4,0,0,1,346054,69210,16,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,75,7,70,5,48,6,48,36,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45619,4,1,-1,'Starwatcher\'s Binding',59032,4,0,0,1,231562,46312,6,32767,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,82,5,69,6,64,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45620,2,15,-1,'Starshard Edge',58885,4,0,0,1,1161991,232398,21,-1,-1,239,80,0,0,0,0,0,0,0,1,1,0,5,45,587,7,40,5,55,6,43,31,39,0,0,0,0,0,0,0,0,0,0,0,0,94,298,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,375,-79.5,0,0,0,'',69,0,0,0,0,12340), (45621,0,2,-1,'Elixir of Minor Accuracy',44797,1,0,0,1,380,95,0,-1,-1,20,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63729,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45622,16,11,0,'Glyph of Monsoon',58828,1,64,0,1,400,100,0,1024,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63739,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45623,16,11,0,'Glyph of Barkskin',58828,1,64,0,1,400,100,0,1024,2147483647,45,44,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63740,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45624,10,0,-1,'Emblem of Conquest',41435,4,6144,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45625,16,3,0,'Glyph of Chimera Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63741,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45626,4,1,-1,'Spidersilk Drape',58419,3,0,0,1,4423,884,16,-1,-1,24,19,0,0,0,0,0,0,0,0,1,0,3,31,4,7,4,45,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (45627,4,0,-1,'Amulet of Truesight',9852,3,0,0,1,7000,1750,2,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,1,31,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (45628,0,6,-1,'Scroll of Enchant Boots - Lesser Accuracy',811,1,268435520,0,1,0,0,0,-1,-1,45,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63746,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45629,4,1,-1,'Shadoweave Belt',58418,2,0,8192,1,15510,3102,6,-1,-1,44,39,0,0,0,0,0,0,0,0,1,0,0,31,10,7,9,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45630,2,0,-1,'Invisible Axe',58420,0,0,8192,1,111255,22251,13,-1,-1,81,57,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45631,4,0,-1,'High-powered Flashlight',18155,3,524480,0,1,50000,12500,12,-1,-1,54,49,0,0,0,0,0,0,0,0,1,0,1,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25823,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (45632,15,0,-1,'Breastplate of the Wayward Conqueror',41438,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45633,15,0,-1,'Breastplate of the Wayward Protector',41438,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45634,15,0,-1,'Breastplate of the Wayward Vanquisher',41438,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45635,15,0,-1,'Chestguard of the Wayward Conqueror',41438,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45636,15,0,-1,'Chestguard of the Wayward Protector',41438,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45637,15,0,-1,'Chestguard of the Wayward Vanquisher',41438,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45638,15,0,-1,'Crown of the Wayward Conqueror',41441,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45639,15,0,-1,'Crown of the Wayward Protector',41441,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45640,15,0,-1,'Crown of the Wayward Vanquisher',41441,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45641,15,0,-1,'Gauntlets of the Wayward Conqueror',41440,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45642,15,0,-1,'Gauntlets of the Wayward Protector',41440,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45643,15,0,-1,'Gauntlets of the Wayward Vanquisher',41440,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45644,15,0,-1,'Gloves of the Wayward Conqueror',41440,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45645,15,0,-1,'Gloves of the Wayward Protector',41440,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45646,15,0,-1,'Gloves of the Wayward Vanquisher',41440,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45647,15,0,-1,'Helm of the Wayward Conqueror',41441,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45648,15,0,-1,'Helm of the Wayward Protector',41441,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45649,15,0,-1,'Helm of the Wayward Vanquisher',41441,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45650,15,0,-1,'Leggings of the Wayward Conqueror',41442,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45651,15,0,-1,'Leggings of the Wayward Protector',41442,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45652,15,0,-1,'Leggings of the Wayward Vanquisher',41442,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45653,15,0,-1,'Legplates of the Wayward Conqueror',41442,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45654,15,0,-1,'Legplates of the Wayward Protector',41442,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45655,15,0,-1,'Legplates of the Wayward Vanquisher',41442,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45656,15,0,-1,'Mantle of the Wayward Conqueror',19486,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45657,15,0,-1,'Mantle of the Wayward Protector',19486,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45658,15,0,-1,'Mantle of the Wayward Vanquisher',19486,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45659,15,0,-1,'Spaulders of the Wayward Conqueror',19486,4,0,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45660,15,0,-1,'Spaulders of the Wayward Protector',19486,4,0,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45661,15,0,-1,'Spaulders of the Wayward Vanquisher',19486,4,0,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45663,4,4,-1,'Armbands of Bedlam',59694,4,0,0,1,424266,84853,9,1535,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,4,74,7,81,32,48,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1059,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (45664,4,0,0,'Silvermoon Doublet',58541,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45665,4,1,-1,'Pharos Gloves',59734,4,0,0,1,242755,48551,10,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,72,5,72,32,64,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45666,4,0,0,'Ironforge Doublet',58538,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45667,4,0,0,'Stormwind Doublet',58542,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45668,4,0,0,'Exodar Doublet',58536,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45669,4,0,0,'Sen\'jin Doublet',58540,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45670,4,0,0,'Darnassus Doublet',58535,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45671,4,0,0,'Gnomeregan Doublet',58537,1,0,2,1,250000,62500,4,262143,1101,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45672,4,0,0,'Orgrimmar Doublet',58539,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45673,4,0,0,'Thunder Bluff Doublet',58543,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45674,4,0,0,'Undercity Doublet',58544,1,0,1,1,250000,62500,4,262143,690,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45675,4,0,-1,'Power Enhancing Loop',53560,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,31,35,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45676,4,4,-1,'Chestplate of Vicious Potency',59167,4,0,0,1,737247,147449,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,120,44,45,36,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45677,4,2,-1,'Treacherous Shoulderpads',59116,4,0,0,1,396396,79279,3,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,61,31,57,44,46,38,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45679,4,3,-1,'Gloves of Taut Grip',59775,4,0,0,1,327983,65596,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,56,7,80,5,48,36,42,44,37,38,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45680,4,4,-1,'Armbands of the Construct',59747,4,0,0,1,386188,77237,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,59,5,40,32,44,43,16,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45682,4,6,-1,'Pulsing Spellshield',59289,4,0,0,1,707220,141444,14,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,5,45,7,45,32,42,36,34,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,218,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45685,2,15,-1,'Plasma Foil',59374,4,0,0,1,1116785,223357,21,32767,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,34,5,45,6,46,32,35,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (45686,4,2,-1,'Vest of the Glowing Crescent',59761,4,0,0,1,560369,112073,5,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,57,32,66,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2889,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45687,4,3,-1,'Helm of Veiled Energies',59769,4,0,0,1,457981,91596,1,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,5,71,7,82,32,65,36,59,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45688,4,0,-1,'Inscribed Band of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,5,38,112,3,37,7,57,32,38,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45689,4,0,-1,'Inscribed Loop of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,55,5,38,6,38,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45690,4,0,-1,'Inscribed Ring of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,4,4,56,7,84,32,38,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45691,4,0,-1,'Inscribed Signet of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,213,80,0,0,0,0,0,0,0,1,1,0,5,45,66,7,55,5,38,32,37,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45693,15,5,-1,'Mimiron\'s Head',58440,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63796,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this construction. Can only be summoned in Outland or Northrend. This is a very fast... head.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45694,4,1,-1,'Conductive Cord',59718,4,0,0,1,209039,41807,6,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,54,6,60,32,41,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45695,2,10,-1,'Spire of Withering Dreams',58923,4,0,0,1,1346697,269339,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,73,7,93,44,67,36,76,0,0,0,0,0,0,0,0,0,0,0,0,475,713,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45696,4,0,-1,'Mark of the Unyielding',31907,4,0,0,1,320008,80002,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,60,7,88,12,41,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45697,4,4,-1,'Shoulderguards of the Solemn Watch',59229,4,0,0,1,568678,113735,3,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,119,12,41,14,45,15,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45698,4,4,-1,'Sabatons of the Iron Watcher',59754,4,0,0,1,570750,114150,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,54,43,30,32,41,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45699,4,0,-1,'Pendant of the Piercing Glare',48509,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,47,5,45,31,46,36,29,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45700,2,7,-1,'Stoneguard',58942,4,0,0,1,1097018,219403,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,35,7,69,31,24,13,31,14,30,0,0,0,0,0,0,0,0,0,0,0,0,182,340,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45701,4,3,-1,'Greaves of the Earthbinder',59768,4,0,0,1,497639,99527,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,50,5,63,43,21,32,47,45,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45702,4,0,-1,'Emerald Signet Ring',52632,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,70,7,38,5,48,6,43,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45703,4,0,-1,'Spark of Hope',59326,4,0,0,1,455760,113940,12,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,1,6,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65010,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45704,4,1,-1,'Shawl of the Shattered Giant',54674,4,0,0,1,333817,66763,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,3,60,32,44,31,32,38,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45705,0,0,-1,'Argent Tournament Invitation',34342,3,65600,8192,5,0,0,0,-1,-1,80,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63826,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45706,12,0,-1,'Commendation of Bravery',58463,4,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61700,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45707,4,6,-1,'Shieldwall of the Breaker',59288,4,0,0,1,651214,130242,14,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,40,7,66,12,44,14,32,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,218,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45708,4,4,-1,'Archaedas\' Lost Legplates',59300,4,0,0,1,715033,143006,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,159,4,78,37,58,13,65,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45709,4,2,-1,'Nimble Climber\'s Belt',59105,4,0,0,1,256357,51271,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,68,31,56,36,43,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45711,4,3,-1,'Ironaya\'s Discarded Mantle',59776,4,0,0,1,479818,95963,3,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,158,7,61,5,44,3,56,32,39,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45712,4,4,-1,'Chestplate of Titanic Fury',59138,4,0,0,1,745848,149169,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,120,44,71,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45713,2,19,-1,'Nurturing Touch',58952,4,0,0,1,802088,160417,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,39,7,29,5,26,6,24,32,20,0,0,0,0,0,0,0,0,0,0,0,0,378,702,1,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45714,12,0,-1,'Darnassus Commendation Badge',58577,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63832,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45715,12,0,-1,'Exodar Commendation Badge',58578,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63833,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45716,12,0,-1,'Gnomeregan Commendation Badge',58579,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63834,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45717,12,0,-1,'Ironforge Commendation Badge',58580,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63835,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45718,12,0,-1,'Stormwind Commendation Badge',58584,2,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63836,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45719,12,0,-1,'Orgrimmar Commendation Badge',58581,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63837,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45720,12,0,-1,'Sen\'jin Commendation Badge',58582,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63838,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45721,12,0,-1,'Silvermoon Commendation Badge',58583,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63839,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45722,12,0,-1,'Thunder Bluff Commendation Badge',58585,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63840,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45723,12,0,-1,'Undercity Commendation Badge',58586,2,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63841,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45724,15,0,0,'Champion\'s Purse',58497,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A small sum of money awarded to champions for training or service to the tournament.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,100000,100000,0,12340), (45725,15,5,-1,'Argent Hippogryph',47934,4,36864,0,1,0,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63844,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45728,2,14,6,'Thalassian Lance [PH]',40609,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45729,2,14,6,'Raider\'s Lance [PH]',58506,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45730,2,14,6,'Forsaken Lance [PH]',58505,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45731,16,3,0,'Glyph of Explosive Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63854,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45732,16,3,0,'Glyph of Kill Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,71,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63855,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45733,16,3,0,'Glyph of Explosive Trap',58829,1,64,0,1,400,100,0,4,2147483647,45,34,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63856,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45734,16,3,0,'Glyph of Scatter Shot',58829,1,64,0,1,400,100,0,4,2147483647,45,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63857,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45735,16,3,0,'Glyph of Raptor Strike',58829,1,64,0,1,400,100,0,4,2147483647,45,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63858,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45736,16,8,0,'Glyph of Deep Freeze',58830,1,64,0,1,400,100,0,128,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63859,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45737,16,8,0,'Glyph of Living Bomb',58830,1,64,0,1,400,100,0,128,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63860,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45738,16,8,0,'Glyph of Arcane Barrage',58830,1,64,0,1,400,100,0,128,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63862,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45739,16,8,0,'Glyph of Mirror Image',58830,1,64,0,1,400,100,0,128,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63863,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45740,16,8,0,'Glyph of Ice Barrier',58830,1,64,0,1,400,100,0,128,2147483647,45,46,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63864,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45741,16,2,0,'Glyph of Beacon of Light',58832,1,64,0,1,400,100,0,2,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63865,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45742,16,2,0,'Glyph of Hammer of the Righteous',58832,1,64,0,1,400,100,0,2,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63866,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45743,16,2,0,'Glyph of Divine Storm',58832,1,64,0,1,400,100,0,2,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63867,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45744,16,2,0,'Glyph of Shield of Righteousness',58832,1,64,0,1,400,100,0,2,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63868,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45745,16,2,0,'Glyph of Divine Plea',58832,1,64,0,1,400,100,0,2,2147483647,45,71,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63869,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45746,16,2,0,'Glyph of Holy Shock',58832,1,64,0,1,400,100,0,2,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63870,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45747,16,2,0,'Glyph of Salvation',58832,1,64,0,1,400,100,0,2,2147483647,45,26,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63871,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45748,2,14,6,'Darkspear Lance [PH]',58507,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45749,2,14,6,'Brave\'s Lance [PH]',50138,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45750,2,14,6,'Elekk Lance [PH]',58509,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45751,2,14,6,'Spring-Loaded Mechano-Lance [PH]',58510,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45752,2,14,6,'Mountaineer\'s Lance [PH]',58512,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45753,16,5,0,'Glyph of Dispersion',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63872,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45754,2,14,6,'Darnassian Lance [PH]',58514,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45755,16,5,0,'Glyph of Guardian Spirit',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63873,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45756,16,5,0,'Glyph of Penance',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63874,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45757,16,5,0,'Glyph of Mind Sear',58834,1,64,0,1,400,100,0,16,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63875,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45758,16,5,0,'Glyph of Hymn of Hope',58834,1,64,0,1,400,100,0,16,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63876,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45759,2,14,6,'Cavalry Lance [PH]',58806,1,0,0,1,0,0,21,-1,-1,1,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,2,0,0,0,0,0,210,571,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45760,16,5,0,'Glyph of Pain Suppression',58834,1,64,0,1,400,100,0,16,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63877,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45761,16,4,0,'Glyph of Hunger for Blood',58836,1,64,0,1,400,100,0,8,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63878,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45762,16,4,0,'Glyph of Killing Spree',58836,1,64,0,1,400,100,0,8,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63879,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45764,16,4,0,'Glyph of Shadow Dance',58836,1,64,0,1,400,100,0,8,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63880,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45765,2,14,6,'Ebon Cavalry Blade [PH]',59445,1,131072,8192,1,0,0,21,262143,2147483647,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,62853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45766,16,4,0,'Glyph of Fan of Knives',58836,1,64,0,1,400,100,0,8,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63897,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45767,16,4,0,'Glyph of Tricks of the Trade',58836,1,64,0,1,400,100,0,8,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63898,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45768,16,4,0,'Glyph of Mutilate',58836,1,64,0,1,400,100,0,8,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63899,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45769,16,4,0,'Glyph of Cloak of Shadows',58836,1,64,0,1,400,100,0,8,2147483647,45,66,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63901,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45770,16,7,0,'Glyph of Thunder',58839,1,64,0,1,400,100,0,64,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63902,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45771,16,7,0,'Glyph of Feral Spirit',58839,1,64,0,1,400,100,0,64,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63903,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45772,16,7,0,'Glyph of Riptide',58839,1,64,0,1,400,100,0,64,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63904,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45773,1,2,-1,'Emerald Bag',20503,3,0,0,1,120000,30000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45774,9,2,-1,'Pattern: Emerald Bag',811,1,64,0,1,50000,12500,0,-1,-1,78,0,197,435,0,0,0,1073,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,63924,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew an Emerald Bag.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45775,16,7,0,'Glyph of Earth Shield',58839,1,64,0,1,400,100,0,64,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63925,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45776,16,7,0,'Glyph of Totem of Wrath',58839,1,64,0,1,400,100,0,64,2147483647,45,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63926,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45777,16,7,0,'Glyph of Hex',58839,1,64,0,1,400,100,0,64,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63927,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45778,16,7,0,'Glyph of Stoneclaw Totem',58839,1,64,0,1,400,100,0,64,2147483647,45,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63929,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45779,16,9,0,'Glyph of Haunt',58841,1,64,0,1,400,100,0,256,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63930,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45780,16,9,0,'Glyph of Metamorphosis',58841,1,64,0,1,400,100,0,256,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63932,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45781,16,9,0,'Glyph of Chaos Bolt',58841,1,64,0,1,400,100,0,256,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63933,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45782,16,9,0,'Glyph of Demonic Circle',58841,1,64,0,1,400,100,0,256,2147483647,45,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63937,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45783,16,9,0,'Glyph of Shadowflame',58841,1,64,0,1,400,100,0,256,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63938,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45784,0,0,0,'Thorim\'s Sigil',58548,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45785,16,9,0,'Glyph of Life Tap',58841,1,64,0,1,400,100,0,256,2147483647,45,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63941,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45786,0,0,0,'Hodir\'s Sigil',58546,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45787,0,0,0,'Mimiron\'s Sigil',58547,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45788,0,0,0,'Freya\'s Sigil',58545,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45789,16,9,0,'Glyph of Soul Link',58841,1,64,0,1,400,100,0,256,2147483647,45,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63943,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45790,16,1,0,'Glyph of Bladestorm',58842,1,64,0,1,400,100,0,1,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63945,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45791,0,0,0,'Sigils of the Watchers',58549,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45792,16,1,0,'Glyph of Shockwave',58842,1,64,0,1,400,100,0,1,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45793,16,1,0,'Glyph of Vigilance',58842,1,64,0,1,400,100,0,1,2147483647,45,40,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63949,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45794,16,1,0,'Glyph of Enraged Regeneration',58842,1,64,0,1,400,100,0,1,2147483647,45,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63950,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45795,16,1,0,'Glyph of Spell Reflection',58842,1,64,0,1,400,100,0,1,2147483647,45,64,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63951,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45796,13,0,0,'Celestial Planetarium Key',58526,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45797,16,1,0,'Glyph of Shield Wall',58842,1,64,0,1,400,100,0,1,2147483647,45,28,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63952,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45798,0,0,0,'Heroic Celestial Planetarium Key',58526,1,65600,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45799,16,6,0,'Glyph of Dancing Rune Weapon',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63953,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45800,16,6,0,'Glyph of Hungering Cold',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63954,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45801,15,5,-1,'Reins of the Ironbound Proto-Drake',59690,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63956,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45802,15,5,-1,'Reins of the Rusted Proto-Drake',59690,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,63963,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45803,16,6,0,'Glyph of Unholy Blight',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63955,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45804,16,6,0,'Glyph of Dark Death',58825,1,64,0,1,400,100,0,32,2147483647,45,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63958,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45805,16,6,0,'Glyph of Disease',58825,1,64,0,1,400,100,0,32,2147483647,45,55,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63959,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45806,16,6,0,'Glyph of Howling Blast',58825,1,64,0,1,400,100,0,32,2147483647,45,60,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63961,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45808,4,0,-1,'Runed Mana Band',31800,3,0,0,1,294132,73533,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,43,5,28,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45809,4,0,-1,'Scarlet Signet',45948,3,0,0,1,294132,73533,11,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,65,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45810,4,1,-1,'Cloak of Crimson Snow',55663,3,0,0,1,224061,44812,16,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,42,5,29,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45811,4,1,-1,'Frostguard Drape',49738,3,0,0,1,224877,44975,16,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45812,4,0,-1,'Emerald Choker',51280,3,0,0,1,294132,73533,2,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,38,86,7,64,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45813,4,0,-1,'Sky Sapphire Amulet',31603,3,0,0,1,294132,73533,2,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,42,5,29,32,28,35,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45814,0,0,0,'Freya\'s Sigil',58545,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45815,0,0,0,'Hodir\'s Sigil',58546,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45816,0,0,0,'Mimiron\'s Sigil',58547,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45817,0,0,0,'Thorim\'s Sigil',58523,1,67584,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45819,4,0,-1,'Spiked Battleguard Choker',48508,4,4096,0,1,0,0,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,65,7,93,32,36,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45820,4,0,-1,'Broach of the Wailing Night',48512,4,4096,0,1,0,0,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,69,32,36,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45821,4,0,-1,'Shard of the Crystal Forest',48507,4,4096,0,1,0,0,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,41,13,43,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45822,4,0,-1,'Evoker\'s Charm',48510,4,4096,0,1,0,0,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,43,6,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45823,4,0,-1,'Frozen Tear of Elune',6543,4,4096,0,1,0,0,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,43,32,41,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45824,4,4,-1,'Belt of the Singing Blade',58746,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,87,7,124,32,60,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45825,4,4,-1,'Shieldwarder Girdle',58770,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,127,12,49,13,60,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45826,4,4,-1,'Girdle of Unyielding Trust',58756,4,4096,0,1,0,0,6,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,84,5,57,32,49,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45827,4,3,-1,'Belt of the Ardent Marksman',58743,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,85,7,67,5,44,36,49,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45828,4,3,-1,'Windchill Binding',58773,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,45,100,7,84,5,56,36,60,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45829,4,2,-1,'Belt of the Twilight Assassin',58747,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,124,3,84,7,84,31,49,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45830,4,2,-1,'Belt of the Living Thicket',58745,4,4096,0,1,0,0,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,56,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45831,4,1,-1,'Sash of Potent Incantations',58769,4,4096,0,1,0,0,6,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,60,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45832,4,1,-1,'Mantle of the Preserver',59722,4,0,0,1,327887,65577,3,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,72,5,56,6,46,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45833,4,4,-1,'Bladebreaker Gauntlets',58748,4,4096,0,1,0,0,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,87,7,124,32,60,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45834,4,4,-1,'Gauntlets of the Royal Watch',58750,4,4096,0,1,0,0,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,127,12,55,13,56,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45835,4,4,-1,'Gauntlets of Serene Blessing',58749,4,4096,0,1,0,0,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,72,5,60,36,56,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45836,4,3,-1,'Gloves of Unerring Aim',58760,4,4096,0,1,0,0,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,170,3,57,7,66,5,44,32,44,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45837,4,3,-1,'Gloves of Augury',58758,4,4096,0,1,0,0,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,84,5,56,32,60,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45838,4,2,-1,'Gloves of the Blind Stalker',58761,4,4096,0,1,0,0,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,85,7,84,32,49,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45839,4,2,-1,'Grips of the Secret Grove',58762,4,4096,0,1,0,0,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,60,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45840,4,1,-1,'Touch of the Occult',61878,4,4096,0,1,0,0,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,73,5,60,6,60,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45841,4,4,-1,'Legplates of the Violet Champion',58767,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,115,7,130,32,68,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45842,4,4,-1,'Wyrmguard Legplates',58774,4,4096,0,1,0,0,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,147,12,59,15,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,48259,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45843,4,4,-1,'Legguards of the Peaceful Covenant',58766,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,112,5,76,36,58,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45844,4,3,-1,'Leggings of the Tireless Sentry',58764,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,38,196,3,60,7,90,5,59,32,75,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,0,0,3301,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45845,4,3,-1,'Leggings of the Weary Mystic',58765,4,4096,0,1,0,0,7,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,114,5,75,36,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45846,4,2,-1,'Leggings of Wavering Shadow',58763,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,136,3,98,7,112,36,75,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45847,4,2,-1,'Wildstrider Legguards',58772,4,4096,0,1,0,0,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,68,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45848,4,1,-1,'Legwraps of the Master Conjurer',58768,4,4096,0,1,0,0,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,99,5,81,6,68,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45849,4,0,-1,'Twilight Tome',55956,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,45,41,7,25,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Just holding this heavy and unwieldy tome makes you feel a little clumsy....',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (45850,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64048,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (45851,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64047,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (45852,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64049,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (45853,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64046,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (45854,4,0,-1,'Rituals of the New Moon',55265,3,64,0,1,5600,1400,23,-1,-1,159,70,0,0,0,0,0,0,0,0,1,0,3,32,36,7,37,31,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64052,0,0,0,600000,102,600000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',53,0,0,0,0,12340), (45855,0,0,0,'Sigils of the Watchers',58549,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45857,0,0,0,'Archivum Data Disc',44303,4,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13817,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45858,2,20,-1,'Nat\'s Lucky Fishing Pole',20619,3,32768,0,1,0,0,17,-1,-1,20,0,356,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,63,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,8082,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,1,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45859,4,0,-1,'The 5 Ring',31616,4,524288,0,1,145200,36300,11,-1,-1,206,80,0,0,0,0,0,0,0,0,1,0,3,7,55,31,55,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900000,0,30000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'This ring appears to have eaten the 3 and 4 rings.',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45860,4,0,-1,'Crystal Tiara',58587,1,0,8192,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,50,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45861,2,14,-1,'Diamond-tipped Cane',58588,1,0,0,1,233,46,17,-1,-1,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45862,3,0,0,'Bold Stormjewel',58601,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1569,-1,0,0,0,0,'',0,0,0,0,0,12340), (45863,12,0,0,'Decayed Treasure Map',58589,1,0,8192,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',3560,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45864,4,2,-1,'Cover of the Keepers',59758,4,0,0,1,397999,79599,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,90,5,65,6,45,36,73,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45865,4,1,-1,'Raiments of the Corrupted',59020,4,0,0,1,426070,85214,20,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,105,5,62,31,76,32,61,45,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45866,4,0,-1,'Elemental Focus Stone',48007,4,0,0,1,455760,113940,12,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,1,31,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65005,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45867,4,3,-1,'Breastplate of the Stoneshaper',59765,4,0,0,1,663398,132679,5,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,99,5,81,32,70,36,57,45,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45868,2,8,-1,'Aesir\'s Edge',59364,4,0,0,1,1422209,284441,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,141,44,64,32,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45869,4,2,-1,'Fluxing Energy Coils',59091,4,0,0,1,278425,55685,9,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,54,3,63,38,72,31,46,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45870,2,3,-1,'Magnetized Projectile Emitter',58900,4,0,0,1,859505,171901,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,3,29,7,30,31,27,38,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415,707,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2936,0,375,25.4,0,0,0,'',69,0,0,0,0,12340), (45871,4,0,-1,'Seal of Ulduar',59327,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,40,7,72,14,35,37,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45872,2,2,-1,'Avalanche',58739,4,0,0,1,840714,168142,15,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,26,7,39,44,17,31,16,38,66,0,0,0,0,0,0,0,0,0,0,0,0,299,556,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45873,4,1,-1,'Winter\'s Frigid Embrace',59040,4,0,0,1,305385,61077,16,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,60,7,51,36,29,38,92,32,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45874,4,0,-1,'Signet of Winter',31616,4,524288,0,1,302495,75623,11,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,4,4,60,7,89,13,43,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45875,15,0,-1,'Sack of Ulduar Spoils',39463,4,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,1000000,1000000,0,12340), (45876,2,4,-1,'Shiver',58736,4,0,0,1,1087764,217552,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,78,4,36,31,23,14,33,12,27,0,0,0,0,0,0,0,0,0,0,0,0,200,372,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Unnaturally cold to the touch.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45877,4,6,-1,'The Boreal Guard',59287,4,0,0,1,698841,139768,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,39,7,92,12,35,15,33,14,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,8,0,2,0,0,0,3358,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45878,15,0,-1,'Large Sack of Ulduar Spoils',39463,4,4,0,1,50,12,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,1500000,1500000,0,12340), (45879,3,0,0,'Delicate Stormjewel',58601,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1589,-1,0,0,0,0,'',0,0,0,0,0,12340), (45880,3,1,0,'Solid Stormjewel',56636,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1590,-1,0,0,0,0,'',0,0,0,0,0,12340), (45881,3,1,0,'Sparkling Stormjewel',56636,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Blue Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1591,-1,0,0,0,0,'',0,0,0,0,0,12340), (45882,3,2,0,'Brilliant Stormjewel',58714,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1592,-1,0,0,0,0,'',0,0,0,0,0,12340), (45883,3,0,0,'Runed Stormjewel',58601,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Red Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1593,-1,0,0,0,0,'',0,0,0,0,0,12340), (45886,2,10,-1,'Icecore Staff',58919,4,0,0,1,1411627,282325,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,7,111,5,112,6,84,36,93,45,550,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,-75.6,0,0,0,'',69,0,0,0,0,12340), (45887,4,6,-1,'Ice Layered Barrier',61838,4,0,0,1,725353,145070,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,50,5,52,43,20,36,48,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45888,4,4,-1,'Bitter Cold Armguards',59170,4,0,0,1,400819,80163,9,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,64,7,72,32,42,44,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45892,2,4,-1,'Legacy of Thunder',59367,4,0,0,1,1120845,224169,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,4,35,13,34,37,23,12,26,0,0,0,0,0,0,0,0,0,0,0,0,194,361,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45893,4,2,-1,'Guise of the Midgard Serpent',59092,4,0,0,1,381691,76338,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,101,7,77,32,60,37,53,38,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,1597,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45894,4,1,-1,'Leggings of Unstable Discharge',59012,4,0,0,1,408718,81743,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,107,5,81,6,53,32,70,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45895,4,3,-1,'Belt of the Blood Pit',59772,4,0,0,1,307693,61538,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,158,3,53,7,67,5,45,36,41,44,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45896,0,0,0,'Unbound Fragments of Val\'anyr',57996,5,65600,0,1,0,0,0,261714,2147483647,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64184,0,0,0,20000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The fragments would piece together a magnificent hammer if they could somehow be bound together again.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45897,0,0,0,'Reforged Hammer of Ancient Kings',58602,5,67584,0,1,0,0,0,261714,2147483647,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The acids have solidified into clear crystals that encase the legendary hammer.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45899,2,8,-1,'Monster - 1H Sword - Varian\'s Blade',58617,1,0,8192,1,22,4,17,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45900,2,4,-1,'Monster - Mace, Thorim (Ulduar Raid)',61972,0,0,8192,1,12,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45901,0,5,-1,'Homemade Fish Fry',44291,1,0,8192,5,3200,160,0,-1,-1,80,70,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45548,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (45902,12,0,-1,'Phantom Ghostfish',58620,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340), (45903,12,0,-1,'Corroded Jewelry',58621,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45904,12,0,-1,'Terrorfish',58622,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'So good it\'s scary!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45905,12,0,-1,'Bloodtooth Frenzy',24704,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45907,7,8,-1,'Mostly-eaten Bonescale Snapper',9134,0,0,0,1,160,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45908,16,4,0,'Glyph of Envenom',58836,1,0,0,1,1000000,100,0,8,-1,45,62,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64200,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45909,7,11,-1,'Giant Darkwater Clam',19284,1,64,0,1,1600,400,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64202,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45912,9,0,0,'Book of Glyph Mastery',1103,2,64,0,1,200000,50000,0,-1,-1,80,0,773,425,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64323,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45924,15,0,-1,'Certificate of Appreciation',16065,4,0,0,1,0,25000,0,-1,-1,174,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,64347,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Thanks for your assistance. Unfortunately,your epics are in another dungeon. Please try again.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (45927,4,1,-1,'Handwraps of Resonance',59719,4,0,0,1,220194,44038,10,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,59,5,60,6,53,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45928,4,4,-1,'Gauntlets of the Thunder God',59751,4,0,0,1,400742,80148,10,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,51,5,56,32,41,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45929,4,0,-1,'Sif\'s Remembrance',59325,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,45,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65002,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45930,2,15,-1,'Combatant\'s Bootblade',59371,4,0,0,1,1175467,235093,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,44,7,40,36,34,38,74,32,32,0,0,0,0,0,0,0,0,0,0,0,0,200,301,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45931,4,0,-1,'Mjolnir Runestone',48009,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,32,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65020,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45932,0,5,-1,'Black Jelly',53565,1,0,0,1,900,225,0,-1,-1,90,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64354,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45933,4,0,-1,'Pendant of the Shallow Grave',59307,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,45,5,43,32,41,36,31,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45934,2,10,-1,'Unraveling Reach',58928,4,0,0,1,1276845,255369,17,-1,-1,219,80,0,0,0,0,0,0,6,0,1,0,5,7,93,5,76,6,93,31,114,45,487,0,0,0,0,0,0,0,0,0,0,0,0,211,390,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (45935,4,4,-1,'Ironbark Faceguard',59676,4,0,0,1,537325,107465,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,135,12,62,13,54,37,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3354,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45936,4,4,-1,'Legplates of Flourishing Resolve',59752,4,4096,0,1,740313,148062,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,107,5,81,32,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45937,2,3,-1,'Furious Gladiator\'s Shotgun',56176,4,36864,0,1,0,0,26,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,82,7,60,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,703,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30.2,0,0,0,'',0,0,0,0,0,12340), (45938,2,2,-1,'Furious Gladiator\'s Recurve',58934,4,36864,0,1,0,0,15,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,82,7,60,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,703,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30.2,0,0,0,'',0,0,0,0,0,12340), (45939,2,18,-1,'Furious Gladiator\'s Repeater',55932,4,36864,0,1,0,0,26,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,82,7,60,32,27,35,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,703,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,30.2,0,0,0,'',0,0,0,0,0,12340), (45940,4,2,-1,'Tunic of the Limber Stalker',59119,4,0,0,1,536648,107329,5,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,114,31,61,32,63,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45941,4,3,-1,'Chestguard of the Lasher',59774,4,0,0,1,646350,129270,5,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,76,7,93,5,56,36,60,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45942,15,2,-1,'XS-001 Constructor Bot',58737,1,64,0,1,0,1500,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,64351,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,0), (45943,4,3,-1,'Gloves of Whispering Winds',61842,4,0,0,1,335431,67086,10,32767,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,62,36,43,32,50,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45945,4,0,-1,'Seed of Budding Carnage',59308,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,57,38,92,7,54,31,32,44,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45946,4,0,-1,'Fire Orchid Signet',39127,4,524288,0,1,200005,50001,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,47,5,49,43,19,36,30,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45947,2,7,-1,'Serilas, Blood Blade of Invar One-Arm',58938,4,0,0,1,1162938,232587,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,34,37,26,38,72,31,32,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Countless notches cover the blade\'s length.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45948,2,1,-1,'Furious Gladiator\'s Sunderer',55925,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45949,2,5,-1,'Furious Gladiator\'s Crusher',58962,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45950,2,8,-1,'Furious Gladiator\'s Claymore',57463,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45951,2,6,-1,'Furious Gladiator\'s Halberd',58963,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,224,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,1057,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45952,2,10,-1,'Furious Gladiator\'s Greatstaff',56259,4,36864,0,1,0,0,17,1024,2147483647,239,80,0,0,0,0,0,0,0,0,1,0,4,3,112,7,192,32,70,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45953,2,10,-1,'Furious Gladiator\'s Combat Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,36,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340), (45954,2,10,-1,'Furious Gladiator\'s Acute Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,31,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340), (45955,2,10,-1,'Furious Gladiator\'s Skirmish Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,32,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340), (45956,2,10,-1,'Furious Gladiator\'s Light Staff',56252,4,36864,0,1,0,0,17,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,186,5,82,45,587,6,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,232,428,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340), (45957,2,0,-1,'Furious Gladiator\'s Handaxe',56204,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45958,2,15,-1,'Furious Gladiator\'s Spike',56226,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,407,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45959,2,4,-1,'Furious Gladiator\'s Truncheon',58958,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45960,2,7,-1,'Furious Gladiator\'s Longblade',58966,4,36864,0,1,0,0,13,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,587,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45961,2,0,-1,'Furious Gladiator\'s Dicer',56204,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45962,2,15,-1,'Furious Gladiator\'s Dirk',56226,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,343,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45963,2,13,-1,'Furious Gladiator\'s Left Razor',56256,4,36864,0,1,0,0,22,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45964,2,4,-1,'Furious Gladiator\'s Punisher',58958,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45965,2,7,-1,'Furious Gladiator\'s Swiftblade',58966,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,367,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45966,2,0,-1,'Furious Gladiator\'s Splitter',56204,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45967,2,15,-1,'Furious Gladiator\'s Eviscerator',56226,4,36864,0,1,0,0,22,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,441,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45968,2,13,-1,'Furious Gladiator\'s Left Claw',58951,4,36864,0,1,0,0,22,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45969,2,13,-1,'Furious Gladiator\'s Grasp',56257,4,36864,0,1,0,0,21,262143,32767,239,80,0,0,0,0,0,0,0,0,1,0,4,38,94,7,82,32,29,35,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,636,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45970,2,15,-1,'Furious Gladiator\'s Mageblade',56220,4,36864,0,1,0,0,21,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,70,5,46,45,587,32,39,35,38,0,0,0,0,0,0,0,0,0,0,0,0,83,265,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340), (45971,2,4,-1,'Furious Gladiator\'s Salvation',58960,4,36864,0,1,0,0,21,-1,-1,239,80,0,0,0,0,0,0,0,0,1,0,5,7,70,5,46,45,587,43,20,35,38,0,0,0,0,0,0,0,0,0,0,0,0,83,265,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-79.5,0,0,0,'',0,0,0,0,0,12340), (45972,2,4,-1,'Pulse Baton',58906,4,4096,0,1,1041670,208334,21,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,44,5,36,32,46,43,19,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (45973,4,1,-1,'Stylish Power Cape',56737,4,0,0,1,313687,62737,16,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,32,35,44,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Green is the new pink.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45974,4,2,-1,'Shoulderguards of Assimilation',59760,4,0,0,1,393551,78710,3,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,53,6,46,36,57,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45975,4,4,-1,'Cable of the Metrognome',59749,4,0,0,1,370805,74161,6,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,57,43,28,36,49,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Timing belt.',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45976,4,1,-1,'Static Charge Handwraps',59033,4,0,0,1,211475,42295,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,68,5,56,6,39,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45977,15,0,0,'Porcelain Bell',40714,0,0,0,1,4000000,1000000,0,-1,-1,70,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Embellished with a figure reaching toward a swan, this treasure would surely fetch a grand price from anyone. The owner must have been very foolish to lose it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45978,15,0,0,'Solid Gold Coin',58679,0,0,0,1,40000,10000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45979,15,0,0,'Tower Key',58680,0,0,0,1,666666,166666,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45980,15,0,0,'Whale Statue',58681,0,0,0,1,440000,110000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45981,15,0,0,'New Age Painting',58682,0,0,0,1,1000000,250000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Signed by Marcia Chase.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45982,4,4,-1,'Fused Alloy Legplates',59163,4,0,0,1,779591,155918,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,32,60,31,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45983,4,0,-1,'Furious Gladiator\'s Tabard',58701,4,36864,0,1,0,0,19,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45984,15,0,0,'Unusual Compass',58710,1,64,0,1,80000,20000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64385,0,0,0,10000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45986,15,0,0,'Tiny Titanium Lockbox',54724,3,4,0,1,2000,500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,1813,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (45987,3,2,0,'Rigid Stormjewel',58714,4,0,0,1,45000,11250,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches a Yellow Socket.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1609,-1,0,0,0,0,'',0,0,0,0,0,12340), (45988,4,4,-1,'Greaves of the Iron Army',59218,4,0,0,1,553869,110773,8,1535,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,55,7,102,12,50,14,57,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1614,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,1886,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45989,4,3,-1,'Tempered Mercury Greaves',59779,4,4096,0,1,479557,95911,8,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,66,5,40,31,48,32,38,38,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,1587,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45990,2,7,-1,'Fusion Blade',58735,4,0,0,1,1091940,218388,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,7,51,5,36,32,37,31,52,45,550,0,0,0,0,0,0,0,0,0,0,0,0,94,288,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2908,0,375,-72.5,0,0,0,'',69,0,0,0,0,12340), (45991,2,20,-1,'Bone Fishing Pole',58715,3,0,0,1,892594,178518,17,-1,-1,200,70,356,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,610,0,0,0,0,0,0,0,0,0,40,0,3000,0,3,59731,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45992,2,20,-1,'Jeweled Fishing Pole',58716,3,0,0,1,895995,179199,17,-1,-1,200,70,356,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,406,610,0,0,0,0,0,0,0,0,0,0,0,3000,0,3,59731,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A Tiffany Cartier original.',0,0,0,0,0,1,1,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45993,4,2,-1,'Mimiron\'s Flight Goggles',59279,4,0,0,1,403931,80786,1,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,3,97,7,90,32,60,36,66,38,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,2767,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45994,4,0,-1,'Lost Ring',31664,3,524288,0,1,187469,46867,11,-1,-1,200,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45995,4,0,-1,'Forgotten Necklace',35359,3,524288,0,1,187469,46867,2,-1,-1,200,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (45996,2,6,-1,'Hoperender',58914,4,0,0,1,1321588,264317,17,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,86,44,78,31,62,38,138,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45997,4,4,-1,'Gauntlets of the Wretched',58235,4,0,0,1,373513,74702,10,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,91,7,90,31,39,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (45998,4,0,-1,'Battered Jungle Hat',37617,1,0,0,1,216,43,1,-1,-1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-40,0,0,0,'',0,0,0,0,0,12340), (45999,15,0,0,'Worthless Piece of White Glass',30634,0,0,0,1,20,5,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This glass is marked by a star-shaped crack, as if it was thrown at something.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46000,15,0,0,'Worthless Piece of Red Glass',20977,0,0,0,1,20,5,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46001,15,0,0,'Worthless Piece of Green Glass',35842,0,0,0,1,20,5,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46002,15,0,0,'Worthless Piece of Violet Glass',33297,0,0,0,1,20,5,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This thing smells like booze.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46003,15,0,0,'Worthless Piece of Orange Glass',35844,0,0,0,1,20,5,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46004,12,0,0,'Sealed Vial of Poison',55318,1,0,0,1,40000,10000,0,-1,-1,80,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Not really safe for drinking.',0,0,0,13845,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46005,12,0,0,'Sealed Vial of Poison',55318,1,0,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Not really safe for drinking.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46006,0,8,-1,'Glow Worm',58725,1,64,0,1,755,188,0,-1,-1,30,0,356,100,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64401,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46007,15,0,-1,'Bag of Fishing Treasures',2591,1,4,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,50000,120000,0,12340), (46008,4,0,-1,'Choker of the Abyss',34034,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,60,38,54,7,51,36,43,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46009,4,2,-1,'Bindings of the Depths',59756,4,0,0,1,257399,51479,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,44,5,43,6,34,32,46,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46010,4,0,-1,'Darkstone Ring',34336,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,67,32,40,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46011,2,15,-1,'Shadowbite',59375,4,0,0,1,1037503,207500,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,45,7,34,31,35,38,60,37,31,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46012,4,1,-1,'Vestments of the Piercing Light',59725,4,0,0,1,416540,83308,20,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,76,32,62,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46013,4,1,-1,'Underworld Mantle',59031,4,0,0,1,313591,62718,3,262143,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,58,5,60,6,46,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46014,4,1,-1,'Saronite Animus Cloak',59026,4,0,0,1,314777,62955,16,-1,-1,219,80,0,0,0,0,0,0,1,0,1,0,5,4,43,7,88,12,46,14,29,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46015,4,0,-1,'Pendant of Endless Despair',31899,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,58,5,40,43,23,32,29,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46016,2,8,-1,'Abaddon',58945,4,0,0,1,1321320,264264,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,159,31,62,44,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,866,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46017,2,4,-1,'Val\'anyr, Hammer of Ancient Kings',61655,5,0,0,1,1818255,363651,21,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,621,7,55,5,57,32,50,36,49,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,64415,1,0,0,-1,0,-1,68496,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The power of creation courses through this weapon.',0,0,0,0,0,1,3,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (46018,2,18,-1,'Deliverance',58879,4,4096,0,1,819958,163991,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,24,7,29,44,26,31,16,38,68,0,0,0,0,0,0,0,0,0,0,0,0,342,513,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46019,4,3,-1,'Leggings of the Insatiable',59777,4,0,0,1,658275,131655,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,81,7,90,5,53,36,55,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46021,4,0,-1,'Royal Seal of King Llane',59316,4,0,0,1,455760,113940,12,262143,32767,219,80,0,0,0,0,0,0,0,1,1,0,1,7,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65012,0,0,0,120000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Covered in blood that doesn\'t seem to wash away.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46022,4,0,-1,'Pendant of a Thousand Maws',34274,4,0,0,1,302495,75623,2,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,7,68,4,67,32,43,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46023,15,0,-1,'A Steamy Romance Novel: Northern Exposure',21431,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3562,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46024,2,15,-1,'Kingsbane',59372,4,0,0,1,1116785,223357,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,34,31,36,38,70,37,23,0,0,0,0,0,0,0,0,0,0,0,0,182,274,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The blade carries with it a sense of deep sorrow.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46025,2,10,-1,'Devotion',58917,4,4096,0,1,1400923,280184,17,-1,-1,219,80,0,0,0,0,0,0,6,0,1,0,5,7,129,5,81,36,87,6,106,45,487,0,0,0,0,0,0,0,0,0,0,0,0,211,390,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (46026,0,6,-1,'Scroll of Enchant Weapon - Blade Ward',811,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64441,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46027,9,8,-1,'Formula: Enchant Weapon - Blade Ward',56793,4,33554496,0,1,60000,15000,0,-1,-1,75,0,333,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,64441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a weapon to sometimes grant Blade Warding when striking an enemy, increasing parry rating and inflicting damage on your next parry. Enchantment requires level 75.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46028,4,4,-1,'Faceguard of the Eyeless Horror',59750,4,0,0,1,537381,107476,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,65,32,76,43,30,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,2370,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46029,0,0,0,'Magnetic Core',41434,1,65536,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64444,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,60,0,0,'',0,0,0,0,0,12340), (46030,4,1,-1,'Treads of the Dragon Council',59036,4,0,0,1,310032,62006,8,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,93,7,69,5,57,6,42,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46031,2,0,-1,'Touch of Madness',58877,4,0,0,1,1037289,207457,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,24,7,52,38,92,32,26,31,34,0,0,0,0,0,0,0,0,0,0,0,0,297,552,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46032,4,1,-1,'Drape of the Faceless General',58999,4,0,0,1,321857,64371,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,53,7,55,44,30,38,92,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46033,2,10,-1,'Tortured Earth',58926,4,0,0,1,1417553,283510,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,204,3,88,7,131,32,73,31,56,0,0,0,0,0,0,0,0,0,0,0,0,521,782,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46034,4,1,-1,'Leggings of Profound Darkness',59720,4,0,0,1,444027,88805,7,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,84,5,82,6,66,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,0,0,2770,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46035,2,4,-1,'Aesuga, Hand of the Ardent Champion',61656,4,0,0,1,1142282,228456,21,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,550,7,52,5,51,32,41,36,22,0,0,0,0,0,0,0,0,0,0,0,0,94,288,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2864,0,375,-72.5,0,0,0,'',69,0,0,0,0,12340), (46036,2,7,-1,'Void Sabre',58944,4,4096,0,1,1146458,229291,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,51,31,36,32,20,38,72,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46037,4,4,-1,'Shoulderplates of the Celestial Watch',59143,4,0,0,1,588079,117615,3,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,96,32,56,44,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46038,4,0,-1,'Dark Matter',59323,4,0,0,1,455760,113940,12,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,1,38,222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65025,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46039,4,4,-1,'Breastplate of the Timeless',59233,4,0,0,1,791227,158245,5,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,147,12,81,14,50,37,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46040,4,0,-1,'Strength of the Heavens',48507,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,66,7,72,32,42,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46041,4,4,-1,'Starfall Girdle',59140,4,0,0,1,400742,80148,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,96,32,40,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46042,4,1,-1,'Drape of the Messenger',59000,4,0,0,1,342730,68546,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,45,5,36,31,31,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46043,4,2,-1,'Gloves of the Endless Dark',59526,4,0,0,1,286627,57325,10,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,50,31,65,36,48,38,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46044,4,3,-1,'Observer\'s Mantle',59771,4,0,0,1,520063,104012,3,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,59,5,60,32,46,36,50,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46045,4,1,-1,'Pulsar Gloves',59018,4,0,0,1,230931,46186,10,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,75,5,47,36,46,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46046,4,0,-1,'Nebula Band',44357,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,48,5,36,36,36,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46047,4,0,-1,'Pendant of the Somber Witness',48508,4,0,0,1,302495,75623,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,46,32,36,43,19,45,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46048,4,0,-1,'Band of Lights',44358,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,57,7,39,31,46,44,31,38,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46049,4,2,-1,'Zodiac Leggings',59762,4,0,0,1,544850,108970,7,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,85,5,70,6,66,36,71,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46050,4,1,-1,'Starlight Treads',59724,4,0,0,1,328132,65626,8,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,64,5,65,6,45,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46051,4,0,-1,'Meteorite Crystal',59328,4,4096,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,5,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64999,0,0,0,120000,0,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46052,12,0,0,'Reply-Code Alpha',58742,4,65536,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13631,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46053,12,0,0,'Reply-Code Alpha',58742,4,65536,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,13819,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46054,9,9,-1,'Journeyman Fishing - Fishing for Dummies',1134,1,64,8192,1,20000,5000,0,-1,-1,15,0,356,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64485,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46055,9,9,-1,'Grand Master Fishing - Deep Sea Adventures',1246,1,64,8192,1,50000,12500,0,-1,-1,70,0,356,275,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33100,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46057,4,4,-1,'Titan-Forged Chestguard of Salvation',58776,4,4096,0,1,0,0,5,2,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,43,25,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46058,4,4,-1,'Titan-Forged Breastplate of Triumph',58775,4,4096,0,1,0,0,5,35,32767,213,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,150,31,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,165,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46059,4,3,-1,'Titan-Forged Chain Armor of Triumph',58777,4,4096,0,1,0,0,5,68,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,6,38,102,3,68,7,115,5,35,31,67,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46060,4,3,-1,'Titan-Forged Ringmail of Salvation',58778,4,4096,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,36,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46061,4,3,-1,'Titan-Forged Mail Armor of Domination',58778,4,4096,0,1,0,0,5,64,-1,213,80,0,0,0,0,0,0,0,0,1,0,5,7,115,5,50,45,98,31,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46062,4,2,-1,'Titan-Forged Leather Tunic of Triumph',58779,4,4096,0,1,0,0,5,1032,2147483647,213,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,84,7,115,44,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46063,4,2,-1,'Titan-Forged Leather Chestguard of Salvation',59684,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,36,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46064,4,2,-1,'Titan-Forged Leather Chestguard of Dominance',59684,4,4096,0,1,0,0,20,1024,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,31,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3600,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46065,4,1,-1,'Titan-Forged Raiment of Dominance',52361,4,4096,0,1,0,0,20,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,31,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46066,4,1,-1,'Titan-Forged Raiment of Salvation',58783,4,4096,0,1,0,0,20,400,32767,213,80,0,0,0,0,0,0,0,0,1,0,5,45,98,7,115,5,50,36,51,35,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46067,2,5,-1,'Hammer of Crushing Whispers',58911,4,0,0,1,1386089,277217,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,120,32,82,7,138,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,1005,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46068,4,1,-1,'Amice of Inconceivable Horror',59717,4,0,0,1,325655,65131,3,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,49,36,62,6,42,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46069,2,14,6,'Alliance Lance',58809,1,131072,2,1,0,0,21,262143,2147483647,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,62853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46070,2,14,6,'Horde Lance',58873,1,131072,1,1,0,0,21,262143,2147483647,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,62853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46071,4,4,-1,'Titan-Forged Girdle of Salvation',60347,4,4096,0,1,0,0,6,2,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,32,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46072,4,4,-1,'Titan-Forged Girdle of Triumph',60346,4,4096,0,1,0,0,6,35,32767,213,80,0,0,0,0,0,0,5,0,1,0,4,4,67,7,111,31,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46073,4,3,-1,'Titan-Forged Waistguard of Dominance',60345,4,4096,0,1,0,0,6,64,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,31,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46074,4,3,-1,'Titan-Forged Waistguard of Salvation',60345,4,4096,0,1,0,0,6,64,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,7,85,5,37,45,78,36,40,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46075,4,3,-1,'Titan-Forged Waistguard of Triumph',60344,4,4096,0,1,0,0,6,68,32767,213,80,0,0,0,0,0,0,5,0,1,0,6,38,84,3,41,7,85,5,37,31,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46076,4,2,-1,'Titan-Forged Belt of Dominance',58814,4,4096,0,1,0,0,6,1024,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,31,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46077,4,2,-1,'Titan-Forged Belt of Salvation',58814,4,4096,0,1,0,0,6,1024,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,36,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46078,4,2,-1,'Titan-Forged Belt of Triumph',58815,4,4096,0,1,0,0,6,1032,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,38,74,3,67,7,85,44,42,35,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46079,4,1,-1,'Titan-Forged Cord of Dominance',58816,4,4096,0,1,0,0,6,400,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,31,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46080,4,1,-1,'Titan-Forged Cord of Salvation',58817,4,4096,0,1,0,0,6,400,32767,213,80,0,0,0,0,0,0,5,0,1,0,5,45,78,7,85,5,37,36,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46081,4,0,-1,'Titan-Forged Rune of Audacity',58820,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,45,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46082,4,0,-1,'Titan-Forged Rune of Determination',58819,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,38,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46083,4,0,-1,'Titan-Forged Rune of Accuracy',58822,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,31,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46084,4,0,-1,'Titan-Forged Rune of Cruelty',58823,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,32,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46085,4,0,-1,'Titan-Forged Rune of Alacrity',58821,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,36,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46086,4,0,-1,'Platinum Disks of Battle',58824,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,35,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64524,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46087,4,0,-1,'Platinum Disks of Sorcery',58824,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,35,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64525,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46088,4,0,-1,'Platinum Disks of Swiftness',58824,4,4096,0,1,0,0,12,262143,-1,213,80,0,0,0,0,0,0,0,1,1,0,1,35,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64527,0,0,0,120000,1141,20000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46095,4,2,-1,'Soul-Devouring Cinch',59114,4,0,0,1,278425,55685,6,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,65,32,53,37,56,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,1587,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46096,4,0,-1,'Signet of Soft Lament',28831,4,524288,0,1,200005,50001,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,46,6,36,32,32,45,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46097,2,4,-1,'Caress of Insanity',58740,4,0,0,1,1180095,236019,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,40,7,42,38,104,37,34,36,25,0,0,0,0,0,0,0,0,0,0,0,0,338,628,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46098,0,6,-1,'Scroll of Enchant Weapon - Blood Draining',811,3,268435520,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64579,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46099,15,5,-1,'Horn of the Black Wolf',16208,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,64658,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46100,15,5,-1,'White Kodo',29448,3,0,0,1,10000,2500,0,-1,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,64657,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46101,15,5,-1,'Blue Skeletal Warhorse',17786,4,0,0,1,0,0,0,-1,690,60,60,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (46102,15,5,-1,'Whistle of the Venomhide Ravasaur',17494,4,0,1,1,100000,25000,0,262143,690,40,40,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,64659,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46103,4,0,-1,'Shirt of Titanic Scaling',59429,4,65536,8192,1,6000,1500,4,-1,-1,219,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'\"Let\'s pretend you have full 10-man Ulduar gear\"',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,10800,0,0,'',0,0,0,0,0,15595), (46104,4,0,-1,'Shirt of the Yogg-Slayer',59430,4,0,0,1,0,1500,4,-1,-1,226,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,63388,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'\"Let\'s pretend you have full 25-man Ulduar gear\"',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,10800,0,0,'',54,0,0,0,1,1), (46105,4,0,-1,'Shirt of the Future Champion',52955,4,65536,8192,1,6000,1500,4,-1,-1,239,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63388,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'\"Let\'s pretend you have full Hard-mode Ulduar gear\"',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,10800,0,0,'',0,0,0,0,0,15595), (46106,2,14,6,'Argent Lance',59115,1,131072,0,1,0,0,21,262143,2147483647,1,75,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,62853,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46108,9,0,-1,'Technique: Rituals of the New Moon',1103,2,33554496,0,1,80000,20000,0,-1,-1,70,0,773,350,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,64051,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to inscribe Rituals of the New Moon.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46109,15,5,0,'Sea Turtle',59435,3,0,0,1,0,0,0,-1,-1,80,0,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,64731,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon a Sea Turtle mount. This mount can\'t move very quickly on land, but she\'s a great swimmer.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46110,15,0,-1,'Alchemist\'s Cache',20503,3,4,0,1,2500,625,0,-1,-1,80,0,171,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46111,4,4,-1,'Conqueror\'s Darkruned Battleplate',58246,4,4096,0,1,0,0,5,32,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,32,77,37,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,165,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46113,4,4,-1,'Conqueror\'s Darkruned Gauntlets',58748,4,4096,0,1,0,0,10,32,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,42,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46114,15,0,0,'Champion\'s Writ',55297,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Used to purchase Commendation Badges from Tournament Quartermasters.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46115,4,4,-1,'Conqueror\'s Darkruned Helmet',59332,4,4096,0,1,0,0,1,32,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,32,71,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,834,100,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46116,4,4,-1,'Conqueror\'s Darkruned Legplates',58969,4,4096,0,1,0,0,7,32,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,32,70,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46117,4,4,-1,'Conqueror\'s Darkruned Shoulderplates',59334,4,4096,0,1,0,0,3,32,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,36,56,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,100,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46118,4,4,-1,'Conqueror\'s Darkruned Chestguard',58246,4,4096,0,1,0,0,5,32,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,97,7,147,12,64,14,52,13,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,165,0,0,0,0,8,0,8,0,0,0,3871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46119,4,4,-1,'Conqueror\'s Darkruned Handguards',59335,4,4096,0,1,0,0,10,32,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,62,7,128,12,50,14,56,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,55,0,0,0,0,2,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46120,4,4,-1,'Conqueror\'s Darkruned Faceguard',59332,4,4096,0,1,0,0,1,32,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,147,12,70,31,41,13,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,1,0,8,0,0,0,3304,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46121,4,4,-1,'Conqueror\'s Darkruned Legguards',60033,4,4096,0,1,0,0,7,32,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,76,7,147,12,66,14,81,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,120,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46122,4,4,-1,'Conqueror\'s Darkruned Pauldrons',59336,4,4096,0,1,0,0,3,32,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,69,7,128,12,44,14,38,13,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46123,4,2,-1,'Conqueror\'s Terrorblade Breastplate',59057,4,4096,0,1,0,0,5,8,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,3,97,7,90,32,66,37,76,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46124,4,2,-1,'Conqueror\'s Terrorblade Gauntlets',59340,4,4096,0,1,0,0,10,8,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,59,32,43,31,54,38,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46125,4,2,-1,'Conqueror\'s Terrorblade Helmet',59341,4,4096,0,1,0,0,1,8,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,3,107,7,75,32,77,36,59,38,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46126,4,2,-1,'Conqueror\'s Terrorblade Legplates',59342,4,4096,0,1,0,0,7,8,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,3,101,7,90,36,72,32,66,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46127,4,2,-1,'Conqueror\'s Terrorblade Pauldrons',59344,4,4096,0,1,0,0,3,8,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,74,32,40,31,56,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46129,4,1,-1,'Conqueror\'s Kirin Tor Hood',61892,4,4096,0,1,0,0,1,128,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,62,5,87,31,69,6,66,45,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,1,0,2,0,0,0,430,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46130,4,1,-1,'Conqueror\'s Kirin Tor Tunic',62580,4,4096,0,1,0,0,5,128,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,81,6,50,32,82,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46131,4,1,-1,'Valorous Kirin Tor Gauntlets',58258,4,4096,0,1,0,0,10,128,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,57,31,55,36,44,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,35,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46132,4,1,-1,'Conqueror\'s Kirin Tor Gauntlets',61878,4,4096,0,1,0,0,10,128,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,56,5,62,31,60,36,47,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,35,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46133,4,1,-1,'Conqueror\'s Kirin Tor Leggings',61894,4,4096,0,1,0,0,7,128,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,82,32,74,31,66,45,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,75,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46134,4,1,-1,'Conqueror\'s Kirin Tor Shoulderpads',61895,4,4096,0,1,0,0,3,128,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,65,6,33,36,62,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46135,4,1,-1,'Conqueror\'s Deathbringer Gloves',61912,4,4096,0,1,0,0,10,256,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,62,6,27,31,65,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46136,4,1,-1,'Conqueror\'s Deathbringer Shoulderpads',61913,4,4096,0,1,0,0,3,256,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,68,5,62,36,41,32,58,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46137,4,1,-1,'Conqueror\'s Deathbringer Robe',61917,4,4096,0,1,0,0,20,256,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,83,5,76,32,66,31,73,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46138,4,8,-1,'Idol of the Flourishing Life',34954,4,4096,0,1,0,0,28,32767,32767,226,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64949,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46139,4,1,-1,'Conqueror\'s Deathbringer Leggings',61918,4,4096,0,1,0,0,7,256,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,86,6,49,36,66,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,75,0,0,0,0,8,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46140,4,1,-1,'Conqueror\'s Deathbringer Hood',61919,4,4096,0,1,0,0,1,256,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,89,5,76,6,41,32,86,45,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46141,4,3,-1,'Conqueror\'s Scourgestalker Tunic',59058,4,4096,0,1,0,0,5,4,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,86,7,65,5,60,32,59,31,57,38,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,140,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46142,4,3,-1,'Conqueror\'s Scourgestalker Handguards',61840,4,4096,0,1,0,0,10,4,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,3,49,7,66,5,44,36,44,31,43,38,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46143,4,3,-1,'Conqueror\'s Scourgestalker Headpiece',59659,4,4096,0,1,0,0,1,4,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,82,7,81,5,49,44,50,32,59,38,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46144,4,3,-1,'Conqueror\'s Scourgestalker Legguards',59404,4,4096,0,1,0,0,7,4,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,58,7,66,5,68,36,45,32,73,38,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46145,4,3,-1,'Conqueror\'s Scourgestalker Spaulders',59407,4,4096,0,1,0,0,3,4,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,65,7,50,5,44,36,51,31,43,38,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46146,4,4,-1,'Conqueror\'s Siegebreaker Battleplate',59047,4,4096,0,1,0,0,5,1,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,32,58,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,165,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46148,4,4,-1,'Conqueror\'s Siegebreaker Gauntlets',59417,4,4096,0,1,0,0,10,1,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,31,38,37,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46149,4,4,-1,'Conqueror\'s Siegebreaker Shoulderplates',59419,4,4096,0,1,0,0,3,1,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,54,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46150,4,4,-1,'Conqueror\'s Siegebreaker Legplates',59420,4,4096,0,1,0,0,7,1,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,74,37,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,120,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46151,4,4,-1,'Conqueror\'s Siegebreaker Helmet',59675,4,4096,0,1,0,0,1,1,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,32,60,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,830,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46152,4,4,-1,'Conqueror\'s Aegis Shoulderplates',59608,4,4096,0,1,0,0,3,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,56,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,100,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46153,4,4,-1,'Conqueror\'s Aegis Legplates',59606,4,4096,0,1,0,0,7,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,58,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46154,4,4,-1,'Conqueror\'s Aegis Battleplate',59602,4,4096,0,1,0,0,5,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,79,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,165,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46155,4,4,-1,'Conqueror\'s Aegis Gauntlets',59427,4,4096,0,1,0,0,10,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,60,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,55,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46156,4,4,-1,'Conqueror\'s Aegis Helm',59603,4,4096,0,1,0,0,1,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,36,58,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,820,100,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46157,4,2,-1,'Conqueror\'s Nightsong Shoulderpads',59436,4,4096,0,1,0,0,3,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,3,77,7,74,32,62,38,112,37,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46158,4,2,-1,'Conqueror\'s Nightsong Handgrips',59437,4,4096,0,1,0,0,10,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,93,44,43,36,33,38,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,40,0,0,0,0,4,0,0,0,0,0,2882,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46159,4,2,-1,'Conqueror\'s Nightsong Raiments',59438,4,4096,0,1,0,0,20,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,3,97,7,119,31,49,32,66,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46160,4,2,-1,'Conqueror\'s Nightsong Legguards',59439,4,4096,0,1,0,0,7,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,3,114,7,122,32,70,36,50,38,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,90,0,0,0,0,8,0,4,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46161,4,2,-1,'Conqueror\'s Nightsong Headguard',59441,4,4096,0,1,0,0,1,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,3,82,7,122,32,75,44,50,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46162,4,4,-1,'Conqueror\'s Siegebreaker Breastplate',59047,4,4096,0,1,0,0,5,1,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,147,12,51,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,45858,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,165,0,0,0,0,8,0,4,0,0,0,3857,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46163,4,1,-1,'Conqueror\'s Handwraps of Sanctification',61891,4,4096,0,1,0,0,10,16,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,62,5,44,32,64,6,54,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,35,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46164,4,4,-1,'Conqueror\'s Siegebreaker Handguards',59446,4,4096,0,1,0,0,10,1,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,115,12,48,13,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,55,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46165,4,1,-1,'Conqueror\'s Mantle of Sanctification',59447,4,4096,0,1,0,0,3,16,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,53,5,65,32,62,6,49,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46166,4,4,-1,'Conqueror\'s Siegebreaker Greathelm',59675,4,4096,0,1,0,0,1,1,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,4,97,7,147,12,59,13,51,15,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,1,0,4,0,0,0,3304,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46167,4,4,-1,'Conqueror\'s Siegebreaker Pauldrons',59448,4,4096,0,1,0,0,3,1,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,115,12,48,13,57,37,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46168,4,1,-1,'Conqueror\'s Raiments of Sanctification',59451,4,4096,0,1,0,0,20,16,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,90,5,76,36,58,31,74,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46169,4,4,-1,'Conqueror\'s Siegebreaker Legguards',59449,4,4096,0,1,0,0,7,1,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,147,12,51,13,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,64929,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46170,4,1,-1,'Conqueror\'s Pants of Sanctification',59450,4,4096,0,1,0,0,7,16,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,99,5,82,6,52,36,76,45,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,75,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46171,15,5,-1,'Furious Gladiator\'s Frost Wyrm',59504,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65439,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46172,4,1,-1,'Conqueror\'s Circlet of Sanctification',59480,4,4096,0,1,0,0,1,16,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,84,5,76,36,66,32,70,45,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46173,4,4,-1,'Conqueror\'s Aegis Breastplate',59602,4,4096,0,1,0,0,5,2,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,113,7,147,12,60,13,51,14,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,165,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46174,4,4,-1,'Conqueror\'s Aegis Handguards',59458,4,4096,0,1,0,0,10,2,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,115,12,45,14,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46175,4,4,-1,'Conqueror\'s Aegis Faceguard',59603,4,4096,0,1,0,0,1,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,4,97,7,147,12,60,13,59,15,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46176,4,4,-1,'Conqueror\'s Aegis Legguards',59605,4,4096,0,1,0,0,7,2,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,4,113,7,147,12,59,13,43,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,120,0,0,0,0,2,0,4,0,0,0,3305,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46177,4,4,-1,'Conqueror\'s Aegis Shoulderguards',59607,4,4096,0,1,0,0,3,2,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,84,7,115,12,44,15,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,44757,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,821,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46178,4,4,-1,'Conqueror\'s Aegis Tunic',59602,4,4096,0,1,0,0,5,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,165,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46179,4,4,-1,'Conqueror\'s Aegis Gloves',59458,4,4096,0,1,0,0,10,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,36,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,55,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46180,4,4,-1,'Conqueror\'s Aegis Headpiece',59603,4,4096,0,1,0,0,1,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,59,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,822,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46181,4,4,-1,'Conqueror\'s Aegis Greaves',59604,4,4096,0,1,0,0,7,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,36,75,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,822,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46182,4,4,-1,'Conqueror\'s Aegis Spaulders',59609,4,4096,0,1,0,0,3,2,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,32,48,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46183,4,2,-1,'Conqueror\'s Nightsong Handguards',59477,4,4096,0,1,0,0,10,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,6,57,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46184,4,2,-1,'Conqueror\'s Nightsong Headpiece',59572,4,4096,0,1,0,0,1,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,60,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46185,4,2,-1,'Conqueror\'s Nightsong Leggings',59479,4,4096,0,1,0,0,7,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,76,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,90,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46186,4,2,-1,'Conqueror\'s Nightsong Robe',59438,4,4096,0,1,0,0,20,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,68,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46187,4,2,-1,'Conqueror\'s Nightsong Spaulders',59436,4,4096,0,1,0,0,3,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,6,57,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46188,4,1,-1,'Conqueror\'s Gloves of Sanctification',61891,4,4096,0,1,0,0,10,16,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,56,6,60,36,49,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46189,4,2,-1,'Conqueror\'s Nightsong Gloves',59477,4,4096,0,1,0,0,10,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,6,48,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46190,4,1,-1,'Conqueror\'s Shoulderpads of Sanctification',59447,4,4096,0,1,0,0,3,16,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,65,6,41,36,62,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46191,4,2,-1,'Conqueror\'s Nightsong Cover',59572,4,4096,0,1,0,0,1,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,59,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46192,4,2,-1,'Conqueror\'s Nightsong Trousers',59479,4,4096,0,1,0,0,7,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,76,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,90,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46193,4,1,-1,'Conqueror\'s Robe of Sanctification',59451,4,4096,0,1,0,0,20,16,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,86,6,81,32,50,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46194,4,2,-1,'Conqueror\'s Nightsong Vestments',59438,4,4096,0,1,0,0,20,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,6,60,36,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46195,4,1,-1,'Conqueror\'s Leggings of Sanctification',59450,4,4096,0,1,0,0,7,16,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,82,6,60,36,72,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,75,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46196,4,2,-1,'Conqueror\'s Nightsong Mantle',59436,4,4096,0,1,0,0,3,1024,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,6,49,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46197,4,1,-1,'Conqueror\'s Cowl of Sanctification',59480,4,4096,0,1,0,0,1,16,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,78,5,75,6,76,32,67,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,1,0,2,0,0,0,2314,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46198,4,3,-1,'Conqueror\'s Worldbreaker Tunic',59486,4,4096,0,1,0,0,20,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46199,4,3,-1,'Conqueror\'s Worldbreaker Handguards',59481,4,4096,0,1,0,0,10,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,32,48,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46200,4,3,-1,'Conqueror\'s Worldbreaker Grips',59483,4,4096,0,1,0,0,10,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,51,5,45,37,40,36,52,38,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46201,4,3,-1,'Conqueror\'s Worldbreaker Headpiece',59644,4,4096,0,1,0,0,1,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46202,4,3,-1,'Conqueror\'s Worldbreaker Legguards',59484,4,4096,0,1,0,0,7,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46203,4,3,-1,'Conqueror\'s Worldbreaker Shoulderguards',59487,4,4096,0,1,0,0,3,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,62,7,66,5,52,32,49,37,34,38,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46204,4,3,-1,'Conqueror\'s Worldbreaker Spaulders',59489,4,4096,0,1,0,0,3,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,36,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46205,4,3,-1,'Conqueror\'s Worldbreaker Chestguard',59486,4,4096,0,1,0,0,20,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,66,7,56,5,60,31,66,32,68,38,212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,140,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46206,4,3,-1,'Conqueror\'s Worldbreaker Hauberk',59486,4,4096,0,1,0,0,20,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,31,60,36,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46207,4,3,-1,'Conqueror\'s Worldbreaker Gloves',59481,4,4096,0,1,0,0,10,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,32,48,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,50,0,0,0,0,2,0,0,0,0,0,2873,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46208,4,3,-1,'Conqueror\'s Worldbreaker War-Kilt',59491,4,4096,0,1,0,0,7,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,66,7,77,5,51,36,81,31,60,38,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,105,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46209,4,3,-1,'Conqueror\'s Worldbreaker Helm',59644,4,4096,0,1,0,0,1,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,31,60,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46210,4,3,-1,'Conqueror\'s Worldbreaker Kilt',58339,4,4096,0,1,0,0,7,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,76,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46211,4,3,-1,'Conqueror\'s Worldbreaker Shoulderpads',59489,4,4096,0,1,0,0,3,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,32,57,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,85,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46212,4,3,-1,'Conqueror\'s Worldbreaker Faceguard',59643,4,4096,0,1,0,0,1,64,2147483647,226,80,0,0,0,0,0,0,0,0,1,0,6,3,54,7,74,5,60,32,73,36,54,38,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,1,0,2,0,0,0,3351,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46213,4,4,-1,'Valorous Aegis Tunic',58264,4,4096,0,1,0,0,5,2,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,105,7,79,5,81,32,54,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,165,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46214,4,4,-1,'Conqueror\'s Aegis Battleplate',58264,4,4096,0,1,0,0,5,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,79,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,165,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46215,4,4,-1,'Conqueror\'s Aegis Helm',58269,4,4096,0,1,0,0,1,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,36,58,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,100,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',54,0,0,0,0,1), (46216,4,4,-1,'Valorous Aegis Gloves',58270,4,4096,0,1,0,0,10,2,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,83,7,58,5,60,36,53,43,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,822,55,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',54,0,0,0,0,1), (46217,4,4,-1,'Conqueror\'s Aegis Gauntlets',58265,4,4096,0,1,0,0,10,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,60,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,55,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',54,0,0,0,0,1), (46218,4,4,-1,'Conqueror\'s Aegis Legplates',58274,4,4096,0,1,0,0,7,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,58,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,820,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',54,0,0,0,0,1), (46219,4,4,-1,'Conqueror\'s Aegis Gauntlets',58275,4,4096,0,1,0,0,10,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,60,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,55,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',54,0,0,0,0,1), (46220,4,4,-1,'Conqueror\'s Aegis Helm',58269,4,4096,0,1,0,0,1,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,36,58,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,820,100,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',54,0,0,0,0,1), (46221,4,4,-1,'Valorous Aegis Headpiece',58269,4,4096,0,1,0,0,1,2,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,105,7,79,5,81,32,54,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,822,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',54,0,0,0,0,1), (46222,4,4,-1,'Conqueror\'s Aegis Legplates',58277,4,4096,0,1,0,0,7,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,58,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',54,0,0,0,0,1), (46223,4,4,-1,'Aegis Legguards',58277,4,0,8192,1,0,0,7,2,-1,219,80,0,0,0,0,0,0,0,0,1,0,0,4,106,7,135,13,72,14,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46224,4,4,-1,'Valorous Aegis Greaves',59454,4,4096,0,1,0,0,7,2,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,105,7,79,5,81,36,54,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,822,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46225,4,4,-1,'Conqueror\'s Aegis Shoulderplates',58278,4,4096,0,1,0,0,3,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,56,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,100,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46226,4,4,-1,'Valorous Aegis Spaulders',58272,4,4096,0,1,0,0,3,2,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,45,83,7,58,5,60,32,45,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,822,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',54,0,0,0,0,1), (46227,4,4,-1,'Conqueror\'s Aegis Shoulderplates',58268,4,4096,0,1,0,0,3,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,56,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,100,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46228,4,4,-1,'Conqueror\'s Aegis Battleplate',59051,4,4096,0,1,0,0,5,2,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,31,79,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,820,165,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46230,4,1,-1,'Conqueror\'s Circlet of Sanctification',58280,4,4096,0,1,0,0,1,16,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,84,5,76,36,66,32,70,45,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,832,60,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',54,0,0,0,0,1), (46231,4,1,-1,'Valorous Cowl of Sanctification',58284,4,4096,0,1,0,0,1,16,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,71,5,70,6,71,32,62,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,1,0,2,0,0,0,2314,0,375,0,0,0,0,'',54,0,0,0,0,1), (46232,4,4,-1,'Conqueror\'s Darkruned Battleplate',58229,4,4096,0,1,0,0,5,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,32,77,37,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,165,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46233,4,4,-1,'Conqueror\'s Darkruned Chestguard',58229,4,4096,0,1,0,0,5,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,97,7,147,12,64,14,52,13,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2348,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,165,0,0,0,0,8,0,8,0,0,0,3871,0,375,0,0,0,0,'',54,0,0,0,0,1), (46234,4,4,-1,'Conqueror\'s Darkruned Faceguard',58231,4,4096,0,1,0,0,1,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,147,12,70,31,41,13,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,1,0,8,0,0,0,3304,0,375,0,0,0,0,'',54,0,0,0,0,1), (46235,4,4,-1,'Conqueror\'s Darkruned Gauntlets',58247,4,4096,0,1,0,0,10,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,32,42,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,834,55,0,0,0,0,8,0,0,0,0,0,2873,0,375,0,0,0,0,'',54,0,0,0,0,1), (46236,4,4,-1,'Conqueror\'s Darkruned Handguards',58230,4,4096,0,1,0,0,10,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,62,7,128,12,50,14,56,37,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,55,0,0,0,0,2,0,0,0,0,0,2871,0,375,0,0,0,0,'',54,0,0,0,0,1), (46237,4,4,-1,'Conqueror\'s Darkruned Helmet',58231,4,4096,0,1,0,0,1,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,129,32,71,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,834,100,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',54,0,0,0,0,1), (46238,4,4,-1,'Conqueror\'s Darkruned Legguards',58330,4,4096,0,1,0,0,7,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,76,7,147,12,66,14,81,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,120,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',54,0,0,0,0,1), (46239,4,4,-1,'Conqueror\'s Darkruned Legplates',58329,4,4096,0,1,0,0,7,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,129,32,70,36,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',54,0,0,0,0,1), (46240,4,4,-1,'Conqueror\'s Darkruned Pauldrons',58233,4,4096,0,1,0,0,3,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,69,7,128,12,44,14,38,13,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,835,100,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',54,0,0,0,0,1), (46241,4,4,-1,'Conqueror\'s Darkruned Shoulderplates',58249,4,4096,0,1,0,0,3,32,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,102,36,56,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1761,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,834,100,0,0,0,0,8,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46242,4,1,-1,'Conqueror\'s Deathbringer Gloves',58302,4,4096,0,1,0,0,10,256,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,62,6,27,31,65,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',54,0,0,0,0,1), (46243,4,1,-1,'Conqueror\'s Deathbringer Hood',59396,4,4096,0,1,0,0,1,256,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,89,5,76,6,41,32,86,45,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',54,0,0,0,0,1), (46244,4,1,-1,'Conqueror\'s Deathbringer Leggings',58327,4,4096,0,1,0,0,7,256,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,86,6,49,36,66,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,75,0,0,0,0,8,0,4,0,0,0,3309,0,375,0,0,0,0,'',54,0,0,0,0,1), (46245,4,1,-1,'Conqueror\'s Deathbringer Robe',58328,4,4096,0,1,0,0,20,256,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,83,5,76,32,66,31,73,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46246,4,1,-1,'Conqueror\'s Deathbringer Shoulderpads',58307,4,4096,0,1,0,0,3,256,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,68,5,62,36,41,32,58,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,837,60,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46247,4,1,-1,'Valorous Gloves of Sanctification',58331,4,4096,0,1,0,0,10,16,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,53,6,57,36,46,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',54,0,0,0,0,1), (46248,4,1,-1,'Conqueror\'s Gloves of Sanctification',58331,4,4096,0,1,0,0,10,16,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,56,6,60,36,49,45,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,35,0,0,0,0,8,0,0,0,0,0,2864,0,375,0,0,0,0,'',54,0,0,0,0,1), (46249,4,1,-1,'Valorous Kirin Tor Gauntlets',58258,4,4096,0,1,0,0,10,128,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,57,31,55,36,44,45,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,35,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46250,4,1,-1,'Valorous Kirin Tor Hood',58259,4,4096,0,1,0,0,1,128,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,56,5,81,31,64,6,61,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,1,0,2,0,0,0,440,0,375,0,0,0,0,'',54,0,0,0,0,1), (46251,4,1,-1,'Valorous Kirin Tor Leggings',59431,4,4096,0,1,0,0,7,128,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,69,5,76,32,68,31,62,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,75,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46252,4,1,-1,'Valorous Kirin Tor Shoulderpads',58262,4,4096,0,1,0,0,3,128,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,60,5,60,6,30,36,57,45,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,60,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',54,0,0,0,0,1), (46253,4,1,-1,'Valorous Kirin Tor Tunic',58261,4,4096,0,1,0,0,20,128,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,69,5,76,6,46,32,76,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,836,100,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46254,4,1,-1,'Valorous Leggings of Sanctification',58332,4,4096,0,1,0,0,7,16,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,76,6,54,36,66,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,75,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46255,4,1,-1,'Conqueror\'s Shoulderpads of Sanctification',58283,4,4096,0,1,0,0,3,16,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,65,6,41,36,62,45,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',54,0,0,0,0,1), (46256,4,1,-1,'Conqueror\'s Leggings of Sanctification',58332,4,4096,0,1,0,0,7,16,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,75,5,82,6,60,36,72,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,75,0,0,0,0,8,0,4,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46257,4,1,-1,'Conqueror\'s Robe of Sanctification',58333,4,4096,0,1,0,0,20,16,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,86,6,81,32,50,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',54,0,0,0,0,1), (46258,4,1,-1,'Valorous Robe of Sanctification',58333,4,4096,0,1,0,0,20,16,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,80,5,81,6,76,32,46,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,100,0,0,0,0,2,0,4,0,0,0,3311,0,375,0,0,0,0,'',54,0,0,0,0,1), (46259,4,1,-1,'Valorous Shoulderpads of Sanctification',58283,4,4096,0,1,0,0,3,16,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,60,6,37,36,56,45,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,833,60,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',54,0,0,0,0,1), (46260,4,2,-1,'Valorous Nightsong Handgrips',58250,4,4096,0,1,0,0,10,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,86,44,40,36,30,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,40,0,0,0,0,4,0,0,0,0,0,2882,0,375,0,0,0,0,'',54,0,0,0,0,1), (46261,4,2,-1,'Valorous Nightsong Handguards',58239,4,4096,0,1,0,0,10,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,53,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',54,0,0,0,0,1), (46262,4,2,-1,'Valorous Nightsong Headguard',58251,4,4096,0,1,0,0,1,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,74,7,114,32,70,44,46,38,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',54,0,0,0,0,1), (46263,4,2,-1,'Valorous Nightsong Headpiece',58242,4,4096,0,1,0,0,1,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,55,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,1,0,2,0,0,0,3352,0,375,0,0,0,0,'',54,0,0,0,0,1), (46264,4,2,-1,'Valorous Nightsong Leggings',58335,4,4096,0,1,0,0,7,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,71,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,90,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46265,4,2,-1,'Valorous Nightsong Legguards',58334,4,4096,0,1,0,0,7,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,114,32,65,36,46,38,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,90,0,0,0,0,8,0,4,0,0,0,3307,0,375,0,0,0,0,'',54,0,0,0,0,1), (46266,4,2,-1,'Valorous Nightsong Mantle',58243,4,4096,0,1,0,0,3,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,45,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',54,0,0,0,0,1), (46267,4,2,-1,'Valorous Nightsong Raiments',59055,4,4096,0,1,0,0,20,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,90,7,110,31,45,32,62,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',54,0,0,0,0,1), (46268,4,2,-1,'Valorous Nightsong Robe',58337,4,4096,0,1,0,0,20,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,63,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46269,4,2,-1,'Valorous Nightsong Shoulderpads',58243,4,4096,0,1,0,0,3,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,71,7,67,32,56,38,104,37,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,827,70,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',54,0,0,0,0,1), (46270,4,2,-1,'Valorous Nightsong Spaulders',58243,4,4096,0,1,0,0,3,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,82,7,58,5,60,6,53,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,829,70,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',54,0,0,0,0,1), (46271,4,2,-1,'Valorous Nightsong Trousers',58335,4,4096,0,1,0,0,7,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,32,71,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,90,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46272,4,2,-1,'Valorous Nightsong Vestments',58337,4,4096,0,1,0,0,20,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,55,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,120,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',54,0,0,0,0,1), (46273,4,3,-1,'Conqueror\'s Scourgestalker Handguards',58338,4,4096,0,1,0,0,10,4,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,49,7,66,5,44,36,44,31,43,38,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',54,0,0,0,0,1), (46274,4,3,-1,'Conqueror\'s Scourgestalker Headpiece',58255,4,4096,0,1,0,0,1,4,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,82,7,81,5,49,44,50,32,59,38,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',54,0,0,0,0,1), (46275,4,3,-1,'Conqueror\'s Scourgestalker Legguards',58256,4,4096,0,1,0,0,7,4,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,58,7,66,5,68,36,45,32,73,38,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,105,0,0,0,0,4,0,8,0,0,0,3351,0,375,0,0,0,0,'',54,0,0,0,0,1), (46276,4,3,-1,'Conqueror\'s Scourgestalker Spaulders',58257,4,4096,0,1,0,0,3,4,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,65,7,50,5,44,36,51,31,43,38,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,85,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',54,0,0,0,0,1), (46277,4,3,-1,'Conqueror\'s Scourgestalker Tunic',58253,4,4096,0,1,0,0,5,4,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,86,7,65,5,60,32,59,31,57,38,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,838,140,0,0,0,0,2,0,8,0,0,0,3351,0,375,0,0,0,0,'',54,0,0,0,0,1), (46278,4,4,-1,'Valorous Siegebreaker Battleplate',58308,4,4096,0,1,0,0,5,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,32,54,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,165,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46279,4,4,-1,'Valorous Siegebreaker Breastplate',58308,4,4096,0,1,0,0,5,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,135,12,47,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,1000,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,165,0,0,0,0,8,0,4,0,0,0,3857,0,375,0,0,0,0,'',54,0,0,0,0,1), (46280,4,4,-1,'Valorous Siegebreaker Gauntlets',58313,4,4096,0,1,0,0,10,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,31,35,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46281,4,4,-1,'Valorous Siegebreaker Greathelm',59677,4,4096,0,1,0,0,1,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,135,12,56,13,48,15,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,831,100,0,0,0,0,1,0,4,0,0,0,3304,0,375,0,0,0,0,'',54,0,0,0,0,1), (46282,4,4,-1,'Valorous Siegebreaker Helmet',59677,4,4096,0,1,0,0,1,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,97,7,120,32,55,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,830,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',54,0,0,0,0,1), (46283,4,4,-1,'Valorous Siegebreaker Gauntlets',58309,4,4096,0,1,0,0,10,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,31,35,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',54,0,0,0,0,1), (46284,4,4,-1,'Valorous Siegebreaker Legplates',58311,4,4096,0,1,0,0,7,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,68,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,120,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46285,4,4,-1,'Valorous Siegebreaker Legplates',58314,4,4096,0,1,0,0,7,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,120,31,68,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,830,120,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',54,0,0,0,0,1), (46286,4,4,-1,'Valorous Siegebreaker Shoulderplates',58312,4,4096,0,1,0,0,3,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,90,32,50,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,830,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',54,0,0,0,0,1), (46287,4,4,-1,'Valorous Siegebreaker Pauldrons',58315,4,4096,0,1,0,0,3,1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,106,12,44,13,53,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,831,100,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',54,0,0,0,0,1), (46288,4,2,-1,'Conqueror\'s Terrorblade Breastplate',58287,4,4096,0,1,0,0,5,8,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,97,7,90,32,66,37,76,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,120,0,0,0,0,2,0,4,0,0,0,3351,0,375,0,0,0,0,'',54,0,0,0,0,1), (46289,4,2,-1,'Conqueror\'s Terrorblade Gauntlets',58288,4,4096,0,1,0,0,10,8,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,59,32,43,31,54,38,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',54,0,0,0,0,1), (46290,4,2,-1,'Conqueror\'s Terrorblade Helmet',58322,4,4096,0,1,0,0,1,8,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,107,7,75,32,77,36,59,38,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,1,0,2,0,0,0,1589,0,375,0,0,0,0,'',54,0,0,0,0,1), (46291,4,2,-1,'Conqueror\'s Terrorblade Legplates',58290,4,4096,0,1,0,0,7,8,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,101,7,90,36,72,32,66,38,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',54,0,0,0,0,1), (46292,4,2,-1,'Conqueror\'s Terrorblade Pauldrons',58291,4,4096,0,1,0,0,3,8,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,85,7,74,32,40,31,56,38,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,0,0,0,1000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,826,70,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',54,0,0,0,0,1), (46293,4,3,-1,'Conqueror\'s Worldbreaker Chestguard',59488,4,4096,0,1,0,0,20,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,66,7,56,5,60,31,66,32,68,38,212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,140,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',54,0,0,0,0,1), (46294,4,3,-1,'Conqueror\'s Worldbreaker Faceguard',58299,4,4096,0,1,0,0,1,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,54,7,74,5,60,32,73,36,54,38,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,85,0,0,0,0,1,0,2,0,0,0,3351,0,375,0,0,0,0,'',54,0,0,0,0,1), (46295,4,3,-1,'Conqueror\'s Worldbreaker Grips',58293,4,4096,0,1,0,0,10,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,51,5,45,37,40,36,52,38,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',54,0,0,0,0,1), (46296,4,3,-1,'Conqueror\'s Worldbreaker Grips',58298,4,4096,0,1,0,0,10,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,6,3,57,7,51,5,45,37,40,36,52,38,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,823,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',54,0,0,0,0,1), (46297,4,3,-1,'Conqueror\'s Worldbreaker Handguards',58293,4,4096,0,1,0,0,10,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,32,48,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',54,0,0,0,0,1), (46298,4,3,-1,'Conqueror\'s Worldbreaker Tunic',59485,4,4096,0,1,0,0,20,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46299,4,3,-1,'Conqueror\'s Worldbreaker Headpiece',58294,4,4096,0,1,0,0,1,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',54,0,0,0,0,1), (46300,4,3,-1,'Conqueror\'s Worldbreaker Headpiece',58294,4,4096,0,1,0,0,1,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',54,0,0,0,0,1), (46301,4,3,-1,'Conqueror\'s Worldbreaker Legguards',58339,4,4096,0,1,0,0,7,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',54,0,0,0,0,1), (46302,4,3,-1,'Conqueror\'s Worldbreaker Legguards',58339,4,4096,0,1,0,0,7,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,105,0,0,0,0,2,0,8,0,0,0,3310,0,375,0,0,0,0,'',54,0,0,0,0,1), (46303,4,3,-1,'Conqueror\'s Worldbreaker Spaulders',58301,4,4096,0,1,0,0,3,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,36,57,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',54,0,0,0,0,1), (46304,4,3,-1,'Conqueror\'s Worldbreaker Spaulders',58296,4,4096,0,1,0,0,3,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,36,57,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',54,0,0,0,0,1), (46305,4,3,-1,'Conqueror\'s Worldbreaker Spaulders',58296,4,4096,0,1,0,0,3,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,90,7,63,5,64,36,57,43,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,85,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',54,0,0,0,0,1), (46306,4,3,-1,'Conqueror\'s Worldbreaker Tunic',59485,4,4096,0,1,0,0,20,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,60,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1314,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,825,140,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46307,4,3,-1,'Conqueror\'s Worldbreaker Kilt',58639,4,4096,0,1,0,0,7,64,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,115,7,85,5,86,32,76,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,824,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (46308,15,5,-1,'Black Skeletal Horse',17786,3,0,0,1,10000,2500,0,262143,690,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,64977,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46309,4,2,-1,'Valorous Nightsong Gloves',58239,4,4096,0,1,0,0,10,1024,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,58,5,60,6,45,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',54,0,0,0,0,1), (46312,4,0,-1,'Vanquished Clutches of Yogg-Saron',34132,4,0,0,1,455760,113940,12,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,1,32,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64981,0,0,0,120000,1141,45000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46313,4,2,-1,'Valorous Nightsong Cover',59573,4,4096,0,1,0,0,1,1024,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,79,5,81,6,54,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,828,70,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46319,0,0,-1,'Tournament Brew',18102,1,131074,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11007,0,-1,0,0,59,1000,65041,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Remember: Don\'t Toast and Tilt!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46320,4,1,-1,'Drape of the Skyherald',59001,4,0,0,1,332888,66577,16,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,55,7,95,32,42,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46321,4,1,-1,'Sunglimmer Drape',59034,4,0,0,1,334110,66822,16,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,63,5,42,6,42,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46322,4,0,-1,'Brann\'s Sealing Ring',45362,4,524288,0,1,302495,75623,11,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,96,3,55,7,57,32,36,44,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46323,4,0,-1,'Starshine Signet',24646,4,524288,0,1,302495,75623,11,262143,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,64,7,54,5,46,36,32,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46324,4,0,-1,'Gondria\'s Spectral Claw',39121,3,524288,0,1,188479,47119,11,-1,-1,175,77,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',54,0,0,0,0,12340), (46331,4,4,-1,'Conqueror\'s Terrorblade Boots',59533,3,36864,8192,1,0,0,8,32767,-1,200,80,0,0,0,0,0,1091,6,0,1,0,0,4,59,7,84,13,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46339,2,3,-1,'Mimiron\'s Repeater',58899,4,0,0,1,764344,152868,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,33,7,51,32,22,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,556,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46340,4,4,-1,'Adamant Handguards',59306,4,0,0,1,389008,77801,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,119,12,51,14,41,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46341,4,1,-1,'Drape of the Spellweaver',26233,4,0,0,1,305737,61147,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,37,32,39,36,30,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46342,2,2,-1,'Golemheart Longbow',59552,4,0,0,1,834784,166956,15,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,33,7,39,32,17,36,22,38,46,0,0,0,0,0,0,0,0,0,0,0,0,299,556,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46343,4,0,-1,'Fervor of the Protectorate',31907,4,0,0,1,320008,80002,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,46,7,89,14,59,37,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46344,4,1,-1,'Iceshear Mantle',59031,4,0,0,1,305737,61147,3,262143,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,62,5,56,6,55,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46345,4,4,-1,'Bracers of Righteous Reformation',59747,4,0,0,1,358280,71656,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,53,5,43,36,29,43,23,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46346,4,3,-1,'Boots of Unsettled Prey',59650,4,0,0,1,461852,92370,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,7,63,5,42,3,57,38,158,44,41,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46347,4,1,-1,'Cloak of the Dormant Blaze',59553,4,0,0,1,305737,61147,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,68,5,30,43,24,32,29,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46348,9,8,-1,'Formula: Enchant Weapon - Blood Draining',56793,4,33554496,0,1,60000,15000,0,-1,-1,75,0,333,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,64579,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant a melee weapon to sometimes grant Blood Reserve when striking an enemy or inflicting damage with bleed attacks, healing you when your health is low. Enchantment requires level 75.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46349,4,0,-1,'Chef\'s Hat',59630,3,0,0,1,0,0,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67556,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,-40,0,0,0,'',32,0,0,0,0,12340), (46350,2,10,-1,'Pillar of Fortitude',58928,4,0,0,1,1273906,254781,17,-1,-1,219,80,0,0,0,0,0,0,6,0,1,0,5,7,159,5,106,32,53,6,81,45,487,0,0,0,0,0,0,0,0,0,0,0,0,292,539,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',69,0,0,0,0,12340), (46351,2,4,-1,'Bloodcrush Cudgel',58908,4,0,0,1,1019125,203825,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,39,38,74,32,47,37,25,0,0,0,0,0,0,0,0,0,0,0,0,171,318,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',69,0,0,0,0,12340), (46359,15,0,0,'Velociraptor Skull',59578,0,0,0,1,13476,3369,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46360,15,0,0,'Stuffed Shark Head',59579,0,0,0,1,70000,17500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46361,15,0,-1,'Crafted Star',23717,0,0,0,1,9000,2525,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46362,12,0,0,'Venomhide Hatchling',59587,1,64,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65183,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46364,12,0,0,'Venomhide Ravasaur Egg',59588,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46367,12,0,0,'Fresh Dinosaur Meat',59598,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65200,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46368,15,0,-1,'Shredded Parchment',45923,0,0,0,1,123470,30867,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46369,15,0,-1,'Rotted Sentimental Paintings',59600,0,0,0,1,123470,30867,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46372,16,11,0,'Glyph of Survival Instincts',58828,1,64,0,1,400,100,0,1024,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65244,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46373,4,0,-1,'Furious Gladiator\'s Pendant of Sundering',39162,4,36864,0,1,0,0,2,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,94,44,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46374,4,0,-1,'Relentless Gladiator\'s Pendant of Sundering',39162,4,36864,0,1,0,0,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,151,7,114,44,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46376,0,3,-1,'Flask of the Frost Wyrm',54995,1,0,0,1,10000,2500,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53755,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46377,0,3,-1,'Flask of Endless Rage',54994,1,0,0,1,10000,2500,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53760,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46378,0,3,-1,'Flask of Pure Mojo',57030,1,0,0,1,10000,2500,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54212,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46379,0,3,-1,'Flask of Stoneblood',57028,1,0,0,1,10000,2500,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53758,0,-1,0,0,79,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46380,12,0,0,'Silithid Meat',22193,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65258,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46381,12,0,0,'Searing Roc Plumage',37681,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46382,12,0,0,'Silithid Egg',18053,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65265,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46395,12,0,-1,'Unlucky Rabbit\'s Foot',6682,1,2147483648,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46396,15,0,-1,'Wolvar Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65353,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340), (46397,15,0,-1,'Oracle Orphan Whistle',30959,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65352,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,604800,0,201,'',0,0,0,0,1,12340), (46398,15,2,-1,'Calico Cat',20629,1,64,0,1,500000,125000,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,65358,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46399,0,0,-1,'Thunder\'s Plunder',18102,1,65536,0,1,1040,260,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69560,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (46400,0,0,-1,'Barleybrew Gold',18102,1,65536,0,1,1040,260,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69561,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (46401,0,0,-1,'Crimson Stripe',18102,1,65536,0,1,1040,260,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69561,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (46402,0,0,-1,'Promise of the Pandaren',18102,1,65536,0,1,1040,260,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69560,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (46403,0,0,-1,'Chuganpug\'s Delight',18102,1,65536,0,1,1040,260,0,-1,-1,85,75,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65363,0,-1,0,0,59,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (46544,15,2,-1,'Curious Wolvar Pup',59827,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,65382,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46545,15,2,-1,'Curious Oracle Hatchling',59828,3,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,65381,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46690,0,5,-1,'Candy Skull',60079,1,65600,0,1,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,409,'',0,0,0,0,0,12340), (46691,0,5,-1,'Bread of the Dead',60078,1,65600,0,1,25,1,0,-1,-1,55,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24869,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,409,'',0,0,0,0,0,12340), (46693,12,0,0,'Small Paper Zeppelin',59853,1,64,0,1,10000,2500,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65357,0,-1,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Just the right size for a young child.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46707,15,2,-1,'Pint-Sized Pink Pachyderm',44587,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,44369,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46708,15,5,-1,'Deadly Gladiator\'s Frost Wyrm',59504,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,64927,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46709,7,3,-1,'MiniZep Controller',35133,3,67108928,73728,1,0,5000,0,32767,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65451,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46710,9,5,-1,'Recipe: Bread of the Dead',811,1,65600,0,1,2000,500,0,-1,-1,5,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,65454,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Bread of the Dead.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,172800,0,0,'',0,0,0,0,0,1), (46711,0,0,0,'Spirit Candle',7301,1,65600,0,1,30,7,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65460,0,-1,0,300000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,409,'',0,0,0,0,0,12340), (46718,0,0,-1,'Orange Marigold',59878,1,65536,0,1,10,2,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65393,0,-1,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Said to attract spirits and help one communicate with the departed on the Day of the Dead.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,409,'',0,0,0,0,0,12340), (46723,4,0,-1,'Pilgrim\'s Hat',59905,1,4096,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66304,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46725,0,0,3,'Red Rider Air Rifle',60707,2,64,0,1,20000,5000,0,262143,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,67533,0,200,0,0,133,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'An official Red Rider Carbine-Action 200-Shot Range Model Air Rifle!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46735,4,0,-1,'Synthebrew Goggles',59921,1,0,0,1,0,0,1,-1,-1,10,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65607,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The goggles, they do something!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,372,'',0,0,0,0,0,12340), (46740,15,0,-1,'Winter Veil Gift',29902,1,4,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46743,15,5,-1,'Swift Purple Raptor',58403,4,4096,4,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65644,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46744,15,5,-1,'Swift Moonsaber',58401,4,4096,4,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46745,15,5,-1,'Great Red Elekk',58400,4,4096,4,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46746,15,5,-1,'White Skeletal Warhorse',58407,4,4096,4,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46747,15,5,-1,'Turbostrider',58399,4,4096,4,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46748,15,5,-1,'Swift Violet Ram',58398,4,4096,4,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46749,15,5,-1,'Swift Burgundy Wolf',58404,4,4096,4,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65646,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46750,15,5,-1,'Great Golden Kodo',58402,4,4096,4,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65641,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46751,15,5,-1,'Swift Red Hawkstrider',58406,4,4096,4,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46752,15,5,-1,'Swift Gray Steed',25132,4,4096,4,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65640,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46755,15,5,-1,'Great Golden Kodo',58402,4,4096,5,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,81,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65641,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46756,15,5,-1,'Great Red Elekk',58400,4,4096,6,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,930,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65637,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46757,15,5,-1,'Swift Burgundy Wolf',58404,4,4096,5,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,76,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65646,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46758,15,5,-1,'Swift Gray Steed',25132,4,4096,6,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,72,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65640,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46759,15,5,-1,'Swift Moonsaber',58401,4,4096,6,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,69,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65638,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46760,15,5,-1,'Swift Purple Raptor',58403,4,4096,5,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,530,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65644,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46761,15,5,-1,'Swift Red Hawkstrider',58406,4,4096,5,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,911,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65639,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46762,15,5,-1,'Swift Violet Ram',58398,4,4096,6,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,47,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65643,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46763,15,5,-1,'Turbostrider',58399,4,4096,6,1,5000000,1250000,0,-1,1101,40,40,762,150,0,0,0,54,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65642,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46764,15,5,-1,'White Skeletal Warhorse',58407,4,4096,5,1,5000000,1250000,0,262143,690,40,40,762,150,0,0,0,68,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65645,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46765,0,0,0,'Blue War Fuel',55112,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65673,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46766,0,0,0,'Red War Fuel',55101,3,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65683,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46767,15,2,-1,'Warbot Ignition Key',51620,3,64,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,65682,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46775,12,0,-1,'Battered Tribal Shield',59954,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46778,15,5,-1,'Magic Rooster Egg',18051,4,0,0,1,1000000,0,0,-1,-1,60,60,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65917,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'\"Teaches you how to summon this mount. This is a very fast mount.\"',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (46779,0,0,-1,'Path of Cenarius',60005,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65745,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46780,0,0,0,'Ogre Pinata',60006,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65783,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46783,0,0,0,'Pink Gumball',59969,1,2,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65780,0,-1,0,1000,11,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46784,0,5,-1,'Ripe Elwynn Pumpkin',3225,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor outside Stormwind.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (46793,0,5,-1,'Tangy Southfury Cranberries',50879,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor outside Orgrimmar.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (46796,0,5,-1,'Ripe Tirisfal Pumpkin',3225,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor outside Undercity.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (46797,0,5,-1,'Mulgore Sweet Potato',6624,1,65536,0,5,25,1,0,-1,-1,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Sold by the Pilgrim\'s Bounty vendor inside Thunder Bluff.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (46800,4,0,0,'Pilgrim\'s Attire',59999,1,0,0,1,0,0,20,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66303,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A pilgrim costume.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46802,15,2,-1,'Heavy Murloc Egg',18051,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,66030,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46803,9,5,-1,'Recipe: Spice Bread Stuffing',9135,1,64,0,1,0,0,0,-1,-1,1,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66038,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Spice Bread Stuffing.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46804,9,5,-1,'Recipe: Pumpkin Pie',9135,1,64,0,1,0,0,0,-1,-1,20,0,185,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66036,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to bake Pumpkin Pie.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46805,9,5,-1,'Recipe: Cranberry Chutney',9135,1,64,0,1,0,0,0,-1,-1,32,0,185,160,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66035,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Cranberry Chutney.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46806,9,5,-1,'Recipe: Candied Sweet Potato',9135,1,64,0,1,0,0,0,-1,-1,44,0,185,220,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66034,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Candied Sweet Potato.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46807,9,5,-1,'Recipe: Slow-Roasted Turkey',9135,1,64,0,1,0,0,0,-1,-1,56,0,185,280,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66037,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cook Slow-Roasted Turkey.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46809,9,0,-1,'Bountiful Cookbook',1588,2,4,0,1,100,25,0,-1,-1,1,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The definitive collection of Pilgrim\'s Bounty recipes.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46810,9,0,-1,'Bountiful Cookbook',1588,2,4,0,1,100,25,0,-1,-1,1,0,185,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The definitive collection of Pilgrim\'s Bounty recipes.',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46812,15,0,0,'Northrend Mystery Gem Pouch',58497,1,4,0,1,500000,125000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains one or two random gems from Northrend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46813,15,5,-1,'Silver Covenant Hippogryph',47934,4,36864,2,1,0,0,0,-1,-1,70,70,762,300,0,0,0,1094,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46814,15,5,-1,'Sunreaver Dragonhawk',44756,4,36864,1,1,0,0,0,-1,-1,70,70,762,300,0,0,0,1124,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66088,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46815,15,5,-1,'Quel\'dorei Steed',25132,4,4096,2,1,0,0,0,-1,1101,40,40,762,150,0,0,0,1094,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66090,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46816,15,5,-1,'Sunreaver Hawkstrider',58406,4,4096,1,1,0,0,0,262143,690,40,40,762,150,0,0,0,1124,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46817,4,0,-1,'Silver Covenant Tabard',61333,1,0,2,1,0,0,19,-1,-1,1,0,0,0,0,0,0,1094,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46818,4,0,-1,'Sunreaver Tabard',61334,1,0,1,1,0,0,19,-1,-1,1,0,0,0,0,0,0,1124,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46820,15,2,-1,'Shimmering Wyrmling',60025,3,4160,2,1,0,0,0,-1,-1,1,0,0,0,0,0,0,1094,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,66096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46821,15,2,-1,'Shimmering Wyrmling',60025,3,4160,1,1,0,0,0,-1,-1,1,0,0,0,0,0,0,1124,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,66096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46824,4,0,0,'Pilgrim\'s Robe',60042,1,0,0,1,0,0,20,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66303,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A pilgrim costume.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46830,15,0,-1,'Save the Orphans Action Alert',60051,1,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46831,15,2,-1,'Macabre Marionette',55089,1,65600,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66175,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,409,'',0,0,0,0,0,12340), (46843,0,0,0,'Argent Crusader\'s Banner',60075,1,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66241,0,0,0,-1,1246,180000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46847,0,0,-1,'Seaforium Bombs',7624,1,65536,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66268,0,-1,0,0,1152,0,66271,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46849,7,12,-1,'Titanium Powder',35023,2,0,0,1,2000,500,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Tiffany Cartier of Dalaran would be very interested in this fine powder.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1536,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46852,0,8,-1,'H17 Ammunition Buddy',8928,0,0,8192,1,11000,2750,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'In order to protect trademark Goblin Ingenuity, tampering with this Ammunition Buddy will make it explode. Thank you.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46859,12,0,-1,'Stolen Tallstrider Leg',60111,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46860,4,0,-1,'Whimsical Skull Mask',60348,1,65536,0,1,5,1,1,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,409,'',0,0,0,0,0,12340), (46861,4,0,14,'Bouquet of Orange Marigolds',60349,1,128,0,1,10000,2500,23,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,65393,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Said to attract spirits and help one communicate with the departed on the Day of the Dead.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46870,12,0,-1,'Confessor\'s Prayer Book',36578,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66390,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46874,4,0,-1,'Argent Crusader\'s Tabard',60400,3,32960,0,1,0,0,19,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66238,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46875,12,0,-1,'Riding Training Pamphlet',1102,1,65536,2,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14079,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46876,12,0,-1,'Riding Training Pamphlet',1102,1,65536,2,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14085,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46877,12,0,-1,'Riding Training Pamphlet',1102,1,65536,2,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14083,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46878,12,0,-1,'Riding Training Pamphlet',1102,1,65536,2,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14084,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46879,12,0,-1,'Riding Training Pamphlet',1102,1,65536,2,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14082,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46880,12,0,-1,'Riding Training Pamphlet',1102,1,65536,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14086,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46881,12,0,-1,'Riding Training Pamphlet',1102,1,65536,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14089,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46882,12,0,-1,'Riding Training Pamphlet',1102,1,65536,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14081,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46883,12,0,-1,'Riding Training Pamphlet',1102,1,65536,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14088,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46884,12,0,-1,'Riding Training Pamphlet',1102,1,65536,1,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14087,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46885,12,0,-1,'Weighted Net',3673,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66474,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46887,0,5,-1,'Bountiful Feast',60172,1,65536,0,1,2500,625,0,-1,-1,60,0,185,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66476,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (46888,7,11,-1,'Bountiful Basket',60173,1,66624,0,1,2000,500,0,-1,-1,1,0,185,350,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66486,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,604800,0,0,'',0,0,0,0,1,12340), (46889,12,0,-1,'Jormungar Egg Sac',60175,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46892,15,2,-1,'Murkimus\' Tiny Spear',25593,3,32832,8192,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,63318,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46893,12,0,-1,'Earthshaker Drum',60208,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66512,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46895,13,0,0,'Black Cage Key',34378,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66531,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46897,9,10,-1,'Design: Enduring Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66338,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Enduring Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46898,9,10,-1,'Design: Steady Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66428,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Steady Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46899,9,10,-1,'Design: Vivid Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66429,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Vivid Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46900,9,10,-1,'Design: Dazzling Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66430,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Dazzling Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46901,9,10,-1,'Design: Jagged Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66431,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Jagged Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46902,9,10,-1,'Design: Timeless Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66432,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Timeless Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46903,9,10,-1,'Design: Seer\'s Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66433,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Seer\'s Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46904,9,10,-1,'Design: Forceful Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66434,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Forceful Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46905,9,10,-1,'Design: Misty Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66435,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Misty Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46906,9,10,-1,'Design: Sundered Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66436,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sundered Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46907,9,10,-1,'Design: Shining Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66437,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shining Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46908,9,10,-1,'Design: Tense Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66438,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Tense Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46909,9,10,-1,'Design: Lambent Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66439,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lambent Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46910,9,10,-1,'Design: Intricate Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66440,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Intricate Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46911,9,10,-1,'Design: Radiant Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66441,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Radiant Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46912,9,10,-1,'Design: Energized Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66442,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Energized Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46913,9,10,-1,'Design: Shattered Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66443,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shattered Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46914,9,10,-1,'Design: Opaque Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66444,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Opaque Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46915,9,10,-1,'Design: Turbid Eye of Zul',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66445,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Turbid Eye of Zul.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46916,9,10,-1,'Design: Runed Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66446,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Runed Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46917,9,10,-1,'Design: Bold Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66447,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bold Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46918,9,10,-1,'Design: Delicate Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66448,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Delicate Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46919,9,10,-1,'Design: Bright Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66449,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Bright Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46920,9,10,-1,'Design: Precise Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66450,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Precise Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46921,9,10,-1,'Design: Fractured Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66451,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fractured Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46922,9,10,-1,'Design: Subtle Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Subtle Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46923,9,10,-1,'Design: Flashing Cardinal Ruby',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66453,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Flashing Cardinal Ruby.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46924,9,10,-1,'Design: Solid Majestic Zircon',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66497,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Solid Majestic Zircon.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46925,9,10,-1,'Design: Sparkling Majestic Zircon',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66498,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sparkling Majestic Zircon.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46926,9,10,-1,'Design: Stormy Majestic Zircon',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66499,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stormy Majestic Zircon.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46927,9,10,-1,'Design: Lustrous Majestic Zircon',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66500,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lustrous Majestic Zircon.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46928,9,10,-1,'Design: Rigid King\'s Amber',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66501,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Rigid King\'s Amber.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46929,9,10,-1,'Design: Smooth King\'s Amber',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66502,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Smooth King\'s Amber.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46930,9,10,-1,'Design: Brilliant King\'s Amber',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66503,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Brilliant King\'s Amber.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46931,9,10,-1,'Design: Thick King\'s Amber',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66504,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Thick King\'s Amber.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46932,9,10,-1,'Design: Mystic King\'s Amber',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66505,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mystic King\'s Amber.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46933,9,10,-1,'Design: Quick King\'s Amber',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66506,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Quick King\'s Amber.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46934,9,10,-1,'Design: Balanced Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Balanced Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46935,9,10,-1,'Design: Sovereign Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Sovereign Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46936,9,10,-1,'Design: Glowing Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glowing Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46937,9,10,-1,'Design: Purified Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Purified Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46938,9,10,-1,'Design: Shifting Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Shifting Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46939,9,10,-1,'Design: Royal Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Royal Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46940,9,10,-1,'Design: Regal Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Regal Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46941,9,10,-1,'Design: Defender\'s Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Defender\'s Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46942,9,10,-1,'Design: Guardian\'s Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Guardian\'s Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46943,9,10,-1,'Design: Mysterious Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Mysterious Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46944,9,10,-1,'Design: Puissant Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Puissant Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46945,9,10,-1,'Design: Infused Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66564,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Infused Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46946,9,10,-1,'Design: Tenuous Dreadstone',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66565,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Tenuous Dreadstone.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46947,9,10,-1,'Design: Luminous Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Luminous Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46948,9,10,-1,'Design: Inscribed Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Inscribed Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46949,9,10,-1,'Design: Deadly Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deadly Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46950,9,10,-1,'Design: Potent Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66569,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Potent Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46951,9,10,-1,'Design: Veiled Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66570,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Veiled Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46952,9,10,-1,'Design: Durable Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66571,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Durable Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46953,9,10,-1,'Design: Etched Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66572,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Etched Ametrine',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46954,12,0,0,'Flaming Spears',53326,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66588,0,0,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46955,12,0,-1,'Kraken Tooth',30593,1,0,0,1,0,0,0,-1,-1,1,78,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Someone may want to see this...',0,0,0,14095,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46956,9,10,-1,'Design: Pristine Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66573,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Pristine Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46957,2,7,-1,'Monster - Sword, 1H Horde PvP Red',60253,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (46958,2,15,-1,'Steel Bladebreaker',60576,4,0,2,1,1198734,239746,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,58,7,58,32,44,44,30,0,0,0,0,0,0,0,0,0,0,0,0,220,330,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46959,4,0,-1,'Band of the Violent Temperment',53042,4,524288,2,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46960,4,3,-1,'Breastplate of Cruel Intent',61825,4,0,2,1,724520,144904,5,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,255,3,74,7,107,5,71,32,82,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46961,4,4,-1,'Boneshatter Armplates',62005,4,0,2,1,426558,85311,9,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,50,37,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46962,4,4,-1,'Chestplate of the Towering Monstrosity',61000,4,0,2,1,851349,170269,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,90,37,69,13,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46963,4,6,-1,'Crystal Plated Vanguard',61780,4,0,2,1,781191,156238,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,71,7,108,12,36,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46964,4,6,-1,'Crystal Plated Vanguard',61780,4,8,2,1,823654,164730,14,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,80,7,108,12,42,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8695,0,0,0,0,0,0,0,0,0,64948,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,243,0,120,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46965,4,3,-1,'Breastplate of Cruel Intent',61825,4,8,2,1,719783,143956,5,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,274,3,86,7,121,5,80,32,86,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46966,4,0,-1,'Band of the Violent Temperment',53042,4,524296,2,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46967,4,4,-1,'Boneshatter Armplates',62005,4,8,2,1,425526,85105,9,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,49,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46968,4,4,-1,'Chestplate of the Towering Monstrosity',61000,4,8,2,1,849365,169873,5,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,182,12,102,37,78,13,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46969,2,15,-1,'Steel Bladebreaker',60610,4,8,2,1,1218002,243600,13,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,58,7,66,32,50,44,33,0,0,0,0,0,0,0,0,0,0,0,0,242,364,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46970,4,1,-1,'Drape of the Untamed Predator',61403,4,0,2,1,349097,69819,16,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,32,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46971,4,1,-1,'Drape of the Untamed Predator',61403,4,8,2,1,368173,73634,16,262143,1101,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,85,32,57,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46972,4,1,-1,'Cord of the Tenebrous Mist',61233,4,0,2,1,234467,46893,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46973,4,1,-1,'Cord of the Tenebrous Mist',61233,4,8,2,1,247273,49454,6,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,6,76,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46974,4,2,-1,'Leggings of the Broken Beast',61927,4,4096,2,1,590568,118113,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,128,7,136,36,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46975,4,2,-1,'Leggings of the Broken Beast',61927,4,4104,2,1,622805,124561,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,36,102,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,4,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46976,4,1,-1,'Shawl of the Refreshing Winds',61401,4,0,2,1,356945,71389,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46977,4,1,-1,'Shawl of the Refreshing Winds',61401,4,8,2,1,376418,75283,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46978,4,9,-1,'Totem of the Earthen Ring',34958,1,0,0,1,0,0,28,32767,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (46979,2,15,-1,'Blade of Tarasque',60577,4,0,2,1,1202896,240579,21,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,621,7,42,5,58,31,45,36,58,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (46980,2,15,-1,'Blade of Tarasque',60577,4,8,2,1,1268471,253694,21,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,692,7,48,5,65,31,51,36,57,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (46985,4,4,-1,'Boots of the Courageous',61365,4,0,2,1,598231,119646,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46986,4,4,-1,'Boots of the Courageous',61365,4,8,2,1,630967,126193,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,60,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46988,4,2,-1,'Boots of the Unrelenting Storm',61707,4,0,2,1,433028,86605,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46989,4,2,-1,'Boots of the Unrelenting Storm',61707,4,8,2,1,456703,91340,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,6,60,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46990,4,3,-1,'Belt of the Ice Burrower',61939,4,0,2,1,349062,69812,6,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,109,7,77,5,77,32,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46991,4,3,-1,'Belt of the Ice Burrower',61939,4,8,2,1,368098,73619,6,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,124,7,86,5,86,32,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46992,4,1,-1,'Flowing Vestments of Ascent',61722,4,0,2,1,468888,93777,20,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46993,4,1,-1,'Flowing Vestments of Ascent',61722,4,8,2,1,494496,98899,20,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46994,2,18,-1,'Talonstrike',60579,4,0,2,1,885675,177135,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,43,7,43,36,28,44,28,0,0,0,0,0,0,0,0,0,0,0,0,495,694,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (46995,2,18,-1,'Talonstrike',60664,4,8,2,1,934020,186804,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,49,3,40,7,48,36,32,44,32,0,0,0,0,0,0,0,0,0,0,0,0,564,784,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2877,0,375,45,0,0,0,'',68,0,0,0,0,12340), (46996,2,0,-1,'Lionhead Slasher',60578,4,0,2,1,1189698,237939,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,58,7,58,32,39,44,39,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46997,4,4,-1,'Dawnbreaker Greaves',61372,4,0,2,1,642217,128443,8,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,14,53,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (46999,4,4,-1,'Bloodbath Belt',61342,4,4096,2,1,434468,86893,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,59,37,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47000,4,2,-1,'Cuirass of Calamitous Fate',61930,4,0,2,1,619342,123868,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47001,2,0,-1,'Lionhead Slasher',60649,4,8,2,1,1306073,261214,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,66,7,66,32,36,44,44,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47002,4,4,-1,'Bloodbath Belt',61342,4,4104,2,1,461320,92264,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,129,32,68,37,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,4,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47003,4,4,-1,'Dawnbreaker Greaves',61372,4,8,2,1,623635,124727,8,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,146,12,60,14,52,13,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47004,4,2,-1,'Cuirass of Calamitous Fate',61930,4,8,2,1,597383,119476,5,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,86,36,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47006,12,0,-1,'Kvaldir War Horn',60271,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66642,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47007,9,10,-1,'Design: Reckless Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66574,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Reckless Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47008,9,10,-1,'Design: Glinting Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66575,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glinting Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47009,12,0,-1,'Mistcaller\'s Charm',60274,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66621,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47010,9,10,-1,'Design: Accurate Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66576,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Accurate Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47011,9,10,-1,'Design: Wicked Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66577,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Wicked Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47012,9,10,-1,'Design: Glimmering Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66578,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Glimmering Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47015,9,10,-1,'Design: Champion\'s Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66579,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Champion\'s Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47016,9,10,-1,'Design: Empowered Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66580,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut an Empowered Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47017,9,10,-1,'Design: Stalwart Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66581,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stalwart Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47018,9,10,-1,'Design: Resplendent Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66582,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Resplendent Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47019,9,10,-1,'Design: Fierce Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66583,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Fierce Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47020,9,10,-1,'Design: Deft Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66584,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Deft Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47021,9,10,-1,'Design: Lucent Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66585,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Lucent Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47022,9,10,-1,'Design: Resolute Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66586,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Resolute Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47023,9,10,-1,'Design: Stark Ametrine',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,66587,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Stark Ametrine.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47029,12,0,-1,'Captured Kvaldir Banner',7111,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66661,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47030,0,0,-1,'Huge Seaforium Bombs',39014,1,65536,0,1,0,0,0,-1,-1,70,70,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66674,0,-1,0,0,1152,0,68377,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,628,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47033,12,0,-1,'Light-Blessed Relic',60291,1,1088,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66719,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47035,12,0,-1,'Discarded Soul Crystal',35920,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47036,12,0,-1,'Fresh Chum',60296,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66741,0,-1,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47037,12,0,-1,'North Sea Shark Meat',39119,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47041,4,0,-1,'Solace of the Defeated',59319,4,0,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67698,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47042,4,1,-1,'Pride of the Eredar',26064,4,0,2,1,374137,74827,16,-1,-1,245,80,0,0,0,0,0,0,1,0,1,0,5,4,58,7,114,12,50,13,50,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47043,4,0,-1,'Charge of the Demon Lord',39210,4,0,2,1,302495,75623,2,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,32,54,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47048,12,0,-1,'Doctor Kohler\'s Orders',58170,1,2048,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3569,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47051,4,1,-1,'Leggings of the Soothing Touch',61170,4,0,2,1,479541,95908,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47052,4,4,-1,'Legguards of Feverish Dedication',62025,4,0,2,1,842277,168455,7,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,90,14,74,37,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47053,4,0,-1,'Symbol of Transgression',61788,4,0,2,1,302495,75623,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47054,4,0,-1,'Band of Deplorable Violence',39126,4,524288,2,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,44,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47055,4,2,-1,'Bracers of the Autumn Willow',61650,4,0,2,1,304082,60816,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47056,4,3,-1,'Bracers of Cloudy Omen',62050,4,0,2,1,366219,73243,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,43,25,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47057,4,4,-1,'Legplates of Failing Light',62024,4,0,2,1,857591,171518,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,80,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47059,4,0,-1,'Solace of the Defeated',59319,4,8,2,1,455760,113940,12,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,1,45,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67752,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47060,4,0,-1,'Charge of the Demon Lord',39210,4,8,2,1,302495,75623,2,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,85,32,61,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47061,4,4,-1,'Legguards of Feverish Dedication',62025,4,8,2,1,849540,169908,7,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,194,12,94,14,86,37,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47062,4,1,-1,'Leggings of the Soothing Touch',61170,4,8,2,1,487250,97450,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47063,4,1,-1,'Pride of the Eredar',26064,4,8,2,1,366824,73364,16,-1,-1,258,80,0,0,0,0,0,0,1,0,1,0,5,4,65,7,116,12,57,13,49,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47064,4,0,-1,'Symbol of Transgression',61788,4,8,2,1,302495,75623,23,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,65,5,65,32,57,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47066,4,2,-1,'Bracers of the Autumn Willow',61650,4,8,2,1,309122,61824,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,49,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47067,4,4,-1,'Legplates of Failing Light',62024,4,8,2,1,868779,173755,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,88,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47068,4,3,-1,'Bracers of Cloudy Omen',62050,4,8,2,1,373720,74744,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,43,28,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47069,2,1,-1,'Justicebringer',60580,4,0,2,1,1487569,297513,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47070,4,0,-1,'Ring of Callous Aggression',39127,4,524288,2,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,32,54,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47071,4,2,-1,'Treads of the Icewalker',61706,4,0,2,1,449525,89905,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,31,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47072,4,4,-1,'Girdle of Bloodied Scars',61368,4,4096,2,1,423503,84700,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47073,4,3,-1,'Bracers of the Untold Massacre',62051,4,0,2,1,362260,72452,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,101,3,76,7,40,5,40,32,50,44,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47074,4,3,-1,'Bracers of the Untold Massacre',62051,4,8,2,1,381965,76393,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,77,7,45,5,45,32,49,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47075,4,0,-1,'Ring of Callous Aggression',39127,4,524296,2,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,85,32,61,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47076,4,4,-1,'Girdle of Bloodied Scars',61368,4,4104,2,1,451426,90285,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,146,12,60,13,44,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47077,4,2,-1,'Treads of the Icewalker',61706,4,8,2,1,448131,89626,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,98,7,114,31,76,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47078,2,1,-1,'Justicebringer',60650,4,8,2,1,1499548,299909,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47079,4,6,-1,'Bastion of Purity',61781,4,0,2,1,733556,146711,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,36,50,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47080,4,0,-1,'Satrina\'s Impeding Scarab',61410,4,0,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,7,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67699,0,0,0,180000,1190,180000,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47081,4,1,-1,'Cord of Biting Cold',61234,4,0,2,1,230972,46194,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,72,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47082,4,4,-1,'Chestplate of the Frostborn Hero',61347,4,0,2,1,811482,162296,5,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,31,74,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47083,4,3,-1,'Legguards of Concealed Hatred',61988,4,0,2,1,698195,139639,7,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47084,4,1,-1,'Cord of Biting Cold',61234,4,8,2,1,245449,49089,6,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,73,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47085,4,6,-1,'Bastion of Purity',61781,4,8,2,1,788315,157663,14,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,65,5,65,36,57,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8695,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,243,0,120,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47086,4,4,-1,'Chestplate of the Frostborn Hero',61347,4,8,2,1,865456,173091,5,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,31,86,36,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47087,4,3,-1,'Legguards of Concealed Hatred',61988,4,8,2,1,744592,148918,7,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,86,43,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47088,4,0,-1,'Satrina\'s Impeding Scarab',61410,4,8,2,1,455760,113940,12,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,1,7,216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67753,0,0,0,180000,1190,180000,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47089,4,1,-1,'Cloak of Displacement',61405,4,0,2,1,356945,71389,16,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,36,50,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47090,4,3,-1,'Boots of Tremoring Earth',61961,4,0,2,1,539785,107957,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47092,4,1,-1,'Boots of the Mourning Widow',61235,4,0,2,1,360868,72173,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47093,4,4,-1,'Vambraces of the Broken Bond',62004,4,0,2,1,424968,84993,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47094,4,2,-1,'Vestments of the Shattered Fellowship',61713,4,0,2,1,621601,124320,20,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47095,4,1,-1,'Cloak of Displacement',61405,4,8,2,1,393246,78649,16,32767,1101,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,36,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47096,4,2,-1,'Vestments of the Shattered Fellowship',61713,4,8,2,1,595134,119026,20,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,102,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47097,4,1,-1,'Boots of the Mourning Widow',61235,4,8,2,1,358467,71693,8,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47098,4,4,-1,'Vambraces of the Broken Bond',62004,4,8,2,1,422228,84445,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47099,4,3,-1,'Boots of Tremoring Earth',61961,4,8,2,1,544269,108853,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,36,76,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47100,15,5,-1,'Reins of the Striped Dawnsaber',17606,3,0,0,1,10000,2500,0,-1,1101,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66847,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47101,15,5,-1,'Ochre Skeletal Warhorse',17786,4,0,0,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66846,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47104,2,15,-1,'Twin Spike',60610,4,0,2,1,1167821,233564,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,58,7,58,31,39,36,39,0,0,0,0,0,0,0,0,0,0,0,0,283,425,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47105,4,0,-1,'The Executioner\'s Malice',39209,4,0,2,1,302495,75623,2,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,50,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47106,4,3,-1,'Sabatons of Ruthless Judgment',61941,4,0,2,1,531832,106366,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,31,53,44,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47107,4,2,-1,'Belt of the Merciless Killer',61652,4,0,2,1,295225,59045,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,31,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47108,4,4,-1,'Bracers of the Shieldmaiden',62000,4,0,2,1,417225,83445,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,114,12,50,37,38,14,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47109,4,3,-1,'Sabatons of Ruthless Judgment',61941,4,8,2,1,564992,112998,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,98,7,90,5,60,31,60,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47110,4,0,-1,'The Executioner\'s Malice',39209,4,8,2,1,302495,75623,2,262143,1101,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47111,4,4,-1,'Bracers of the Shieldmaiden',62000,4,8,2,1,454856,90971,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,65,7,116,12,57,37,43,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47112,4,2,-1,'Belt of the Merciless Killer',61652,4,8,2,1,324207,64841,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,98,7,114,31,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47113,2,15,-1,'Twin Spike',60610,4,8,2,1,1301450,260290,13,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,58,7,66,31,44,36,44,0,0,0,0,0,0,0,0,0,0,0,0,312,468,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47114,2,10,-1,'Lupine Longstaff',60582,4,0,2,1,1553855,310771,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,128,7,136,36,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,490,736,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47115,4,0,-1,'Death\'s Verdict',61413,4,0,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,38,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67702,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47116,4,0,-1,'The Arbiter\'s Muse',48509,4,0,2,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,114,12,40,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47121,4,4,-1,'Legguards of Ascension',62026,4,0,2,1,808236,161647,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47126,4,1,-1,'Skyweaver Robes',61721,4,0,2,1,483156,96631,20,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,82,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47129,4,1,-1,'Skyweaver Robes',61721,4,8,2,1,513184,102636,20,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47130,2,10,-1,'Lupine Longstaff',60653,4,8,2,1,1609324,321864,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,204,3,137,7,141,36,102,44,94,0,0,0,0,0,0,0,0,0,0,0,0,540,811,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47131,4,0,-1,'Death\'s Verdict',61413,4,8,2,1,455760,113940,12,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,1,38,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67771,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47132,4,4,-1,'Legguards of Ascension',62026,4,8,2,1,907692,181538,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47133,4,0,-1,'The Arbiter\'s Muse',48509,4,8,2,1,302495,75623,2,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,116,12,45,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47138,4,0,-1,'Chalice of Searing Light',61377,4,0,2,1,302495,75623,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47139,4,0,-1,'Wail of the Val\'kyr',39162,4,0,2,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,58,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47140,4,2,-1,'Cord of Pale Thorns',61639,4,0,2,1,287526,57505,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47141,4,1,-1,'Bindings of Dark Essence',61236,4,0,2,1,230877,46175,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,31,38,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47142,4,4,-1,'Breastplate of the Frozen Lake',61849,4,0,2,1,833205,166641,5,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47143,4,1,-1,'Bindings of Dark Essence',61236,4,8,2,1,251045,50209,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,31,43,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47144,4,0,-1,'Wail of the Val\'kyr',39162,4,8,2,1,302495,75623,2,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47145,4,2,-1,'Cord of Pale Thorns',61639,4,8,2,1,316087,63217,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,6,76,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47146,4,0,-1,'Chalice of Searing Light',61377,4,8,2,1,302495,75623,23,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,65,5,65,6,57,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47147,4,4,-1,'Breastplate of the Frozen Lake',61849,4,8,2,1,891515,178303,5,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47148,2,0,-1,'Stormpike Cleaver',60613,4,0,2,1,1216569,243313,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,58,7,58,36,39,31,39,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47149,4,0,-1,'Signet of the Traitor King',39123,4,524288,2,1,302495,75623,11,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,4,76,7,114,12,40,13,40,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47150,4,4,-1,'Greaves of the 7th Legion',62290,4,0,2,1,642030,128406,8,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47151,4,2,-1,'Bracers of Dark Determination',61653,4,0,2,1,307412,61482,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,31,50,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47152,4,3,-1,'Belt of Deathly Dominion',61962,4,0,2,1,370214,74042,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,31,53,44,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47153,4,3,-1,'Belt of Deathly Dominion',61962,4,8,2,1,390322,78064,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,98,7,90,5,60,31,60,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47154,4,4,-1,'Greaves of the 7th Legion',62290,4,8,2,1,684185,136837,8,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,130,32,76,37,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47155,4,2,-1,'Bracers of Dark Determination',61653,4,8,2,1,327580,65516,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,69,7,85,31,49,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47156,2,0,-1,'Stormpike Cleaver',60578,4,8,2,1,1189769,237953,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,58,7,66,36,44,31,44,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47157,4,0,-1,'Signet of the Traitor King',39123,4,524296,2,1,302495,75623,11,262143,1101,258,80,0,0,0,0,0,0,0,0,1,0,5,4,85,7,116,12,45,13,37,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47170,4,2,-1,'Belt of Fierce Competition',60526,4,0,0,1,252560,50512,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,38,32,31,44,47,38,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47171,4,4,-1,'Legguards of Abandoned Fealty',60525,4,0,0,1,709639,141927,7,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,44,7,134,12,60,13,60,37,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47172,4,4,-1,'Helm of the Bested Gallant',55312,4,0,0,1,533116,106623,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,50,5,60,45,96,36,52,32,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47173,4,1,-1,'Bindings of the Wicked',60523,4,0,0,1,204205,40841,9,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,41,5,37,32,33,31,33,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47174,4,2,-1,'Binding of the Tranquil Glade',60457,4,0,0,1,238123,47624,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,61,5,46,36,28,6,49,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47175,4,3,-1,'Scale Boots of the Outlander',60524,4,0,0,1,432122,86424,8,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,3,50,7,60,5,47,44,39,32,33,38,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47176,4,4,-1,'Breastplate of the Imperial Joust',60528,4,0,0,1,671755,134351,5,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,96,44,52,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47177,4,2,-1,'Gloves of the Argent Fanatic',60530,4,0,0,1,240819,48163,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,61,32,45,44,34,38,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47178,4,3,-1,'Carapace of Grim Visions',60531,4,0,0,1,580143,116028,5,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,5,46,7,83,43,26,32,52,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,8,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47179,15,5,-1,'Argent Charger',60401,4,4096,0,1,0,0,0,2,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,66906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47180,15,5,-1,'Argent Warhorse',60687,4,4096,0,1,0,0,0,262143,-1,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,67466,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47181,4,1,-1,'Belt of the Churning Blaze',60527,4,0,0,1,195538,39107,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,53,5,49,32,35,31,50,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47182,4,0,-1,'Reign of the Unliving',59316,4,0,2,1,455760,113940,12,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,1,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67712,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47183,4,1,-1,'Strength of the Nerub',33732,4,0,2,1,358300,71660,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,54,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47184,4,3,-1,'Legguards of the Lurking Threat',62162,4,0,2,1,719240,143848,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,120,7,71,5,107,32,82,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47185,4,1,-1,'Leggings of the Haggard Apprentice',60529,4,0,0,1,396840,79368,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,84,5,49,32,47,6,56,45,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,4,0,0,0,428,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47186,4,2,-1,'Legwraps of the Awakening',61926,4,0,2,1,603707,120741,7,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47187,4,1,-1,'Leggings of the Deepening Void',61185,4,0,2,1,484725,96945,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,31,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47188,4,0,-1,'Reign of the Unliving',59316,4,8,2,1,455760,113940,12,262143,32767,258,80,0,0,0,0,0,0,0,1,1,0,1,45,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67758,1,0,0,-1,1141,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47189,4,1,-1,'Leggings of the Deepening Void',61185,4,8,2,1,512985,102597,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,31,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47190,4,2,-1,'Legwraps of the Awakening',61926,4,8,2,1,597508,119501,7,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47191,4,3,-1,'Legguards of the Lurking Threat',62162,4,8,2,1,719783,143956,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,129,7,80,5,121,32,94,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,4,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47192,4,1,-1,'Strength of the Nerub',33732,4,8,2,1,361278,72255,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,53,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47193,2,4,-1,'Misery\'s End',61659,4,0,2,1,1150580,230116,21,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,621,7,58,5,58,36,58,32,39,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47194,4,1,-1,'Footpads of the Icy Floe',61237,4,0,2,1,346458,69291,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,31,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47195,4,4,-1,'Belt of the Forgotten Martyr',61341,4,0,2,1,408059,81611,6,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47196,12,0,-1,'Venomhide Baby Tooth',60403,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Shed by a growing raptor. Mor\'vek says your raptor will be ready to ride when it has shed 20 baby teeth.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47197,4,4,-1,'Gauntlets of the Stouthearted Crusader',60532,4,0,0,1,339039,67807,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,64,32,46,36,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47199,4,4,-1,'Greaves of the Grand Paladin',60638,4,0,0,1,508456,101691,8,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,38,5,50,36,30,43,20,45,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47200,4,0,-1,'Signet of Purity',39125,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,43,5,36,6,30,32,35,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47201,4,4,-1,'Boots of Heartfelt Repentance',60639,4,0,0,1,512258,102451,8,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,41,7,99,12,47,13,39,37,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1541,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47202,4,2,-1,'Leggings of Brazen Trespass',55856,4,0,0,1,490560,98112,7,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,89,7,56,31,64,32,52,38,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,3114,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47203,4,1,-1,'Armbands of the Ashen Saint',61238,4,0,2,1,238843,47768,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47204,4,3,-1,'Chestguard of Flowing Elements',59179,4,0,2,1,719169,143833,5,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47205,4,1,-1,'Footpads of the Icy Floe',61237,4,8,2,1,379154,75830,8,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,31,60,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47206,2,4,-1,'Misery\'s End',61660,4,8,2,1,1301575,260315,21,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,701,7,66,5,66,36,66,32,44,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47207,4,4,-1,'Belt of the Forgotten Martyr',61341,4,8,2,1,459781,91956,6,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47208,4,1,-1,'Armbands of the Ashen Saint',61238,4,8,2,1,262164,52432,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47209,4,3,-1,'Chestguard of Flowing Elements',59179,4,8,2,1,714161,142832,5,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,78,43,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47210,4,2,-1,'Mantle of Gnarled Overgrowth',60465,4,0,0,1,351669,70333,3,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,58,5,47,32,44,31,44,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47211,4,3,-1,'Wristguards of Ceaseless Regret',60537,4,0,0,1,282424,56484,9,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,3,38,7,32,5,36,32,29,44,25,38,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47212,4,4,-1,'Mercy\'s Hold',60539,4,0,0,1,332654,66530,10,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,99,12,38,13,41,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47213,4,0,-1,'Abyssal Rune',48010,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67670,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47214,4,0,-1,'Banner of Victory',61414,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,44,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67672,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47215,4,0,-1,'Tears of the Vanquished',59322,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,5,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67667,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47216,4,0,-1,'The Black Heart',61415,4,0,0,1,429375,107343,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,7,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67653,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47217,4,2,-1,'Gaze of the Somber Keeper',60536,4,0,0,1,361118,72223,1,262143,32767,200,80,0,0,0,0,0,0,0,0,1,0,5,7,65,5,52,6,56,32,52,45,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47218,4,1,-1,'The Confessor\'s Binding',60540,4,0,0,1,193322,38664,6,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,43,5,53,6,45,32,34,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47219,4,0,-1,'Brilliant Hailstone Amulet',39212,4,0,0,1,284983,71245,2,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,38,5,34,31,21,32,36,45,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47220,4,4,-1,'Helm of the Violent Fray',60478,4,0,0,1,510254,102050,1,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,72,32,44,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47221,4,2,-1,'Shoulderpads of the Infamous Knave',60545,4,0,0,1,366523,73304,3,1535,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,62,7,50,31,27,44,47,38,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47222,4,0,-1,'Uruka\'s Band of Zeal',49005,4,524288,0,1,284983,71245,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,3,36,7,44,37,32,32,34,38,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47223,4,0,-1,'Ring of the Darkmender',50376,4,524288,2,1,302495,75623,11,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,36,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47224,4,0,-1,'Ring of the Darkmender',50376,4,524296,2,1,302495,75623,11,262143,1101,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,36,49,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47225,4,1,-1,'Maiden\'s Favor',15040,4,0,2,1,370285,74057,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47226,4,1,-1,'Mantle of Inconsolable Fear',60518,4,0,0,1,306425,61285,3,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,47,36,49,32,37,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47227,4,4,-1,'Girdle of the Pallid Knight',60544,4,0,0,1,360815,72163,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,4,48,7,99,12,36,14,44,31,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47228,4,3,-1,'Leggings of the Bloodless Knight',60546,4,0,0,1,617144,123428,7,32767,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,76,5,57,36,54,32,56,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47229,4,4,-1,'Girdle of Arrogant Downfall',60641,4,0,0,1,328789,65757,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,76,36,37,44,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47230,4,1,-1,'Handwraps of Surrendered Hope',60549,4,0,0,1,187537,37507,10,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,7,63,5,41,36,29,6,49,45,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3198,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47231,4,3,-1,'Belt of Merciless Cruelty',60640,4,0,0,1,282394,56478,6,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,6,3,48,7,60,5,43,32,43,36,40,38,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47232,4,1,-1,'Drape of the Undefeated',31131,4,0,0,1,283453,56690,16,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,4,4,57,7,57,32,36,36,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47233,2,6,-1,'Archon Glaive',60657,4,0,2,1,1437780,287556,17,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,128,7,136,32,90,44,90,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47234,4,4,-1,'Gloves of Bitter Reprisal',62059,4,4096,2,1,406427,81285,10,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47235,4,1,-1,'Gloves of the Lifeless Touch',61243,4,0,2,1,231780,46356,10,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47236,4,1,-1,'Gloves of the Lifeless Touch',61243,4,8,2,1,244449,48889,10,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,60,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47237,4,0,-1,'Band of Deplorable Violence',39126,4,524296,2,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,50,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47238,4,1,-1,'Maiden\'s Favor',15040,4,8,2,1,379379,75875,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,49,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47239,2,6,-1,'Archon Glaive',60657,4,8,2,1,1586369,317273,17,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,153,32,102,44,94,0,0,0,0,0,0,0,0,0,0,0,0,788,1183,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47240,4,4,-1,'Gloves of Bitter Reprisal',62059,4,4104,2,1,448348,89669,10,262143,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,130,32,76,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47241,10,0,-1,'Emblem of Triumph',62232,4,6144,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47242,15,4,-1,'Trophy of the Crusade',60746,4,0,0,1,0,500000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47243,4,0,-1,'Mark of the Relentless',39129,4,524288,0,1,302495,75623,11,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,48,7,89,13,30,37,26,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47244,4,3,-1,'Chestguard of the Ravenous Fiend',60551,4,0,0,1,663083,132616,5,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,3,61,7,74,5,60,44,65,31,56,38,212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47245,4,3,-1,'Pauldrons of Concealed Loathing',60505,4,0,0,1,501309,100261,3,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,38,113,3,75,7,55,5,38,32,42,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47246,12,0,-1,'Writ of Merit',6270,3,0,0,1,0,0,0,-1,-1,65,0,755,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,14160,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47247,12,0,-1,'Writ of Merit',6270,3,0,0,1,0,0,0,-1,-1,65,0,755,400,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47248,4,2,-1,'Treads of Dismal Fortune',60642,4,0,0,1,420317,84063,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,73,7,54,32,59,37,42,38,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47249,4,2,-1,'Leggings of the Snowy Bramble',60550,4,0,0,1,508921,101784,7,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,83,5,80,32,52,36,69,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47250,4,3,-1,'Pauldrons of the Deafening Gale',60488,4,0,0,1,461852,92370,3,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,79,5,53,32,30,31,60,45,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47251,4,3,-1,'Cuirass of Cruel Intent',61219,4,0,1,1,684784,136956,5,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,255,3,74,7,107,5,71,32,82,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47252,4,0,-1,'Ring of the Violent Temperament',53042,4,524288,1,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47253,4,4,-1,'Boneshatter Vambraces',62143,4,0,1,1,404837,80967,9,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,50,37,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47254,4,4,-1,'Hauberk of the Towering Monstrosity',61525,4,0,1,1,830125,166025,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,90,37,69,13,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47255,2,15,-1,'Stygian Bladebreaker',60591,4,0,1,1,1190293,238058,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,58,7,58,32,44,44,30,0,0,0,0,0,0,0,0,0,0,0,0,220,330,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47256,4,1,-1,'Drape of the Refreshing Winds',61402,4,0,1,1,358407,71681,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47257,4,1,-1,'Cloak of the Untamed Predator',61404,4,0,1,1,359727,71945,16,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,32,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47258,4,1,-1,'Belt of the Tenebrous Mist',59003,4,0,1,1,240674,48134,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47259,4,2,-1,'Legwraps of the Broken Beast',61250,4,4096,1,1,603885,120777,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,128,7,136,36,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47260,4,6,-1,'Forlorn Barrier',61785,4,0,1,1,775789,155157,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,71,7,108,12,36,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,42038,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47261,2,15,-1,'Barb of Tarasque',60592,4,0,1,1,1216569,243313,21,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,621,7,42,5,58,31,45,36,58,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47262,4,2,-1,'Boots of the Harsh Winter',61249,4,0,1,1,457818,91563,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47263,4,4,-1,'Sabatons of the Courageous',61540,4,0,1,1,642030,128406,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47264,4,1,-1,'Flowing Robes of Ascent',62082,4,0,1,1,491859,98371,20,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47265,4,3,-1,'Binding of the Ice Burrower',61254,4,0,1,1,370214,74042,6,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,109,7,77,5,77,32,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47266,2,0,-1,'Blood Fury',60659,4,0,1,1,1238328,247665,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,58,7,58,32,39,44,39,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47267,2,18,-1,'Death\'s Head Crossbow',60595,4,0,1,1,932045,186409,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,43,7,43,36,28,44,28,0,0,0,0,0,0,0,0,0,0,0,0,495,694,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (47268,4,4,-1,'Bloodbath Girdle',62138,4,4096,1,1,438988,87797,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,59,37,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47269,4,4,-1,'Dawnbreaker Sabatons',61545,4,0,1,1,593372,118674,8,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,14,53,13,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47270,4,2,-1,'Vest of Calamitous Fate',61208,4,0,1,1,584148,116829,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47271,4,0,-1,'Solace of the Fallen',59319,4,0,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67698,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47272,4,0,-1,'Charge of the Eredar',39210,4,0,1,1,302495,75623,2,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,32,54,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47273,4,4,-1,'Legplates of Feverish Dedication',62127,4,0,1,1,826963,165392,7,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,90,14,74,37,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47274,4,1,-1,'Pants of the Soothing Touch',62074,4,0,1,1,474309,94861,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47275,4,1,-1,'Pride of the Demon Lord',43290,4,0,1,1,357052,71410,16,-1,-1,245,80,0,0,0,0,0,0,1,0,1,0,5,4,58,7,114,12,50,13,50,37,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47276,4,0,-1,'Talisman of Heedless Sins',61790,4,0,1,1,302495,75623,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47277,4,2,-1,'Bindings of the Autumn Willow',61182,4,0,1,1,299713,59942,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47278,4,0,-1,'Circle of the Darkmender',50376,4,524288,1,1,302495,75623,11,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,36,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47279,4,4,-1,'Leggings of Failing Light',62119,4,0,1,1,845356,169071,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,80,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47280,4,3,-1,'Wristwraps of Cloudy Omen',61113,4,0,1,1,363615,72723,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,43,25,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47281,4,3,-1,'Bracers of the Silent Massacre',61253,4,0,1,1,364899,72979,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,101,3,76,7,40,5,40,32,50,44,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47282,4,0,-1,'Band of Callous Aggression',39127,4,524288,1,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,32,54,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47283,4,4,-1,'Belt of Bloodied Scars',62137,4,4096,1,1,431245,86249,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47284,4,2,-1,'Icewalker Treads',61173,4,0,1,1,461029,92205,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,31,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47285,2,1,-1,'Dual-blade Butcher',60596,4,0,1,1,1542262,308452,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47286,4,1,-1,'Belt of Biting Cold',61872,4,0,1,1,230139,46027,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,72,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47287,4,6,-1,'Bastion of Resolve',62299,4,0,1,1,739263,147852,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,36,50,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47288,4,4,-1,'Chestplate of the Frostwolf Hero',61485,4,0,1,1,811565,162313,5,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,31,74,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47289,4,3,-1,'Leggings of Concealed Hatred',62102,4,0,1,1,698267,139653,7,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47290,4,0,-1,'Juggernaut\'s Vitality',61410,4,0,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,7,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67699,0,0,0,180000,1190,180000,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47291,4,1,-1,'Shroud of Displacement',61406,4,0,1,1,351773,70354,16,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,36,50,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47292,4,2,-1,'Robes of the Shattered Fellowship',61720,4,0,1,1,588428,117685,20,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47293,4,1,-1,'Sandals of the Mourning Widow',62109,4,0,1,1,354377,70875,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47294,4,4,-1,'Bracers of the Broken Bond',61550,4,0,1,1,417350,83470,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47295,4,3,-1,'Sabatons of Tremoring Earth',61114,4,0,1,1,537905,107581,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47296,4,3,-1,'Greaves of Ruthless Judgment',61104,4,0,1,1,539839,107967,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,31,53,44,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47297,4,0,-1,'The Executioner\'s Vice',39209,4,0,1,1,302495,75623,2,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,50,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47298,4,4,-1,'Armguards of the Shieldmaiden',61550,4,0,1,1,423503,84700,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,114,12,50,37,38,14,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47299,4,2,-1,'Belt of the Pitiless Killer',61181,4,0,1,1,301853,60370,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,31,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47300,2,15,-1,'Gouge of the Frigid Heart',60660,4,0,1,1,1211813,242362,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,58,7,58,31,39,36,39,0,0,0,0,0,0,0,0,0,0,0,0,283,425,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47301,4,1,-1,'Skyweaver Vestments',61866,4,0,1,1,486485,97297,20,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,82,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47302,2,10,-1,'Twin\'s Pact',60598,4,0,1,1,1416378,283275,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,128,7,136,36,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,490,736,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47303,4,0,-1,'Death\'s Choice',61413,4,0,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,38,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67702,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47304,4,4,-1,'Legplates of Ascension',62122,4,0,1,1,799247,159849,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47305,4,0,-1,'Legionnaire\'s Gorget',48509,4,0,1,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,114,12,40,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47306,4,1,-1,'Dark Essence Bindings',61827,4,0,1,1,230116,46023,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,31,38,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47307,4,0,-1,'Cry of the Val\'kyr',39162,4,0,1,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,58,36,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47308,4,2,-1,'Belt of Pale Thorns',62081,4,0,1,1,289815,57963,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47309,4,0,-1,'Mystifying Charm',61791,4,0,1,1,302495,75623,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47310,4,4,-1,'Chestplate of the Frozen Lake',61499,4,0,1,1,817641,163528,5,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47311,4,3,-1,'Waistguard of Deathly Dominion',61103,4,0,1,1,351701,70340,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,31,53,44,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47312,4,4,-1,'Greaves of the Saronite Citadel',62140,4,0,1,1,616611,123322,8,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47313,4,2,-1,'Armbands of Dark Determination',61175,4,0,1,1,295284,59056,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,31,50,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47314,2,0,-1,'Hellscream Slicer',60603,4,0,1,1,1185537,237107,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,58,7,58,36,39,31,39,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47315,4,0,-1,'Band of the Traitor King',39123,4,524288,1,1,302495,75623,11,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,4,76,7,114,12,40,13,40,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47316,4,0,-1,'Reign of the Dead',59316,4,0,1,1,455760,113940,12,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,1,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67712,1,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47317,4,1,-1,'Breeches of the Deepening Void',62076,4,0,1,1,479446,95889,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,31,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47318,4,2,-1,'Leggings of the Awakening',61252,4,0,1,1,601448,120289,7,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47319,4,3,-1,'Leggings of the Lurking Threat',62101,4,0,1,1,743282,148656,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,120,7,71,5,107,32,82,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47320,4,1,-1,'Might of the Nerub',26141,4,0,1,1,372960,74592,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,54,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47321,4,1,-1,'Boots of the Icy Floe',62110,4,0,1,1,374280,74856,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,31,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47322,2,4,-1,'Suffering\'s End',60685,4,0,1,1,1132865,226573,21,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,621,7,58,5,58,36,58,32,39,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47323,4,4,-1,'Girdle of the Forgotten Martyr',62136,4,0,1,1,400317,80063,6,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47324,4,1,-1,'Bindings of the Ashen Saint',61814,4,0,1,1,228332,45666,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47325,4,3,-1,'Cuirass of Flowing Elements',62104,4,0,1,1,687637,137527,5,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47326,4,1,-1,'Handwraps of the Lifeless Touch',62069,4,0,1,1,230068,46013,10,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47327,4,0,-1,'Lurid Manifestation',39126,4,524288,1,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,44,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47328,4,1,-1,'Maiden\'s Adoration',15163,4,0,1,1,347742,69548,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47329,2,6,-1,'Hellion Glaive',60602,4,0,1,1,1454426,290885,17,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,128,7,136,32,90,44,90,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47330,4,4,-1,'Gauntlets of Bitter Reprisal',62113,4,4096,1,1,411073,82214,10,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47395,10,0,-1,'Isle of Conquest Mark of Honor',34869,2,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,100,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Medal awarded for fighting in Isle of Conquest',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47412,4,3,-1,'Cuirass of Cruel Intent',61219,4,8,1,1,761157,152231,5,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,274,3,86,7,121,5,80,32,86,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47413,4,0,-1,'Ring of the Violent Temperament',53042,4,524296,1,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47414,4,4,-1,'Boneshatter Vambraces',62143,4,8,1,1,449799,89959,9,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,49,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47415,4,4,-1,'Hauberk of the Towering Monstrosity',61525,4,8,1,1,833363,166672,5,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,182,12,102,37,78,13,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47416,2,15,-1,'Stygian Bladebreaker',60591,4,8,1,1,1195016,239003,13,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,58,7,66,32,50,44,33,0,0,0,0,0,0,0,0,0,0,0,0,242,364,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47417,4,1,-1,'Drape of the Refreshing Winds',61402,4,8,1,1,359891,71978,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47418,4,1,-1,'Cloak of the Untamed Predator',61404,4,8,1,1,361278,72255,16,262143,690,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,85,32,57,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47419,4,1,-1,'Belt of the Tenebrous Mist',59003,4,8,1,1,241776,48355,6,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,6,76,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47420,4,2,-1,'Legwraps of the Broken Beast',61250,4,4104,1,1,606689,121337,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,36,102,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,4,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47421,4,6,-1,'Forlorn Barrier',61785,4,8,1,1,779521,155904,14,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,80,7,108,12,42,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8695,0,0,0,0,0,0,0,0,0,64948,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,243,0,120,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47422,2,15,-1,'Barb of Tarasque',60592,4,8,1,1,1222624,244524,21,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,692,7,48,5,65,31,51,36,57,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47423,4,2,-1,'Boots of the Harsh Winter',61249,4,8,1,1,460217,92043,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,6,60,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47424,4,4,-1,'Sabatons of the Courageous',61551,4,8,1,1,645433,129086,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,60,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47425,4,1,-1,'Flowing Robes of Ascent',62082,4,8,1,1,494546,98909,20,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47426,4,3,-1,'Binding of the Ice Burrower',61112,4,8,1,1,372296,74459,6,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,114,7,86,5,86,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47427,2,0,-1,'Blood Fury',60659,4,8,1,1,1245485,249097,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,66,7,66,32,36,44,44,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47428,2,18,-1,'Death\'s Head Crossbow',60595,4,8,1,1,937580,187516,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,49,3,40,7,48,36,32,44,32,0,0,0,0,0,0,0,0,0,0,0,0,564,784,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2877,0,375,45,0,0,0,'',68,0,0,0,0,12340), (47429,4,4,-1,'Bloodbath Girdle',62138,4,4104,1,1,441664,88332,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,129,32,68,37,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,4,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47430,4,4,-1,'Dawnbreaker Sabatons',61545,4,8,1,1,659900,131980,8,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,146,12,60,14,52,13,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47431,4,2,-1,'Vest of Calamitous Fate',61208,4,8,1,1,648476,129695,5,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,86,36,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47432,4,0,-1,'Solace of the Fallen',59319,4,8,1,1,455760,113940,12,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,1,45,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67752,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47433,4,0,-1,'Charge of the Eredar',39210,4,8,1,1,302495,75623,2,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,85,32,61,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47434,4,4,-1,'Legplates of Feverish Dedication',62127,4,8,1,1,917574,183514,7,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,194,12,94,14,86,37,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47435,4,1,-1,'Pants of the Soothing Touch',62074,4,8,1,1,476107,95221,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47436,4,1,-1,'Pride of the Demon Lord',43290,4,8,1,1,358467,71693,16,-1,-1,258,80,0,0,0,0,0,0,1,0,1,0,5,4,65,7,116,12,57,13,49,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47437,4,0,-1,'Talisman of Heedless Sins',61790,4,8,1,1,302495,75623,23,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,65,5,65,32,57,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47438,4,2,-1,'Bindings of the Autumn Willow',61182,4,8,1,1,301033,60206,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,49,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47439,4,0,-1,'Circle of the Darkmender',50376,4,524296,1,1,302495,75623,11,262143,690,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,36,49,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47440,4,4,-1,'Leggings of Failing Light',62119,4,8,1,1,849278,169855,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,88,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47441,4,3,-1,'Wristwraps of Cloudy Omen',61113,4,8,1,1,365363,73072,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,43,28,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47442,4,3,-1,'Bracers of the Silent Massacre',61253,4,8,1,1,366749,73349,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,77,7,45,5,45,32,49,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47443,4,0,-1,'Band of Callous Aggression',39127,4,524296,1,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,77,7,85,32,61,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47444,4,4,-1,'Belt of Bloodied Scars',62137,4,4104,1,1,433529,86705,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,146,12,60,13,44,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47445,4,2,-1,'Icewalker Treads',61173,4,8,1,1,463590,92718,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,98,7,114,31,76,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340); INSERT INTO `item_template` VALUES (47446,2,1,-1,'Dual-blade Butcher',60596,4,8,1,1,1550922,310184,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47447,4,1,-1,'Belt of Biting Cold',61872,4,8,1,1,255692,51138,6,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,73,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47448,4,6,-1,'Bastion of Resolve',62299,4,8,1,1,821175,164235,14,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,65,5,65,36,57,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8695,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,243,0,120,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47449,4,4,-1,'Chestplate of the Frostwolf Hero',61485,4,8,1,1,901396,180279,5,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,31,86,36,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,2,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47450,4,3,-1,'Leggings of Concealed Hatred',62102,4,8,1,1,775323,155064,7,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,86,43,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47451,4,0,-1,'Juggernaut\'s Vitality',61410,4,8,1,1,455760,113940,12,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,1,7,216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67753,0,0,0,180000,1190,180000,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47452,4,1,-1,'Shroud of Displacement',61406,4,8,1,1,390435,78087,16,32767,690,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,36,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47453,4,2,-1,'Robes of the Shattered Fellowship',61720,4,8,1,1,653036,130607,20,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,102,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47454,4,1,-1,'Sandals of the Mourning Widow',62109,4,8,1,1,393171,78634,8,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47455,4,4,-1,'Bracers of the Broken Bond',61550,4,8,1,1,418930,83786,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47456,4,3,-1,'Sabatons of Tremoring Earth',61114,4,8,1,1,540034,108006,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,36,76,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47457,4,3,-1,'Greaves of Ruthless Judgment',61104,4,8,1,1,542123,108424,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,98,7,90,5,60,31,60,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47458,4,0,-1,'The Executioner\'s Vice',39209,4,8,1,1,302495,75623,2,262143,690,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47459,4,4,-1,'Armguards of the Shieldmaiden',61550,4,8,1,1,425394,85078,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,65,7,116,12,57,37,43,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47460,4,2,-1,'Belt of the Pitiless Killer',61181,4,8,1,1,303282,60656,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,98,7,114,31,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47461,2,15,-1,'Gouge of the Frigid Heart',60660,4,8,1,1,1217627,243525,13,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,58,7,66,31,44,36,44,0,0,0,0,0,0,0,0,0,0,0,0,312,468,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47462,4,1,-1,'Skyweaver Vestments',61866,4,8,1,1,488899,97779,20,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47463,2,10,-1,'Twin\'s Pact',60598,4,8,1,1,1574970,314994,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,204,3,137,7,141,36,102,44,94,0,0,0,0,0,0,0,0,0,0,0,0,540,811,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47464,4,0,-1,'Death\'s Choice',61413,4,8,1,1,455760,113940,12,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,1,38,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67771,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47465,4,4,-1,'Legplates of Ascension',62122,4,8,1,1,888367,177673,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47466,4,0,-1,'Legionnaire\'s Gorget',48509,4,8,1,1,302495,75623,2,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,85,7,116,12,45,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,616,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47467,4,1,-1,'Dark Essence Bindings',61827,4,8,1,1,255668,51133,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,31,43,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47468,4,0,-1,'Cry of the Val\'kyr',39162,4,8,1,1,302495,75623,2,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47469,4,2,-1,'Belt of Pale Thorns',62081,4,8,1,1,321864,64372,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,6,76,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47470,4,0,-1,'Mystifying Charm',61791,4,8,1,1,302495,75623,23,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,65,5,65,6,57,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47471,4,4,-1,'Chestplate of the Frozen Lake',61499,4,8,1,1,907692,181538,5,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47472,4,3,-1,'Waistguard of Deathly Dominion',61103,4,8,1,1,390397,78079,6,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,98,7,90,5,60,31,60,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47473,4,4,-1,'Greaves of the Saronite Citadel',62140,4,8,1,1,684251,136850,8,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,130,32,76,37,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47474,4,2,-1,'Armbands of Dark Determination',61175,4,8,1,1,327611,65522,9,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,69,7,85,31,49,32,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47475,2,0,-1,'Hellscream Slicer',60603,4,8,1,1,1190019,238003,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,58,7,66,36,44,31,44,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47476,4,0,-1,'Band of the Traitor King',39123,4,524296,1,1,302495,75623,11,262143,690,258,80,0,0,0,0,0,0,0,0,1,0,5,4,85,7,116,12,45,13,37,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47477,4,0,-1,'Reign of the Dead',59316,4,8,1,1,455760,113940,12,262143,32767,258,80,0,0,0,0,0,0,0,1,1,0,1,45,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67758,1,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47478,4,1,-1,'Breeches of the Deepening Void',62076,4,8,1,1,481504,96300,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,31,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47479,4,2,-1,'Leggings of the Awakening',61205,4,8,1,1,620743,124148,7,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47480,4,3,-1,'Leggings of the Lurking Threat',62101,4,8,1,1,747590,149518,7,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,129,7,80,5,121,32,94,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,4,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47481,4,1,-1,'Might of the Nerub',26141,4,8,1,1,375182,75036,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,53,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47482,4,1,-1,'Boots of the Icy Floe',62110,4,8,1,1,376568,75313,8,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,31,60,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47483,2,4,-1,'Suffering\'s End',61657,4,8,1,1,1259851,251970,21,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,701,7,66,5,66,36,66,32,44,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47484,4,4,-1,'Girdle of the Forgotten Martyr',62136,4,8,1,1,445050,89010,6,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,60,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47485,4,1,-1,'Bindings of the Ashen Saint',59004,4,8,1,1,253794,50758,9,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47486,4,3,-1,'Cuirass of Flowing Elements',62104,4,8,1,1,764155,152831,5,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,78,43,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47487,4,1,-1,'Handwraps of the Lifeless Touch',62069,4,8,1,1,255643,51128,10,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,60,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47489,4,0,-1,'Lurid Manifestation',39126,4,524296,1,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,50,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47490,4,1,-1,'Maiden\'s Adoration',15163,4,8,1,1,387586,77517,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,49,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47491,2,6,-1,'Hellion Glaive',60602,4,8,1,1,1620567,324113,17,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,153,32,102,44,94,0,0,0,0,0,0,0,0,0,0,0,0,788,1183,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47492,4,4,-1,'Gauntlets of Bitter Reprisal',62113,4,4104,1,1,457978,91595,10,262143,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,130,32,76,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47493,2,1,-1,'Edge of Ruin',60562,4,4096,0,1,1395981,279196,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,97,32,62,44,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47494,4,0,-1,'Ancient Pendant of Arathor',39162,4,0,0,1,302495,75623,2,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,42,7,52,32,44,44,33,38,119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47495,4,4,-1,'Legplates of Relentless Onslaught',60555,4,0,0,1,732161,146432,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,103,32,50,36,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47496,4,2,-1,'Armbands of the Wary Lookout',60557,4,0,0,1,262474,52494,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,45,31,40,44,39,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47497,4,4,-1,'Helm of the Crestfallen Challenger',60556,4,0,0,1,552218,110443,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,135,12,56,14,70,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47498,4,2,-1,'Gloves of Dismal Fortune',60554,4,0,0,1,264451,52890,10,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,63,32,50,36,54,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47499,0,3,-1,'Flask of the North',57028,3,2129984,0,1,0,0,0,-1,-1,80,0,171,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67019,0,0,0,0,79,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Can be used in arenas. This potent flask is not consumed when used, but is unaffected by Mixology.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47500,2,7,-1,'Peacekeeper Blade',60564,4,4096,0,1,1065604,213120,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,4,31,13,29,14,23,37,21,0,0,0,0,0,0,0,0,0,0,0,0,171,318,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3094,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47501,4,1,-1,'Kurisu\'s Indecision',61408,4,0,0,1,320867,64173,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,52,5,42,32,33,31,44,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47502,4,4,-1,'Majestic Silversmith Shoulderplates',60502,4,0,0,1,562520,112504,3,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,78,32,40,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47503,4,4,-1,'Legplates of the Argent Armistice',60560,4,0,0,1,754150,150830,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,98,5,70,32,50,43,38,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47504,4,2,-1,'Barkhide Treads',60643,4,0,0,1,405491,81098,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,58,5,61,32,63,31,34,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47506,2,7,-1,'Silverwing Defender',60617,4,8,2,1,1273468,254693,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,87,12,27,13,35,14,35,0,0,0,0,0,0,0,0,0,0,0,0,242,451,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47507,9,6,-1,'Recipe: Flask of the North',15274,2,4160,8192,1,0,0,0,-1,-1,80,0,171,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67025,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make a Flask of the North.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (47508,2,4,-1,'Aledar\'s Battlestar',60561,4,4096,0,1,1097018,219403,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,30,44,31,31,13,38,73,0,0,0,0,0,0,0,0,0,0,0,0,297,552,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47509,2,4,-1,'Mariel\'s Sorrow',61663,4,4096,0,1,1100971,220194,21,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,46,5,46,43,23,32,31,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (47510,4,4,-1,'Trueheart Girdle',60644,4,0,0,1,388896,77779,6,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,56,32,56,36,34,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47511,4,4,-1,'Plated Greaves of Providence',63410,4,4096,0,1,539788,107957,8,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,78,32,38,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47512,4,0,-1,'Sinner\'s Confession',33534,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,47,5,45,31,44,32,33,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47513,2,7,-1,'Orgrim\'s Deflector',60674,4,8,1,1,1213629,242725,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,87,12,27,13,35,14,35,0,0,0,0,0,0,0,0,0,0,0,0,242,451,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47514,4,4,-1,'Regal Aurous Shoulderplates',60508,4,0,0,1,545947,109189,3,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,59,7,115,12,46,13,50,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47515,2,8,-1,'Decimation',60665,4,8,2,1,1528436,305687,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,170,32,102,31,94,0,0,0,0,0,0,0,0,0,0,0,0,766,1149,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47516,2,8,-1,'Fleshrender',60670,4,8,1,1,1534214,306842,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,170,32,102,31,94,0,0,0,0,0,0,0,0,0,0,0,0,766,1149,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47517,2,7,-1,'Blade of the Unbroken Covenant',60666,4,8,2,1,1231993,246398,21,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,701,7,58,5,66,36,39,32,58,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3752,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47518,2,7,-1,'Mortalis',60671,4,8,1,1,1236490,247298,21,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,701,7,58,5,66,36,39,32,58,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3752,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47519,2,5,-1,'Catastrophe',60652,4,8,2,1,1551391,310278,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,96,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47520,2,5,-1,'Grievance',60669,4,8,1,1,1557168,311433,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,96,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47521,2,3,-1,'BRK-1000',60667,4,8,2,1,937767,187553,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,49,3,48,7,48,32,32,36,24,0,0,0,0,0,0,0,0,0,0,0,0,528,868,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Smells faintly of raspberries.',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,45,0,0,0,'',68,0,0,0,0,12340), (47522,2,6,-1,'Marrowstrike',40365,4,4096,0,1,1341622,268324,17,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,101,32,57,44,60,38,154,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47523,2,3,-1,'Fezzik\'s Autocannon',60623,4,8,1,1,944607,188921,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,49,3,48,7,48,32,32,36,24,0,0,0,0,0,0,0,0,0,0,0,0,528,868,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,45,0,0,0,'',68,0,0,0,0,12340), (47524,2,10,-1,'Clemency',60611,4,8,2,1,1580123,316024,17,-1,-1,258,80,0,0,0,0,0,0,6,0,1,0,5,45,701,7,153,5,153,6,86,32,137,0,0,0,0,0,0,0,0,0,0,0,0,281,518,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47525,2,10,-1,'Sufferance',60672,4,8,1,1,1585744,317148,17,-1,-1,258,80,0,0,0,0,0,0,6,0,1,0,5,45,701,7,153,5,153,6,86,32,137,0,0,0,0,0,0,0,0,0,0,0,0,281,518,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (47526,2,4,-1,'Remorseless',61679,4,8,2,1,1273218,254643,13,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,88,3,58,7,66,36,36,32,44,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47527,4,1,-1,'Embrace of Madness',60570,4,0,0,1,437183,87436,20,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,70,6,56,32,69,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,8,0,0,0,3310,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47528,2,4,-1,'Cudgel of the Damned',60673,4,8,1,1,1190519,238103,13,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,88,3,58,7,66,36,36,32,44,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47529,4,2,-1,'Mask of Distant Memory',60510,4,0,0,1,383293,76658,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,98,7,74,32,61,31,64,38,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47541,0,0,-1,'Argent Pony Bridle',60689,3,69696,0,1,0,0,0,-1,-1,78,78,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67056,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This small but quick pony allows your squire to run distant errands for you.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47545,4,1,-1,'Vereesa\'s Dexterity',61260,4,8,2,1,410752,82150,16,-1,-1,272,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,97,7,97,32,65,44,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47546,4,1,-1,'Sylvanas\' Cunning',61400,4,8,1,1,412211,82442,16,-1,-1,272,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,97,7,97,32,65,44,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47547,4,1,-1,'Varian\'s Furor',61260,4,8,2,1,413670,82734,16,-1,-1,272,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,111,32,65,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47548,4,1,-1,'Garrosh\'s Rage',61400,4,8,1,1,375626,75125,16,-1,-1,272,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,111,32,65,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47549,4,1,-1,'Magni\'s Resolution',61260,4,8,2,1,377085,75417,16,-1,-1,272,80,0,0,0,0,0,0,1,0,1,0,5,4,97,7,134,12,51,13,43,14,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47550,4,1,-1,'Cairne\'s Endurance',61400,4,8,1,1,378543,75708,16,-1,-1,272,80,0,0,0,0,0,0,1,0,1,0,5,4,97,7,134,12,51,13,43,14,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47551,4,1,-1,'Aethas\' Intensity',61400,4,8,1,1,380002,76000,16,32767,-1,272,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,74,5,74,32,65,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47552,4,1,-1,'Jaina\'s Radiance',61260,4,8,2,1,381421,76284,16,32767,-1,272,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,74,5,74,32,65,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47553,4,1,-1,'Bolvar\'s Devotion',61260,4,8,2,1,382880,76576,16,-1,-1,272,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,74,5,74,6,65,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47554,4,1,-1,'Lady Liadrin\'s Conviction',61400,4,8,1,1,384339,76867,16,-1,-1,272,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,74,5,74,6,65,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47556,7,11,-1,'Crusader Orb',60436,3,4096,0,1,0,60000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47557,15,0,-1,'Regalia of the Grand Conqueror',41438,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47558,15,0,-1,'Regalia of the Grand Protector',41438,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47559,15,0,-1,'Regalia of the Grand Vanquisher',41438,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47560,4,1,-1,'Boots of the Crackling Flame',60568,4,0,0,1,328047,65609,8,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,58,5,61,31,35,32,51,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47561,4,3,-1,'Gloves of the Dark Exile',60569,4,0,0,1,329233,65846,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,6,3,79,7,46,5,37,32,39,38,113,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47562,4,0,-1,'Symbol of Redemption',39211,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,43,5,41,32,29,43,21,45,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47563,4,3,-1,'Girdle of the Dauntless Conqueror',60646,4,0,0,1,331573,66314,6,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,64,5,56,32,37,43,28,45,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47564,4,1,-1,'Gaze of the Unknown',60520,4,0,0,1,332759,66551,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,74,32,67,31,57,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2844,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47565,4,4,-1,'Vambraces of Unholy Command',60575,4,0,0,1,391829,78365,9,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,68,44,46,32,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47566,4,0,-1,'The Warlord\'s Depravity',40038,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,89,12,34,13,30,48,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47567,4,4,-1,'Gauntlets of Revelation',60574,4,0,0,1,394575,78915,10,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,53,5,58,32,45,43,27,45,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47568,2,3,-1,'True-aim Long Rifle',60647,4,4096,0,1,763462,152692,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,3,34,7,35,44,34,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,575,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47569,2,15,-1,'Spectral Kris',60572,4,4096,0,1,1021903,204380,21,32767,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,30,5,30,32,36,36,46,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2952,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (47570,4,4,-1,'Saronite Swordbreakers',61897,4,0,2,1,401823,80364,9,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,102,12,50,31,38,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47571,4,4,-1,'Saronite Swordbreakers',62141,4,0,1,1,403330,80666,9,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,102,12,50,31,38,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47572,4,4,-1,'Titanium Spikeguards',62003,4,0,2,1,404878,80975,9,1535,1101,245,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,86,32,42,44,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47573,4,4,-1,'Titanium Spikeguards',62142,4,0,1,1,406427,81285,9,1535,690,245,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,86,32,42,44,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47574,4,4,-1,'Sunforged Bracers',62002,4,0,2,1,407934,81586,9,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,36,50,43,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47575,4,4,-1,'Sunforged Bracers',61550,4,0,1,1,409482,81896,9,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,36,50,43,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47576,4,3,-1,'Crusader\'s Dragonscale Bracers',62051,4,0,2,1,359763,71952,9,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,6,38,101,3,68,7,40,5,40,32,50,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47577,4,3,-1,'Crusader\'s Dragonscale Bracers',61253,4,0,1,1,361082,72216,9,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,6,38,101,3,68,7,40,5,40,32,50,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47578,4,0,-1,'Carnivorous Band',35431,4,524288,2,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,76,44,45,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47579,4,3,-1,'Black Chitin Bracers',62050,4,0,2,1,363686,72737,9,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,36,50,43,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47580,4,3,-1,'Black Chitin Bracers',61113,4,0,1,1,365006,73001,9,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,36,50,43,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47581,4,2,-1,'Bracers of Swift Death',61653,4,0,2,1,305271,61054,9,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,68,7,76,36,50,44,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47582,4,2,-1,'Bracers of Swift Death',61175,4,0,1,1,306342,61268,9,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,68,7,76,36,50,44,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47583,4,2,-1,'Moonshadow Armguards',61650,4,0,2,1,307441,61488,9,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,6,50,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47584,4,2,-1,'Moonshadow Armguards',61182,4,0,1,1,308541,61708,9,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,6,50,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47585,4,1,-1,'Bejeweled Wizard\'s Bracers',61241,4,0,2,1,247713,49542,9,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,32,42,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47586,4,1,-1,'Bejeweled Wizard\'s Bracers',61827,4,0,1,1,248569,49713,9,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,32,42,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47587,4,1,-1,'Royal Moonshroud Bracers',61238,4,0,2,1,249449,49889,9,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,6,50,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47588,4,1,-1,'Royal Moonshroud Bracers',61814,4,0,1,1,226525,45305,9,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,58,6,50,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47589,4,4,-1,'Titanium Razorplate',62047,4,0,2,1,795835,159167,5,1535,1101,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,82,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,165,0,0,0,0,8,0,2,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47590,4,4,-1,'Titanium Razorplate',61485,4,0,1,1,798914,159782,5,1535,690,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,82,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,165,0,0,0,0,8,0,2,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47591,4,4,-1,'Breastplate of the White Knight',61347,4,0,2,1,801994,160398,5,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,168,12,71,14,63,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47592,4,4,-1,'Breastplate of the White Knight',62052,4,0,1,1,827129,165425,5,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,168,12,71,14,63,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47593,4,4,-1,'Sunforged Breastplate',61849,4,0,2,1,830125,166025,5,1535,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47594,4,4,-1,'Sunforged Breastplate',61499,4,0,1,1,833205,166641,5,1535,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47595,4,3,-1,'Crusader\'s Dragonscale Breastplate',61825,4,0,2,1,716815,143363,5,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,44,82,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47596,4,3,-1,'Crusader\'s Dragonscale Breastplate',61219,4,0,1,1,719454,143890,5,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,44,82,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47597,4,3,-1,'Ensorcelled Nerubian Breastplate',59179,4,0,2,1,722023,144404,5,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47598,4,3,-1,'Ensorcelled Nerubian Breastplate',62104,4,0,1,1,724662,144932,5,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47599,4,2,-1,'Knightbane Carapace',61930,4,0,2,1,606085,121217,5,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,112,7,136,44,74,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47600,4,2,-1,'Knightbane Carapace',61208,4,0,1,1,608284,121656,5,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,112,7,136,44,74,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47601,4,2,-1,'Lunar Eclipse Robes',61720,4,0,1,1,610425,122085,20,262143,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,82,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47602,4,2,-1,'Lunar Eclipse Robes',61713,4,0,2,1,612624,122524,20,262143,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,82,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47603,4,1,-1,'Merlin\'s Robe',61717,4,0,2,1,491859,98371,20,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,90,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Remember, there\'s always something cleverer than yourself.',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47604,4,1,-1,'Merlin\'s Robe',61866,4,0,1,1,493571,98714,20,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,90,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'Remember, there\'s always something cleverer than yourself.',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47605,4,1,-1,'Royal Moonshroud Robe',61722,4,0,2,1,495331,99066,20,32767,1101,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,90,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47606,4,1,-1,'Royal Moonshroud Robe',62082,4,0,1,1,497090,99418,20,32767,690,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,90,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47607,4,0,-1,'Collar of Ceaseless Torment',34274,4,0,2,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,67,38,97,7,57,32,46,44,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47608,4,2,-1,'Acidmaw Boots',61706,4,0,2,1,414345,82869,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,118,3,85,7,78,37,48,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47609,4,4,-1,'Gauntlets of Rising Anger',62065,4,0,2,1,390402,78080,10,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,31,46,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47610,4,3,-1,'Armbands of the Northern Stalker',62051,4,0,2,1,333982,66796,9,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,89,3,67,7,35,5,35,31,45,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47611,4,4,-1,'Dreadscale Armguards',62001,4,0,2,1,393342,78668,9,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,48,7,100,12,34,31,39,14,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1036,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47612,2,19,-1,'Rod of Imprisoned Souls',60605,4,0,2,1,841135,168227,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,36,5,26,32,28,36,21,45,44,0,0,0,0,0,0,0,0,0,0,0,0,414,769,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47613,4,2,-1,'Shoulderpads of the Glacial Wilds',61932,4,0,2,1,422133,84426,3,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,86,7,60,5,66,36,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47614,4,4,-1,'Girdle of the Impaler',62006,4,0,2,1,397712,79542,6,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,36,52,44,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47615,4,4,-1,'Belt of the Frozen Reach',62008,4,0,2,1,399182,79836,6,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,72,5,66,36,68,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47616,4,3,-1,'Shoulderguards of the Spirit Walker',61938,4,0,2,1,514423,102884,3,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,65,32,64,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47617,4,1,-1,'Icehowl Cinch',61682,4,0,2,1,228456,45691,6,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,63,36,60,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47618,4,0,-1,'Firestorm Ring',39123,4,524288,2,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,48,5,52,31,50,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47619,4,0,-1,'Amulet of Binding Elements',59307,4,0,2,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,52,5,50,32,45,43,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47620,4,1,-1,'Leggings of the Demonic Messenger',61170,4,0,2,1,461879,92375,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,106,5,86,6,86,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47621,4,3,-1,'Girdle of the Farseer',61939,4,0,2,1,347662,69532,6,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,105,7,72,5,66,32,45,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47622,9,4,-1,'Plans: Breastplate of the White Knight',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67091,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Breastplate of the White Knight.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47623,9,4,-1,'Plans: Saronite Swordbreakers',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67092,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Saronite Swordbreakers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47624,9,4,-1,'Plans: Titanium Razorplate',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67093,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Titanium Razorplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47625,9,4,-1,'Plans: Titanium Spikeguards',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67094,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Titanium Spikeguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47626,9,4,-1,'Plans: Sunforged Breastplate',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67095,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Sunforged Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47627,9,4,-1,'Plans: Sunforged Bracers',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67096,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Sunforged Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47628,9,1,-1,'Pattern: Ensorcelled Nerubian Breastplate',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67080,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ensorcelled Nerubian Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47629,9,1,-1,'Pattern: Black Chitin Bracers',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67081,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Black Chitin Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47630,9,1,-1,'Pattern: Crusader\'s Dragonscale Breastplate',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67082,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Crusader\'s Dragonscale Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47631,9,1,-1,'Pattern: Crusader\'s Dragonscale Bracers',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67083,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Crusader\'s Dragonscale Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47632,9,1,-1,'Pattern: Lunar Eclipse Robes',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67084,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lunar Eclipse Robes.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47633,9,1,-1,'Pattern: Moonshadow Armguards',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67085,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Moonshadow Armguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47634,9,1,-1,'Pattern: Knightbane Carapace',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67086,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Knightbane Carapace.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47635,9,1,-1,'Pattern: Bracers of Swift Death',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67087,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Bracers of Swift Death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47636,9,2,-1,'Pattern: Royal Moonshroud Robe',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67144,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Royal Moonshroud Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47637,9,2,-1,'Pattern: Royal Moonshroud Bracers',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67147,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Royal Moonshroud Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47638,9,2,-1,'Pattern: Merlin\'s Robe',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67146,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Merlin\'s Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47639,9,2,-1,'Pattern: Bejeweled Wizard\'s Bracers',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67145,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Bejeweled Wizard\'s Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47640,9,4,-1,'Plans: Breastplate of the White Knight',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67130,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Breastplate of the White Knight.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47641,9,4,-1,'Plans: Saronite Swordbreakers',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67131,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Saronite Swordbreakers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47642,9,4,-1,'Plans: Sunforged Bracers',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67135,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Sunforged Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47643,9,4,-1,'Plans: Sunforged Breastplate',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge a Sunforged Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47644,9,4,-1,'Plans: Titanium Razorplate',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67132,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Titanium Razorplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47645,9,4,-1,'Plans: Titanium Spikeguards',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,164,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67133,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to forge Titanium Spikeguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47646,9,1,-1,'Pattern: Black Chitin Bracers',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67137,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Black Chitin Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47647,9,1,-1,'Pattern: Bracers of Swift Death',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67139,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Bracers of Swift Death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47648,9,1,-1,'Pattern: Crusader\'s Dragonscale Bracers',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67143,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Crusader\'s Dragonscale Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47649,9,1,-1,'Pattern: Crusader\'s Dragonscale Breastplate',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67138,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Crusader\'s Dragonscale Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47650,9,1,-1,'Pattern: Ensorcelled Nerubian Breastplate',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67136,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make an Ensorcelled Nerubian Breastplate.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47651,9,1,-1,'Pattern: Knightbane Carapace',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67142,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Knightbane Carapace.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47652,9,1,-1,'Pattern: Lunar Eclipse Robes',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67140,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make a Lunar Eclipse Robes.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47653,9,1,-1,'Pattern: Moonshadow Armguards',1096,4,4160,1,1,100000,25000,0,262143,690,85,0,165,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67141,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to make Moonshadow Armguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47654,9,2,-1,'Pattern: Bejeweled Wizard\'s Bracers',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67079,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Bejeweled Wizard\'s Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47655,9,2,-1,'Pattern: Merlin\'s Robe',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67066,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Merlin\'s Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47656,9,2,-1,'Pattern: Royal Moonshroud Bracers',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67065,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew Royal Moonshroud Bracers.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47657,9,2,-1,'Pattern: Royal Moonshroud Robe',1096,4,4160,2,1,100000,25000,0,262143,1101,85,0,197,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,67064,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to sew a Royal Moonshroud Robe.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47658,2,19,-1,'Brimstone Igniter',60586,4,4096,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,32,5,32,6,28,31,28,0,0,0,0,0,0,0,0,0,0,0,0,455,846,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47659,2,16,-1,'Crimson Star',60590,4,4198400,0,1,0,0,25,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,43,7,43,37,28,44,28,0,0,0,0,0,0,0,0,0,0,0,0,368,552,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47660,2,16,-1,'Blades of the Sable Cross',60588,4,4198400,0,1,0,0,25,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,32,7,64,12,28,13,28,31,22,0,0,0,0,0,0,0,0,0,0,0,0,368,552,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47661,4,7,-1,'Libram of Valiance',34960,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67365,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47662,4,7,-1,'Libram of Veracity',34961,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67363,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47663,4,1,-1,'Felspark Bindings',61241,4,0,2,1,216762,43352,9,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,49,5,51,31,36,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47664,4,7,-1,'Libram of Defiance',34960,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67379,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47665,4,9,-1,'Totem of Calming Tides',25246,4,4096,0,1,0,0,28,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67389,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47666,4,9,-1,'Totem of Electrifying Wind',54871,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67386,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47667,4,9,-1,'Totem of Quaking Earth',62300,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67392,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47668,4,8,-1,'Idol of Mutilation',54700,4,4096,0,1,0,0,28,32767,32767,245,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47669,4,2,-1,'Belt of the Winter Solstice',61639,4,0,2,1,277161,55432,6,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47670,4,8,-1,'Idol of Lunar Fury',34954,4,4096,0,1,0,0,28,32767,32767,245,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67361,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47671,4,8,-1,'Idol of Flaring Growth',34954,4,4096,0,1,0,0,28,32767,32767,245,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67356,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47672,4,10,-1,'Sigil of Insolence',51913,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67381,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47673,4,10,-1,'Sigil of Virulence',51913,4,4096,0,1,0,0,28,32767,-1,245,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47674,4,4,-1,'Helm of Thunderous Rampage',62039,4,4096,2,1,0,0,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,74,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47675,4,4,-1,'Faceplate of Thunderous Rampage',62115,4,4096,1,1,0,0,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,74,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47676,2,15,-1,'Dirk of the Night Watch',60610,4,0,2,1,1167565,233513,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,62,3,52,7,52,36,22,31,37,0,0,0,0,0,0,0,0,0,0,0,0,200,301,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47677,4,4,-1,'Faceplate of the Honorbound',62027,4,4096,2,1,0,0,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,168,12,82,37,69,13,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47678,4,4,-1,'Headplate of the Honorbound',62117,4,4096,1,1,0,0,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,168,12,82,37,69,13,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47679,4,0,-1,'Endurance of the Infernal',48510,4,0,2,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,39,7,100,12,45,13,45,37,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47680,4,4,-1,'Armguards of the Nether Lord',61999,4,0,2,1,416823,83364,9,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,76,32,39,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1036,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47681,4,4,-1,'Heaume of the Restless Watch',62035,4,4096,2,1,0,0,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47682,4,4,-1,'Helm of the Restless Watch',62116,4,4096,1,1,0,0,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47683,4,3,-1,'Sentinel Scouting Greaves',61941,4,0,2,1,489832,97966,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,89,7,71,5,47,36,39,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47684,4,3,-1,'Coif of the Brooding Dragon',62098,4,4096,1,1,0,0,1,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,44,90,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47685,4,3,-1,'Helm of the Brooding Dragon',61984,4,4096,2,1,0,0,1,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,44,90,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47686,4,3,-1,'Helm of Inner Warmth',61985,4,4096,2,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47687,4,3,-1,'Headguard of Inner Warmth',62053,4,4096,1,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,66,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47688,4,2,-1,'Mask of Lethal Intent',61210,4,4096,1,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,120,7,136,31,82,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47689,4,2,-1,'Hood of Lethal Intent',62160,4,4096,2,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,120,7,136,31,82,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47690,4,2,-1,'Helm of Abundant Growth',62159,4,4096,2,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,82,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47691,4,2,-1,'Mask of Abundant Growth',61198,4,4096,1,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,82,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47692,4,1,-1,'Hood of Smoldering Aftermath',62073,4,4096,1,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,82,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47693,4,1,-1,'Hood of Fiery Aftermath',61162,4,4096,2,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,82,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47694,4,1,-1,'Helm of Clouded Sight',61188,4,4096,2,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,90,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47695,4,1,-1,'Hood of Clouded Sight',62071,4,4096,1,1,0,0,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,90,32,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47696,4,4,-1,'Shoulderplates of Trembling Rage',61731,4,4096,1,1,0,0,3,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47697,4,4,-1,'Pauldrons of Trembling Rage',62010,4,4096,2,1,0,0,3,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47698,4,4,-1,'Shoulderplates of Enduring Order',62011,4,4096,2,1,0,0,3,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47699,4,4,-1,'Shoulderguards of Enduring Order',62134,4,4096,1,1,0,0,3,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47700,4,0,-1,'Loop of the Twin Val\'kyr',39128,4,524288,2,1,302495,75623,11,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,100,12,31,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47701,4,4,-1,'Shoulderplates of the Cavalier',62133,4,4096,1,1,0,0,3,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47702,4,4,-1,'Pauldrons of the Cavalier',62014,4,4096,2,1,0,0,3,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47703,4,0,-1,'Planestalker Signet',39120,4,524288,2,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,61,7,68,44,39,31,38,38,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47704,4,3,-1,'Epaulets of the Devourer',61995,4,4096,2,1,0,0,3,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,32,67,44,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47705,4,3,-1,'Pauldrons of the Devourer',62107,4,4096,1,1,0,0,3,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,32,67,44,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47706,4,3,-1,'Shoulders of the Groundbreaker',61226,4,4096,1,1,0,0,3,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47707,4,3,-1,'Mantle of the Groundbreaker',61938,4,4096,2,1,0,0,3,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47708,4,2,-1,'Duskstalker Shoulderpads',61933,4,4096,2,1,0,0,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,32,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47709,4,2,-1,'Duskstalker Pauldrons',61213,4,4096,1,1,0,0,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,32,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47710,4,2,-1,'Epaulets of the Fateful Accord',61201,4,4096,1,1,0,0,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47711,4,4,-1,'Girdle of the Nether Champion',61297,4,4096,2,1,403593,80718,6,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,134,12,47,13,57,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47712,4,2,-1,'Shoulders of the Fateful Accord',61932,4,4096,2,1,0,0,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47713,4,1,-1,'Mantle of Catastrophic Emanation',61190,4,4096,2,1,0,0,3,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47714,4,1,-1,'Pauldrons of Catastrophic Emanation',62092,4,4096,1,1,0,0,3,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47715,4,1,-1,'Pauldrons of Revered Mortality',61172,4,4096,2,1,0,0,3,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47716,4,1,-1,'Mantle of Revered Mortality',62087,4,4096,1,1,0,0,3,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47717,4,4,-1,'Faceplate of the Silver Champion',62035,4,0,2,1,613815,122763,1,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,125,32,59,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47718,4,3,-1,'Helm of the Silver Ranger',61984,4,0,2,1,529010,105802,1,32767,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,108,7,78,5,63,32,76,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47719,4,2,-1,'Gloves of the Silver Assassin',61903,4,0,2,1,294939,58987,10,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,139,3,85,7,64,32,54,44,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47720,4,4,-1,'Pauldrons of the Silver Defender',62009,4,0,2,1,576849,115369,3,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,134,12,39,14,41,48,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3359,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47721,4,1,-1,'Sandals of the Silver Magus',61561,4,0,2,1,331476,66295,8,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,64,5,69,31,40,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47724,2,15,-1,'Blade of the Silver Disciple',60658,4,0,2,1,1117450,223490,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,39,5,43,36,52,32,32,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2864,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47725,4,0,-1,'Victor\'s Call',61409,4,0,2,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67738,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47726,4,0,-1,'Talisman of Volatile Power',45854,4,0,2,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,32,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67736,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47727,4,0,-1,'Fervor of the Frostborn',7244,4,0,2,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,13,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67728,0,0,0,120000,0,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47728,4,0,-1,'Binding Light',48009,4,0,2,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,43,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67726,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47729,4,0,-1,'Bloodshed Band',44841,4,528384,0,1,0,0,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,86,32,54,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47730,4,0,-1,'Dexterous Brightstone Ring',33808,4,528384,0,1,0,0,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,101,3,76,7,76,44,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47731,4,0,-1,'Clutch of Fortification',35313,4,528384,0,1,0,0,11,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,114,12,40,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47732,4,0,-1,'Band of the Invoker',43095,4,528384,0,1,0,0,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,6,50,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47733,4,0,-1,'Heartmender Circle',39123,4,528384,0,1,0,0,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,58,5,58,32,50,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47734,4,0,-1,'Mark of Supremacy',59322,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,31,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67695,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47735,4,0,-1,'Glyph of Indomitability',59320,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1792,0,0,0,0,0,0,0,0,0,67694,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47736,2,15,-1,'Icefall Blade',60609,4,0,2,1,1084039,216807,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,33,32,36,44,32,38,83,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47737,2,8,-1,'Reckoning',60608,4,0,2,1,1360269,272053,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,183,3,112,7,92,36,62,44,86,0,0,0,0,0,0,0,0,0,0,0,0,651,977,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47738,4,4,-1,'Sabatons of the Lingering Vortex',61372,4,0,2,1,572413,114482,8,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,134,12,45,13,68,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47739,4,2,-1,'Armor of Shifting Shadows',61930,4,0,2,1,548284,109656,5,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,140,3,118,7,106,32,81,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47740,2,3,-1,'The Diplomat',60607,4,0,2,1,825473,165094,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,59,3,35,7,20,32,26,31,15,0,0,0,0,0,0,0,0,0,0,0,0,387,660,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,25.5,0,0,0,'',68,0,0,0,0,12340), (47741,2,18,-1,'Baelgun\'s Heavy Crossbow',60579,4,0,2,1,828606,165721,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,50,3,38,7,38,32,26,36,23,0,0,0,0,0,0,0,0,0,0,0,0,449,637,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.5,0,0,0,'',68,0,0,0,0,12340), (47742,4,0,-1,'Chalice of Benedictus',60705,4,0,2,1,302495,75623,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,69,7,51,5,48,31,37,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47743,2,10,-1,'Enlightenment',60611,4,0,2,1,1391451,278290,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,72,5,92,36,108,32,113,0,0,0,0,0,0,0,0,0,0,0,0,343,632,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3309,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47744,4,3,-1,'Gloves of the Azure Prophet',62093,4,0,2,1,335167,67033,10,32767,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,68,5,68,43,25,32,62,45,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47745,4,1,-1,'Gloves of Looming Shadow',61243,4,0,2,1,224280,44856,10,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,60,31,44,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47746,4,2,-1,'Helm of the Snowy Grotto',62159,4,0,2,1,422091,84418,1,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,74,5,86,6,78,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47747,4,0,-1,'Darkbane Pendant',59307,4,0,2,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,69,7,47,5,51,32,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47748,4,1,-1,'Khadgar\'s Hood of Conquest',61162,4,4096,2,1,0,0,1,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,36,72,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47749,4,1,-1,'Khadgar\'s Robe of Conquest',61721,4,4096,2,1,0,0,20,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47750,4,1,-1,'Khadgar\'s Leggings of Conquest',61189,4,4096,2,1,0,0,7,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,75,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47751,4,1,-1,'Khadgar\'s Shoulderpads of Conquest',61190,4,4096,2,1,0,0,3,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47752,4,1,-1,'Khadgar\'s Gauntlets of Conquest',61163,4,4096,2,1,0,0,10,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47753,4,1,-1,'Khadgar\'s Gauntlets of Triumph',61163,4,4096,2,1,0,0,10,128,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47754,4,1,-1,'Khadgar\'s Hood of Triumph',61162,4,4096,2,1,0,0,1,128,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,82,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47755,4,1,-1,'Khadgar\'s Leggings of Triumph',61189,4,4096,2,1,0,0,7,128,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,32,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,75,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47756,4,1,-1,'Khadgar\'s Robe of Triumph',61721,4,4096,2,1,0,0,20,128,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47757,4,1,-1,'Khadgar\'s Shoulderpads of Triumph',61190,4,4096,2,1,0,0,3,128,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47758,4,1,-1,'Khadgar\'s Shoulderpads of Triumph',61190,4,4104,2,1,0,0,3,128,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47759,4,1,-1,'Khadgar\'s Robe of Triumph',61721,4,4104,2,1,0,0,20,128,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,102,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47760,4,1,-1,'Khadgar\'s Leggings of Triumph',61189,4,4104,2,1,0,0,7,128,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,86,32,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,75,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47761,4,1,-1,'Khadgar\'s Hood of Triumph',61162,4,4104,2,1,0,0,1,128,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47762,4,1,-1,'Khadgar\'s Gauntlets of Triumph',61163,4,4104,2,1,0,0,10,128,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,76,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47763,4,1,-1,'Sunstrider\'s Gauntlets of Triumph',62066,4,4104,1,1,0,0,10,128,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,76,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47764,4,1,-1,'Sunstrider\'s Hood of Triumph',62070,4,4104,1,1,0,0,1,128,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,36,94,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47765,4,1,-1,'Sunstrider\'s Leggings of Triumph',62075,4,4104,1,1,0,0,7,128,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,86,32,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,75,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47766,4,1,-1,'Sunstrider\'s Robe of Triumph',62080,4,4104,1,1,0,0,20,128,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,102,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47767,4,1,-1,'Sunstrider\'s Shoulderpads of Triumph',62090,4,4104,1,1,0,0,3,128,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47768,4,1,-1,'Sunstrider\'s Shoulderpads of Triumph',62090,4,4096,1,1,0,0,3,128,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47769,4,1,-1,'Sunstrider\'s Robe of Triumph',62080,4,4096,1,1,0,0,20,128,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47770,4,1,-1,'Sunstrider\'s Leggings of Triumph',62075,4,4096,1,1,0,0,7,128,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,32,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,75,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47771,4,1,-1,'Sunstrider\'s Hood of Triumph',62070,4,4096,1,1,0,0,1,128,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,36,82,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47772,4,1,-1,'Sunstrider\'s Gauntlets of Triumph',62066,4,4096,1,1,0,0,10,128,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47773,4,1,-1,'Sunstrider\'s Gauntlets of Conquest',62066,4,4096,1,1,0,0,10,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,35,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47774,4,1,-1,'Sunstrider\'s Hood of Conquest',62070,4,4096,1,1,0,0,1,128,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,36,72,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47775,4,1,-1,'Sunstrider\'s Leggings of Conquest',62075,4,4096,1,1,0,0,7,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,75,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47776,4,1,-1,'Sunstrider\'s Robe of Conquest',62080,4,4096,1,1,0,0,20,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47777,4,1,-1,'Sunstrider\'s Shoulderpads of Conquest',62090,4,4096,1,1,0,0,3,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,60,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47778,4,1,-1,'Kel\'Thuzad\'s Hood of Triumph',61184,4,4096,2,1,0,0,1,256,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,74,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47779,4,1,-1,'Kel\'Thuzad\'s Robe of Triumph',61717,4,4096,2,1,0,0,20,256,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47780,4,1,-1,'Kel\'Thuzad\'s Leggings of Triumph',61185,4,4096,2,1,0,0,7,256,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,75,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47781,4,1,-1,'Kel\'Thuzad\'s Shoulderpads of Triumph',61187,4,4096,2,1,0,0,3,256,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47782,4,1,-1,'Kel\'Thuzad\'s Gloves of Triumph',61183,4,4096,2,1,0,0,10,256,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,35,0,0,0,0,2,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47783,4,1,-1,'Kel\'Thuzad\'s Gloves of Conquest',61183,4,4096,2,1,0,0,10,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,35,0,0,0,0,2,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47784,4,1,-1,'Kel\'Thuzad\'s Hood of Conquest',61184,4,4096,2,1,0,0,1,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47785,4,1,-1,'Kel\'Thuzad\'s Leggings of Conquest',61185,4,4096,2,1,0,0,7,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,75,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47786,4,1,-1,'Kel\'Thuzad\'s Robe of Conquest',61717,4,4096,2,1,0,0,20,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47787,4,1,-1,'Kel\'Thuzad\'s Shoulderpads of Conquest',61187,4,4096,2,1,0,0,3,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47788,4,1,-1,'Kel\'Thuzad\'s Gloves of Triumph',61183,4,4104,2,1,0,0,10,256,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,35,0,0,0,0,2,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47789,4,1,-1,'Kel\'Thuzad\'s Hood of Triumph',61184,4,4104,2,1,0,0,1,256,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,86,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47790,4,1,-1,'Kel\'Thuzad\'s Leggings of Triumph',61185,4,4104,2,1,0,0,7,256,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,102,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,75,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47791,4,1,-1,'Kel\'Thuzad\'s Robe of Triumph',61717,4,4104,2,1,0,0,20,256,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47792,4,1,-1,'Kel\'Thuzad\'s Shoulderpads of Triumph',61187,4,4104,2,1,0,0,3,256,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47793,4,1,-1,'Gul\'dan\'s Shoulderpads of Triumph',62092,4,4104,1,1,0,0,3,256,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47794,4,1,-1,'Gul\'dan\'s Robe of Triumph',62083,4,4104,1,1,0,0,20,256,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47795,4,1,-1,'Gul\'dan\'s Leggings of Triumph',62076,4,4104,1,1,0,0,7,256,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,102,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,75,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47796,4,1,-1,'Gul\'dan\'s Hood of Triumph',62073,4,4104,1,1,0,0,1,256,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,86,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47797,4,1,-1,'Gul\'dan\'s Gloves of Triumph',62068,4,4104,1,1,0,0,10,256,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,35,0,0,0,0,2,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47798,4,1,-1,'Gul\'dan\'s Shoulderpads of Conquest',62092,4,4096,1,1,0,0,3,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47799,4,1,-1,'Gul\'dan\'s Robe of Conquest',62083,4,4096,1,1,0,0,20,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47800,4,1,-1,'Gul\'dan\'s Leggings of Conquest',62076,4,4096,1,1,0,0,7,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,75,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47801,4,1,-1,'Gul\'dan\'s Hood of Conquest',62073,4,4096,1,1,0,0,1,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47802,4,1,-1,'Gul\'dan\'s Gloves of Conquest',62068,4,4096,1,1,0,0,10,256,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,35,0,0,0,0,2,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47803,4,1,-1,'Gul\'dan\'s Gloves of Triumph',62068,4,4096,1,1,0,0,10,256,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,35,0,0,0,0,2,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47804,4,1,-1,'Gul\'dan\'s Hood of Triumph',62073,4,4096,1,1,0,0,1,256,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,74,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47805,4,1,-1,'Gul\'dan\'s Leggings of Triumph',62076,4,4096,1,1,0,0,7,256,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,75,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47806,4,1,-1,'Gul\'dan\'s Robe of Triumph',62083,4,4096,1,1,0,0,20,256,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47807,4,1,-1,'Gul\'dan\'s Shoulderpads of Triumph',62092,4,4096,1,1,0,0,3,256,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47808,2,0,-1,'The Lion\'s Maw',60613,4,0,2,1,1163276,232655,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,52,7,39,32,38,36,29,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47809,2,4,-1,'Argent Resolve',61659,4,0,2,1,1167453,233490,21,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,550,7,37,5,40,43,26,32,52,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47810,2,7,-1,'Crusader\'s Glory',60617,4,0,2,1,1171629,234325,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,52,7,77,12,27,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,448,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47811,4,4,-1,'Chestguard of the Warden',62045,4,0,2,1,823064,164612,5,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,169,12,63,14,56,13,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47812,4,6,-1,'Vigilant Ward',61777,4,0,2,1,755116,151023,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,44,43,24,32,39,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47813,4,3,-1,'Helmet of the Crypt Lord',61985,4,0,2,1,532820,106564,1,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,84,36,50,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47814,2,7,-1,'Westfall Saber',61692,4,0,2,1,1075235,215047,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,45,44,38,32,29,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47815,2,10,-1,'Cold Convergence',60611,4,0,2,1,1349123,269824,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,92,5,112,32,88,36,116,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2864,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47816,2,4,-1,'The Grinder',60675,4,0,2,1,1083475,216695,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,61,3,48,7,39,32,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47828,7,3,-1,'Goblin Beam Welder',60494,1,64,0,1,1000,250,0,-1,-1,80,0,202,400,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67324,0,-30,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47829,4,3,-1,'Pauldrons of the Timeless Hunter',61995,4,0,2,1,527637,105527,3,32767,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,89,7,78,5,37,32,47,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47830,4,4,-1,'Legplates of the Silver Hand',62021,4,0,2,1,819982,163996,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,125,32,57,44,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47832,4,2,-1,'Spaulders of the Snow Bandit',61933,4,0,2,1,442408,88481,3,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,124,3,84,7,70,36,61,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47834,2,6,-1,'Fordragon Blades',60619,4,0,2,1,1381151,276230,17,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,123,7,137,44,86,36,62,3,104,0,0,0,0,0,0,0,0,0,0,0,0,651,977,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47835,4,6,-1,'Bulwark of the Royal Guard',61776,4,0,2,1,709822,141964,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,100,12,32,14,39,48,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47836,4,4,-1,'Legplates of the Immortal Spider',62023,4,0,2,1,779291,155858,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,84,32,73,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47837,4,1,-1,'Cinch of the Undying',61233,4,0,2,1,223490,44698,6,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,64,6,64,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47838,4,1,-1,'Vestments of the Sleepless',61721,4,0,2,1,448605,89721,20,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,88,31,86,32,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47840,15,5,-1,'Relentless Gladiator\'s Frost Wyrm',59504,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,67336,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (47849,4,0,-1,'Collar of Unending Torment',34274,4,0,1,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,67,38,97,7,57,32,46,44,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47850,4,3,-1,'Bracers of the Northern Stalker',61253,4,0,1,1,326464,65292,9,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,89,3,67,7,35,5,35,31,45,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47851,4,4,-1,'Gauntlets of Mounting Anger',61486,4,0,1,1,384522,76904,10,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,31,46,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2908,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47852,4,4,-1,'Dreadscale Bracers',61535,4,0,1,1,385992,77198,9,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,48,7,100,12,34,31,39,14,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1036,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47853,4,2,-1,'Acidmaw Treads',62079,4,0,1,1,412736,82547,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,118,3,85,7,78,37,48,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47854,4,0,-1,'Gormok\'s Band',35431,4,524288,1,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,76,44,45,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47855,4,1,-1,'Icehowl Binding',61861,4,0,1,1,221796,44359,6,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,63,36,60,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47856,2,19,-1,'Scepter of Imprisoned Souls',61271,4,0,1,1,834870,166974,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,36,5,26,32,28,36,21,45,44,0,0,0,0,0,0,0,0,0,0,0,0,414,769,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47857,4,2,-1,'Pauldrons of the Glacial Wilds',61201,4,0,1,1,418959,83791,3,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,86,7,60,5,66,36,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47858,4,4,-1,'Girdle of the Frozen Reach',62136,4,0,1,1,394733,78946,6,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,72,5,66,36,68,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47859,4,4,-1,'Belt of the Impaler',62137,4,0,1,1,396203,79240,6,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,36,52,44,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47860,4,3,-1,'Pauldrons of the Spirit Walker',61226,4,0,1,1,510597,102119,3,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,65,32,64,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47861,4,1,-1,'Felspark Bracers',61827,4,0,1,1,226763,45352,9,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,49,5,51,31,36,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47862,4,0,-1,'Firestorm Band',39123,4,524288,1,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,48,5,52,31,50,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47863,4,2,-1,'Belt of the Bloodhoof Emissary',61179,4,0,1,1,285542,57108,6,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47864,4,0,-1,'Pendant of Binding Elements',59307,4,0,1,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,52,5,50,32,45,43,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47865,4,1,-1,'Legwraps of the Demonic Messenger',62074,4,0,1,1,472128,94425,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,106,5,86,6,86,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47866,4,3,-1,'Darkspear Ritual Binding',61254,4,0,1,1,355349,71069,6,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,105,7,72,5,66,32,45,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47867,4,3,-1,'Warsong Poacher\'s Greaves',61104,4,0,1,1,486210,97242,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,89,7,71,5,47,36,39,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47868,4,0,-1,'Planestalker Band',39120,4,524288,1,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,61,7,68,44,39,31,38,38,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47869,4,4,-1,'Armplates of the Nether Lord',61541,4,0,1,1,381542,76308,9,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,76,32,39,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1036,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47870,4,4,-1,'Belt of the Nether Champion',62138,4,4096,1,1,383012,76602,6,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,134,12,47,13,57,14,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1332,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47871,2,15,-1,'Orcish Deathblade',60621,4,0,1,1,1092279,218455,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,62,3,52,7,52,36,22,31,37,0,0,0,0,0,0,0,0,0,0,0,0,200,301,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47872,4,0,-1,'Fortitude of the Infernal',48510,4,0,1,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,39,7,100,12,45,13,45,37,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47873,4,1,-1,'Sunreaver Magus\' Sandals',62108,4,0,1,1,330155,66031,8,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,100,7,64,5,69,31,40,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47874,2,15,-1,'Sunreaver Disciple\'s Blade',60592,4,0,1,1,1104695,220939,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,39,5,43,36,52,32,32,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2864,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47875,4,3,-1,'Sunreaver Ranger\'s Helm',62098,4,0,1,1,498992,99798,1,32767,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,108,7,78,5,63,32,76,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47876,4,4,-1,'Sunreaver Champion\'s Faceplate',62115,4,0,1,1,583177,116635,1,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,125,32,59,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47877,4,4,-1,'Sunreaver Defender\'s Pauldrons',62129,4,0,1,1,585366,117073,3,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,134,12,39,14,41,48,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3359,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47878,4,2,-1,'Sunreaver Assassin\'s Gloves',61209,4,0,1,1,280321,56064,10,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,139,3,85,7,64,32,54,44,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47879,4,0,-1,'Fetish of Volatile Power',45854,4,0,1,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,32,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67736,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47880,4,0,-1,'Binding Stone',48009,4,0,1,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,43,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67726,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47881,4,0,-1,'Vengeance of the Forsaken',61409,4,0,1,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67738,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47882,4,0,-1,'Eitrigg\'s Oath',7244,4,0,1,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,13,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67728,0,0,0,120000,0,-10,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47883,2,3,-1,'Widebarrel Flintlock',60623,4,0,1,1,878891,175778,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,59,3,35,7,20,32,26,31,15,0,0,0,0,0,0,0,0,0,0,0,0,387,660,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,25.5,0,0,0,'',68,0,0,0,0,12340), (47884,2,8,-1,'Edge of Agony',60682,4,0,1,1,1470039,294007,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,183,3,112,7,92,36,62,44,86,0,0,0,0,0,0,0,0,0,0,0,0,651,977,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47885,4,4,-1,'Greaves of the Lingering Vortex',61551,4,0,1,1,618428,123685,8,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,60,7,134,12,45,13,68,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47886,2,15,-1,'Nemesis Blade',60625,4,0,1,1,1184384,236876,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,33,32,36,44,32,38,83,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47887,4,2,-1,'Vest of Shifting Shadows',61208,4,0,1,1,537730,107546,5,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,140,3,118,7,106,32,81,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47888,4,0,-1,'Band of the Twin Val\'kyr',39128,4,524288,1,1,302495,75623,11,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,100,12,31,13,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,490,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47889,4,1,-1,'Looming Shadow Wraps',61865,4,0,1,1,216762,43352,10,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,60,31,44,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47890,4,0,-1,'Darkbane Amulet',59307,4,0,1,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,69,7,47,5,51,32,46,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47891,4,2,-1,'Helm of the High Mesa',61198,4,0,1,1,409520,81904,1,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,74,5,86,6,78,32,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47892,2,10,-1,'Illumination',60626,4,0,1,1,1370287,274057,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,72,5,92,36,108,32,113,0,0,0,0,0,0,0,0,0,0,0,0,343,632,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3309,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47893,4,3,-1,'Sen\'jin Ritualist Gloves',62095,4,0,1,1,330121,66024,10,32767,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,68,5,68,43,25,32,62,45,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47894,2,4,-1,'Mace of the Earthborn Chieftain',61658,4,0,1,1,1104469,220893,21,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,550,7,37,5,40,43,26,32,52,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47895,4,6,-1,'Pride of the Kor\'kron',62145,4,0,1,1,709533,141906,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,44,43,24,32,39,45,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47896,4,4,-1,'Stoneskin Chestplate',61499,4,0,1,1,778975,155795,5,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,169,12,63,14,56,13,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47897,4,3,-1,'Helm of the Crypt Lord',62053,4,0,1,1,516109,103221,1,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,84,36,50,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47898,2,0,-1,'Frostblade Hatchet',60603,4,0,1,1,1150973,230194,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,52,7,39,32,38,36,29,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47899,2,7,-1,'Ardent Guard',60628,4,0,1,1,1155149,231029,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,52,7,77,12,27,13,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,448,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47900,2,10,-1,'Perdition',60672,4,0,1,1,1449157,289831,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,92,5,112,32,88,36,116,0,0,0,0,0,0,0,0,0,0,0,0,231,427,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2864,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (47901,4,3,-1,'Pauldrons of the Shadow Hunter',62106,4,0,1,1,525903,105180,3,32767,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,89,7,78,5,37,32,47,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47902,4,4,-1,'Legplates of Redeemed Blood',62118,4,0,1,1,817296,163459,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,125,32,57,44,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47903,2,7,-1,'Forsaken Bonecarver',60684,4,0,1,1,1171742,234348,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,74,3,52,7,45,44,38,32,29,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47904,4,2,-1,'Shoulderpads of the Snow Bandit',61213,4,0,1,1,440969,88193,3,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,124,3,84,7,70,36,61,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47905,2,4,-1,'Blackhorn Bludgeon',60673,4,0,1,1,1180095,236019,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,61,3,48,7,39,32,35,36,30,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47906,4,1,-1,'Robes of the Sleepless',62080,4,0,1,1,473663,94732,20,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,88,31,86,32,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47907,2,18,-1,'Darkmaw Crossbow',60686,4,0,1,1,806511,161302,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,50,3,38,7,38,32,26,36,23,0,0,0,0,0,0,0,0,0,0,0,0,449,637,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.5,0,0,0,'',68,0,0,0,0,12340), (47908,4,4,-1,'Sunwalker Legguards',62119,4,0,1,1,755667,151133,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,84,32,73,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47909,4,1,-1,'Belt of the Eternal',61806,4,0,1,1,216717,43343,6,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,64,6,64,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47910,4,6,-1,'Aegis of the Coliseum',61783,4,0,1,1,696169,139233,14,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,51,7,100,12,32,14,39,48,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,223,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47911,2,6,-1,'Anguish',60633,4,0,1,1,1364925,272985,17,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,123,7,137,44,86,36,62,3,104,0,0,0,0,0,0,0,0,0,0,0,0,651,977,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47913,4,0,-1,'Lightbane Focus',60704,4,0,1,1,302495,75623,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,69,7,51,5,48,31,37,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47914,4,1,-1,'Velen\'s Cowl of Conquest',61188,4,4096,2,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47915,4,0,-1,'Collar of Ceaseless Torment',34274,4,8,2,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,70,38,106,7,65,32,52,44,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47916,4,3,-1,'Armbands of the Northern Stalker',62051,4,8,2,1,361082,72216,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,89,3,70,7,40,5,40,31,50,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47917,4,4,-1,'Gauntlets of Rising Anger',62065,4,8,2,1,425177,85035,10,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,115,31,45,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47918,4,4,-1,'Dreadscale Armguards',62001,4,8,2,1,426725,85345,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,50,7,102,12,34,31,44,14,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47919,4,2,-1,'Acidmaw Boots',61706,4,8,2,1,456258,91251,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,127,3,93,7,85,37,51,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47920,4,0,-1,'Carnivorous Band',35431,4,524296,2,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,70,7,86,44,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47921,4,1,-1,'Icehowl Cinch',61682,4,8,2,1,245073,49014,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,67,36,67,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47922,2,19,-1,'Rod of Imprisoned Souls',60605,4,8,2,1,922325,184465,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,40,5,29,32,31,36,24,45,50,0,0,0,0,0,0,0,0,0,0,0,0,455,846,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47923,4,2,-1,'Shoulderpads of the Glacial Wilds',61932,4,8,2,1,462812,92562,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,69,5,75,36,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47924,4,4,-1,'Belt of the Frozen Reach',62008,4,8,2,1,435975,87195,6,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,81,5,73,36,77,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47925,4,4,-1,'Girdle of the Impaler',62007,4,8,2,1,437481,87496,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,115,36,54,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47926,4,3,-1,'Shoulderguards of the Spirit Walker',61938,4,8,2,1,563754,112750,3,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,71,32,72,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47927,4,1,-1,'Felspark Bindings',61241,4,8,2,1,226525,45305,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,56,5,58,31,33,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47928,4,0,-1,'Firestorm Ring',39123,4,524296,2,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,54,5,59,31,56,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47929,4,2,-1,'Belt of the Winter Solstice',61639,4,8,2,1,293203,58640,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,77,6,64,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47930,4,0,-1,'Amulet of Binding Elements',59307,4,8,2,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,59,5,57,32,50,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47931,4,1,-1,'Leggings of the Demonic Messenger',61170,4,8,2,1,472645,94529,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,119,5,89,6,89,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47932,4,3,-1,'Girdle of the Farseer',61939,4,8,2,1,355768,71153,6,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,109,7,75,5,71,32,51,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47933,4,3,-1,'Sentinel Scouting Greaves',61941,4,8,2,1,538012,107602,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,101,7,80,5,49,36,39,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47934,4,0,-1,'Planestalker Signet',39120,4,524296,2,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,70,7,77,44,44,31,44,38,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47935,4,4,-1,'Armguards of the Nether Lord',61999,4,8,2,1,422080,84416,9,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,86,32,36,44,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47936,4,1,-1,'Velen\'s Robe of Conquest',61722,4,4096,2,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47937,4,4,-1,'Girdle of the Nether Champion',61354,4,4104,2,1,425135,85027,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,97,7,139,12,49,13,64,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47938,2,15,-1,'Dirk of the Night Watch',60610,4,8,2,1,1212170,242434,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,73,3,58,7,58,36,26,31,42,0,0,0,0,0,0,0,0,0,0,0,0,220,330,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47939,4,0,-1,'Endurance of the Infernal',48510,4,8,2,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,40,7,114,12,46,13,50,37,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47940,4,1,-1,'Sandals of the Silver Magus',61561,4,8,2,1,366255,73251,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,72,5,70,31,47,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47941,2,15,-1,'Blade of the Silver Disciple',60658,4,8,2,1,1225249,245049,21,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,621,7,44,5,49,36,58,32,37,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2864,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47942,4,3,-1,'Helm of the Silver Ranger',61984,4,8,2,1,553341,110668,1,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,181,3,124,7,90,5,71,32,86,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47943,4,4,-1,'Faceplate of the Silver Champion',62035,4,8,2,1,646578,129315,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,143,32,69,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47944,4,4,-1,'Pauldrons of the Silver Defender',62009,4,8,2,1,648883,129776,3,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,91,7,139,12,43,14,45,48,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47945,4,2,-1,'Gloves of the Silver Assassin',61903,4,8,2,1,288804,57760,10,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,97,7,57,32,61,44,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47946,4,0,-1,'Talisman of Volatile Power',45854,4,8,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,32,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67744,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47947,4,0,-1,'Binding Light',48009,4,8,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,43,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67740,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47948,4,0,-1,'Victor\'s Call',61409,4,8,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67747,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47949,4,0,-1,'Fervor of the Frostborn',7244,4,8,2,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,13,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67742,0,0,0,120000,0,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47950,2,3,-1,'The Diplomat',60607,4,8,2,1,882821,176564,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,40,7,23,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,445,744,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (47951,2,8,-1,'Reckoning',60608,4,8,2,1,1476719,295343,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,206,3,120,7,103,36,63,44,97,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,8,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47952,4,4,-1,'Sabatons of the Lingering Vortex',61372,4,8,2,1,621346,124269,8,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,64,7,151,12,39,13,77,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47953,2,15,-1,'Icefall Blade',60609,4,8,2,1,1190174,238034,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,38,32,41,44,36,38,74,0,0,0,0,0,0,0,0,0,0,0,0,283,425,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47954,4,2,-1,'Armor of Shifting Shadows',61930,4,8,2,1,597286,119457,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,162,3,126,7,107,32,93,44,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47955,4,0,-1,'Loop of the Twin Val\'kyr',39128,4,524296,2,1,302495,75623,11,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,64,7,114,12,35,13,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47956,4,1,-1,'Gloves of Looming Shadow',61243,4,8,2,1,240650,48130,10,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,69,31,51,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47957,4,0,-1,'Darkbane Pendant',59307,4,8,2,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,54,5,58,32,52,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47958,4,0,-1,'Chalice of Benedictus',60705,4,8,2,1,302495,75623,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,55,31,43,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47959,4,2,-1,'Helm of the Snowy Grotto',62159,4,8,2,1,456124,91224,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,85,5,97,6,89,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47960,2,10,-1,'Enlightenment',60611,4,8,2,1,1525913,305182,17,-1,-1,245,80,0,0,0,0,0,0,6,0,1,0,5,45,621,7,73,5,103,36,117,32,122,0,0,0,0,0,0,0,0,0,0,0,0,376,693,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,4,0,4,0,3303,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47961,4,3,-1,'Gloves of the Azure Prophet',62093,4,8,2,1,341286,68257,10,32767,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,77,5,77,43,23,32,70,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47962,2,4,-1,'Argent Resolve',61659,4,8,2,1,1141901,228380,21,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,621,7,42,5,45,43,25,32,50,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3752,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47963,4,6,-1,'Vigilant Ward',61777,4,8,2,1,733632,146726,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,51,43,27,32,44,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47964,4,4,-1,'Chestguard of the Warden',62045,4,8,2,1,805489,161097,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47965,4,3,-1,'Helmet of the Crypt Lord',61985,4,8,2,1,519794,103958,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,95,36,60,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47966,2,0,-1,'The Lion\'s Maw',60613,4,8,2,1,1159379,231875,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,50,7,44,32,43,36,24,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47967,2,7,-1,'Crusader\'s Glory',60617,4,8,2,1,1163778,232755,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,76,12,31,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,522,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47968,2,10,-1,'Cold Convergence',60611,4,8,2,1,1460222,292044,17,-1,-1,245,80,0,0,0,0,0,0,6,0,1,0,5,45,621,7,103,5,120,32,95,36,128,0,0,0,0,0,0,0,0,0,0,0,0,254,469,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3316,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (47969,4,3,-1,'Pauldrons of the Timeless Hunter',61995,4,8,2,1,530004,106000,3,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,101,7,89,5,39,32,53,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47970,4,4,-1,'Legplates of the Silver Hand',62021,4,8,2,1,823800,164760,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,143,32,65,44,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47971,2,7,-1,'Westfall Saber',61692,4,8,2,1,1181256,236251,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,67,3,58,7,51,44,43,32,24,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47972,4,2,-1,'Spaulders of the Snow Bandit',61933,4,8,2,1,444621,88924,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,132,3,91,7,79,36,69,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47973,2,4,-1,'The Grinder',60675,4,8,2,1,1189936,237987,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,54,7,44,32,40,36,35,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47974,4,1,-1,'Vestments of the Sleepless',61721,4,8,2,1,477734,95546,20,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,95,31,96,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47975,2,18,-1,'Baelgun\'s Heavy Crossbow',60579,4,8,2,1,899051,179810,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,35,7,43,32,30,36,18,0,0,0,0,0,0,0,0,0,0,0,0,512,718,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (47976,4,4,-1,'Legplates of the Immortal Spider',62023,4,8,2,1,842193,168438,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,95,32,83,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47977,4,1,-1,'Cinch of the Undying',61233,4,8,2,1,241482,48296,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,118,7,77,5,73,6,72,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47978,4,6,-1,'Bulwark of the Royal Guard',61776,4,8,2,1,795725,159145,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,114,12,38,14,44,48,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47979,2,6,-1,'Fordragon Blades',60619,4,8,2,1,1559651,311930,17,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,125,7,155,44,97,36,63,3,118,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47980,4,1,-1,'Velen\'s Leggings of Conquest',61170,4,4096,2,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47981,4,1,-1,'Velen\'s Shoulderpads of Conquest',61172,4,4096,2,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47982,4,1,-1,'Velen\'s Gloves of Conquest',61168,4,4096,2,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47983,4,1,-1,'Velen\'s Gloves of Triumph',61168,4,4096,2,1,0,0,10,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47984,4,1,-1,'Velen\'s Cowl of Triumph',61188,4,4096,2,1,0,0,1,16,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,82,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47985,4,1,-1,'Velen\'s Leggings of Triumph',61170,4,4096,2,1,0,0,7,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47986,4,1,-1,'Velen\'s Robe of Triumph',61722,4,4096,2,1,0,0,20,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47987,4,1,-1,'Velen\'s Shoulderpads of Triumph',61172,4,4096,2,1,0,0,3,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47988,4,0,-1,'Collar of Unending Torment',34274,4,8,1,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,70,38,106,7,65,32,52,44,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47989,4,3,-1,'Bracers of the Northern Stalker',61253,4,8,1,1,351701,70340,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,89,3,70,7,40,5,40,31,50,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47990,4,4,-1,'Gauntlets of Mounting Anger',61486,4,8,1,1,414211,82842,10,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,115,31,45,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47991,4,4,-1,'Dreadscale Bracers',61535,4,8,1,1,415760,83152,9,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,50,7,102,12,34,31,44,14,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47992,4,2,-1,'Acidmaw Treads',62079,4,8,1,1,444531,88906,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,127,3,93,7,85,37,51,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47993,4,0,-1,'Gormok\'s Band',35431,4,524296,1,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,70,7,86,44,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47994,4,1,-1,'Icehowl Binding',61861,4,8,1,1,245144,49028,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,67,36,67,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47995,2,19,-1,'Scepter of Imprisoned Souls',61271,4,8,1,1,922593,184518,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,40,5,29,32,31,36,24,45,50,0,0,0,0,0,0,0,0,0,0,0,0,455,846,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47996,4,2,-1,'Pauldrons of the Glacial Wilds',61201,4,8,1,1,462901,92580,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,69,5,75,36,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47997,4,4,-1,'Girdle of the Frozen Reach',62136,4,8,1,1,436058,87211,6,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,81,5,73,36,77,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47998,4,4,-1,'Belt of the Impaler',62137,4,8,1,1,437607,87521,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,115,36,54,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (47999,4,3,-1,'Pauldrons of the Spirit Walker',61226,4,8,1,1,563916,112783,3,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,71,32,72,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48000,4,1,-1,'Felspark Bracers',61827,4,8,1,1,226573,45314,9,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,56,5,58,31,33,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48001,4,0,-1,'Firestorm Band',39123,4,524296,1,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,54,5,59,31,56,32,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48002,4,2,-1,'Belt of the Bloodhoof Emissary',61179,4,8,1,1,285415,57083,6,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,77,6,64,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,8,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48003,4,0,-1,'Pendant of Binding Elements',59307,4,8,1,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,59,5,57,32,50,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48004,4,1,-1,'Legwraps of the Demonic Messenger',62074,4,8,1,1,460137,92027,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,119,5,89,6,89,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48005,4,3,-1,'Darkspear Ritual Binding',61254,4,8,1,1,346422,69284,6,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,109,7,75,5,71,32,51,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48006,4,3,-1,'Warsong Poacher\'s Greaves',61104,4,8,1,1,523932,104786,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,101,7,80,5,49,36,39,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48007,4,0,-1,'Planestalker Band',39120,4,524296,1,1,302495,75623,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,70,7,77,44,44,31,44,38,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48008,4,4,-1,'Armplates of the Nether Lord',61541,4,8,1,1,411073,82214,9,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,78,7,86,32,36,44,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48009,4,4,-1,'Belt of the Nether Champion',62138,4,4104,1,1,412621,82524,6,262143,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,4,97,7,139,12,49,13,64,14,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48010,2,15,-1,'Orcish Deathblade',60621,4,8,1,1,1208127,241625,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,73,3,58,7,58,36,26,31,42,0,0,0,0,0,0,0,0,0,0,0,0,220,330,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48011,4,0,-1,'Fortitude of the Infernal',48510,4,8,1,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,40,7,114,12,46,13,50,37,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48012,4,1,-1,'Sunreaver Magus\' Sandals',62108,4,8,1,1,365042,73008,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,72,5,70,31,47,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48013,2,15,-1,'Sunreaver Disciple\'s Blade',60592,4,8,1,1,1221206,244241,21,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,621,7,44,5,49,36,58,32,37,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2864,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48014,4,3,-1,'Sunreaver Ranger\'s Helm',62098,4,8,1,1,551522,110304,1,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,181,3,124,7,90,5,71,32,86,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48015,4,4,-1,'Sunreaver Champion\'s Faceplate',62115,4,8,1,1,644460,128892,1,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,143,32,69,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2771,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48016,4,4,-1,'Sunreaver Defender\'s Pauldrons',62129,4,8,1,1,646765,129353,3,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,91,7,139,12,43,14,45,48,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48017,4,2,-1,'Sunreaver Assassin\'s Gloves',61209,4,8,1,1,309671,61934,10,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,97,7,57,32,61,44,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48018,4,0,-1,'Fetish of Volatile Power',45854,4,8,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,32,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67744,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48019,4,0,-1,'Binding Stone',48009,4,8,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,43,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67740,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48020,4,0,-1,'Vengeance of the Forsaken',61409,4,8,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67747,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48021,4,0,-1,'Eitrigg\'s Oath',7244,4,8,1,1,455760,113940,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,13,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67742,0,0,0,120000,0,-10,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48022,2,3,-1,'Widebarrel Flintlock',60623,4,8,1,1,856069,171213,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,40,7,23,32,30,31,18,0,0,0,0,0,0,0,0,0,0,0,0,445,744,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (48023,2,8,-1,'Edge of Agony',60682,4,8,1,1,1432281,286456,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,206,3,120,7,103,36,63,44,97,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,8,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48024,4,4,-1,'Greaves of the Lingering Vortex',61551,4,8,1,1,602717,120543,8,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,64,7,151,12,39,13,77,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3358,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48025,2,15,-1,'Nemesis Blade',60625,4,8,1,1,1154623,230924,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,38,32,41,44,36,38,74,0,0,0,0,0,0,0,0,0,0,0,0,283,425,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48026,4,2,-1,'Vest of Shifting Shadows',61208,4,8,1,1,595205,119041,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,162,3,126,7,107,32,93,44,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48027,4,0,-1,'Band of the Twin Val\'kyr',39128,4,524296,1,1,302495,75623,11,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,64,7,114,12,35,13,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48028,4,1,-1,'Looming Shadow Wraps',61865,4,8,1,1,239842,47968,10,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,69,31,51,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48029,4,1,-1,'Velen\'s Shoulderpads of Triumph',61172,4,4104,2,1,0,0,3,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48030,4,0,-1,'Darkbane Amulet',59307,4,8,1,1,302495,75623,2,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,54,5,58,32,52,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48031,4,1,-1,'Velen\'s Robe of Triumph',61722,4,4104,2,1,0,0,20,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48032,4,0,-1,'Lightbane Focus',60704,4,8,1,1,302495,75623,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,80,7,58,5,55,31,43,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48033,4,1,-1,'Velen\'s Leggings of Triumph',61170,4,4104,2,1,0,0,7,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48034,4,2,-1,'Helm of the High Mesa',61198,4,8,1,1,459513,91902,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,85,5,97,6,89,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48035,4,1,-1,'Velen\'s Cowl of Triumph',61188,4,4104,2,1,0,0,1,16,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48036,2,10,-1,'Illumination',60626,4,8,1,1,1542708,308541,17,-1,-1,245,80,0,0,0,0,0,0,6,0,1,0,5,45,621,7,73,5,103,36,117,32,122,0,0,0,0,0,0,0,0,0,0,0,0,376,693,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,4,0,4,0,3303,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48037,4,1,-1,'Velen\'s Gloves of Triumph',61168,4,4104,2,1,0,0,10,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48038,4,3,-1,'Sen\'jin Ritualist Gloves',62095,4,8,1,1,372853,74570,10,32767,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,7,77,5,77,43,23,32,70,45,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48039,2,4,-1,'Mace of the Earthborn Chieftain',61658,4,8,1,1,1247245,249449,21,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,621,7,42,5,45,43,25,32,50,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3752,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48040,4,6,-1,'Pride of the Kor\'kron',62145,4,8,1,1,724881,144976,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,51,43,27,32,44,45,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48041,4,4,-1,'Stoneskin Chestplate',61499,4,8,1,1,795835,159167,5,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48042,4,3,-1,'Helm of the Crypt Lord',62053,4,8,1,1,527766,105553,1,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,95,36,60,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48043,2,0,-1,'Frostblade Hatchet',60603,4,8,1,1,1177214,235442,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,50,7,44,32,43,36,24,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48044,2,7,-1,'Ardent Guard',60628,4,8,1,1,1181613,236322,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,58,7,76,12,31,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,522,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48045,2,10,-1,'Perdition',60672,4,8,1,1,1482367,296473,17,-1,-1,245,80,0,0,0,0,0,0,6,0,1,0,5,45,621,7,103,5,120,32,95,36,128,0,0,0,0,0,0,0,0,0,0,0,0,254,469,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3316,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48046,4,3,-1,'Pauldrons of the Shadow Hunter',62106,4,8,1,1,538012,107602,3,32767,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,101,7,89,5,39,32,53,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48047,4,4,-1,'Legplates of the Redeemed Blood Knight',62118,4,8,1,1,836284,167256,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,143,32,65,44,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3301,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48048,2,7,-1,'Forsaken Bonecarver',60684,4,8,1,1,1199091,239818,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,67,3,58,7,51,44,43,32,24,0,0,0,0,0,0,0,0,0,0,0,0,206,384,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48049,4,2,-1,'Shoulderpads of the Snow Bandit',61213,4,8,1,1,451264,90252,3,1535,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,132,3,91,7,79,36,69,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48050,2,4,-1,'Blackhorn Bludgeon',60673,4,8,1,1,1207771,241554,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,54,7,44,32,40,36,35,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48051,4,1,-1,'Robes of the Sleepless',62080,4,8,1,1,484868,96973,20,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,95,31,96,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48052,2,18,-1,'Darkmaw Crossbow',60686,4,8,1,1,912427,182485,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,35,7,43,32,30,36,18,0,0,0,0,0,0,0,0,0,0,0,0,512,718,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2877,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (48053,4,4,-1,'Sunwalker Legguards',62119,4,8,1,1,854595,170919,7,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,95,32,83,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48054,4,1,-1,'Belt of the Eternal',61806,4,8,1,1,245049,49009,6,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,118,7,77,5,73,6,72,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48055,4,6,-1,'Aegis of the Coliseum',61783,4,8,1,1,786974,157394,14,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,58,7,114,12,38,14,44,48,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,232,0,120,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48056,2,6,-1,'Anguish',60663,4,8,1,1,1542411,308482,17,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,125,7,155,44,97,36,63,3,118,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48057,4,1,-1,'Zabra\'s Gloves of Triumph',62067,4,4104,1,1,0,0,10,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48058,4,1,-1,'Zabra\'s Cowl of Triumph',62071,4,4104,1,1,0,0,1,16,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48059,4,1,-1,'Zabra\'s Leggings of Triumph',62074,4,4104,1,1,0,0,7,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48060,4,1,-1,'Zabra\'s Robe of Triumph',62082,4,4104,1,1,0,0,20,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48061,4,1,-1,'Zabra\'s Shoulderpads of Triumph',62087,4,4104,1,1,0,0,3,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48062,4,1,-1,'Zabra\'s Shoulderpads of Triumph',62087,4,4096,1,1,0,0,3,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48063,4,1,-1,'Zabra\'s Robe of Triumph',62082,4,4096,1,1,0,0,20,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48064,4,1,-1,'Zabra\'s Leggings of Triumph',62074,4,4096,1,1,0,0,7,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48065,4,1,-1,'Zabra\'s Cowl of Triumph',62071,4,4096,1,1,0,0,1,16,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,82,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48066,4,1,-1,'Zabra\'s Gloves of Triumph',62067,4,4096,1,1,0,0,10,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48067,4,1,-1,'Zabra\'s Gloves of Conquest',62067,4,4096,1,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48068,4,1,-1,'Zabra\'s Cowl of Conquest',62071,4,4096,1,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48069,4,1,-1,'Zabra\'s Leggings of Conquest',62074,4,4096,1,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48070,4,1,-1,'Zabra\'s Robe of Conquest',62082,4,4096,1,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48071,4,1,-1,'Zabra\'s Shoulderpads of Conquest',62087,4,4096,1,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48072,4,1,-1,'Velen\'s Handwraps of Conquest',61168,4,4096,2,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,31,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48073,4,1,-1,'Velen\'s Circlet of Conquest',61188,4,4096,2,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48074,4,1,-1,'Velen\'s Pants of Conquest',61170,4,4096,2,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48075,4,1,-1,'Velen\'s Raiments of Conquest',61722,4,4096,2,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48076,4,1,-1,'Velen\'s Mantle of Conquest',61172,4,4096,2,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48077,4,1,-1,'Velen\'s Handwraps of Triumph',61168,4,4096,2,1,0,0,10,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,31,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48078,4,1,-1,'Velen\'s Circlet of Triumph',61188,4,4096,2,1,0,0,1,16,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,74,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48079,4,1,-1,'Velen\'s Pants of Triumph',61170,4,4096,2,1,0,0,7,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,74,31,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48080,4,1,-1,'Velen\'s Raiments of Triumph',61722,4,4096,2,1,0,0,20,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48081,4,1,-1,'Velen\'s Mantle of Triumph',61172,4,4096,2,1,0,0,3,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48082,4,1,-1,'Velen\'s Mantle of Triumph',61172,4,4104,2,1,0,0,3,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48083,4,1,-1,'Velen\'s Raiments of Triumph',61722,4,4104,2,1,0,0,20,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48084,4,1,-1,'Velen\'s Pants of Triumph',61170,4,4104,2,1,0,0,7,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,86,31,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48085,4,1,-1,'Velen\'s Circlet of Triumph',61188,4,4104,2,1,0,0,1,16,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,86,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48086,4,1,-1,'Velen\'s Handwraps of Triumph',61168,4,4104,2,1,0,0,10,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,31,68,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48087,4,1,-1,'Zabra\'s Handwraps of Triumph',62067,4,4104,1,1,0,0,10,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,31,68,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48088,4,1,-1,'Zabra\'s Circlet of Triumph',62071,4,4104,1,1,0,0,1,16,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,86,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48089,4,1,-1,'Zabra\'s Pants of Triumph',62074,4,4104,1,1,0,0,7,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,86,31,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48090,4,1,-1,'Zabra\'s Raiments of Triumph',62082,4,4104,1,1,0,0,20,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48091,4,1,-1,'Zabra\'s Mantle of Triumph',62087,4,4104,1,1,0,0,3,16,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48092,4,1,-1,'Zabra\'s Mantle of Triumph',62087,4,4096,1,1,0,0,3,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48093,4,1,-1,'Zabra\'s Raiments of Triumph',62082,4,4096,1,1,0,0,20,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48094,4,1,-1,'Zabra\'s Pants of Triumph',62074,4,4096,1,1,0,0,7,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,74,31,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48095,4,1,-1,'Zabra\'s Circlet of Triumph',62071,4,4096,1,1,0,0,1,16,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,74,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48096,4,1,-1,'Zabra\'s Handwraps of Triumph',62067,4,4096,1,1,0,0,10,16,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,31,59,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48097,4,1,-1,'Zabra\'s Handwraps of Conquest',62067,4,4096,1,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,31,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48098,4,1,-1,'Zabra\'s Circlet of Conquest',62071,4,4096,1,1,0,0,1,16,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48099,4,1,-1,'Zabra\'s Pants of Conquest',62074,4,4096,1,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48100,4,1,-1,'Zabra\'s Raiments of Conquest',62082,4,4096,1,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48101,4,1,-1,'Zabra\'s Mantle of Conquest',62087,4,4096,1,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48102,4,2,-1,'Malfurion\'s Headpiece of Conquest',62159,4,4096,2,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,70,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48112,15,2,-1,'Darting Hatchling',30111,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67413,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48114,15,2,-1,'Deviate Hatchling',30111,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67414,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48116,15,2,-1,'Gundrak Hatchling',60636,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67415,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48118,15,2,-1,'Leaping Hatchling',60636,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67416,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48120,15,2,-1,'Obsidian Hatchling',60636,1,64,0,1,500000,125000,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67417,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48122,15,2,-1,'Ravasaur Hatchling',60636,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67418,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48124,15,2,-1,'Razormaw Hatchling',30111,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67419,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48126,15,2,-1,'Razzashi Hatchling',30111,1,64,0,1,10000,2500,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67420,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48129,4,2,-1,'Malfurion\'s Robe of Conquest',61713,4,4096,2,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48130,4,2,-1,'Malfurion\'s Leggings of Conquest',61926,4,4096,2,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48131,4,2,-1,'Malfurion\'s Spaulders of Conquest',61932,4,4096,2,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48132,4,2,-1,'Malfurion\'s Handguards of Conquest',61902,4,4096,2,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48133,4,2,-1,'Malfurion\'s Handguards of Triumph',61902,4,4096,2,1,0,0,10,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48134,4,2,-1,'Malfurion\'s Headpiece of Triumph',62159,4,4096,2,1,0,0,1,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,74,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,70,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48135,4,2,-1,'Malfurion\'s Leggings of Triumph',61926,4,4096,2,1,0,0,7,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48136,4,2,-1,'Malfurion\'s Robe of Triumph',61713,4,4096,2,1,0,0,20,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48137,4,2,-1,'Malfurion\'s Spaulders of Triumph',61932,4,4096,2,1,0,0,3,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48138,4,2,-1,'Malfurion\'s Spaulders of Triumph',61932,4,4104,2,1,0,0,3,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48139,4,2,-1,'Malfurion\'s Robe of Triumph',61713,4,4104,2,1,0,0,20,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48140,4,2,-1,'Malfurion\'s Leggings of Triumph',61926,4,4104,2,1,0,0,7,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48141,4,2,-1,'Malfurion\'s Headpiece of Triumph',62159,4,4104,2,1,0,0,1,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,86,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,70,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48142,4,2,-1,'Malfurion\'s Handguards of Triumph',61902,4,4104,2,1,0,0,10,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48143,4,2,-1,'Runetotem\'s Handguards of Triumph',61197,4,4104,1,1,0,0,10,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48144,4,2,-1,'Runetotem\'s Headpiece of Triumph',61198,4,4104,1,1,0,0,1,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,6,86,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,70,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48145,4,2,-1,'Runetotem\'s Leggings of Triumph',61205,4,4104,1,1,0,0,7,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48146,4,2,-1,'Runetotem\'s Robe of Triumph',61720,4,4104,1,1,0,0,20,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,94,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48147,4,2,-1,'Runetotem\'s Spaulders of Triumph',61201,4,4104,1,1,0,0,3,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48148,4,2,-1,'Runetotem\'s Spaulders of Triumph',61201,4,4096,1,1,0,0,3,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48149,4,2,-1,'Runetotem\'s Robe of Triumph',61720,4,4096,1,1,0,0,20,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48150,4,2,-1,'Runetotem\'s Leggings of Triumph',61205,4,4096,1,1,0,0,7,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48151,4,2,-1,'Runetotem\'s Headpiece of Triumph',61198,4,4096,1,1,0,0,1,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,6,74,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,70,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48152,4,2,-1,'Runetotem\'s Handguards of Triumph',61197,4,4096,1,1,0,0,10,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48153,4,2,-1,'Runetotem\'s Handguards of Conquest',61197,4,4096,1,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48154,4,2,-1,'Runetotem\'s Headpiece of Conquest',61198,4,4096,1,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,70,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48155,4,2,-1,'Runetotem\'s Leggings of Conquest',61205,4,4096,1,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48156,4,2,-1,'Runetotem\'s Robe of Conquest',61720,4,4096,1,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48157,4,2,-1,'Runetotem\'s Spaulders of Conquest',61201,4,4096,1,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,70,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48158,4,2,-1,'Malfurion\'s Cover of Conquest',62159,4,4096,2,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,31,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48159,4,2,-1,'Malfurion\'s Vestments of Conquest',61713,4,4096,2,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48160,4,2,-1,'Malfurion\'s Trousers of Conquest',61926,4,4096,2,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48161,4,2,-1,'Malfurion\'s Mantle of Conquest',61932,4,4096,2,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48162,4,2,-1,'Malfurion\'s Gloves of Conquest',61902,4,4096,2,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48163,4,2,-1,'Malfurion\'s Gloves of Triumph',61902,4,4096,2,1,0,0,10,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48164,4,2,-1,'Malfurion\'s Cover of Triumph',62159,4,4096,2,1,0,0,1,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,31,82,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48165,4,2,-1,'Malfurion\'s Trousers of Triumph',61926,4,4096,2,1,0,0,7,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,31,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48166,4,2,-1,'Malfurion\'s Vestments of Triumph',61713,4,4096,2,1,0,0,20,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48167,4,2,-1,'Malfurion\'s Mantle of Triumph',61932,4,4096,2,1,0,0,3,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48168,4,2,-1,'Malfurion\'s Mantle of Triumph',61932,4,4104,2,1,0,0,3,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48169,4,2,-1,'Malfurion\'s Vestments of Triumph',61713,4,4104,2,1,0,0,20,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,102,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48170,4,2,-1,'Malfurion\'s Trousers of Triumph',61926,4,4104,2,1,0,0,7,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,86,31,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48171,4,2,-1,'Malfurion\'s Cover of Triumph',62159,4,4104,2,1,0,0,1,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,31,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48172,4,2,-1,'Malfurion\'s Gloves of Triumph',61902,4,4104,2,1,0,0,10,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48173,4,2,-1,'Runetotem\'s Gloves of Triumph',61197,4,4104,1,1,0,0,10,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,68,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48174,4,2,-1,'Runetotem\'s Cover of Triumph',61198,4,4104,1,1,0,0,1,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,31,94,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48175,4,2,-1,'Runetotem\'s Trousers of Triumph',61205,4,4104,1,1,0,0,7,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,6,86,31,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48176,4,2,-1,'Runetotem\'s Vestments of Triumph',61720,4,4104,1,1,0,0,20,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,102,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48177,4,2,-1,'Runetotem\'s Mantle of Triumph',61201,4,4104,1,1,0,0,3,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,6,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48178,4,2,-1,'Runetotem\'s Mantle of Triumph',61201,4,4096,1,1,0,0,3,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48179,4,2,-1,'Runetotem\'s Vestments of Triumph',61720,4,4096,1,1,0,0,20,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48180,4,2,-1,'Runetotem\'s Trousers of Triumph',61205,4,4096,1,1,0,0,7,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,31,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48181,4,2,-1,'Runetotem\'s Cover of Triumph',61198,4,4096,1,1,0,0,1,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,31,82,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48182,4,2,-1,'Runetotem\'s Gloves of Triumph',61197,4,4096,1,1,0,0,10,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,59,36,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48183,4,2,-1,'Runetotem\'s Gloves of Conquest',61197,4,4096,1,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48184,4,2,-1,'Runetotem\'s Cover of Conquest',61198,4,4096,1,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,31,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48185,4,2,-1,'Runetotem\'s Trousers of Conquest',61205,4,4096,1,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48186,4,2,-1,'Runetotem\'s Vestments of Conquest',61720,4,4096,1,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48187,4,2,-1,'Runetotem\'s Mantle of Conquest',61201,4,4096,1,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48188,4,2,-1,'Runetotem\'s Headguard of Conquest',61203,4,4096,1,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,104,7,120,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48189,4,2,-1,'Runetotem\'s Raiments of Conquest',61720,4,4096,1,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,161,3,104,7,120,32,74,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48190,4,2,-1,'Runetotem\'s Legguards of Conquest',61204,4,4096,1,1,0,0,7,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,104,7,120,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48191,4,2,-1,'Runetotem\'s Shoulderpads of Conquest',61201,4,4096,1,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,81,7,89,36,60,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48192,4,2,-1,'Runetotem\'s Handgrips of Conquest',61202,4,4096,1,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,81,7,89,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48193,4,2,-1,'Runetotem\'s Handgrips of Triumph',61202,4,4096,1,1,0,0,10,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48194,4,2,-1,'Runetotem\'s Headguard of Triumph',61203,4,4096,1,1,0,0,1,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,37,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48195,4,2,-1,'Runetotem\'s Legguards of Triumph',61204,4,4096,1,1,0,0,7,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48196,4,2,-1,'Runetotem\'s Raiments of Triumph',61720,4,4096,1,1,0,0,20,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,120,7,136,32,84,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48197,4,2,-1,'Runetotem\'s Shoulderpads of Triumph',61201,4,4096,1,1,0,0,3,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,36,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48198,4,2,-1,'Runetotem\'s Shoulderpads of Triumph',61201,4,4104,1,1,0,0,3,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,151,3,106,7,114,36,76,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48199,4,2,-1,'Runetotem\'s Raiments of Triumph',61720,4,4104,1,1,0,0,20,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,204,3,137,7,153,32,96,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48200,4,2,-1,'Runetotem\'s Legguards of Triumph',61204,4,4104,1,1,0,0,7,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,102,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48201,4,2,-1,'Runetotem\'s Headguard of Triumph',61203,4,4104,1,1,0,0,1,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,102,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48202,4,2,-1,'Runetotem\'s Handgrips of Triumph',61202,4,4104,1,1,0,0,10,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,151,3,106,7,114,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48203,4,2,-1,'Malfurion\'s Handgrips of Triumph',61902,4,4104,2,1,0,0,10,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,151,3,106,7,114,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48204,4,2,-1,'Malfurion\'s Headguard of Triumph',62159,4,4104,2,1,0,0,1,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,102,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48205,4,2,-1,'Malfurion\'s Legguards of Triumph',61926,4,4104,2,1,0,0,7,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,102,31,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48206,4,2,-1,'Malfurion\'s Raiments of Triumph',61713,4,4104,2,1,0,0,20,1024,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,204,3,137,7,153,32,96,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48207,4,2,-1,'Malfurion\'s Shoulderpads of Triumph',61932,4,4104,2,1,0,0,3,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,151,3,106,7,114,36,76,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48208,4,2,-1,'Malfurion\'s Shoulderpads of Triumph',61932,4,4096,2,1,0,0,3,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,36,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48209,4,2,-1,'Malfurion\'s Raiments of Triumph',61713,4,4096,2,1,0,0,20,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,120,7,136,32,84,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48210,4,2,-1,'Malfurion\'s Legguards of Triumph',61926,4,4096,2,1,0,0,7,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48211,4,2,-1,'Malfurion\'s Headguard of Triumph',62159,4,4096,2,1,0,0,1,1024,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,37,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48212,4,2,-1,'Malfurion\'s Handgrips of Triumph',61902,4,4096,2,1,0,0,10,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,93,7,101,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48213,4,2,-1,'Malfurion\'s Handgrips of Conquest',61902,4,4096,2,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,81,7,89,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48214,4,2,-1,'Malfurion\'s Headguard of Conquest',62159,4,4096,2,1,0,0,1,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,104,7,120,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48215,4,2,-1,'Malfurion\'s Legguards of Conquest',61926,4,4096,2,1,0,0,7,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,104,7,120,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48216,4,2,-1,'Malfurion\'s Raiments of Conquest',61713,4,4096,2,1,0,0,20,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,161,3,104,7,120,32,74,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48217,4,2,-1,'Malfurion\'s Shoulderpads of Conquest',61932,4,4096,2,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,81,7,89,36,60,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,70,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48218,4,2,-1,'VanCleef\'s Helmet of Conquest',62160,4,4096,2,1,0,0,1,8,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,104,7,120,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48219,4,2,-1,'VanCleef\'s Breastplate of Conquest',61930,4,4096,2,1,0,0,5,8,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,104,7,120,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48220,4,2,-1,'VanCleef\'s Legplates of Conquest',61927,4,4096,2,1,0,0,7,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,104,7,120,31,64,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48221,4,2,-1,'VanCleef\'s Pauldrons of Conquest',61933,4,4096,2,1,0,0,3,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,103,3,89,7,89,44,60,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,70,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48222,4,2,-1,'VanCleef\'s Gauntlets of Conquest',61903,4,4096,2,1,0,0,10,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,103,3,89,7,89,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48223,4,2,-1,'VanCleef\'s Breastplate of Triumph',61930,4,4096,2,1,0,0,5,8,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,120,7,136,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48224,4,2,-1,'VanCleef\'s Gauntlets of Triumph',61903,4,4096,2,1,0,0,10,8,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,101,7,101,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48225,4,2,-1,'VanCleef\'s Helmet of Triumph',62160,4,4096,2,1,0,0,1,8,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,37,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48226,4,2,-1,'VanCleef\'s Legplates of Triumph',61927,4,4096,2,1,0,0,7,8,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,120,7,136,31,74,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48227,4,2,-1,'VanCleef\'s Pauldrons of Triumph',61933,4,4096,2,1,0,0,3,8,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,101,7,101,44,67,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,70,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48228,4,2,-1,'VanCleef\'s Pauldrons of Triumph',61933,4,4104,2,1,0,0,3,8,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,114,7,114,44,76,37,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,70,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48229,4,2,-1,'VanCleef\'s Legplates of Triumph',61927,4,4104,2,1,0,0,7,8,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,153,31,86,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48230,4,2,-1,'VanCleef\'s Helmet of Triumph',62160,4,4104,2,1,0,0,1,8,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,102,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48231,4,2,-1,'VanCleef\'s Gauntlets of Triumph',61903,4,4104,2,1,0,0,10,8,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,114,7,114,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48232,4,2,-1,'VanCleef\'s Breastplate of Triumph',61930,4,4104,2,1,0,0,5,8,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,153,32,102,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48233,4,2,-1,'Garona\'s Breastplate of Triumph',61208,4,4104,1,1,0,0,5,8,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,153,32,102,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48234,4,2,-1,'Garona\'s Gauntlets of Triumph',61209,4,4104,1,1,0,0,10,8,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,114,7,114,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48235,4,2,-1,'Garona\'s Helmet of Triumph',61210,4,4104,1,1,0,0,1,8,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,137,7,153,32,102,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48236,4,2,-1,'Garona\'s Legplates of Triumph',61250,4,4104,1,1,0,0,7,8,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,188,3,137,7,153,31,86,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48237,4,2,-1,'Garona\'s Pauldrons of Triumph',61213,4,4104,1,1,0,0,3,8,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,38,135,3,114,7,114,44,76,37,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,70,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48238,4,2,-1,'Garona\'s Pauldrons of Triumph',61213,4,4096,1,1,0,0,3,8,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,101,7,101,44,67,37,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,70,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48239,4,2,-1,'Garona\'s Legplates of Triumph',61250,4,4096,1,1,0,0,7,8,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,120,7,136,31,74,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48240,4,2,-1,'Garona\'s Helmet of Triumph',61210,4,4096,1,1,0,0,1,8,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,149,3,120,7,136,32,90,37,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48241,4,2,-1,'Garona\'s Gauntlets of Triumph',61209,4,4096,1,1,0,0,10,8,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,38,119,3,101,7,101,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48242,4,2,-1,'Garona\'s Breastplate of Triumph',61208,4,4096,1,1,0,0,5,8,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,120,7,136,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48243,4,2,-1,'Garona\'s Breastplate of Conquest',61208,4,4096,1,1,0,0,5,8,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,104,7,120,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48244,4,2,-1,'Garona\'s Gauntlets of Conquest',61209,4,4096,1,1,0,0,10,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,103,3,89,7,89,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48245,4,2,-1,'Garona\'s Helmet of Conquest',61210,4,4096,1,1,0,0,1,8,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,104,7,120,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,70,0,0,0,0,1,0,8,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48246,4,2,-1,'Garona\'s Legplates of Conquest',61250,4,4096,1,1,0,0,7,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,104,7,120,31,64,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,90,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48247,4,2,-1,'Garona\'s Pauldrons of Conquest',61213,4,4096,1,1,0,0,3,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,103,3,89,7,89,44,60,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,70,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48250,4,3,-1,'Windrunner\'s Headpiece of Conquest',61984,4,4096,2,1,0,0,1,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,95,5,63,32,80,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48251,4,3,-1,'Windrunner\'s Tunic of Conquest',61825,4,4096,2,1,0,0,5,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,241,3,64,7,95,5,63,32,72,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,140,0,0,0,0,2,0,4,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48252,4,3,-1,'Windrunner\'s Legguards of Conquest',62162,4,4096,2,1,0,0,7,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,63,5,95,32,80,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48253,4,3,-1,'Windrunner\'s Spaulders of Conquest',61995,4,4096,2,1,0,0,3,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,103,3,81,7,71,5,47,32,60,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48254,4,3,-1,'Windrunner\'s Handguards of Conquest',62094,4,4096,2,1,0,0,10,4,32767,232,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,81,7,71,5,47,32,52,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48255,4,3,-1,'Windrunner\'s Tunic of Triumph',61825,4,4096,2,1,0,0,5,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,271,3,74,7,107,5,71,32,82,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,140,0,0,0,0,2,0,4,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48256,4,3,-1,'Windrunner\'s Handguards of Triumph',62094,4,4096,2,1,0,0,10,4,32767,245,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,93,7,80,5,53,32,59,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48257,4,3,-1,'Windrunner\'s Headpiece of Triumph',61984,4,4096,2,1,0,0,1,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,32,90,44,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48258,4,3,-1,'Windrunner\'s Legguards of Triumph',62162,4,4096,2,1,0,0,7,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,71,5,107,32,90,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48259,4,3,-1,'Windrunner\'s Spaulders of Triumph',61995,4,4096,2,1,0,0,3,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,32,67,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48260,4,3,-1,'Windrunner\'s Spaulders of Triumph',61995,4,4104,2,1,0,0,3,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,106,7,90,5,60,32,76,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48261,4,3,-1,'Windrunner\'s Legguards of Triumph',62162,4,4104,2,1,0,0,7,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,80,5,121,32,102,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48262,4,3,-1,'Windrunner\'s Headpiece of Triumph',61984,4,4104,2,1,0,0,1,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,121,5,80,32,102,44,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48263,4,3,-1,'Windrunner\'s Handguards of Triumph',62094,4,4104,2,1,0,0,10,4,32767,258,80,0,0,0,0,0,0,0,0,1,0,6,38,151,3,106,7,90,5,60,32,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48264,4,3,-1,'Windrunner\'s Tunic of Triumph',61828,4,4104,2,1,0,0,5,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,306,3,86,7,121,5,80,32,94,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,140,0,0,0,0,2,0,4,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48265,4,3,-1,'Windrunner\'s Tunic of Triumph',61219,4,4104,1,1,0,0,5,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,306,3,86,7,121,5,80,32,94,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,140,0,0,0,0,2,0,4,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48266,4,3,-1,'Windrunner\'s Handguards of Triumph',62096,4,4104,1,1,0,0,10,4,32767,258,80,0,0,0,0,0,0,0,0,1,0,6,38,151,3,106,7,90,5,60,32,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48267,4,3,-1,'Windrunner\'s Headpiece of Triumph',62098,4,4104,1,1,0,0,1,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,121,5,80,32,102,44,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48268,4,3,-1,'Windrunner\'s Legguards of Triumph',62101,4,4104,1,1,0,0,7,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,80,5,121,32,102,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48269,4,3,-1,'Windrunner\'s Spaulders of Triumph',62107,4,4104,1,1,0,0,3,4,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,106,7,90,5,60,32,76,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48270,4,3,-1,'Windrunner\'s Spaulders of Triumph',62107,4,4096,1,1,0,0,3,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,93,7,80,5,53,32,67,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48271,4,3,-1,'Windrunner\'s Legguards of Triumph',62101,4,4096,1,1,0,0,7,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,71,5,107,32,90,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48272,4,3,-1,'Windrunner\'s Headpiece of Triumph',62098,4,4096,1,1,0,0,1,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,32,90,44,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48273,4,3,-1,'Windrunner\'s Handguards of Triumph',62096,4,4096,1,1,0,0,10,4,32767,245,80,0,0,0,0,0,0,0,0,1,0,6,38,135,3,93,7,80,5,53,32,59,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48274,4,3,-1,'Windrunner\'s Tunic of Triumph',61219,4,4096,1,1,0,0,5,4,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,271,3,74,7,107,5,71,32,82,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,140,0,0,0,0,2,0,4,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48275,4,3,-1,'Windrunner\'s Tunic of Conquest',61096,4,4096,1,1,0,0,5,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,241,3,64,7,95,5,63,32,72,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,140,0,0,0,0,2,0,4,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48276,4,3,-1,'Windrunner\'s Handguards of Conquest',62096,4,4096,1,1,0,0,10,4,32767,232,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,81,7,71,5,47,32,52,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,50,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48277,4,3,-1,'Windrunner\'s Headpiece of Conquest',62098,4,4096,1,1,0,0,1,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,95,5,63,32,80,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48278,4,3,-1,'Windrunner\'s Legguards of Conquest',62101,4,4096,1,1,0,0,7,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,63,5,95,32,80,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48279,4,3,-1,'Windrunner\'s Spaulders of Conquest',62107,4,4096,1,1,0,0,3,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,103,3,81,7,71,5,47,32,60,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48280,4,3,-1,'Nobundo\'s Headpiece of Conquest',61985,4,4096,2,1,0,0,1,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,32,66,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48281,4,3,-1,'Nobundo\'s Tunic of Conquest',59179,4,4096,2,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48282,4,3,-1,'Nobundo\'s Legguards of Conquest',61988,4,4096,2,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,74,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48283,4,3,-1,'Nobundo\'s Spaulders of Conquest',61938,4,4096,2,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48284,4,3,-1,'Nobundo\'s Handguards of Conquest',62093,4,4096,2,1,0,0,10,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48285,4,3,-1,'Nobundo\'s Tunic of Triumph',59179,4,4096,2,1,0,0,5,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48286,4,3,-1,'Nobundo\'s Handguards of Triumph',62093,4,4096,2,1,0,0,10,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48287,4,3,-1,'Nobundo\'s Headpiece of Triumph',61985,4,4096,2,1,0,0,1,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,76,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48288,4,3,-1,'Nobundo\'s Legguards of Triumph',61988,4,4096,2,1,0,0,7,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,84,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48289,4,3,-1,'Nobundo\'s Spaulders of Triumph',61938,4,4096,2,1,0,0,3,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48290,4,3,-1,'Nobundo\'s Spaulders of Triumph',61938,4,4104,2,1,0,0,3,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48291,4,3,-1,'Nobundo\'s Legguards of Triumph',61988,4,4104,2,1,0,0,7,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,96,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48292,4,3,-1,'Nobundo\'s Headpiece of Triumph',61985,4,4104,2,1,0,0,1,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,88,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48293,4,3,-1,'Nobundo\'s Handguards of Triumph',62093,4,4104,2,1,0,0,10,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48294,4,3,-1,'Nobundo\'s Tunic of Triumph',59179,4,4104,2,1,0,0,5,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,94,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48295,4,3,-1,'Thrall\'s Tunic of Conquest',62104,4,4096,1,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48296,4,3,-1,'Thrall\'s Handguards of Conquest',62095,4,4096,1,1,0,0,10,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48297,4,3,-1,'Thrall\'s Headpiece of Conquest',62053,4,4096,1,1,0,0,1,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,32,66,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48298,4,3,-1,'Thrall\'s Legguards of Conquest',62102,4,4096,1,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,74,43,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48299,4,3,-1,'Thrall\'s Spaulders of Conquest',61226,4,4096,1,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48300,4,3,-1,'Thrall\'s Tunic of Triumph',62104,4,4096,1,1,0,0,5,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,82,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48301,4,3,-1,'Thrall\'s Handguards of Triumph',62095,4,4096,1,1,0,0,10,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48302,4,3,-1,'Thrall\'s Headpiece of Triumph',62053,4,4096,1,1,0,0,1,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,76,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48303,4,3,-1,'Thrall\'s Legguards of Triumph',62102,4,4096,1,1,0,0,7,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,84,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48304,4,3,-1,'Thrall\'s Spaulders of Triumph',61226,4,4096,1,1,0,0,3,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,59,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48305,4,3,-1,'Thrall\'s Tunic of Triumph',62104,4,4104,1,1,0,0,5,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,94,32,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48306,4,3,-1,'Thrall\'s Handguards of Triumph',62095,4,4104,1,1,0,0,10,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48307,4,3,-1,'Thrall\'s Headpiece of Triumph',62053,4,4104,1,1,0,0,1,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,88,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48308,4,3,-1,'Thrall\'s Legguards of Triumph',62102,4,4104,1,1,0,0,7,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,96,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48309,4,3,-1,'Thrall\'s Spaulders of Triumph',61226,4,4104,1,1,0,0,3,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,68,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48310,4,3,-1,'Nobundo\'s Hauberk of Conquest',59181,4,4096,2,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48312,4,3,-1,'Nobundo\'s Gloves of Conquest',62093,4,4096,2,1,0,0,10,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,52,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48313,4,3,-1,'Nobundo\'s Helm of Conquest',61985,4,4096,2,1,0,0,1,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,32,70,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48314,4,3,-1,'Nobundo\'s Kilt of Conquest',61988,4,4096,2,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48315,4,3,-1,'Nobundo\'s Shoulderpads of Conquest',61938,4,4096,2,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48316,4,3,-1,'Nobundo\'s Hauberk of Triumph',59179,4,4096,2,1,0,0,5,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,82,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48317,4,3,-1,'Nobundo\'s Gloves of Triumph',62093,4,4096,2,1,0,0,10,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,59,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48318,4,3,-1,'Nobundo\'s Helm of Triumph',61985,4,4096,2,1,0,0,1,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,80,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48319,4,3,-1,'Nobundo\'s Kilt of Triumph',61988,4,4096,2,1,0,0,7,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,31,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48320,4,3,-1,'Nobundo\'s Shoulderpads of Triumph',61938,4,4096,2,1,0,0,3,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48321,4,3,-1,'Nobundo\'s Shoulderpads of Triumph',61938,4,4104,2,1,0,0,3,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48322,4,3,-1,'Nobundo\'s Kilt of Triumph',61988,4,4104,2,1,0,0,7,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,86,31,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48323,4,3,-1,'Nobundo\'s Helm of Triumph',61985,4,4104,2,1,0,0,1,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,92,36,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48324,4,3,-1,'Nobundo\'s Gloves of Triumph',62093,4,4104,2,1,0,0,10,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,68,31,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48325,4,3,-1,'Nobundo\'s Hauberk of Triumph',59179,4,4104,2,1,0,0,5,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,94,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48326,4,3,-1,'Thrall\'s Hauberk of Triumph',62104,4,4104,1,1,0,0,5,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,36,94,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48327,4,3,-1,'Thrall\'s Gloves of Triumph',62095,4,4104,1,1,0,0,10,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,68,31,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48328,4,3,-1,'Thrall\'s Helm of Triumph',62053,4,4104,1,1,0,0,1,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,92,36,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48329,4,3,-1,'Thrall\'s Kilt of Triumph',62102,4,4104,1,1,0,0,7,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,86,31,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48330,4,3,-1,'Thrall\'s Shoulderpads of Triumph',61226,4,4104,1,1,0,0,3,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,76,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48331,4,3,-1,'Thrall\'s Shoulderpads of Triumph',61226,4,4096,1,1,0,0,3,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,67,32,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48332,4,3,-1,'Thrall\'s Kilt of Triumph',62102,4,4096,1,1,0,0,7,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,31,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48333,4,3,-1,'Thrall\'s Helm of Triumph',62053,4,4096,1,1,0,0,1,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,80,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48334,4,3,-1,'Thrall\'s Gloves of Triumph',62095,4,4096,1,1,0,0,10,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,59,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48335,4,3,-1,'Thrall\'s Hauberk of Triumph',62104,4,4096,1,1,0,0,5,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,82,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48336,4,3,-1,'Thrall\'s Hauberk of Conquest',62104,4,4096,1,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48337,4,3,-1,'Thrall\'s Gloves of Conquest',62095,4,4096,1,1,0,0,10,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,52,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,50,0,0,0,0,4,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48338,4,3,-1,'Thrall\'s Helm of Conquest',62053,4,4096,1,1,0,0,1,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,32,70,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48339,4,3,-1,'Thrall\'s Kilt of Conquest',62102,4,4096,1,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48340,4,3,-1,'Thrall\'s Shoulderpads of Conquest',61226,4,4096,1,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48341,4,3,-1,'Nobundo\'s Chestguard of Conquest',59179,4,4096,2,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,241,3,64,7,95,5,63,32,72,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48342,4,3,-1,'Nobundo\'s Grips of Conquest',62093,4,4096,2,1,0,0,10,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,6,38,163,3,60,7,71,5,47,37,52,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48343,4,3,-1,'Nobundo\'s Faceguard of Conquest',61985,4,4096,2,1,0,0,1,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,95,5,63,31,64,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48344,4,3,-1,'Nobundo\'s War-Kilt of Conquest',61988,4,4096,2,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,63,5,95,32,80,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48345,4,3,-1,'Nobundo\'s Shoulderguards of Conquest',61938,4,4096,2,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,163,3,52,7,71,5,47,32,60,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48346,4,3,-1,'Nobundo\'s Chestguard of Triumph',59179,4,4096,2,1,0,0,5,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,271,3,74,7,107,5,71,32,82,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48347,4,3,-1,'Nobundo\'s Grips of Triumph',62093,4,4096,2,1,0,0,10,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,6,38,186,3,67,7,80,5,53,37,59,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48348,4,3,-1,'Nobundo\'s Faceguard of Triumph',61985,4,4096,2,1,0,0,1,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,31,74,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48349,4,3,-1,'Nobundo\'s War-Kilt of Triumph',61988,4,4096,2,1,0,0,7,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,71,5,107,32,90,31,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48350,4,3,-1,'Nobundo\'s Shoulderguards of Triumph',61938,4,4096,2,1,0,0,3,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,186,3,59,7,80,5,53,32,67,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48351,4,3,-1,'Nobundo\'s Shoulderguards of Triumph',61938,4,4104,2,1,0,0,3,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,211,3,68,7,90,5,60,32,76,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48352,4,3,-1,'Nobundo\'s War-Kilt of Triumph',61988,4,4104,2,1,0,0,7,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,80,5,121,32,102,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48353,4,3,-1,'Nobundo\'s Faceguard of Triumph',61985,4,4104,2,1,0,0,1,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,121,5,80,31,86,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48354,4,3,-1,'Nobundo\'s Grips of Triumph',62093,4,4104,2,1,0,0,10,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,6,38,211,3,76,7,90,5,60,37,68,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48355,4,3,-1,'Nobundo\'s Chestguard of Triumph',59179,4,4104,2,1,0,0,5,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,306,3,86,7,121,5,80,32,94,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48356,4,3,-1,'Thrall\'s Chestguard of Triumph',62105,4,4104,1,1,0,0,5,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,306,3,86,7,121,5,80,32,94,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48357,4,3,-1,'Thrall\'s Grips of Triumph',62097,4,4104,1,1,0,0,10,64,32767,258,80,0,0,0,0,0,0,0,0,1,0,6,38,211,3,76,7,90,5,60,37,68,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48358,4,3,-1,'Thrall\'s Faceguard of Triumph',62100,4,4104,1,1,0,0,1,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,121,5,80,31,86,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48359,4,3,-1,'Thrall\'s War-Kilt of Triumph',62103,4,4104,1,1,0,0,7,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,137,7,80,5,121,32,102,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1267,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48360,4,3,-1,'Thrall\'s Shoulderguards of Triumph',61226,4,4104,1,1,0,0,3,64,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,211,3,68,7,90,5,60,32,76,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48361,4,3,-1,'Thrall\'s Shoulderguards of Triumph',61226,4,4096,1,1,0,0,3,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,186,3,59,7,80,5,53,32,67,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48362,4,3,-1,'Thrall\'s War-Kilt of Triumph',62103,4,4096,1,1,0,0,7,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,71,5,107,32,90,31,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48363,4,3,-1,'Thrall\'s Faceguard of Triumph',62100,4,4096,1,1,0,0,1,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,120,7,107,5,71,31,74,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48364,4,3,-1,'Thrall\'s Grips of Triumph',62097,4,4096,1,1,0,0,10,64,32767,245,80,0,0,0,0,0,0,0,0,1,0,6,38,186,3,67,7,80,5,53,37,59,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48365,4,3,-1,'Thrall\'s Chestguard of Triumph',62105,4,4096,1,1,0,0,5,64,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,6,38,271,3,74,7,107,5,71,32,82,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48366,4,3,-1,'Thrall\'s Chestguard of Conquest',62104,4,4096,1,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,241,3,64,7,95,5,63,32,72,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48367,4,3,-1,'Thrall\'s Grips of Conquest',62097,4,4096,1,1,0,0,10,64,32767,232,80,0,0,0,0,0,0,0,0,1,0,6,38,163,3,60,7,71,5,47,37,52,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,50,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48368,4,3,-1,'Thrall\'s Faceguard of Conquest',62100,4,4096,1,1,0,0,1,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,95,5,63,31,64,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,85,0,0,0,0,1,0,4,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48369,4,3,-1,'Thrall\'s War-Kilt of Conquest',62103,4,4096,1,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,104,7,63,5,95,32,80,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,105,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48370,4,3,-1,'Thrall\'s Shoulderguards of Conquest',61226,4,4096,1,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,163,3,52,7,71,5,47,32,60,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,85,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48371,4,4,-1,'Wrynn\'s Helmet of Conquest',62039,4,4096,2,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,137,32,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,867,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48372,4,4,-1,'Wrynn\'s Battleplate of Conquest',62048,4,4096,2,1,0,0,5,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48373,4,4,-1,'Wrynn\'s Legplates of Conquest',62019,4,4096,2,1,0,0,7,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48374,4,4,-1,'Wrynn\'s Shoulderplates of Conquest',62010,4,4096,2,1,0,0,3,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48375,4,4,-1,'Wrynn\'s Gauntlets of Conquest',62064,4,4096,2,1,0,0,10,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48376,4,4,-1,'Wrynn\'s Battleplate of Triumph',62048,4,4096,2,1,0,0,5,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48377,4,4,-1,'Wrynn\'s Gauntlets of Triumph',62064,4,4096,2,1,0,0,10,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48378,4,4,-1,'Wrynn\'s Helmet of Triumph',62039,4,4096,2,1,0,0,1,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,74,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,867,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48379,4,4,-1,'Wrynn\'s Legplates of Triumph',62019,4,4096,2,1,0,0,7,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48380,4,4,-1,'Wrynn\'s Shoulderplates of Triumph',62010,4,4096,2,1,0,0,3,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48381,4,4,-1,'Wrynn\'s Shoulderplates of Triumph',62010,4,4104,2,1,0,0,3,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48382,4,4,-1,'Wrynn\'s Legplates of Triumph',62019,4,4104,2,1,0,0,7,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,37,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48383,4,4,-1,'Wrynn\'s Helmet of Triumph',62039,4,4104,2,1,0,0,1,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,86,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,867,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48384,4,4,-1,'Wrynn\'s Gauntlets of Triumph',62064,4,4104,2,1,0,0,10,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48385,4,4,-1,'Wrynn\'s Battleplate of Triumph',62048,4,4104,2,1,0,0,5,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48386,4,4,-1,'Hellscream\'s Battleplate of Conquest',61525,4,4096,1,1,0,0,5,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48387,4,4,-1,'Hellscream\'s Gauntlets of Conquest',62113,4,4096,1,1,0,0,10,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48388,4,4,-1,'Hellscream\'s Helmet of Conquest',62117,4,4096,1,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,137,32,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,868,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48389,4,4,-1,'Hellscream\'s Legplates of Conquest',62118,4,4096,1,1,0,0,7,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48390,4,4,-1,'Hellscream\'s Shoulderplates of Conquest',62135,4,4096,1,1,0,0,3,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48391,4,4,-1,'Hellscream\'s Battleplate of Triumph',61525,4,4096,1,1,0,0,5,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48392,4,4,-1,'Hellscream\'s Gauntlets of Triumph',62113,4,4096,1,1,0,0,10,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48393,4,4,-1,'Hellscream\'s Helmet of Triumph',62117,4,4096,1,1,0,0,1,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,74,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,868,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48394,4,4,-1,'Hellscream\'s Legplates of Triumph',62118,4,4096,1,1,0,0,7,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48395,4,4,-1,'Hellscream\'s Shoulderplates of Triumph',62135,4,4096,1,1,0,0,3,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,44,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48396,4,4,-1,'Hellscream\'s Battleplate of Triumph',61525,4,4104,1,1,0,0,5,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48397,4,4,-1,'Hellscream\'s Gauntlets of Triumph',62113,4,4104,1,1,0,0,10,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48398,4,4,-1,'Hellscream\'s Helmet of Triumph',62117,4,4104,1,1,0,0,1,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,86,31,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,868,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48399,4,4,-1,'Hellscream\'s Legplates of Triumph',62118,4,4104,1,1,0,0,7,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,37,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48400,4,4,-1,'Hellscream\'s Shoulderplates of Triumph',62135,4,4104,1,1,0,0,3,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48402,2,1,-1,'Relentless Gladiator\'s Sunderer',60850,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,274,7,230,32,86,35,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48404,2,5,-1,'Relentless Gladiator\'s Crusher',60808,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,274,7,230,32,86,35,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48406,2,8,-1,'Relentless Gladiator\'s Claymore',60810,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,274,7,230,32,86,35,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48408,2,15,-1,'Relentless Gladiator\'s Mageblade',60834,4,36864,0,1,0,0,21,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,83,5,56,45,701,32,48,35,48,0,0,0,0,0,0,0,0,0,0,0,0,95,304,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3596,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (48410,2,10,-1,'Relentless Gladiator\'s Skirmish Staff',60812,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,221,5,98,45,701,32,113,35,113,0,0,0,0,0,0,0,0,0,0,0,0,267,493,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (48412,2,10,-1,'Relentless Gladiator\'s Acute Staff',60804,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,221,5,98,45,701,31,113,35,113,0,0,0,0,0,0,0,0,0,0,0,0,267,493,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (48414,2,10,-1,'Relentless Gladiator\'s Combat Staff',60812,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,221,5,98,45,701,36,113,35,113,0,0,0,0,0,0,0,0,0,0,0,0,268,494,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.2,0,0,0,'',0,0,0,0,0,12340), (48418,12,0,-1,'Fragment of the Black Knight\'s Soul',60706,1,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'As dark as his armor.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48420,2,2,-1,'Relentless Gladiator\'s Recurve',60841,4,36864,0,1,0,0,15,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,97,7,73,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,840,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,45,0,0,0,'',0,0,0,0,0,12340), (48422,2,18,-1,'Relentless Gladiator\'s Repeater',60842,4,36864,0,1,0,0,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,97,7,73,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,840,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,45,0,0,0,'',0,0,0,0,0,12340), (48424,2,3,-1,'Relentless Gladiator\'s Shotgun',60847,4,36864,0,1,0,0,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,97,7,73,32,32,35,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,840,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,45,0,0,0,'',0,0,0,0,0,12340), (48426,2,0,-1,'Relentless Gladiator\'s Dicer',60814,4,36864,0,1,0,0,22,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48428,2,15,-1,'Relentless Gladiator\'s Dirk',60815,4,36864,0,1,0,0,22,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,394,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48429,4,4,-1,'Wrynn\'s Greathelm of Conquest',62039,4,4096,2,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,120,7,145,12,55,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,67515,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48430,4,4,-1,'Wrynn\'s Greathelm of Triumph',62039,4,4096,2,1,0,0,1,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,136,7,168,12,63,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,67516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48432,2,13,-1,'Relentless Gladiator\'s Left Razor',60830,4,36864,0,1,0,0,22,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48433,4,4,-1,'Wrynn\'s Greathelm of Triumph',62039,4,4104,2,1,0,0,1,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,153,7,194,12,72,13,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48435,2,4,-1,'Relentless Gladiator\'s Punisher',60838,4,36864,0,1,0,0,22,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48436,4,4,-1,'Wrynn\'s Breastplate of Conquest',62048,4,4096,2,1,0,0,5,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,63,14,55,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48438,2,7,-1,'Relentless Gladiator\'s Swiftblade',60832,4,36864,0,1,0,0,22,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,423,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48440,2,0,-1,'Relentless Gladiator\'s Splitter',60825,4,36864,0,1,0,0,22,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48442,2,15,-1,'Relentless Gladiator\'s Eviscerator',60817,4,36864,0,1,0,0,22,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,507,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48444,2,13,-1,'Relentless Gladiator\'s Left Claw',60829,4,36864,0,1,0,0,22,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48445,4,4,-1,'Wrynn\'s Legguards of Conquest',62020,4,4096,2,1,0,0,7,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,157,12,80,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48446,4,4,-1,'Wrynn\'s Legguards of Triumph',62020,4,4096,2,1,0,0,7,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,180,12,90,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,67520,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48447,4,4,-1,'Wrynn\'s Legguards of Triumph',62020,4,4104,2,1,0,0,7,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,4,116,7,206,12,102,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,67521,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48448,4,4,-1,'Wrynn\'s Pauldrons of Conquest',62009,4,4096,2,1,0,0,3,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,122,12,60,13,60,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48449,4,4,-1,'Wrynn\'s Handguards of Conquest',62064,4,4096,2,1,0,0,10,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,122,12,47,13,39,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48450,4,4,-1,'Wrynn\'s Breastplate of Triumph',62048,4,4096,2,1,0,0,5,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48451,4,4,-1,'Wrynn\'s Breastplate of Triumph',62048,4,4104,2,1,0,0,5,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,153,7,206,12,80,14,72,13,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48452,4,4,-1,'Wrynn\'s Handguards of Triumph',62064,4,4096,2,1,0,0,10,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48453,4,4,-1,'Wrynn\'s Handguards of Triumph',62064,4,4104,2,1,0,0,10,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,60,13,52,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48454,4,4,-1,'Wrynn\'s Pauldrons of Triumph',62009,4,4096,2,1,0,0,3,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,139,12,67,13,67,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48455,4,4,-1,'Wrynn\'s Pauldrons of Triumph',62009,4,4104,2,1,0,0,3,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,158,12,76,13,76,37,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48456,4,4,-1,'Hellscream\'s Breastplate of Conquest',61525,4,4096,1,1,0,0,5,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,63,14,55,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48457,4,4,-1,'Hellscream\'s Handguards of Conquest',62114,4,4096,1,1,0,0,10,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,122,12,47,13,39,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48458,4,4,-1,'Hellscream\'s Greathelm of Conquest',62117,4,4096,1,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,120,7,145,12,55,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,67515,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48459,4,4,-1,'Hellscream\'s Legguards of Conquest',62127,4,4096,1,1,0,0,7,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,157,12,80,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48460,4,4,-1,'Hellscream\'s Pauldrons of Conquest',62129,4,4096,1,1,0,0,3,1,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,122,12,60,13,60,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48461,4,4,-1,'Hellscream\'s Breastplate of Triumph',61525,4,4096,1,1,0,0,5,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48462,4,4,-1,'Hellscream\'s Handguards of Triumph',62114,4,4096,1,1,0,0,10,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48463,4,4,-1,'Hellscream\'s Greathelm of Triumph',62117,4,4096,1,1,0,0,1,1,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,136,7,168,12,63,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,67516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48464,4,4,-1,'Hellscream\'s Legguards of Triumph',62127,4,4096,1,1,0,0,7,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,180,12,90,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,67520,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48465,4,4,-1,'Hellscream\'s Pauldrons of Triumph',62129,4,4096,1,1,0,0,3,1,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,139,12,67,13,67,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48466,4,4,-1,'Hellscream\'s Breastplate of Triumph',61525,4,4104,1,1,0,0,5,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,153,7,206,12,80,14,72,13,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48467,4,4,-1,'Hellscream\'s Handguards of Triumph',62114,4,4104,1,1,0,0,10,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,60,13,52,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48468,4,4,-1,'Hellscream\'s Greathelm of Triumph',62117,4,4104,1,1,0,0,1,1,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,153,7,194,12,72,13,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48469,4,4,-1,'Hellscream\'s Legguards of Triumph',62127,4,4104,1,1,0,0,7,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,4,116,7,206,12,102,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,67521,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48470,4,4,-1,'Hellscream\'s Pauldrons of Triumph',62129,4,4104,1,1,0,0,3,1,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,158,12,76,13,76,37,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48472,4,4,-1,'Thassarian\'s Helmet of Conquest',62032,4,4096,2,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,137,32,72,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,871,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48474,4,4,-1,'Thassarian\'s Battleplate of Conquest',61347,4,4096,2,1,0,0,5,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48476,4,4,-1,'Thassarian\'s Legplates of Conquest',61853,4,4096,2,1,0,0,7,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48478,4,4,-1,'Thassarian\'s Shoulderplates of Conquest',62012,4,4096,2,1,0,0,3,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48480,4,4,-1,'Thassarian\'s Gauntlets of Conquest',62059,4,4096,2,1,0,0,10,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48481,4,4,-1,'Thassarian\'s Battleplate of Triumph',61347,4,4096,2,1,0,0,5,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48482,4,4,-1,'Thassarian\'s Gauntlets of Triumph',62059,4,4096,2,1,0,0,10,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48483,4,4,-1,'Thassarian\'s Helmet of Triumph',62032,4,4096,2,1,0,0,1,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,82,37,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,871,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48484,4,4,-1,'Thassarian\'s Legplates of Triumph',61853,4,4096,2,1,0,0,7,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48485,4,4,-1,'Thassarian\'s Shoulderplates of Triumph',62012,4,4096,2,1,0,0,3,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48486,4,4,-1,'Thassarian\'s Shoulderplates of Triumph',62012,4,4104,2,1,0,0,3,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48487,4,4,-1,'Thassarian\'s Legplates of Triumph',61853,4,4104,2,1,0,0,7,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48488,4,4,-1,'Thassarian\'s Helmet of Triumph',62032,4,4104,2,1,0,0,1,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,94,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,871,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48489,4,4,-1,'Thassarian\'s Gauntlets of Triumph',62059,4,4104,2,1,0,0,10,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48490,4,4,-1,'Thassarian\'s Battleplate of Triumph',61347,4,4104,2,1,0,0,5,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48491,4,4,-1,'Koltira\'s Battleplate of Triumph',61485,4,4104,1,1,0,0,5,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48492,4,4,-1,'Koltira\'s Gauntlets of Triumph',61486,4,4104,1,1,0,0,10,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48493,4,4,-1,'Koltira\'s Helmet of Triumph',62115,4,4104,1,1,0,0,1,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,94,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,872,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48494,4,4,-1,'Koltira\'s Legplates of Triumph',62122,4,4104,1,1,0,0,7,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48495,4,4,-1,'Koltira\'s Shoulderplates of Triumph',62130,4,4104,1,1,0,0,3,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48496,4,4,-1,'Koltira\'s Shoulderplates of Triumph',62130,4,4096,1,1,0,0,3,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48497,4,4,-1,'Koltira\'s Legplates of Triumph',62122,4,4096,1,1,0,0,7,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48498,4,4,-1,'Koltira\'s Helmet of Triumph',62115,4,4096,1,1,0,0,1,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,82,37,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,872,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48499,4,4,-1,'Koltira\'s Gauntlets of Triumph',61486,4,4096,1,1,0,0,10,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48500,4,4,-1,'Koltira\'s Battleplate of Triumph',61485,4,4096,1,1,0,0,5,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48501,4,4,-1,'Koltira\'s Battleplate of Conquest',61485,4,4096,1,1,0,0,5,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48502,4,4,-1,'Koltira\'s Gauntlets of Conquest',61486,4,4096,1,1,0,0,10,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48503,4,4,-1,'Koltira\'s Helmet of Conquest',62115,4,4096,1,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,137,32,72,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,872,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48504,4,4,-1,'Koltira\'s Legplates of Conquest',62122,4,4096,1,1,0,0,7,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48505,4,4,-1,'Koltira\'s Shoulderplates of Conquest',62130,4,4096,1,1,0,0,3,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48507,2,0,-1,'Relentless Gladiator\'s Handaxe',60811,4,36864,0,1,0,0,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48509,2,15,-1,'Relentless Gladiator\'s Spike',60817,4,36864,0,1,0,0,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,468,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48511,2,4,-1,'Relentless Gladiator\'s Truncheon',60852,4,36864,0,1,0,0,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48513,2,7,-1,'Relentless Gladiator\'s Longblade',60832,4,36864,0,1,0,0,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,676,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48515,2,13,-1,'Relentless Gladiator\'s Grasp',60821,4,36864,0,1,0,0,21,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,99,32,36,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48517,2,6,-1,'Relentless Gladiator\'s Halberd',60826,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,38,274,7,230,32,86,35,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48519,2,4,-1,'Relentless Gladiator\'s Salvation',60845,4,36864,0,1,0,0,21,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,83,5,56,45,701,43,24,35,48,0,0,0,0,0,0,0,0,0,0,0,0,95,304,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (48521,2,10,-1,'Relentless Gladiator\'s Light Staff',60812,4,36864,0,1,0,0,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,221,5,98,45,701,6,113,35,113,0,0,0,0,0,0,0,0,0,0,0,0,267,493,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (48523,2,10,-1,'Relentless Gladiator\'s Greatstaff',60822,4,36864,0,1,0,0,17,1024,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,3,137,7,230,32,86,35,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,676,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48527,15,2,-1,'Enchanted Onyx',33967,3,32832,8192,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,67527,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48529,4,4,-1,'Thassarian\'s Faceguard of Conquest',62032,4,4096,2,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,145,12,72,31,45,13,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48531,4,4,-1,'Thassarian\'s Chestguard of Conquest',61347,4,4096,2,1,0,0,5,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,63,14,57,13,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48533,4,4,-1,'Thassarian\'s Legguards of Conquest',61854,4,4096,2,1,0,0,7,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,57,14,53,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48535,4,4,-1,'Thassarian\'s Pauldrons of Conquest',62011,4,4096,2,1,0,0,3,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,122,12,60,14,60,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48537,4,4,-1,'Thassarian\'s Handguards of Conquest',62059,4,4096,2,1,0,0,10,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,122,12,47,13,47,14,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48538,4,4,-1,'Thassarian\'s Chestguard of Triumph',61347,4,4096,2,1,0,0,5,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,71,14,65,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48539,4,4,-1,'Thassarian\'s Handguards of Triumph',62059,4,4096,2,1,0,0,10,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,53,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48540,4,4,-1,'Thassarian\'s Faceguard of Triumph',62032,4,4096,2,1,0,0,1,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,168,12,82,31,53,13,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48541,4,4,-1,'Thassarian\'s Legguards of Triumph',61854,4,4096,2,1,0,0,7,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,65,14,61,13,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48542,4,4,-1,'Thassarian\'s Pauldrons of Triumph',62011,4,4096,2,1,0,0,3,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,139,12,67,14,67,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48543,4,4,-1,'Thassarian\'s Pauldrons of Triumph',62011,4,4104,2,1,0,0,3,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,158,12,76,14,76,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48544,4,4,-1,'Thassarian\'s Legguards of Triumph',61854,4,4104,2,1,0,0,7,32,28671,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,206,12,74,14,70,13,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48545,4,4,-1,'Thassarian\'s Faceguard of Triumph',62032,4,4104,2,1,0,0,1,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,194,12,94,31,62,13,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48546,4,4,-1,'Thassarian\'s Handguards of Triumph',62059,4,4104,2,1,0,0,10,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,60,13,60,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48547,4,4,-1,'Thassarian\'s Chestguard of Triumph',61347,4,4104,2,1,0,0,5,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,206,12,80,14,74,13,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48548,4,4,-1,'Koltira\'s Chestguard of Triumph',61485,4,4104,1,1,0,0,5,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,206,12,80,14,74,13,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48549,4,4,-1,'Koltira\'s Handguards of Triumph',61487,4,4104,1,1,0,0,10,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,60,13,60,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48550,4,4,-1,'Koltira\'s Faceguard of Triumph',62115,4,4104,1,1,0,0,1,32,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,194,12,94,31,62,13,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48551,4,4,-1,'Koltira\'s Legguards of Triumph',62123,4,4104,1,1,0,0,7,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,116,7,206,12,74,14,70,13,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48552,4,4,-1,'Koltira\'s Pauldrons of Triumph',62131,4,4104,1,1,0,0,3,32,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,158,12,76,14,76,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48553,4,4,-1,'Koltira\'s Pauldrons of Triumph',62131,4,4096,1,1,0,0,3,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,139,12,67,14,67,31,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48554,4,4,-1,'Koltira\'s Legguards of Triumph',62123,4,4096,1,1,0,0,7,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,65,14,61,13,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48555,4,4,-1,'Koltira\'s Faceguard of Triumph',62115,4,4096,1,1,0,0,1,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,168,12,82,31,53,13,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48556,4,4,-1,'Koltira\'s Handguards of Triumph',61487,4,4096,1,1,0,0,10,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,53,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48557,4,4,-1,'Koltira\'s Chestguard of Triumph',61485,4,4096,1,1,0,0,5,32,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,71,14,65,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48558,4,4,-1,'Koltira\'s Chestguard of Conquest',61485,4,4096,1,1,0,0,5,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,63,14,57,13,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48559,4,4,-1,'Koltira\'s Handguards of Conquest',61487,4,4096,1,1,0,0,10,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,122,12,47,13,47,14,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,55,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48560,4,4,-1,'Koltira\'s Faceguard of Conquest',62115,4,4096,1,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,145,12,72,31,45,13,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,100,0,0,0,0,1,0,4,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48561,4,4,-1,'Koltira\'s Legguards of Conquest',62123,4,4096,1,1,0,0,7,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,57,14,53,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48562,4,4,-1,'Koltira\'s Pauldrons of Conquest',62131,4,4096,1,1,0,0,3,32,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,122,12,60,14,60,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48564,4,4,-1,'Turalyon\'s Headpiece of Conquest',62035,4,4096,2,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,32,64,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,875,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48566,4,4,-1,'Turalyon\'s Tunic of Conquest',61849,4,4096,2,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,165,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48568,4,4,-1,'Turalyon\'s Greaves of Conquest',61856,4,4096,2,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,875,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48572,4,4,-1,'Turalyon\'s Spaulders of Conquest',62014,4,4096,2,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48574,4,4,-1,'Turalyon\'s Gloves of Conquest',62062,4,4096,2,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,60,43,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48575,4,4,-1,'Turalyon\'s Tunic of Triumph',61849,4,4096,2,1,0,0,5,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,165,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48576,4,4,-1,'Turalyon\'s Gloves of Triumph',62062,4,4096,2,1,0,0,10,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,67,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48577,4,4,-1,'Turalyon\'s Headpiece of Triumph',62035,4,4096,2,1,0,0,1,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,74,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,875,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48578,4,4,-1,'Turalyon\'s Greaves of Triumph',61856,4,4096,2,1,0,0,7,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,875,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48579,4,4,-1,'Turalyon\'s Spaulders of Triumph',62014,4,4096,2,1,0,0,3,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48580,4,4,-1,'Turalyon\'s Spaulders of Triumph',62014,4,4104,2,1,0,0,3,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,76,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48581,4,4,-1,'Turalyon\'s Greaves of Triumph',61856,4,4104,2,1,0,0,7,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,86,43,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,875,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48582,4,4,-1,'Turalyon\'s Headpiece of Triumph',62035,4,4104,2,1,0,0,1,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,86,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,875,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48583,4,4,-1,'Turalyon\'s Gloves of Triumph',62062,4,4104,2,1,0,0,10,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,76,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48584,4,4,-1,'Turalyon\'s Tunic of Triumph',61849,4,4104,2,1,0,0,5,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,86,43,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,165,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48585,4,4,-1,'Liadrin\'s Spaulders of Triumph',62133,4,4104,1,1,0,0,3,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,32,76,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48586,4,4,-1,'Liadrin\'s Greaves of Triumph',62119,4,4104,1,1,0,0,7,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,86,43,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,876,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48587,4,4,-1,'Liadrin\'s Headpiece of Triumph',62116,4,4104,1,1,0,0,1,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,116,5,116,32,86,36,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,876,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48588,4,4,-1,'Liadrin\'s Gloves of Triumph',62112,4,4104,1,1,0,0,10,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,86,5,86,36,76,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48589,4,4,-1,'Liadrin\'s Tunic of Triumph',61499,4,4104,1,1,0,0,5,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,160,7,116,5,116,32,86,43,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,165,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48590,4,4,-1,'Liadrin\'s Spaulders of Triumph',62133,4,4096,1,1,0,0,3,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,32,67,36,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48591,4,4,-1,'Liadrin\'s Greaves of Triumph',62119,4,4096,1,1,0,0,7,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,876,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48592,4,4,-1,'Liadrin\'s Headpiece of Triumph',62116,4,4096,1,1,0,0,1,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,103,5,103,32,74,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,876,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48593,4,4,-1,'Liadrin\'s Gloves of Triumph',62112,4,4096,1,1,0,0,10,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,36,67,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48594,4,4,-1,'Liadrin\'s Tunic of Triumph',61499,4,4096,1,1,0,0,5,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,43,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,165,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48595,4,4,-1,'Liadrin\'s Spaulders of Conquest',62133,4,4096,1,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,100,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48596,4,4,-1,'Liadrin\'s Greaves of Conquest',62119,4,4096,1,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,876,120,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48597,4,4,-1,'Liadrin\'s Headpiece of Conquest',62116,4,4096,1,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,113,7,92,5,92,32,64,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,876,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48598,4,4,-1,'Liadrin\'s Gloves of Conquest',62112,4,4096,1,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,36,60,43,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48599,4,4,-1,'Liadrin\'s Tunic of Conquest',61499,4,4096,1,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,165,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48601,0,0,-1,'Red Rider Air Rifle Ammo',1816,2,65536,8192,1,450,112,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67538,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48602,4,4,-1,'Turalyon\'s Battleplate of Conquest',61849,4,4096,2,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48603,4,4,-1,'Turalyon\'s Gauntlets of Conquest',62062,4,4096,2,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48604,4,4,-1,'Turalyon\'s Helm of Conquest',62035,4,4096,2,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,137,32,72,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,877,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48605,4,4,-1,'Turalyon\'s Legplates of Conquest',61846,4,4096,2,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48606,4,4,-1,'Turalyon\'s Shoulderplates of Conquest',62015,4,4096,2,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48607,4,4,-1,'Turalyon\'s Battleplate of Triumph',61849,4,4096,2,1,0,0,5,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48608,4,4,-1,'Turalyon\'s Gauntlets of Triumph',62062,4,4096,2,1,0,0,10,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48609,4,4,-1,'Turalyon\'s Helm of Triumph',62035,4,4096,2,1,0,0,1,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,82,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,877,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48610,4,4,-1,'Turalyon\'s Legplates of Triumph',61846,4,4096,2,1,0,0,7,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48611,4,4,-1,'Turalyon\'s Shoulderplates of Triumph',62015,4,4096,2,1,0,0,3,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48612,4,4,-1,'Turalyon\'s Shoulderplates of Triumph',62015,4,4104,2,1,0,0,3,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48613,4,4,-1,'Turalyon\'s Legplates of Triumph',61846,4,4104,2,1,0,0,7,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,37,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48614,4,4,-1,'Turalyon\'s Helm of Triumph',62035,4,4104,2,1,0,0,1,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,877,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48615,4,4,-1,'Turalyon\'s Gauntlets of Triumph',62062,4,4104,2,1,0,0,10,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48616,4,4,-1,'Turalyon\'s Battleplate of Triumph',61849,4,4104,2,1,0,0,5,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48617,4,4,-1,'Liadrin\'s Battleplate of Triumph',61499,4,4104,1,1,0,0,5,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48618,4,4,-1,'Liadrin\'s Gauntlets of Triumph',62111,4,4104,1,1,0,0,10,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48619,4,4,-1,'Liadrin\'s Helm of Triumph',62116,4,4104,1,1,0,0,1,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,150,7,174,32,94,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,878,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48620,4,4,-1,'Liadrin\'s Legplates of Triumph',62124,4,4104,1,1,0,0,7,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,37,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48621,4,4,-1,'Liadrin\'s Shoulderplates of Triumph',62132,4,4104,1,1,0,0,3,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,122,7,130,32,76,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48622,4,4,-1,'Liadrin\'s Shoulderplates of Triumph',62132,4,4096,1,1,0,0,3,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48623,4,4,-1,'Liadrin\'s Legplates of Triumph',62124,4,4096,1,1,0,0,7,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48624,4,4,-1,'Liadrin\'s Helm of Triumph',62116,4,4096,1,1,0,0,1,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,131,7,155,32,82,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,878,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48625,4,4,-1,'Liadrin\'s Gauntlets of Triumph',62111,4,4096,1,1,0,0,10,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,107,7,115,32,67,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48626,4,4,-1,'Liadrin\'s Battleplate of Triumph',61499,4,4096,1,1,0,0,5,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,82,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48627,4,4,-1,'Liadrin\'s Shoulderplates of Conquest',62132,4,4096,1,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,100,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48628,4,4,-1,'Liadrin\'s Legplates of Conquest',62124,4,4096,1,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48629,4,4,-1,'Liadrin\'s Helm of Conquest',62116,4,4096,1,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,113,7,137,32,72,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,878,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48630,4,4,-1,'Liadrin\'s Gauntlets of Conquest',62111,4,4096,1,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,94,7,102,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48631,4,4,-1,'Liadrin\'s Battleplate of Conquest',61499,4,4096,1,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,165,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48632,4,4,-1,'Turalyon\'s Breastplate of Conquest',61849,4,4096,2,1,0,0,5,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,63,14,55,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48633,4,4,-1,'Turalyon\'s Handguards of Conquest',62062,4,4096,2,1,0,0,10,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,122,12,47,13,39,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48634,4,4,-1,'Turalyon\'s Faceguard of Conquest',62035,4,4096,2,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,120,7,145,12,55,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,67515,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48635,4,4,-1,'Turalyon\'s Legguards of Conquest',61855,4,4096,2,1,0,0,7,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,157,12,80,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48636,4,4,-1,'Turalyon\'s Shoulderguards of Conquest',62013,4,4096,2,1,0,0,3,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,122,12,60,13,60,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48637,4,4,-1,'Turalyon\'s Shoulderguards of Triumph',62013,4,4096,2,1,0,0,3,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,139,12,67,13,67,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48638,4,4,-1,'Turalyon\'s Legguards of Triumph',61855,4,4096,2,1,0,0,7,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,180,12,90,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,67520,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48639,4,4,-1,'Turalyon\'s Faceguard of Triumph',62035,4,4096,2,1,0,0,1,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,136,7,168,12,63,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,67516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48640,4,4,-1,'Turalyon\'s Handguards of Triumph',62062,4,4096,2,1,0,0,10,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48641,4,4,-1,'Turalyon\'s Breastplate of Triumph',61849,4,4096,2,1,0,0,5,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48642,4,4,-1,'Turalyon\'s Breastplate of Triumph',61849,4,4104,2,1,0,0,5,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,153,7,206,12,80,14,72,13,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48643,4,4,-1,'Turalyon\'s Handguards of Triumph',62062,4,4104,2,1,0,0,10,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,60,13,52,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48644,4,4,-1,'Turalyon\'s Faceguard of Triumph',62035,4,4104,2,1,0,0,1,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,153,7,194,12,72,13,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48645,4,4,-1,'Turalyon\'s Legguards of Triumph',61855,4,4104,2,1,0,0,7,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,4,116,7,206,12,102,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,67521,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48646,4,4,-1,'Turalyon\'s Shoulderguards of Triumph',62013,4,4104,2,1,0,0,3,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,158,12,76,13,76,37,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48647,4,4,-1,'Liadrin\'s Shoulderguards of Triumph',62134,4,4104,1,1,0,0,3,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,158,12,76,13,76,37,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48648,4,4,-1,'Liadrin\'s Legguards of Triumph',62126,4,4104,1,1,0,0,7,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,4,4,116,7,206,12,102,31,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2264,0,0,0,0,0,0,0,0,0,67521,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48649,4,4,-1,'Liadrin\'s Faceguard of Triumph',62116,4,4104,1,1,0,0,1,2,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,4,4,153,7,194,12,72,13,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2102,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48650,4,4,-1,'Liadrin\'s Handguards of Triumph',62112,4,4104,1,1,0,0,10,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,60,13,52,14,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1617,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48651,4,4,-1,'Liadrin\'s Breastplate of Triumph',61499,4,4104,1,1,0,0,5,2,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,4,153,7,206,12,80,14,72,13,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48652,4,4,-1,'Liadrin\'s Breastplate of Conquest',61499,4,4096,1,1,0,0,5,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,63,14,55,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48653,4,4,-1,'Liadrin\'s Handguards of Conquest',62112,4,4096,1,1,0,0,10,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,122,12,47,13,39,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48654,4,4,-1,'Liadrin\'s Faceguard of Conquest',62116,4,4096,1,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,120,7,145,12,55,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,67515,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48655,4,4,-1,'Liadrin\'s Legguards of Conquest',62126,4,4096,1,1,0,0,7,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,157,12,80,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,67517,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48656,4,4,-1,'Liadrin\'s Shoulderguards of Conquest',62134,4,4096,1,1,0,0,3,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,122,12,60,13,60,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48657,4,4,-1,'Liadrin\'s Breastplate of Triumph',61499,4,4096,1,1,0,0,5,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2473,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,165,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48658,4,4,-1,'Liadrin\'s Handguards of Triumph',62112,4,4096,1,1,0,0,10,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,101,7,139,12,53,13,45,14,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1545,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48659,4,4,-1,'Liadrin\'s Faceguard of Triumph',62116,4,4096,1,1,0,0,1,2,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,4,136,7,168,12,63,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,0,0,0,0,0,0,67516,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,100,0,0,0,0,1,0,2,0,0,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48660,4,4,-1,'Liadrin\'s Legguards of Triumph',62126,4,4096,1,1,0,0,7,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,180,12,90,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,0,0,0,0,67520,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,120,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48661,4,4,-1,'Liadrin\'s Shoulderguards of Triumph',62134,4,4096,1,1,0,0,3,2,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,139,12,67,13,67,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,100,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48663,2,4,-1,'Tankard O\' Terror',60715,4,0,0,1,1069333,213866,13,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,3,47,7,37,32,29,36,27,38,66,0,0,0,0,0,0,0,0,0,0,0,0,312,580,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,7,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48666,4,1,-1,'Drape of the Sunreavers',61400,4,8,1,1,368136,73627,16,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48667,4,1,-1,'Shawl of the Devout Crusader',61400,4,8,1,1,369523,73904,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48668,4,1,-1,'Cloak of Serrated Blades',61400,4,8,1,1,370909,74181,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,85,7,85,32,57,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48669,4,1,-1,'Cloak of the Triumphant Combatant',61400,4,8,1,1,382227,76445,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48670,4,1,-1,'Cloak of the Unflinching Guardian',61400,4,8,1,1,383576,76715,16,-1,-1,258,80,0,0,0,0,0,0,1,0,1,0,5,4,85,7,116,12,45,13,37,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48671,4,1,-1,'Drape of Bitter Incantation',61260,4,8,2,1,384963,76992,16,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48672,4,1,-1,'Shawl of Fervent Crusader',61260,4,8,2,1,386350,77270,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,6,57,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48673,4,1,-1,'Cloak of the Silver Covenant',61260,4,8,2,1,387736,77547,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,85,7,85,32,57,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48674,4,1,-1,'Cloak of the Victorious Combatant',61260,4,8,2,1,389086,77817,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48675,4,1,-1,'Cloak of the Unmoving Guardian',61260,4,8,2,1,390472,78094,16,-1,-1,258,80,0,0,0,0,0,0,1,0,1,0,5,4,85,7,116,12,45,13,37,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48677,4,3,-1,'Champion\'s Deathdealer Breastplate',28712,7,134221824,0,1,0,0,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,4194312,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48679,12,0,0,'Waterlogged Recipe',60716,1,0,0,1,0,0,0,-1,-1,80,70,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Worth a handful of Dalaran Cooking Tokens from the right person.',0,0,0,14203,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48681,12,0,0,'Waterlogged Recipe',60716,1,0,0,1,0,0,0,-1,-1,80,70,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Worth a handful of Dalaran Cooking Tokens from the right person.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48683,4,3,-1,'Mystical Vest of Elements',31416,7,134221824,0,1,0,0,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,4194312,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48685,4,4,-1,'Polished Breastplate of Valor',29958,7,134221824,0,1,0,0,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,8388616,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48687,4,2,-1,'Preened Ironfeather Breastplate',25699,7,134221824,0,1,0,0,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334,2097160,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48689,4,2,-1,'Stained Shadowcraft Tunic',28160,7,134221824,0,1,0,0,5,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,2097160,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48691,4,1,-1,'Tattered Dreadmist Robe',29792,7,134221824,0,1,0,0,20,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,1048584,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,57353,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48693,2,4,-1,'Heartsmasher',61658,4,8,1,1,1229886,245977,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,38,5,58,32,36,36,54,45,621,0,0,0,0,0,0,0,0,0,0,0,0,81,259,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3596,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48695,2,1,-1,'Mor\'kosh, the Bloodreaver',60596,4,8,1,1,1548356,309671,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,31,70,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48697,2,2,-1,'Frenzystrike Longbow',62470,4,8,1,1,935523,187104,15,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,39,7,32,44,24,31,24,0,0,0,0,0,0,0,0,0,0,0,0,445,744,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2873,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (48699,2,4,-1,'Blood and Glory',60673,4,8,1,1,1137145,227429,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,76,4,58,13,29,14,23,12,32,0,0,0,0,0,0,0,0,0,0,0,0,220,409,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48701,2,7,-1,'Spellharvest',61689,4,8,1,1,1177333,235466,21,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,621,7,51,5,58,31,32,36,52,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3752,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48703,2,13,-1,'The Facebreaker',61676,4,8,1,1,1186131,237226,21,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,44,44,31,32,39,38,73,0,0,0,0,0,0,0,0,0,0,0,0,409,614,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48705,2,10,-1,'Attrition',61690,4,8,1,1,1493513,298702,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,142,3,128,7,118,44,63,36,97,0,0,0,0,0,0,0,0,0,0,0,0,490,736,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48708,2,7,-1,'Spellstorm Blade',60666,4,8,2,1,1207890,241578,21,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,45,621,7,51,5,58,31,32,36,52,0,0,0,0,0,0,0,0,0,0,0,0,97,310,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3752,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48709,2,4,-1,'Heartcrusher',61659,4,8,2,1,1212289,242457,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,38,5,58,32,36,36,54,45,621,0,0,0,0,0,0,0,0,0,0,0,0,81,259,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3752,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (48710,2,10,-1,'Paragon\'s Breadth',61686,4,8,2,1,1520860,304172,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,142,3,128,7,118,44,63,36,97,0,0,0,0,0,0,0,0,0,0,0,0,490,736,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48711,2,2,-1,'Rhok\'shalla, the Shadow\'s Bane',61687,4,8,2,1,915726,183145,15,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,38,57,3,39,7,32,44,24,31,24,0,0,0,0,0,0,0,0,0,0,0,0,445,744,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,4,0,0,0,0,0,2873,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (48712,2,13,-1,'The Spinebreaker',61678,4,8,2,1,1225368,245073,21,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,3,58,7,44,44,31,32,39,38,73,0,0,0,0,0,0,0,0,0,0,0,0,409,614,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48713,2,1,-1,'Lothar\'s Edge',61688,4,8,2,1,1537209,307441,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,31,70,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,1105,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48714,2,4,-1,'Honor of the Fallen',60675,4,8,2,1,1234166,246833,13,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,76,4,58,13,29,14,23,12,32,0,0,0,0,0,0,0,0,0,0,0,0,220,409,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48716,2,4,-1,'Venerable Mass of McGowan',28799,7,134221824,0,1,0,0,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,516,1,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48718,2,5,-1,'Repurposed Lava Dredger',31265,7,134221824,0,1,0,0,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,1032,1,0,0,0,0,0,0,0,15,0,0,0,0,2900,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48720,16,11,0,'Glyph of Claw',58828,1,64,0,1,400,100,0,1024,2147483647,20,20,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67599,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (48722,4,0,-1,'Shard of the Crystal Heart',59320,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,31,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67683,0,0,0,120000,1141,20000,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48724,4,0,-1,'Talisman of Resurgence',59322,4,4096,0,1,0,0,12,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,1,5,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67684,0,0,0,120000,1141,20000,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48725,4,1,-1,'Khadgar\'s Gauntlets ',61163,4,4096,8194,1,0,0,10,128,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,0,0,0,0,0,2,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48726,4,1,-1,'Khadgar\'s Hood ',62177,4,4096,8194,1,0,0,1,128,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,36,72,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48727,4,1,-1,'Khadgar\'s Leggings ',61189,4,4096,8194,1,0,0,7,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,0,0,0,0,0,4,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48728,4,1,-1,'Khadgar\'s Robe ',61721,4,4096,8194,1,0,0,20,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48729,4,1,-1,'Khadgar\'s Shoulderpads ',61190,4,4096,8194,1,0,0,3,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,843,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48730,4,1,-1,'Sunstrider\'s Gauntlets',62066,4,4096,8193,1,0,0,10,128,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,81,7,127,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,0,0,0,0,0,2,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48731,4,1,-1,'Sunstrider\'s Hood ',62070,4,4096,8193,1,0,0,1,128,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,36,72,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48732,4,1,-1,'Sunstrider\'s Leggings ',62075,4,4096,8193,1,0,0,7,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,0,0,0,0,0,4,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48733,4,1,-1,'Sunstrider\'s Robe ',62182,4,4096,8193,1,0,0,20,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48734,4,1,-1,'Sunstrider\'s Shoulderpads ',62090,4,4096,8193,1,0,0,3,128,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,844,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48735,4,1,-1,'Gul\'dan\'s Gloves ',62068,4,4096,8193,1,0,0,10,256,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,0,0,0,0,0,2,0,0,0,0,0,2864,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48736,4,1,-1,'Gul\'dan\'s Hood ',62073,4,4096,8193,1,0,0,1,256,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48737,4,1,-1,'Gul\'dan\'s Leggings ',62076,4,4096,8193,1,0,0,7,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48738,4,1,-1,'Gul\'dan\'s Robe ',62083,4,4096,8193,1,0,0,20,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48739,4,1,-1,'Gul\'dan\'s Shoulderpads ',62092,4,4096,8193,1,0,0,3,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,845,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48740,4,1,-1,'Kel\'Thuzad\'s Gloves ',61183,4,4096,8194,1,0,0,10,256,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,0,0,0,0,0,2,0,0,0,0,0,2864,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48741,4,1,-1,'Kel\'Thuzad\'s Hood ',62178,4,4096,8194,1,0,0,1,256,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48742,4,1,-1,'Kel\'Thuzad\'s Leggings ',61185,4,4096,8194,1,0,0,7,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48743,4,1,-1,'Kel\'Thuzad\'s Robe ',61717,4,4096,2,1,0,0,20,256,8388607,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',54,0,0,0,0,1), (48744,4,1,-1,'Kel\'Thuzad\'s Shoulderpads ',61187,4,4096,8194,1,0,0,3,256,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,846,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48745,4,1,-1,'Velen\'s Cowl ',62176,4,0,8194,1,0,0,1,16,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,6,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48746,4,1,-1,'Velen\'s Gloves ',61168,4,4096,8193,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48747,4,1,-1,'Velen\'s Leggings ',61170,4,0,8194,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48748,4,1,-1,'Velen\'s Robe ',61171,4,0,8194,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48749,4,1,-1,'Velen\'s Shoulderpads ',61172,4,0,8194,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,847,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48750,4,1,-1,'Zabra\'s Cowl ',62071,4,0,8193,1,0,0,1,16,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,6,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48751,4,1,-1,'Zabra\'s Gloves ',62067,4,4096,8194,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48752,4,1,-1,'Zabra\'s Leggings ',62074,4,0,8193,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48753,4,1,-1,'Zabra\'s Robe ',62082,4,0,8193,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48754,4,1,-1,'Zabra\'s Shoulderpads ',62087,4,0,8193,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,848,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48755,4,1,-1,'Velen\'s Circlet ',62176,4,0,8194,1,0,0,1,16,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48756,4,1,-1,'Velen\'s Handwraps ',61168,4,4096,8194,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,31,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48757,4,1,-1,'Velen\'s Mantle ',61172,4,0,8194,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48758,4,1,-1,'Velen\'s Pants ',61170,4,0,8194,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48759,4,1,-1,'Velen\'s Raiments ',61722,4,0,8194,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,849,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48760,4,1,-1,'Zabra\'s Circlet ',62071,4,0,8193,1,0,0,1,16,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48761,4,1,-1,'Zabra\'s Handwraps ',62067,4,4096,8193,1,0,0,10,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,31,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48762,4,1,-1,'Zabra\'s Mantle ',62087,4,0,8193,1,0,0,3,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48763,4,1,-1,'Zabra\'s Pants ',62074,4,0,8193,1,0,0,7,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48764,4,1,-1,'Zabra\'s Raiments ',62082,4,0,8193,1,0,0,20,16,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,850,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48769,4,2,-1,'Runetotem\'s Handguards ',61197,4,4096,8193,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48770,4,2,-1,'Runetotem\'s Headpiece ',61198,4,0,8193,1,0,0,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48771,4,2,-1,'Runetotem\'s Leggings ',62088,4,0,8193,1,0,0,7,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48772,4,2,-1,'Runetotem\'s Robe ',61720,4,0,8193,1,0,0,20,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48773,4,2,-1,'Runetotem\'s Spaulders ',61201,4,0,8193,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,852,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48774,4,2,-1,'Malfurion\'s Handguards ',61901,4,4096,8194,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48775,4,2,-1,'Malfurion\'s Headpiece ',62171,4,0,8194,1,0,0,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,6,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48776,4,2,-1,'Malfurion\'s Leggings ',61709,4,0,8194,1,0,0,7,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48777,4,2,-1,'Malfurion\'s Robe ',61713,4,0,8194,1,0,0,20,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,6,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48778,4,2,-1,'Malfurion\'s Spaulders ',61931,4,0,8194,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,851,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48781,4,2,-1,'Runetotem\'s Cover ',61198,4,0,8193,1,0,0,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,31,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,0,0,0,0,0,1,0,4,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48782,4,2,-1,'Runetotem\'s Gloves ',61197,4,4096,8193,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48783,4,2,-1,'Runetotem\'s Mantle ',61201,4,0,1,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,70,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,1), (48784,4,2,-1,'Runetotem\'s Trousers ',62088,4,0,8193,1,0,0,7,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48785,4,2,-1,'Runetotem\'s Vestments ',61720,4,0,8193,1,0,0,20,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,854,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48786,4,2,-1,'Malfurion\'s Cover ',62171,4,0,8194,1,0,0,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,31,72,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,0,0,0,0,0,1,0,4,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48787,4,2,-1,'Malfurion\'s Gloves ',61901,4,4096,8194,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48788,4,2,-1,'Malfurion\'s Mantle ',61931,4,0,8194,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48789,4,2,-1,'Malfurion\'s Trousers ',61709,4,0,8194,1,0,0,7,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48790,4,2,-1,'Malfurion\'s Vestments ',61713,4,0,8194,1,0,0,20,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,853,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48794,4,2,-1,'Runetotem\'s Handgrips ',61202,4,0,8193,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48795,4,2,-1,'Runetotem\'s Headguard ',61203,4,0,8193,1,0,0,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,157,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,0,0,0,0,0,1,0,4,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48796,4,2,-1,'Runetotem\'s Legguards ',62089,4,4096,8193,1,0,0,7,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,157,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,0,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48797,4,2,-1,'Runetotem\'s Raiments ',61720,4,4096,8193,1,0,0,20,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,181,32,74,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,0,0,0,0,0,2,0,4,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48798,4,2,-1,'Runetotem\'s Shoulderpads ',61201,4,0,8193,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,856,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48799,4,2,-1,'Malfurion\'s Handgrips ',61902,4,0,8194,1,0,0,10,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48800,4,2,-1,'Malfurion\'s Headguard ',62172,4,0,8194,1,0,0,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,157,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,0,0,0,0,0,1,0,4,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48801,4,2,-1,'Malfurion\'s Legguards ',61926,4,4096,8194,1,0,0,7,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,157,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,0,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48802,4,2,-1,'Malfurion\'s Raiments ',61713,4,4096,8194,1,0,0,20,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,181,32,74,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,0,0,0,0,0,2,0,4,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48803,4,2,-1,'Malfurion\'s Shoulderpads ',61931,4,0,8194,1,0,0,3,1024,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,855,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48804,4,2,-1,'Garona\'s Breastplate ',61208,4,0,8193,1,0,0,5,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,169,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,0,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48805,4,2,-1,'Garona\'s Gauntlets ',61209,4,0,8193,1,0,0,10,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,89,7,122,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48806,4,2,-1,'Garona\'s Helmet ',61210,4,0,8193,1,0,0,1,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,157,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,0,0,0,0,0,1,0,8,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48807,4,2,-1,'Garona\'s Legplates ',61250,4,4096,8193,1,0,0,7,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,169,31,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,0,0,0,0,0,8,0,2,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48808,4,2,-1,'Garona\'s Pauldrons ',61213,4,0,8193,1,0,0,3,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,89,7,122,32,60,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,858,0,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48809,4,2,-1,'VanCleef\'s Breastplate ',61930,4,0,8194,1,0,0,5,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,169,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,0,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48810,4,2,-1,'VanCleef\'s Gauntlets ',61903,4,0,8194,1,0,0,10,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,89,7,122,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48811,4,2,-1,'VanCleef\'s Helmet ',62174,4,0,8194,1,0,0,1,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,157,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,0,0,0,0,0,1,0,8,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48812,4,2,-1,'VanCleef\'s Legplates ',61927,4,4096,8194,1,0,0,7,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,169,31,64,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,0,0,0,0,0,8,0,2,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48813,4,2,-1,'VanCleef\'s Pauldrons ',62175,4,0,8194,1,0,0,3,8,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,89,7,122,32,60,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,857,0,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48814,4,3,-1,'Windrunner\'s Handguards ',62096,4,4096,8193,1,0,0,10,4,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,106,32,82,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48815,4,3,-1,'Windrunner\'s Headpiece ',62098,4,0,8193,1,0,0,1,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,142,32,104,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,0,0,0,0,0,1,0,4,0,0,0,3877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48816,4,3,-1,'Windrunner\'s Legguards ',62101,4,0,8193,1,0,0,7,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,154,32,104,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,0,0,0,0,0,8,0,2,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48817,4,3,-1,'Windrunner\'s Spaulders ',62107,4,0,8193,1,0,0,3,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,89,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,0,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48818,4,3,-1,'Windrunner\'s Tunic ',61096,4,0,8193,1,0,0,5,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,181,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,860,0,0,0,0,0,2,0,4,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48819,4,3,-1,'Windrunner\'s Handguards ',62169,4,4096,8194,1,0,0,10,4,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,106,32,82,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48820,4,3,-1,'Windrunner\'s Headpiece ',61942,4,0,8194,1,0,0,1,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,142,32,104,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,0,0,0,0,0,1,0,4,0,0,0,3877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48821,4,3,-1,'Windrunner\'s Legguards ',62162,4,0,8194,1,0,0,7,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,154,32,104,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,0,0,0,0,0,8,0,2,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48822,4,3,-1,'Windrunner\'s Spaulders ',61995,4,0,8194,1,0,0,3,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,32,61,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,0,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48823,4,3,-1,'Windrunner\'s Tunic ',61825,4,0,8194,1,0,0,5,4,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,181,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,859,0,0,0,0,0,2,0,4,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48824,4,3,-1,'Nobundo\'s Handguards ',62165,4,0,8194,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,52,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,0,0,0,0,0,4,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48825,4,3,-1,'Nobundo\'s Headpiece ',61980,4,0,8194,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,66,6,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48826,4,3,-1,'Nobundo\'s Legguards ',62164,4,0,8194,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,74,6,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48827,4,3,-1,'Nobundo\'s Spaulders ',61938,4,0,8194,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,52,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48828,4,3,-1,'Nobundo\'s Tunic ',59179,4,0,8194,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,861,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48829,4,3,-1,'Thrall\'s Handguards ',62095,4,0,8193,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,52,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,0,0,0,0,0,4,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48830,4,3,-1,'Thrall\'s Headpiece ',62053,4,0,8193,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,66,6,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48831,4,3,-1,'Thrall\'s Legguards ',62102,4,0,8193,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,74,6,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48832,4,3,-1,'Thrall\'s Spaulders ',61226,4,0,8193,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,52,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48833,4,3,-1,'Thrall\'s Tunic ',62104,4,0,8193,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,72,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,862,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48836,4,3,-1,'Nobundo\'s Gloves ',62165,4,0,8194,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,52,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,0,0,0,0,0,4,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48837,4,3,-1,'Nobundo\'s Hauberk ',59181,4,0,8194,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48838,4,3,-1,'Nobundo\'s Helm ',61980,4,0,8194,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,70,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,0,0,0,0,0,1,0,4,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48839,4,3,-1,'Nobundo\'s Kilt ',62164,4,0,8194,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48840,4,3,-1,'Nobundo\'s Shoulderpads ',61938,4,0,8194,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,864,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48841,4,3,-1,'Thrall\'s Gloves ',62095,4,0,8193,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,52,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,0,0,0,0,0,4,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48842,4,3,-1,'Thrall\'s Hauberk ',62104,4,0,8193,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,36,72,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48843,4,3,-1,'Thrall\'s Helm ',62193,4,0,8193,1,0,0,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,70,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,0,0,0,0,0,1,0,4,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48844,4,3,-1,'Thrall\'s Kilt ',62103,4,0,8193,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48845,4,3,-1,'Thrall\'s Shoulderpads ',61226,4,0,8193,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,863,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48846,4,3,-1,'Nobundo\'s Chestguard ',59179,4,0,8194,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,121,7,142,32,96,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,0,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48847,4,3,-1,'Nobundo\'s Faceguard ',61953,4,0,8194,1,0,0,1,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,96,7,181,32,80,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,0,0,0,0,0,1,0,4,0,0,0,3877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48848,4,3,-1,'Nobundo\'s Grips ',62166,4,4096,8194,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,37,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,0,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48849,4,3,-1,'Nobundo\'s Shoulderguards ',61996,4,0,8194,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,0,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48850,4,3,-1,'Nobundo\'s War-Kilt ',61988,4,0,8194,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,181,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,865,0,0,0,0,0,8,0,2,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48851,4,3,-1,'Thrall\'s Chestguard ',62104,4,0,8193,1,0,0,5,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,121,7,142,32,96,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,0,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48852,4,3,-1,'Thrall\'s Faceguard ',62190,4,0,8193,1,0,0,1,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,96,7,181,32,68,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,0,0,0,0,0,1,0,4,0,0,0,3877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48853,4,3,-1,'Thrall\'s Grips ',62097,4,4096,8193,1,0,0,10,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,7,134,37,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,0,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48854,4,3,-1,'Thrall\'s Shoulderguards ',62192,4,0,8193,1,0,0,3,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,81,36,52,7,134,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,0,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48855,4,3,-1,'Thrall\'s War-Kilt ',62103,4,0,8193,1,0,0,7,64,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,3,104,7,181,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,866,0,0,0,0,0,8,0,2,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48860,4,4,-1,'Hellscream\'s Battleplate ',61525,4,0,8193,1,0,0,5,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,0,0,0,0,0,8,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48861,4,4,-1,'Hellscream\'s Gauntlets ',62113,4,4096,8193,1,0,0,10,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,868,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48862,4,4,-1,'Hellscream\'s Helmet ',62117,4,0,8193,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,96,7,180,32,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,868,0,0,0,0,0,1,0,8,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48863,4,4,-1,'Hellscream\'s Legplates ',62118,4,0,8193,1,0,0,7,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,0,0,0,0,0,4,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48864,4,4,-1,'Hellscream\'s Shoulderplates ',62135,4,0,8193,1,0,0,3,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,868,0,0,0,0,0,2,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48865,4,4,-1,'Wrynn\'s Battleplate ',59705,4,0,8194,1,0,0,5,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,0,0,0,0,0,8,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48866,4,4,-1,'Wrynn\'s Gauntlets ',58748,4,4096,8194,1,0,0,10,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,867,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48867,4,4,-1,'Wrynn\'s Helmet ',62040,4,0,8194,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,96,7,180,32,64,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,867,0,0,0,0,0,1,0,8,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48868,4,4,-1,'Wrynn\'s Legplates ',62019,4,0,8194,1,0,0,7,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,0,0,0,0,0,4,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48869,4,4,-1,'Wrynn\'s Shoulderplates ',62010,4,0,8194,1,0,0,3,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,867,0,0,0,0,0,2,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48870,4,4,-1,'Hellscream\'s Breastplate ',61525,4,0,8192,1,0,0,5,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,157,14,55,13,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48871,4,4,-1,'Hellscream\'s Greathelm ',62117,4,0,8192,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,145,13,71,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,0,0,0,0,0,1,0,2,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48872,4,4,-1,'Hellscream\'s Handguards ',62114,4,0,8192,1,0,0,10,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,122,13,63,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48873,4,4,-1,'Hellscream\'s Legguards ',62127,4,0,8192,1,0,0,7,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,13,80,31,45,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48874,4,4,-1,'Hellscream\'s Pauldrons ',62129,4,0,8192,1,0,0,3,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,68,7,122,13,90,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,870,0,0,0,0,0,8,0,0,0,0,0,2871,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48875,4,4,-1,'Wrynn\'s Breastplate ',62049,4,0,8192,1,0,0,5,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,157,14,55,13,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48876,4,4,-1,'Wrynn\'s Greathelm ',62038,4,0,8192,1,0,0,1,1,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,145,13,71,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,0,0,0,0,0,1,0,2,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48877,4,4,-1,'Wrynn\'s Handguards ',59709,4,0,8192,1,0,0,10,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,122,13,63,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48878,4,4,-1,'Wrynn\'s Legguards ',62020,4,0,8192,1,0,0,7,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,13,80,31,45,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48879,4,4,-1,'Wrynn\'s Pauldrons ',62009,4,0,8192,1,0,0,3,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,68,7,122,13,90,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,869,0,0,0,0,0,8,0,0,0,0,0,2871,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48880,4,4,-1,'Koltira\'s Battleplate ',61485,4,0,8192,1,0,0,5,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,0,0,0,0,0,8,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48881,4,4,-1,'Koltira\'s Gauntlets ',61486,4,4096,8192,1,0,0,10,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,872,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48882,4,4,-1,'Koltira\'s Helmet ',62115,4,0,8192,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,96,7,180,32,72,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,872,0,0,0,0,0,1,0,4,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48883,4,4,-1,'Koltira\'s Legplates ',62122,4,0,8192,1,0,0,7,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,0,0,0,0,0,4,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48884,4,4,-1,'Koltira\'s Shoulderplates ',62130,4,0,8192,1,0,0,3,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,872,0,0,0,0,0,2,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48885,4,4,-1,'Thassarian\'s Battleplate ',61485,4,0,8192,1,0,0,5,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,0,0,0,0,0,8,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48886,4,4,-1,'Thassarian\'s Gauntlets ',61350,4,4096,8192,1,0,0,10,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,871,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48887,4,4,-1,'Thassarian\'s Helmet ',62033,4,0,8192,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,96,7,180,32,72,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,871,0,0,0,0,0,1,0,4,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48888,4,4,-1,'Thassarian\'s Legplates ',61853,4,0,8192,1,0,0,7,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,0,0,0,0,0,4,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48889,4,4,-1,'Thassarian\'s Shoulderplates ',62012,4,0,8192,1,0,0,3,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,871,0,0,0,0,0,2,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48890,4,4,-1,'Koltira\'s Chestguard ',61485,4,0,8192,1,0,0,5,262143,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,14,57,13,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48891,4,4,-1,'Koltira\'s Faceguard ',62115,4,0,8192,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,145,31,45,13,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,0,0,0,0,0,1,0,4,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48892,4,4,-1,'Koltira\'s Handguards ',61487,4,0,8192,1,0,0,10,32,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,122,13,71,14,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48893,4,4,-1,'Koltira\'s Legguards ',62123,4,0,8192,1,0,0,7,32,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,14,53,13,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48894,4,4,-1,'Koltira\'s Pauldrons ',62131,4,0,8192,1,0,0,3,262143,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,68,7,122,14,90,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,874,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48895,4,4,-1,'Thassarian\'s Chestguard ',59716,4,0,8192,1,0,0,5,262143,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,14,57,13,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48896,4,4,-1,'Thassarian\'s Faceguard ',62031,4,0,8192,1,0,0,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,145,31,45,13,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,0,0,0,0,0,1,0,4,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48897,4,4,-1,'Thassarian\'s Handguards ',61386,4,0,8192,1,0,0,10,32,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,122,13,71,14,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48898,4,4,-1,'Thassarian\'s Legguards ',61854,4,0,8192,1,0,0,7,32,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,14,53,13,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48899,4,4,-1,'Thassarian\'s Pauldrons ',62011,4,0,8192,1,0,0,3,262143,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,68,7,122,14,90,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,873,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48900,4,4,-1,'Turalyon\'s Tunic ',61849,4,0,8192,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48901,4,4,-1,'Turalyon\'s Spaulders ',62014,4,0,8192,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48902,4,4,-1,'Turalyon\'s Headpiece ',62036,4,0,8192,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,64,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,875,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48903,4,4,-1,'Turalyon\'s Greaves ',61856,4,0,8192,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,875,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48904,4,4,-1,'Turalyon\'s Gloves ',61394,4,4096,8192,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,60,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,875,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48905,4,4,-1,'Liadrin\'s Tunic ',61499,4,0,8192,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48906,4,4,-1,'Liadrin\'s Spaulders ',62133,4,0,8192,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48907,4,4,-1,'Liadrin\'s Headpiece ',62116,4,0,8192,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,97,7,173,32,64,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,876,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48908,4,4,-1,'Liadrin\'s Greaves ',62119,4,0,8192,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,105,7,173,32,64,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,876,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48909,4,4,-1,'Liadrin\'s Gloves ',62112,4,4096,8192,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,5,82,7,128,36,60,6,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,876,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48910,4,4,-1,'Liadrin\'s Battleplate ',61499,4,0,8192,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,0,0,0,0,0,8,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48911,4,4,-1,'Liadrin\'s Gauntlets ',62111,4,4096,8192,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,878,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48912,4,4,-1,'Liadrin\'s Helm ',62116,4,0,8192,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,96,7,180,32,72,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,878,0,0,0,0,0,1,0,4,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48913,4,4,-1,'Liadrin\'s Legplates ',62124,4,0,8192,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,0,0,0,0,0,4,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48914,4,4,-1,'Liadrin\'s Shoulderplates ',62132,4,0,8192,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,878,0,0,0,0,0,2,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48915,4,4,-1,'Turalyon\'s Battleplate ',61849,4,0,8192,1,0,0,5,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,0,0,0,0,0,8,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48916,4,4,-1,'Turalyon\'s Gauntlets ',58748,4,4096,8192,1,0,0,10,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,877,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48917,4,4,-1,'Turalyon\'s Helm ',62037,4,0,8192,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,96,7,180,32,72,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,877,0,0,0,0,0,1,0,4,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48918,4,4,-1,'Turalyon\'s Legplates ',61846,4,0,8192,1,0,0,7,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,104,7,180,32,72,37,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,0,0,0,0,0,4,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48919,4,4,-1,'Turalyon\'s Shoulderplates ',62015,4,0,8192,1,0,0,3,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,134,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,877,0,0,0,0,0,2,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48922,4,4,-1,'Liadrin\'s Breastplate ',61499,4,0,8192,1,0,0,5,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,157,14,55,13,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48923,4,4,-1,'Liadrin\'s Faceguard ',62116,4,0,8192,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,145,13,71,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,0,0,0,0,0,1,0,2,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48924,4,4,-1,'Liadrin\'s Handguards ',62112,4,0,8192,1,0,0,10,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,122,13,63,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48925,4,4,-1,'Liadrin\'s Legguards ',62126,4,0,8192,1,0,0,7,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,13,80,31,45,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48926,4,4,-1,'Liadrin\'s Shoulderguards ',62134,4,0,8193,1,0,0,3,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,68,7,122,13,90,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,880,0,0,0,0,0,8,0,0,0,0,0,2871,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48927,4,4,-1,'Turalyon\'s Breastplate ',61849,4,0,8192,1,0,0,5,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,157,14,55,13,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48928,4,4,-1,'Turalyon\'s Faceguard ',62034,4,0,8192,1,0,0,1,2,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,145,13,71,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,0,0,0,0,0,1,0,2,0,0,0,3305,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48929,4,4,-1,'Turalyon\'s Handguards ',59709,4,0,8192,1,0,0,10,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,89,7,122,13,63,14,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48930,4,4,-1,'Turalyon\'s Legguards ',61855,4,0,8192,1,0,0,7,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,92,7,157,13,80,31,45,14,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48931,4,4,-1,'Turalyon\'s Shoulderguards ',62013,4,0,8194,1,0,0,3,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,4,68,7,122,13,90,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,879,0,0,0,0,0,8,0,0,0,0,0,2871,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (48933,4,0,-1,'Wormhole Generator: Northrend',60797,3,64,0,1,20000,5000,0,-1,-1,80,0,202,415,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67833,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Dimensional folding is not fully understood in any capacity. A parachute and medical supplies are best kept on hand!',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',0,0,0,0,0,12340), (48945,4,0,-1,'Gnomish Thinking Cap',19667,3,64,8192,1,216781,43356,1,-1,-1,200,0,202,400,0,0,0,0,0,0,1,0,0,5,100,50,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67799,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'You think this just might work...',0,0,0,0,0,7,0,0,0,0,0,0,0,0,128,0,4,0,4,0,4,0,2766,0,-1,-236,0,0,0,'',0,0,0,0,0,15595), (48954,4,0,-1,'Etched Band of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,38,126,3,41,7,64,32,43,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48955,4,0,-1,'Etched Loop of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,45,74,7,62,5,43,6,43,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48956,4,0,-1,'Etched Ring of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,4,4,63,7,94,32,43,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48957,4,0,-1,'Etched Signet of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,226,80,0,0,0,0,0,0,0,1,1,0,5,45,74,7,62,5,43,32,41,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48974,4,2,-1,'Titan-Forged Armwraps of Dominance',48681,4,4096,0,1,0,0,9,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,72,5,32,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48975,4,2,-1,'Titan-Forged Armwraps of Salvation',48681,4,4096,0,1,0,0,9,1024,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,72,5,32,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48976,4,2,-1,'Titan-Forged Armwraps of Triumph',48682,4,4096,0,1,0,0,9,1032,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,38,64,3,63,7,72,44,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48977,4,4,-1,'Titan-Forged Bracers of Salvation',48662,4,4096,0,1,0,0,9,2,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,72,5,32,45,74,32,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48978,4,4,-1,'Titan-Forged Bracers of Triumph',48664,4,4096,0,1,0,0,9,35,32767,226,80,0,0,0,0,0,0,0,0,1,0,4,4,63,7,95,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48979,4,1,-1,'Titan-Forged Cuffs of Salvation',48687,4,4096,0,1,0,0,9,400,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,72,5,32,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48980,4,3,-1,'Titan-Forged Wristguards of Dominance',48673,4,4096,0,1,0,0,9,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,72,5,32,45,74,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48981,4,3,-1,'Titan-Forged Wristguards of Salvation',48673,4,4096,0,1,0,0,9,64,32767,226,80,0,0,0,0,0,0,0,0,1,0,5,7,72,5,32,45,74,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48982,4,3,-1,'Titan-Forged Wristguards of Triumph',48673,4,4096,0,1,0,0,9,68,32767,226,80,0,0,0,0,0,0,0,0,1,0,6,38,84,3,42,7,72,5,32,31,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48983,4,3,-1,'Titan-Forged Chain Leggings of Triumph',60195,4,4096,0,1,0,0,7,68,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,80,7,137,5,61,31,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48987,4,2,-1,'Titan-Forged Leather Legguards of Salvation',60860,4,4096,0,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,137,5,61,36,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48988,4,2,-1,'Titan-Forged Leather Legguards of Triumph',60877,4,4096,0,1,0,0,7,1032,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,122,3,104,7,137,31,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48990,4,3,-1,'Titan-Forged Mail Leggings of Dominance',60891,4,4096,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,137,5,61,45,122,31,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48991,4,1,-1,'Titan-Forged Cloth Leggings of Salvation',60893,4,4096,0,1,0,0,7,400,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,137,5,61,36,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48992,4,4,-1,'Titan-Forged Plate Legguards of Salvation',60898,4,4096,0,1,0,0,7,2,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,7,137,5,61,45,122,43,32,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48993,4,4,-1,'Titan-Forged Plate Legguards of Triumph',58794,4,4096,0,1,0,0,7,35,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,104,7,181,31,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48994,4,3,-1,'Titan-Forged Ringmail Leggings of Salvation',60891,4,4096,0,1,0,0,7,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,137,5,61,45,122,36,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48997,4,1,-1,'Titan-Forged Cloth Trousers of Domination',60916,4,4096,0,1,0,0,7,400,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,137,5,61,32,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48998,4,2,-1,'Titan-Forged Leather Legguards of Dominance',60860,4,4096,0,1,0,0,7,1024,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,137,5,61,31,64,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (48999,4,0,-1,'Titan-Forged Band of Ascendancy',39129,4,4096,0,1,0,0,11,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,5,45,74,7,72,5,32,36,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49000,4,0,-1,'Titan-Forged Band of Victory',39129,4,4096,0,1,0,0,11,262143,32767,226,80,0,0,0,0,0,0,0,1,1,0,4,38,126,7,95,44,42,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49040,7,3,0,'Jeeves',61018,4,64,0,1,0,0,0,-1,-1,200,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67826,0,0,0,3600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49044,15,5,-1,'Swift Alliance Steed',25132,4,0,2,1,100000,25000,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,68057,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49046,15,5,-1,'Swift Horde Wolf',16208,4,0,1,1,100000,25000,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,68056,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49050,9,3,-1,'Schematic: Jeeves',6270,3,33554496,0,1,480000,120000,0,-1,-1,80,0,202,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,68067,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Jeeves.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49052,4,0,-1,'Tabard of Conquest',61012,3,32768,2,1,0,0,19,262143,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49054,4,0,-1,'Tabard of Conquest',61013,3,32768,1,1,0,0,19,262143,-1,75,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49074,4,0,-1,'Coren\'s Chromium Coaster',29947,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33648,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Enchanted to fit perfectly beneath any mug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49076,4,0,-1,'Mithril Pocketwatch',43431,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60063,1,0,0,-1,0,-1,0,1,0,0,0,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49078,4,0,-1,'Ancient Pickled Egg',18047,4,4096,0,1,0,0,12,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,1,45,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33953,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Reeking and rubbery.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49080,4,0,-1,'Brawler\'s Souvenir',53485,4,4096,0,1,0,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,13,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68443,0,0,0,120000,0,-1,0,0,0,0,180000,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The Grim Guzzler\'s brawls are things of legend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49084,16,1,0,'Glyph of Command',58843,1,64,0,1,400,100,0,1,2147483647,68,68,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68163,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49086,4,0,-1,'Relentless Gladiator\'s Tabard',58700,4,32768,0,1,0,0,19,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49096,15,5,-1,'Crusader\'s White Warhorse',60687,4,0,2,1,0,0,0,262143,1101,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,68187,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49098,15,5,-1,'Crusader\'s Black Warhorse',61039,4,0,1,1,0,0,0,262143,690,40,40,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,68188,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49110,3,8,-1,'Nightmare Tear',54314,4,524288,0,1,120000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Matches any socket.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1629,-1,0,0,0,0,'',0,0,0,0,0,12340), (49112,9,10,-1,'Design: Nightmare Tear',6270,3,4160,0,1,0,0,0,-1,-1,80,0,755,450,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,68253,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to cut a Nightmare Tear.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49116,4,0,-1,'Bitter Balebrew Charm',49636,4,67108928,0,1,35965,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,7,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68271,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49118,4,0,-1,'Bubbling Brightbrew Charm',49650,4,67108928,0,1,35965,0,12,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,1,7,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68270,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49120,2,15,-1,'Direbrew\'s Bloody Shanker',23262,4,0,0,1,996318,199263,13,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,5,38,51,3,38,7,38,32,27,31,22,0,0,0,0,0,0,0,0,0,0,0,0,200,373,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49121,4,0,-1,'Ring of Ghoulish Glee',47325,4,32768,0,1,0,0,11,262143,32767,200,80,0,0,0,0,0,0,0,1,1,0,5,38,100,3,33,7,50,32,36,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49123,4,0,-1,'The Horseman\'s Seal',47325,4,32768,0,1,0,0,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,45,58,7,38,5,38,36,36,31,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49124,4,0,-1,'Wicked Witch\'s Band',47325,4,36864,0,1,0,0,11,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,45,58,7,38,5,38,32,33,43,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49126,4,4,-1,'The Horseman\'s Horrific Helm',51920,4,32768,0,1,0,0,1,262143,2147483647,200,80,0,0,0,0,0,0,0,0,1,0,4,4,86,7,102,32,48,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,0,0,0,0,0,0,43873,0,0,0,30000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49128,2,7,-1,'The Horseman\'s Baleful Blade',31419,4,64,0,1,1025143,205028,21,-1,-1,200,80,0,0,0,0,0,0,0,1,1,0,5,38,77,3,26,7,38,31,26,37,26,0,0,0,0,0,0,0,0,0,0,0,0,271,504,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,50070,0,0,0,600000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Soldiers arise, stand and fight!',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49177,9,0,-1,'Tome of Cold Weather Flight',61330,7,134217792,0,1,10000000,0,0,-1,-1,80,68,762,225,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,54197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you Cold Weather Flying, allowing you to fly in Northrend. This tome is consumed when read.',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49179,4,1,-1,'Relentless Gladiator\'s Cord of Alacrity',61481,4,36864,0,1,0,0,6,400,32767,245,80,0,0,0,0,0,0,5,0,1,0,5,45,109,7,115,5,51,36,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49181,4,1,-1,'Relentless Gladiator\'s Cuffs of Alacrity',61480,4,36864,0,1,0,0,9,400,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,89,7,86,5,38,36,50,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49183,4,1,-1,'Relentless Gladiator\'s Treads of Alacrity',61482,4,36864,0,1,0,0,8,400,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,115,5,51,36,59,35,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49185,2,19,-1,'Relentless Gladiator\'s Wand of Alacrity',60836,4,36864,0,1,0,0,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,50,7,49,5,22,35,28,36,28,0,0,0,0,0,0,0,0,0,0,0,0,480,893,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49187,4,0,-1,'Relentless Gladiator\'s Compendium',39505,4,36864,0,1,0,0,23,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,91,5,40,35,53,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49189,2,15,-1,'Relentless Gladiator\'s Blade of Alacrity',60848,4,36864,0,1,0,0,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,74,5,49,45,621,36,41,35,41,0,0,0,0,0,0,0,0,0,0,0,0,81,270,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-86.9,0,0,0,'',0,0,0,0,0,12340), (49191,2,15,-1,'Relentless Gladiator\'s Blade of Celerity',60834,4,36864,0,1,0,0,21,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,7,83,5,56,45,701,36,48,35,48,0,0,0,0,0,0,0,0,0,0,0,0,95,304,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3596,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (49192,15,0,-1,'Horde Trauma Certification',7695,0,0,0,1,1000,250,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49193,15,0,-1,'Alliance Trauma Certification',7695,0,0,0,1,1000,250,0,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49205,15,0,-1,'Small Scroll',1301,1,2048,0,1,0,0,0,-1,-1,28,28,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The scroll bears an insignia foreign to you.',0,0,0,14352,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49209,15,0,-1,'Mutated Morrowgrain',37657,0,0,0,1,348,8,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49223,0,0,-1,'Permission Slip',57288,1,65536,8192,1,10,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68565,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49227,2,15,-1,'Skoll\'s Fang',61992,3,0,0,1,667780,133556,21,-1,-1,187,78,0,0,0,0,0,0,0,0,1,0,1,45,315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,179,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,3,0,306,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,325,-50.8,0,0,0,'',68,0,0,0,0,12340), (49231,4,1,-1,'Boots of the Grieving Soul',61235,4,0,2,1,341601,68320,8,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,6,52,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49232,4,1,-1,'Sandals of the Grieving Soul',62109,4,0,1,1,342854,68570,8,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,6,52,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49233,4,1,-1,'Sandals of the Grieving Soul',62109,4,8,1,1,362474,72494,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,51,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49234,4,1,-1,'Boots of the Grieving Soul',61235,4,8,2,1,363793,72758,8,262143,32767,245,80,0,0,0,0,0,0,0,0,1,0,5,45,109,7,77,5,77,6,51,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49235,4,3,-1,'Boots of Tortured Space',61961,4,0,2,1,522178,104435,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,43,26,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49236,4,3,-1,'Sabatons of Tortured Space',61114,4,0,1,1,524066,104813,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,96,7,68,5,68,43,26,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2864,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49237,4,3,-1,'Sabatons of Tortured Space',61114,4,8,1,1,554027,110805,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,77,43,26,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49238,4,3,-1,'Boots of Tortured Space',61961,4,8,2,1,556016,111203,8,32767,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,45,99,7,77,5,77,43,26,32,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,8,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49278,4,0,-1,'Goblin Rocket Pack',62218,1,75595970,0,1,0,0,4,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68645,0,0,0,-1,0,-1,73077,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Property of Zafod Boombox',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49282,15,5,-1,'Big Battle Bear',40160,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,51412,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49283,15,5,-1,'Reins of the Spectral Tiger',59462,3,0,0,1,10000,0,0,262143,-1,20,20,762,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42776,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49284,15,5,-1,'Reins of the Swift Spectral Tiger',59462,4,0,0,1,100000,0,0,262143,2147483647,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,42777,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49285,15,5,-1,'X-51 Nether-Rocket',48951,3,0,0,1,1000000,0,0,-1,-1,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46197,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this mount. Can only be used in Outland or Northrend.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49286,15,5,-1,'X-51 Nether-Rocket X-TREME',48948,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,55884,0,-1,0,-1,330,3000,46199,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49287,15,2,-1,'Tuskarr Kite',62280,4,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,68767,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49288,0,0,-1,'Little Ivory Raptor Whistle',2618,2,64,1,1,0,0,0,262143,690,1,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68769,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49289,0,0,-1,'Little White Stallion Bridle',62237,2,64,2,1,0,0,0,262143,1101,1,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68768,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49290,15,5,-1,'Magic Rooster Egg',18051,4,0,0,1,1000000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,65917,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,11723), (49294,15,0,-1,'Ashen Sack of Gems',1282,4,4,0,1,22050,5512,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49295,1,0,-1,'Enlarged Onyxia Hide Backpack',30271,4,0,0,1,35000,8750,18,-1,-1,55,0,0,0,0,0,0,0,0,1,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49296,2,7,-1,'Singed Vis\'kag the Bloodletter',62984,4,524288,0,1,1075912,215182,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,69209,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49297,2,0,-1,'Empowered Deathbringer',62983,4,0,0,1,1080088,216017,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,628,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,69211,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49298,2,7,-1,'Glinting Azuresong Mageblade',62970,4,0,0,1,1084265,216853,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,55,7,39,32,45,45,550,31,39,0,0,0,0,0,0,0,0,0,0,0,0,119,377,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (49299,2,8,-1,'Keen Obsidian Edged Blade',62985,4,0,0,1,1360410,272082,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,129,37,92,32,61,7,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,651,977,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49301,2,6,-1,'Reclaimed Thunderstrike',62977,4,33856,0,1,0,0,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,78,7,157,37,62,38,167,36,55,0,0,0,0,0,0,0,0,0,0,0,0,577,866,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,21179,2,0,0,-1,0,-1,-1,0,0,0,-1,1150,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49302,2,6,-1,'Reclaimed Shadowstrike',62977,4,1088,0,1,1376072,275214,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,104,38,136,7,112,32,64,44,78,0,0,0,0,0,0,0,0,0,0,0,0,577,866,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,21170,2,0,0,-1,0,-1,68787,0,1,0,-1,1150,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49303,2,7,-1,'Gleaming Quel\'Serrar',52784,4,0,0,1,1104921,220984,13,35,2147483647,232,80,0,0,0,0,0,0,0,1,1,0,1,7,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,465,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,69207,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The High Blade',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49304,2,15,-1,'Sharpened Fang of the Mystics',62971,4,0,0,1,1109097,221819,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,52,32,40,45,550,43,26,7,36,0,0,0,0,0,0,0,0,0,0,0,0,74,236,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (49305,2,3,-1,'Snub-Nose Blastershot Launcher',63201,4,0,0,1,834955,166991,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,7,35,32,38,3,38,38,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,684,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.5,0,0,0,'',68,0,0,0,0,12340), (49306,4,0,-1,'Eskhandar\'s Choker',16132,4,0,0,1,133150,33287,2,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,7,100,13,45,37,34,12,45,4,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49307,4,1,-1,'Fluttering Sapphiron Drape',29719,4,0,0,1,336454,67290,16,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,48,7,59,45,78,32,44,36,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,6,0,6,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49308,4,0,-1,'Antique Cornerstone Grimoire',29717,4,0,0,1,301810,75452,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,6,40,5,57,7,44,45,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69206,0,0,0,900000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49309,4,0,-1,'Runed Ring of Binding',9823,4,524288,0,1,356412,89103,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,2,12,50,7,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,25,25,25,25,25,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49310,4,0,-1,'Purified Shard of the Scale',26374,4,524288,0,1,183658,45914,12,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,1,43,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,881,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49312,4,0,-1,'Purified Onyxia Blood Talisman',30764,4,0,8192,1,494322,123580,12,-1,-1,232,0,0,0,0,0,0,0,0,0,1,0,0,14,112,46,89,51,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49313,4,0,-1,'Polished Dragonslayer\'s Signet',26391,4,0,0,1,328090,82022,11,-1,-1,232,0,0,0,0,0,0,0,0,0,1,0,5,5,50,6,30,7,54,32,47,45,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,11723), (49314,4,0,-1,'Sparkling Onyxia Tooth Pendant',9860,4,0,8192,1,328090,82022,2,-1,-1,232,0,0,0,0,0,0,0,0,0,1,0,0,3,67,7,86,31,41,32,46,51,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49315,4,1,-1,'Nemesis Skullcover',62986,4,0,0,1,355382,71076,1,256,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,77,6,88,7,78,32,47,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49316,4,1,-1,'Circlet of Transcendence',62980,4,0,0,1,322739,64547,1,16,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,70,6,78,7,85,32,66,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,10,0,10,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2842,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49317,4,1,-1,'Coronet of Transcendence',62980,4,0,0,1,323992,64798,1,16,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,64,32,72,7,90,36,64,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,10,0,10,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49318,4,1,-1,'Netherwind Hood',62978,4,0,0,1,325211,65042,1,128,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,81,31,56,7,70,32,74,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49319,4,3,-1,'Dragonstalker\'s Helmet',62976,4,0,0,1,489697,97939,1,4,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,3,109,5,58,32,75,7,60,44,61,38,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49320,4,4,-1,'Faceguard of Wrath',62987,4,0,0,1,572413,114482,1,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,159,4,109,12,52,13,37,14,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49321,4,4,-1,'Greathelm of Wrath',62987,4,0,0,1,574542,114908,1,1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,7,126,4,123,32,66,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49322,4,2,-1,'Bloodfang Mask',62981,4,0,0,1,412736,82547,1,8,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,112,7,74,38,167,32,58,44,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49323,4,4,-1,'Judgement Cover',62979,4,0,0,1,578919,115783,1,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,77,36,76,7,83,32,60,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49324,4,4,-1,'Judgement Helmet',62979,4,0,0,1,581107,116221,1,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,63,7,176,12,79,13,55,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2844,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49325,4,4,-1,'Judgement Helm',62979,4,0,0,1,583237,116647,1,2,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,117,32,75,7,113,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49326,4,2,-1,'Stormrage Hood',64902,4,0,0,1,418959,83791,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,72,6,79,7,80,32,61,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49327,4,2,-1,'Stormrage Antlers',64902,4,0,0,1,420525,84105,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,68,32,75,36,72,7,76,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49328,4,2,-1,'Stormrage Helm',64902,4,0,0,1,433308,86661,1,1024,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,110,38,153,31,80,37,45,7,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,2844,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49329,4,3,-1,'Gaze of Ten Storms',62982,4,0,0,1,521798,104359,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,76,7,94,32,49,43,40,45,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2371,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49330,4,3,-1,'Cowl of Ten Storms',62982,4,0,0,1,523677,104735,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,3,112,38,171,32,60,5,53,36,55,7,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49331,4,3,-1,'Coif of Ten Storms',62982,4,0,0,1,525557,105111,1,64,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,54,45,124,32,82,31,76,7,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49332,4,4,-1,'Frostforged Ringhelm',62974,4,0,0,1,614170,122834,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,7,154,4,83,12,70,14,77,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49333,4,4,-1,'Frostforged Helmet',62974,4,0,0,1,616299,123259,1,32,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,7,107,4,127,31,73,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49334,7,6,-1,'Scale of Onyxia 2.0',20914,4,0,8192,1,20000,5000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49335,12,0,-1,'Daros\' Journal',62270,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The pages are yellowed; this book is very old.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49340,2,7,-1,'Monster - Icecrown - 1H Sword - D03 - Blue',62281,1,0,8192,1,17,3,13,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49343,15,2,-1,'Spectral Tiger Cub',63022,3,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,68810,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49351,12,0,-1,'Perfume Neutralizer',38720,1,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68529,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49352,12,0,-1,'Cologne Neutralizer',37851,1,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68530,0,0,0,15000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49362,15,2,-1,'Onyxian Whelpling',51621,1,134217792,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,69002,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49373,0,0,-1,'Permission Slip',61964,1,65536,8192,1,10,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69072,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49426,10,0,-1,'Emblem of Frost',64062,4,2048,0,1,0,0,0,262143,32767,80,80,0,0,0,0,0,0,0,0,2147483647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49437,2,15,-1,'Rusted Gutgore Ripper',62972,4,0,0,1,1108984,221796,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,419,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,69180,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49463,4,0,-1,'Purified Shard of the Flame',26374,4,524288,0,1,183658,45914,12,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,1,46,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,881,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49464,4,0,-1,'Shiny Shard of the Flame',26374,4,524288,0,1,183658,45914,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,46,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,882,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49465,2,15,-1,'Tarnished Gutgore Ripper',62972,4,0,0,1,1234404,246880,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,460,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,69181,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49466,4,4,-1,'Frostforged Helm',62974,4,0,0,1,649133,129826,1,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,4,7,125,4,143,31,82,44,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49467,4,4,-1,'Frostforged Greathelm',62974,4,0,0,1,651438,130287,1,32,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,7,177,4,95,12,80,14,87,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49468,4,3,-1,'Helm of Ten Storms',62982,4,0,0,1,561367,112273,1,64,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,63,45,141,32,94,31,87,7,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49469,4,3,-1,'Crown of Ten Storms',62982,4,0,0,1,509789,101957,1,64,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,3,128,38,195,32,69,5,61,36,63,7,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49470,4,3,-1,'Helmet of Ten Storms',62982,4,0,0,1,511768,102353,1,64,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,86,7,108,32,57,43,45,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,2371,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49471,4,2,-1,'Stormrage Coverlet',64902,4,0,0,1,428123,85624,1,1024,2147483647,245,80,0,0,0,0,0,0,0,0,1,0,5,3,120,38,172,31,90,37,59,7,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,2844,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49472,4,2,-1,'Stormrage Crown',64902,4,0,0,1,441544,88308,1,1024,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,78,32,85,36,84,7,89,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49473,4,2,-1,'Stormrage Cover',64902,4,0,0,1,443194,88638,1,1024,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,87,6,88,7,85,32,69,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,8,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49474,4,4,-1,'Judgement Hood',62979,4,0,0,1,621595,124319,1,2,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,133,32,89,7,131,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49475,4,4,-1,'Judgement Heaume',62979,4,0,0,1,623900,124780,1,2,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,4,77,7,199,12,90,13,62,31,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,2844,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49476,4,4,-1,'Judgement Crown',62979,4,0,0,1,626143,125228,1,2,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,88,36,87,7,96,32,69,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49477,4,2,-1,'Bloodfang Hood',62981,4,0,0,1,449748,89949,1,8,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,128,7,85,38,190,32,68,44,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49478,4,4,-1,'Helmet of Wrath',62987,4,0,0,1,630753,126150,1,1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,7,140,4,141,32,78,44,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49479,4,4,-1,'Helm of Wrath',62987,4,0,0,1,633059,126611,1,1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,7,182,4,125,12,60,13,43,14,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49480,4,3,-1,'Dragonstalker\'s Helm',34367,4,0,0,1,545583,109116,1,4,-1,245,80,0,0,0,0,0,0,0,0,1,0,6,3,125,5,66,32,86,7,69,44,70,38,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,2,0,0,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49481,4,1,-1,'Netherwind Crown',62978,4,0,0,1,365042,73008,1,128,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,92,31,64,7,81,32,86,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49482,4,1,-1,'Aurora of Transcendence',62980,4,0,0,1,366362,73272,1,16,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,74,32,86,7,106,36,76,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,10,0,10,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49483,4,1,-1,'Halo of Transcendence',62980,4,0,0,1,367646,73529,1,16,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,80,6,89,7,99,32,75,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,10,0,10,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,2842,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49484,4,1,-1,'Nemesis Skullcap',62986,4,0,0,1,368965,73793,1,256,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,89,6,99,7,91,32,55,45,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,0,10,10,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49485,4,0,-1,'Sparkling Onyxia Tooth Pendant',9860,4,0,0,1,345602,86400,2,-1,-1,245,0,0,0,0,0,0,0,0,0,1,0,5,3,76,7,58,31,48,32,52,38,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49486,4,0,-1,'Polished Dragonslayer\'s Signet',26391,4,0,0,1,345602,86400,11,-1,-1,245,0,0,0,0,0,0,0,0,0,1,0,5,5,56,6,36,7,61,32,53,45,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49487,4,0,-1,'Purified Onyxia Blood Talisman',30764,4,0,0,1,520707,130176,12,-1,-1,245,0,0,0,0,0,0,0,0,0,1,0,3,14,108,12,69,46,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49488,4,0,-1,'Shiny Shard of the Scale',26374,4,524288,0,1,183658,45914,12,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,1,43,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,882,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49489,4,0,-1,'Signified Ring of Binding',9823,4,524288,0,1,356412,89103,11,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,2,12,55,7,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,30,30,30,30,30,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49490,4,0,-1,'Antediluvian Cornerstone Grimoire',29717,4,0,0,1,301810,75452,23,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,6,46,5,66,7,51,45,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69206,0,0,0,900000,94,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49491,4,1,-1,'Flowing Sapphiron Drape',29719,4,0,0,1,351880,70376,16,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,54,7,66,45,89,32,50,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,6,0,6,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49492,4,0,-1,'Eskhandar\'s Links',16132,4,0,0,1,133150,33287,2,-1,-1,245,80,0,0,0,0,0,0,0,1,1,0,5,7,114,13,50,37,38,12,50,4,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49493,2,3,-1,'Rifled Blastershot Launcher',63201,4,0,0,1,886299,177259,26,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,7,39,32,43,3,43,38,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,460,770,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,34.5,0,0,0,'',68,0,0,0,0,12340), (49494,2,15,-1,'Honed Fang of the Mystics',62971,4,0,0,1,1186131,237226,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,58,32,46,45,621,43,29,7,40,0,0,0,0,0,0,0,0,0,0,0,0,81,259,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (49495,2,7,-1,'Burnished Quel\'Serrar',52784,4,0,0,1,1190411,238082,13,35,2147483647,245,80,0,0,0,0,0,0,0,1,1,0,1,7,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,511,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,69208,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The High Blade',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49496,2,6,-1,'Reinforced Shadowstrike',62977,4,1088,0,1,1493513,298702,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,120,38,157,7,126,32,73,44,89,0,0,0,0,0,0,0,0,0,0,0,0,634,951,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,21170,2,0,0,-1,0,-1,69419,0,1,0,-1,1150,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49497,2,6,-1,'Reinforced Thunderstrike',62977,4,33856,0,1,0,0,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,3,89,7,180,37,71,38,190,36,63,0,0,0,0,0,0,0,0,0,0,0,0,634,951,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,21179,2,0,0,-1,0,-1,-1,0,0,0,-1,1150,60000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49498,2,8,-1,'Sharpened Obsidian Edged Blade',62985,4,0,0,1,1504363,300872,17,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,4,4,146,37,103,32,69,7,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,715,1074,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49499,2,7,-1,'Polished Azuresong Mageblade',62970,4,0,0,1,1207890,241578,21,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,5,5,63,7,44,32,51,45,621,31,44,0,0,0,0,0,0,0,0,0,0,0,0,131,415,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-83.1,0,0,0,'',68,0,0,0,0,12340), (49500,2,0,-1,'Raging Deathbringer',62983,4,0,0,1,1212289,242457,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,690,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,69212,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49501,2,7,-1,'Tempered Vis\'kag the Bloodletter',62984,4,524288,0,1,1216688,243337,13,-1,-1,245,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,665,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,69210,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49536,12,0,-1,'Sunreaver Orders',62650,1,18432,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3598,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49623,2,1,-1,'Shadowmourne',65153,5,0,0,1,2523810,504762,17,260643,2147483647,284,80,0,0,0,0,0,0,0,1,1,0,4,4,223,7,198,32,114,44,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,1592,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,71903,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,145,0,0,0,0,2,0,2,0,2,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49631,0,0,-1,'Standard Apothecary Serving Kit',13884,1,4,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Fight chemicals with ... more chemicals!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49632,0,4,-1,'Runescroll of Fortitude',62832,1,0,0,1,1080,270,0,-1,-1,90,80,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69377,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,7,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49633,0,8,-1,'Drums of Forgotten Kings',41050,1,8388672,0,1,20000,5000,0,-1,-1,75,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69378,0,-50,0,4000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49634,0,8,-1,'Drums of the Wild',41061,1,8388672,0,1,20000,5000,0,-1,-1,75,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69381,0,-50,0,4000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49635,12,0,-1,'Court Subpoena',55297,1,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49636,15,5,-1,'Reins of the Onyxian Drake',62879,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,69395,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is a very fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49640,7,12,-1,'Essence or Dust',62885,2,0,0,1,120000,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Random quantity of essence or dust.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (49641,12,0,-1,'Faded Lovely Greeting Card',34656,1,67584,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'When you dislike enough to make the very worst!',0,0,0,14483,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49643,12,0,-1,'Head of Onyxia',28496,4,4096,1,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head of the Black Dragonflight\'s Brood Mother',0,0,0,24429,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49644,12,0,-1,'Head of Onyxia',28496,4,4096,2,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The head of the Black Dragonflight\'s Brood Mother',0,0,0,24428,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49645,2,1,-1,'Monster - Axe, 2H Icecrown Raid (Shadow)',62890,0,4096,8192,1,14,2,17,-1,-1,1,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49646,15,2,-1,'Core Hound Pup',62891,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,69452,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49648,12,0,-1,'Borrowed Tabard',39940,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49655,12,0,-1,'Lovely Charm',13291,1,1088,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69531,0,-1,0,0,0,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49661,12,0,-1,'Lovely Charm Collector\'s Kit',16028,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69510,5,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Pliers, bone saw, scalpel and sundry other tools allow for the collection of Lovely Charms from worthwhile enemies. Collect 10 charms to make a bracelet!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49662,15,2,-1,'Gryphon Hatchling',62935,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,69535,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49663,15,2,-1,'Wind Rider Cub',62968,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,69536,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49665,15,2,-1,'Pandaren Monk',62969,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,69541,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49667,12,0,0,'Waterlogged Recipe',60716,1,0,0,1,0,0,0,-1,-1,80,70,185,350,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Worth a handful of Dalaran Cooking Tokens from the right person.',0,0,0,24431,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49668,12,0,-1,'Crown Perfume Sprayer',62923,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69445,0,0,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49669,12,0,-1,'Crown Cologne Sprayer',62924,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69563,0,0,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49670,12,0,-1,'Crown Chocolate Sampler',34674,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69489,0,0,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49676,12,0,-1,'Kvaldir Attack Plans',62932,1,2048,0,1,0,0,0,-1,-1,1,77,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,24442,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49678,12,0,-1,'Heart of the Mists',15027,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49680,12,0,-1,'Borrowed Tabard',21333,1,0,8192,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49682,2,15,-1,'Black Knight\'s Rondel',59375,4,0,0,1,1074045,214809,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,35,31,27,38,70,32,33,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49686,4,0,-1,'Maghia\'s Misguided Quill',62936,4,524296,8194,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,0,6,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Incapable of scribing the truth',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49689,2,0,0,'Monster - Axe, 1H Northrend B03 Black',62949,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49693,15,2,-1,'Lil\' Phylactery',31577,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,69677,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49698,12,0,-1,'Ancient Dragonforged Blades',1103,1,16384,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3596,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49702,12,0,-1,'Sons of Hodir Commendation Badge',63020,2,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69757,0,-1,0,-500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49703,15,0,-1,'Perpetual Purple Firework',34282,4,0,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30161,0,0,0,30000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49704,15,0,-1,'Carved Ogre Idol',47906,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30167,0,0,0,600000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49706,2,8,-1,'Monster - Frostmourne (Arthas Only Special)',63051,4,0,8192,1,63,12,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,4,14,3,20,7,10,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49708,2,8,-1,'Monster - Icecrown Citadel - Skybreaker Dreadblade',63063,0,0,8194,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3765,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49715,4,0,-1,'Forever-Lovely Rose',63867,3,4096,0,1,0,0,1,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49718,12,0,-1,'Infused Saronite Bar',63117,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49723,12,0,-1,'The Forgemaster\'s Hammer',63118,1,3136,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69838,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49733,2,8,-1,'Monster - Sword 2H, Icecrown Citadel',60682,0,0,8192,1,15,3,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3765,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49739,12,0,-1,'Reforged Quel\'Delar',63119,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49740,12,0,-1,'Remnants of Quel\'Delar',63120,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49750,12,0,-1,'Tempered Quel\'Delar',63135,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49766,12,0,-1,'Tempered Quel\'Delar',63135,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70013,5,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49778,2,8,-1,'Worn Greatsword',2380,1,0,0,1,47,9,17,262143,2147483647,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49783,2,4,-1,'Lucky Old Sun',64744,4,0,0,1,1105566,221113,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,4,46,13,26,14,24,12,21,0,0,0,0,0,0,0,0,0,0,0,0,182,340,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49784,4,4,-1,'Minister\'s Number One Legplates',64844,4,0,0,1,776663,155332,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,121,32,71,31,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49785,4,2,-1,'Bewildering Shoulderpads',64561,4,0,0,1,417512,83502,3,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,60,32,56,36,46,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49786,4,2,-1,'Robes of the Cheating Heart',65307,4,0,0,1,558659,111731,20,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,93,5,76,36,74,6,66,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49787,4,3,-1,'Seven Stormy Mornings',64666,4,0,0,1,336381,67276,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,49,5,44,32,35,31,42,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49788,4,1,-1,'Cold Sweat Grips',64613,4,0,0,1,203632,40726,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,67,31,47,32,56,5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49789,2,15,-1,'Heartshiver',64743,4,0,0,1,1022117,204423,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,51,32,25,36,28,38,65,0,0,0,0,0,0,0,0,0,0,0,0,235,353,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49790,2,10,-1,'Blood Boil Lancet',64742,4,4096,0,1,1282588,256517,17,-1,-1,219,80,0,0,0,0,0,0,6,0,1,0,5,7,118,5,96,32,94,6,83,45,487,0,0,0,0,0,0,0,0,0,0,0,0,312,576,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (49791,4,4,-1,'Lost Reliquary Chestguard',64845,4,0,0,1,721016,144203,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,121,32,66,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49792,4,1,-1,'Accursed Crawling Cape',64640,4,0,0,1,310161,62032,16,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,52,31,41,38,85,44,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49793,2,10,-1,'Tower of the Mouldering Corpse',64741,4,0,0,1,1297280,259456,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,38,160,3,106,7,83,32,62,31,76,0,0,0,0,0,0,0,0,0,0,0,0,543,815,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49794,4,4,-1,'Legplates of Frozen Granite',64722,4,0,0,1,749064,149812,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,147,4,72,31,55,12,74,14,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,3359,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49795,4,4,-1,'Sollerets of Suffering',64721,4,0,0,1,562800,112560,8,1535,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,118,12,41,14,32,48,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49796,4,1,-1,'Essence of Anger',64614,4,0,0,1,215578,43115,6,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,60,5,60,31,45,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49797,4,4,-1,'Brace Guards of the Starless Night',64724,4,0,0,1,380809,76161,9,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,51,5,43,32,40,36,40,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49798,4,3,-1,'Soul Screaming Boots',64665,4,0,0,1,490781,98156,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,79,5,53,43,29,36,45,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49799,4,0,-1,'Coil of Missing Gems',54999,4,0,0,1,302495,75623,2,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,54,5,42,32,41,31,38,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49800,4,0,-1,'Spiteful Signet',33534,4,524288,0,1,310578,77644,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,45,5,45,32,36,43,21,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49801,2,10,-1,'Unspeakable Secret',64739,4,4096,0,1,1371940,274388,17,-1,-1,219,80,0,0,0,0,0,0,6,0,1,0,5,7,81,5,81,32,114,36,93,45,487,0,0,0,0,0,0,0,0,0,0,0,0,282,520,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (49802,2,5,-1,'Garfrost\'s Two-Ton Hammer',64740,4,0,0,1,1376882,275376,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,109,32,98,7,93,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,917,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49803,4,0,-1,'Ring of Carnelian and Bone',31657,4,524288,0,1,310578,77644,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,59,7,49,32,38,36,41,38,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49804,4,3,-1,'Polished Mirror Helm',64650,4,0,0,1,499187,99837,1,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,5,70,7,76,43,34,36,54,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49805,4,1,-1,'Ice-Steeped Sandals',64579,4,0,0,1,333977,66795,8,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,62,5,59,6,45,36,57,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49806,4,2,-1,'Flayer\'s Black Belt',64562,4,0,0,1,279303,55860,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,71,7,60,37,39,32,56,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,3094,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49807,2,15,-1,'Krick\'s Beetle Stabber',64737,4,0,0,1,1121059,224211,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,37,44,28,38,68,36,32,0,0,0,0,0,0,0,0,0,0,0,0,195,294,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49808,4,4,-1,'Bent Gold Belt',64847,4,0,0,1,358356,71671,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,90,32,47,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49809,4,1,-1,'Wristguards of Subterranean Moss',64591,4,0,0,1,204402,40880,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,44,6,41,36,37,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49810,4,3,-1,'Scabrous Zombie Leather Belt',64699,4,0,0,1,316283,63256,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,158,3,60,7,55,5,37,31,44,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49811,4,3,-1,'Black Dragonskin Breeches',64662,4,0,0,1,634875,126975,7,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,91,5,77,32,64,43,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49812,4,0,-1,'Purloined Wedding Ring',31906,4,524288,0,1,302495,75623,11,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,68,32,42,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49813,2,3,-1,'Rimebane Rifle',52413,4,4096,0,1,799524,159904,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,3,26,7,26,32,34,38,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,556,0,0,0,0,0,0,0,0,0,0,0,2900,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49816,4,4,-1,'Scourgelord\'s Frigid Chestplate',64854,4,0,0,1,754449,150889,5,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,147,13,74,37,46,14,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2322,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49817,4,2,-1,'Shaggy Wyrmleather Leggings',64563,4,0,0,1,540869,108173,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,106,7,93,32,71,44,71,38,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49818,4,0,-1,'Painfully Sharp Choker',9852,4,0,0,1,302495,75623,2,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,68,32,45,44,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49819,4,4,-1,'Skeleton Lord\'s Cranium',64951,4,0,0,1,570918,114183,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,105,7,97,31,64,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49820,4,3,-1,'Gondria\'s Spectral Bracer',64696,4,0,0,1,328047,65609,9,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,3,59,7,45,5,28,36,31,32,33,38,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49821,4,6,-1,'Protector of Frigid Souls',64881,4,0,0,1,702365,140473,14,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,5,44,7,48,32,35,43,21,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,218,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49822,4,1,-1,'Rimewoven Silks',64621,4,0,0,1,440516,88103,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,93,5,76,36,63,32,71,45,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3308,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49823,4,1,-1,'Cloak of the Fallen Cardinal',17238,4,0,0,1,331573,66314,16,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,59,5,40,43,21,32,35,45,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49824,4,3,-1,'Horns of the Spurned Val\'kyr',64946,4,0,0,1,499139,99827,1,32767,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,6,3,90,7,81,5,48,44,37,38,152,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,2844,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49825,4,1,-1,'Palebone Robes',64616,4,0,0,1,445261,89052,20,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,79,36,71,32,71,45,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49826,4,3,-1,'Shroud of Rime',64680,4,0,0,1,623015,124603,5,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,106,5,71,45,124,36,62,43,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49827,2,7,-1,'Ghoulslicer',64757,4,0,0,1,1042311,208462,13,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,35,44,33,38,70,37,27,0,0,0,0,0,0,0,0,0,0,0,0,297,552,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49828,4,1,-1,'Marwyn\'s Macabre Fingertips',64597,4,0,0,1,209253,41850,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,83,7,69,6,53,32,45,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49829,4,4,-1,'Valonforth\'s Tarnished Pauldrons',64718,4,0,0,1,550314,110062,3,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,60,32,40,43,30,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1741,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49830,4,2,-1,'Fallen Sentry\'s Hood',64949,4,0,0,1,395274,79054,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,87,5,64,36,46,32,73,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,2,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49831,4,3,-1,'Muddied Boots of Brill',64710,4,0,0,1,478224,95644,8,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,7,60,5,41,3,79,38,120,36,41,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49832,4,1,-1,'Eerie Runeblade Polisher',64647,4,0,0,1,318591,63718,16,-1,-1,219,80,0,0,0,0,0,0,1,0,1,0,5,4,59,7,89,12,34,13,31,14,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49833,2,7,-1,'Splintered Icecrown Parapet',64753,4,0,0,1,1065925,213185,21,-1,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,69,5,46,32,31,36,31,45,487,0,0,0,0,0,0,0,0,0,0,0,0,72,230,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (49834,4,1,-1,'Frayed Abomination Stitching Shoulders',64607,4,0,0,1,320931,64186,3,262143,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,69,5,56,32,60,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49835,4,6,-1,'Splintered Door of the Citadel',64882,4,0,0,1,687184,137436,14,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,59,7,89,12,34,14,28,15,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,218,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49836,4,3,-1,'Frostsworn Bone Leggings',64712,4,0,0,1,646607,129321,7,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,76,7,93,5,56,44,60,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49837,4,3,-1,'Mitts of Burning Hail',64682,4,0,0,1,324457,64891,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,60,5,60,31,54,36,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49838,4,2,-1,'Carpal Tunnelers',64564,4,0,0,1,271369,54273,10,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,79,7,60,32,56,44,47,38,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49839,2,8,-1,'Mourning Malice',64750,4,0,0,1,1361790,272358,17,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,141,32,67,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,892,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49840,2,0,-1,'Hate-Forged Cleaver',64749,4,0,0,1,1093385,218677,13,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,46,7,39,38,66,44,32,36,28,0,0,0,0,0,0,0,0,0,0,0,0,297,552,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49841,4,2,-1,'Blackened Geist Ribs',64533,4,0,0,1,548616,109723,5,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,3,98,7,91,31,63,36,71,38,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49842,4,1,-1,'Tapestry of the Frozen Throne',64648,4,0,0,1,306763,61352,16,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,68,7,68,31,35,32,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49843,4,4,-1,'Crystalline Citadel Gauntlets',64723,4,0,0,1,361327,72265,10,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,118,12,41,13,32,48,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49844,2,2,-1,'Crypt Fiend Slayer',64748,4,0,0,1,772838,154567,15,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,3,34,7,26,31,20,36,24,38,51,0,0,0,0,0,0,0,0,0,0,0,0,309,575,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49845,2,4,-1,'Bone Golem Scapula',65164,4,4096,0,1,1034297,206859,21,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,60,5,49,43,10,36,37,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (49846,2,15,-1,'Chilled Heart of the Glacier',64746,4,4096,0,1,1038251,207650,21,32767,-1,219,80,0,0,0,0,0,0,0,1,1,0,5,7,54,5,28,31,28,36,46,45,487,0,0,0,0,0,0,0,0,0,0,0,0,81,258,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2952,0,375,-69,0,0,0,'',68,0,0,0,0,12340), (49847,4,3,-1,'Legguards of Untimely Demise',64662,4,0,0,1,625322,125064,7,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,124,7,81,5,81,32,73,31,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49848,4,2,-1,'Grim Lasher Shoulderguards',64558,4,0,0,1,392309,78461,3,1535,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,69,5,56,6,58,32,44,45,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49849,4,1,-1,'Tattered Glacial-Woven Hood',64599,4,0,0,1,315001,63000,1,262143,32767,219,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,68,6,66,36,58,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49851,4,4,-1,'Greathelm of the Silver Hand',64950,4,0,0,1,554345,110869,1,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,7,86,5,66,32,48,36,73,45,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49852,2,19,-1,'Coffin Nail',64745,4,0,0,1,796318,159263,26,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,45,39,7,30,5,24,6,22,36,22,0,0,0,0,0,0,0,0,0,0,0,0,378,702,3,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49853,4,4,-1,'Titanium Links of Lore',64856,4,0,0,1,375130,75026,6,-1,-1,219,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,118,12,47,13,32,48,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49854,4,1,-1,'Mantle of Tattered Feathers',64606,4,0,0,1,320899,64179,3,262143,2147483647,219,80,0,0,0,0,0,0,0,0,1,0,5,45,92,7,64,5,59,32,53,6,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49855,4,4,-1,'Plated Grips of Korth\'azz',64843,4,0,0,1,377913,75582,10,32767,-1,219,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,90,32,56,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49856,0,0,-1,'\"VICTORY\" Perfume',55097,1,65536,0,5,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70233,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Power - Grace - Beauty',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49857,0,0,-1,'\"Enchantress\" Perfume',55110,1,65536,0,5,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70234,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Arcane Allure',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49858,0,0,-1,'\"Forever\" Perfume',63368,1,65536,0,5,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70235,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'True Love Is',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49859,0,0,-1,'\"Bravado\" Cologne',55106,1,65536,0,5,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70242,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Be Reckless in Love',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49860,0,0,-1,'\"Wizardry\" Cologne',63367,1,65536,0,5,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70244,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The Air of Sophistication',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49861,0,0,-1,'\"STALWART\" Cologne',55102,1,65536,0,5,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70243,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Musk for Men',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49867,12,0,-1,'Crown Chemical Co. Supplies',11448,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'You can hear the clink of glass... dont drop it!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,14545), (49869,12,0,0,'Light\'s Vengeance',63382,4,2048,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49870,12,0,-1,'Tempered Quel\'Delar',63135,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49871,12,0,-1,'Restored Quel\'Delar',64620,1,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49872,12,0,-1,'Silver Covenant Orders',60285,1,18432,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3597,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49873,2,16,-1,'Monster - Axe 1H, Horde D03 Gold (Thrown)',62961,0,4194304,8192,1,11,2,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49879,12,0,-1,'Tainted Quel\'Delar',63135,1,131136,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70477,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This re-forged blade radiates evil from the saronite used to restore it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49888,2,1,-1,'Shadow\'s Edge',63876,4,32768,0,1,0,0,17,260643,2147483647,264,80,0,0,0,0,0,0,0,1,1,0,4,4,185,7,185,32,92,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,1309,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,71168,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49889,12,0,-1,'Tainted Quel\'Delar',63135,1,131136,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70548,0,-1,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'This re-forged blade radiates evil from the saronite used to restore it.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49890,4,1,-1,'Deathfrost Boots',64343,4,0,0,1,387939,77587,8,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,31,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49891,4,1,-1,'Leggings of Woven Death',64241,4,0,0,1,519142,103828,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,84,36,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49892,4,1,-1,'Lightweave Leggings',43421,4,0,0,1,521032,104206,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,108,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,300000,0,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49893,4,1,-1,'Sandals of Consecration',65408,4,0,0,1,392191,78438,8,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49894,4,2,-1,'Blessed Cenarion Boots',64489,4,0,0,1,491963,98392,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,72,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49895,4,2,-1,'Footpads of Impending Death',64414,4,0,0,1,493735,98747,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,120,7,120,32,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49896,4,3,-1,'Earthsoul Boots',65409,4,0,0,1,597251,119450,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49897,4,3,-1,'Rock-Steady Treads',65410,4,0,0,1,599387,119877,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,120,7,95,5,63,32,80,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49898,4,2,-1,'Legwraps of Unleashed Nature',64486,4,0,0,1,665337,133067,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,100,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49899,4,2,-1,'Bladeborn Leggings',64416,4,0,0,1,667700,133540,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,168,3,162,7,162,32,92,44,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49900,4,3,-1,'Lightning-Infused Leggings',65038,4,0,0,1,804075,160815,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,92,36,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49901,4,3,-1,'Draconic Bonesplinter Legguards',64821,4,0,0,1,730134,146026,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,216,3,138,7,128,5,85,32,92,44,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49902,4,4,-1,'Puresteel Legplates',64852,4,0,0,1,855131,171026,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49903,4,4,-1,'Legplates of Painful Death',64848,4,0,0,1,858438,171687,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,100,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49904,4,4,-1,'Pillars of Might',64848,4,0,0,1,861746,172349,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,162,7,207,14,77,13,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,-1,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3354,0,375,1190,0,0,0,'',68,0,0,0,0,12340), (49905,4,4,-1,'Protectors of Life',64846,4,0,0,1,647487,129497,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49906,4,4,-1,'Hellfrozen Bonegrinders',64789,4,0,0,1,667696,133539,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,64,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49907,4,4,-1,'Boots of Kingly Upheaval',64789,4,0,0,1,670172,134034,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,31,53,13,72,14,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49908,7,11,-1,'Primordial Saronite',63554,3,4096,0,1,280000,70000,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49909,15,0,-1,'Box of Chocolates',40293,1,65540,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Contains a variety of delicious chocolates.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49912,15,2,-1,'Perky Pug',7251,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,70613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49915,12,0,-1,'Snivel\'s Ledger',8040,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49916,4,0,-1,'Lovely Charm Bracelet',63430,1,64,0,1,0,0,9,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'A lovely gift for a lovely friend.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49917,15,0,-1,'Brazie\'s Gnomish Pleasure Device',41434,2,98384,8192,1,500000,125000,0,-1,-1,80,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70660,0,0,0,0,1149,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'If you get caught with this, I don\'t know you.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49918,15,0,-1,'Brazie\'s Guide to Getting Good with Gnomish Girls',3426,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'The corners of this leaflet are barely bent.',3581,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49919,2,5,-1,'Cryptmaker',64393,4,0,0,1,1669090,333818,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,44,100,31,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,1273,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49920,12,0,-1,'Reforged Quel\'Delar',63119,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69922,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49922,15,0,-1,'Brazie\'s Dictionary of Devilish Draenei Damsels',1103,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This five hundred page codex consists mostly of pictures.',3583,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49923,15,0,-1,'Brazie\'s Document on Dwarven Dates in Dun Morogh',8628,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This ale stained piece of paper contains a single sentence.',3587,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49924,15,0,-1,'Brazie\'s Notes on Naughty Night Elves',16065,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This gold-trimmed document is not available in stores.',3588,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49925,15,0,-1,'Brazie\'s Handbook to Handling Human Hunnies',1103,1,0,8192,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Our lives and our love may be a game, but the players are real.',3589,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49926,15,0,-1,'Brazie\'s Black Book of Secrets',63437,4,4,8192,1,220000000,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Contains some of the best kept secrets in Azeroth. Not for the faint of heart!',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49927,15,0,-1,'Love Token',34508,1,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'May be redeemed for goods at Lovely Merchants in every capital city.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49936,0,0,-1,'Lovely Stormwind Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70771,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the King of Stormwind, Varian Wrynn.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49937,0,0,-1,'Lovely Undercity Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70771,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the Banshee Queen, Lady Sylvanas Windrunner.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49938,0,0,-1,'Lovely Darnassus Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70774,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the High Priestess of Elune, Tyrande Whisperwind.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49939,0,0,-1,'Lovely Orgrimmar Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70774,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the Warchief of the Horde, Thrall.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49940,0,0,-1,'Lovely Ironforge Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70777,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the Lord of Ironforge, King Magni Bronzebeard.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49941,0,0,-1,'Lovely Thunder Bluff Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70777,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the High Chieftain of Thunder Bluff, Cairne Bloodhoof.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49942,0,0,-1,'Lovely Exodar Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70779,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the leader of the draenei, Prophet Velen.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49943,0,0,-1,'Lovely Silvermoon City Card',34656,1,65600,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70779,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'From the Regent Lord of Quel\'Thalas, Lor\'themar Theron.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (49949,4,0,-1,'Band of the Bone Colossus',64169,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,31,54,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,59,0,'',68,0,0,0,0,12340), (49950,4,2,-1,'Frostbitten Fur Boots',64414,4,0,0,1,484732,96946,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,161,3,104,7,120,32,80,44,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49951,4,4,-1,'Gendarme\'s Cuirass',64569,4,0,0,1,908141,181628,5,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,100,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,2,0,8,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49952,4,3,-1,'Snowserpent Mail Helm',67434,4,0,0,1,585931,117186,1,32767,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,200,3,146,7,128,5,85,32,100,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49953,9,2,-1,'Pattern: Leggings of Woven Death',1096,4,4160,0,1,0,0,0,-1,-1,85,0,197,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70550,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Leggings of Woven Death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49954,9,2,-1,'Pattern: Deathfrost Boots',1096,4,4160,0,1,0,0,0,-1,-1,85,0,197,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70551,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Deathfrost Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49955,9,2,-1,'Pattern: Lightweave Leggings',1096,4,4160,0,1,0,0,0,-1,-1,85,0,197,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70552,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Lightweave Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49956,9,2,-1,'Pattern: Sandals of Consecration',1096,4,4160,0,1,0,0,0,-1,-1,85,0,197,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70553,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew Sandals of Consecration.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49957,9,1,-1,'Pattern: Legwraps of Unleashed Nature',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70554,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Legwraps of Unleashed Nature.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49958,9,1,-1,'Pattern: Blessed Cenarion Boots',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70555,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Blessed Cenarion Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49959,9,1,-1,'Pattern: Bladeborn Leggings',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70556,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Bladeborn Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49960,4,4,-1,'Bracers of Dark Reckoning',64796,4,0,0,1,438459,87691,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,124,12,48,14,40,13,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49961,9,1,-1,'Pattern: Footpads of Impending Death',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70557,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Footpads of Impending Death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49962,9,1,-1,'Pattern: Lightning-Infused Leggings',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70558,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Lightning-Infused Leggings.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49963,9,1,-1,'Pattern: Earthsoul Boots',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70559,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Earthsoul Boots.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49964,4,4,-1,'Legguards of Lost Hope',64572,4,0,0,1,885077,177015,7,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,207,12,92,13,108,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49965,9,1,-1,'Pattern: Draconic Bonesplinter Legguards',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70560,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Draconic Bonesplinter Legguards.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49966,9,1,-1,'Pattern: Rock-Steady Treads',1096,4,4160,0,1,0,0,0,-1,-1,85,0,165,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70561,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to make Rock-Steady Treads.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49967,4,0,-1,'Marrowgar\'s Frigid Eye',64230,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,60,43,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,65,0,'',68,0,0,0,0,12340), (49968,2,15,-1,'Frozen Bonespike',64646,4,0,0,1,1283169,256633,21,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,741,7,67,5,67,6,59,32,59,0,0,0,0,0,0,0,0,0,0,0,0,113,359,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (49969,9,4,-1,'Plans: Puresteel Legplates',1096,4,4160,0,1,0,0,0,-1,-1,85,0,164,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70562,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to forge Puresteel Legplates.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49970,9,4,-1,'Plans: Protectors of Life',1096,4,4160,0,1,0,0,0,-1,-1,85,0,164,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70563,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to forge Protectors of Life.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49971,9,4,-1,'Plans: Legplates of Painful Death',1096,4,4160,0,1,0,0,0,-1,-1,85,0,164,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70565,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to forge Legplates of Painful Death.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49972,9,4,-1,'Plans: Hellfrozen Bonegrinders',1096,4,4160,0,1,0,0,0,-1,-1,85,0,164,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70566,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to forge Hellfrozen Bonegrinders.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49973,9,4,-1,'Plans: Pillars of Might',1096,4,4160,0,1,0,0,0,-1,-1,85,0,164,450,0,0,0,1156,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70567,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to forge Pillars of Might.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49974,9,4,-1,'Plans: Boots of Kingly Upheaval',1096,4,4160,0,1,0,0,0,-1,-1,85,0,164,450,0,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,70568,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to forge Boots of Kingly Upheaval.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (49975,4,0,-1,'Bone Sentinel\'s Amulet',64194,4,0,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,52,6,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49976,4,6,-1,'Bulwark of Smouldering Steel',65030,4,0,0,1,785103,157020,14,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,69,5,69,36,60,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,248,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49977,4,0,-1,'Loop of the Endless Labyrinth',64176,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,31,45,32,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,64,0,'',68,0,0,0,0,12340), (49978,4,1,-1,'Crushing Coldwraith Belt',64347,4,0,0,1,247209,49441,6,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49979,4,2,-1,'Handguards of Winter\'s Respite',64491,4,0,0,1,310192,62038,10,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49980,4,4,-1,'Rusted Bonespike Pauldrons',64998,4,0,0,1,652573,130514,3,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49981,2,18,-1,'Fal\'inrush, Defender of Quel\'thalas',64371,4,0,0,1,961388,192277,26,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,54,7,54,32,36,44,36,0,0,0,0,0,0,0,0,0,0,0,0,688,948,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,56.69,0,0,0,'',68,0,0,0,0,12340), (49982,2,15,-1,'Heartpierce',64669,4,0,0,1,1254819,250963,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,2,38,93,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,490,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,71880,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49983,4,4,-1,'Blood-Soaked Saronite Stompers',64789,4,0,0,1,660001,132000,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49984,2,8,-1,'Monster - Sword2H, Ebon Blade (Green)',63467,0,0,8192,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (49985,4,0,-1,'Juggernaut Band',64229,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,90,7,124,12,42,13,43,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,63,0,'',68,0,0,0,0,12340), (49986,4,4,-1,'Broken Ram Skull Helm',64570,4,0,0,1,667361,133472,1,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,207,12,108,31,74,13,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49987,4,2,-1,'Cultist\'s Bloodsoaked Spaulders',64398,4,0,0,1,492059,98411,3,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,112,7,120,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49988,4,3,-1,'Leggings of Northern Lights',64821,4,0,0,1,790053,158010,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,200,3,146,7,128,5,85,32,92,44,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,2,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49989,4,0,-1,'Ahn\'kahar Onyx Neckguard',64190,4,0,0,1,302495,75623,2,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49990,4,0,-1,'Ring of Maddening Whispers',33864,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,68,0,'',68,0,0,0,0,12340), (49991,4,1,-1,'Shoulders of Mercy Killing',64243,4,0,0,1,399279,79855,3,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49992,2,10,-1,'Nibelung',64342,4,0,0,1,1669409,333881,17,-1,-1,264,80,0,0,0,0,0,0,6,0,1,0,3,45,741,7,99,5,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,542,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,71845,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (49993,4,3,-1,'Necrophotic Greaves',65036,4,0,0,1,605794,121158,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,72,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49994,4,1,-1,'The Lady\'s Brittle Bracers',64345,4,0,0,1,243429,48685,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,65,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49995,4,4,-1,'Fallen Lord\'s Handguards',64668,4,0,0,1,430053,86010,10,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49996,4,2,-1,'Deathwhisper Raiment',64490,4,0,0,1,613234,122646,20,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,108,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49997,2,4,-1,'Mithrios, Bronzebeard\'s Legacy',64508,4,0,0,1,1262470,252494,13,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,4,56,7,111,12,49,14,49,37,38,0,0,0,0,0,0,0,0,0,0,0,0,267,498,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49998,4,1,-1,'Shadowvault Slayer\'s Cloak',64304,4,0,0,1,370775,74155,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (49999,4,0,-1,'Skeleton Lord\'s Circle',64169,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,60,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,70,0,'',68,0,0,0,0,12340), (50000,4,3,-1,'Scourge Hunter\'s Vambraces',64824,4,0,0,1,373572,74714,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,105,3,90,7,71,5,48,32,60,44,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50001,4,2,-1,'Ikfirus\'s Sack of Wonder',64426,4,0,0,1,624983,124996,5,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,200,3,146,7,162,31,100,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50002,4,4,-1,'Polar Bear Claw Bracers',64795,4,0,0,1,441651,88330,9,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50003,4,4,-1,'Boneguard Commander\'s Pauldrons',64622,4,0,0,1,677600,135520,3,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,63,14,55,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50005,4,0,-1,'Amulet of the Silent Eulogy',64219,4,0,0,1,302495,75623,2,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50006,4,1,-1,'Corp\'rethar Ceremonial Crown',64160,4,0,0,1,392191,78438,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,100,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50008,4,0,-1,'Ring of Rapid Ascent',64170,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,69,0,'',68,0,0,0,0,12340), (50009,4,2,-1,'Boots of Unnatural Growth',64489,4,0,0,1,495507,99101,8,32767,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,122,7,92,5,92,6,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,2,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50010,4,4,-1,'Waistband of Righteous Fury',64660,4,0,0,1,466779,93355,6,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50011,4,1,-1,'Gunship Captain\'s Mittens',65002,4,4096,0,1,266135,53227,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50012,2,0,-1,'Havoc\'s Call, Blade of Lordaeron Kings',64480,4,0,0,1,1369323,273864,13,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,99,3,74,7,74,32,49,36,49,0,0,0,0,0,0,0,0,0,0,0,0,435,809,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50014,4,1,-1,'Greatcloak of the Turned Champion',64300,4,0,0,1,365067,73013,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50015,4,3,-1,'Belt of the Blood Nova',65035,4,0,0,1,366484,73296,6,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,122,7,92,5,92,36,72,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50016,2,15,-1,'Rib Spreader',64681,4,0,0,1,1226341,245268,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,3,69,7,69,32,46,36,46,0,0,0,0,0,0,0,0,0,0,0,0,326,490,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50019,4,1,-1,'Winding Sheet',64307,4,0,0,1,382269,76453,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50020,4,4,-1,'Raging Behemoth\'s Shoulderplates',64622,4,0,0,1,670172,134034,3,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50021,4,2,-1,'Aldriana\'s Gloves of Secrecy',64424,4,0,0,1,320920,64184,10,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,112,7,120,44,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50022,4,3,-1,'Dual-Bladed Pauldrons',64819,4,0,0,1,582301,116460,3,32767,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,112,7,95,5,63,32,80,36,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50023,4,0,-1,'Bile-Encrusted Medallion',64213,4,0,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,124,12,48,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50024,4,4,-1,'Blightborne Warplate',64569,4,0,0,1,908409,181681,5,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,207,12,108,13,108,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50025,4,0,-1,'Seal of Many Mouths',64225,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,32,60,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,61,0,'',68,0,0,0,0,12340), (50026,4,2,-1,'Helm of the Elder Moon',64488,4,0,0,1,490143,98028,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,100,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50027,4,4,-1,'Rot-Resistant Breastplate',64658,4,0,0,1,918242,183648,5,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,161,7,123,5,123,32,92,36,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50028,2,4,-1,'Trauma',64514,4,0,0,1,1316500,263300,21,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,3,45,741,7,53,5,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,359,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,71865,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50030,4,3,-1,'Bloodsunder\'s Bracers',65034,4,0,0,1,397746,79549,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50032,4,1,-1,'Death Surgeon\'s Sleeves',64165,4,0,0,1,267054,53410,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50033,2,19,-1,'Corpse-Impaling Spike',64357,4,0,0,1,1004902,200980,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,60,7,39,5,39,32,34,36,34,0,0,0,0,0,0,0,0,0,0,0,0,524,975,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50034,2,2,-1,'Zod\'s Repeating Longbow',65744,4,0,0,1,912572,182514,15,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,2,3,34,7,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,887,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,71835,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Kneel before him.',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,50.19,0,0,0,'',68,0,0,0,0,12340), (50035,2,13,-1,'Black Bruise',64461,4,0,0,1,1255329,251065,21,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,2,38,93,7,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,707,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,71876,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50036,4,4,-1,'Belt of Broken Bones',64784,4,0,0,1,443539,88707,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,55,13,55,14,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50037,4,4,-1,'Fleshrending Gauntlets',64571,4,0,0,1,445157,89031,10,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50038,4,3,-1,'Carapace of Forgotten Kings',64828,4,0,0,1,761626,152325,5,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,154,7,128,5,85,32,100,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50040,2,10,-1,'Distant Land',64340,4,0,0,1,1598534,319706,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,216,3,146,7,138,32,108,36,108,0,0,0,0,0,0,0,0,0,0,0,0,565,849,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50041,4,2,-1,'Leather of Stitched Scourge Parts',64486,4,4096,0,1,641712,128342,7,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,108,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50042,4,2,-1,'Gangrenous Leggings',64416,4,0,0,1,644074,128814,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,200,3,146,7,162,32,108,31,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50045,16,8,0,'Glyph of Eternal Water',58830,1,64,0,1,400,100,0,128,2147483647,55,50,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70938,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50046,2,7,-1,'Quel\'Delar, Cunning of the Shadows',64153,4,524288,0,1,1245264,249052,13,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,62,38,88,7,54,32,42,44,39,0,0,0,0,0,0,0,0,0,0,0,0,388,722,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50047,2,7,-1,'Quel\'Delar, Lens of the Mind',64153,4,524288,0,1,1249766,249953,21,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,657,7,59,5,59,32,54,36,49,0,0,0,0,0,0,0,0,0,0,0,0,120,379,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (50048,2,8,-1,'Quel\'Delar, Might of the Faithful',64152,4,524288,0,1,1567684,313536,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,164,7,164,32,99,36,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,1155,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50049,2,8,-1,'Quel\'Delar, Ferocity of the Scorned',64152,4,524288,0,1,1573311,314662,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,144,38,197,7,136,32,99,44,91,0,0,0,0,0,0,0,0,0,0,0,0,727,1091,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50050,2,4,-1,'Cudgel of Furious Justice',41873,4,524288,0,1,1263151,252630,13,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,62,38,83,7,60,32,42,36,40,0,0,0,0,0,0,0,0,0,0,0,0,374,695,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50051,2,4,-1,'Hammer of Purified Flame',64954,4,524288,0,1,1178097,235619,21,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,657,5,59,7,59,32,54,36,49,0,0,0,0,0,0,0,0,0,0,0,0,103,325,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (50052,2,5,-1,'Lightborn Spire',64158,4,524288,0,1,1478097,295619,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,144,38,191,7,144,32,103,37,84,0,0,0,0,0,0,0,0,0,0,0,0,684,1026,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50055,2,15,-1,'Worn Dirk',6442,1,0,0,1,35,7,22,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50056,4,1,-1,'Plaguebringer\'s Stained Pants',64241,4,0,0,1,503919,100783,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,36,102,31,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50057,2,15,-1,'Sharp Dirk',37170,1,0,0,1,35,7,22,-1,-1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50059,4,3,-1,'Horrific Flesh Epaulets',65033,4,0,0,1,575778,115155,3,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50060,4,4,-1,'Faceplate of the Forgotten',64688,4,0,0,1,669971,133994,1,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,92,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50061,4,0,-1,'Holiday\'s Grace',64203,4,0,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50062,4,1,-1,'Plague Scientist\'s Boots',64343,4,0,0,1,386406,77281,8,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50063,4,1,-1,'Lingering Illness',64208,4,0,0,1,258523,51704,6,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50064,4,3,-1,'Unclean Surgical Gloves',65032,4,0,0,1,389203,77840,10,32767,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50065,4,6,-1,'Icecrown Glacial Wall',65056,4,0,0,1,833324,166664,14,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,136,12,48,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,48645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,248,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50067,4,2,-1,'Astrylian\'s Sutured Cinch',64422,4,0,0,1,304350,60870,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,161,3,104,7,120,32,80,44,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50068,2,7,-1,'Rigormortis',64546,4,0,0,1,1222126,244425,21,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,741,7,67,5,67,36,59,31,59,0,0,0,0,0,0,0,0,0,0,0,0,113,359,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50069,4,2,-1,'Professor\'s Bloodied Smock',64492,4,0,0,1,306712,61342,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50070,2,8,-1,'Glorenzelg, High-Blade of the Silver Hand',64557,4,0,0,1,1578578,315715,17,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,4,4,181,7,197,32,115,37,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,1344,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50071,4,3,-1,'Treads of the Wasteland',64822,4,0,0,1,558750,111750,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,112,7,95,5,63,32,80,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50072,4,4,-1,'Landsoul\'s Horned Greathelm',64570,4,0,0,1,650231,130046,1,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,100,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50073,4,2,-1,'Geistlord\'s Punishment Sack',64427,4,0,0,1,467109,93421,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,216,3,138,7,162,32,108,31,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50074,4,1,-1,'Royal Crimson Cloak',54674,4,0,0,1,375104,75020,16,-1,-1,264,80,0,0,0,0,0,0,1,0,1,0,5,4,69,7,124,12,60,13,60,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50075,4,4,-1,'Taldaram\'s Plated Fists',64571,4,0,0,1,441741,88348,10,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,157,12,63,14,63,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50077,16,9,0,'Glyph of Quick Decay',58841,1,64,0,1,400,100,0,256,2147483647,15,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70948,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50078,4,4,-1,'Ymirjar Lord\'s Battleplate',64523,4,4096,0,1,0,0,5,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,32,96,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50079,4,4,-1,'Ymirjar Lord\'s Gauntlets',64525,4,4096,0,1,0,0,10,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,122,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50080,4,4,-1,'Ymirjar Lord\'s Helmet',64527,4,4096,0,1,0,0,1,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,140,7,164,32,88,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,895,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50081,4,4,-1,'Ymirjar Lord\'s Legplates',64568,4,4096,0,1,0,0,7,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,163,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50082,4,4,-1,'Ymirjar Lord\'s Shoulderplates',64618,4,4096,0,1,0,0,3,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,122,32,71,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50087,4,2,-1,'Shadowblade Breastplate',63692,4,4096,0,1,0,0,5,8,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,38,159,3,144,7,144,32,96,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50088,4,2,-1,'Shadowblade Gauntlets',63693,4,4096,0,1,0,0,10,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,126,3,107,7,107,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50089,4,2,-1,'Shadowblade Helmet',63690,4,4096,0,1,0,0,1,8,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,38,143,3,144,7,144,32,88,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50090,4,2,-1,'Shadowblade Legplates',63691,4,4096,0,1,0,0,7,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,159,3,144,7,144,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50093,0,0,0,'Pet Prep: A Beginner\'s Guide',12547,1,65536,8192,1,5000,1250,0,-1,-1,20,20,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70884,0,-1,0,0,27,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Usable between levels 20 and 39.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50094,4,4,-1,'Scourgelord Battleplate',64592,4,4096,0,1,0,0,5,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,32,96,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50095,4,4,-1,'Scourgelord Gauntlets',64593,4,4096,0,1,0,0,10,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,122,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50096,4,4,-1,'Scourgelord Helmet',64594,4,4096,0,1,0,0,1,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,140,7,164,32,88,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,897,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50097,4,4,-1,'Scourgelord Legplates',64595,4,4096,0,1,0,0,7,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50098,4,4,-1,'Scourgelord Shoulderplates',64705,4,4096,0,1,0,0,3,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,122,32,71,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50105,4,2,-1,'Shadowblade Pauldrons',63689,4,4096,0,1,0,0,3,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,126,3,107,7,107,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50106,4,2,-1,'Lasherweave Robes',64730,4,4096,0,1,0,0,20,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,6,96,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50107,4,2,-1,'Lasherweave Gauntlets',64448,4,4096,0,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,6,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50108,4,2,-1,'Lasherweave Helmet',64446,4,4096,0,1,0,0,1,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,6,88,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50109,4,2,-1,'Lasherweave Legplates',64458,4,4096,0,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,6,96,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,90,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50113,4,2,-1,'Lasherweave Pauldrons',64457,4,4096,0,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,6,71,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,70,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50114,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Handguards',64810,4,4096,0,1,0,0,10,4,32767,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,107,7,84,5,56,32,63,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50115,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Headpiece',65130,4,4096,0,1,0,0,1,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,136,7,113,5,76,32,80,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,85,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50116,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Legguards',64812,4,4096,0,1,0,0,7,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,144,7,113,5,76,32,88,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,105,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50117,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Spaulders',64804,4,4096,0,1,0,0,3,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,107,7,84,5,56,32,71,44,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,85,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50118,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Tunic',64814,4,4096,0,1,0,0,5,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,144,7,113,5,76,32,88,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,140,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50125,16,11,0,'Glyph of Rapid Rejuvenation',58828,1,64,0,1,400,100,0,1024,2147483647,8,15,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71014,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50130,12,0,0,'Snagglebolt\'s Khorium Bomb',7889,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71024,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50131,12,0,-1,'Snagglebolt\'s Air Analyzer',58440,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70192,0,0,0,5000,0,5000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50160,15,0,-1,'Lovely Dress Box',18721,1,65540,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains one of four lovely dresses.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50161,15,0,-1,'Dinner Suit Box',15692,1,65540,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains one of three lovely dinner suits.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50163,0,0,0,'Lovely Rose',7341,1,64,0,5,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71087,0,-1,0,0,1142,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'It won\'t last long, but it\'s lovely.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,423,'',0,0,0,0,0,12340), (50166,9,0,-1,'Technique: Glyph of Eternal Water',36488,1,64,0,1,30000,7500,0,-1,-1,50,0,773,250,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,71101,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to inscribe a Glyph of Eternal Water.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50167,9,0,-1,'Technique: Glyph of Rapid Rejuvenation',36488,1,64,0,1,80000,20000,0,-1,-1,70,0,773,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,71015,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to inscribe a Glyph of Rapid Rejuvenation.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50168,9,0,-1,'Technique: Glyph of Quick Decay',36488,1,64,0,1,80000,20000,0,-1,-1,70,0,773,375,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,71102,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Teaches you how to inscribe a Glyph of Quick Decay.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50169,2,16,-1,'Papa\'s Brand New Knife',64770,4,4194304,0,1,328090,82022,25,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,54,3,38,7,33,32,26,36,23,0,0,0,0,0,0,0,0,0,0,0,0,335,503,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50170,4,0,-1,'Valanar\'s Other Signet Ring',64174,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,69,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,71,0,'',68,0,0,0,0,12340), (50171,4,2,-1,'Shoulders of Frost-Tipped Thorns',64496,4,0,0,1,475968,95193,3,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50172,4,1,-1,'Sanguine Silk Robes',64162,4,0,0,1,509538,101907,20,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,108,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50173,4,0,-1,'Shadow Silk Spindle',64440,4,0,0,1,302495,75623,23,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,69,5,69,32,60,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50174,4,0,-1,'Incarnadine Band of Mending',64173,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,72,0,'',68,0,0,0,0,12340), (50175,4,4,-1,'Crypt Keeper\'s Bracers',64689,4,0,0,1,453383,90676,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50176,4,1,-1,'San\'layn Ritualist Gloves',64214,4,0,0,1,258523,51704,10,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50177,4,3,-1,'Mail of Crimson Coins',65039,4,0,0,1,778406,155681,5,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,36,84,43,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50178,2,6,-1,'Bloodfall',64379,4,0,0,1,1627586,325517,17,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,184,3,162,7,162,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,801,1203,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50179,2,4,-1,'Last Word',64500,4,0,0,1,1306794,261358,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,1,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,531,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,71871,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50180,4,0,-1,'Lana\'thel\'s Chain of Flagellation',64201,4,0,0,1,302495,75623,2,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,44,65,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50181,2,10,-1,'Dying Light',64337,4,0,0,1,1527658,305531,17,-1,-1,264,80,0,0,0,0,0,0,6,0,1,0,5,45,741,7,156,5,156,6,121,36,121,0,0,0,0,0,0,0,0,0,0,0,0,336,584,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,8,0,0,0,3602,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (50182,4,0,-1,'Blood Queen\'s Crimson Choker',64222,4,0,0,1,302495,75623,2,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,57,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50183,2,15,-1,'Lungbreaker',64677,4,0,0,1,1231576,246315,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,3,69,7,69,32,46,44,46,0,0,0,0,0,0,0,0,0,0,0,0,222,413,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50184,2,13,-1,'Keleseth\'s Seducer',64463,4,0,0,1,1236174,247234,22,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,3,69,7,69,36,46,31,46,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50185,4,0,-1,'Devium\'s Eternally Cold Ring',64170,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,124,12,48,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,60,0,'',68,0,0,0,0,12340), (50186,4,0,-1,'Frostbrood Sapphire Ring',64227,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,44,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,62,0,'',68,0,0,0,0,12340), (50187,4,4,-1,'Coldwraith Links',64784,4,0,0,1,440078,88015,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,75,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50188,4,3,-1,'Anub\'ar Stalker\'s Gloves',64823,4,0,0,1,376484,75296,10,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,112,7,95,5,63,32,80,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50190,4,4,-1,'Grinning Skull Greatboots',64789,4,0,0,1,662543,132508,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,80,13,72,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50191,2,0,-1,'Nighttime',64769,4,0,0,1,1121626,224325,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,52,7,39,44,34,36,34,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50192,4,4,-1,'Scourge Reaver\'s Legplates',64572,4,0,0,1,891603,178320,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,108,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50193,4,1,-1,'Very Fashionable Shoulders',64605,4,4096,0,1,338993,67798,3,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,31,62,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50194,4,4,-1,'Weeping Gauntlets',64830,4,0,0,1,399222,79844,10,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,102,36,66,32,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50195,4,0,-1,'Noose of Malachite',64211,4,0,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,69,7,124,12,60,13,52,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50196,4,0,-1,'Love\'s Prisoner',64207,4,0,0,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,51,5,51,36,34,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50197,4,3,-1,'Eyes of Bewilderment',64693,4,0,0,1,529417,105883,1,32767,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,147,3,104,7,78,5,63,32,70,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50198,4,0,-1,'Needle-Encrusted Scorpion',64254,4,0,0,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,32,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71404,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50199,4,4,-1,'Leggings of Dying Candles',64667,4,0,0,1,938266,187653,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,92,43,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50202,4,3,-1,'Snowstorm Helm',65040,4,0,0,1,552025,110405,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,92,43,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50203,2,15,-1,'Blood Weeper',64768,4,0,0,1,1088328,217665,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,39,32,30,38,78,36,37,0,0,0,0,0,0,0,0,0,0,0,0,257,387,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50204,2,19,-1,'Wand of the Drowned Contessa',64700,4,0,8192,1,927034,185406,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,0,5,51,7,73,6,34,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2000,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50205,4,1,-1,'Frostbinder\'s Shredded Cape',28951,4,0,0,1,372231,74446,16,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50206,4,2,-1,'Frayed Scoundrel\'s Cap',65136,4,0,0,1,412779,82555,1,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,3,104,7,80,38,167,32,47,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50207,4,4,-1,'Black Spire Sabatons',64721,4,0,0,1,578978,115795,8,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,134,12,47,14,47,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50208,4,4,-1,'Pauldrons of the Souleater',64813,4,0,0,1,581166,116233,3,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,102,32,54,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50209,4,3,-1,'Essence of Suffering',64696,4,0,0,1,333982,66796,9,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,96,3,67,7,59,5,27,31,35,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50210,2,7,-1,'Seethe',64767,4,0,0,1,1117337,223467,21,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,5,52,7,39,36,52,45,550,31,39,0,0,0,0,0,0,0,0,0,0,0,0,109,346,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (50211,4,0,-1,'Arcane Loops of Anger',43085,4,0,0,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,59,5,48,32,45,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50212,4,2,-1,'Essence of Desire',64550,4,0,0,1,288900,57780,10,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,72,5,66,6,62,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50213,4,1,-1,'Mord\'rethar Robes',64565,4,0,0,1,463911,92782,20,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,141,7,92,5,92,6,86,32,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50214,4,3,-1,'Helm of the Spirit Shock',64650,4,0,0,1,523728,104745,1,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,80,5,84,36,84,32,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50215,4,4,-1,'Recovered Reliquary Boots',64721,4,0,0,1,612041,122408,8,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,5,66,7,72,32,60,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50226,15,0,0,'Festergut\'s Acidic Blood',63829,4,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,4,12340), (50227,2,15,-1,'Surgeon\'s Needle',64766,4,0,0,1,1104808,220961,21,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,39,5,52,43,26,32,39,0,0,0,0,0,0,0,0,0,0,0,0,89,283,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (50228,4,0,-1,'Barbed Ymirheim Choker',34034,4,0,0,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,67,38,99,7,54,32,39,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50229,4,4,-1,'Legguards of the Frosty Depths',64722,4,0,0,1,800071,160014,7,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,88,36,76,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2073,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50230,4,4,-1,'Malykriss Vambraces',64833,4,0,0,1,403791,80758,9,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,76,32,45,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1036,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50231,15,0,0,'Rotface\'s Acidic Blood',19312,4,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,4,12340), (50233,4,3,-1,'Spurned Val\'kyr Shoulderguards',64698,4,0,0,1,524117,104823,3,32767,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,119,3,89,7,89,5,47,32,47,44,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50234,4,4,-1,'Shoulderplates of Frozen Blood',64853,4,0,0,1,609793,121958,3,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,4,68,7,134,12,64,13,52,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50235,4,0,-1,'Ick\'s Rotting Thumb',67667,4,0,0,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,13,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71569,0,0,0,180000,1190,180000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50240,4,1,-1,'Dark Coven Gloves',64283,4,4096,0,1,0,0,10,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50241,4,1,-1,'Dark Coven Hood',64286,4,4096,0,1,0,0,1,256,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50242,4,1,-1,'Dark Coven Leggings',64287,4,4096,0,1,0,0,7,256,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50243,4,1,-1,'Dark Coven Robe',64288,4,4096,0,1,0,0,20,256,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50244,4,1,-1,'Dark Coven Shoulderpads',64289,4,4096,0,1,0,0,3,256,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50248,2,7,7,'Monster - Sword, 1H IcecrownRaid D02',63854,0,65536,8192,1,11,2,21,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50250,15,5,-1,'Big Love Rocket',63856,4,0,0,1,0,0,0,-1,-1,80,80,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,71342,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount',0,0,0,0,0,2,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-1), (50254,12,0,-1,'Subdued Quel\'Delar',63135,1,133120,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'The sword\'s compulsion has been overcome... for now.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50255,4,0,-1,'Dread Pirate Ring',31657,7,134742016,0,1,0,0,11,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71354,1,0,0,0,0,0,0,0,0,0,60000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50259,4,0,-1,'Nevermelting Ice Crystal',64256,4,0,0,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,1,45,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71563,0,0,0,180000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50260,4,0,-1,'Ephemeral Snowflake',64252,4,0,0,1,455760,113940,12,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71567,1,0,0,-1,0,-1,71568,0,0,0,120000,1141,20000,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50262,2,18,-1,'Felglacier Bolter',64765,4,0,0,1,835293,167058,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,58,3,38,7,29,32,20,31,28,0,0,0,0,0,0,0,0,0,0,0,0,464,658,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,25.5,0,0,0,'',68,0,0,0,0,12340), (50263,4,1,-1,'Braid of Salt and Fire',64952,4,0,0,1,223557,44711,6,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,78,5,64,6,60,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50264,4,2,-1,'Chewed Leather Wristguards',64552,4,0,0,1,280491,56098,9,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,102,3,67,7,51,44,41,31,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50265,4,3,-1,'Blackened Ghoul Skin Leggings',64662,4,4096,0,1,675684,135136,7,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,141,7,92,5,92,36,84,43,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50266,4,1,-1,'Ancient Polar Bear Hide',64608,4,0,0,1,452127,90425,20,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,141,7,92,5,92,31,61,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50267,2,1,-1,'Tyrannical Beheader',64764,4,0,0,1,1417976,283595,17,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,44,53,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,651,977,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50268,2,7,-1,'Rimefang\'s Claw',64763,4,0,0,1,1138557,227711,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,52,7,77,12,27,14,21,13,31,0,0,0,0,0,0,0,0,0,0,0,0,213,396,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50269,4,2,-1,'Fleshwerk Leggings',64553,4,4096,0,1,571366,114273,7,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,38,183,3,120,7,92,32,80,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50270,4,3,-1,'Belt of Rotted Fingernails',64699,4,0,0,1,344039,68807,6,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,6,3,89,38,130,7,76,5,37,36,54,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50271,4,0,-1,'Band of Stained Souls',9833,4,524288,0,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,67,7,67,44,36,32,50,38,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50272,4,4,-1,'Frost Wyrm Ribcage',64836,4,4096,0,1,808604,161720,5,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,4,4,137,7,137,32,84,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50273,2,10,-1,'Engraved Gargoyle Femur',64762,4,0,0,1,1449157,289831,17,-1,-1,232,80,0,0,0,0,0,0,6,0,1,0,5,45,550,7,110,5,121,36,86,31,113,0,0,0,0,0,0,0,0,0,0,0,0,331,611,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (50274,15,0,0,'Shadowfrost Shard',63877,5,0,0,1,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,4,12340), (50275,4,1,-1,'Bloodmage Gloves',64267,4,4096,0,1,0,0,10,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50276,4,1,-1,'Bloodmage Hood',64892,4,4096,0,1,0,0,1,128,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,32,96,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50277,4,1,-1,'Bloodmage Leggings',64269,4,4096,0,1,0,0,7,128,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50278,4,1,-1,'Bloodmage Robe',64858,4,4096,0,1,0,0,20,128,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,80,36,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50279,4,1,-1,'Bloodmage Shoulderpads',64893,4,4096,0,1,0,0,3,128,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50283,4,3,-1,'Mudslide Boots',64665,4,0,0,1,505189,101037,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,78,5,64,36,57,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50284,4,4,-1,'Rusty Frozen Fingerguards',64723,4,4096,0,1,394891,78978,10,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,32,60,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50285,4,4,-1,'Icebound Bronze Cuirass',64854,4,4096,0,1,788140,157628,5,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,4,88,7,181,31,67,12,70,13,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50286,4,1,-1,'Prelate\'s Snowshoes',64579,4,0,0,1,339027,67805,8,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,6,61,36,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50287,4,0,-1,'Boots of the Bay',63888,3,64,0,1,0,0,8,-1,-1,1,0,356,200,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71435,1,0,0,-1,0,-1,71436,0,0,0,86400000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-25,0,0,0,'',0,0,0,0,0,12340), (50289,12,0,-1,'Blacktip Shark',38894,1,65536,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,3600,0,0,'',0,0,0,0,1,12340), (50290,2,0,-1,'Falric\'s Wrist-Chopper',64761,4,0,0,1,1146684,229336,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,52,7,77,12,27,14,21,15,31,0,0,0,0,0,0,0,0,0,0,0,0,200,372,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50291,2,19,-1,'Soulsplinter',64760,4,0,0,1,863145,172629,26,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,7,33,5,27,32,22,31,27,45,44,0,0,0,0,0,0,0,0,0,0,0,0,483,898,5,0,0,0,0,0,0,0,0,0,0,2100,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50292,4,1,-1,'Bracer of Worn Molars',64609,4,0,0,1,236989,47397,9,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,51,5,51,31,43,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50293,4,2,-1,'Spaulders of Black Betrayal',64558,4,0,0,1,403509,80701,3,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,128,3,89,7,78,32,61,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50294,4,4,-1,'Chestpiece of High Treason',64716,4,0,0,1,756141,151228,5,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,72,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50295,4,3,-1,'Spiked Toestompers',64701,4,0,0,1,490138,98027,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,6,38,136,3,89,7,68,5,41,44,47,32,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50296,2,6,-1,'Orca-Hunter\'s Harpoon',64758,4,0,0,1,1360693,272138,17,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,183,7,92,32,66,31,84,3,112,0,0,0,0,0,0,0,0,0,0,0,0,632,949,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50297,4,3,-1,'Frostsworn Bone Chestpiece',64703,4,4096,0,1,655570,131114,5,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,6,38,241,3,73,7,95,5,63,36,71,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50298,4,1,-1,'Sightless Crown of Ulmaas',65155,4,0,0,1,329038,65807,1,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,5,84,31,62,7,80,36,78,45,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50299,4,1,-1,'Suspiciously Soft Gloves',64581,4,0,0,1,220194,44038,10,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,32,61,6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50300,4,2,-1,'Choking Hauberk',64559,4,0,0,1,552516,110503,5,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,112,7,106,31,59,44,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2908,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50301,15,0,-1,'Landro\'s Pet Box',35407,1,65540,8192,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'NOTE: Not Guaranteed to Contain an Actual Pet',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50302,2,7,-1,'Liar\'s Tongue',64756,4,0,0,1,1113386,222677,13,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,77,3,52,7,42,32,34,37,34,0,0,0,0,0,0,0,0,0,0,0,0,187,349,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50303,2,4,-1,'Black Icicle',64755,4,0,0,1,1117562,223512,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,103,3,39,7,39,32,38,31,29,0,0,0,0,0,0,0,0,0,0,0,0,325,605,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50304,4,3,-1,'Hoarfrost Gauntlets',64704,4,4096,0,1,336487,67297,10,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,6,38,128,3,89,7,71,5,41,32,52,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50305,4,4,-1,'Grinning Skull Boots',64857,4,0,0,1,589920,117984,8,1535,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,102,32,64,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50306,4,0,-1,'The Lady\'s Promise',26537,4,524288,0,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,76,32,47,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50307,0,0,-1,'Infernal Spear',50628,1,64,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71466,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,631,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50308,4,2,-1,'Blighted Leather Footpads',64560,4,0,0,1,438048,87609,8,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,136,3,89,7,68,32,54,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50309,4,0,-1,'Shriveled Heart',64447,4,0,0,1,301810,75452,23,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,36,50,5,34,7,54,45,78,32,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50310,4,0,-1,'Fossilized Ammonite Choker',64197,4,0,0,1,302495,75623,2,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,4,67,7,100,12,35,13,35,14,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50311,4,4,-1,'Second Helm of the Executioner',64950,4,0,0,1,618665,123733,1,262143,2147483647,232,80,0,0,0,0,0,0,0,0,1,0,5,7,157,4,84,12,82,15,55,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1925,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3302,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50312,4,2,-1,'Chestguard of Broken Branches',64547,4,4096,0,1,592361,118472,5,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,97,5,89,6,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50313,4,0,-1,'Oath of Empress Zoe',44358,4,524288,0,1,302495,75623,11,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,48,5,52,43,25,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50314,4,1,-1,'Strip of Remorse',64953,4,0,0,1,216017,43203,6,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,105,7,68,5,68,32,55,36,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50315,2,13,-1,'Seven-Fingered Claws',41398,4,0,0,1,1084265,216853,21,262143,32767,232,80,0,0,0,0,0,0,0,0,1,0,5,38,80,3,52,7,51,32,25,31,34,0,0,0,0,0,0,0,0,0,0,0,0,372,558,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50316,1,0,-1,'Papa\'s Brand New Bag',39459,4,0,0,1,35000,8750,18,-1,-1,80,0,0,0,0,0,0,0,0,1,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50317,1,0,-1,'Papa\'s New Bag',39459,4,0,0,1,35000,8750,18,-1,-1,80,0,0,0,0,0,0,0,0,1,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50318,4,2,-1,'Ghostly Wristwraps',64373,4,0,0,1,274170,54834,9,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,5,51,7,51,32,46,6,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50319,2,15,-1,'Unsharpened Ice Razor',64754,4,0,0,1,1100744,220148,13,32767,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,3,52,7,45,37,30,38,74,44,37,0,0,0,0,0,0,0,0,0,0,0,0,200,301,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50320,12,0,-1,'Faded Lovely Greeting Card',34656,1,67584,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'When you dislike enough to make the very worst!',0,0,0,24745,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50324,4,4,-1,'Lightsworn Shoulderplates',64999,4,4096,0,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,122,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50325,4,4,-1,'Lightsworn Legplates',64633,4,4096,0,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50326,4,4,-1,'Lightsworn Helmet',64630,4,4096,0,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,140,7,164,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,900,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50327,4,4,-1,'Lightsworn Gauntlets',64627,4,4096,0,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,114,7,122,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50328,4,4,-1,'Lightsworn Battleplate',64637,4,4096,0,1,0,0,5,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50333,4,2,-1,'Toskk\'s Maximized Wristguards',64421,4,0,0,1,304286,60857,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,32,52,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50335,12,0,-1,'Greater Inscription of the Axe',55782,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59934,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50336,12,0,-1,'Greater Inscription of the Crag',55784,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59936,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50337,12,0,-1,'Greater Inscription of the Pinnacle',55786,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59941,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50338,12,0,-1,'Greater Inscription of the Storm ',40399,7,134217792,0,1,1000000,250000,0,-1,-1,80,80,0,0,0,0,0,1119,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59937,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50339,4,0,-1,'Sliver of Pure Ice',64261,4,0,0,1,455760,113940,12,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,1,45,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71565,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,74,0,'',68,0,0,0,0,12340), (50340,4,0,-1,'Muradin\'s Spyglass',43609,4,0,0,1,455760,113940,12,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,1,32,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71571,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,73,0,'',68,0,0,0,0,12340), (50341,4,0,-1,'Unidentifiable Organ',64923,4,0,0,1,455760,113940,12,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,0,71576,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,75,0,'',68,0,0,0,0,12340), (50342,4,0,-1,'Whispering Fanged Skull',61413,4,0,0,1,455760,113940,12,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,1,32,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71402,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,76,0,'',68,0,0,0,0,12340), (50343,4,0,-1,'Whispering Fanged Skull',61413,4,8,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,32,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71540,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,76,0,'',68,0,0,0,0,12340), (50344,4,0,-1,'Unidentifiable Organ',64923,4,8,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2128,0,0,0,0,0,0,0,0,0,71578,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,75,0,'',68,0,0,0,0,12340), (50345,4,0,-1,'Muradin\'s Spyglass',43609,4,8,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,32,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71573,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,73,0,'',68,0,0,0,0,12340), (50346,4,0,-1,'Sliver of Pure Ice',64261,4,8,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,45,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71574,0,0,0,120000,0,-10,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,74,0,'',68,0,0,0,0,12340), (50348,4,0,-1,'Dislodged Foreign Object',64245,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,36,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71645,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,48,0,'',68,0,0,0,0,12340), (50349,4,0,-1,'Corpse Tongue Coin',64239,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,13,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71640,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,46,0,'',68,0,0,0,0,12340), (50351,4,0,-1,'Tiny Abomination in a Jar',64711,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,31,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71406,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,50,0,'',68,0,0,0,0,12340), (50352,4,0,-1,'Corpse Tongue Coin',64239,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,13,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71634,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,46,0,'',68,0,0,0,0,12340), (50353,4,0,-1,'Dislodged Foreign Object',64245,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,36,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71602,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,48,0,'',68,0,0,0,0,12340), (50354,4,0,-1,'Bauble of True Blood',64237,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,43,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71607,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,45,0,'',68,0,0,0,0,12340), (50355,4,0,-1,'Herkuml War Token',48008,4,4096,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,36,153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71397,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50356,4,0,-1,'Corroded Skeleton Key',64264,4,4096,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,7,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71586,0,0,0,120000,0,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50357,4,0,-1,'Maghia\'s Misguided Quill',64236,4,4096,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,31,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71579,0,0,0,120000,1141,20000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Incapable of Scribing the Truth',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50358,4,0,-1,'Purified Lunar Dust',64631,4,4096,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,45,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71585,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50359,4,0,-1,'Althor\'s Abacus',64236,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,45,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71611,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,44,0,'',68,0,0,0,0,12340), (50360,4,0,-1,'Phylactery of the Nameless Lich',64247,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,32,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71606,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,49,0,'',68,0,0,0,0,12340), (50361,4,0,-1,'Sindragosa\'s Flawless Fang',64251,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,7,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71635,0,0,0,60000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,51,0,'',68,0,0,0,0,12340), (50362,4,0,-1,'Deathbringer\'s Will',64244,4,0,0,1,455760,113940,12,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,1,44,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71519,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,47,0,'',68,0,0,0,0,12340), (50363,4,0,-1,'Deathbringer\'s Will',64244,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,44,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71562,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,47,0,'',68,0,0,0,0,12340), (50364,4,0,-1,'Sindragosa\'s Flawless Fang',64251,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,7,258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71638,0,0,0,60000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,51,0,'',68,0,0,0,0,12340), (50365,4,0,-1,'Phylactery of the Nameless Lich',64247,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,32,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71637,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,49,0,'',68,0,0,0,0,12340), (50366,4,0,-1,'Althor\'s Abacus',64236,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,45,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71642,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,44,0,'',68,0,0,0,0,12340), (50367,12,0,-1,'Arcanum of Torment',55997,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1098,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59954,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50368,12,0,-1,'Arcanum of Burning Mysteries',55863,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1090,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59970,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50369,12,0,-1,'Arcanum of the Stalwart Protector',55995,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1106,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59955,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50370,12,0,-1,'Arcanum of Blissful Mending',40395,7,134217792,0,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1091,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59960,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50372,12,0,-1,'Arcanum of the Savage Gladiator',40395,7,134217792,2,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1037,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61271,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50373,12,0,-1,'Arcanum of the Savage Gladiator',40395,7,134217792,1,1,1500000,375000,0,-1,-1,80,80,0,0,0,0,0,1052,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61271,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50375,4,0,-1,'Ashen Band of Courage',63959,4,98304,0,1,0,0,11,-1,-1,251,80,0,0,0,0,0,1156,4,1,1,0,5,4,57,7,120,12,53,13,53,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71653,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50376,4,0,-1,'Ashen Band of Vengeance',63958,4,102400,0,1,0,0,11,-1,-1,251,80,0,0,0,0,0,1156,4,1,1,0,5,38,114,3,80,7,70,32,53,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71650,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50377,4,0,-1,'Ashen Band of Destruction',63960,4,98304,0,1,0,0,11,-1,-1,251,80,0,0,0,0,0,1156,4,1,1,0,5,45,94,7,61,5,61,36,57,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71581,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50378,4,0,-1,'Ashen Band of Wisdom',63949,4,98304,0,1,0,0,11,-1,-1,251,80,0,0,0,0,0,1156,4,1,1,0,5,45,94,7,61,5,61,36,53,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50379,12,0,-1,'Battered Hilt',63120,4,0,2,1,0,0,0,262143,2098253,1,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This scratched and dented hilt once belonged to an ancient sword.',0,0,0,14443,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50380,12,0,-1,'Battered Hilt',63120,4,0,1,1,0,0,0,262143,690,1,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'This scratched and dented hilt once belonged to an ancient sword.',0,0,0,24554,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50384,4,0,-1,'Ashen Band of Greater Destruction',63960,4,98304,0,1,0,0,11,-1,-1,259,80,0,0,0,0,0,1156,5,1,1,0,5,45,101,7,66,5,66,36,62,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71581,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50386,4,0,-1,'Ashen Band of Greater Wisdom',63949,4,98304,0,1,0,0,11,-1,-1,259,80,0,0,0,0,0,1156,5,1,1,0,5,45,101,7,66,5,66,36,57,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50387,4,0,-1,'Ashen Band of Greater Vengeance',63958,4,102400,0,1,0,0,11,-1,-1,259,80,0,0,0,0,0,1156,5,1,1,0,5,38,123,3,86,7,76,32,57,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71650,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50388,4,0,-1,'Ashen Band of Greater Courage',63959,4,98304,0,1,0,0,11,-1,-1,259,80,0,0,0,0,0,1156,5,1,1,0,5,4,62,7,129,12,57,13,57,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71653,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50391,4,1,-1,'Crimson Acolyte Handwraps',64257,4,4096,0,1,0,0,10,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50392,4,1,-1,'Crimson Acolyte Cowl',64258,4,4096,0,1,0,0,1,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,139,7,109,5,109,32,96,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50393,4,1,-1,'Crimson Acolyte Pants',64255,4,4096,0,1,0,0,7,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50394,4,1,-1,'Crimson Acolyte Raiments',64167,4,4096,0,1,0,0,20,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,88,36,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50396,4,1,-1,'Crimson Acolyte Mantle',64183,4,4096,0,1,0,0,3,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50397,4,0,-1,'Ashen Band of Unmatched Destruction',63960,4,98304,0,1,0,0,11,-1,-1,268,80,0,0,0,0,0,1156,6,1,1,0,5,45,101,7,66,5,66,36,62,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71581,5,0,0,-1,0,-1,72417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50398,4,0,-1,'Ashen Band of Endless Destruction',63960,4,98304,0,1,0,0,11,-1,-1,277,80,0,0,0,0,0,1156,7,1,1,0,5,45,101,7,73,5,73,36,64,31,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71581,5,0,0,-1,0,-1,72417,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50399,4,0,-1,'Ashen Band of Unmatched Wisdom',63949,4,98304,0,1,0,0,11,-1,-1,268,80,0,0,0,0,0,1156,6,1,1,0,5,45,101,7,66,5,66,36,57,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,5,0,0,-1,0,-1,72419,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50400,4,0,-1,'Ashen Band of Endless Wisdom',63949,4,98304,0,1,0,0,11,-1,-1,277,80,0,0,0,0,0,1156,7,1,1,0,5,45,101,7,73,5,73,36,59,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,5,0,0,-1,0,-1,72419,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2367,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50401,4,0,-1,'Ashen Band of Unmatched Vengeance',63958,4,102400,0,1,0,0,11,-1,-1,268,80,0,0,0,0,0,1156,6,1,1,0,5,38,123,3,88,7,76,32,57,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71650,5,0,0,-1,0,-1,72413,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50402,4,0,-1,'Ashen Band of Endless Vengeance',63958,4,102400,0,1,0,0,11,-1,-1,277,80,0,0,0,0,0,1156,7,1,1,0,5,38,135,3,88,7,84,32,59,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71650,5,0,0,-1,0,-1,72413,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50403,4,0,-1,'Ashen Band of Unmatched Courage',63959,4,98304,0,1,0,0,11,-1,-1,268,80,0,0,0,0,0,1156,6,1,1,0,5,4,62,7,129,12,57,13,57,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71653,5,0,0,-1,0,-1,72415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50404,4,0,-1,'Ashen Band of Endless Courage',63959,4,98304,0,1,0,0,11,-1,-1,277,80,0,0,0,0,0,1156,7,1,1,0,5,4,68,7,130,12,59,13,59,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71653,5,0,0,-1,0,-1,72415,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50406,9,8,-1,'Formula: Enchant Gloves - Angler',56741,2,33554496,0,1,3000,750,0,-1,-1,80,0,333,375,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,71692,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to permanently enchant gloves to increase fishing skill by 5.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50411,2,0,-1,'Scourgeborne Waraxe',64472,4,0,0,1,1240899,248179,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,3,69,7,69,32,46,44,46,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50412,2,7,-1,'Bloodvenom Blade',64535,4,0,0,1,1245624,249124,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,3,69,7,69,31,46,44,46,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50413,4,3,-1,'Nerub\'ar Stalker\'s Cord',64820,4,0,0,1,375066,75013,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,104,7,95,5,63,32,64,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50414,4,0,-1,'Might of Blight',64173,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,60,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,67,0,'',68,0,0,0,0,12340), (50415,2,1,-1,'Bryntroll, the Bone Arbiter',64879,4,0,0,1,1574589,314917,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,2,4,169,7,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,801,1203,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,71838,2,0,2,500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50416,4,4,-1,'Boots of the Funeral March',64664,4,0,0,1,662543,132508,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,72,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50417,4,2,-1,'Bracers of Eternal Dreaming',64474,4,0,0,1,317248,63449,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50418,4,1,-1,'Robe of the Waking Nightmare',64242,4,0,0,1,509487,101897,20,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,108,31,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50421,4,0,-1,'Sindragosa\'s Cruel Claw',64216,4,0,0,1,302495,75623,2,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,44,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50423,4,0,-1,'Sundial of Eternal Dusk',64441,4,0,0,1,302495,75623,23,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,69,5,69,6,60,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50424,4,0,-1,'Memory of Malygos',31498,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,60,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,66,0,'',68,0,0,0,0,12340), (50425,2,6,-1,'Oathbinder, Charge of the Ranger-General',64390,4,0,0,1,1718038,343607,17,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,231,3,157,7,173,32,99,44,115,0,0,0,0,0,0,0,0,0,0,0,0,895,1344,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50426,2,15,-1,'Heaven\'s Fall, Kryss of a Thousand Lies',64996,4,0,0,1,1248196,249639,13,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,99,3,74,7,74,32,49,36,49,0,0,0,0,0,0,0,0,0,0,0,0,344,517,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50427,2,7,-1,'Bloodsurge, Kel\'Thuzad\'s Blade of Agony',64531,4,0,0,1,1253042,250608,21,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,5,45,792,7,71,5,71,36,63,32,63,0,0,0,0,0,0,0,0,0,0,0,0,129,388,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50428,2,4,-1,'Royal Scepter of Terenas II',64520,4,0,0,1,1257756,251551,21,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,792,7,71,5,71,32,63,36,63,0,0,0,0,0,0,0,0,0,0,0,0,129,388,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50429,2,10,-1,'Archus, Greatstaff of Antonidas',64334,4,0,0,1,1578251,315650,17,-1,-1,271,80,0,0,0,0,0,0,6,0,1,0,5,45,792,7,167,5,167,6,130,36,130,0,0,0,0,0,0,0,0,0,0,0,0,321,583,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3602,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50431,2,4,-1,'Monster - Mace, Basic Stone Hammer (Kobold Worker)',64008,0,0,8192,1,11,2,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50432,12,0,-1,'Diseased Wolf Pelt',8952,1,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50435,15,5,-1,'Wrathful Gladiator\'s Frost Wyrm',59504,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,71810,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50442,2,8,-1,'Ashbringer (Extra Effects)',64030,5,0,6299648,1,790099,158019,17,-1,-1,76,60,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,18112,2,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Blade of the Scarlet Highlord',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50444,2,3,-1,'Rowan\'s Rifle of Silver Bullets',64366,4,0,0,1,1001645,200329,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,39,7,77,31,26,13,34,14,34,0,0,0,0,0,0,0,0,0,0,0,0,406,664,0,0,0,0,0,0,0,0,0,0,0,2100,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'For when herding just won\'t do',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,50.19,0,0,0,'',68,0,0,0,0,12340), (50446,15,2,-1,'Toxic Wasteling',8283,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,71840,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50447,4,0,-1,'Harbinger\'s Bone Band',64173,4,524288,0,1,302495,75623,11,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,69,7,124,12,60,13,60,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50449,4,1,-1,'Stiffened Corpse Shoulderpads',64163,4,0,0,1,369358,73871,3,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50450,4,3,-1,'Leggings of Dubious Charms',65037,4,0,0,1,741551,148310,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,161,7,123,5,123,32,92,43,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,4,0,2,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50451,4,4,-1,'Belt of the Lonely Noble',64660,4,0,0,1,436661,87332,6,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50452,4,0,-1,'Wodin\'s Lucky Necklace',64272,4,0,0,1,302495,75623,2,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,32,69,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50453,4,0,-1,'Ring of Rotting Sinew',64174,4,524288,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,69,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50454,4,8,-1,'Idol of the Black Willow',58200,4,4096,0,1,0,0,28,32767,32767,264,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71178,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50455,4,7,-1,'Libram of Three Truths',54524,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71186,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50456,4,8,-1,'Idol of the Crying Moon',39652,4,4096,0,1,0,0,28,32767,32767,264,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71174,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50457,4,8,-1,'Idol of the Lunar Eclipse',64624,4,4096,0,1,0,0,28,32767,32767,264,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71176,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50458,4,9,-1,'Bizuri\'s Totem of Shattered Ice',64629,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71198,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50459,4,10,-1,'Sigil of the Hanged Man',64573,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71226,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50460,4,7,-1,'Libram of Blinding Light',64625,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71191,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50461,4,7,-1,'Libram of the Eternal Tower',64626,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71194,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50462,4,10,-1,'Sigil of the Bone Gryphon',64615,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71228,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50463,4,9,-1,'Totem of the Avalanche',64628,4,4096,0,1,0,0,28,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71214,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50464,4,9,-1,'Totem of the Surging Sea',46045,4,4096,0,1,0,0,28,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71217,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50466,4,1,-1,'Sentinel\'s Winter Cloak',64328,4,4096,0,1,365067,73013,16,-1,-1,264,80,0,0,0,0,0,0,1,0,1,0,4,4,90,7,124,12,48,13,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,560,0,0,0,'',68,0,0,0,0,12340), (50467,4,1,-1,'Might of the Ocean Serpent',33096,4,4096,0,1,366484,73296,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,44,65,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50468,4,1,-1,'Drape of the Violet Tower',59028,4,4096,0,1,367902,73580,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50469,4,1,-1,'Volde\'s Cloak of the Night Sky',58977,4,4096,0,1,379472,75894,16,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50470,4,1,-1,'Recovered Scarlet Onslaught Cape',64326,4,4096,0,1,380851,76170,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,105,3,90,7,90,32,60,44,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50471,0,0,-1,'The Heartbreaker',64034,3,65536,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71909,0,0,0,60000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50472,2,19,-1,'Nightmare Ender',64360,4,0,0,1,959216,191843,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,60,7,39,5,39,6,34,32,34,0,0,0,0,0,0,0,0,0,0,0,0,524,975,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50474,2,16,-1,'Shrapnel Star',64454,4,4198400,0,1,328090,82022,25,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,68,3,51,7,51,32,34,36,34,0,0,0,0,0,0,0,0,0,0,0,0,424,637,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50603,2,5,-1,'Cryptmaker',63834,4,8,0,1,1661579,332315,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,44,115,31,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1407,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50604,4,0,-1,'Band of the Bone Colossus',64169,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,102,7,102,31,62,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,59,0,'',68,0,0,0,0,12340), (50605,4,3,-1,'Snowserpent Mail Helm',65131,4,8,0,1,602561,120512,1,32767,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,228,3,167,7,144,5,96,32,114,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50606,4,4,-1,'Gendarme\'s Cuirass',64584,4,8,0,1,940781,188156,5,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,32,114,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,2,0,8,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50607,4,2,-1,'Frostbitten Fur Boots',64437,4,8,0,1,505845,101169,8,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,120,7,136,32,90,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50608,2,15,-1,'Frozen Bonespike',64649,4,8,0,1,1353869,270773,21,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,5,45,836,7,75,5,75,6,66,32,50,0,0,0,0,0,0,0,0,0,0,0,0,143,414,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50609,4,0,-1,'Bone Sentinel\'s Amulet',64194,4,8,0,1,302495,75623,2,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,36,60,6,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50610,4,0,-1,'Marrowgar\'s Frigid Eye',64230,4,524296,0,1,302495,75623,11,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,36,68,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,65,0,'',68,0,0,0,0,12340), (50611,4,4,-1,'Bracers of Dark Reckoning',64799,4,8,0,1,481740,96348,9,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,4,102,7,141,12,54,14,46,13,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50612,4,4,-1,'Legguards of Lost Hope',64588,4,8,0,1,961469,192293,7,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,4,139,7,239,12,106,13,122,31,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50613,4,1,-1,'Crushing Coldwraith Belt',64349,4,8,0,1,255983,51196,6,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,74,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50614,4,0,-1,'Loop of the Endless Labyrinth',64176,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,31,52,32,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,64,0,'',68,0,0,0,0,12340), (50615,4,2,-1,'Handguards of Winter\'s Respite',64510,4,8,0,1,322453,64490,10,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50616,4,6,-1,'Bulwark of Smouldering Steel',65029,4,8,0,1,828647,165729,14,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,36,60,32,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9262,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,259,0,120,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50617,4,4,-1,'Rusted Bonespike Pauldrons',65000,4,8,0,1,680977,136195,3,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,90,43,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50618,4,0,-1,'Frostbrood Sapphire Ring',64227,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,102,7,102,44,68,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,62,0,'',68,0,0,0,0,12340), (50619,4,3,-1,'Anub\'ar Stalker\'s Gloves',64827,4,8,0,1,392841,78568,10,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,6,38,149,3,128,7,107,5,71,32,90,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50620,4,4,-1,'Coldwraith Links',64798,4,8,0,1,462628,92525,6,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,85,44,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1550,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50621,2,15,-1,'Lungbreaker',64678,4,8,0,1,1319233,263846,13,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,88,3,78,7,78,32,52,44,44,0,0,0,0,0,0,0,0,0,0,0,0,245,456,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50622,4,0,-1,'Devium\'s Eternally Cold Ring',64170,4,524296,0,1,302495,75623,11,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,141,12,54,13,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,60,0,'',68,0,0,0,0,12340), (50623,4,4,-1,'Leggings of Dying Candles',64674,4,8,0,1,930390,186078,7,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,106,43,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50624,4,4,-1,'Scourge Reaver\'s Legplates',64588,4,8,0,1,933760,186752,7,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,32,122,36,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50625,4,4,-1,'Grinning Skull Greatboots',64797,4,8,0,1,701579,140315,8,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,4,103,7,180,12,90,13,82,37,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50626,4,3,-1,'Snowstorm Helm',65175,4,8,0,1,604727,120945,1,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,106,43,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50627,4,0,-1,'Noose of Malachite',64211,4,8,0,1,302495,75623,2,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,4,78,7,141,12,68,13,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50628,4,1,-1,'Frostbinder\'s Shredded Cape',28951,4,8,0,1,406080,81216,16,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50629,4,1,-1,'Robe of the Waking Nightmare',64279,4,8,0,1,543420,108684,20,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,122,31,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50630,4,2,-1,'Bracers of Eternal Dreaming',64484,4,8,0,1,349734,69946,9,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,6,68,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50631,2,19,-1,'Nightmare Ender',64360,4,8,0,1,1052913,210582,26,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,58,7,44,5,44,6,30,32,38,0,0,0,0,0,0,0,0,0,0,0,0,580,1077,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50632,4,4,-1,'Boots of the Funeral March',64672,4,8,0,1,668013,133602,8,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,82,43,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50633,4,0,-1,'Sindragosa\'s Cruel Claw',64216,4,8,0,1,302495,75623,2,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,102,7,102,44,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50635,4,0,-1,'Sundial of Eternal Dusk',64441,4,8,0,1,302495,75623,23,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,119,7,78,5,78,6,68,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50636,4,0,-1,'Memory of Malygos',31498,4,524296,0,1,302495,75623,11,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,6,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,66,0,'',68,0,0,0,0,12340), (50638,2,2,-1,'Zod\'s Repeating Longbow',64356,4,8,0,1,978292,195658,15,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,2,3,22,7,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,999,0,0,0,0,0,0,0,0,0,0,0,2800,2,100,71836,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Kneel before him.',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2936,0,375,62.6,0,0,0,'',68,0,0,0,0,12340), (50639,4,4,-1,'Blood-Soaked Saronite Stompers',64797,4,8,0,1,686022,137204,8,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,90,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1895,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50640,4,4,-1,'Broken Ram Skull Helm',64587,4,8,0,1,688615,137723,1,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,4,139,7,239,12,122,31,85,13,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50641,2,15,-1,'Heartpierce',64671,4,8,0,1,1319100,263820,13,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,2,38,95,7,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,71892,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50642,4,0,-1,'Juggernaut Band',64229,4,524296,0,1,302495,75623,11,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,4,102,7,141,12,47,13,50,14,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,63,0,'',68,0,0,0,0,12340), (50643,4,1,-1,'Shoulders of Mercy Killing',64278,4,8,0,1,398658,79731,3,262143,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50644,4,0,-1,'Ring of Maddening Whispers',33864,4,524296,0,1,302495,75623,11,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,6,68,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,68,0,'',68,0,0,0,0,12340), (50645,4,3,-1,'Leggings of Northern Lights',64832,4,8,0,1,803254,160650,7,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,6,38,228,3,167,7,144,5,96,32,106,44,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,8,0,2,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50646,4,2,-1,'Cultist\'s Bloodsoaked Spaulders',64431,4,8,0,1,517179,103435,3,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,128,7,136,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50647,4,0,-1,'Ahn\'kahar Onyx Neckguard',64190,4,8,0,1,302495,75623,2,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,108,7,116,32,68,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50648,2,10,-1,'Nibelung',64342,4,8,0,1,1736133,347226,17,-1,-1,277,80,0,0,0,0,0,0,6,0,1,0,3,45,837,7,103,5,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,620,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,71846,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3753,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50649,4,2,-1,'Deathwhisper Raiment',64507,4,8,0,1,696927,139385,20,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,6,122,32,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50650,4,4,-1,'Fallen Lord\'s Handguards',64694,4,8,0,1,492378,98475,10,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50651,4,1,-1,'The Lady\'s Brittle Bracers',64361,4,8,0,1,280723,56144,9,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,73,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50652,4,3,-1,'Necrophotic Greaves',65187,4,8,0,1,576165,115233,8,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,82,43,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50653,4,1,-1,'Shadowvault Slayer\'s Cloak',64304,4,8,0,1,383895,76779,16,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,102,7,102,32,60,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50654,2,0,-1,'Scourgeborne Waraxe',64472,4,8,0,1,1284464,256892,13,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,88,3,78,7,78,32,52,44,44,0,0,0,0,0,0,0,0,0,0,0,0,263,489,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50655,4,3,-1,'Scourge Hunter\'s Vambraces',64831,4,8,0,1,386823,77364,9,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,6,38,120,3,102,7,80,5,54,32,68,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50656,4,2,-1,'Ikfirus\'s Sack of Wonder',64435,4,8,0,1,647180,129436,5,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,228,3,167,7,183,31,114,37,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50657,4,0,-1,'Skeleton Lord\'s Circle',64169,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,108,7,116,32,68,37,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,70,0,'',68,0,0,0,0,12340), (50658,4,0,-1,'Amulet of the Silent Eulogy',64219,4,8,0,1,302495,75623,2,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,36,68,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50659,4,4,-1,'Polar Bear Claw Bracers',64800,4,8,0,1,460792,92158,9,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,108,7,116,32,68,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50660,4,4,-1,'Boneguard Commander\'s Pauldrons',64707,4,8,0,1,688545,137709,3,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,63,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50661,4,1,-1,'Corp\'rethar Ceremonial Crown',64224,4,8,0,1,395689,79137,1,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,6,114,32,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50663,4,1,-1,'Gunship Captain\'s Mittens',64359,4,4104,0,1,272833,54566,10,262143,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50664,4,0,-1,'Ring of Rapid Ascent',64170,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,69,0,'',68,0,0,0,0,12340), (50665,4,2,-1,'Boots of Unnatural Growth',64489,4,8,0,1,515273,103054,8,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,32,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50667,4,4,-1,'Waistband of Righteous Fury',64702,4,8,0,1,487106,97421,6,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,90,43,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1550,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50668,4,1,-1,'Greatcloak of the Turned Champion',64300,4,8,0,1,416631,83326,16,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,6,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50670,4,2,-1,'Toskk\'s Maximized Wristguards',64439,4,8,0,1,349633,69926,9,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,102,7,102,32,60,44,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50671,4,3,-1,'Belt of the Blood Nova',65186,4,8,0,1,421044,84208,6,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,5,45,140,7,103,5,103,36,82,43,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50672,2,7,-1,'Bloodvenom Blade',64536,4,8,0,1,1274568,254913,13,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,104,3,70,7,78,31,52,44,44,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50673,4,3,-1,'Dual-Bladed Pauldrons',64829,4,8,0,1,578280,115656,3,32767,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,128,7,107,5,71,32,90,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50674,4,4,-1,'Raging Behemoth\'s Shoulderplates',64707,4,8,0,1,672989,134597,3,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,90,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50675,4,2,-1,'Aldriana\'s Gloves of Secrecy',64434,4,8,0,1,322319,64463,10,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,128,7,136,44,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50676,2,15,-1,'Rib Spreader',64683,4,8,0,1,1294226,258845,13,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,88,3,78,7,78,32,52,36,44,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50677,4,1,-1,'Winding Sheet',64307,4,8,0,1,389712,77942,16,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,108,7,116,32,68,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50678,4,0,-1,'Seal of Many Mouths',64225,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,120,3,102,7,102,32,68,37,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,61,0,'',68,0,0,0,0,12340), (50679,4,2,-1,'Helm of the Elder Moon',64503,4,8,0,1,504140,100828,1,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,6,114,32,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50680,4,4,-1,'Rot-Resistant Breastplate',64695,4,8,0,1,944525,188905,5,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,185,7,139,5,139,32,106,36,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50681,4,4,-1,'Blightborne Warplate',64584,4,8,0,1,947895,189579,5,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,4,139,7,239,12,122,13,122,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,3354,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50682,4,0,-1,'Bile-Encrusted Medallion',64213,4,8,0,1,302495,75623,2,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,141,12,54,13,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50684,2,19,-1,'Corpse-Impaling Spike',64357,4,8,0,1,1026735,205347,26,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,58,7,44,5,44,32,38,36,30,0,0,0,0,0,0,0,0,0,0,0,0,580,1077,2,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50685,2,4,-1,'Trauma',64515,4,8,0,1,1373795,274759,21,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,3,45,836,7,48,5,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,414,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,71868,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50686,4,1,-1,'Death Surgeon\'s Sleeves',64231,4,8,0,1,275748,55149,9,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,6,68,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50687,4,3,-1,'Bloodsunder\'s Bracers',65185,4,8,0,1,415107,83021,9,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,60,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50688,4,3,-1,'Nerub\'ar Stalker\'s Cord',64837,4,8,0,1,416551,83310,6,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,6,38,181,3,120,7,107,5,71,32,74,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50689,4,3,-1,'Carapace of Forgotten Kings',64838,4,8,0,1,836072,167214,5,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,175,7,144,5,96,32,114,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50690,4,4,-1,'Fleshrending Gauntlets',64585,4,8,0,1,492237,98447,10,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,139,7,155,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50691,4,4,-1,'Belt of Broken Bones',64798,4,8,0,1,493978,98795,6,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,63,13,63,14,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1550,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50692,2,13,-1,'Black Bruise',64462,4,8,0,1,1274301,254860,21,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,2,38,72,7,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,782,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,71878,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50693,4,0,-1,'Might of Blight',64173,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,108,7,116,32,68,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,67,0,'',68,0,0,0,0,12340), (50694,4,1,-1,'Plaguebringer\'s Stained Pants',64291,4,8,0,1,527854,105570,7,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,185,7,139,5,139,36,116,31,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50695,2,10,-1,'Distant Land',64340,4,8,0,1,1655728,331145,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,244,3,159,7,147,32,122,36,122,0,0,0,0,0,0,0,0,0,0,0,0,625,938,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50696,4,2,-1,'Leather of Stitched Scourge Parts',64502,4,4104,0,1,664698,132939,7,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,185,7,139,5,139,6,122,36,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50697,4,2,-1,'Gangrenous Leggings',64432,4,8,0,1,667172,133434,7,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,228,3,167,7,183,32,122,31,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50698,4,3,-1,'Horrific Flesh Epaulets',65176,4,8,0,1,605360,121072,3,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,32,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50699,4,1,-1,'Plague Scientist\'s Boots',64351,4,8,0,1,403272,80654,8,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50700,4,0,-1,'Holiday\'s Grace',64203,4,8,0,1,302495,75623,2,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,60,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50701,4,4,-1,'Faceplate of the Forgotten',64692,4,8,0,1,709497,141899,1,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,106,43,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,-1,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50702,4,1,-1,'Lingering Illness',64389,4,8,0,1,271790,54358,6,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,32,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50703,4,3,-1,'Unclean Surgical Gloves',65174,4,8,0,1,409129,81825,10,32767,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,36,90,43,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50704,2,7,-1,'Rigormortis',64542,4,8,0,1,1368713,273742,21,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,5,45,836,7,76,5,76,36,66,31,50,0,0,0,0,0,0,0,0,0,0,0,0,143,414,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50705,4,2,-1,'Professor\'s Bloodied Smock',64501,4,8,0,1,343415,68683,6,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50706,4,0,-1,'Tiny Abomination in a Jar',64711,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,31,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71545,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,50,0,'',68,0,0,0,0,12340), (50707,4,2,-1,'Astrylian\'s Sutured Cinch',64430,4,8,0,1,345855,69171,6,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,181,3,120,7,136,32,90,44,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50708,2,4,-1,'Last Word',64511,4,8,0,1,1388371,277674,13,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,1,7,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,586,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,71873,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50709,2,1,-1,'Bryntroll, the Bone Arbiter',64879,4,8,0,1,1741649,348329,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,2,4,185,7,173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,1329,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,71839,2,0,2,500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50710,2,13,-1,'Keleseth\'s Seducer',64464,4,8,0,1,1299843,259968,22,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,88,3,78,7,78,36,52,31,44,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50711,4,3,-1,'Treads of the Wasteland',64835,4,8,0,1,589705,117941,8,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,128,7,107,5,71,32,90,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50712,4,4,-1,'Landsoul\'s Horned Greathelm',64587,4,8,0,1,686233,137246,1,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,32,114,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,4,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50713,4,2,-1,'Geistlord\'s Punishment Sack',64429,4,8,0,1,492957,98591,1,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,244,3,159,7,183,32,122,31,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50714,4,0,-1,'Valanar\'s Other Signet Ring',64174,4,524296,0,1,302495,75623,11,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,36,78,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,71,0,'',68,0,0,0,0,12340), (50715,4,2,-1,'Shoulders of Frost-Tipped Thorns',64444,4,8,0,1,496618,99323,3,1535,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,90,36,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50716,4,4,-1,'Taldaram\'s Plated Fists',64585,4,8,0,1,467900,93580,10,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,180,12,71,14,71,13,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50717,4,1,-1,'Sanguine Silk Robes',64860,4,8,0,1,533684,106736,20,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,6,122,36,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,8,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50718,4,1,-1,'Royal Crimson Cloak',54674,4,8,0,1,401707,80341,16,-1,-1,277,80,0,0,0,0,0,0,1,0,1,0,5,4,78,7,141,12,68,13,68,31,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50719,4,0,-1,'Shadow Silk Spindle',64440,4,8,0,1,302495,75623,23,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,119,7,78,5,78,32,68,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50720,4,0,-1,'Incarnadine Band of Mending',64173,4,524296,0,1,302495,75623,11,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,60,43,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,72,0,'',68,0,0,0,0,12340), (50721,4,4,-1,'Crypt Keeper\'s Bracers',64690,4,8,0,1,476562,95312,9,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,60,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50722,4,1,-1,'San\'layn Ritualist Gloves',64383,4,8,0,1,271736,54347,10,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,103,5,103,6,74,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50723,4,3,-1,'Mail of Crimson Coins',65173,4,8,0,1,818179,163635,5,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,36,98,43,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,8,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50724,4,0,-1,'Blood Queen\'s Crimson Choker',64222,4,8,0,1,302495,75623,2,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,45,110,7,78,5,78,32,65,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50725,2,10,-1,'Dying Light',64337,4,8,0,1,1716909,343381,17,-1,-1,277,80,0,0,0,0,0,0,6,0,1,0,5,45,837,7,176,5,176,6,131,36,131,0,0,0,0,0,0,0,0,0,0,0,0,388,662,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3753,0,375,-75.6,0,0,0,'',68,0,0,0,0,12340), (50726,4,0,-1,'Bauble of True Blood',64237,4,8,0,1,455760,113940,12,-1,-1,277,80,0,0,0,0,0,0,0,1,1,0,1,43,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71607,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,45,0,'',68,0,0,0,0,12340), (50727,2,6,-1,'Bloodfall',64554,4,8,0,1,1606082,321216,17,32767,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,175,7,183,32,122,36,98,0,0,0,0,0,0,0,0,0,0,0,0,886,1329,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50728,4,0,-1,'Lana\'thel\'s Chain of Flagellation',64201,4,8,0,1,302495,75623,2,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,108,7,116,44,73,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50729,4,6,-1,'Icecrown Glacial Wall',65055,4,8,0,1,828647,165729,14,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,141,12,54,14,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9262,0,0,0,0,0,0,0,0,0,64926,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,259,0,120,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50730,2,8,-1,'Glorenzelg, High-Blade of the Silver Hand',64397,4,8,0,1,1663877,332775,17,-1,-1,284,80,0,0,0,0,0,0,0,0,1,0,4,4,198,7,222,32,122,37,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,1487,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Paragon of the Light, lead our armies against the coming darkness.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50731,2,10,-1,'Archus, Greatstaff of Antonidas',64334,4,8,0,1,1670212,334042,17,-1,-1,284,80,0,0,0,0,0,0,6,0,1,0,5,45,893,7,188,5,188,6,141,36,141,0,0,0,0,0,0,0,0,0,0,0,0,377,666,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Six ornate runes encircle the head of the staff.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,3753,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50732,2,7,-1,'Bloodsurge, Kel\'Thuzad\'s Blade of Agony',64530,4,8,0,1,1341238,268247,21,-1,-1,284,80,0,0,0,0,0,0,0,1,1,0,5,45,893,7,81,5,81,36,71,32,55,0,0,0,0,0,0,0,0,0,0,0,0,161,447,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'This world will burn.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50733,2,18,-1,'Fal\'inrush, Defender of Quel\'thalas',64371,4,8,0,1,1009626,201925,26,-1,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,38,66,3,62,7,62,32,41,44,33,0,0,0,0,0,0,0,0,0,0,0,0,783,1071,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Thalas\'din belore.',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2877,0,375,69.93,0,0,0,'',68,0,0,0,0,12340), (50734,2,4,-1,'Royal Scepter of Terenas II',64521,4,8,0,1,1351237,270247,21,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,45,893,7,81,5,81,32,55,36,71,0,0,0,0,0,0,0,0,0,0,0,0,161,447,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Though broken and corrupt, you can still make out the royal seal of Lordaeron.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (50735,2,6,-1,'Oathbinder, Charge of the Ranger-General',64554,4,8,0,1,1695381,339076,17,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,38,228,3,179,7,195,32,114,44,122,0,0,0,0,0,0,0,0,0,0,0,0,991,1487,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A grotesque skull now rests atop the blade. Etched in blood across the axe head is one word repeated ten times: SUFFER.',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50736,2,15,-1,'Heaven\'s Fall, Kryss of a Thousand Lies',64997,4,8,0,1,1361373,272274,13,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,38,111,3,76,7,84,32,48,36,56,0,0,0,0,0,0,0,0,0,0,0,0,381,572,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A lying tongue hates those it crushes, but a flattering mouth works ruin.',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50737,2,0,-1,'Havoc\'s Call, Blade of Lordaeron Kings',64480,4,8,0,1,1366304,273260,13,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,38,95,3,84,7,84,32,56,36,48,0,0,0,0,0,0,0,0,0,0,0,0,481,895,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Let our enemies know that havoc calls and that with its song comes their end.',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50738,2,4,-1,'Mithrios, Bronzebeard\'s Legacy',64313,4,8,0,1,1371372,274274,13,-1,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,4,64,7,113,12,56,14,48,37,42,0,0,0,0,0,0,0,0,0,0,0,0,296,551,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Beneath the Scourge corruption you are able to make out a faint inscription: ...cry with me in the unified voice that will resonate to the throne of the Lich King himself! FOR THE ALLIANCE AND FOR KHAZ MODAN!',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50741,4,1,-1,'Vile Fumigator\'s Mask',64043,3,64,0,1,223289,44657,1,-1,-1,200,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,71947,1,0,0,-1,0,-1,71988,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',0,0,0,0,0,12340), (50759,2,0,-1,'Bone Warden\'s Splitter',64471,4,0,0,1,1254877,250975,13,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,82,3,62,7,62,36,41,44,41,0,0,0,0,0,0,0,0,0,0,0,0,215,401,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50760,2,4,-1,'Bonebreaker Scepter',64516,4,0,0,1,1259257,251851,13,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,92,4,42,13,44,31,39,12,36,0,0,0,0,0,0,0,0,0,0,0,0,244,454,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50761,2,8,-1,'Citadel Enforcer\'s Claymore',64396,4,0,0,1,1579699,315939,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,156,7,164,32,76,31,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,1091,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50762,4,3,-1,'Linked Scourge Vertebrae',64809,4,0,0,1,380478,76095,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,142,3,91,7,84,5,56,31,40,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50763,4,0,-1,'Marrowgar\'s Scratching Choker',64199,4,0,0,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,79,7,108,12,30,13,45,14,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50764,4,1,-1,'Shawl of Nerubian Silk',61403,4,0,0,1,383143,76628,16,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,122,3,72,7,61,37,56,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50765,4,1,-1,'Crimson Acolyte Hood',64258,4,4096,0,1,0,0,1,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,6,80,32,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50766,4,1,-1,'Crimson Acolyte Gloves',64257,4,4096,0,1,0,0,10,16,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,6,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50767,4,1,-1,'Crimson Acolyte Shoulderpads',64183,4,4096,0,1,0,0,3,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,6,71,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50768,4,1,-1,'Crimson Acolyte Robe',64167,4,4096,0,1,0,0,20,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,6,88,32,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50769,4,1,-1,'Crimson Acolyte Leggings',64255,4,4096,0,1,0,0,7,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,6,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50771,2,7,-1,'Frost Needle',64544,4,0,0,1,1186615,237323,21,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,657,7,59,5,59,36,54,31,49,0,0,0,0,0,0,0,0,0,0,0,0,103,325,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (50772,4,4,-1,'Ancient Skeletal Boots',64655,4,0,0,1,624145,124829,8,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,32,71,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1736,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50773,4,1,-1,'Cord of the Patronizing Practitioner',64374,4,0,0,1,239123,47824,6,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,6,54,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50774,4,3,-1,'Coldwraith Bracers',65224,4,0,0,1,369710,73942,9,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,36,49,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50775,4,4,-1,'Corrupted Silverplate Leggings',64633,4,0,0,1,865723,173144,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,32,81,36,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50776,2,2,-1,'Njorndar Bone Bow',64354,4,0,0,1,930936,186187,15,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,69,3,45,7,34,32,31,31,28,0,0,0,0,0,0,0,0,0,0,0,0,491,814,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,39.2,0,0,0,'',68,0,0,0,0,12340), (50777,4,3,-1,'Handgrips of Frost and Sleet',64810,4,4096,0,1,373725,74745,10,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,6,38,142,3,91,7,84,5,60,44,49,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50778,4,2,-1,'Soulthief\'s Braided Belt',63688,4,0,0,1,312563,62512,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,162,3,91,7,81,31,46,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50779,4,4,-1,'Deathspeaker Zealot\'s Helm',64527,4,4096,0,1,657428,131485,1,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,140,7,164,32,95,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50780,4,2,-1,'Chestguard of the Frigid Noose',64408,4,0,0,1,629568,125913,5,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,38,200,3,132,7,93,36,99,44,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50781,4,0,-1,'Scourgelord\'s Baton',64433,4,0,0,1,302495,75623,23,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,61,5,61,31,57,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50782,4,1,-1,'Sister\'s Handshrouds',64295,4,0,0,1,253603,50720,10,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,31,71,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50783,4,2,-1,'Boots of the Frozen Seed',64469,4,0,0,1,477195,95439,8,32767,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,81,5,81,36,76,32,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50784,4,3,-1,'Deathspeaker Disciple\'s Belt',65226,4,0,0,1,383106,76621,6,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,81,5,81,36,74,43,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2369,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50785,4,1,-1,'Bracers of Dark Blessings',64376,4,0,0,1,231944,46388,9,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,6,51,32,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50786,4,4,-1,'Ghoul Commander\'s Cuirass',64775,4,0,0,1,814873,162974,5,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,4,144,7,179,12,81,14,76,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,8,0,8,0,3304,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50787,2,0,-1,'Frost Giant\'s Cleaver',64472,4,0,0,1,1168606,233721,13,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,94,3,62,7,47,32,45,44,35,0,0,0,0,0,0,0,0,0,0,0,0,374,695,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50788,4,4,-1,'Bone Drake\'s Enameled Boots',64771,4,0,0,1,614709,122941,8,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,122,44,73,37,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1736,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50789,4,3,-1,'Icecrown Rampart Bracers',64818,4,0,0,1,353283,70656,9,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,114,3,72,7,42,5,42,31,42,32,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50790,4,0,-1,'Abomination\'s Bloody Ring',64171,4,524288,0,1,302495,75623,11,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,49,7,108,31,47,13,56,12,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,52,0,'',68,0,0,0,0,12340), (50791,4,1,-1,'Saronite Gargoyle Cloak',64325,4,0,0,1,365621,73124,16,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,91,32,32,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Even longer than your average cloak or cape.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50792,4,3,-1,'Pauldrons of Lost Hope',64804,4,0,0,1,552904,110580,3,32767,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,112,3,107,7,84,5,49,44,62,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50793,2,15,-1,'Midnight Sun',64675,4,0,0,1,1227742,245548,21,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,657,7,59,5,59,43,28,36,46,0,0,0,0,0,0,0,0,0,0,0,0,103,325,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (50794,4,6,-1,'Neverending Winter',64409,4,0,0,1,788558,157711,14,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,80,7,120,12,42,15,37,14,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,237,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50795,4,2,-1,'Cord of Dark Suffering',64470,4,0,0,1,309156,61831,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,6,71,32,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50796,4,4,-1,'Bracers of Pale Illumination',64772,4,0,0,1,436876,87375,9,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,70,5,57,36,45,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50797,4,3,-1,'Ice-Reinforced Vrykul Helm',65227,4,4096,0,1,560478,112095,1,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,97,5,103,36,88,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50798,2,1,-1,'Ramaladni\'s Blade of Culling',64321,4,0,0,1,1562512,312502,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,44,83,37,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,1123,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50799,4,2,-1,'Scourge Stranglers',64402,4,0,0,1,313628,62725,10,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,134,3,107,7,76,32,63,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50800,4,3,-1,'Hauberk of a Thousand Cuts',64817,4,0,0,1,755408,151081,5,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,255,3,72,7,113,5,76,31,64,32,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,8,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50801,4,4,-1,'Blade-Scored Carapace',64523,4,0,0,1,884376,176875,5,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,152,7,164,32,72,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50802,4,4,-1,'Gargoyle Spit Bracers',64772,4,0,0,1,446299,89259,9,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,72,7,108,12,42,13,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,630,0,0,0,'',68,0,0,0,0,12340), (50803,4,0,-1,'Saurfang\'s Cold-Forged Band',64174,4,524288,0,1,302495,75623,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,114,3,72,7,70,36,45,44,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,56,0,'',68,0,0,0,0,12340), (50804,4,1,-1,'Icecrown Spire Sandals',64296,4,0,0,1,383070,76614,8,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,31,46,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50805,2,10,-1,'Mag\'hari Chieftain\'s Staff',64341,4,0,0,1,1449351,289870,17,-1,-1,251,80,0,0,0,0,0,0,6,0,1,0,5,45,657,7,97,5,101,36,136,6,136,0,0,0,0,0,0,0,0,0,0,0,0,393,725,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,8,0,0,0,2770,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (50806,4,2,-1,'Leggings of Unrelenting Blood',64458,4,0,0,1,598114,119622,7,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,36,72,6,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50807,4,1,-1,'Thaumaturge\'s Crackling Cowl',64258,4,4096,0,1,360219,72043,1,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,6,88,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50808,4,4,-1,'Deathforged Legplates',64568,4,0,0,1,843662,168732,7,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,4,109,7,179,12,96,13,96,37,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50809,4,0,-1,'Soulcleave Pendant',64218,4,0,0,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,32,55,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50810,2,4,-1,'Gutbuster',64499,4,0,0,1,1214114,242822,13,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,123,3,47,7,47,32,42,31,39,0,0,0,0,0,0,0,0,0,0,0,0,374,695,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50811,4,4,-1,'Festering Fingerguards',64525,4,4096,0,1,428953,85790,10,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,122,31,71,37,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50812,4,3,-1,'Taldron\'s Long Neglected Boots',64816,4,0,0,1,552849,110569,8,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,153,3,91,7,84,5,60,32,33,44,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,972,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3224,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50815,2,7,-1,'Shadowmourne Monster Offhand',64073,4,0,8192,1,634556,126911,13,-1,-1,132,70,0,0,0,0,0,0,0,0,1,0,0,7,25,36,18,38,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50816,0,6,-1,'Scroll of Enchant Gloves - Angler',811,1,268435520,0,1,0,0,0,-1,-1,70,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71692,0,-1,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50818,15,5,-1,'Invincible\'s Reins',58122,4,32768,0,1,0,0,0,262143,32767,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,72286,6,0,0,-1,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50819,4,2,-1,'Lasherweave Mantle',64457,4,4096,0,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,70,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50820,4,2,-1,'Lasherweave Trousers',64458,4,4096,0,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,90,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50821,4,2,-1,'Lasherweave Cover',64446,4,4096,0,1,0,0,1,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50822,4,2,-1,'Lasherweave Gloves',64448,4,4096,0,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50823,4,2,-1,'Lasherweave Vestment',64730,4,4096,0,1,0,0,20,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50824,4,2,-1,'Lasherweave Shoulderpads',64457,4,4096,0,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,126,3,107,7,107,32,71,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50825,4,2,-1,'Lasherweave Legguards',64458,4,4096,0,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,159,3,144,7,144,44,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50826,4,2,-1,'Lasherweave Headguard',64446,4,4096,0,1,0,0,1,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,38,143,3,144,7,144,32,88,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50827,4,2,-1,'Lasherweave Handgrips',64448,4,4096,0,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,126,3,107,7,107,44,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50828,4,2,-1,'Lasherweave Raiment',64456,4,4096,0,1,0,0,20,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,38,159,3,144,7,144,32,96,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50830,4,3,-1,'Frost Witch\'s Chestguard',65228,4,4096,0,1,0,0,5,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,144,7,113,5,76,32,88,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50831,4,3,-1,'Frost Witch\'s Grips',65230,4,4096,0,1,0,0,10,64,32767,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,107,7,84,5,56,32,71,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,50,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50832,4,3,-1,'Frost Witch\'s Faceguard',65227,4,4096,0,1,0,0,1,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,136,7,113,5,76,32,88,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,85,0,0,0,0,1,0,2,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50833,4,3,-1,'Frost Witch\'s War-Kilt',65232,4,4096,0,1,0,0,7,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,159,3,144,7,113,5,76,32,88,31,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,105,0,0,0,0,2,0,4,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50834,4,3,-1,'Frost Witch\'s Shoulderguards',65233,4,4096,0,1,0,0,3,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,107,7,84,5,56,32,71,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50835,4,3,-1,'Frost Witch\'s Tunic',65228,4,4096,0,1,0,0,5,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50836,4,3,-1,'Frost Witch\'s Handguards',65230,4,4096,0,1,0,0,10,64,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50837,4,3,-1,'Frost Witch\'s Headpiece',65227,4,4096,0,1,0,0,1,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,139,7,109,5,109,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,85,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50838,4,3,-1,'Frost Witch\'s Legguards',65232,4,4096,0,1,0,0,7,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50839,4,3,-1,'Frost Witch\'s Spaulders',65233,4,4096,0,1,0,0,3,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50840,2,8,-1,'Monster - Frostmourne, Broken (Arthas Only Special)',64086,4,0,8192,1,60,12,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,4,14,3,20,7,10,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (50841,4,3,-1,'Frost Witch\'s Hauberk',65228,4,4096,0,1,0,0,5,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50842,4,3,-1,'Frost Witch\'s Gloves',65230,4,4096,0,1,0,0,10,64,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50843,4,3,-1,'Frost Witch\'s Helm',65227,4,4096,0,1,0,0,1,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,139,7,109,5,109,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50844,4,3,-1,'Frost Witch\'s Kilt',65232,4,4096,0,1,0,0,7,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50845,4,3,-1,'Frost Witch\'s Shoulderpads',65233,4,4096,0,1,0,0,3,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50846,4,4,-1,'Ymirjar Lord\'s Pauldrons',64618,4,4096,0,1,0,0,3,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,107,7,148,12,56,13,48,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50847,4,4,-1,'Ymirjar Lord\'s Legguards',64568,4,4096,0,1,0,0,7,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,109,7,191,12,80,13,96,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50848,4,4,-1,'Ymirjar Lord\'s Greathelm',64527,4,4096,0,1,0,0,1,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,144,7,179,12,76,13,60,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,896,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50849,4,4,-1,'Ymirjar Lord\'s Handguards',64525,4,4096,0,1,0,0,10,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,81,7,148,12,71,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,882,0,0,0,'',68,0,0,0,0,12340), (50850,4,4,-1,'Ymirjar Lord\'s Breastplate',64523,4,4096,0,1,0,0,5,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,144,7,191,13,60,14,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3590,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1064,0,0,0,'',68,0,0,0,0,12340), (50851,12,0,-1,'Pulsing Life Crystal',1262,1,64,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72424,0,0,0,5000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (50852,4,0,-1,'Precious\'s Putrid Collar',53560,4,0,0,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,72,38,119,7,64,31,55,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50853,4,4,-1,'Scourgelord Pauldrons',64705,4,4096,0,1,0,0,3,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,107,7,148,12,56,13,48,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50854,4,4,-1,'Scourgelord Legguards',64595,4,4096,0,1,0,0,7,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,109,7,191,12,96,13,80,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50855,4,4,-1,'Scourgelord Faceguard',64594,4,4096,0,1,0,0,1,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,144,7,179,12,76,13,60,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,898,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50856,4,4,-1,'Scourgelord Handguards',64593,4,4096,0,1,0,0,10,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,81,7,148,12,71,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,882,0,0,0,'',68,0,0,0,0,12340), (50857,4,4,-1,'Scourgelord Chestguard',64592,4,4096,0,1,0,0,5,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,144,7,191,13,60,14,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3590,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1064,0,0,0,'',68,0,0,0,0,12340), (50858,4,2,-1,'Plague-Soaked Leather Leggings',63691,4,4096,0,1,579983,115996,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,143,3,144,7,144,36,96,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,2,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50859,4,1,-1,'Cloak of Many Skins',35430,4,0,0,1,349340,69868,16,-1,-1,251,80,0,0,0,0,0,0,1,0,1,0,5,4,72,7,108,12,45,13,37,14,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50860,4,4,-1,'Lightsworn Shoulderguards',64999,4,4096,0,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,107,7,148,12,56,13,48,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50861,4,4,-1,'Lightsworn Legguards',64633,4,4096,0,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,109,7,191,12,96,13,80,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50862,4,4,-1,'Lightsworn Faceguard',64630,4,4096,0,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,4,144,7,179,12,76,13,60,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,901,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50863,4,4,-1,'Lightsworn Handguards',64627,4,4096,0,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,81,7,148,12,71,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2461,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,882,0,0,0,'',68,0,0,0,0,12340), (50864,4,4,-1,'Lightsworn Chestguard',64637,4,4096,0,1,0,0,5,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,144,7,191,13,60,14,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3590,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1064,0,0,0,'',68,0,0,0,0,12340), (50865,4,4,-1,'Lightsworn Spaulders',64999,4,4096,0,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,100,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50866,4,4,-1,'Lightsworn Greaves',64633,4,4096,0,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,120,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50867,4,4,-1,'Lightsworn Headpiece',64630,4,4096,0,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,899,100,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50868,4,4,-1,'Lightsworn Gloves',64627,4,4096,0,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50869,4,4,-1,'Lightsworn Tunic',64637,4,4096,0,1,0,0,5,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,109,5,109,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,165,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50965,4,4,-1,'Castle Breaker\'s Battleplate',64569,4,4096,0,1,898307,179661,5,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,84,44,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,8,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50966,2,10,-1,'Abracadaver',64330,4,0,0,1,1534070,306814,17,262143,2147483647,251,80,0,0,0,0,0,0,6,0,1,0,5,45,657,7,109,5,128,31,101,36,136,0,0,0,0,0,0,0,0,0,0,0,0,267,492,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,72770,0,0,0,900000,94,60000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3309,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (50967,4,4,-1,'Festergut\'s Gaseous Gloves',64627,4,4096,0,1,444886,88977,10,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,32,55,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50968,4,4,-1,'Cataclysmic Chestguard',64569,4,4096,0,1,931830,186366,5,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,4,123,7,207,12,108,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3817,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,8,0,2,0,3305,0,375,1176,0,0,0,'',68,0,0,0,0,12340), (50969,4,4,-1,'Chestplate of Unspoken Truths',64658,4,4096,0,1,935137,187027,5,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,100,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50970,4,3,-1,'Longstrider\'s Vest',64828,4,4096,0,1,804381,160876,5,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,146,7,128,5,85,32,108,44,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50971,4,3,-1,'Mail of the Geyser',65039,4,4096,0,1,730441,146088,5,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,100,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50972,4,2,-1,'Shadow Seeker\'s Tunic',64426,4,4096,0,1,611063,122212,5,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,184,3,162,7,162,32,92,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50973,4,2,-1,'Vestments of Spruce and Fir',64490,4,4096,0,1,613425,122685,20,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,84,36,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,8,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50974,4,1,-1,'Meteor Chaser\'s Raiment',64350,4,4096,0,1,492579,98515,20,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,84,36,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50975,4,1,-1,'Ermine Coronation Robes',64162,4,4096,0,1,494469,98893,20,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,84,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,2,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50976,4,4,-1,'Gauntlets of Overexposure',64668,4,4096,0,1,436796,87359,10,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50977,4,4,-1,'Gatecrasher\'s Gauntlets',64571,4,4096,0,1,438459,87691,10,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,80,44,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50978,4,4,-1,'Gauntlets of the Kraken',64571,4,4096,0,1,440078,88015,10,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,4,120,7,157,12,63,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2658,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3307,0,375,1008,0,0,0,'',68,0,0,0,0,12340), (50979,4,3,-1,'Logsplitters',64823,4,4096,0,1,376484,75296,10,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,112,7,95,5,63,32,64,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50980,4,3,-1,'Blizzard Keeper\'s Mitts',65032,4,4096,0,1,377901,75580,10,32767,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50981,4,2,-1,'Gloves of the Great Horned Owl',64491,4,4096,0,1,316099,63219,10,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50982,4,2,-1,'Cat Burglar\'s Grips',64424,4,4096,0,1,317248,63449,10,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,120,7,120,32,80,44,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50983,4,1,-1,'Gloves of False Gestures',65002,4,4096,0,1,0,0,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50984,4,1,-1,'Gloves of Ambivalence',64214,4,4096,0,1,262457,52491,10,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50985,4,2,-1,'Wrists of Septic Shock',64455,4,0,0,1,313719,62743,9,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,6,56,32,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50986,4,0,-1,'Signet of Putrefaction',64176,4,524288,0,1,302495,75623,11,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,36,45,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,53,0,'',68,0,0,0,0,12340), (50987,4,4,-1,'Malevolent Girdle',64784,4,4096,0,1,466869,93373,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,83,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50988,4,1,-1,'Bloodstained Surgeon\'s Shoulderguards',64183,4,4096,0,1,380478,76095,3,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,6,75,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50989,4,4,-1,'Lich Killer\'s Lanyard',64660,4,4096,0,1,470195,94039,6,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50990,4,1,-1,'Kilt of Untreated Wounds',64269,4,0,0,1,510857,102171,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,36,84,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50991,4,4,-1,'Verdigris Chain Belt',64784,4,4096,0,1,428480,85696,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,120,7,157,12,63,14,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2143,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,658,0,0,0,'',68,0,0,0,0,12340), (50992,4,3,-1,'Waistband of Despair',65035,4,4096,0,1,366599,73319,6,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50993,4,3,-1,'Band of the Night Raven',64820,4,4096,0,1,367978,73595,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,104,7,95,5,63,32,80,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50994,4,2,-1,'Belt of Petrified Ivy',64492,4,4096,0,1,307830,61566,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50995,4,2,-1,'Vengeful Noose',64635,4,4096,0,1,309011,61802,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,120,7,120,36,64,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50996,4,1,-1,'Belt of Omission',64347,4,4096,0,1,248154,49630,6,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50997,4,1,-1,'Circle of Ossus',64208,4,4096,0,1,249073,49814,6,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50998,2,10,-1,'Shaft of Glacial Ice',64336,4,0,0,1,1488896,297779,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,203,3,136,7,129,32,96,31,88,0,0,0,0,0,0,0,0,0,0,0,0,513,770,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (50999,2,16,-1,'Gluth\'s Fetching Knife',48157,4,4198400,0,1,371197,92799,25,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,64,3,45,7,41,32,31,31,28,0,0,0,0,0,0,0,0,0,0,0,0,384,577,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51000,4,4,-1,'Flesh-Shaper\'s Gurney Strap',64774,4,4096,0,1,433793,86758,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,122,31,55,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51001,4,0,-1,'Rotface\'s Rupturing Ring',64229,4,528384,0,1,353685,88421,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,91,44,47,37,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,55,0,'',68,0,0,0,0,12340), (51002,4,3,-1,'Taldron\'s Short-Sighted Helm',65130,4,4096,0,1,558562,111712,1,32767,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,255,3,87,7,113,5,76,44,68,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51003,2,13,-1,'Abomination Knuckles',64466,4,0,0,1,1245751,249150,21,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,3,62,7,47,36,44,44,36,38,94,0,0,0,0,0,0,0,0,0,0,0,0,427,642,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51004,2,4,-1,'Lockjaw',64506,4,0,0,1,1250253,250050,21,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,657,7,68,5,56,36,52,43,26,0,0,0,0,0,0,0,0,0,0,0,0,125,397,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (51005,4,1,-1,'Gloves of Broken Fingers',64369,4,4096,0,1,250926,50185,10,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,6,46,36,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,100,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51006,4,3,-1,'Shuffling Shoes',65259,4,0,0,1,569129,113825,8,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,43,35,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,972,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,2371,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51007,4,1,-1,'Ether-Soaked Bracers',64294,4,0,0,1,252727,50545,9,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,61,5,61,31,40,36,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51008,4,0,-1,'Choker of Filthy Diamonds',64203,4,0,0,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,63,5,60,36,53,43,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51009,4,2,-1,'Chestguard of the Failed Experiment',64442,4,0,0,1,636260,127252,20,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,6,72,32,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51010,2,7,-1,'The Facelifter',64537,4,0,0,1,1277022,255404,13,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,44,7,92,12,41,14,41,37,36,0,0,0,0,0,0,0,0,0,0,0,0,230,428,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51011,2,15,-1,'Flesh-Carving Scalpel',64656,4,0,0,1,1159724,231944,13,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,123,3,44,7,54,36,36,44,44,0,0,0,0,0,0,0,0,0,0,0,0,230,345,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51012,4,0,-1,'Infected Choker',64213,4,0,0,1,302495,75623,2,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,91,32,55,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51013,4,2,-1,'Discarded Bag of Entrails',63690,4,0,0,1,438227,87645,1,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,3,136,7,97,38,202,36,80,44,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51014,4,4,-1,'Scalpel-Sharpening Shoulderguards',64618,4,4096,0,1,614709,122941,3,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,122,44,73,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51015,4,3,-1,'Shoulderpads of the Morbid Ritual',64804,4,4096,0,1,546854,109370,3,32767,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,110,3,107,7,84,5,56,32,71,31,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51016,4,0,-1,'Pendant of Split Veins',64205,4,0,0,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,63,5,60,32,53,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3596,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51017,4,1,-1,'Cauterized Cord',64348,4,0,0,1,243747,48749,6,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,32,76,36,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51018,4,4,-1,'Chestplate of Septic Stitches',64637,4,0,0,1,856268,171253,5,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,43,36,32,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2526,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,2,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51019,4,3,-1,'Rippling Flesh Kilt',65231,4,0,0,1,736645,147329,7,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,36,84,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51020,4,1,-1,'Shoulders of Ruinous Senility',64893,4,0,0,1,369637,73927,3,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,36,71,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51021,2,7,-1,'Soulbreaker',64540,4,0,0,1,1236625,247325,13,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,94,3,62,7,47,36,38,32,43,0,0,0,0,0,0,0,0,0,0,0,0,374,695,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51022,2,6,-1,'Hersir\'s Greatspear',64382,4,0,0,1,1551409,310281,17,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,287,3,97,7,109,31,53,44,109,0,0,0,0,0,0,0,0,0,0,0,0,748,1123,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51023,4,2,-1,'Taldaram\'s Soft Slippers',64399,4,0,0,1,467065,93413,8,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,153,3,91,7,94,32,55,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51024,4,0,-1,'Thrice Fanged Signet',64230,4,528384,0,1,353685,88421,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,91,32,45,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,58,0,'',68,0,0,0,0,12340), (51025,4,4,-1,'Battle-Maiden\'s Legguards',64568,4,0,0,1,878158,175631,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,140,7,164,37,72,36,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51026,12,0,-1,'Crystalline Essence of Sindragosa',64092,1,2048,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cloud of glimmering frost churns within the crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51027,12,0,-1,'Crystalline Essence of Sindragosa',64092,1,2048,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'A cloud of glimmering frost churns within the crystal.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51125,4,4,-1,'Sanctified Scourgelord Shoulderplates',64706,4,4096,0,1,0,0,3,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51126,4,4,-1,'Sanctified Scourgelord Legplates',64603,4,4096,0,1,0,0,7,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,32,108,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51127,4,4,-1,'Sanctified Scourgelord Helmet',64601,4,4096,0,1,0,0,1,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,100,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,897,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51128,4,4,-1,'Sanctified Scourgelord Gauntlets',64602,4,4096,0,1,0,0,10,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51129,4,4,-1,'Sanctified Scourgelord Battleplate',64600,4,4096,0,1,0,0,5,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,32,108,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51130,4,4,-1,'Sanctified Scourgelord Pauldrons',64706,4,4096,0,1,0,0,3,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,169,12,63,13,55,14,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51131,4,4,-1,'Sanctified Scourgelord Legguards',64603,4,4096,0,1,0,0,7,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,219,12,108,13,92,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51132,4,4,-1,'Sanctified Scourgelord Handguards',64602,4,4096,0,1,0,0,10,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,169,12,80,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2658,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,1008,0,0,0,'',68,0,0,0,0,12340), (51133,4,4,-1,'Sanctified Scourgelord Faceguard',64601,4,4096,0,1,0,0,1,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,162,7,207,12,85,13,69,14,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,898,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51134,4,4,-1,'Sanctified Scourgelord Chestguard',64600,4,4096,0,1,0,0,5,32,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,162,7,219,13,69,14,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1190,0,0,0,'',68,0,0,0,0,12340), (51135,4,2,-1,'Sanctified Lasherweave Pauldrons',64496,4,4096,0,1,0,0,3,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,6,80,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,70,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51136,4,2,-1,'Sanctified Lasherweave Legplates',64486,4,4096,0,1,0,0,7,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,6,108,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,90,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51137,4,2,-1,'Sanctified Lasherweave Helmet',64488,4,4096,0,1,0,0,1,1024,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,100,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51138,4,2,-1,'Sanctified Lasherweave Gauntlets',64494,4,4096,0,1,0,0,10,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,6,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51139,4,2,-1,'Sanctified Lasherweave Robes',64732,4,4096,0,1,0,0,20,1024,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,6,108,32,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51140,4,2,-1,'Sanctified Lasherweave Shoulderpads',64496,4,4096,0,1,0,0,3,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,120,7,120,32,80,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51141,4,2,-1,'Sanctified Lasherweave Raiment',64490,4,4096,0,1,0,0,20,1024,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,184,3,162,7,162,32,108,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51142,4,2,-1,'Sanctified Lasherweave Legguards',64486,4,4096,0,1,0,0,7,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,38,184,3,162,7,162,44,108,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51143,4,2,-1,'Sanctified Lasherweave Headguard',64488,4,4096,0,1,0,0,1,1024,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,168,3,162,7,162,32,100,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51144,4,2,-1,'Sanctified Lasherweave Handgrips',64494,4,4096,0,1,0,0,10,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,120,7,120,44,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51145,4,2,-1,'Sanctified Lasherweave Vestment',64732,4,4096,0,1,0,0,20,1024,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51146,4,2,-1,'Sanctified Lasherweave Trousers',64486,4,4096,0,1,0,0,7,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,90,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51147,4,2,-1,'Sanctified Lasherweave Mantle',64496,4,4096,0,1,0,0,3,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,70,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51148,4,2,-1,'Sanctified Lasherweave Gloves',64494,4,4096,0,1,0,0,10,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51149,4,2,-1,'Sanctified Lasherweave Cover',64488,4,4096,0,1,0,0,1,1024,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51150,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Tunic',64828,4,4096,0,1,0,0,5,4,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,162,7,128,5,85,32,100,44,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,140,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51151,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Spaulders',64819,4,4096,0,1,0,0,3,4,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,120,7,95,5,63,32,80,44,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,85,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51152,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Legguards',64821,4,4096,0,1,0,0,7,4,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,162,7,128,5,85,32,100,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,105,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51153,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Headpiece',65129,4,4096,0,1,0,0,1,4,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,154,7,128,5,85,32,92,44,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,85,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51154,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Handguards',64823,4,4096,0,1,0,0,10,4,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,120,7,95,5,63,32,72,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51155,4,1,-1,'Sanctified Bloodmage Shoulderpads',64895,4,4096,0,1,0,0,3,128,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51156,4,1,-1,'Sanctified Bloodmage Robe',64242,4,4096,0,1,0,0,20,128,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,92,36,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51157,4,1,-1,'Sanctified Bloodmage Leggings',64241,4,4096,0,1,0,0,7,128,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51158,4,1,-1,'Sanctified Bloodmage Hood',65647,4,4096,0,1,0,0,1,128,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,108,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51159,4,1,-1,'Sanctified Bloodmage Gloves',64235,4,4096,0,1,0,0,10,128,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51160,4,4,-1,'Sanctified Lightsworn Shoulderplates',64998,4,4096,0,1,0,0,3,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51161,4,4,-1,'Sanctified Lightsworn Legplates',64667,4,4096,0,1,0,0,7,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,32,108,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51162,4,4,-1,'Sanctified Lightsworn Helmet',64688,4,4096,0,1,0,0,1,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,900,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51163,4,4,-1,'Sanctified Lightsworn Gauntlets',64668,4,4096,0,1,0,0,10,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51164,4,4,-1,'Sanctified Lightsworn Battleplate',64658,4,4096,0,1,0,0,5,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51165,4,4,-1,'Sanctified Lightsworn Tunic',64658,4,4096,0,1,0,0,5,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,165,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51166,4,4,-1,'Sanctified Lightsworn Spaulders',64998,4,4096,0,1,0,0,3,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,100,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51167,4,4,-1,'Sanctified Lightsworn Headpiece',64688,4,4096,0,1,0,0,1,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,899,100,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51168,4,4,-1,'Sanctified Lightsworn Greaves',64667,4,4096,0,1,0,0,7,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,120,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51169,4,4,-1,'Sanctified Lightsworn Gloves',64668,4,4096,0,1,0,0,10,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51170,4,4,-1,'Sanctified Lightsworn Shoulderguards',64998,4,4096,0,1,0,0,3,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,169,12,63,13,55,14,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51171,4,4,-1,'Sanctified Lightsworn Legguards',64667,4,4096,0,1,0,0,7,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,219,12,108,13,92,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51172,4,4,-1,'Sanctified Lightsworn Handguards',64668,4,4096,0,1,0,0,10,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,169,12,80,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2658,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,1008,0,0,0,'',68,0,0,0,0,12340), (51173,4,4,-1,'Sanctified Lightsworn Faceguard',64688,4,4096,0,1,0,0,1,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,162,7,211,12,85,13,69,14,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,901,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51174,4,4,-1,'Sanctified Lightsworn Chestguard',64658,4,4096,0,1,0,0,5,2,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,162,7,219,13,69,14,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1190,0,0,0,'',68,0,0,0,0,12340), (51175,4,1,-1,'Sanctified Crimson Acolyte Shoulderpads',64163,4,4096,0,1,0,0,3,16,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,6,80,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51176,4,1,-1,'Sanctified Crimson Acolyte Robe',64162,4,4096,0,1,0,0,20,16,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,6,100,32,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51177,4,1,-1,'Sanctified Crimson Acolyte Leggings',64212,4,4096,0,1,0,0,7,16,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,6,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51178,4,1,-1,'Sanctified Crimson Acolyte Hood',64160,4,4096,0,1,0,0,1,16,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,92,32,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51179,4,1,-1,'Sanctified Crimson Acolyte Gloves',64159,4,4096,0,1,0,0,10,16,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,6,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51180,4,1,-1,'Sanctified Crimson Acolyte Raiments',64162,4,4096,0,1,0,0,20,16,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,100,36,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51181,4,1,-1,'Sanctified Crimson Acolyte Pants',64212,4,4096,0,1,0,0,7,16,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51182,4,1,-1,'Sanctified Crimson Acolyte Mantle',64163,4,4096,0,1,0,0,3,16,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51183,4,1,-1,'Sanctified Crimson Acolyte Handwraps',64159,4,4096,0,1,0,0,10,16,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51184,4,1,-1,'Sanctified Crimson Acolyte Cowl',64160,4,4096,0,1,0,0,1,16,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,161,7,123,5,123,32,108,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51185,4,2,-1,'Sanctified Shadowblade Pauldrons',64398,4,4096,0,1,0,0,3,8,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,120,7,120,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51186,4,2,-1,'Sanctified Shadowblade Legplates',64416,4,4096,0,1,0,0,7,8,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,38,184,3,162,7,162,32,108,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51187,4,2,-1,'Sanctified Shadowblade Helmet',64427,4,4096,0,1,0,0,1,8,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,168,3,162,7,162,32,100,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51188,4,2,-1,'Sanctified Shadowblade Gauntlets',64943,4,4096,0,1,0,0,10,8,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,120,7,120,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51189,4,2,-1,'Sanctified Shadowblade Breastplate',64426,4,4096,0,1,0,0,5,8,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,184,3,162,7,162,32,108,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51190,4,3,-1,'Sanctified Frost Witch\'s Tunic',65039,4,4096,0,1,0,0,5,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51191,4,3,-1,'Sanctified Frost Witch\'s Handguards',65032,4,4096,0,1,0,0,10,64,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51192,4,3,-1,'Sanctified Frost Witch\'s Headpiece',65040,4,4096,0,1,0,0,1,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,161,7,123,5,123,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,85,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51193,4,3,-1,'Sanctified Frost Witch\'s Legguards',65038,4,4096,0,1,0,0,7,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,43,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51194,4,3,-1,'Sanctified Frost Witch\'s Spaulders',65033,4,4096,0,1,0,0,3,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51195,4,3,-1,'Sanctified Frost Witch\'s Chestguard',65039,4,4096,0,1,0,0,5,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,162,7,128,5,85,32,100,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51196,4,3,-1,'Sanctified Frost Witch\'s Grips',65032,4,4096,0,1,0,0,10,64,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,120,7,95,5,63,32,80,31,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,50,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51197,4,3,-1,'Sanctified Frost Witch\'s Faceguard',65040,4,4096,0,1,0,0,1,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,154,7,128,5,85,32,100,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,85,0,0,0,0,1,0,2,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51198,4,3,-1,'Sanctified Frost Witch\'s War-Kilt',65038,4,4096,0,1,0,0,7,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,184,3,162,7,128,5,85,32,100,31,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,105,0,0,0,0,2,0,4,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51199,4,3,-1,'Sanctified Frost Witch\'s Shoulderguards',65033,4,4096,0,1,0,0,3,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,120,7,95,5,63,32,80,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51200,4,3,-1,'Sanctified Frost Witch\'s Hauberk',65039,4,4096,0,1,0,0,5,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51201,4,3,-1,'Sanctified Frost Witch\'s Gloves',65032,4,4096,0,1,0,0,10,64,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51202,4,3,-1,'Sanctified Frost Witch\'s Helm',65040,4,4096,0,1,0,0,1,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,161,7,123,5,123,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51203,4,3,-1,'Sanctified Frost Witch\'s Kilt',65038,4,4096,0,1,0,0,7,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51204,4,3,-1,'Sanctified Frost Witch\'s Shoulderpads',65033,4,4096,0,1,0,0,3,64,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51205,4,1,-1,'Sanctified Dark Coven Shoulderpads',64277,4,4096,0,1,0,0,3,256,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51206,4,1,-1,'Sanctified Dark Coven Robe',64276,4,4096,0,1,0,0,20,256,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51207,4,1,-1,'Sanctified Dark Coven Leggings',64290,4,4096,0,1,0,0,7,256,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,32,108,31,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51208,4,1,-1,'Sanctified Dark Coven Hood',64274,4,4096,0,1,0,0,1,256,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,100,36,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51209,4,1,-1,'Sanctified Dark Coven Gloves',64284,4,4096,0,1,0,0,10,256,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,92,5,92,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51210,4,4,-1,'Sanctified Ymirjar Lord\'s Shoulderplates',64622,4,4096,0,1,0,0,3,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51211,4,4,-1,'Sanctified Ymirjar Lord\'s Legplates',64572,4,4096,0,1,0,0,7,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,184,32,108,37,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51212,4,4,-1,'Sanctified Ymirjar Lord\'s Helmet',64570,4,4096,0,1,0,0,1,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,100,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,895,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51213,4,4,-1,'Sanctified Ymirjar Lord\'s Gauntlets',64571,4,4096,0,1,0,0,10,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,129,7,137,32,80,31,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51214,4,4,-1,'Sanctified Ymirjar Lord\'s Battleplate',64569,4,4096,0,1,0,0,5,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,32,108,44,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51215,4,4,-1,'Sanctified Ymirjar Lord\'s Pauldrons',64622,4,4096,0,1,0,0,3,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,120,7,169,12,63,13,55,14,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51216,4,4,-1,'Sanctified Ymirjar Lord\'s Legguards',64572,4,4096,0,1,0,0,7,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,219,12,92,13,108,37,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51217,4,4,-1,'Sanctified Ymirjar Lord\'s Handguards',64571,4,4096,0,1,0,0,10,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,92,7,169,12,80,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2658,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,1008,0,0,0,'',68,0,0,0,0,12340), (51218,4,4,-1,'Sanctified Ymirjar Lord\'s Greathelm',64570,4,4096,0,1,0,0,1,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,162,7,207,12,77,13,69,14,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,896,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51219,4,4,-1,'Sanctified Ymirjar Lord\'s Breastplate',64569,4,4096,0,1,0,0,5,1,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,162,7,219,13,77,14,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1190,0,0,0,'',68,0,0,0,0,12340), (51220,4,4,-1,'Sanctified Ymirjar Lord\'s Breastplate',64580,4,4104,0,1,0,0,5,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,183,7,251,13,88,14,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4100,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1344,0,0,0,'',68,0,0,0,0,12340), (51221,4,4,-1,'Sanctified Ymirjar Lord\'s Greathelm',64577,4,4104,0,1,0,0,1,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,183,7,239,12,88,13,80,14,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,896,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51222,4,4,-1,'Sanctified Ymirjar Lord\'s Handguards',64578,4,4104,0,1,0,0,10,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,192,12,90,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,1148,0,0,0,'',68,0,0,0,0,12340), (51223,4,4,-1,'Sanctified Ymirjar Lord\'s Legguards',64576,4,4104,0,1,0,0,7,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,139,7,251,12,106,13,122,37,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51224,4,4,-1,'Sanctified Ymirjar Lord\'s Pauldrons',64623,4,4104,0,1,0,0,3,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,192,12,71,13,63,14,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51225,4,4,-1,'Sanctified Ymirjar Lord\'s Battleplate',64580,4,4104,0,1,0,0,5,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,193,7,209,32,122,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51226,4,4,-1,'Sanctified Ymirjar Lord\'s Gauntlets',64578,4,4104,0,1,0,0,10,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51227,4,4,-1,'Sanctified Ymirjar Lord\'s Helmet',64577,4,4104,0,1,0,0,1,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,32,114,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,895,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51228,4,4,-1,'Sanctified Ymirjar Lord\'s Legplates',64576,4,4104,0,1,0,0,7,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,193,7,208,32,122,37,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51229,4,4,-1,'Sanctified Ymirjar Lord\'s Shoulderplates',64623,4,4104,0,1,0,0,3,1,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51230,4,1,-1,'Sanctified Dark Coven Gloves',64285,4,4104,0,1,0,0,10,256,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51231,4,1,-1,'Sanctified Dark Coven Hood',64281,4,4104,0,1,0,0,1,256,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,114,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51232,4,1,-1,'Sanctified Dark Coven Leggings',64291,4,4104,0,1,0,0,7,256,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51233,4,1,-1,'Sanctified Dark Coven Robe',64279,4,4104,0,1,0,0,20,256,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51234,4,1,-1,'Sanctified Dark Coven Shoulderpads',64278,4,4104,0,1,0,0,3,256,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51235,4,3,-1,'Sanctified Frost Witch\'s Shoulderpads',65176,4,4104,0,1,0,0,3,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51236,4,3,-1,'Sanctified Frost Witch\'s Kilt',65172,4,4104,0,1,0,0,7,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51237,4,3,-1,'Sanctified Frost Witch\'s Helm',65175,4,4104,0,1,0,0,1,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,185,7,139,5,139,32,114,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51238,4,3,-1,'Sanctified Frost Witch\'s Gloves',65174,4,4104,0,1,0,0,10,64,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51239,4,3,-1,'Sanctified Frost Witch\'s Hauberk',65173,4,4104,0,1,0,0,5,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51240,4,3,-1,'Sanctified Frost Witch\'s Shoulderguards',65176,4,4104,0,1,0,0,3,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,136,7,107,5,71,32,90,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,85,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51241,4,3,-1,'Sanctified Frost Witch\'s War-Kilt',65172,4,4104,0,1,0,0,7,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,183,7,144,5,96,32,114,31,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,105,0,0,0,0,2,0,4,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51242,4,3,-1,'Sanctified Frost Witch\'s Faceguard',65175,4,4104,0,1,0,0,1,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,175,7,144,5,96,32,114,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,85,0,0,0,0,1,0,2,0,0,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51243,4,3,-1,'Sanctified Frost Witch\'s Grips',65174,4,4104,0,1,0,0,10,64,32767,277,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,136,7,107,5,71,32,90,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,50,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51244,4,3,-1,'Sanctified Frost Witch\'s Chestguard',65173,4,4104,0,1,0,0,5,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,183,7,144,5,96,32,114,36,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,140,0,0,0,0,2,0,8,0,0,0,3356,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51245,4,3,-1,'Sanctified Frost Witch\'s Spaulders',65176,4,4104,0,1,0,0,3,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,0,0,0,0,0,0,0,0,0,72958,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,85,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51246,4,3,-1,'Sanctified Frost Witch\'s Legguards',65172,4,4104,0,1,0,0,7,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,43,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,105,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51247,4,3,-1,'Sanctified Frost Witch\'s Headpiece',65175,4,4104,0,1,0,0,1,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,185,7,139,5,139,32,114,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,85,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51248,4,3,-1,'Sanctified Frost Witch\'s Handguards',65174,4,4104,0,1,0,0,10,64,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,43,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51249,4,3,-1,'Sanctified Frost Witch\'s Tunic',65173,4,4104,0,1,0,0,5,64,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,140,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51250,4,2,-1,'Sanctified Shadowblade Breastplate',64435,4,4104,0,1,0,0,5,8,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,183,7,183,32,122,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51251,4,2,-1,'Sanctified Shadowblade Gauntlets',64944,4,4104,0,1,0,0,10,8,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,136,7,136,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51252,4,2,-1,'Sanctified Shadowblade Helmet',64429,4,4104,0,1,0,0,1,8,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,196,3,183,7,183,32,114,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51253,4,2,-1,'Sanctified Shadowblade Legplates',64432,4,4104,0,1,0,0,7,8,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,183,7,183,32,122,37,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51254,4,2,-1,'Sanctified Shadowblade Pauldrons',64431,4,4104,0,1,0,0,3,8,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,136,7,136,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51255,4,1,-1,'Sanctified Crimson Acolyte Cowl',64224,4,4104,0,1,0,0,1,16,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,185,7,139,5,139,32,122,36,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51256,4,1,-1,'Sanctified Crimson Acolyte Handwraps',64386,4,4104,0,1,0,0,10,16,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51257,4,1,-1,'Sanctified Crimson Acolyte Mantle',64221,4,4104,0,1,0,0,3,16,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51258,4,1,-1,'Sanctified Crimson Acolyte Pants',64385,4,4104,0,1,0,0,7,16,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51259,4,1,-1,'Sanctified Crimson Acolyte Raiments',64860,4,4104,0,1,0,0,20,16,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,114,36,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51260,4,1,-1,'Sanctified Crimson Acolyte Gloves',64386,4,4104,0,1,0,0,10,16,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,6,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51261,4,1,-1,'Sanctified Crimson Acolyte Hood',64224,4,4104,0,1,0,0,1,16,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,6,106,32,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51262,4,1,-1,'Sanctified Crimson Acolyte Leggings',64385,4,4104,0,1,0,0,7,16,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,6,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51263,4,1,-1,'Sanctified Crimson Acolyte Robe',64860,4,4104,0,1,0,0,20,16,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,6,114,32,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,100,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51264,4,1,-1,'Sanctified Crimson Acolyte Shoulderpads',64221,4,4104,0,1,0,0,3,16,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,6,90,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51265,4,4,-1,'Sanctified Lightsworn Chestguard',64695,4,4104,0,1,0,0,5,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,183,7,251,13,80,14,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4100,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1344,0,0,0,'',68,0,0,0,0,12340), (51266,4,4,-1,'Sanctified Lightsworn Faceguard',64692,4,4104,0,1,0,0,1,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,183,7,243,12,96,13,80,14,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,901,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51267,4,4,-1,'Sanctified Lightsworn Handguards',64694,4,4104,0,1,0,0,10,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,192,12,90,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,1148,0,0,0,'',68,0,0,0,0,12340), (51268,4,4,-1,'Sanctified Lightsworn Legguards',64697,4,4104,0,1,0,0,7,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,139,7,251,12,122,13,106,37,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51269,4,4,-1,'Sanctified Lightsworn Shoulderguards',65000,4,4104,0,1,0,0,3,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,192,12,71,13,63,14,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51270,4,4,-1,'Sanctified Lightsworn Gloves',64694,4,4104,0,1,0,0,10,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,43,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,55,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51271,4,4,-1,'Sanctified Lightsworn Greaves',64674,4,4104,0,1,0,0,7,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,43,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,120,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51272,4,4,-1,'Sanctified Lightsworn Headpiece',64692,4,4104,0,1,0,0,1,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,114,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,899,100,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51273,4,4,-1,'Sanctified Lightsworn Spaulders',65000,4,4104,0,1,0,0,3,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,100,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51274,4,4,-1,'Sanctified Lightsworn Tunic',64695,4,4104,0,1,0,0,5,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,165,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51275,4,4,-1,'Sanctified Lightsworn Battleplate',64695,4,4104,0,1,0,0,5,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,193,7,209,32,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51276,4,4,-1,'Sanctified Lightsworn Gauntlets',64694,4,4104,0,1,0,0,10,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51277,4,4,-1,'Sanctified Lightsworn Helmet',64692,4,4104,0,1,0,0,1,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,32,114,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,900,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51278,4,4,-1,'Sanctified Lightsworn Legplates',64674,4,4104,0,1,0,0,7,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,193,7,209,32,122,37,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51279,4,4,-1,'Sanctified Lightsworn Shoulderplates',65000,4,4104,0,1,0,0,3,2,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51280,4,1,-1,'Sanctified Bloodmage Gloves',64250,4,4104,0,1,0,0,10,128,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,35,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51281,4,1,-1,'Sanctified Bloodmage Hood',64897,4,4104,0,1,0,0,1,128,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,122,36,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51282,4,1,-1,'Sanctified Bloodmage Leggings',64246,4,4104,0,1,0,0,7,128,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,75,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51283,4,1,-1,'Sanctified Bloodmage Robe',64859,4,4104,0,1,0,0,20,128,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,106,36,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,100,0,0,0,0,2,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51284,4,1,-1,'Sanctified Bloodmage Shoulderpads',64896,4,4104,0,1,0,0,3,128,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,60,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51285,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Handguards',64827,4,4104,0,1,0,0,10,4,32767,277,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,136,7,107,5,71,32,82,31,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51286,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Headpiece',65131,4,4104,0,1,0,0,1,4,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,175,7,144,5,96,32,106,44,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,85,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51287,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Legguards',64832,4,4104,0,1,0,0,7,4,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,183,7,144,5,96,32,114,36,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,105,0,0,0,0,4,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51288,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Spaulders',64829,4,4104,0,1,0,0,3,4,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,165,3,136,7,107,5,71,32,90,44,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,85,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51289,4,3,-1,'Sanctified Ahn\'Kahar Blood Hunter\'s Tunic',64840,4,4104,0,1,0,0,5,4,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,6,38,212,3,183,7,144,5,96,32,114,44,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,140,0,0,0,0,2,0,8,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51290,4,2,-1,'Sanctified Lasherweave Cover',64503,4,4104,0,1,0,0,1,1024,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,32,114,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51291,4,2,-1,'Sanctified Lasherweave Gloves',64504,4,4104,0,1,0,0,10,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51292,4,2,-1,'Sanctified Lasherweave Mantle',64444,4,4104,0,1,0,0,3,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,32,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,70,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51293,4,2,-1,'Sanctified Lasherweave Trousers',64502,4,4104,0,1,0,0,7,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,31,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,90,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51294,4,2,-1,'Sanctified Lasherweave Vestment',64734,4,4104,0,1,0,0,20,1024,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,32,122,36,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51295,4,2,-1,'Sanctified Lasherweave Handgrips',64504,4,4104,0,1,0,0,10,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,136,7,136,44,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51296,4,2,-1,'Sanctified Lasherweave Headguard',64503,4,4104,0,1,0,0,1,1024,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,196,3,183,7,183,32,114,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,70,0,0,0,0,1,0,2,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51297,4,2,-1,'Sanctified Lasherweave Legguards',64502,4,4104,0,1,0,0,7,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,183,7,183,44,122,37,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,90,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51298,4,2,-1,'Sanctified Lasherweave Raiment',64507,4,4104,0,1,0,0,20,1024,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,38,212,3,183,7,183,32,122,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,120,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51299,4,2,-1,'Sanctified Lasherweave Shoulderpads',64444,4,4104,0,1,0,0,3,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,38,165,3,136,7,136,32,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,70,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51300,4,2,-1,'Sanctified Lasherweave Robes',64734,4,4104,0,1,0,0,20,1024,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,6,122,32,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,120,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51301,4,2,-1,'Sanctified Lasherweave Gauntlets',64504,4,4104,0,1,0,0,10,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,6,90,36,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,40,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51302,4,2,-1,'Sanctified Lasherweave Helmet',64503,4,4104,0,1,0,0,1,1024,32767,277,80,0,0,0,0,0,0,0,0,1,0,5,45,186,7,139,5,139,6,114,32,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,70,0,0,0,0,1,0,2,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51303,4,2,-1,'Sanctified Lasherweave Legplates',64502,4,4104,0,1,0,0,7,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,195,7,139,5,139,6,122,36,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,90,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51304,4,2,-1,'Sanctified Lasherweave Pauldrons',64444,4,4104,0,1,0,0,3,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,45,150,7,103,5,103,6,90,32,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,70,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51305,4,4,-1,'Sanctified Scourgelord Chestguard',64584,4,4104,0,1,0,0,5,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,183,7,251,13,80,14,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4100,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,165,0,0,0,0,2,0,8,0,0,0,3307,0,375,1344,0,0,0,'',68,0,0,0,0,12340), (51306,4,4,-1,'Sanctified Scourgelord Faceguard',64587,4,4104,0,1,0,0,1,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,183,7,239,12,96,13,80,14,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,898,100,0,0,0,0,1,0,2,0,0,0,3766,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51307,4,4,-1,'Sanctified Scourgelord Handguards',64585,4,4104,0,1,0,0,10,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,103,7,192,12,90,31,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,1148,0,0,0,'',68,0,0,0,0,12340), (51308,4,4,-1,'Sanctified Scourgelord Legguards',64588,4,4104,0,1,0,0,7,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,139,7,251,12,122,13,106,37,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,120,0,0,0,0,4,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51309,4,4,-1,'Sanctified Scourgelord Pauldrons',64707,4,4104,0,1,0,0,3,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,5,4,136,7,192,12,71,13,63,14,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,100,0,0,0,0,2,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51310,4,4,-1,'Sanctified Scourgelord Battleplate',64584,4,4104,0,1,0,0,5,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,193,7,209,32,122,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,165,0,0,0,0,2,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51311,4,4,-1,'Sanctified Scourgelord Gauntlets',64585,4,4104,0,1,0,0,10,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,31,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,55,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51312,4,4,-1,'Sanctified Scourgelord Helmet',64587,4,4104,0,1,0,0,1,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,185,7,209,32,114,44,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,897,100,0,0,0,0,1,0,2,0,0,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51313,4,4,-1,'Sanctified Scourgelord Legplates',64588,4,4104,0,1,0,0,7,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,193,7,209,32,122,37,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2412,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,120,0,0,0,0,4,0,8,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51314,4,4,-1,'Sanctified Scourgelord Shoulderplates',64707,4,4104,0,1,0,0,3,32,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,4,147,7,155,32,90,44,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2067,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,100,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51315,12,0,-1,'Sealed Chest',7243,4,2048,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,1,24914,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51316,15,0,-1,'Unsealed Chest',64093,4,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51317,15,0,0,'Alexandros\' Soul Shard',54319,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Could it be...?',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51318,15,0,0,'Jaina\'s Locket',38543,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The locket opens to reveal an engraved image of Jaina Proudmoore.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51319,15,0,0,'Arthas\' Training Sword',16204,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A simple, heavily worn blade.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51320,15,0,0,'Badge of the Silver Hand',64096,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A medal given upon acceptance to the Knights of the Silver Hand.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51321,15,0,0,'Blood of Sylvanas',15711,4,0,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A vial of blood taken from the dying Sylvanas Windrunner.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51325,4,3,-1,'Blood-Drinker\'s Girdle',64809,4,0,0,1,377777,75555,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,142,3,91,7,84,5,49,36,44,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51326,2,19,-1,'Wand of Ruby Claret',64995,4,0,0,1,947819,189563,26,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,43,5,31,31,33,36,25,45,53,0,0,0,0,0,0,0,0,0,0,0,0,502,933,4,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51327,4,1,-1,'Wrathful Gladiator\'s Cord of Dominance',65289,4,36864,0,1,0,0,6,400,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,45,132,7,137,5,61,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51328,4,1,-1,'Wrathful Gladiator\'s Treads of Dominance',65290,4,36864,0,1,0,0,8,400,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,137,5,61,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51329,4,1,-1,'Wrathful Gladiator\'s Cuffs of Dominance',65296,4,36864,0,1,0,0,9,400,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,103,5,46,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51330,4,1,-1,'Wrathful Gladiator\'s Cloak of Dominance',61562,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51331,4,0,-1,'Wrathful Gladiator\'s Pendant of Dominance',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51332,4,1,-1,'Wrathful Gladiator\'s Cloak of Subjugation',61563,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,36,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51333,4,0,-1,'Wrathful Gladiator\'s Pendant of Subjugation',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,36,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51334,4,1,-1,'Wrathful Gladiator\'s Cloak of Ascendancy',61648,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,31,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51335,4,0,-1,'Wrathful Gladiator\'s Pendant of Ascendancy',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,31,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51336,4,0,-1,'Wrathful Gladiator\'s Band of Dominance',39129,4,36864,0,1,0,0,11,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51337,4,1,-1,'Wrathful Gladiator\'s Cord of Alacrity',65443,4,36864,0,1,0,0,6,400,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,45,132,7,137,5,61,36,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51338,4,1,-1,'Wrathful Gladiator\'s Treads of Alacrity',65291,4,36864,0,1,0,0,8,400,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,137,5,61,36,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51339,4,1,-1,'Wrathful Gladiator\'s Cuffs of Alacrity',65296,4,36864,0,1,0,0,9,400,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,103,5,46,36,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51340,4,2,-1,'Wrathful Gladiator\'s Belt of Salvation',65179,4,36864,0,1,0,0,6,1032,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,45,132,7,137,5,61,6,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51341,4,2,-1,'Wrathful Gladiator\'s Boots of Salvation',65182,4,36864,0,1,0,0,8,1032,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,137,5,61,6,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51342,4,2,-1,'Wrathful Gladiator\'s Armwraps of Salvation',65178,4,36864,0,1,0,0,9,1032,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,103,5,46,6,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51343,4,2,-1,'Wrathful Gladiator\'s Belt of Dominance',65179,4,36864,0,1,0,0,6,1032,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,45,132,7,137,5,61,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51344,4,2,-1,'Wrathful Gladiator\'s Boots of Dominance',65182,4,36864,0,1,0,0,8,1032,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,137,5,61,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51345,4,2,-1,'Wrathful Gladiator\'s Armwraps of Dominance',65178,4,36864,0,1,0,0,9,1032,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,103,5,46,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51346,4,1,-1,'Wrathful Gladiator\'s Cloak of Salvation',61563,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,43,30,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51347,4,0,-1,'Wrathful Gladiator\'s Pendant of Salvation',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,43,30,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51348,4,1,-1,'Wrathful Gladiator\'s Cloak of Deliverance',61562,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,6,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51349,4,0,-1,'Wrathful Gladiator\'s Pendant of Deliverance',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,5,45,106,7,103,5,46,6,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51350,4,3,-1,'Wrathful Gladiator\'s Waistguard of Triumph',65459,4,36864,0,1,0,0,6,68,32767,264,80,0,0,0,0,0,0,5,0,1,0,6,38,145,3,80,7,137,5,61,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51351,4,3,-1,'Wrathful Gladiator\'s Sabatons of Triumph',65461,4,36864,0,1,0,0,8,68,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,145,3,80,7,137,5,61,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51352,4,3,-1,'Wrathful Gladiator\'s Wristguards of Triumph',65458,4,36864,0,1,0,0,9,68,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,121,3,60,7,103,5,46,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51353,4,0,-1,'Wrathful Gladiator\'s Pendant of Sundering',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,4,38,181,7,136,44,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51354,4,1,-1,'Wrathful Gladiator\'s Cloak of Triumph',61564,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,4,38,181,7,136,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51355,4,0,-1,'Wrathful Gladiator\'s Pendant of Triumph',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,4,38,181,7,136,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51356,4,1,-1,'Wrathful Gladiator\'s Cloak of Victory',42615,4,36864,0,1,0,0,16,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,4,38,181,7,136,31,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51357,4,0,-1,'Wrathful Gladiator\'s Pendant of Victory',39162,4,36864,0,1,0,0,2,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,4,38,181,7,136,31,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51358,4,0,-1,'Wrathful Gladiator\'s Band of Triumph',39129,4,36864,0,1,0,0,11,262143,32767,264,80,0,0,0,0,0,0,0,1,1,0,4,38,181,7,136,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51359,4,4,-1,'Wrathful Gladiator\'s Girdle of Salvation',65239,4,36864,0,1,0,0,6,3,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,7,137,5,61,45,132,43,36,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51360,4,4,-1,'Wrathful Gladiator\'s Greaves of Salvation',65241,4,36864,0,1,0,0,8,3,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,137,5,61,45,132,43,36,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51361,4,4,-1,'Wrathful Gladiator\'s Bracers of Salvation',65244,4,36864,0,1,0,0,9,3,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,103,5,46,45,106,43,30,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51362,4,4,-1,'Wrathful Gladiator\'s Girdle of Triumph',65240,4,36864,0,1,0,0,6,35,32767,264,80,0,0,0,0,0,0,5,0,1,0,4,4,112,7,181,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51363,4,4,-1,'Wrathful Gladiator\'s Greaves of Triumph',65242,4,36864,0,1,0,0,8,35,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,4,112,7,181,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51364,4,4,-1,'Wrathful Gladiator\'s Bracers of Triumph',65245,4,36864,0,1,0,0,9,35,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,4,90,7,136,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51365,4,1,-1,'Wrathful Gladiator\'s Cord of Salvation',65443,4,36864,0,1,0,0,6,400,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,45,132,7,137,5,61,6,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51366,4,1,-1,'Wrathful Gladiator\'s Treads of Salvation',65444,4,36864,0,1,0,0,8,400,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,132,7,137,5,61,6,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51367,4,1,-1,'Wrathful Gladiator\'s Cuffs of Salvation',65445,4,36864,0,1,0,0,9,400,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,103,5,46,6,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51368,4,2,-1,'Wrathful Gladiator\'s Belt of Triumph',65200,4,36864,0,1,0,0,6,1032,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,38,122,3,112,7,137,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51369,4,2,-1,'Wrathful Gladiator\'s Boots of Triumph',65201,4,36864,0,1,0,0,8,1032,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,122,3,112,7,137,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51370,4,2,-1,'Wrathful Gladiator\'s Armwraps of Triumph',65199,4,36864,0,1,0,0,9,1032,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,92,3,90,7,103,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51371,4,3,-1,'Wrathful Gladiator\'s Waistguard of Salvation',65236,4,36864,0,1,0,0,6,68,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,7,137,5,61,45,132,43,36,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51372,4,3,-1,'Wrathful Gladiator\'s Sabatons of Salvation',65237,4,36864,0,1,0,0,8,68,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,137,5,61,45,132,43,36,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51373,4,3,-1,'Wrathful Gladiator\'s Wristguards of Salvation',65238,4,36864,0,1,0,0,9,68,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,103,5,46,45,106,43,30,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51374,4,3,-1,'Wrathful Gladiator\'s Waistguard of Dominance',65236,4,36864,0,1,0,0,6,68,32767,264,80,0,0,0,0,0,0,5,0,1,0,5,7,137,5,61,45,132,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,0,0,0,0,3596,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51375,4,3,-1,'Wrathful Gladiator\'s Sabatons of Dominance',65237,4,36864,0,1,0,0,8,68,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,137,5,61,45,132,32,72,35,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2878,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51376,4,3,-1,'Wrathful Gladiator\'s Wristguards of Dominance',65238,4,36864,0,1,0,0,9,68,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,103,5,46,45,106,32,60,35,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51377,4,0,-1,'Medallion of the Alliance',37840,4,32768,2,1,0,0,12,262143,1101,264,80,0,0,0,0,0,0,0,1,1,0,1,35,153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51378,4,0,-1,'Medallion of the Horde',37841,4,32768,1,1,0,0,12,262143,690,264,80,0,0,0,0,0,0,0,1,1,0,1,35,153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42292,0,0,0,120000,1182,120000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51379,4,1,-1,'Bloodsoul Raiment',64167,4,4096,0,1,492800,98560,20,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,6,78,36,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51380,4,1,-1,'Pale Corpse Boots',64372,4,0,0,1,370951,74190,8,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,6,55,32,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51381,4,0,-1,'Cerise Coiled Ring',64225,4,524288,0,1,302495,75623,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,57,5,62,32,59,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,54,0,'',68,0,0,0,0,12340), (51382,4,1,-1,'Heartsick Mender\'s Cape',64323,4,0,0,1,373615,74723,16,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,36,45,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51383,4,4,-1,'Spaulders of the Blood Princes',64618,4,0,0,1,654941,130988,3,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,4,74,7,136,12,77,14,45,31,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,8,0,0,0,3871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51384,2,15,-1,'Bloodsipper',64654,4,0,0,1,1254390,250878,13,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,62,38,94,7,47,32,42,36,39,0,0,0,0,0,0,0,0,0,0,0,0,259,481,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51385,2,3,-1,'Stakethrower',64363,4,0,0,1,876911,175382,26,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,70,3,45,7,32,44,31,36,28,0,0,0,0,0,0,0,0,0,0,0,0,501,836,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,36.9,0,0,0,'',68,0,0,0,0,12340), (51386,4,4,-1,'Throatrender Handguards',64780,4,4096,0,1,413148,82629,10,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,122,31,71,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51387,4,0,-1,'Seal of the Twilight Queen',44357,4,524288,0,1,302495,75623,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,72,7,70,38,114,36,53,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,57,0,'',68,0,0,0,0,12340), (51388,2,1,-1,'Wrathful Gladiator\'s Decapitator',65309,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,324,7,243,32,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,1273,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51389,2,1,-1,'Wrathful Gladiator\'s Sunderer',65310,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,334,7,275,32,106,35,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1407,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51390,2,5,-1,'Wrathful Gladiator\'s Bonegrinder',65314,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,324,7,243,32,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,1273,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51391,2,5,-1,'Wrathful Gladiator\'s Crusher',65312,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,334,7,275,32,106,35,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1407,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51392,2,8,-1,'Wrathful Gladiator\'s Greatsword',65315,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,324,7,243,32,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,1273,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51393,2,8,-1,'Wrathful Gladiator\'s Claymore',65316,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,334,7,275,32,106,35,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1407,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51394,2,2,-1,'Wrathful Gladiator\'s Longbow',65318,4,36864,0,1,0,0,15,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,102,7,77,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,889,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,50.19,0,0,0,'',0,0,0,0,0,12340), (51395,2,2,-1,'Wrathful Gladiator\'s Recurve',65317,4,36864,0,1,0,0,15,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,86,32,38,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,1003,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,62.6,0,0,0,'',0,0,0,0,0,12340), (51396,4,0,-1,'Wrathful Gladiator\'s Endgame',39505,4,36864,0,1,0,0,23,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,45,111,7,109,5,48,32,63,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51397,2,15,-1,'Wrathful Gladiator\'s Spellblade',65320,4,36864,0,1,0,0,21,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,59,45,738,32,51,35,51,0,0,0,0,0,0,0,0,0,0,0,0,114,333,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-86.9,0,0,0,'',0,0,0,0,0,12340), (51398,2,15,-1,'Wrathful Gladiator\'s Blade of Celerity',65325,4,36864,0,1,0,0,21,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,99,5,66,45,836,36,58,35,58,0,0,0,0,0,0,0,0,0,0,0,0,133,374,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3596,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (51399,2,15,-1,'Wrathful Gladiator\'s Mageblade',65323,4,36864,0,1,0,0,21,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,99,5,66,45,836,32,58,35,58,0,0,0,0,0,0,0,0,0,0,0,0,133,374,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3596,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (51400,2,10,-1,'Wrathful Gladiator\'s War Staff',65332,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,234,5,104,45,741,36,121,35,121,0,0,0,0,0,0,0,0,0,0,0,0,305,541,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (51401,2,10,-1,'Wrathful Gladiator\'s Combat Staff',65331,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,265,5,118,45,838,36,139,35,139,0,0,0,0,0,0,0,0,0,0,0,0,339,600,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.2,0,0,0,'',0,0,0,0,0,12340), (51402,2,10,-1,'Wrathful Gladiator\'s Focus Staff',65333,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,234,5,104,45,741,31,121,35,121,0,0,0,0,0,0,0,0,0,0,0,0,305,541,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (51403,2,10,-1,'Wrathful Gladiator\'s Acute Staff',65334,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,265,5,118,45,838,31,139,35,139,0,0,0,0,0,0,0,0,0,0,0,0,338,599,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (51404,2,10,-1,'Wrathful Gladiator\'s Battle Staff',65332,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,234,5,104,45,741,32,121,35,121,0,0,0,0,0,0,0,0,0,0,0,0,305,541,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (51405,2,10,-1,'Wrathful Gladiator\'s Skirmish Staff',65331,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,265,5,118,45,838,32,139,35,139,0,0,0,0,0,0,0,0,0,0,0,0,338,599,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (51406,2,15,-1,'Wrathful Gladiator\'s Blade of Alacrity',65324,4,36864,0,1,0,0,21,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,59,45,738,36,51,35,51,0,0,0,0,0,0,0,0,0,0,0,0,114,333,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-86.9,0,0,0,'',0,0,0,0,0,12340), (51407,4,0,-1,'Wrathful Gladiator\'s Compendium',39505,4,36864,0,1,0,0,23,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,45,111,7,109,5,48,35,63,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51408,4,0,-1,'Wrathful Gladiator\'s Grimoire',39505,4,36864,0,1,0,0,23,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,45,111,7,109,5,48,35,63,47,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51409,4,0,-1,'Wrathful Gladiator\'s Reprieve',39505,4,36864,0,1,0,0,23,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,45,111,7,109,5,48,6,63,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51410,2,19,-1,'Wrathful Gladiator\'s Touch of Defeat',65366,4,36864,0,1,0,0,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,60,7,58,5,26,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,554,1029,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51411,2,18,-1,'Wrathful Gladiator\'s Heavy Crossbow',65335,4,36864,0,1,0,0,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,102,7,77,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,889,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,50.19,0,0,0,'',0,0,0,0,0,12340), (51412,2,18,-1,'Wrathful Gladiator\'s Repeater',65337,4,36864,0,1,0,0,26,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,86,32,38,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,1003,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,62.6,0,0,0,'',0,0,0,0,0,12340), (51413,4,4,-1,'Wrathful Gladiator\'s Dreadplate Chestpiece',65246,4,36864,0,1,0,0,5,32,32767,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51414,4,4,-1,'Wrathful Gladiator\'s Dreadplate Gauntlets',65247,4,36864,0,1,0,0,10,32,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,119,7,191,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1684,0,0,0,0,0,0,0,0,0,62459,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51415,4,4,-1,'Wrathful Gladiator\'s Dreadplate Helm',65248,4,36864,0,1,0,0,1,32,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2189,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51416,4,4,-1,'Wrathful Gladiator\'s Dreadplate Legguards',65249,4,36864,0,1,0,0,7,32,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51417,4,10,-1,'Wrathful Gladiator\'s Sigil of Strife',51913,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60690,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51418,4,4,-1,'Wrathful Gladiator\'s Dreadplate Shoulders',65579,4,36864,0,1,0,0,3,32,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,119,7,191,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2020,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,768,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51419,4,2,-1,'Wrathful Gladiator\'s Kodohide Robes',65162,4,36864,0,1,0,0,20,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,6,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51420,4,2,-1,'Wrathful Gladiator\'s Kodohide Gloves',65152,4,36864,0,1,0,0,10,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,6,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51421,4,2,-1,'Wrathful Gladiator\'s Kodohide Helm',65154,4,36864,0,1,0,0,1,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,6,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51422,4,2,-1,'Wrathful Gladiator\'s Kodohide Legguards',65157,4,36864,0,1,0,0,7,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,6,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51423,4,8,-1,'Wrathful Gladiator\'s Idol of Tenacity',9659,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60741,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51424,4,2,-1,'Wrathful Gladiator\'s Kodohide Spaulders',65649,4,36864,0,1,0,0,3,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,6,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,773,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51425,4,2,-1,'Wrathful Gladiator\'s Dragonhide Robes',65162,4,36864,0,1,0,0,20,1024,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,5,38,174,3,155,7,195,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51426,4,2,-1,'Wrathful Gladiator\'s Dragonhide Gloves',65152,4,36864,0,1,0,0,10,1024,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,119,7,145,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,61252,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51427,4,2,-1,'Wrathful Gladiator\'s Dragonhide Helm',65154,4,36864,0,1,0,0,1,1024,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,5,38,174,3,155,7,195,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51428,4,2,-1,'Wrathful Gladiator\'s Dragonhide Legguards',65157,4,36864,0,1,0,0,7,1024,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,5,38,174,3,155,7,195,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51429,4,8,-1,'Wrathful Gladiator\'s Idol of Resolve',34953,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60701,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51430,4,2,-1,'Wrathful Gladiator\'s Dragonhide Spaulders',65649,4,36864,0,1,0,0,3,1024,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,119,7,145,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,775,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51431,2,10,-1,'Wrathful Gladiator\'s Staff',65166,4,36864,0,1,0,0,17,1024,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,3,146,7,243,32,92,35,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,707,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51432,2,10,-1,'Wrathful Gladiator\'s Greatstaff',65167,4,36864,0,1,0,0,17,1024,2147483647,277,80,0,0,0,0,0,0,0,0,1,0,4,3,167,7,275,32,106,35,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,782,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51433,4,2,-1,'Wrathful Gladiator\'s Wyrmhide Robes',65162,4,36864,0,1,0,0,20,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51434,4,2,-1,'Wrathful Gladiator\'s Wyrmhide Gloves',65152,4,36864,0,1,0,0,10,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,33830,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,40,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51435,4,2,-1,'Wrathful Gladiator\'s Wyrmhide Helm',65154,4,36864,0,1,0,0,1,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51436,4,2,-1,'Wrathful Gladiator\'s Wyrmhide Legguards',65157,4,36864,0,1,0,0,7,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,90,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51437,4,8,-1,'Wrathful Gladiator\'s Idol of Steadfastness',34953,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60726,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51438,4,2,-1,'Wrathful Gladiator\'s Wyrmhide Spaulders',65649,4,36864,0,1,0,0,3,1024,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,774,70,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51439,2,0,-1,'Wrathful Gladiator\'s Hacker',65357,4,36864,0,1,0,0,22,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51440,2,0,-1,'Wrathful Gladiator\'s Dicer',65361,4,36864,0,1,0,0,22,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,489,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51441,2,15,-1,'Wrathful Gladiator\'s Shiv',65343,4,36864,0,1,0,0,22,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,413,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51442,2,15,-1,'Wrathful Gladiator\'s Dirk',65342,4,36864,0,1,0,0,22,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,456,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51443,2,13,-1,'Wrathful Gladiator\'s Left Ripper',65308,4,36864,0,1,0,0,22,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51444,2,13,-1,'Wrathful Gladiator\'s Left Razor',65349,4,36864,0,1,0,0,22,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,489,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51445,2,4,-1,'Wrathful Gladiator\'s Bonecracker',65377,4,36864,0,1,0,0,22,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51446,2,4,-1,'Wrathful Gladiator\'s Punisher',65378,4,36864,0,1,0,0,22,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,489,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51447,2,7,-1,'Wrathful Gladiator\'s Quickblade',65390,4,36864,0,1,0,0,22,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51448,2,7,-1,'Wrathful Gladiator\'s Swiftblade',65385,4,36864,0,1,0,0,22,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,489,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51449,2,3,-1,'Wrathful Gladiator\'s Rifle',65364,4,36864,0,1,0,0,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,102,7,77,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,889,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,50.19,0,0,0,'',0,0,0,0,0,12340), (51450,2,3,-1,'Wrathful Gladiator\'s Shotgun',65365,4,36864,0,1,0,0,26,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,115,7,86,32,38,35,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,1003,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,-1,62.6,0,0,0,'',0,0,0,0,0,12340), (51451,2,19,-1,'Wrathful Gladiator\'s Wand of Alacrity',65370,4,36864,0,1,0,0,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,60,7,58,5,26,35,34,36,34,0,0,0,0,0,0,0,0,0,0,0,0,554,1029,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51452,4,6,-1,'Wrathful Gladiator\'s Barrier',65580,4,36864,0,1,0,0,14,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,45,111,7,109,5,48,32,63,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9051,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,253,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51453,2,4,-1,'Wrathful Gladiator\'s Gavel',65379,4,36864,0,1,0,0,21,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,88,5,59,45,738,43,25,35,51,0,0,0,0,0,0,0,0,0,0,0,0,120,339,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (51454,2,4,-1,'Wrathful Gladiator\'s Salvation',65380,4,36864,0,1,0,0,21,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,99,5,66,45,836,43,29,35,58,0,0,0,0,0,0,0,0,0,0,0,0,133,374,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,3752,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (51455,4,6,-1,'Wrathful Gladiator\'s Redoubt',65581,4,36864,0,1,0,0,14,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,45,111,7,109,5,48,43,32,35,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9051,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,253,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51456,2,10,-1,'Wrathful Gladiator\'s Energy Staff',65327,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,234,5,104,45,741,6,120,35,120,0,0,0,0,0,0,0,0,0,0,0,0,305,541,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-83.1,0,0,0,'',0,0,0,0,0,12340), (51457,2,10,-1,'Wrathful Gladiator\'s Light Staff',65330,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,5,7,265,5,118,45,838,6,139,35,139,0,0,0,0,0,0,0,0,0,0,0,0,338,599,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,-91.6,0,0,0,'',0,0,0,0,0,12340), (51458,4,3,-1,'Wrathful Gladiator\'s Chain Armor',65463,4,36864,0,1,0,0,5,4,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,6,38,197,3,114,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51459,4,3,-1,'Wrathful Gladiator\'s Chain Gauntlets',65464,4,36864,0,1,0,0,10,4,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,6,38,154,3,85,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,61255,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51460,4,3,-1,'Wrathful Gladiator\'s Chain Helm',65919,4,36864,0,1,0,0,1,4,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,6,38,197,3,114,7,195,5,87,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51461,4,3,-1,'Wrathful Gladiator\'s Chain Leggings',65465,4,36864,0,1,0,0,7,4,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,6,38,197,3,114,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51462,4,3,-1,'Wrathful Gladiator\'s Chain Spaulders',65214,4,36864,0,1,0,0,3,4,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,6,38,154,3,85,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,772,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51463,4,1,-1,'Wrathful Gladiator\'s Silk Raiment',65274,4,36864,0,1,0,0,20,128,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51464,4,1,-1,'Wrathful Gladiator\'s Silk Handguards',65279,4,36864,0,1,0,0,10,128,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,44301,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51465,4,1,-1,'Wrathful Gladiator\'s Silk Cowl',65280,4,36864,0,1,0,0,1,128,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51466,4,1,-1,'Wrathful Gladiator\'s Silk Trousers',65282,4,36864,0,1,0,0,7,128,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51467,4,1,-1,'Wrathful Gladiator\'s Silk Amice',65285,4,36864,0,1,0,0,3,128,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,779,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51468,4,4,-1,'Wrathful Gladiator\'s Ornamented Chestguard',65271,4,36864,0,1,0,0,5,2,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51469,4,4,-1,'Wrathful Gladiator\'s Ornamented Gloves',65272,4,36864,0,1,0,0,10,2,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,7,145,5,64,45,140,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1684,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,38522,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,55,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51470,4,4,-1,'Wrathful Gladiator\'s Ornamented Headcover',65270,4,36864,0,1,0,0,1,2,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2189,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51471,4,4,-1,'Wrathful Gladiator\'s Ornamented Legplates',65273,4,36864,0,1,0,0,7,2,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,120,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51472,4,7,-1,'Wrathful Gladiator\'s Libram of Justice',1103,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60664,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51473,4,4,-1,'Wrathful Gladiator\'s Ornamented Spaulders',65268,4,36864,0,1,0,0,3,2,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,7,149,5,64,45,140,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2020,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,767,100,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51474,4,4,-1,'Wrathful Gladiator\'s Scaled Chestpiece',65271,4,36864,0,1,0,0,5,2,32767,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51475,4,4,-1,'Wrathful Gladiator\'s Scaled Gauntlets',65272,4,36864,0,1,0,0,10,2,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,119,7,191,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1684,0,0,0,0,0,0,0,0,0,44300,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51476,4,4,-1,'Wrathful Gladiator\'s Scaled Helm',65270,4,36864,0,1,0,0,1,2,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2189,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51477,4,4,-1,'Wrathful Gladiator\'s Scaled Legguards',65273,4,36864,0,1,0,0,7,2,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51478,4,7,-1,'Wrathful Gladiator\'s Libram of Fortitude',34960,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60636,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51479,4,4,-1,'Wrathful Gladiator\'s Scaled Shoulders',65268,4,36864,0,1,0,0,3,2,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,119,7,191,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2020,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,766,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51480,2,6,-1,'Wrathful Gladiator\'s Pike',65382,4,36864,0,1,0,0,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,324,7,243,32,92,35,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,1273,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51481,2,6,-1,'Wrathful Gladiator\'s Halberd',65648,4,36864,0,1,0,0,17,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,334,7,275,32,106,35,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1407,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,8,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51482,4,1,-1,'Wrathful Gladiator\'s Mooncloth Robe',65447,4,36864,0,1,0,0,20,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,6,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,100,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51483,4,1,-1,'Wrathful Gladiator\'s Mooncloth Gloves',65952,4,36864,0,1,0,0,10,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,6,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,35,0,0,0,0,8,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51484,4,1,-1,'Wrathful Gladiator\'s Mooncloth Hood',65281,4,36864,0,1,0,0,1,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,6,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,1,0,2,0,0,0,3352,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51485,4,1,-1,'Wrathful Gladiator\'s Mooncloth Leggings',65451,4,36864,0,1,0,0,7,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,6,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51486,4,1,-1,'Wrathful Gladiator\'s Mooncloth Mantle',65286,4,36864,0,1,0,0,3,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,6,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,777,60,0,0,0,0,4,0,0,0,0,0,2890,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51487,4,1,-1,'Wrathful Gladiator\'s Satin Robe',65447,4,36864,0,1,0,0,20,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51488,4,1,-1,'Wrathful Gladiator\'s Satin Gloves',65452,4,36864,0,1,0,0,10,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,44297,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,35,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51489,4,1,-1,'Wrathful Gladiator\'s Satin Hood',65281,4,36864,0,1,0,0,1,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51490,4,1,-1,'Wrathful Gladiator\'s Satin Leggings',65451,4,36864,0,1,0,0,7,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51491,4,1,-1,'Wrathful Gladiator\'s Satin Mantle',65286,4,36864,0,1,0,0,3,16,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,778,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51492,4,2,-1,'Wrathful Gladiator\'s Leather Tunic',65198,4,36864,0,1,0,0,5,8,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,5,38,174,3,155,7,195,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,120,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51493,4,2,-1,'Wrathful Gladiator\'s Leather Gloves',65188,4,36864,0,1,0,0,10,8,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,119,7,145,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,61249,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,40,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51494,4,2,-1,'Wrathful Gladiator\'s Leather Helm',65195,4,36864,0,1,0,0,1,8,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,38,174,3,155,7,195,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,1,0,2,0,0,0,3314,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51495,4,2,-1,'Wrathful Gladiator\'s Leather Legguards',65203,4,36864,0,1,0,0,7,8,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,38,174,3,155,7,195,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,90,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51496,4,2,-1,'Wrathful Gladiator\'s Leather Spaulders',65202,4,36864,0,1,0,0,3,8,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,119,7,145,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,776,70,0,0,0,0,4,0,0,0,0,0,2952,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51497,4,3,-1,'Wrathful Gladiator\'s Ringmail Armor',65218,4,36864,0,1,0,0,20,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,43,49,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51498,4,3,-1,'Wrathful Gladiator\'s Ringmail Gauntlets',65219,4,36864,0,1,0,0,10,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,145,5,64,45,140,43,38,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51499,4,3,-1,'Wrathful Gladiator\'s Ringmail Helm',65221,4,36864,0,1,0,0,1,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,43,49,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51500,4,3,-1,'Wrathful Gladiator\'s Ringmail Leggings',65235,4,36864,0,1,0,0,7,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,43,49,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51501,4,9,-1,'Wrathful Gladiator\'s Totem of the Third Wind',46045,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60562,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51502,4,3,-1,'Wrathful Gladiator\'s Ringmail Spaulders',65597,4,36864,0,1,0,0,3,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,145,5,64,45,140,43,38,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,771,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51503,4,3,-1,'Wrathful Gladiator\'s Linked Armor',65218,4,36864,0,1,0,0,20,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,6,38,197,3,114,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51504,4,3,-1,'Wrathful Gladiator\'s Linked Gauntlets',65219,4,36864,0,1,0,0,10,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,6,38,154,3,85,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,50,0,0,0,0,8,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51505,4,3,-1,'Wrathful Gladiator\'s Linked Helm',65221,4,36864,0,1,0,0,1,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,6,38,197,3,114,7,195,5,87,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,1,0,2,0,0,0,2843,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51506,4,3,-1,'Wrathful Gladiator\'s Linked Leggings',65235,4,36864,0,1,0,0,7,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,6,38,197,3,114,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,105,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51507,4,9,-1,'Wrathful Gladiator\'s Totem of Indomitability',25246,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60554,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51508,4,3,-1,'Wrathful Gladiator\'s Linked Spaulders',65597,4,36864,0,1,0,0,3,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,6,38,154,3,85,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,770,85,0,0,0,0,4,0,0,0,0,0,2874,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51509,4,3,-1,'Wrathful Gladiator\'s Mail Armor',65218,4,36864,0,1,0,0,20,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,140,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51510,4,3,-1,'Wrathful Gladiator\'s Mail Gauntlets',65219,4,36864,0,1,0,0,10,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,145,5,64,45,140,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,0,0,0,32973,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,50,0,0,0,0,8,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51511,4,3,-1,'Wrathful Gladiator\'s Mail Helm',65221,4,36864,0,1,0,0,1,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,1,0,2,0,0,0,2854,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51512,4,3,-1,'Wrathful Gladiator\'s Mail Leggings',65235,4,36864,0,1,0,0,7,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,195,5,87,45,182,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,105,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51513,4,9,-1,'Wrathful Gladiator\'s Totem of Survival',25246,4,36864,0,1,0,0,28,32767,-1,270,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60575,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Counts as an Air, Earth, Fire, and Water totem.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51514,4,3,-1,'Wrathful Gladiator\'s Mail Spaulders',65597,4,36864,0,1,0,0,3,64,-1,270,80,0,0,0,0,0,0,0,0,1,0,5,7,145,5,64,45,140,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,769,85,0,0,0,0,4,0,0,0,0,0,2865,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51515,2,0,-1,'Wrathful Gladiator\'s Cleaver',65363,4,36864,0,1,0,0,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51516,2,0,-1,'Wrathful Gladiator\'s Handaxe',65361,4,36864,0,1,0,0,13,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51517,2,15,-1,'Wrathful Gladiator\'s Shanker',65401,4,36864,0,1,0,0,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,490,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51518,2,15,-1,'Wrathful Gladiator\'s Spike',65340,4,36864,0,1,0,0,13,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,541,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51519,2,4,-1,'Wrathful Gladiator\'s Pummeler',65372,4,36864,0,1,0,0,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51520,2,4,-1,'Wrathful Gladiator\'s Truncheon',65376,4,36864,0,1,0,0,13,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51521,2,7,-1,'Wrathful Gladiator\'s Slicer',65389,4,36864,0,1,0,0,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,707,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51522,2,7,-1,'Wrathful Gladiator\'s Longblade',65388,4,36864,0,1,0,0,13,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,782,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51523,2,13,-1,'Wrathful Gladiator\'s Right Ripper',65353,4,36864,0,1,0,0,21,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51524,2,13,-1,'Wrathful Gladiator\'s Grasp',65404,4,36864,0,1,0,0,21,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51525,2,0,-1,'Wrathful Gladiator\'s Chopper',65363,4,36864,0,1,0,0,22,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51526,2,0,-1,'Wrathful Gladiator\'s Splitter',65361,4,36864,0,1,0,0,22,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51527,2,15,-1,'Wrathful Gladiator\'s Mutilator',65401,4,36864,0,1,0,0,22,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,531,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51528,2,15,-1,'Wrathful Gladiator\'s Eviscerator',65340,4,36864,0,1,0,0,22,-1,-1,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,586,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51529,2,13,-1,'Wrathful Gladiator\'s Left Claw',65350,4,36864,0,1,0,0,22,262143,32767,277,80,0,0,0,0,0,0,0,0,1,0,4,38,141,7,118,32,44,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,847,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51530,2,13,-1,'Wrathful Gladiator\'s Left Render',65351,4,36864,0,1,0,0,22,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,4,38,123,7,104,32,38,35,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51531,2,19,-1,'Wrathful Gladiator\'s Piercing Touch',65371,4,36864,0,1,0,0,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,60,7,58,5,26,35,34,47,43,0,0,0,0,0,0,0,0,0,0,0,0,554,1029,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51532,2,19,-1,'Wrathful Gladiator\'s Baton of Light',65369,4,36864,0,1,0,0,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,60,7,58,5,26,6,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,554,1029,2,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,0,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51533,4,6,-1,'Wrathful Gladiator\'s Shield Wall',65582,4,36864,0,1,0,0,14,-1,-1,270,80,0,0,0,0,0,0,0,0,1,0,2,7,181,35,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9051,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,4,0,0,253,0,120,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51534,4,0,-1,'Wrathful Gladiator\'s Tabard',58691,4,32768,0,1,0,0,19,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51535,2,16,-1,'Wrathful Gladiator\'s War Edge',65394,4,4231168,0,1,0,0,25,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,38,102,7,77,32,34,35,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,672,0,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51536,4,1,-1,'Wrathful Gladiator\'s Felweave Raiment',65275,4,36864,0,1,0,0,20,256,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,100,0,0,0,0,2,0,4,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51537,4,1,-1,'Wrathful Gladiator\'s Felweave Handguards',65277,4,36864,0,1,0,0,10,256,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,33063,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,35,0,0,0,0,8,0,0,0,0,0,2872,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51538,4,1,-1,'Wrathful Gladiator\'s Felweave Cowl',65284,4,36864,0,1,0,0,1,256,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,1,0,2,0,0,0,3821,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51539,4,1,-1,'Wrathful Gladiator\'s Felweave Trousers',65283,4,36864,0,1,0,0,7,256,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,182,7,195,5,87,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,75,0,0,0,0,2,0,8,0,0,0,2770,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51540,4,1,-1,'Wrathful Gladiator\'s Felweave Amice',65288,4,36864,0,1,0,0,3,256,32767,270,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,145,5,64,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,780,60,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51541,4,4,-1,'Wrathful Gladiator\'s Plate Chestpiece',65251,4,36864,0,1,0,0,5,1,32767,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2694,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,165,0,0,0,0,2,0,4,0,0,0,3600,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51542,4,4,-1,'Wrathful Gladiator\'s Plate Gauntlets',65252,4,36864,0,1,0,0,10,1,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,119,7,191,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1684,0,0,0,0,0,0,0,0,0,22778,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,55,0,0,0,0,8,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51543,4,4,-1,'Wrathful Gladiator\'s Plate Helm',65253,4,36864,0,1,0,0,1,1,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2189,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,1,0,2,0,0,0,2787,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51544,4,4,-1,'Wrathful Gladiator\'s Plate Legguards',65266,4,36864,0,1,0,0,7,1,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,155,7,257,32,98,35,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,120,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51545,4,4,-1,'Wrathful Gladiator\'s Plate Shoulders',65267,4,36864,0,1,0,0,3,1,2147483647,270,80,0,0,0,0,0,0,0,0,1,0,4,4,119,7,191,32,77,35,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2020,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,765,100,0,0,0,0,4,0,0,0,0,0,3263,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51548,4,0,-1,'Collar of Haughty Disdain',64190,4,0,0,1,302495,75623,2,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,91,32,55,36,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51550,4,2,-1,'Ivory-Inlaid Leggings',63691,4,4096,0,1,627438,125487,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,206,3,120,7,126,44,60,32,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,2,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51551,4,3,-1,'Chestguard of Siphoned Elements',65228,4,0,0,1,755554,151110,5,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,36,96,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1413,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51552,4,2,-1,'Shoulderpads of the Searing Kiss',64457,4,0,0,1,473909,94781,3,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,86,5,79,36,55,6,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51553,2,19,-1,'Lana\'thel\'s Bloody Nail',64358,4,0,0,1,951196,190239,26,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,43,5,31,6,33,32,25,45,53,0,0,0,0,0,0,0,0,0,0,0,0,581,1080,3,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51554,4,1,-1,'Cowl of Malefic Repose',64892,4,0,0,1,381792,76358,1,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,36,96,32,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51555,4,4,-1,'Tightening Waistband',64661,4,0,0,1,449554,89910,6,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,36,71,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1421,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3310,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51556,4,4,-1,'Veincrusher Gauntlets',64525,4,4096,0,1,408265,81653,10,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,4,76,7,136,12,71,13,55,37,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51557,4,0,-1,'Runed Signet of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,94,7,78,5,54,32,53,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51558,4,0,-1,'Runed Loop of the Kirin Tor',52459,4,4288,4,1,12500000,31250,11,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,94,7,78,5,54,6,54,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51559,4,0,-1,'Runed Ring of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,4,4,80,7,119,32,54,37,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51560,4,0,-1,'Runed Band of the Kirin Tor',52632,4,4288,4,1,12500000,31250,11,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,38,107,3,80,7,80,32,55,36,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51561,2,3,-1,'Dreamhunter\'s Carbine',64365,4,0,0,1,886676,177335,26,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,45,7,68,15,26,48,63,12,24,0,0,0,0,0,0,0,0,0,0,0,0,434,724,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,36.9,0,0,0,'',68,0,0,0,0,12340), (51562,2,5,-1,'Oxheart',64393,4,0,0,1,1523575,304715,17,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,148,7,164,32,95,37,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,1123,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,4,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51563,4,4,-1,'Taiga Bindings',64779,4,0,0,1,430623,86124,9,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,83,7,91,32,45,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51564,4,4,-1,'Ironrope Belt of Ymirjar',64774,4,4096,0,1,432208,86441,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,136,12,76,14,46,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1421,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51565,4,2,-1,'Skinned Whelp Shoulders',63689,4,4096,0,1,462137,92427,3,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,162,3,91,7,81,32,55,44,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,2,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51566,4,3,-1,'Legguards of the Twisted Dream',64812,4,0,0,1,742048,148409,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,167,3,120,7,113,5,66,32,84,31,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51568,4,0,-1,'Titan-Forged Pendant of Ascendancy',39162,4,4096,0,1,345602,86400,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,80,7,86,5,38,36,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51569,4,0,-1,'Titan-Forged Pendant of Victory',39162,4,4096,0,1,345602,86400,2,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,135,7,114,44,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51570,4,1,-1,'Titan-Forged Cloak of Ascendancy',61563,4,4096,0,1,367788,73557,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,5,45,80,7,86,5,38,36,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51571,4,1,-1,'Titan-Forged Cloak of Victory',61564,4,4096,0,1,369108,73821,16,262143,32767,245,80,0,0,0,0,0,0,0,1,1,0,4,38,135,7,114,44,42,35,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51572,4,1,-1,'Titan-Forged Shoulderpads of Salvation',60169,4,4096,0,1,379091,75818,3,400,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,36,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51573,4,1,-1,'Titan-Forged Shoulderpads of Domination',60161,4,4096,0,1,380405,76081,3,400,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,31,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51574,4,2,-1,'Titan-Forged Spaulders of Dominance',61447,4,4096,0,1,477195,95439,3,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,31,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51575,4,2,-1,'Titan-Forged Spaulders of Salvation',61447,4,4096,0,1,478883,95776,3,1024,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,122,5,54,36,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51576,4,2,-1,'Titan-Forged Spaulders of Triumph',60929,4,4096,0,1,434896,86979,3,1032,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,38,108,3,99,7,122,31,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,0,0,0,0,2952,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51577,4,3,-1,'Titan-Forged Shoulders of Triumph',61461,4,4096,0,1,526175,105235,3,68,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,6,38,126,3,71,7,122,5,54,31,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2874,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51578,4,3,-1,'Titan-Forged Shoulders of Dominance',61280,4,4096,0,1,542785,108557,3,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,31,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51579,4,3,-1,'Titan-Forged Shoulders of Salvation',61280,4,4096,0,1,544819,108963,3,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,7,122,5,54,45,116,36,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51580,4,4,-1,'Titan-Forged Shoulderplates of Triumph',61831,4,4096,0,1,633964,126792,3,35,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,4,4,99,7,160,31,63,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,3263,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51581,4,4,-1,'Titan-Forged Shoulderplates of Salvation',60908,4,4096,0,1,636259,127251,3,2,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,125,5,54,45,116,43,32,35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,4,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51582,2,10,-1,'Sister Svalna\'s Aether Staff',64338,4,0,0,1,1523423,304684,17,-1,-1,251,80,0,0,0,0,0,0,6,0,1,0,5,45,657,7,109,5,128,32,101,31,136,0,0,0,0,0,0,0,0,0,0,0,0,330,608,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,2770,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (51583,4,3,-1,'Stormbringer Gloves',65276,4,0,0,1,366972,73394,10,32767,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,7,81,5,81,36,50,32,74,45,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51584,4,1,-1,'Lich Wrappings',46455,4,0,0,1,368286,73657,16,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,85,7,61,5,61,36,56,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51585,4,2,-1,'Sister Svalna\'s Spangenhelm',64446,4,4096,0,1,462046,92409,1,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,109,6,80,32,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51586,4,4,-1,'Emerald Saint\'s Spaulders',64999,4,4096,0,1,647991,129598,3,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,32,55,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51682,4,4,-1,'Scourgelord Shoulderplates',64705,4,0,8192,1,0,0,3,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,99,7,160,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,0,0,0,0,0,2,0,0,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51683,4,4,-1,'Scourgelord Legplates',64595,4,0,8192,1,0,0,7,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,128,7,216,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,897,0,0,0,0,0,4,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51684,4,4,-1,'Scourgelord Helmet',64594,4,0,8192,1,0,0,1,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,216,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,897,0,0,0,0,0,1,0,2,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51685,4,4,-1,'Scourgelord Gauntlets',64593,4,0,8192,1,0,0,10,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,99,7,160,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51686,4,4,-1,'Scourgelord Battleplate',64592,4,4096,8192,1,0,0,5,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,128,7,216,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,897,0,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51687,4,4,-1,'Scourgelord Chestguard',64592,4,4096,8192,1,0,0,5,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,191,13,98,14,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51688,4,4,-1,'Scourgelord Handguards',64593,4,0,8192,1,0,0,10,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,148,13,99,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,898,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51689,4,4,-1,'Scourgelord Faceguard',64594,4,0,8192,1,0,0,1,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,179,13,98,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,898,0,0,0,0,0,1,0,2,0,0,0,3766,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51690,4,4,-1,'Scourgelord Legguards',64595,4,0,8192,1,0,0,7,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,109,7,191,13,128,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51691,4,4,-1,'Scourgelord Pauldrons',64705,4,0,8192,1,0,0,3,32,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,107,7,148,13,76,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,898,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51692,4,2,-1,'Lasherweave Pauldrons',64457,4,4096,8192,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,6,71,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51693,4,2,-1,'Lasherweave Legplates',64458,4,0,8192,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,6,96,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51694,4,2,-1,'Lasherweave Helmet',64446,4,0,8192,1,0,0,1,1024,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,204,6,88,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,0,0,0,0,0,1,0,2,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595); INSERT INTO `item_template` VALUES (51695,4,2,-1,'Lasherweave Gauntlets',64448,4,0,8192,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,6,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51696,4,2,-1,'Lasherweave Robes',64730,4,4096,8192,1,0,0,20,1024,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,6,96,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,887,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51697,4,2,-1,'Lasherweave Raiment',64456,4,4096,8192,1,0,0,20,1024,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,191,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,0,0,0,0,0,2,0,4,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51698,4,2,-1,'Lasherweave Handgrips',64448,4,0,8192,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,107,7,148,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51699,4,2,-1,'Lasherweave Headguard',64446,4,0,8192,1,0,0,1,1024,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,179,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,0,0,0,0,0,1,0,2,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51700,4,2,-1,'Lasherweave Legguards',64458,4,0,8192,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,191,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,0,0,0,0,0,2,0,4,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51701,4,2,-1,'Lasherweave Shoulderpads',64457,4,4096,8192,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,107,7,148,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,889,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51702,4,2,-1,'Lasherweave Vestment',64731,4,4096,8192,1,0,0,20,1024,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51703,4,2,-1,'Lasherweave Gloves',64448,4,0,8192,1,0,0,10,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51704,4,2,-1,'Lasherweave Cover',64446,4,0,8192,1,0,0,1,1024,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,204,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,0,0,0,0,0,1,0,2,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51705,4,2,-1,'Lasherweave Trousers',64458,4,0,8192,1,0,0,7,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51706,4,2,-1,'Lasherweave Mantle',64457,4,4096,8192,1,0,0,3,1024,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,888,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51707,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Tunic',64814,4,4096,8192,1,0,0,5,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,170,32,120,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,0,0,0,0,0,2,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51708,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Spaulders',64804,4,0,8192,1,0,0,3,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,107,7,126,32,99,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51709,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Legguards',64812,4,0,8192,1,0,0,7,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,170,32,120,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,0,0,0,0,0,4,0,8,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51710,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Headpiece',65130,4,0,8192,1,0,0,1,4,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,136,7,170,32,112,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,0,0,0,0,0,1,0,2,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51711,4,3,-1,'Ahn\'Kahar Blood Hunter\'s Handguards',64810,4,0,8192,1,0,0,10,4,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,99,7,160,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,891,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51712,4,1,-1,'Bloodmage Shoulderpads',64271,4,0,8192,1,0,0,3,128,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51713,4,1,-1,'Bloodmage Robe',64270,4,4096,8192,1,0,0,20,128,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,80,36,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51714,4,1,-1,'Bloodmage Leggings',64269,4,0,8192,1,0,0,7,128,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,0,0,0,0,0,8,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51715,4,1,-1,'Bloodmage Hood',64268,4,0,8192,1,0,0,1,128,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,204,32,96,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51716,4,1,-1,'Bloodmage Gloves',64267,4,0,8192,1,0,0,10,128,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,883,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51717,4,4,-1,'Lightsworn Battleplate',64637,4,4096,8192,1,0,0,5,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,128,7,216,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,0,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51718,4,4,-1,'Lightsworn Gauntlets',64627,4,0,8192,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,99,7,160,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,900,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51719,4,4,-1,'Lightsworn Helmet',64630,4,0,8192,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,216,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,900,0,0,0,0,0,1,0,2,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51720,4,4,-1,'Lightsworn Legplates',64633,4,0,8192,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,128,7,216,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,0,0,0,0,0,4,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51721,4,4,-1,'Lightsworn Shoulderplates',64999,4,0,8192,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,99,7,160,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,900,0,0,0,0,0,2,0,0,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51722,4,4,-1,'Lightsworn Tunic',64637,4,4096,8192,1,0,0,5,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51723,4,4,-1,'Lightsworn Gloves',64627,4,0,8192,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,899,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51724,4,4,-1,'Lightsworn Headpiece',64630,4,0,8192,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,204,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,899,0,0,0,0,0,1,0,2,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51725,4,4,-1,'Lightsworn Greaves',64633,4,0,8192,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,0,0,0,0,0,4,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51726,4,4,-1,'Lightsworn Spaulders',64999,4,0,8192,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,899,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51727,4,4,-1,'Lightsworn Chestguard',64637,4,4096,8192,1,0,0,5,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,191,13,98,14,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51728,4,4,-1,'Lightsworn Handguards',64627,4,0,8192,1,0,0,10,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,148,13,99,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,901,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51729,4,4,-1,'Lightsworn Faceguard',64630,4,0,8192,1,0,0,1,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,183,13,98,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,901,0,0,0,0,0,1,0,2,0,0,0,3766,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51730,4,4,-1,'Lightsworn Legguards',64633,4,0,8192,1,0,0,7,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,109,7,191,13,128,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51731,4,4,-1,'Lightsworn Shoulderguards',64999,4,0,8192,1,0,0,3,2,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,107,7,148,13,76,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,901,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51732,4,1,-1,'Crimson Acolyte Leggings',64255,4,0,8192,1,0,0,7,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,6,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,0,0,0,0,0,8,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51733,4,1,-1,'Crimson Acolyte Robe',64196,4,4096,8192,1,0,0,20,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,6,88,32,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51734,4,1,-1,'Crimson Acolyte Shoulderpads',64183,4,0,8192,1,0,0,3,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,6,71,32,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51735,4,1,-1,'Crimson Acolyte Gloves',64257,4,0,8192,1,0,0,10,16,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,6,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51736,4,1,-1,'Crimson Acolyte Hood',64258,4,0,8192,1,0,0,1,16,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,204,6,80,32,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,885,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51737,4,1,-1,'Crimson Acolyte Cowl',64258,4,0,8192,1,0,0,1,16,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,119,7,204,32,96,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51738,4,1,-1,'Crimson Acolyte Handwraps',64257,4,0,8192,1,0,0,10,16,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51739,4,1,-1,'Crimson Acolyte Mantle',64183,4,0,8192,1,0,0,3,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51740,4,1,-1,'Crimson Acolyte Raiments',64196,4,4096,8192,1,0,0,20,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,88,36,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51741,4,1,-1,'Crimson Acolyte Pants',64255,4,0,8192,1,0,0,7,16,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,886,0,0,0,0,0,8,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51742,4,2,-1,'Shadowblade Gauntlets',63693,4,0,8192,1,0,0,10,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,107,7,148,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51743,4,2,-1,'Shadowblade Breastplate',63692,4,4096,8192,1,0,0,5,8,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,191,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,0,0,0,0,0,2,0,4,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51744,4,2,-1,'Shadowblade Legplates',63691,4,0,8192,1,0,0,7,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,191,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,0,0,0,0,0,2,0,4,0,0,0,3355,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51745,4,2,-1,'Shadowblade Helmet',63690,4,0,8192,1,0,0,1,8,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,179,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,0,0,0,0,0,1,0,2,0,0,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51746,4,2,-1,'Shadowblade Pauldrons',63689,4,4096,8192,1,0,0,3,8,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,107,7,148,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,890,0,0,0,0,0,2,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51747,4,3,-1,'Frost Witch\'s Tunic',65228,4,4096,8192,1,0,0,5,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51748,4,3,-1,'Frost Witch\'s Handguards',65230,4,4096,8192,1,0,0,10,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51749,4,3,-1,'Frost Witch\'s Headpiece',65227,4,4096,8192,1,0,0,1,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,119,7,204,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,0,0,0,0,0,1,0,2,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51750,4,3,-1,'Frost Witch\'s Legguards',65232,4,4096,8192,1,0,0,7,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51751,4,3,-1,'Frost Witch\'s Spaulders',65233,4,4096,8192,1,0,0,3,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,892,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51752,4,3,-1,'Frost Witch\'s Chestguard',65228,4,4096,8192,1,0,0,5,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,170,32,120,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,0,0,0,0,0,2,0,8,0,0,0,3356,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51753,4,3,-1,'Frost Witch\'s Grips',64776,4,4096,8192,1,0,0,10,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,99,7,160,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,0,0,0,0,0,2,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51754,4,3,-1,'Frost Witch\'s Faceguard',65227,4,4096,8192,1,0,0,1,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,136,7,170,32,120,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,0,0,0,0,0,1,0,2,0,0,0,3877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51755,4,3,-1,'Frost Witch\'s War-Kilt',65232,4,4096,8192,1,0,0,7,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,128,7,215,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,0,0,0,0,0,2,0,4,0,0,0,3764,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51756,4,3,-1,'Frost Witch\'s Shoulderguards',65233,4,4096,8192,1,0,0,3,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,3,107,7,126,32,99,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,894,0,0,0,0,0,8,0,0,0,0,0,2936,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51757,4,3,-1,'Frost Witch\'s Hauberk',65278,4,4096,8192,1,0,0,5,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,0,0,0,0,0,2,0,8,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51758,4,3,-1,'Frost Witch\'s Gloves',65230,4,4096,8192,1,0,0,10,64,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51759,4,3,-1,'Frost Witch\'s Helm',65227,4,4096,8192,1,0,0,1,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,119,7,204,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,0,0,0,0,0,1,0,2,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51760,4,3,-1,'Frost Witch\'s Kilt',65232,4,4096,8192,1,0,0,7,64,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51761,4,3,-1,'Frost Witch\'s Shoulderpads',65233,4,4096,0,1,0,0,3,64,8388607,251,80,0,0,0,0,0,0,0,0,1,0,5,45,116,7,81,5,81,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,893,85,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,1), (51762,4,1,-1,'Dark Coven Shoulderpads',64289,4,0,8192,1,0,0,3,256,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51763,4,1,-1,'Dark Coven Robe',64288,4,4096,8192,1,0,0,20,256,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,0,0,0,0,0,2,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51764,4,1,-1,'Dark Coven Leggings',64287,4,0,8192,1,0,0,7,256,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,5,128,7,204,32,96,31,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,0,0,0,0,0,8,0,4,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51765,4,1,-1,'Dark Coven Hood',64286,4,0,8192,1,0,0,1,256,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,204,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,0,0,0,0,0,1,0,8,0,0,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51766,4,1,-1,'Dark Coven Gloves',64283,4,0,8192,1,0,0,10,256,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,99,7,152,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,884,0,0,0,0,0,8,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51767,4,4,-1,'Ymirjar Lord\'s Shoulderplates',64618,4,0,8192,1,0,0,3,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,99,7,160,32,71,36,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,0,0,0,0,0,2,0,0,0,0,0,2892,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51768,4,4,-1,'Ymirjar Lord\'s Legplates',64568,4,0,8192,1,0,0,7,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,128,7,214,32,96,37,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,895,0,0,0,0,0,4,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51769,4,4,-1,'Ymirjar Lord\'s Helmet',64527,4,0,8192,1,0,0,1,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,216,32,88,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,895,0,0,0,0,0,1,0,2,0,0,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51770,4,4,-1,'Ymirjar Lord\'s Gauntlets',64525,4,0,8192,1,0,0,10,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,99,7,160,32,71,31,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51771,4,4,-1,'Ymirjar Lord\'s Battleplate',64523,4,4096,8192,1,0,0,5,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,128,7,216,32,96,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,895,0,0,0,0,0,2,0,8,0,0,0,3357,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51772,4,4,-1,'Ymirjar Lord\'s Breastplate',64523,4,4096,8192,1,0,0,5,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,191,13,106,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,0,0,0,0,0,2,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51773,4,4,-1,'Ymirjar Lord\'s Handguards',64525,4,0,8192,1,0,0,10,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,81,7,148,13,99,31,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,896,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51774,4,4,-1,'Ymirjar Lord\'s Greathelm',64527,4,0,8192,1,0,0,1,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,179,13,90,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,896,0,0,0,0,0,1,0,2,0,0,0,3766,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51775,4,4,-1,'Ymirjar Lord\'s Legguards',64568,4,0,8192,1,0,0,7,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,109,7,191,13,128,37,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,0,0,0,0,0,4,0,8,0,0,0,3307,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51776,4,4,-1,'Ymirjar Lord\'s Pauldrons',64618,4,0,8192,1,0,0,3,1,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,107,7,148,13,76,14,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,896,0,0,0,0,0,2,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51777,4,1,-1,'Leggings of the Refracted Mind',64255,4,0,0,1,503703,100740,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,149,7,97,5,101,6,80,32,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,2,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51779,4,0,-1,'Rimetooth Pendant',6510,4,0,0,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,3,80,38,98,7,70,44,53,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51782,4,4,-1,'Etched Dragonbone Girdle',64774,4,4096,0,1,408265,81653,6,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,106,7,122,32,76,37,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1421,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51783,4,2,-1,'Vambraces of the Frost Wyrm Queen',64405,4,0,0,1,291087,58217,9,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,38,98,3,80,7,70,36,45,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51784,2,13,-1,'Splintershard',64468,4,0,0,1,1168728,233745,22,262143,32767,251,80,0,0,0,0,0,0,0,0,1,0,5,38,82,7,62,36,41,44,41,3,62,0,0,0,0,0,0,0,0,0,0,0,0,215,401,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51785,4,3,-1,'Wyrmwing Treads',64816,4,0,0,1,530300,106060,8,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,6,38,162,3,91,7,84,5,50,31,44,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,972,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51786,4,4,-1,'Legplates of Aetheric Strife',64568,4,0,0,1,824412,164882,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,4,4,140,7,164,32,72,44,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2210,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51787,4,4,-1,'Scourge Fanged Stompers',64771,4,0,0,1,636387,127277,8,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,4,81,7,136,12,62,13,76,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1736,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51788,2,15,-1,'Bleak Coldarra Carver',64645,4,0,0,1,1218860,243772,21,-1,-1,251,80,0,0,0,0,0,0,0,1,1,0,5,45,657,7,44,5,61,32,47,31,61,0,0,0,0,0,0,0,0,0,0,0,0,103,325,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (51789,4,2,-1,'Icicle Shapers',64448,4,4096,0,1,305840,61168,10,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,6,71,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51790,4,1,-1,'Robes of Azure Downfall',64858,4,0,0,1,491145,98229,20,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,140,7,109,5,101,36,95,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,2,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51791,4,6,-1,'Lost Pavise of the Blue Flight',64415,4,0,0,1,788714,157742,14,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,94,7,61,5,61,36,53,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8487,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,237,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51792,4,3,-1,'Shoulderguards of Crystalline Bone',65233,4,4096,0,1,559009,111801,3,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,5,45,106,7,81,5,81,32,71,36,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51795,2,0,-1,'Troggbane, Axe of the Frostborne King',64485,4,0,0,1,1283461,256692,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,99,12,35,14,37,13,30,0,0,0,0,0,0,0,0,0,0,0,0,242,451,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51796,2,5,-1,'Warmace of Menethil',64555,4,0,0,1,1610105,322021,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,158,7,174,32,94,44,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,1217,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51797,2,10,-1,'Tainted Twig of Nordrassil',64352,4,0,0,1,1615882,323176,17,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,216,3,137,7,138,32,98,44,90,0,0,0,0,0,0,0,0,0,0,0,0,540,811,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51798,2,4,-1,'Valius, Gavel of the Lightbringer',64518,4,0,0,1,1297328,259465,21,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,701,7,65,5,63,32,56,43,28,0,0,0,0,0,0,0,0,0,0,0,0,131,418,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (51799,2,10,-1,'Halion, Staff of Forgotten Love',64172,4,0,0,1,1627281,325456,17,-1,-1,258,80,0,0,0,0,0,0,6,0,1,0,5,45,701,7,116,5,137,32,145,36,108,0,0,0,0,0,0,0,0,0,0,0,0,347,641,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,4,0,0,0,2770,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (51800,2,15,-1,'Stormfury, Black Blade of the Betrayer',64678,4,0,0,1,1306447,261289,13,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,3,66,38,100,7,50,32,44,37,44,0,0,0,0,0,0,0,0,0,0,0,0,273,507,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51801,2,13,-1,'Pugius, Fist of Defiance',64467,4,0,0,1,1311069,262213,21,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,50,32,45,36,42,38,100,0,0,0,0,0,0,0,0,0,0,0,0,450,676,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51802,2,18,-1,'Windrunner\'s Heartseeker',64370,4,0,0,1,892982,178596,26,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,38,69,3,48,7,42,32,32,44,32,0,0,0,0,0,0,0,0,0,0,0,0,604,840,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,375,44.96,0,0,0,'',68,0,0,0,0,12340), (51803,2,15,-1,'Tel\'thas, Dagger of the Blood King',64651,4,0,0,1,1228245,245649,21,-1,-1,258,80,0,0,0,0,0,0,0,1,1,0,5,45,701,7,47,5,65,32,51,36,65,0,0,0,0,0,0,0,0,0,0,0,0,108,342,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (51804,4,0,-1,'Winking Eye of Love',43423,4,0,0,1,320008,80002,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,43,32,41,43,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51805,4,0,-1,'Heartbreak Charm',52417,4,0,0,1,320008,80002,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,45,74,7,63,5,43,6,41,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51806,4,0,-1,'Shard of Pirouetting Happiness',9854,4,0,0,1,320008,80002,2,32767,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,94,12,41,13,43,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51807,4,0,-1,'Sweet Perfume Broach',45351,4,0,0,1,320008,80002,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,5,38,84,3,63,7,69,32,36,44,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51808,4,0,-1,'Choker of the Pure Heart',54999,4,0,0,1,320008,80002,2,-1,-1,226,80,0,0,0,0,0,0,0,0,1,0,4,4,65,7,93,32,36,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51809,1,0,-1,'Portable Hole',64151,4,0,0,1,30000000,250000,18,-1,-1,80,0,0,0,0,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51811,4,3,-1,'Shoulderguards of Crystalline Bone',65033,4,4104,0,1,584494,116898,3,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51812,4,6,-1,'Lost Pavise of the Blue Flight',64417,4,8,0,1,830627,166125,14,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,248,0,120,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51813,4,1,-1,'Robes of Azure Downfall',64312,4,8,0,1,521032,104206,20,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,115,36,108,32,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,4,0,2,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51814,4,2,-1,'Icicle Shapers',64479,4,4104,0,1,326794,65358,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,8,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51815,2,15,-1,'Bleak Coldarra Carver',64646,4,8,0,1,1311902,262380,21,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,741,7,50,5,61,32,46,31,69,0,0,0,0,0,0,0,0,0,0,0,0,113,359,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (51816,4,4,-1,'Scourge Fanged Stompers',64781,4,8,0,1,689912,137982,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,70,13,86,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51817,4,4,-1,'Legplates of Aetheric Strife',64595,4,8,0,1,924947,184989,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,84,44,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,8,0,2,0,4,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51818,4,3,-1,'Wyrmwing Treads',64822,4,8,0,1,599329,119865,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,183,3,104,7,95,5,56,31,52,32,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51819,2,13,-1,'Splintershard',64468,4,8,0,1,1236685,247337,22,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,7,69,36,38,44,46,3,61,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51820,4,2,-1,'Vambraces of the Frost Wyrm Queen',64421,4,8,0,1,310352,62070,9,262143,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,113,3,90,7,79,36,52,32,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51821,4,4,-1,'Etched Dragonbone Girdle',64786,4,4104,0,1,438639,87727,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,32,86,37,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51822,4,0,-1,'Rimetooth Pendant',6510,4,8,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,3,90,38,113,7,79,44,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51823,4,1,-1,'Leggings of the Refracted Mind',64200,4,8,0,1,502183,100436,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,111,5,115,6,92,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,2,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51824,4,4,-1,'Emerald Saint\'s Spaulders',64998,4,4104,0,1,660335,132067,3,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51825,4,2,-1,'Sister Svalna\'s Spangenhelm',65160,4,4104,0,1,474292,94858,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,92,32,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51826,4,1,-1,'Lich Wrappings',46455,4,8,0,1,380851,76170,16,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,63,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2873,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51827,4,3,-1,'Stormbringer Gloves',65032,4,8,0,1,382269,76453,10,32767,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,7,92,5,92,36,58,32,84,45,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51828,2,10,-1,'Sister Svalna\'s Aether Staff',64338,4,8,0,1,1598693,319738,17,-1,-1,264,80,0,0,0,0,0,0,6,0,1,0,5,45,741,7,123,5,138,32,111,31,150,0,0,0,0,0,0,0,0,0,0,0,0,387,694,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,2,0,4,0,3753,0,375,-86.9,0,0,0,'',68,0,0,0,0,12340), (51829,4,3,-1,'Legguards of the Twisted Dream',64821,4,8,0,1,770131,154026,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,192,3,138,7,128,5,75,32,96,31,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,8,0,3877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51830,4,2,-1,'Skinned Whelp Shoulders',64419,4,4104,0,1,483104,96620,3,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,183,3,104,7,92,32,64,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,2,0,2,0,0,0,3880,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51831,4,4,-1,'Ironrope Belt of Ymirjar',64786,4,4104,0,1,455136,91027,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,92,7,157,12,86,14,54,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51832,4,4,-1,'Taiga Bindings',64790,4,8,0,1,456800,91360,9,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51833,2,5,-1,'Oxheart',63834,4,8,0,1,1627906,325581,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,104,37,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,1238,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,4,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51834,2,3,-1,'Dreamhunter\'s Carbine',64365,4,8,0,1,980287,196057,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,43,7,65,15,29,48,71,12,27,0,0,0,0,0,0,0,0,0,0,0,0,498,818,0,0,0,0,0,0,0,0,0,0,0,2600,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,8,0,0,0,0,0,2868,0,375,48.41,0,0,0,'',68,0,0,0,0,12340), (51835,4,4,-1,'Veincrusher Gauntlets',64593,4,4104,0,1,428660,85732,10,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,86,7,157,12,80,13,64,37,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51836,4,4,-1,'Tightening Waistband',64660,4,8,0,1,430323,86064,6,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3310,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51837,4,1,-1,'Cowl of Malefic Repose',64302,4,8,0,1,368132,73626,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,36,108,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51838,2,19,-1,'Lana\'thel\'s Bloody Nail',64358,4,8,0,1,923874,184774,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,35,6,37,32,20,45,51,0,0,0,0,0,0,0,0,0,0,0,0,641,1191,3,0,0,0,0,0,0,0,0,0,0,2200,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51839,4,2,-1,'Shoulderpads of the Searing Kiss',64478,4,8,0,1,463709,92741,3,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,97,5,89,36,64,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51840,4,3,-1,'Chestguard of Siphoned Elements',65039,4,8,0,1,744692,148938,5,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,36,108,43,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,2,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51841,4,2,-1,'Ivory-Inlaid Leggings',64416,4,4104,0,1,622939,124587,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,232,3,138,7,142,44,71,32,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,4,0,2,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51842,4,0,-1,'Collar of Haughty Disdain',64190,4,8,0,1,302495,75623,2,262143,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51843,4,0,-1,'Seal of the Twilight Queen',44357,4,524296,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,3,82,7,79,38,129,36,60,32,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1585,0,375,0,0,57,0,'',68,0,0,0,0,12340), (51844,4,4,-1,'Throatrender Handguards',64791,4,4104,0,1,443494,88698,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,31,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51845,2,3,-1,'Stakethrower',64363,4,8,0,1,948489,189697,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,79,3,43,7,36,44,36,36,23,0,0,0,0,0,0,0,0,0,0,0,0,575,944,0,0,0,0,0,0,0,0,0,0,0,3000,3,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2877,0,375,48.41,0,0,0,'',68,0,0,0,0,12340), (51846,2,15,-1,'Bloodsipper',64653,4,8,0,1,1269377,253875,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,3,69,38,90,7,53,32,40,36,44,0,0,0,0,0,0,0,0,0,0,0,0,285,531,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51847,4,4,-1,'Spaulders of the Blood Princes',64705,4,8,0,1,667629,133525,3,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,84,7,157,12,87,14,53,31,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,100,0,0,0,0,8,0,8,0,0,0,3871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51848,4,1,-1,'Heartsick Mender\'s Cape',64323,4,8,0,1,383609,76721,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2865,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51849,4,0,-1,'Cerise Coiled Ring',64225,4,524296,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,65,5,70,32,67,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,54,0,'',68,0,0,0,0,12340), (51850,4,1,-1,'Pale Corpse Boots',64198,4,8,0,1,386444,77288,8,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,64,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,8,0,4,0,0,0,100,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51851,4,1,-1,'Bloodsoul Raiment',64168,4,4104,0,1,530686,106137,20,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,90,36,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,100,0,0,0,0,2,0,2,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51852,2,19,-1,'Wand of Ruby Claret',64995,4,8,0,1,998485,199697,26,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,48,5,35,31,29,36,28,45,51,0,0,0,0,0,0,0,0,0,0,0,0,554,1029,4,0,0,0,0,0,0,0,0,0,0,1900,0,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3267,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51853,4,3,-1,'Blood-Drinker\'s Girdle',64820,4,8,0,1,400811,80162,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,104,7,95,5,56,36,52,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51854,4,4,-1,'Battle-Maiden\'s Legguards',64595,4,8,0,1,938534,187706,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,37,84,36,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,2,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51855,4,0,-1,'Thrice Fanged Signet',64230,4,524296,0,1,371197,92799,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,52,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3765,0,375,0,0,58,0,'',68,0,0,0,0,12340), (51856,4,2,-1,'Taldaram\'s Soft Slippers',64414,4,8,0,1,458345,91669,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,172,3,104,7,106,32,64,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,2,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51857,2,6,-1,'Hersir\'s Greatspear',64379,4,8,0,1,1533724,306744,17,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,324,3,105,7,123,31,52,44,123,0,0,0,0,0,0,0,0,0,0,0,0,825,1238,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,2,0,0,0,0,120,0,0,0,0,2,0,4,0,4,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51858,2,7,-1,'Soulbreaker',64541,4,8,0,1,1231704,246340,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,106,3,61,7,53,36,43,32,40,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51859,4,1,-1,'Shoulders of Ruinous Senility',64301,4,8,0,1,370890,74178,3,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,36,80,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51860,4,3,-1,'Rippling Flesh Kilt',65038,4,8,0,1,744616,148923,7,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,36,96,32,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,105,0,0,0,0,2,0,4,0,4,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51861,4,4,-1,'Chestplate of Septic Stitches',64658,4,8,0,1,872026,174405,5,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,43,42,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,2,0,2,0,2,0,3353,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51862,4,1,-1,'Cauterized Cord',64181,4,8,0,1,250095,50019,6,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,86,36,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51863,4,0,-1,'Pendant of Split Veins',64205,4,8,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,71,5,68,32,60,31,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51864,4,3,-1,'Shoulderpads of the Morbid Ritual',64819,4,4104,0,1,569429,113885,3,32767,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,120,7,95,5,63,32,80,31,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51865,4,4,-1,'Scalpel-Sharpening Shoulderguards',64705,4,4104,0,1,662610,132522,3,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,44,83,31,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,100,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51866,4,2,-1,'Discarded Bag of Entrails',64427,4,8,0,1,475968,95193,1,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,3,154,7,111,38,230,36,92,44,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,-1,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,70,0,0,0,0,1,0,4,0,0,0,3882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51867,4,0,-1,'Infected Choker',64213,4,8,0,1,302495,75623,2,262143,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,62,37,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51868,2,15,-1,'Flesh-Carving Scalpel',64657,4,8,0,1,1312413,262482,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,139,3,42,7,61,36,33,44,50,0,0,0,0,0,0,0,0,0,0,0,0,253,381,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51869,2,7,-1,'The Facelifter',64539,4,8,0,1,1317138,263427,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,42,7,92,12,46,14,46,37,41,0,0,0,0,0,0,0,0,0,0,0,0,253,472,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51870,4,2,-1,'Chestguard of the Failed Experiment',64476,4,8,0,1,660931,132186,20,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,6,84,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,2,0,4,0,8,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51871,4,0,-1,'Choker of Filthy Diamonds',64203,4,8,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,71,5,68,36,60,43,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51872,4,1,-1,'Ether-Soaked Bracers',64298,4,8,0,1,266237,53247,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,31,38,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51873,4,3,-1,'Shuffling Shoes',65036,4,8,0,1,603831,120766,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,43,40,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,4,0,4,0,0,0,2369,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51874,4,1,-1,'Gloves of Broken Fingers',64377,4,4104,0,1,268101,53620,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,54,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,2,0,0,0,3311,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51875,2,4,-1,'Lockjaw',64512,4,8,0,1,1217401,243480,21,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,741,7,65,5,63,36,51,43,29,0,0,0,0,0,0,0,0,0,0,0,0,138,438,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3752,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (51876,2,13,-1,'Abomination Knuckles',64466,4,8,0,1,1222126,244425,21,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,3,61,7,53,36,50,44,33,38,106,0,0,0,0,0,0,0,0,0,0,0,0,471,707,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51877,4,3,-1,'Taldron\'s Short-Sighted Helm',65132,4,4104,0,1,552083,110416,1,32767,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,292,3,100,7,128,5,85,44,79,32,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51878,4,0,-1,'Rotface\'s Rupturing Ring',64229,4,524296,0,1,371197,92799,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,44,54,37,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3765,0,375,0,0,55,0,'',68,0,0,0,0,12340), (51879,4,4,-1,'Flesh-Shaper\'s Gurney Strap',64786,4,4104,0,1,435133,87026,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,31,64,44,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51880,2,16,-1,'Gluth\'s Fetching Knife',48157,4,4198408,0,1,371197,92799,25,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,72,3,43,7,46,32,28,31,31,0,0,0,0,0,0,0,0,0,0,0,0,424,637,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,1,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51881,2,10,-1,'Shaft of Glacial Ice',64336,4,8,0,1,1557030,311406,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,229,3,146,7,146,32,108,31,92,0,0,0,0,0,0,0,0,0,0,0,0,565,849,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51882,4,1,-1,'Kilt of Untreated Wounds',64311,4,8,0,1,500088,100017,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,36,96,32,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,75,0,0,0,0,4,0,4,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51883,4,1,-1,'Bloodstained Surgeon\'s Shoulderguards',64179,4,4104,0,1,386636,77327,3,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,85,32,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,4,0,8,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51884,4,0,-1,'Signet of Putrefaction',64176,4,524296,0,1,302495,75623,11,262143,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,53,0,'',68,0,0,0,0,12340), (51885,4,2,-1,'Wrists of Septic Shock',64483,4,8,0,1,324559,64911,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,63,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51886,4,4,-1,'Festergut\'s Gaseous Gloves',64668,4,4104,0,1,458598,91719,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,64,43,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51887,2,10,-1,'Abracadaver',64330,4,8,0,1,1634451,326890,17,262143,2147483647,264,80,0,0,0,0,0,0,6,0,1,0,5,45,741,7,123,5,138,31,111,36,150,0,0,0,0,0,0,0,0,0,0,0,0,294,542,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,72770,0,0,0,900000,94,60000,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,8,0,4,0,3303,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (51888,4,1,-1,'Cloak of Many Skins',35430,4,8,0,1,393685,78737,16,-1,-1,264,80,0,0,0,0,0,0,1,0,1,0,5,4,82,7,124,12,51,13,42,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2871,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51889,4,2,-1,'Plague-Soaked Leather Leggings',64416,4,4104,0,1,658441,131688,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,168,3,162,7,162,36,108,32,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,8,0,2,0,2,0,3303,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51890,4,0,-1,'Precious\'s Putrid Collar',53560,4,8,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,3,82,38,134,7,73,31,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51891,4,3,-1,'Taldron\'s Long Neglected Boots',64822,4,8,0,1,599502,119900,8,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,172,3,104,7,95,5,68,32,40,44,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51892,4,4,-1,'Festering Fingerguards',64593,4,4104,0,1,468532,93706,10,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,31,80,37,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51893,2,4,-1,'Gutbuster',64509,4,8,0,1,1335655,267131,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,139,3,45,7,53,32,48,31,36,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2952,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51894,4,0,-1,'Soulcleave Pendant',64218,4,8,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,32,62,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51895,4,4,-1,'Deathforged Legplates',64595,4,8,0,1,852091,170418,7,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,123,7,207,12,108,13,108,37,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3305,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51896,4,1,-1,'Thaumaturge\'s Crackling Cowl',64945,4,4104,0,1,366599,73319,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,123,5,123,6,100,36,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,60,0,0,0,0,1,0,8,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51897,4,2,-1,'Leggings of Unrelenting Blood',64481,4,8,0,1,613298,122659,7,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,36,84,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,90,0,0,0,0,2,0,4,0,8,0,3352,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51898,2,10,-1,'Mag\'hari Chieftain\'s Staff',64341,4,8,0,1,1539151,307830,17,-1,-1,264,80,0,0,0,0,0,0,6,0,1,0,5,45,741,7,105,5,111,36,150,6,150,0,0,0,0,0,0,0,0,0,0,0,0,434,800,0,0,0,0,0,0,0,0,0,0,0,3100,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,8,0,8,0,8,0,3753,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (51899,4,1,-1,'Icecrown Spire Sandals',64310,4,8,0,1,380966,76193,8,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,31,54,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,50,0,0,0,0,4,0,8,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51900,4,0,-1,'Saurfang\'s Cold-Forged Band',64174,4,524296,0,1,302495,75623,11,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,129,3,82,7,79,36,52,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2936,0,375,0,0,56,0,'',68,0,0,0,0,12340), (51901,4,4,-1,'Gargoyle Spit Bracers',64782,4,8,0,1,450282,90056,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,82,7,124,12,48,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1869,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2868,0,375,714,0,0,0,'',68,0,0,0,0,12340), (51902,4,4,-1,'Blade-Scored Carapace',64592,4,8,0,1,898754,179750,5,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,173,7,185,32,84,36,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,8,0,4,0,4,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51903,4,3,-1,'Hauberk of a Thousand Cuts',64825,4,8,0,1,773196,154639,5,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,292,3,84,7,128,5,85,31,73,32,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,140,0,0,0,0,4,0,8,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51904,4,2,-1,'Scourge Stranglers',64424,4,8,0,1,323314,64662,10,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,155,3,120,7,86,32,72,44,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51905,2,1,-1,'Ramaladni\'s Blade of Culling',64320,4,8,0,1,1622478,324495,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,44,91,37,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,825,1238,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,8,0,8,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51906,4,3,-1,'Ice-Reinforced Vrykul Helm',65040,4,4104,0,1,586218,117243,1,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,45,171,7,111,5,117,36,100,43,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,1,0,4,0,0,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51907,4,4,-1,'Bracers of Pale Illumination',64782,4,8,0,1,460216,92043,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,79,5,65,36,52,43,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,8,0,0,0,0,0,2869,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51908,4,2,-1,'Cord of Dark Suffering',64477,4,8,0,1,328007,65601,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,80,32,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51909,4,6,-1,'Neverending Winter',64410,4,8,0,1,842723,168544,14,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,82,7,124,12,48,15,42,14,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,248,0,120,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51910,2,15,-1,'Midnight Sun',64676,4,8,0,1,1321480,264296,21,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,741,7,67,5,59,43,27,36,51,0,0,0,0,0,0,0,0,0,0,0,0,113,359,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,4,0,0,0,0,0,3308,0,375,-95.8,0,0,0,'',68,0,0,0,0,12340), (51911,4,3,-1,'Pauldrons of Lost Hope',64819,4,8,0,1,599444,119888,3,32767,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,6,38,130,3,120,7,95,5,56,44,70,36,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,8,0,0,0,3309,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51912,4,1,-1,'Saronite Gargoyle Cloak',64325,4,8,0,1,399240,79848,16,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,95,7,103,32,38,36,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Even longer than your average cloak or cape.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51913,4,0,-1,'Abomination\'s Bloody Ring',64171,4,524296,0,1,302495,75623,11,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,4,57,7,124,31,53,13,63,12,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,52,0,'',68,0,0,0,0,12340), (51914,4,3,-1,'Icecrown Rampart Bracers',64824,4,8,0,1,402075,80415,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,129,3,82,7,71,5,48,31,48,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51915,4,4,-1,'Bone Drake\'s Enameled Boots',64781,4,8,0,1,655517,131103,8,1535,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,121,7,137,44,83,37,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51916,2,0,-1,'Frost Giant\'s Cleaver',64472,4,8,0,1,1255585,251117,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,106,3,61,7,53,32,50,44,31,0,0,0,0,0,0,0,0,0,0,0,0,412,766,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51917,4,4,-1,'Ghoul Commander\'s Cuirass',64787,4,8,0,1,882217,176443,5,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,4,162,7,207,12,91,14,85,13,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,165,0,0,0,0,4,0,8,0,8,0,3304,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51918,4,1,-1,'Bracers of Dark Blessings',64204,4,8,0,1,253007,50601,9,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,6,58,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,0,0,0,0,2890,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51919,4,3,-1,'Deathspeaker Disciple\'s Belt',65035,4,8,0,1,380928,76185,6,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,122,7,92,5,92,36,84,43,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,4,0,0,0,2369,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51920,4,2,-1,'Boots of the Frozen Seed',64475,4,8,0,1,477884,95576,8,32767,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,122,7,92,5,92,36,86,32,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,60,0,0,0,0,8,0,2,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51921,4,1,-1,'Sister\'s Handshrouds',64303,4,8,0,1,255816,51163,10,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,31,80,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,4,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51922,4,0,-1,'Scourgelord\'s Baton',40786,4,8,0,1,302495,75623,23,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,31,65,32,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51923,4,2,-1,'Chestguard of the Frigid Noose',64423,4,8,0,1,644202,128840,5,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,5,38,228,3,150,7,107,36,111,44,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51924,4,4,-1,'Deathspeaker Zealot\'s Helm',64594,4,4104,0,1,677600,135520,1,262143,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,4,4,161,7,185,32,108,36,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2145,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,100,0,0,0,0,1,0,8,0,0,0,3314,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51925,4,2,-1,'Soulthief\'s Braided Belt',64422,4,8,0,1,324463,64892,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,183,3,104,7,92,31,54,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,8,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51926,4,3,-1,'Handgrips of Frost and Sleet',64823,4,4104,0,1,390774,78154,10,262143,32767,264,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,104,7,95,5,68,44,56,31,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,2,0,0,0,3351,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51927,2,2,-1,'Njorndar Bone Bow',64353,4,8,0,1,980383,196076,15,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,78,3,43,7,39,32,36,31,23,0,0,0,0,0,0,0,0,0,0,0,0,555,912,0,0,0,0,0,0,0,0,0,0,0,2900,2,100,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2877,0,375,48.4,0,0,0,'',68,0,0,0,0,12340), (51928,4,4,-1,'Corrupted Silverplate Leggings',64667,4,8,0,1,918331,183666,7,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,162,7,123,5,123,32,93,36,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,120,0,0,0,0,4,0,8,0,2,0,3753,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51929,4,3,-1,'Coldwraith Bracers',65034,4,8,0,1,394988,78997,9,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,97,7,69,5,69,36,56,43,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51930,4,1,-1,'Cord of the Patronizing Practitioner',64378,4,8,0,1,264270,52854,6,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,6,62,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,8,0,4,0,0,0,2770,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51931,4,4,-1,'Ancient Skeletal Boots',64664,4,8,0,1,645547,129109,8,32767,2147483647,264,80,0,0,0,0,0,0,0,0,1,0,5,45,122,7,92,5,92,32,80,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3316,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51932,2,7,-1,'Frost Needle',64549,4,8,0,1,1236685,247337,21,-1,-1,264,80,0,0,0,0,0,0,0,1,1,0,5,45,741,7,67,5,59,36,56,31,52,0,0,0,0,0,0,0,0,0,0,0,0,113,359,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,3308,0,375,-95.6,0,0,0,'',68,0,0,0,0,12340), (51933,4,1,-1,'Shawl of Nerubian Silk',61403,4,8,0,1,372423,74484,16,262143,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,137,3,82,7,69,37,63,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51934,4,0,-1,'Marrowgar\'s Scratching Choker',64199,4,8,0,1,302495,75623,2,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,4,89,7,124,12,35,13,51,14,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2868,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51935,4,3,-1,'Linked Scourge Vertebrae',64820,4,8,0,1,375219,75043,6,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,6,38,161,3,104,7,95,5,63,31,47,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,8,0,2,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51936,2,8,-1,'Citadel Enforcer\'s Claymore',64556,4,8,0,1,1569321,313864,17,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,4,4,169,7,185,32,79,31,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,801,1203,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,4,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51937,2,4,-1,'Bonebreaker Scepter',64517,4,8,0,1,1260182,252036,13,32767,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,7,92,4,48,13,42,31,44,12,41,0,0,0,0,0,0,0,0,0,0,0,0,269,501,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,4,0,0,0,0,0,2932,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51938,2,0,-1,'Bone Warden\'s Splitter',64471,4,8,0,1,1264780,252956,13,-1,-1,264,80,0,0,0,0,0,0,0,0,1,0,5,38,93,3,61,7,69,36,46,44,38,0,0,0,0,0,0,0,0,0,0,0,0,238,442,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51939,2,15,-1,'Tel\'thas, Dagger of the Blood King',64645,4,8,0,1,1301754,260350,21,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,5,45,791,7,53,5,66,32,49,36,74,0,0,0,0,0,0,0,0,0,0,0,0,119,378,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,3596,0,375,-101.1,0,0,0,'',68,0,0,0,0,12340), (51940,2,18,-1,'Windrunner\'s Heartseeker',64370,4,8,0,1,979949,195989,26,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,61,3,54,7,48,32,28,44,36,0,0,0,0,0,0,0,0,0,0,0,0,682,942,0,0,0,0,0,0,0,0,0,0,0,3000,2,100,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,0,90,0,0,0,0,2,0,0,0,0,0,2877,0,375,54.79,0,0,0,'',68,0,0,0,0,12340), (51941,2,13,-1,'Pugius, Fist of Defiance',64467,4,8,0,1,1311444,262288,21,262143,32767,271,80,0,0,0,0,0,0,0,0,1,0,5,3,66,7,56,32,51,36,39,38,113,0,0,0,0,0,0,0,0,0,0,0,0,497,746,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2936,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51942,2,15,-1,'Stormfury, Black Blade of the Betrayer',65104,4,8,0,1,1316159,263231,13,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,3,74,38,97,7,44,32,49,37,49,0,0,0,0,0,0,0,0,0,0,0,0,301,560,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,75,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51943,2,10,-1,'Halion, Staff of Forgotten Love',64172,4,8,0,1,1651255,330251,17,-1,-1,271,80,0,0,0,0,0,0,6,0,1,0,5,45,793,7,126,5,153,32,161,36,120,0,0,0,0,0,0,0,0,0,0,0,0,408,732,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,3753,0,375,-91.6,0,0,0,'',68,0,0,0,0,12340), (51944,2,4,-1,'Valius, Gavel of the Lightbringer',64519,4,8,0,1,1325849,265169,21,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,791,7,74,5,63,32,55,43,31,0,0,0,0,0,0,0,0,0,0,0,0,146,462,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,3,0,0,0,0,105,0,0,0,0,2,0,0,0,0,0,3596,0,375,-101.1,0,0,0,'',68,0,0,0,0,12340), (51945,2,10,-1,'Tainted Twig of Nordrassil',64352,4,8,0,1,1663367,332673,17,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,244,3,149,7,156,32,109,44,97,0,0,0,0,0,0,0,0,0,0,0,0,597,896,0,0,0,0,0,0,0,0,0,0,0,2400,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51946,2,5,-1,'Warmace of Menethil',64394,4,8,0,1,1669260,333852,17,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,4,4,173,7,197,32,103,44,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,1344,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,120,0,0,0,0,2,0,2,0,2,0,3312,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51947,2,0,-1,'Troggbane, Axe of the Frostborne King',64485,4,8,0,1,1340253,268050,13,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,4,66,7,111,12,36,14,39,13,32,0,0,0,0,0,0,0,0,0,0,0,0,267,498,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,105,0,0,0,0,8,0,0,0,0,0,2882,0,375,0,0,0,0,'',68,0,0,0,0,12340), (51954,15,5,-1,'Reins of the Bloodbathed Frostbrood Vanquisher',64403,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,72808,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51955,15,5,-1,'Reins of the Icebound Frostbrood Vanquisher',64403,4,0,0,1,2000000,0,0,-1,-1,70,70,762,300,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,72807,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount. Can only be summoned in Outland or Northrend. This is an extremely fast mount.',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (51958,4,2,-1,'Pristine Glowbear Pelt',64735,3,0,0,1,307301,61460,5,-1,-1,167,72,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'',0,0,0,0,0,8,0,0,307,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,'',43,0,0,0,0,12340), (51959,4,2,-1,'Vigorous Belt',49925,3,0,0,1,61804,12360,6,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,307,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',18,0,0,0,0,12340), (51960,4,2,-1,'Vigorous Gloves',49985,3,0,0,1,65502,13100,10,-1,-1,64,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,307,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',18,0,0,0,0,12340), (51961,4,2,-1,'Vigorous Shoulderguards',49919,3,0,0,1,106438,21287,3,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,307,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (51962,4,2,-1,'Vigorous Bracers',49982,3,0,0,1,47588,9517,9,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,383,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51963,4,2,-1,'Vigorous Stompers',49979,3,0,0,1,71645,14329,8,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,383,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51964,4,2,-1,'Vigorous Belt',49925,3,0,0,1,4231,846,6,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,383,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (51965,4,2,-1,'Vigorous Handguards',49985,3,0,0,1,11313,2262,10,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,383,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (51966,4,2,-1,'Vigorous Spaulders',49919,3,0,0,1,38141,7628,3,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,383,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (51967,4,1,-1,'Enumerated Sandals',52117,3,0,0,1,59657,11931,8,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,382,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51968,4,1,-1,'Enumerated Wrap',51783,3,0,0,1,3106,621,6,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,382,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (51969,4,1,-1,'Enumerated Shoulders',52068,3,0,0,1,81392,16278,3,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,306,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (51970,4,1,-1,'Enumerated Gloves',51840,3,0,0,1,50463,10092,10,-1,-1,64,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,306,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',18,0,0,0,0,12340), (51971,4,1,-1,'Enumerated Belt',51783,3,0,0,1,47976,9595,6,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,306,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',18,0,0,0,0,12340), (51972,4,1,-1,'Enumerated Bracers',52113,3,0,0,1,36673,7334,9,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,382,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51973,4,1,-1,'Enumerated Handwraps',51840,3,0,0,1,8436,1687,10,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,382,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (51974,4,1,-1,'Enumerated Shoulderpads',52068,3,0,0,1,28451,5690,3,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,382,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (51975,4,3,-1,'Earthbound Shoulders',51883,3,0,0,1,125462,25092,3,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,308,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (51976,4,3,-1,'Earthbound Shoulderguards',51883,3,0,0,1,43187,8637,3,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,384,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (51977,4,3,-1,'Earthbound Girdle',52166,3,0,0,1,73605,14721,6,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,308,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',18,0,0,0,0,12340), (51978,4,3,-1,'Earthbound Girdle',52166,3,0,0,1,4839,967,6,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,385,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (51979,4,3,-1,'Earthbound Grips',52164,3,0,0,1,78303,15660,10,-1,-1,64,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,308,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',18,0,0,0,0,12340), (51980,4,3,-1,'Earthbound Handgrips',52164,3,0,0,1,13335,2667,10,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,385,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (51981,4,3,-1,'Earthbound Wristguards',52165,3,0,0,1,58396,11679,9,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,384,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51982,4,3,-1,'Earthbound Boots',52163,3,0,0,1,88300,17660,8,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,384,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51983,4,4,-1,'Stalwart Shoulderguards',51297,3,0,0,1,153751,30750,3,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,309,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (51984,4,4,-1,'Stalwart Shoulderpads',51297,3,0,0,1,52914,10582,3,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,385,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (51985,4,4,-1,'Stalwart Belt',52055,3,0,0,1,91257,18251,6,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',18,0,0,0,0,12340), (51987,4,4,-1,'Stalwart Grips',52054,3,0,0,1,97034,19406,10,-1,-1,64,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,309,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',18,0,0,0,0,12340), (51989,4,4,-1,'Stalwart Bands',52058,3,0,0,1,63804,12760,9,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,385,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51990,4,4,-1,'Stalwart Treads',52057,3,0,0,1,95349,19069,8,-1,-1,55,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,385,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,'',47,0,0,0,0,12340), (51991,4,0,-1,'Turbulent Signet',26537,3,0,0,1,82396,20599,11,-1,-1,70,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',50,0,0,0,0,12340), (51992,4,0,-1,'Tumultuous Ring',31800,3,0,0,1,28259,7064,11,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,'',45,0,0,0,0,12340), (51993,4,1,-1,'Turbulent Cloak',50059,3,0,0,1,72501,14500,16,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,'',18,0,0,0,0,12340), (51994,4,1,-1,'Tumultuous Cloak',50059,3,0,0,1,4767,953,16,-1,-1,25,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,'',41,0,0,0,0,12340), (51995,4,0,-1,'Turbulent Necklace',31603,3,0,0,1,76334,19083,2,-1,-1,64,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,0,'',18,0,0,0,0,12340), (51996,4,0,-1,'Tumultuous Necklace',31603,3,0,0,1,12618,3154,2,-1,-1,35,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,'',43,0,0,0,0,12340), (51997,4,3,-1,'Stalwart Spaulders',51883,3,0,8192,1,44509,8901,3,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51998,4,2,-1,'Vigorous Spaulders',49919,3,0,8192,1,37062,7412,3,-1,-1,45,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (51999,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52000,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,30,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52001,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,41,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52002,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,50,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52003,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,57,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52004,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,62,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52005,15,0,-1,'Satchel of Helpful Goods',56915,3,4,0,1,0,0,0,-1,-1,66,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52006,15,0,-1,'Sack of Frosty Treasures',64736,4,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52011,2,8,-1,'Monster - Dreadlord\'s Blade',51606,0,0,8192,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52019,4,0,-1,'Precious\'s Ribbon',64872,2,0,0,1,25000,6250,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72968,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52020,6,3,-1,'Shatter Rounds',64870,4,4096,0,1,1250,3,24,-1,-1,230,80,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,92,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52021,6,2,-1,'Iceblade Arrow',64928,4,4096,0,1,1250,3,24,-1,-1,230,80,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,92,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52022,9,3,-1,'Plans: Shatter Rounds',1096,4,4160,0,1,0,0,0,-1,-1,85,0,202,450,20222,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,72952,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Shatter Rounds.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52023,9,3,-1,'Plans: Iceblade Arrow',1096,4,4160,0,1,0,0,0,-1,-1,85,0,202,450,20219,0,0,1156,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,72953,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to create Iceblade Arrows.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52025,15,0,-1,'Vanquisher\'s Mark of Sanctification',64877,4,4096,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52026,15,0,-1,'Protector\'s Mark of Sanctification',64877,4,4096,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52027,15,0,-1,'Conqueror\'s Mark of Sanctification',64877,4,4096,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52028,15,0,-1,'Vanquisher\'s Mark of Sanctification',64878,4,4104,0,1,0,50000,0,1192,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52029,15,0,-1,'Protector\'s Mark of Sanctification',64878,4,4104,0,1,0,50000,0,69,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52030,15,0,-1,'Conqueror\'s Mark of Sanctification',64878,4,4104,0,1,0,50000,0,274,32767,80,80,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52062,2,8,-1,'Monster - Sword 2H, Icecrown Citadel - Valanar',65082,0,0,8192,1,14,2,17,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3765,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52189,12,0,-1,'Elemental Sapta',2351,1,64,8194,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73251,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52200,15,5,-1,'Reins of the Crimson Deathcharger',58122,4,32768,0,1,0,0,0,262143,-1,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,73313,6,0,0,-1,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,'Teaches you how to summon this mount. ',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52201,15,4,0,'Muradin\'s Favor',67489,4,64,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73320,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'I will always count you as a brother',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52202,0,0,-1,'Elemental Sapta',2351,1,65536,8193,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73323,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52251,15,4,0,'Jaina\'s Locket',32321,4,64,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73324,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'Once it held her image. He always wore it close to his heart.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52252,4,0,-1,'Tabard of the Lightbringer',65733,4,67141696,0,1,0,0,19,-1,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73326,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,2,'May you always bring light into dark places.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52253,15,4,0,'Sylvanas\'s Music Box',41449,4,0,0,1,0,0,0,-1,-1,80,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73331,0,0,0,3600000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,3,'A lament for the days forever lost to the Banshee Queen',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52272,12,0,-1,'Cleansing Totem',65424,1,64,8194,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73300,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52274,15,0,-1,'Earthen Ring Supplies',21202,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52275,12,0,-1,'Tablets of the Earth',11185,1,198656,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52276,12,0,-1,'Tablets of Fire',11185,1,133120,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52344,15,0,-1,'Earthen Ring Supplies',21202,1,4,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52345,12,0,-1,'Cleansing Totem',65424,1,64,8193,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73300,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52541,12,0,-1,'Radiageigatron',40553,1,65536,0,1,0,0,0,262143,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73082,0,0,0,-1,0,-1,75780,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Measures radiation levels, temperature, and makes neat sounds too!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52562,12,0,-1,'Elemental Fire for the Soul',34752,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3611,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52563,12,0,-1,'What Does \'The End of All Things\' Mean for Me?',34751,1,196608,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3612,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52565,12,0,-1,'Finding Security and Comfort in a Doomed World',45202,1,131072,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',3613,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52566,12,0,-1,'Motivate-a-Tron',44269,1,65600,0,1,0,0,0,262143,2147483647,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74035,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Point, Shoot, Motivate!',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52567,4,0,-1,'Test Buyback Gold Cost Ring',52632,4,528576,8196,1,85000000,2125,11,-1,-1,200,80,0,0,0,0,0,0,0,0,1,0,0,3,33,7,95,32,34,36,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54406,0,0,0,1800000,1212,1800000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (52569,4,0,-1,'Ashen Band of Might',63958,4,102400,0,1,0,0,11,-1,-1,251,1,0,0,0,0,0,1156,4,1,1,0,4,4,91,7,91,32,53,31,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73961,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52570,4,0,-1,'Ashen Band of Greater Might',63958,4,102400,0,1,0,0,11,-1,-1,259,1,0,0,0,0,0,1156,5,1,1,0,4,4,98,7,98,32,57,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73961,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52571,4,0,-1,'Ashen Band of Unmatched Might',63958,4,102400,0,1,0,0,11,-1,-1,268,1,0,0,0,0,0,1156,6,1,1,0,4,4,98,7,98,32,57,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73961,5,0,0,-1,0,-1,72413,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52572,4,0,-1,'Ashen Band of Endless Might',63958,4,102400,0,1,0,0,11,-1,-1,277,1,0,0,0,0,0,1156,7,1,1,0,4,4,99,7,107,32,59,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73961,5,0,0,-1,0,-1,72413,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52676,15,0,-1,'Cache of the Ley-Guardian',39458,2,2052,0,1,19050,4762,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52706,12,0,-1,'Warning Poster',65893,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74033,0,0,0,1500,0,-1,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52707,12,0,-1,'Warning Poster',65893,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74098,0,0,0,1500,0,-1,0,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52709,12,0,-1,'Gnomish Playback Device',22299,1,64,0,1,0,0,0,262143,2147483647,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74222,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'There\'s a good one in here ... somewhere...',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52729,4,1,-1,'Recruit\'s Robe',65920,1,0,0,1,0,0,20,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74267,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (52731,12,0,-1,'Mekkatorque\'s Speech',3027,1,65536,0,1,0,0,0,262143,2147483647,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (52835,12,0,-1,'Elemental Devices',23712,1,0,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'Small, portable devices housing powerful elementals.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (53048,4,0,-1,'Doomsday Message',34752,1,0,0,1,0,0,16,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74491,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,-12340), (53097,4,1,-1,'Gnomeregan Drape',66184,1,0,2,1,50115,10023,16,-1,-1,80,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Waterproof, stain-proof, one size fits all. Hooray, science!',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (53103,4,0,-1,'Baltharus\' Gift',6510,4,0,0,1,302495,75623,2,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,3,85,38,122,7,75,32,57,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53110,4,0,-1,'Zarithrian\'s Offering',64230,4,524288,0,1,371197,92799,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,81,0,'',68,0,0,0,0,12340), (53111,4,4,-1,'Scion\'s Treads',64771,4,0,0,1,672730,134546,8,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,4,114,7,158,12,44,13,60,14,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53112,4,4,-1,'Bracers of the Heir',64779,4,0,0,1,453537,90707,9,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,4,4,89,7,97,32,57,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53113,4,3,-1,'Twilight Scale Shoulders',64804,4,0,0,1,584416,116883,3,32767,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,6,38,153,3,98,7,90,5,52,44,66,36,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53114,4,2,-1,'Gloaming Sark',64408,4,0,0,1,648789,129757,5,262143,32767,258,80,0,0,0,0,0,0,0,0,1,0,5,38,201,3,153,7,104,32,94,37,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53115,4,1,-1,'Abduction\'s Cover',64323,4,0,0,1,390660,78132,16,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,36,57,43,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53116,4,0,-1,'Saviana\'s Tribute',64225,4,524288,0,1,302495,75623,11,-1,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,91,7,65,5,65,32,57,31,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,79,0,'',68,0,0,0,0,12340), (53117,4,2,-1,'Changeling Gloves',64448,4,0,0,1,327829,65565,10,262143,2147483647,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,68,36,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53118,4,1,-1,'Misbegotten Belt',64348,4,0,0,1,238178,47635,6,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,81,31,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53119,4,3,-1,'Boots of Divided Being',65259,4,0,0,1,540373,108074,8,32767,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,32,76,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53121,4,4,-1,'Surrogate Belt',64661,4,0,0,1,435684,87136,6,1535,-1,258,80,0,0,0,0,0,0,0,0,1,0,5,45,114,7,86,5,86,36,60,32,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53125,4,4,-1,'Apocalypse\'s Advance',64789,4,0,0,1,689941,137988,8,1535,-1,271,80,0,0,0,0,0,0,0,0,1,0,4,4,146,7,146,32,86,31,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1858,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53126,4,2,-1,'Umbrage Armbands',64421,4,0,0,1,330381,66076,9,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,96,3,96,7,96,32,64,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53127,4,3,-1,'Returning Footfalls',64822,4,0,0,1,599520,119904,8,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,6,38,139,3,128,7,101,5,67,32,86,44,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53129,4,4,-1,'Treads of Impending Resurrection',64789,4,0,0,1,700028,140005,8,1535,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,4,128,7,180,12,59,13,59,14,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1858,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53132,4,0,-1,'Penumbra Pendant',64190,4,0,0,1,302495,75623,2,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,110,32,64,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53133,4,0,-1,'Signet of Twilight',64225,4,524288,0,1,302495,75623,11,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,38,128,3,96,7,96,32,64,31,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,80,0,'',68,0,0,0,0,12340), (53134,4,2,-1,'Phaseshifter\'s Bracers',64484,4,0,0,1,340006,68001,9,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,73,5,73,32,64,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53486,4,1,-1,'Bracers of Fiery Night',64345,4,0,0,1,265222,53044,9,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,73,5,73,32,56,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53487,4,4,-1,'Foreshadow Steps',64664,4,0,0,1,697420,139484,8,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,98,5,98,32,70,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1858,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53488,4,3,-1,'Split Shape Belt',65035,4,0,0,1,400740,80148,6,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,5,45,131,7,98,5,98,32,70,36,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53489,4,1,-1,'Cloak of Burning Dusk',28951,4,0,0,1,402193,80438,16,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,73,5,73,32,56,36,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (53490,4,0,-1,'Ring of Phased Regeneration',64230,4,524288,0,1,302495,75623,11,262143,32767,271,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,73,5,73,36,56,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,78,0,'',68,0,0,0,0,12340), (53491,4,4,-1,'Twilight Offering Bands',59713,4,0,8192,1,410107,82021,9,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,4,80,7,108,14,34,13,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53492,4,0,-1,'Ring of the Three-Headed Beast',34336,4,524288,8192,1,302495,75623,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,72,7,114,32,53,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53493,4,3,-1,'Sacrificial Mail',59185,4,0,8192,1,704376,140875,7,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,170,32,112,36,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,8,0,4,0,2,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53494,4,4,-1,'Girdle of Oblation',59194,4,0,8192,1,414818,82963,6,1535,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,91,7,152,36,71,6,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53495,4,0,-1,'Old Gods\' Blessing',26537,4,524288,8192,1,302495,75623,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,4,72,7,120,32,53,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53496,4,6,-1,'Barrier of the Earth Princess',61884,4,0,8192,1,759978,151995,14,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,4,80,7,108,14,45,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53497,4,1,-1,'Zaetar\'s Deathshroud',59000,4,0,8192,1,357554,71510,16,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,72,7,114,32,53,31,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53498,4,1,-1,'Earth Bride\'s Gown',61875,4,0,8192,1,478539,95707,20,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,120,7,205,6,88,32,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,2,0,4,0,3753,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53499,4,0,-1,'Amulet of the Centauri',34034,4,0,8192,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,72,7,115,32,47,36,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53500,4,4,-1,'Tectonic Plate',64836,4,4096,8192,1,843747,168749,5,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,120,7,215,32,96,36,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,0,8,0,3312,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53501,4,0,-1,'Sulfuron\'s Favor',9833,4,524288,8192,1,302495,75623,11,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,72,7,120,36,45,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53502,4,0,-1,'Flamelash Amulet',39209,4,0,8192,1,302495,75623,2,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,4,72,7,120,32,53,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53503,4,0,-1,'Pendant of Burning Spirits',64207,4,0,8192,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,72,7,114,32,53,6,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53504,4,2,-1,'Flamewaker\'s Treads',59094,4,0,8192,1,458715,91743,8,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,91,7,152,6,55,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,4,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53505,4,4,-1,'Salamander Skin',64854,4,4096,8192,1,859334,171866,5,262143,2147483647,251,80,0,0,0,0,0,0,0,0,1,0,0,4,144,7,203,13,113,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2868,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53506,4,1,-1,'Cloak of Mocking Winds',51374,4,0,8192,1,369637,73927,16,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,80,7,108,36,45,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53507,4,1,-1,'Sandfury Sandals',59727,4,0,8192,1,380661,76132,8,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,91,7,152,32,55,36,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,0,2,0,0,0,3602,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53508,4,2,-1,'Pulmonary Casing',64559,4,0,8192,1,636686,127337,5,262143,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,3,144,7,191,32,80,36,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,2,0,4,0,8,0,3313,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53509,4,0,-1,'Amulet of Evil Winds',43085,4,0,8192,1,302495,75623,2,32767,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,72,7,114,32,45,36,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53510,12,0,-1,'Captured Frog',66265,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74903,0,-1,0,1000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'item_captured_frog',0,0,0,0,0,12340), (53637,12,0,-1,'Sack o\' Frogs',8442,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74977,0,0,0,1500,0,-1,74982,5,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (53641,15,0,-1,'Ice Chip',43520,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,74932,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A chip off the old block.',0,0,0,0,0,3,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (53889,2,13,-1,'Monster - Fist, Zul\'Aman (Main)',53119,4,0,8192,1,634290,126858,21,262143,-1,132,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53890,2,13,-1,'Monster - Fist, Zul\'Aman (Offhand)',66549,4,0,8192,1,636752,127350,21,262143,-1,132,70,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2600,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53891,4,6,-1,'Monster - Shield, Zulaman (Blue)',66551,4,0,8192,1,30,6,14,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (53924,2,7,-1,'Monster - Sword, Troll 1H',46788,4,0,8192,1,48,9,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (54068,15,5,-1,'Wooly White Rhino',66745,4,0,0,1,100000,0,0,262143,-1,40,40,762,150,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,74918,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount. This is a very fast mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,1), (54069,15,5,-1,'Blazing Hippogryph',66746,4,0,0,1,100000,0,0,262143,-1,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,74856,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54212,0,0,-1,'Instant Statue Pedestal',67469,3,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74890,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54215,12,0,-1,'Vol\'jin\'s War Drums',67328,1,64,0,1,0,0,0,262143,2147483647,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75102,0,0,0,1500,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,4,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54218,15,0,-1,'Landro\'s Gift Box',22192,1,65540,0,1,0,0,0,32767,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'NOTE: Not Guaranteed to Contain an Actual Mount',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54291,15,0,-1,'A Steamy Romance Novel: Blue Moon',67003,0,0,0,1,3900,975,0,-1,-1,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',3622,0,1,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54343,7,3,-1,'Blue Crashin\' Thrashin\' Racer Controller',44269,2,32832,0,1,400000,100000,0,-1,-1,60,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75111,0,0,0,5000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54436,15,2,-1,'Blue Clockwork Rocket Bot',47926,3,64,0,1,500000,125000,0,32767,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,75134,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54437,0,0,0,'Tiny Green Ragdoll',57664,2,64,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62040,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54438,0,0,0,'Tiny Blue Ragdoll',67092,2,64,0,1,100000,25000,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75135,0,0,0,1800000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54452,15,0,-1,'Ethereal Portal',67105,3,32832,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75136,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'The techno-sorcery of K\'aresh is now yours to command.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54455,0,0,-1,'Paint Bomb',17902,1,64,0,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74797,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54467,15,0,-1,'Tabard Lost & Found',67129,1,4,8192,1,0,0,0,-1,-1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Contains lost, otherwise irreplacable tabards.',0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (54469,15,0,0,'Blank Slate',24677,0,0,0,1,1996,499,0,-1,-1,1,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54470,15,0,0,'Fantasy Portrait',67130,0,0,0,1,280000,70000,0,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54516,15,0,-1,'Loot-Filled Pumpkin',67153,3,4,8192,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,'',0,0,0,0,0,15595), (54535,15,0,-1,'Keg-Shaped Treasure Chest',47493,3,4,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54536,15,0,-1,'Satchel of Chilled Goods',67167,3,4,0,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54537,15,0,-1,'Heart-Shaped Box',40293,3,4,8192,1,0,0,0,-1,-1,80,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,'',0,0,0,0,0,15595), (54556,4,1,-1,'Abduction\'s Cover',64323,4,8,0,1,397990,79598,16,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,73,5,73,36,64,43,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54557,4,0,-1,'Baltharus\' Gift',6510,4,8,0,1,302495,75623,2,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,3,96,38,138,7,84,32,64,37,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54558,4,3,-1,'Boots of Divided Being',65259,4,8,0,1,604018,120803,8,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,98,5,98,32,86,36,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54559,4,4,-1,'Bracers of the Heir',64779,4,8,0,1,472045,94409,9,1535,-1,271,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,110,32,64,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,4,0,0,0,0,0,2892,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54560,4,2,-1,'Changeling Gloves',64448,4,8,0,1,336471,67294,10,262143,2147483647,271,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,98,5,98,32,78,36,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54561,4,2,-1,'Gloaming Sark',64408,4,8,0,1,675364,135072,5,262143,32767,271,80,0,0,0,0,0,0,0,0,1,0,5,38,231,3,173,7,120,32,107,37,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,120,0,0,0,0,4,0,2,0,8,0,3313,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54562,4,1,-1,'Misbegotten Belt',64348,4,8,0,1,271114,54222,6,32767,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,98,5,98,32,92,31,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54563,4,0,-1,'Saviana\'s Tribute',64225,4,524296,0,1,302495,75623,11,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,104,7,73,5,73,32,64,31,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,79,0,'',68,0,0,0,0,12340), (54564,4,4,-1,'Scion\'s Treads',64771,4,8,0,1,715330,143066,8,1535,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,4,128,7,180,12,51,13,67,14,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1858,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,2,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54565,4,4,-1,'Surrogate Belt',64661,4,8,0,1,482232,96446,6,1535,-1,271,80,0,0,0,0,0,0,0,0,1,0,5,45,131,7,98,5,98,36,70,32,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1520,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,55,0,0,0,0,8,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54566,4,3,-1,'Twilight Scale Shoulders',64804,4,8,0,1,621420,124284,3,32767,2147483647,271,80,0,0,0,0,0,0,0,0,1,0,6,38,173,3,112,7,101,5,59,44,75,36,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,85,0,0,0,0,2,0,4,0,0,0,3764,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54567,4,0,-1,'Zarithrian\'s Offering',64230,4,524296,0,1,371197,92799,11,-1,-1,271,80,0,0,0,0,0,0,0,0,1,0,4,4,102,7,110,32,64,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2927,0,375,0,0,81,0,'',68,0,0,0,0,12340), (54569,4,0,-1,'Sharpened Twilight Scale',68109,4,0,0,1,455760,113940,12,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,1,44,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75455,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,82,0,'',68,0,0,0,0,12340), (54571,4,0,-1,'Petrified Twilight Scale',68107,4,0,0,1,455760,113940,12,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2282,0,0,0,0,0,0,0,0,0,75475,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,83,0,'',68,0,0,0,0,12340), (54572,4,0,-1,'Charred Twilight Scale',68106,4,0,0,1,455760,113940,12,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,1,36,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75465,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,85,0,'',68,0,0,0,0,12340), (54573,4,0,-1,'Glowing Twilight Scale',68108,4,0,0,1,455760,113940,12,-1,-1,271,80,0,0,0,0,0,0,0,1,1,0,1,45,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75490,0,0,0,120000,1141,15000,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,84,0,'',68,0,0,0,0,12340), (54576,4,0,-1,'Signet of Twilight',64225,4,524296,0,1,302495,75623,11,-1,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,38,145,3,109,7,109,32,73,31,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2877,0,375,0,0,80,0,'',68,0,0,0,0,12340), (54577,4,3,-1,'Returning Footfalls',64822,4,8,0,1,629456,125891,8,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,6,38,162,3,145,7,115,5,76,32,97,44,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,70,0,0,0,0,2,0,4,0,0,0,3355,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54578,4,4,-1,'Apocalypse\'s Advance',64789,4,8,0,1,732307,146461,8,1535,-1,284,80,0,0,0,0,0,0,0,0,1,0,4,4,165,7,165,32,97,31,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1939,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,2,0,2,0,0,0,3357,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54579,4,4,-1,'Treads of Impending Resurrection',64789,4,8,0,1,734963,146992,8,1535,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,4,145,7,206,12,68,13,68,14,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1939,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,8,0,8,0,0,0,3307,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54580,4,2,-1,'Umbrage Armbands',64421,4,8,0,1,351917,70383,9,-1,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,38,113,3,109,7,109,32,73,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,2,0,0,0,0,0,2877,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54581,4,0,-1,'Penumbra Pendant',64190,4,8,0,1,302495,75623,2,-1,-1,284,80,0,0,0,0,0,0,0,0,1,0,4,4,116,7,124,32,73,44,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,2927,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54582,4,1,-1,'Bracers of Fiery Night',64345,4,8,0,1,283533,56706,9,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,45,118,7,83,5,83,32,65,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54583,4,1,-1,'Cloak of Burning Dusk',28951,4,8,0,1,396577,79315,16,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,45,118,7,83,5,83,32,65,36,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54584,4,2,-1,'Phaseshifter\'s Bracers',64484,4,8,0,1,331748,66349,9,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,45,118,7,83,5,83,32,73,36,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,0,0,0,0,0,40,0,0,0,0,4,0,0,0,0,0,3752,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54585,4,0,-1,'Ring of Phased Regeneration',64230,4,524296,0,1,302495,75623,11,262143,32767,284,80,0,0,0,0,0,0,0,0,1,0,5,45,118,7,83,5,83,36,65,43,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,375,0,0,78,0,'',68,0,0,0,0,12340), (54586,4,4,-1,'Foreshadow Steps',64664,4,8,0,1,700583,140116,8,32767,-1,284,80,0,0,0,0,0,0,0,0,1,0,5,45,151,7,110,5,110,32,81,36,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1939,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,1,0,0,0,0,0,75,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54587,4,3,-1,'Split Shape Belt',65035,4,8,0,1,402617,80523,6,-1,-1,284,80,0,0,0,0,0,0,0,1,1,0,5,45,151,7,110,5,110,32,81,36,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,888,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,50,0,0,0,0,4,0,2,0,0,0,3602,0,375,0,0,0,0,'',68,0,0,0,0,12340), (54588,4,0,-1,'Charred Twilight Scale',68106,4,8,0,1,455760,113940,12,-1,-1,284,80,0,0,0,0,0,0,0,1,1,0,1,36,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75474,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,85,0,'',68,0,0,0,0,12340), (54589,4,0,-1,'Glowing Twilight Scale',68108,4,8,0,1,455760,113940,12,-1,-1,284,80,0,0,0,0,0,0,0,1,1,0,1,45,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75495,0,0,0,120000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,84,0,'',68,0,0,0,0,12340), (54590,4,0,-1,'Sharpened Twilight Scale',68109,4,8,0,1,455760,113940,12,-1,-1,284,80,0,0,0,0,0,0,0,1,1,0,1,44,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75457,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,82,0,'',68,0,0,0,0,12340), (54591,4,0,-1,'Petrified Twilight Scale',68107,4,8,0,1,455760,113940,12,-1,-1,284,80,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2576,0,0,0,0,0,0,0,0,0,75481,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,120000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,83,0,'',68,0,0,0,0,12340), (54592,4,3,-1,'Sul\'lithuz Scale Bracers',65224,4,0,8192,1,364380,72876,9,-1,-1,251,80,0,0,0,0,0,0,0,0,1,0,0,5,72,7,114,36,49,32,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3752,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (54617,4,1,-1,'Darkspear Shroud',66212,1,0,1,1,49781,9956,16,-1,-1,80,75,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54637,12,0,-1,'Commendation of Service',67279,4,4160,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75450,0,-1,0,2000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54651,0,0,-1,'Gnomeregan Pride',58579,3,67108864,2,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75531,0,0,0,14400000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54653,0,0,-1,'Darkspear Pride',58582,3,67108864,1,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75532,0,0,0,14400000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54797,15,5,-1,'Frosty Flying Carpet',67577,4,0,0,1,2000000,0,0,-1,-1,70,70,197,425,34091,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,75596,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this rug. Can only be summoned in Outland or Northrend. This is a very fast rug.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54798,9,2,-1,'Pattern: Frosty Flying Carpet',6270,3,4160,0,1,0,0,0,-1,-1,70,0,197,425,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,0,-1,75597,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to sew a Frosty Flying Carpet.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54801,4,1,-1,'Icebound Cloak',15239,4,32768,0,1,341770,68354,16,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,67,7,100,12,35,13,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,490,0,0,0,'',0,0,0,0,0,12340), (54802,4,1,-1,'The Frost Lord\'s War Cloak',15239,4,32768,0,1,343023,68604,16,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,38,89,3,67,7,67,32,51,36,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54803,4,1,-1,'The Frost Lord\'s Battle Shroud',15239,4,32768,0,1,344276,68855,16,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,4,4,76,7,76,32,45,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54804,4,1,-1,'Shroud of Winter\'s Chill',15239,4,32768,0,1,345495,69099,16,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,51,5,51,32,45,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54805,4,1,-1,'Cloak of the Frigid Winds',15239,4,32768,0,1,346748,69349,16,-1,-1,232,80,0,0,0,0,0,0,0,0,1,0,5,45,78,7,51,5,51,6,45,36,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,1,0,0,-1,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54806,2,10,8,'Frostscythe of Lord Ahune',48878,4,128,0,1,1450004,290000,17,-1,-1,232,80,0,0,0,0,0,0,0,1,1,0,5,45,550,7,92,5,92,32,80,36,80,0,0,0,0,0,0,0,0,0,0,0,0,343,642,0,0,0,0,0,0,0,0,0,0,0,3200,0,0,0,1,0,0,-1,0,-1,46643,0,0,0,60000,0,-1,0,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'A cold chill flows from the scythe.',0,0,0,0,0,2,2,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,375,-78.6,0,0,0,'',68,0,0,0,0,12340), (54810,15,2,-1,'Celestial Dragon',67453,3,64,8192,1,0,0,0,32767,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,75613,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (54811,15,5,-1,'Celestial Steed',67452,4,32768,0,1,0,0,0,262143,32767,20,20,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,-1,0,-1,330,3000,75614,6,0,0,-1,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Teaches you how to summon this mount.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54822,0,0,-1,'Sen\'jin Overcloak',67444,1,65600,8193,1,0,0,0,-1,-1,5,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75693,0,0,0,14400000,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'Display the colors of Sen\'jin.',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (54847,15,2,-1,'Lil\' XT',67475,3,32832,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,75906,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (54857,15,2,-1,'Murkimus\' Little Spear',25593,3,32832,8192,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,0,-1,75936,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this companion.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,15595), (54860,15,5,-1,'X-53 Touring Rocket',67573,4,0,0,1,100000,0,0,262143,-1,60,60,762,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,-1,0,-1,330,3000,75973,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon this mount.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340), (56806,15,2,-1,'Mini Thor',68742,3,134250560,0,1,0,0,0,-1,-1,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55884,0,0,0,-1,0,-1,78381,6,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'Teaches you how to summon Mini Thor.',0,0,0,0,0,4,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,'',0,0,0,0,0,12340); /*!40000 ALTER TABLE `item_template` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;